@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
63 lines • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndpointOut = void 0;
class EndpointOut {
constructor() {
}
static getAttributeTypeMap() {
return EndpointOut.attributeTypeMap;
}
}
exports.EndpointOut = EndpointOut;
EndpointOut.discriminator = undefined;
EndpointOut.attributeTypeMap = [
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "uid",
"baseName": "uid",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "url",
"baseName": "url",
"type": "string",
"format": ""
},
{
"name": "filterTypes",
"baseName": "filter_types",
"type": "Array<string>",
"format": ""
},
{
"name": "disabled",
"baseName": "disabled",
"type": "boolean",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "{ [key: string]: any; }",
"format": ""
},
{
"name": "headers",
"baseName": "headers",
"type": "{ [key: string]: string; }",
"format": ""
}
];
//# sourceMappingURL=EndpointOut.js.map