UNPKG

@hubspot/api-client

Version:

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

28 lines 785 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PhoneFieldValidation = void 0; class PhoneFieldValidation { static getAttributeTypeMap() { return PhoneFieldValidation.attributeTypeMap; } constructor() { } } exports.PhoneFieldValidation = PhoneFieldValidation; PhoneFieldValidation.discriminator = undefined; PhoneFieldValidation.mapping = undefined; PhoneFieldValidation.attributeTypeMap = [ { "name": "minAllowedDigits", "baseName": "minAllowedDigits", "type": "number", "format": "int32" }, { "name": "maxAllowedDigits", "baseName": "maxAllowedDigits", "type": "number", "format": "int32" } ]; //# sourceMappingURL=PhoneFieldValidation.js.map