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

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