UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

57 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndpointIn = void 0; class EndpointIn { constructor() { } static getAttributeTypeMap() { return EndpointIn.attributeTypeMap; } } exports.EndpointIn = EndpointIn; EndpointIn.discriminator = undefined; EndpointIn.attributeTypeMap = [ { "name": "uid", "baseName": "uid", "type": "string", "format": "" }, { "name": "filterTypes", "baseName": "filter_types", "type": "Array<string>", "format": "" }, { "name": "url", "baseName": "url", "type": "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": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" } ]; //# sourceMappingURL=EndpointIn.js.map