@arrowsphere/api-client 3.26.0 → 3.27.0-rc.bjp.1

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 (118) hide show
  1. package/build/abstractEntity.js +14 -16
  2. package/build/abstractGraphQLClient.d.ts +2 -1
  3. package/build/abstractGraphQLClient.js +32 -7
  4. package/build/axiosSingleton.js +2 -2
  5. package/build/campaign/entities/campaign/banners/banners.js +32 -34
  6. package/build/campaign/entities/campaign/campaign.js +51 -53
  7. package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
  8. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
  9. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
  10. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
  11. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
  12. package/build/campaign/entities/campaign/rules/rules.js +29 -31
  13. package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
  14. package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
  15. package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
  16. package/build/campaign/entities/v2/campaign/campaign.js +48 -50
  17. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
  18. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
  19. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
  20. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
  21. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
  22. package/build/campaign/entities/v2/campaignList.js +14 -16
  23. package/build/campaign/index.js +5 -1
  24. package/build/cart/entities/index.js +5 -1
  25. package/build/cart/entities/item.js +26 -28
  26. package/build/cart/entities/itemList.js +14 -16
  27. package/build/cart/index.js +5 -1
  28. package/build/catalog/catalogGraphQLClient.d.ts +2 -0
  29. package/build/catalog/catalogGraphQLClient.js +4 -1
  30. package/build/catalog/index.js +5 -1
  31. package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
  32. package/build/catalog/types/catalogGraphQLQueries.js +3 -0
  33. package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
  34. package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
  35. package/build/catalog/types/catalogGraphQLTypes.js +1 -0
  36. package/build/catalog/types/queryArguments.d.ts +42 -0
  37. package/build/catalog/types/queryArguments.js +9 -0
  38. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  39. package/build/consumption/entities/bi/period/period.js +17 -19
  40. package/build/consumption/entities/bi/top/top.js +23 -25
  41. package/build/consumption/entities/consumption/consumption.js +17 -19
  42. package/build/consumption/index.js +5 -1
  43. package/build/contact/entities/contact.js +44 -46
  44. package/build/contact/entities/contactCreate.js +14 -16
  45. package/build/contact/entities/contactList.js +14 -16
  46. package/build/contact/index.js +5 -1
  47. package/build/customers/entities/customers/contact/contact.js +29 -31
  48. package/build/customers/entities/customers/customer.js +71 -73
  49. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  50. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  51. package/build/customers/entities/customers/details/details.js +29 -31
  52. package/build/customers/entities/dataCustomers.js +14 -16
  53. package/build/customers/entities/dataInvitation.js +29 -31
  54. package/build/customers/entities/invitations/company/company.js +14 -16
  55. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  56. package/build/customers/index.js +5 -1
  57. package/build/exception/index.js +5 -1
  58. package/build/general/entities/whoAmI.js +59 -61
  59. package/build/general/index.js +5 -1
  60. package/build/getResult.js +21 -23
  61. package/build/index.js +5 -1
  62. package/build/licenses/entities/filterFindResult.js +17 -19
  63. package/build/licenses/entities/findResult.js +36 -38
  64. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  65. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  66. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  67. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  68. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  69. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  70. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  71. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  72. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  73. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  74. package/build/licenses/entities/license/configFindResult.js +20 -22
  75. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  76. package/build/licenses/entities/license/priceFindResult.js +26 -28
  77. package/build/licenses/entities/license/warningFindResult.js +17 -19
  78. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  79. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  80. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  81. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  82. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  83. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  84. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  85. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  86. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  87. package/build/licenses/index.js +5 -1
  88. package/build/orders/entities/dataListOrders.js +14 -16
  89. package/build/orders/entities/orders/order.js +39 -41
  90. package/build/orders/entities/orders/partner/partner.js +17 -19
  91. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  92. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  93. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  94. package/build/orders/entities/orders/products/products.js +56 -58
  95. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  96. package/build/orders/entities/referenceLink.js +17 -19
  97. package/build/orders/index.js +5 -1
  98. package/build/pagination.js +29 -31
  99. package/build/security/index.js +5 -1
  100. package/build/security/register/entity/registrationLink.js +14 -16
  101. package/build/security/register/index.js +5 -1
  102. package/build/security/standards/entities/checks/checks.js +17 -19
  103. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  104. package/build/security/standards/entities/resources/resources.js +26 -28
  105. package/build/security/standards/entities/resources/securityResources.js +17 -19
  106. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  107. package/build/security/standards/entities/standards/standards.js +17 -19
  108. package/build/security/standards/index.js +5 -1
  109. package/build/shared/index.js +5 -1
  110. package/build/subscriptions/entities/subscription.js +56 -58
  111. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  112. package/build/subscriptions/index.js +5 -1
  113. package/build/supportCenter/entities/issue/attachment.js +27 -29
  114. package/build/supportCenter/entities/issue/comment.js +29 -31
  115. package/build/supportCenter/entities/issue/issue.js +106 -108
  116. package/build/supportCenter/entities/topic.js +30 -32
  117. package/build/supportCenter/index.js +5 -1
  118. package/package.json +5 -3
