UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

45 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateEndpoint = void 0; class UpdateEndpoint { constructor() { } static getAttributeTypeMap() { return UpdateEndpoint.attributeTypeMap; } } exports.UpdateEndpoint = UpdateEndpoint; UpdateEndpoint.discriminator = undefined; UpdateEndpoint.attributeTypeMap = [ { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "disabled", "baseName": "disabled", "type": "boolean", "format": "" }, { "name": "eventTypes", "baseName": "eventTypes", "type": "Array<string>", "format": "" }, { "name": "uid", "baseName": "uid", "type": "string", "format": "" }, { "name": "url", "baseName": "url", "type": "string", "format": "" } ]; //# sourceMappingURL=UpdateEndpoint.js.map