UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

40 lines 989 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttendanceCounters = void 0; class AttendanceCounters { static getAttributeTypeMap() { return AttendanceCounters.attributeTypeMap; } constructor() { } } exports.AttendanceCounters = AttendanceCounters; AttendanceCounters.discriminator = undefined; AttendanceCounters.mapping = undefined; AttendanceCounters.attributeTypeMap = [ { "name": "attended", "baseName": "attended", "type": "number", "format": "int32" }, { "name": "registered", "baseName": "registered", "type": "number", "format": "int32" }, { "name": "cancelled", "baseName": "cancelled", "type": "number", "format": "int32" }, { "name": "noShows", "baseName": "noShows", "type": "number", "format": "int32" } ]; //# sourceMappingURL=AttendanceCounters.js.map