UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

34 lines 815 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateTokenRequest = void 0; class UpdateTokenRequest { constructor() { } static getAttributeTypeMap() { return UpdateTokenRequest.attributeTypeMap; } } exports.UpdateTokenRequest = UpdateTokenRequest; UpdateTokenRequest.discriminator = undefined; UpdateTokenRequest.mapping = undefined; UpdateTokenRequest.attributeTypeMap = [ { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "uid", "baseName": "uid", "type": "string", "format": "" } ]; //# sourceMappingURL=UpdateTokenRequest.js.map