@@ -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
@@ -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, _firstName, _lastName, _email, _phone, _username, _type, _role, _isActive;
13
+ var _CustomerContact_reference, _CustomerContact_firstName, _CustomerContact_lastName, _CustomerContact_email, _CustomerContact_phone, _CustomerContact_username, _CustomerContact_type, _CustomerContact_role, _CustomerContact_isActive;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.CustomerContact = exports.CustomerContactFields = exports.CustomerContactTypeEnum = exports.CustomerContactRoleEnum = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -46,51 +44,51 @@ var CustomerContactFields;
46
44
  class CustomerContact extends abstractEntity_1.AbstractEntity {
47
45
  constructor(getCustomerContactDataInput) {
48
46
  super(getCustomerContactDataInput);
49
- _reference.set(this, void 0);
50
- _firstName.set(this, void 0);
51
- _lastName.set(this, void 0);
52
- _email.set(this, void 0);
53
- _phone.set(this, void 0);
54
- _username.set(this, void 0);
55
- _type.set(this, void 0);
56
- _role.set(this, void 0);
57
- _isActive.set(this, void 0);
58
- __classPrivateFieldSet(this, _reference, getCustomerContactDataInput[CustomerContactFields.COLUMN_REFERENCE]);
59
- __classPrivateFieldSet(this, _firstName, getCustomerContactDataInput[CustomerContactFields.COLUMN_FIRST_NAME]);
60
- __classPrivateFieldSet(this, _lastName, getCustomerContactDataInput[CustomerContactFields.COLUMN_LAST_NAME]);
61
- __classPrivateFieldSet(this, _email, getCustomerContactDataInput[CustomerContactFields.COLUMN_EMAIL]);
62
- __classPrivateFieldSet(this, _phone, getCustomerContactDataInput[CustomerContactFields.COLUMN_PHONE]);
63
- __classPrivateFieldSet(this, _username, getCustomerContactDataInput[CustomerContactFields.COLUMN_USERNAME]);
64
- __classPrivateFieldSet(this, _type, getCustomerContactDataInput[CustomerContactFields.COLUMN_TYPE]);
65
- __classPrivateFieldSet(this, _role, getCustomerContactDataInput[CustomerContactFields.COLUMN_ROLE]);
66
- __classPrivateFieldSet(this, _isActive, getCustomerContactDataInput[CustomerContactFields.COLUMN_IS_ACTIVE]);
47
+ _CustomerContact_reference.set(this, void 0);
48
+ _CustomerContact_firstName.set(this, void 0);
49
+ _CustomerContact_lastName.set(this, void 0);
50
+ _CustomerContact_email.set(this, void 0);
51
+ _CustomerContact_phone.set(this, void 0);
52
+ _CustomerContact_username.set(this, void 0);
53
+ _CustomerContact_type.set(this, void 0);
54
+ _CustomerContact_role.set(this, void 0);
55
+ _CustomerContact_isActive.set(this, void 0);
56
+ __classPrivateFieldSet(this, _CustomerContact_reference, getCustomerContactDataInput[CustomerContactFields.COLUMN_REFERENCE], "f");
57
+ __classPrivateFieldSet(this, _CustomerContact_firstName, getCustomerContactDataInput[CustomerContactFields.COLUMN_FIRST_NAME], "f");
58
+ __classPrivateFieldSet(this, _CustomerContact_lastName, getCustomerContactDataInput[CustomerContactFields.COLUMN_LAST_NAME], "f");
59
+ __classPrivateFieldSet(this, _CustomerContact_email, getCustomerContactDataInput[CustomerContactFields.COLUMN_EMAIL], "f");
60
+ __classPrivateFieldSet(this, _CustomerContact_phone, getCustomerContactDataInput[CustomerContactFields.COLUMN_PHONE], "f");
61
+ __classPrivateFieldSet(this, _CustomerContact_username, getCustomerContactDataInput[CustomerContactFields.COLUMN_USERNAME], "f");
62
+ __classPrivateFieldSet(this, _CustomerContact_type, getCustomerContactDataInput[CustomerContactFields.COLUMN_TYPE], "f");
63
+ __classPrivateFieldSet(this, _CustomerContact_role, getCustomerContactDataInput[CustomerContactFields.COLUMN_ROLE], "f");
64
+ __classPrivateFieldSet(this, _CustomerContact_isActive, getCustomerContactDataInput[CustomerContactFields.COLUMN_IS_ACTIVE], "f");
67
65
  }
68
66
  get reference() {
69
- return __classPrivateFieldGet(this, _reference);
67
+ return __classPrivateFieldGet(this, _CustomerContact_reference, "f");
70
68
  }
71
69
  get firstName() {
72
- return __classPrivateFieldGet(this, _firstName);
70
+ return __classPrivateFieldGet(this, _CustomerContact_firstName, "f");
73
71
  }
74
72
  get lastName() {
75
- return __classPrivateFieldGet(this, _lastName);
73
+ return __classPrivateFieldGet(this, _CustomerContact_lastName, "f");
76
74
  }
77
75
  get email() {
78
- return __classPrivateFieldGet(this, _email);
76
+ return __classPrivateFieldGet(this, _CustomerContact_email, "f");
79
77
  }
80
78
  get phone() {
81
- return __classPrivateFieldGet(this, _phone);
79
+ return __classPrivateFieldGet(this, _CustomerContact_phone, "f");
82
80
  }
83
81
  get username() {
84
- return __classPrivateFieldGet(this, _username);
82
+ return __classPrivateFieldGet(this, _CustomerContact_username, "f");
85
83
  }
86
84
  get type() {
87
- return __classPrivateFieldGet(this, _type);
85
+ return __classPrivateFieldGet(this, _CustomerContact_type, "f");
88
86
  }
89
87
  get role() {
90
- return __classPrivateFieldGet(this, _role);
88
+ return __classPrivateFieldGet(this, _CustomerContact_role, "f");
91
89
  }
92
90
  get isActive() {
93
- return __classPrivateFieldGet(this, _isActive);
91
+ return __classPrivateFieldGet(this, _CustomerContact_isActive, "f");
94
92
  }
95
93
  toJSON() {
96
94
  return {
@@ -107,5 +105,5 @@ class CustomerContact extends abstractEntity_1.AbstractEntity {
107
105
  }
108
106
  }
109
107
  exports.CustomerContact = CustomerContact;
110
- _reference = new WeakMap(), _firstName = new WeakMap(), _lastName = new WeakMap(), _email = new WeakMap(), _phone = new WeakMap(), _username = new WeakMap(), _type = new WeakMap(), _role = new WeakMap(), _isActive = new WeakMap();
108
+ _CustomerContact_reference = new WeakMap(), _CustomerContact_firstName = new WeakMap(), _CustomerContact_lastName = new WeakMap(), _CustomerContact_email = new WeakMap(), _CustomerContact_phone = new WeakMap(), _CustomerContact_username = new WeakMap(), _CustomerContact_type = new WeakMap(), _CustomerContact_role = new WeakMap(), _CustomerContact_isActive = new WeakMap();
111
109
  //# sourceMappingURL=customerContact.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 _customerContactList;
13
+ var _CustomerContactList_customerContactList;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.CustomerContactList = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -20,16 +18,16 @@ const customerContact_1 = require("./customerContact");
20
18
  class CustomerContactList extends abstractEntity_1.AbstractEntity {
21
19
  constructor(customerContactsDataInput) {
22
20
  super(customerContactsDataInput);
23
- _customerContactList.set(this, void 0);
24
- __classPrivateFieldSet(this, _customerContactList, customerContactsDataInput.map((customerContact) => new customerContact_1.CustomerContact(customerContact)));
21
+ _CustomerContactList_customerContactList.set(this, void 0);
22
+ __classPrivateFieldSet(this, _CustomerContactList_customerContactList, customerContactsDataInput.map((customerContact) => new customerContact_1.CustomerContact(customerContact)), "f");
25
23
  }
26
24
  get customerContactList() {
27
- return __classPrivateFieldGet(this, _customerContactList);
25
+ return __classPrivateFieldGet(this, _CustomerContactList_customerContactList, "f");
28
26
  }
29
27
  toJSON() {
30
28
  return this.customerContactList.map((customerContact) => customerContact.toJSON());
31
29
  }
32
30
  }
33
31
  exports.CustomerContactList = CustomerContactList;
34
- _customerContactList = new WeakMap();
32
+ _CustomerContactList_customerContactList = new WeakMap();
35
33
  //# sourceMappingURL=customerContactList.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 _migration, _domainName, _oracleOnlineKey, _iBMCeId, _maas360ResellerId, _tenantId;
13
+ var _Details_migration, _Details_domainName, _Details_oracleOnlineKey, _Details_iBMCeId, _Details_maas360ResellerId, _Details_tenantId;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Details = exports.DetailsFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -28,36 +26,36 @@ var DetailsFields;
28
26
  class Details extends abstractEntity_1.AbstractEntity {
29
27
  constructor(getCustomersDetailsDataInput) {
30
28
  super(getCustomersDetailsDataInput);
31
- _migration.set(this, void 0);
32
- _domainName.set(this, void 0);
33
- _oracleOnlineKey.set(this, void 0);
34
- _iBMCeId.set(this, void 0);
35
- _maas360ResellerId.set(this, void 0);
36
- _tenantId.set(this, void 0);
37
- __classPrivateFieldSet(this, _migration, getCustomersDetailsDataInput[DetailsFields.COLUMN_MIGRATION]);
38
- __classPrivateFieldSet(this, _domainName, getCustomersDetailsDataInput[DetailsFields.COLUMN_DOMAIN_NAME]);
39
- __classPrivateFieldSet(this, _oracleOnlineKey, getCustomersDetailsDataInput[DetailsFields.COLUMN_ORACLE_ONLINE_KEY]);
40
- __classPrivateFieldSet(this, _iBMCeId, getCustomersDetailsDataInput[DetailsFields.COLUMN_IBM_CE_ID]);
41
- __classPrivateFieldSet(this, _maas360ResellerId, getCustomersDetailsDataInput[DetailsFields.COLUMN_MASS_360_RESELLER_ID]);
42
- __classPrivateFieldSet(this, _tenantId, getCustomersDetailsDataInput[DetailsFields.COLUMN_TENANT_ID]);
29
+ _Details_migration.set(this, void 0);
30
+ _Details_domainName.set(this, void 0);
31
+ _Details_oracleOnlineKey.set(this, void 0);
32
+ _Details_iBMCeId.set(this, void 0);
33
+ _Details_maas360ResellerId.set(this, void 0);
34
+ _Details_tenantId.set(this, void 0);
35
+ __classPrivateFieldSet(this, _Details_migration, getCustomersDetailsDataInput[DetailsFields.COLUMN_MIGRATION], "f");
36
+ __classPrivateFieldSet(this, _Details_domainName, getCustomersDetailsDataInput[DetailsFields.COLUMN_DOMAIN_NAME], "f");
37
+ __classPrivateFieldSet(this, _Details_oracleOnlineKey, getCustomersDetailsDataInput[DetailsFields.COLUMN_ORACLE_ONLINE_KEY], "f");
38
+ __classPrivateFieldSet(this, _Details_iBMCeId, getCustomersDetailsDataInput[DetailsFields.COLUMN_IBM_CE_ID], "f");
39
+ __classPrivateFieldSet(this, _Details_maas360ResellerId, getCustomersDetailsDataInput[DetailsFields.COLUMN_MASS_360_RESELLER_ID], "f");
40
+ __classPrivateFieldSet(this, _Details_tenantId, getCustomersDetailsDataInput[DetailsFields.COLUMN_TENANT_ID], "f");
43
41
  }
44
42
  get Migration() {
45
- return __classPrivateFieldGet(this, _migration);
43
+ return __classPrivateFieldGet(this, _Details_migration, "f");
46
44
  }
47
45
  get DomainName() {
48
- return __classPrivateFieldGet(this, _domainName);
46
+ return __classPrivateFieldGet(this, _Details_domainName, "f");
49
47
  }
50
48
  get OracleOnlineKey() {
51
- return __classPrivateFieldGet(this, _oracleOnlineKey);
49
+ return __classPrivateFieldGet(this, _Details_oracleOnlineKey, "f");
52
50
  }
53
51
  get IBMCeId() {
54
- return __classPrivateFieldGet(this, _iBMCeId);
52
+ return __classPrivateFieldGet(this, _Details_iBMCeId, "f");
55
53
  }
56
54
  get Maas360ResellerId() {
57
- return __classPrivateFieldGet(this, _maas360ResellerId);
55
+ return __classPrivateFieldGet(this, _Details_maas360ResellerId, "f");
58
56
  }
59
57
  get TenantId() {
60
- return __classPrivateFieldGet(this, _tenantId);
58
+ return __classPrivateFieldGet(this, _Details_tenantId, "f");
61
59
  }
62
60
  toJSON() {
63
61
  return {
@@ -71,5 +69,5 @@ class Details extends abstractEntity_1.AbstractEntity {
71
69
  }
72
70
  }
73
71
  exports.Details = Details;
74
- _migration = new WeakMap(), _domainName = new WeakMap(), _oracleOnlineKey = new WeakMap(), _iBMCeId = new WeakMap(), _maas360ResellerId = new WeakMap(), _tenantId = new WeakMap();
72
+ _Details_migration = new WeakMap(), _Details_domainName = new WeakMap(), _Details_oracleOnlineKey = new WeakMap(), _Details_iBMCeId = new WeakMap(), _Details_maas360ResellerId = new WeakMap(), _Details_tenantId = new WeakMap();
75
73
  //# sourceMappingURL=details.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 _customers;
13
+ var _DataCustomers_customers;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.DataCustomers = exports.DataCustomersFields = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -24,11 +22,11 @@ var DataCustomersFields;
24
22
  class DataCustomers extends abstractEntity_1.AbstractEntity {
25
23
  constructor(customersDataInput) {
26
24
  super(customersDataInput);
27
- _customers.set(this, void 0);
28
- __classPrivateFieldSet(this, _customers, customersDataInput[DataCustomersFields.COLUMN_CUSTOMERS].map((result) => new customer_1.Customer(result)));
25
+ _DataCustomers_customers.set(this, void 0);
26
+ __classPrivateFieldSet(this, _DataCustomers_customers, customersDataInput[DataCustomersFields.COLUMN_CUSTOMERS].map((result) => new customer_1.Customer(result)), "f");
29
27
  }
30
28
  get customers() {
31
- return __classPrivateFieldGet(this, _customers);
29
+ return __classPrivateFieldGet(this, _DataCustomers_customers, "f");
32
30
  }
33
31
  toJSON() {
34
32
  return {
@@ -37,5 +35,5 @@ class DataCustomers extends abstractEntity_1.AbstractEntity {
37
35
  }
38
36
  }
39
37
  exports.DataCustomers = DataCustomers;
40
- _customers = new WeakMap();
38
+ _DataCustomers_customers = new WeakMap();
41
39
  //# sourceMappingURL=dataCustomers.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 _code, _createdAt, _updatedAt, _company, _contact, _policy;
13
+ var _DataInvitation_code, _DataInvitation_createdAt, _DataInvitation_updatedAt, _DataInvitation_company, _DataInvitation_contact, _DataInvitation_policy;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.DataInvitation = exports.DataInvitationFields = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -30,36 +28,36 @@ var DataInvitationFields;
30
28
  class DataInvitation extends abstractEntity_1.AbstractEntity {
31
29
  constructor(getCustomerInvitationDataInput) {
32
30
  super(getCustomerInvitationDataInput);
33
- _code.set(this, void 0);
34
- _createdAt.set(this, void 0);
35
- _updatedAt.set(this, void 0);
36
- _company.set(this, void 0);
37
- _contact.set(this, void 0);
38
- _policy.set(this, void 0);
39
- __classPrivateFieldSet(this, _code, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CODE]);
40
- __classPrivateFieldSet(this, _createdAt, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CREATED_AT]);
41
- __classPrivateFieldSet(this, _updatedAt, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_UPDATED_AT]);
42
- __classPrivateFieldSet(this, _company, new company_1.Company(getCustomerInvitationDataInput[DataInvitationFields.COLUMN_COMPANY]));
43
- __classPrivateFieldSet(this, _contact, new invitationContact_1.InvitationContact(getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CONTACT]));
44
- __classPrivateFieldSet(this, _policy, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_POLICY]);
31
+ _DataInvitation_code.set(this, void 0);
32
+ _DataInvitation_createdAt.set(this, void 0);
33
+ _DataInvitation_updatedAt.set(this, void 0);
34
+ _DataInvitation_company.set(this, void 0);
35
+ _DataInvitation_contact.set(this, void 0);
36
+ _DataInvitation_policy.set(this, void 0);
37
+ __classPrivateFieldSet(this, _DataInvitation_code, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CODE], "f");
38
+ __classPrivateFieldSet(this, _DataInvitation_createdAt, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CREATED_AT], "f");
39
+ __classPrivateFieldSet(this, _DataInvitation_updatedAt, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_UPDATED_AT], "f");
40
+ __classPrivateFieldSet(this, _DataInvitation_company, new company_1.Company(getCustomerInvitationDataInput[DataInvitationFields.COLUMN_COMPANY]), "f");
41
+ __classPrivateFieldSet(this, _DataInvitation_contact, new invitationContact_1.InvitationContact(getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CONTACT]), "f");
42
+ __classPrivateFieldSet(this, _DataInvitation_policy, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_POLICY], "f");
45
43
  }
