UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

69 lines 1.47 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": "created_at", "type": "string", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "disabled", "baseName": "disabled", "type": "boolean", "format": "" }, { "name": "filterTypes", "baseName": "filter_types", "type": "Array<string>", "format": "" }, { "name": "headers", "baseName": "headers", "type": "{ [key: string]: string; }", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "{ [key: string]: any; }", "format": "" }, { "name": "uid", "baseName": "uid", "type": "string", "format": "" }, { "name": "url", "baseName": "url", "type": "string", "format": "" } ]; //# sourceMappingURL=Endpoint.js.map