@arrowsphere/api-client 3.28.0 → 3.29.0-rc.bdj.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/README.md +12 -0
  2. package/build/AbstractHttpClient.d.ts +47 -0
  3. package/build/AbstractHttpClient.js +80 -0
  4. package/build/abstractClient.d.ts +3 -19
  5. package/build/abstractClient.js +9 -25
  6. package/build/abstractEntity.js +14 -16
  7. package/build/abstractGraphQLClient.d.ts +4 -14
  8. package/build/abstractGraphQLClient.js +32 -24
  9. package/build/axiosSingleton.js +2 -2
  10. package/build/campaign/entities/campaign/banners/banners.js +32 -34
  11. package/build/campaign/entities/campaign/campaign.js +51 -53
  12. package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
  13. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
  14. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
  15. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
  16. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
  17. package/build/campaign/entities/campaign/rules/rules.js +29 -31
  18. package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
  19. package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
  20. package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
  21. package/build/campaign/entities/v2/campaign/campaign.js +48 -50
  22. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
  23. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
  24. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
  25. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
  26. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
  27. package/build/campaign/entities/v2/campaignList.js +14 -16
  28. package/build/campaign/index.js +5 -1
  29. package/build/cart/entities/index.js +5 -1
  30. package/build/cart/entities/item.js +26 -28
  31. package/build/cart/entities/itemList.js +14 -16
  32. package/build/cart/index.js +5 -1
  33. package/build/catalog/catalogGraphQLClient.d.ts +2 -0
  34. package/build/catalog/catalogGraphQLClient.js +14 -1
  35. package/build/catalog/entities/program.js +32 -34
  36. package/build/catalog/entities/programs.js +14 -16
  37. package/build/catalog/index.d.ts +2 -0
  38. package/build/catalog/index.js +7 -1
  39. package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
  40. package/build/catalog/types/catalogGraphQLQueries.js +3 -0
  41. package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
  42. package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
  43. package/build/catalog/types/catalogGraphQLTypes.js +1 -0
  44. package/build/catalog/types/queryArguments.d.ts +41 -0
  45. package/build/catalog/types/queryArguments.js +10 -0
  46. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  47. package/build/consumption/entities/bi/period/period.js +17 -19
  48. package/build/consumption/entities/bi/top/top.js +23 -25
  49. package/build/consumption/entities/consumption/consumption.js +17 -19
  50. package/build/consumption/index.js +5 -1
  51. package/build/contact/entities/contact.js +44 -46
  52. package/build/contact/entities/contactCreate.js +14 -16
  53. package/build/contact/entities/contactList.js +14 -16
  54. package/build/contact/index.js +5 -1
  55. package/build/customers/entities/customers/contact/contact.js +29 -31
  56. package/build/customers/entities/customers/customer.js +71 -73
  57. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  58. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  59. package/build/customers/entities/customers/details/details.js +29 -31
  60. package/build/customers/entities/dataCustomers.js +14 -16
  61. package/build/customers/entities/dataInvitation.js +29 -31
  62. package/build/customers/entities/invitations/company/company.js +14 -16
  63. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  64. package/build/customers/index.js +5 -1
  65. package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
  66. package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
  67. package/build/exception/exception-handlers/Hooks.d.ts +3 -0
  68. package/build/exception/exception-handlers/Hooks.js +3 -0
  69. package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
  70. package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
  71. package/build/exception/exception-handlers/index.d.ts +3 -0
  72. package/build/exception/exception-handlers/index.js +20 -0
  73. package/build/exception/index.js +5 -1
  74. package/build/exception/publicApiClientException.d.ts +2 -1
  75. package/build/exception/publicApiClientException.js +2 -1
  76. package/build/general/entities/whoAmI.js +59 -61
  77. package/build/general/index.js +5 -1
  78. package/build/getResult.js +21 -23
  79. package/build/index.d.ts +1 -0
  80. package/build/index.js +6 -1
  81. package/build/licenses/entities/filterFindResult.js +17 -19
  82. package/build/licenses/entities/findResult.d.ts +1 -1
  83. package/build/licenses/entities/findResult.js +37 -39
  84. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  85. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  86. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  87. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  88. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  89. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  90. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  91. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  92. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  93. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  94. package/build/licenses/entities/license/configFindResult.js +20 -22
  95. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  96. package/build/licenses/entities/license/priceFindResult.js +26 -28
  97. package/build/licenses/entities/license/warningFindResult.js +17 -19
  98. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  99. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  100. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  101. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  102. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  103. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  104. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  105. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  106. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  107. package/build/licenses/index.js +5 -1
  108. package/build/orders/entities/dataListOrders.js +14 -16
  109. package/build/orders/entities/orders/order.js +39 -41
  110. package/build/orders/entities/orders/partner/partner.js +17 -19
  111. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  112. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  113. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  114. package/build/orders/entities/orders/products/products.js +56 -58
  115. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  116. package/build/orders/entities/referenceLink.js +17 -19
  117. package/build/orders/index.js +5 -1
  118. package/build/pagination.js +29 -31
  119. package/build/security/index.js +5 -1
  120. package/build/security/register/entity/registrationLink.js +14 -16
  121. package/build/security/register/index.js +5 -1
  122. package/build/security/standards/entities/checks/checks.js +17 -19
  123. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  124. package/build/security/standards/entities/resources/resources.js +26 -28
  125. package/build/security/standards/entities/resources/securityResources.js +17 -19
  126. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  127. package/build/security/standards/entities/standards/standards.js +17 -19
  128. package/build/security/standards/index.js +5 -1
  129. package/build/securityScore/entities/getCustomerAccountData.d.ts +48 -0
  130. package/build/securityScore/entities/getCustomerAccountData.js +111 -0
  131. package/build/securityScore/entities/getCustomerData.d.ts +51 -0
  132. package/build/securityScore/entities/getCustomerData.js +117 -0
  133. package/build/securityScore/entities/getPartnerData.d.ts +45 -0
  134. package/build/securityScore/entities/getPartnerData.js +102 -0
  135. package/build/securityScore/index.d.ts +7 -0
  136. package/build/securityScore/index.js +24 -0
  137. package/build/securityScore/securityScoreGraphQLClient.d.ts +19 -0
  138. package/build/securityScore/securityScoreGraphQLClient.js +61 -0
  139. package/build/securityScore/types/queryArguments.d.ts +108 -0
  140. package/build/securityScore/types/queryArguments.js +93 -0
  141. package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +62 -0
  142. package/build/securityScore/types/securityScoreGraphQLQueries.js +7 -0
  143. package/build/securityScore/types/securityScoreGraphQLSchemas.d.ts +78 -0
  144. package/build/securityScore/types/securityScoreGraphQLSchemas.js +3 -0
  145. package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +190 -0
  146. package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
  147. package/build/shared/index.js +5 -1
  148. package/build/subscriptions/entities/subscription.js +56 -58
  149. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  150. package/build/subscriptions/index.js +5 -1
  151. package/build/supportCenter/entities/issue/attachment.js +27 -29
  152. package/build/supportCenter/entities/issue/comment.js +29 -31
  153. package/build/supportCenter/entities/issue/issue.js +106 -108
  154. package/build/supportCenter/entities/topic.js +30 -32
  155. package/build/supportCenter/index.js +5 -1
  156. package/package.json +5 -3
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _id, _companyId, _reseller, _firstname, _lastname, _email, _phone, _erpId, _type, _role, _status;
13
+ var _Contact_id, _Contact_companyId, _Contact_reseller, _Contact_firstname, _Contact_lastname, _Contact_email, _Contact_phone, _Contact_erpId, _Contact_type, _Contact_role, _Contact_status;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Contact = exports.ContactFields = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -33,61 +31,61 @@ var ContactFields;
33
31
  class Contact extends abstractEntity_1.AbstractEntity {
34
32
  constructor(contactDataInput) {
35
33
  super(contactDataInput);
36
- _id.set(this, void 0);
37
- _companyId.set(this, void 0);
38
- _reseller.set(this, void 0);
39
- _firstname.set(this, void 0);
40
- _lastname.set(this, void 0);
41
- _email.set(this, void 0);
42
- _phone.set(this, void 0);
43
- _erpId.set(this, void 0);
44
- _type.set(this, void 0);
45
- _role.set(this, void 0);
46
- _status.set(this, void 0);
47
- __classPrivateFieldSet(this, _id, contactDataInput[ContactFields.COLUMN_ID]);
48
- __classPrivateFieldSet(this, _companyId, contactDataInput[ContactFields.COLUMN_COMPANY_ID]);
49
- __classPrivateFieldSet(this, _reseller, contactDataInput[ContactFields.COLUMN_RESELLER]);
50
- __classPrivateFieldSet(this, _firstname, contactDataInput[ContactFields.COLUMN_FIRSTNAME]);
51
- __classPrivateFieldSet(this, _lastname, contactDataInput[ContactFields.COLUMN_LASTNAME]);
52
- __classPrivateFieldSet(this, _email, contactDataInput[ContactFields.COLUMN_EMAIL]);
53
- __classPrivateFieldSet(this, _phone, contactDataInput[ContactFields.COLUMN_PHONE]);
54
- __classPrivateFieldSet(this, _erpId, contactDataInput[ContactFields.COLUMN_ERP_ID]);
55
- __classPrivateFieldSet(this, _type, contactDataInput[ContactFields.COLUMN_TYPE]);
56
- __classPrivateFieldSet(this, _role, contactDataInput[ContactFields.COLUMN_ROLE]);
57
- __classPrivateFieldSet(this, _status, contactDataInput[ContactFields.COLUMN_STATUS]);
34
+ _Contact_id.set(this, void 0);
35
+ _Contact_companyId.set(this, void 0);
36
+ _Contact_reseller.set(this, void 0);
37
+ _Contact_firstname.set(this, void 0);
38
+ _Contact_lastname.set(this, void 0);
39
+ _Contact_email.set(this, void 0);
40
+ _Contact_phone.set(this, void 0);
41
+ _Contact_erpId.set(this, void 0);
42
+ _Contact_type.set(this, void 0);
43
+ _Contact_role.set(this, void 0);
44
+ _Contact_status.set(this, void 0);
45
+ __classPrivateFieldSet(this, _Contact_id, contactDataInput[ContactFields.COLUMN_ID], "f");
46
+ __classPrivateFieldSet(this, _Contact_companyId, contactDataInput[ContactFields.COLUMN_COMPANY_ID], "f");
47
+ __classPrivateFieldSet(this, _Contact_reseller, contactDataInput[ContactFields.COLUMN_RESELLER], "f");
48
+ __classPrivateFieldSet(this, _Contact_firstname, contactDataInput[ContactFields.COLUMN_FIRSTNAME], "f");
49
+ __classPrivateFieldSet(this, _Contact_lastname, contactDataInput[ContactFields.COLUMN_LASTNAME], "f");
50
+ __classPrivateFieldSet(this, _Contact_email, contactDataInput[ContactFields.COLUMN_EMAIL], "f");
51
+ __classPrivateFieldSet(this, _Contact_phone, contactDataInput[ContactFields.COLUMN_PHONE], "f");
52
+ __classPrivateFieldSet(this, _Contact_erpId, contactDataInput[ContactFields.COLUMN_ERP_ID], "f");
53
+ __classPrivateFieldSet(this, _Contact_type, contactDataInput[ContactFields.COLUMN_TYPE], "f");
54
+ __classPrivateFieldSet(this, _Contact_role, contactDataInput[ContactFields.COLUMN_ROLE], "f");
55
+ __classPrivateFieldSet(this, _Contact_status, contactDataInput[ContactFields.COLUMN_STATUS], "f");
58
56
  }
59
57
  get id() {
60
- return __classPrivateFieldGet(this, _id);
58
+ return __classPrivateFieldGet(this, _Contact_id, "f");
61
59
  }
62
60
  get companyId() {
63
- return __classPrivateFieldGet(this, _companyId);
61
+ return __classPrivateFieldGet(this, _Contact_companyId, "f");
64
62
  }
65
63
  get reseller() {
66
- return __classPrivateFieldGet(this, _reseller);
64
+ return __classPrivateFieldGet(this, _Contact_reseller, "f");
67
65
  }
68
66
  get firstname() {
69
- return __classPrivateFieldGet(this, _firstname);
67
+ return __classPrivateFieldGet(this, _Contact_firstname, "f");
70
68
  }
71
69
  get lastname() {
72
- return __classPrivateFieldGet(this, _lastname);
70
+ return __classPrivateFieldGet(this, _Contact_lastname, "f");
73
71
  }
74
72
  get email() {
75
- return __classPrivateFieldGet(this, _email);
73
+ return __classPrivateFieldGet(this, _Contact_email, "f");
76
74
  }
77
75
  get phone() {
78
- return __classPrivateFieldGet(this, _phone);
76
+ return __classPrivateFieldGet(this, _Contact_phone, "f");
79
77
  }
80
78
  get erpId() {
81
- return __classPrivateFieldGet(this, _erpId);
79
+ return __classPrivateFieldGet(this, _Contact_erpId, "f");
82
80
  }
83
81
  get type() {
84
- return __classPrivateFieldGet(this, _type);
82
+ return __classPrivateFieldGet(this, _Contact_type, "f");
85
83
  }
86
84
  get role() {
87
- return __classPrivateFieldGet(this, _role);
85
+ return __classPrivateFieldGet(this, _Contact_role, "f");
88
86
  }
89
87
  get status() {
90
- return __classPrivateFieldGet(this, _status);
88
+ return __classPrivateFieldGet(this, _Contact_status, "f");
91
89
  }
92
90
  toJSON() {
93
91
  return {
@@ -106,5 +104,5 @@ class Contact extends abstractEntity_1.AbstractEntity {
106
104
  }
107
105
  }
108
106
  exports.Contact = Contact;
109
- _id = new WeakMap(), _companyId = new WeakMap(), _reseller = new WeakMap(), _firstname = new WeakMap(), _lastname = new WeakMap(), _email = new WeakMap(), _phone = new WeakMap(), _erpId = new WeakMap(), _type = new WeakMap(), _role = new WeakMap(), _status = new WeakMap();
107
+ _Contact_id = new WeakMap(), _Contact_companyId = new WeakMap(), _Contact_reseller = new WeakMap(), _Contact_firstname = new WeakMap(), _Contact_lastname = new WeakMap(), _Contact_email = new WeakMap(), _Contact_phone = new WeakMap(), _Contact_erpId = new WeakMap(), _Contact_type = new WeakMap(), _Contact_role = new WeakMap(), _Contact_status = new WeakMap();
110
108
  //# sourceMappingURL=contact.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _id;
13
+ var _ContactCreate_id;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ContactCreate = exports.ContactCreateFields = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -23,11 +21,11 @@ var ContactCreateFields;
23
21
  class ContactCreate extends abstractEntity_1.AbstractEntity {
24
22
  constructor(createContactResponse) {
25
23
  super(createContactResponse);
26
- _id.set(this, void 0);
27
- __classPrivateFieldSet(this, _id, createContactResponse[ContactCreateFields.COLUMN_ID]);
24
+ _ContactCreate_id.set(this, void 0);
25
+ __classPrivateFieldSet(this, _ContactCreate_id, createContactResponse[ContactCreateFields.COLUMN_ID], "f");
28
26
  }
29
27
  get id() {
30
- return __classPrivateFieldGet(this, _id);
28
+ return __classPrivateFieldGet(this, _ContactCreate_id, "f");
31
29
  }
32
30
  toJSON() {
33
31
  return {
@@ -36,5 +34,5 @@ class ContactCreate extends abstractEntity_1.AbstractEntity {
36
34
  }
37
35
  }
38
36
  exports.ContactCreate = ContactCreate;
39
- _id = new WeakMap();
37
+ _ContactCreate_id = new WeakMap();
40
38
  //# sourceMappingURL=contactCreate.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _contactList;
13
+ var _ContactList_contactList;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.ContactList = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -20,16 +18,16 @@ const contact_1 = require("./contact");
20
18
  class ContactList extends abstractEntity_1.AbstractEntity {
21
19
  constructor(contactListDataInput) {
22
20
  super(contactListDataInput);
23
- _contactList.set(this, void 0);
24
- __classPrivateFieldSet(this, _contactList, contactListDataInput.map((contact) => new contact_1.Contact(contact)));
21
+ _ContactList_contactList.set(this, void 0);
22
+ __classPrivateFieldSet(this, _ContactList_contactList, contactListDataInput.map((contact) => new contact_1.Contact(contact)), "f");
25
23
  }
26
24
  get contactList() {
27
- return __classPrivateFieldGet(this, _contactList);
25
+ return __classPrivateFieldGet(this, _ContactList_contactList, "f");
28
26
  }
29
27
  toJSON() {
30
28
  return this.contactList.map((contact) => contact.toJSON());
31
29
  }
32
30
  }
33
31
  exports.ContactList = ContactList;
34
- _contactList = new WeakMap();
32
+ _ContactList_contactList = new WeakMap();
35
33
  //# sourceMappingURL=contactList.js.map
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _firstname, _lastname, _email, _phone, _syncPartnerContactRefId, _contactPersonId;
13
+ var _Contact_firstname, _Contact_lastname, _Contact_email, _Contact_phone, _Contact_syncPartnerContactRefId, _Contact_contactPersonId;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Contact = exports.ContactFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -29,36 +27,36 @@ class Contact extends abstractEntity_1.AbstractEntity {
29
27
  constructor(getCustomersContactDataInput) {
30
28
  var _a;
31
29
  super(getCustomersContactDataInput);
32
- _firstname.set(this, void 0);
33
- _lastname.set(this, void 0);
34
- _email.set(this, void 0);
35
- _phone.set(this, void 0);
36
- _syncPartnerContactRefId.set(this, void 0);
37
- _contactPersonId.set(this, void 0);
38
- __classPrivateFieldSet(this, _firstname, getCustomersContactDataInput[ContactFields.COLUMN_FIRSTNAME]);
39
- __classPrivateFieldSet(this, _lastname, getCustomersContactDataInput[ContactFields.COLUMN_LASTNAME]);
40
- __classPrivateFieldSet(this, _email, getCustomersContactDataInput[ContactFields.COLUMN_EMAIL]);
41
- __classPrivateFieldSet(this, _phone, getCustomersContactDataInput[ContactFields.COLUMN_PHONE]);
42
- __classPrivateFieldSet(this, _syncPartnerContactRefId, (_a = getCustomersContactDataInput[ContactFields.COLUMN_SYNC_PARTNER_CONTACT_REF_ID]) !== null && _a !== void 0 ? _a : undefined);
43
- __classPrivateFieldSet(this, _contactPersonId, getCustomersContactDataInput[ContactFields.COLUMN_CONTACT_PERSON_ID]);
30
+ _Contact_firstname.set(this, void 0);
31
+ _Contact_lastname.set(this, void 0);
32
+ _Contact_email.set(this, void 0);
33
+ _Contact_phone.set(this, void 0);
34
+ _Contact_syncPartnerContactRefId.set(this, void 0);
35
+ _Contact_contactPersonId.set(this, void 0);
36
+ __classPrivateFieldSet(this, _Contact_firstname, getCustomersContactDataInput[ContactFields.COLUMN_FIRSTNAME], "f");
37
+ __classPrivateFieldSet(this, _Contact_lastname, getCustomersContactDataInput[ContactFields.COLUMN_LASTNAME], "f");
38
+ __classPrivateFieldSet(this, _Contact_email, getCustomersContactDataInput[ContactFields.COLUMN_EMAIL], "f");
39
+ __classPrivateFieldSet(this, _Contact_phone, getCustomersContactDataInput[ContactFields.COLUMN_PHONE], "f");
40
+ __classPrivateFieldSet(this, _Contact_syncPartnerContactRefId, (_a = getCustomersContactDataInput[ContactFields.COLUMN_SYNC_PARTNER_CONTACT_REF_ID]) !== null && _a !== void 0 ? _a : undefined, "f");
41
+ __classPrivateFieldSet(this, _Contact_contactPersonId, getCustomersContactDataInput[ContactFields.COLUMN_CONTACT_PERSON_ID], "f");
44
42
  }
45
43
  get FirstName() {
46
- return __classPrivateFieldGet(this, _firstname);
44
+ return __classPrivateFieldGet(this, _Contact_firstname, "f");
47
45
  }
48
46
  get LastName() {
49
- return __classPrivateFieldGet(this, _lastname);
47
+ return __classPrivateFieldGet(this, _Contact_lastname, "f");
50
48
  }
51
49
  get Email() {
52
- return __classPrivateFieldGet(this, _email);
50
+ return __classPrivateFieldGet(this, _Contact_email, "f");
53
51
  }
54
52
  get Phone() {
55
- return __classPrivateFieldGet(this, _phone);
53
+ return __classPrivateFieldGet(this, _Contact_phone, "f");
56
54
  }
57
55
  get SyncPartnerContactRefId() {
58
- return __classPrivateFieldGet(this, _syncPartnerContactRefId);
56
+ return __classPrivateFieldGet(this, _Contact_syncPartnerContactRefId, "f");
59
57
  }
60
58
  get ContactPersonID() {
61
- return __classPrivateFieldGet(this, _contactPersonId);
59
+ return __classPrivateFieldGet(this, _Contact_contactPersonId, "f");
62
60
  }
63
61
  toJSON() {
64
62
  return {
@@ -73,5 +71,5 @@ class Contact extends abstractEntity_1.AbstractEntity {
73
71
  }
74
72
  }
75
73
  exports.Contact = Contact;
76
- _firstname = new WeakMap(), _lastname = new WeakMap(), _email = new WeakMap(), _phone = new WeakMap(), _syncPartnerContactRefId = new WeakMap(), _contactPersonId = new WeakMap();
74
+ _Contact_firstname = new WeakMap(), _Contact_lastname = new WeakMap(), _Contact_email = new WeakMap(), _Contact_phone = new WeakMap(), _Contact_syncPartnerContactRefId = new WeakMap(), _Contact_contactPersonId = new WeakMap();
77
75
  //# sourceMappingURL=contact.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _reference, _companyName, _partnerCompanyId, _addressLine1, _addressLine2, _zip, _city, _countryCode, _state, _receptionPhone, _websiteUrl, _emailContact, _headcount, _taxNumber, _ref, _billingId, _internalReference, _contact, _details, _deletedAt;
13
+ var _Customer_reference, _Customer_companyName, _Customer_partnerCompanyId, _Customer_addressLine1, _Customer_addressLine2, _Customer_zip, _Customer_city, _Customer_countryCode, _Customer_state, _Customer_receptionPhone, _Customer_websiteUrl, _Customer_emailContact, _Customer_headcount, _Customer_taxNumber, _Customer_ref, _Customer_billingId, _Customer_internalReference, _Customer_contact, _Customer_details, _Customer_deletedAt;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Customer = exports.CustomerFields = void 0;
18
16
  const abstractEntity_1 = require("../../../abstractEntity");
@@ -44,106 +42,106 @@ var CustomerFields;
44
42
  class Customer extends abstractEntity_1.AbstractEntity {
45
43
  constructor(getCustomersDataInput) {
46
44
  super(getCustomersDataInput);
47
- _reference.set(this, void 0);
48
- _companyName.set(this, void 0);
49
- _partnerCompanyId.set(this, void 0);
50
- _addressLine1.set(this, void 0);
51
- _addressLine2.set(this, void 0);
52
- _zip.set(this, void 0);
53
- _city.set(this, void 0);
54
- _countryCode.set(this, void 0);
55
- _state.set(this, void 0);
56
- _receptionPhone.set(this, void 0);
57
- _websiteUrl.set(this, void 0);
58
- _emailContact.set(this, void 0);
59
- _headcount.set(this, void 0);
60
- _taxNumber.set(this, void 0);
61
- _ref.set(this, void 0);
62
- _billingId.set(this, void 0);
63
- _internalReference.set(this, void 0);
64
- _contact.set(this, void 0);
65
- _details.set(this, void 0);
66
- _deletedAt.set(this, void 0);
67
- __classPrivateFieldSet(this, _reference, getCustomersDataInput[CustomerFields.COLUMN_REFERENCE]);
68
- __classPrivateFieldSet(this, _companyName, getCustomersDataInput[CustomerFields.COLUMN_COMPANY_NAME]);
69
- __classPrivateFieldSet(this, _partnerCompanyId, getCustomersDataInput[CustomerFields.COLUMN_PARTNER_COMPANY_ID]);
70
- __classPrivateFieldSet(this, _addressLine1, getCustomersDataInput[CustomerFields.COLUMN_ADDRESS_LINE_1]);
71
- __classPrivateFieldSet(this, _addressLine2, getCustomersDataInput[CustomerFields.COLUMN_ADDRESS_LINE_2]);
72
- __classPrivateFieldSet(this, _zip, getCustomersDataInput[CustomerFields.COLUMN_ZIP]);
73
- __classPrivateFieldSet(this, _city, getCustomersDataInput[CustomerFields.COLUMN_CITY]);
74
- __classPrivateFieldSet(this, _countryCode, getCustomersDataInput[CustomerFields.COLUMN_COUNTRY_CODE]);
75
- __classPrivateFieldSet(this, _state, getCustomersDataInput[CustomerFields.COLUMN_STATE]);
76
- __classPrivateFieldSet(this, _receptionPhone, getCustomersDataInput[CustomerFields.COLUMN_RECEPTION_PHONE]);
77
- __classPrivateFieldSet(this, _websiteUrl, getCustomersDataInput[CustomerFields.COLUMN_WEBSITE_URL]);
78
- __classPrivateFieldSet(this, _emailContact, getCustomersDataInput[CustomerFields.COLUMN_EMAIL_CONTACT]);
79
- __classPrivateFieldSet(this, _headcount, getCustomersDataInput[CustomerFields.COLUMN_HEADCOUNT]);
80
- __classPrivateFieldSet(this, _taxNumber, getCustomersDataInput[CustomerFields.COLUMN_TAX_NUMBER]);
81
- __classPrivateFieldSet(this, _ref, getCustomersDataInput[CustomerFields.COLUMN_REF]);
82
- __classPrivateFieldSet(this, _billingId, getCustomersDataInput[CustomerFields.COLUMN_BILLING_ID]);
83
- __classPrivateFieldSet(this, _internalReference, getCustomersDataInput[CustomerFields.COLUMN_INTERNAL_REFERENCE]);
84
- __classPrivateFieldSet(this, _contact, new contact_1.Contact(getCustomersDataInput[CustomerFields.COLUMN_CONTACT]));
85
- __classPrivateFieldSet(this, _details, new details_1.Details(getCustomersDataInput[CustomerFields.COLUMN_DETAILS]));
86
- __classPrivateFieldSet(this, _deletedAt, getCustomersDataInput[CustomerFields.COLUMN_DELETED_AT]);
45
+ _Customer_reference.set(this, void 0);
46
+ _Customer_companyName.set(this, void 0);
47
+ _Customer_partnerCompanyId.set(this, void 0);
48
+ _Customer_addressLine1.set(this, void 0);
49
+ _Customer_addressLine2.set(this, void 0);
50
+ _Customer_zip.set(this, void 0);
51
+ _Customer_city.set(this, void 0);
52
+ _Customer_countryCode.set(this, void 0);
53
+ _Customer_state.set(this, void 0);
54
+ _Customer_receptionPhone.set(this, void 0);
55
+ _Customer_websiteUrl.set(this, void 0);
56
+ _Customer_emailContact.set(this, void 0);
57
+ _Customer_headcount.set(this, void 0);
58
+ _Customer_taxNumber.set(this, void 0);
59
+ _Customer_ref.set(this, void 0);
60
+ _Customer_billingId.set(this, void 0);
61
+ _Customer_internalReference.set(this, void 0);
62
+ _Customer_contact.set(this, void 0);
63
+ _Customer_details.set(this, void 0);
64
+ _Customer_deletedAt.set(this, void 0);
65
+ __classPrivateFieldSet(this, _Customer_reference, getCustomersDataInput[CustomerFields.COLUMN_REFERENCE], "f");
66
+ __classPrivateFieldSet(this, _Customer_companyName, getCustomersDataInput[CustomerFields.COLUMN_COMPANY_NAME], "f");
67
+ __classPrivateFieldSet(this, _Customer_partnerCompanyId, getCustomersDataInput[CustomerFields.COLUMN_PARTNER_COMPANY_ID], "f");
68
+ __classPrivateFieldSet(this, _Customer_addressLine1, getCustomersDataInput[CustomerFields.COLUMN_ADDRESS_LINE_1], "f");
69
+ __classPrivateFieldSet(this, _Customer_addressLine2, getCustomersDataInput[CustomerFields.COLUMN_ADDRESS_LINE_2], "f");
70
+ __classPrivateFieldSet(this, _Customer_zip, getCustomersDataInput[CustomerFields.COLUMN_ZIP], "f");
71
+ __classPrivateFieldSet(this, _Customer_city, getCustomersDataInput[CustomerFields.COLUMN_CITY], "f");
72
+ __classPrivateFieldSet(this, _Customer_countryCode, getCustomersDataInput[CustomerFields.COLUMN_COUNTRY_CODE], "f");
73
+ __classPrivateFieldSet(this, _Customer_state, getCustomersDataInput[CustomerFields.COLUMN_STATE], "f");
74
+ __classPrivateFieldSet(this, _Customer_receptionPhone, getCustomersDataInput[CustomerFields.COLUMN_RECEPTION_PHONE], "f");
75
+ __classPrivateFieldSet(this, _Customer_websiteUrl, getCustomersDataInput[CustomerFields.COLUMN_WEBSITE_URL], "f");
76
+ __classPrivateFieldSet(this, _Customer_emailContact, getCustomersDataInput[CustomerFields.COLUMN_EMAIL_CONTACT], "f");
77
+ __classPrivateFieldSet(this, _Customer_headcount, getCustomersDataInput[CustomerFields.COLUMN_HEADCOUNT], "f");
78
+ __classPrivateFieldSet(this, _Customer_taxNumber, getCustomersDataInput[CustomerFields.COLUMN_TAX_NUMBER], "f");
79
+ __classPrivateFieldSet(this, _Customer_ref, getCustomersDataInput[CustomerFields.COLUMN_REF], "f");
80
+ __classPrivateFieldSet(this, _Customer_billingId, getCustomersDataInput[CustomerFields.COLUMN_BILLING_ID], "f");
81
+ __classPrivateFieldSet(this, _Customer_internalReference, getCustomersDataInput[CustomerFields.COLUMN_INTERNAL_REFERENCE], "f");
82
+ __classPrivateFieldSet(this, _Customer_contact, new contact_1.Contact(getCustomersDataInput[CustomerFields.COLUMN_CONTACT]), "f");
83
+ __classPrivateFieldSet(this, _Customer_details, new details_1.Details(getCustomersDataInput[CustomerFields.COLUMN_DETAILS]), "f");
84
+ __classPrivateFieldSet(this, _Customer_deletedAt, getCustomersDataInput[CustomerFields.COLUMN_DELETED_AT], "f");
87
85
  }
88
86
  get Reference() {
89
- return __classPrivateFieldGet(this, _reference);
87
+ return __classPrivateFieldGet(this, _Customer_reference, "f");
90
88
  }
91
89
  get CompanyName() {
92
- return __classPrivateFieldGet(this, _companyName);
90
+ return __classPrivateFieldGet(this, _Customer_companyName, "f");
93
91
  }
94
92
  get PartnerCompanyId() {
95
- return __classPrivateFieldGet(this, _partnerCompanyId);
93
+ return __classPrivateFieldGet(this, _Customer_partnerCompanyId, "f");
96
94
  }
97
95
  get AddressLine1() {
98
- return __classPrivateFieldGet(this, _addressLine1);
96
+ return __classPrivateFieldGet(this, _Customer_addressLine1, "f");
99
97
  }
100
98
  get AddressLine2() {
101
- return __classPrivateFieldGet(this, _addressLine2);
99
+ return __classPrivateFieldGet(this, _Customer_addressLine2, "f");
102
100
  }
103
101
  get Zip() {
104
- return __classPrivateFieldGet(this, _zip);
102
+ return __classPrivateFieldGet(this, _Customer_zip, "f");
105
103
  }
106
104
  get City() {
107
- return __classPrivateFieldGet(this, _city);
105
+ return __classPrivateFieldGet(this, _Customer_city, "f");
108
106
  }
109
107
  get CountryCode() {
110
- return __classPrivateFieldGet(this, _countryCode);
108
+ return __classPrivateFieldGet(this, _Customer_countryCode, "f");
111
109
  }
112
110
  get State() {
113
- return __classPrivateFieldGet(this, _state);
111
+ return __classPrivateFieldGet(this, _Customer_state, "f");
114
112
  }
115
113
  get ReceptionPhone() {
116
- return __classPrivateFieldGet(this, _receptionPhone);
114
+ return __classPrivateFieldGet(this, _Customer_receptionPhone, "f");
117
115
  }
118
116
  get WebsiteUrl() {
119
- return __classPrivateFieldGet(this, _websiteUrl);
117
+ return __classPrivateFieldGet(this, _Customer_websiteUrl, "f");
120
118
  }
121
119
  get EmailContact() {
122
- return __classPrivateFieldGet(this, _emailContact);
120
+ return __classPrivateFieldGet(this, _Customer_emailContact, "f");
123
121
  }
124
122
  get Headcount() {
125
- return __classPrivateFieldGet(this, _headcount);
123
+ return __classPrivateFieldGet(this, _Customer_headcount, "f");
126
124
  }
127
125
  get TaxNumber() {
128
- return __classPrivateFieldGet(this, _taxNumber);
126
+ return __classPrivateFieldGet(this, _Customer_taxNumber, "f");
129
127
  }
130
128
  get Ref() {
131
- return __classPrivateFieldGet(this, _ref);
129
+ return __classPrivateFieldGet(this, _Customer_ref, "f");
132
130
  }
133
131
  get BillingId() {
134
- return __classPrivateFieldGet(this, _billingId);
132
+ return __classPrivateFieldGet(this, _Customer_billingId, "f");
135
133
  }
136
134
  get InternalReference() {
137
- return __classPrivateFieldGet(this, _internalReference);
135
+ return __classPrivateFieldGet(this, _Customer_internalReference, "f");
138
136
  }
139
137
  get Contact() {
140
- return __classPrivateFieldGet(this, _contact);
138
+ return __classPrivateFieldGet(this, _Customer_contact, "f");
141
139
  }
142
140
  get Details() {
143
- return __classPrivateFieldGet(this, _details);
141
+ return __classPrivateFieldGet(this, _Customer_details, "f");
144
142
  }
145
143
  get DeletedAt() {
146
- return __classPrivateFieldGet(this, _deletedAt);
144
+ return __classPrivateFieldGet(this, _Customer_deletedAt, "f");
147
145
  }
148
146
  toJSON() {
149
147
  return {
@@ -171,5 +169,5 @@ class Customer extends abstractEntity_1.AbstractEntity {
171
169
  }
172
170
  }
173
171
  exports.Customer = Customer;
174
- _reference = new WeakMap(), _companyName = new WeakMap(), _partnerCompanyId = new WeakMap(), _addressLine1 = new WeakMap(), _addressLine2 = new WeakMap(), _zip = new WeakMap(), _city = new WeakMap(), _countryCode = new WeakMap(), _state = new WeakMap(), _receptionPhone = new WeakMap(), _websiteUrl = new WeakMap(), _emailContact = new WeakMap(), _headcount = new WeakMap(), _taxNumber = new WeakMap(), _ref = new WeakMap(), _billingId = new WeakMap(), _internalReference = new WeakMap(), _contact = new WeakMap(), _details = new WeakMap(), _deletedAt = new WeakMap();
172
+ _Customer_reference = new WeakMap(), _Customer_companyName = new WeakMap(), _Customer_partnerCompanyId = new WeakMap(), _Customer_addressLine1 = new WeakMap(), _Customer_addressLine2 = new WeakMap(), _Customer_zip = new WeakMap(), _Customer_city = new WeakMap(), _Customer_countryCode = new WeakMap(), _Customer_state = new WeakMap(), _Customer_receptionPhone = new WeakMap(), _Customer_websiteUrl = new WeakMap(), _Customer_emailContact = new WeakMap(), _Customer_headcount = new WeakMap(), _Customer_taxNumber = new WeakMap(), _Customer_ref = new WeakMap(), _Customer_billingId = new WeakMap(), _Customer_internalReference = new WeakMap(), _Customer_contact = new WeakMap(), _Customer_details = new WeakMap(), _Customer_deletedAt = new WeakMap();
175
173
  //# sourceMappingURL=customer.js.map