UNPKG

wallee

Version:
17 lines (16 loc) 859 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.RestAddressFormatField = void 0; var RestAddressFormatField; (function (RestAddressFormatField) { RestAddressFormatField["GIVEN_NAME"] = "GIVEN_NAME"; RestAddressFormatField["FAMILY_NAME"] = "FAMILY_NAME"; RestAddressFormatField["ORGANIZATION_NAME"] = "ORGANIZATION_NAME"; RestAddressFormatField["STREET"] = "STREET"; RestAddressFormatField["DEPENDENT_LOCALITY"] = "DEPENDENT_LOCALITY"; RestAddressFormatField["CITY"] = "CITY"; RestAddressFormatField["POSTAL_STATE"] = "POSTAL_STATE"; RestAddressFormatField["POST_CODE"] = "POST_CODE"; RestAddressFormatField["SORTING_CODE"] = "SORTING_CODE"; RestAddressFormatField["COUNTRY"] = "COUNTRY"; })(RestAddressFormatField || (exports.RestAddressFormatField = RestAddressFormatField = {}));