wallee
Version:
TypeScript/JavaScript client for wallee
38 lines (37 loc) • 973 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SubscriptionComponentConfiguration = void 0;
class SubscriptionComponentConfiguration {
static getAttributeTypeMap() {
return SubscriptionComponentConfiguration.attributeTypeMap;
}
}
exports.SubscriptionComponentConfiguration = SubscriptionComponentConfiguration;
SubscriptionComponentConfiguration.discriminator = undefined;
SubscriptionComponentConfiguration.attributeTypeMap = [
{
"name": "component",
"baseName": "component",
"type": "number"
},
{
"name": "id",
"baseName": "id",
"type": "number"
},
{
"name": "linkedSpaceId",
"baseName": "linkedSpaceId",
"type": "number"
},
{
"name": "quantity",
"baseName": "quantity",
"type": "number"
},
{
"name": "version",
"baseName": "version",
"type": "number"
}
];