UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

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