46
44
  get code() {
47
- return __classPrivateFieldGet(this, _code);
45
+ return __classPrivateFieldGet(this, _DataInvitation_code, "f");
48
46
  }
49
47
  get createdAt() {
50
- return __classPrivateFieldGet(this, _createdAt);
48
+ return __classPrivateFieldGet(this, _DataInvitation_createdAt, "f");
51
49
  }
52
50
  get updatedAt() {
53
- return __classPrivateFieldGet(this, _updatedAt);
51
+ return __classPrivateFieldGet(this, _DataInvitation_updatedAt, "f");
54
52
  }
55
53
  get company() {
56
- return __classPrivateFieldGet(this, _company);
54
+ return __classPrivateFieldGet(this, _DataInvitation_company, "f");
57
55
  }
58
56
  get contact() {
59
- return __classPrivateFieldGet(this, _contact);
57
+ return __classPrivateFieldGet(this, _DataInvitation_contact, "f");
60
58
  }
61
59
  get policy() {
62
- return __classPrivateFieldGet(this, _policy);
60
+ return __classPrivateFieldGet(this, _DataInvitation_policy, "f");
63
61
  }
64
62
  toJSON() {
65
63
  return {
@@ -73,5 +71,5 @@ class DataInvitation extends abstractEntity_1.AbstractEntity {
73
71
  }
74
72
  }
75
73
  exports.DataInvitation = DataInvitation;
76
- _code = new WeakMap(), _createdAt = new WeakMap(), _updatedAt = new WeakMap(), _company = new WeakMap(), _contact = new WeakMap(), _policy = new WeakMap();
74
+ _DataInvitation_code = new WeakMap(), _DataInvitation_createdAt = new WeakMap(), _DataInvitation_updatedAt = new WeakMap(), _DataInvitation_company = new WeakMap(), _DataInvitation_contact = new WeakMap(), _DataInvitation_policy = new WeakMap();
77
75
  //# sourceMappingURL=dataInvitation.js.map