@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
46 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateEndpoint = void 0;
class CreateEndpoint {
constructor() {
}
static getAttributeTypeMap() {
return CreateEndpoint.attributeTypeMap;
}
}
exports.CreateEndpoint = CreateEndpoint;
CreateEndpoint.discriminator = undefined;
CreateEndpoint.mapping = undefined;
CreateEndpoint.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=CreateEndpoint.js.map