@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 _SecurityChecks_description, _SecurityChecks_flagged, _SecurityChecks_isFailed, _SecurityChecks_metadata, _SecurityChecks_name, _SecurityChecks_processed, _SecurityChecks_reference, _SecurityChecks_score, _SecurityChecks_severity;
15
+ var _description, _flagged, _isFailed, _metadata, _name, _processed, _reference, _score, _severity;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.SecurityChecks = exports.SecurityChecksFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -29,51 +31,51 @@ var SecurityChecksFields;
29
31
  class SecurityChecks extends abstractEntity_1.AbstractEntity {
30
32
  constructor(securityChecksDataInput) {
31
33
  super(securityChecksDataInput);
32
- _SecurityChecks_description.set(this, void 0);
33
- _SecurityChecks_flagged.set(this, void 0);
34
- _SecurityChecks_isFailed.set(this, void 0);
35
- _SecurityChecks_metadata.set(this, void 0);
36
- _SecurityChecks_name.set(this, void 0);
37
- _SecurityChecks_processed.set(this, void 0);
38
- _SecurityChecks_reference.set(this, void 0);
39
- _SecurityChecks_score.set(this, void 0);
40
- _SecurityChecks_severity.set(this, void 0);
41
- __classPrivateFieldSet(this, _SecurityChecks_description, securityChecksDataInput[SecurityChecksFields.COLUMN_DESCRIPTION], "f");
42
- __classPrivateFieldSet(this, _SecurityChecks_flagged, securityChecksDataInput[SecurityChecksFields.COLUMN_FLAGGED], "f");
43
- __classPrivateFieldSet(this, _SecurityChecks_isFailed, securityChecksDataInput[SecurityChecksFields.COLUMN_IS_FAILED], "f");
44
- __classPrivateFieldSet(this, _SecurityChecks_metadata, securityChecksDataInput[SecurityChecksFields.COLUMN_METADATA], "f");
45
- __classPrivateFieldSet(this, _SecurityChecks_name, securityChecksDataInput[SecurityChecksFields.COLUMN_NAME], "f");
46
- __classPrivateFieldSet(this, _SecurityChecks_processed, securityChecksDataInput[SecurityChecksFields.COLUMN_PROCESSED], "f");
47
- __classPrivateFieldSet(this, _SecurityChecks_reference, securityChecksDataInput[SecurityChecksFields.COLUMN_REFERENCE], "f");
48
- __classPrivateFieldSet(this, _SecurityChecks_score, securityChecksDataInput[SecurityChecksFields.COLUMN_SCORE], "f");
49
- __classPrivateFieldSet(this, _SecurityChecks_severity, securityChecksDataInput[SecurityChecksFields.COLUMN_SEVERITY], "f");
34
+ _description.set(this, void 0);
35
+ _flagged.set(this, void 0);
36
+ _isFailed.set(this, void 0);
37
+ _metadata.set(this, void 0);
38
+ _name.set(this, void 0);
39
+ _processed.set(this, void 0);
40
+ _reference.set(this, void 0);
41
+ _score.set(this, void 0);
42
+ _severity.set(this, void 0);
43
+ __classPrivateFieldSet(this, _description, securityChecksDataInput[SecurityChecksFields.COLUMN_DESCRIPTION]);
44
+ __classPrivateFieldSet(this, _flagged, securityChecksDataInput[SecurityChecksFields.COLUMN_FLAGGED]);
45
+ __classPrivateFieldSet(this, _isFailed, securityChecksDataInput[SecurityChecksFields.COLUMN_IS_FAILED]);
46
+ __classPrivateFieldSet(this, _metadata, securityChecksDataInput[SecurityChecksFields.COLUMN_METADATA]);
47
+ __classPrivateFieldSet(this, _name, securityChecksDataInput[SecurityChecksFields.COLUMN_NAME]);
48
+ __classPrivateFieldSet(this, _processed, securityChecksDataInput[SecurityChecksFields.COLUMN_PROCESSED]);
49
+ __classPrivateFieldSet(this, _reference, securityChecksDataInput[SecurityChecksFields.COLUMN_REFERENCE]);
50
+ __classPrivateFieldSet(this, _score, securityChecksDataInput[SecurityChecksFields.COLUMN_SCORE]);
51
+ __classPrivateFieldSet(this, _severity, securityChecksDataInput[SecurityChecksFields.COLUMN_SEVERITY]);
50
52
  }
51
53
  get description() {
52
- return __classPrivateFieldGet(this, _SecurityChecks_description, "f");
54
+ return __classPrivateFieldGet(this, _description);
53
55
  }
54
56
  get flagged() {
55
- return __classPrivateFieldGet(this, _SecurityChecks_flagged, "f");
57
+ return __classPrivateFieldGet(this, _flagged);
56
58
  }
57
59
  get isFailed() {
58
- return __classPrivateFieldGet(this, _SecurityChecks_isFailed, "f");
60
+ return __classPrivateFieldGet(this, _isFailed);
59
61
  }
60
62
  get metadata() {
61
- return __classPrivateFieldGet(this, _SecurityChecks_metadata, "f");
63
+ return __classPrivateFieldGet(this, _metadata);
62
64
  }
63
65
  get name() {
64
- return __classPrivateFieldGet(this, _SecurityChecks_name, "f");
66
+ return __classPrivateFieldGet(this, _name);
65
67
  }
66
68
  get processed() {
67
- return __classPrivateFieldGet(this, _SecurityChecks_processed, "f");
69
+ return __classPrivateFieldGet(this, _processed);
68
70
  }
69
71
  get reference() {
70
- return __classPrivateFieldGet(this, _SecurityChecks_reference, "f");
72
+ return __classPrivateFieldGet(this, _reference);
71
73
  }
72
74
  get score() {
73
- return __classPrivateFieldGet(this, _SecurityChecks_score, "f");
75
+ return __classPrivateFieldGet(this, _score);
74
76
  }
75
77
  get severity() {
76
- return __classPrivateFieldGet(this, _SecurityChecks_severity, "f");
78
+ return __classPrivateFieldGet(this, _severity);
77
79
  }
78
80
  toJSON() {
79
81
  return {
@@ -90,5 +92,5 @@ class SecurityChecks extends abstractEntity_1.AbstractEntity {
90
92
  }
91
93
  }
92
94
  exports.SecurityChecks = SecurityChecks;
93
- _SecurityChecks_description = new WeakMap(), _SecurityChecks_flagged = new WeakMap(), _SecurityChecks_isFailed = new WeakMap(), _SecurityChecks_metadata = new WeakMap(), _SecurityChecks_name = new WeakMap(), _SecurityChecks_processed = new WeakMap(), _SecurityChecks_reference = new WeakMap(), _SecurityChecks_score = new WeakMap(), _SecurityChecks_severity = new WeakMap();
95
+ _description = new WeakMap(), _flagged = new WeakMap(), _isFailed = new WeakMap(), _metadata = new WeakMap(), _name = new WeakMap(), _processed = new WeakMap(), _reference = new WeakMap(), _score = new WeakMap(), _severity = new WeakMap();
94
96
  //# sourceMappingURL=securityChecks.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 _Resources_description, _Resources_metadata, _Resources_name, _Resources_resources, _Resources_updatedAt;
15
+ var _description, _metadata, _name, _resources, _updatedAt;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.Resources = exports.ResourcesFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -26,31 +28,31 @@ var ResourcesFields;
26
28
  class Resources extends abstractEntity_1.AbstractEntity {
27
29
  constructor(resources) {
28
30
  super(resources);
29
- _Resources_description.set(this, void 0);
30
- _Resources_metadata.set(this, void 0);
31
- _Resources_name.set(this, void 0);
32
- _Resources_resources.set(this, void 0);
33
- _Resources_updatedAt.set(this, void 0);
34
- __classPrivateFieldSet(this, _Resources_description, resources[ResourcesFields.COLUMN_DESCRIPTION], "f");
35
- __classPrivateFieldSet(this, _Resources_metadata, resources[ResourcesFields.COLUMN_METADATA], "f");
36
- __classPrivateFieldSet(this, _Resources_name, resources[ResourcesFields.COLUMN_NAME], "f");
37
- __classPrivateFieldSet(this, _Resources_resources, resources[ResourcesFields.COLUMN_RESOURCES].map((securityResources) => new securityResources_1.SecurityResources(securityResources)), "f");
38
- __classPrivateFieldSet(this, _Resources_updatedAt, resources[ResourcesFields.COLUMN_UPDATED_AT], "f");
31
+ _description.set(this, void 0);
32
+ _metadata.set(this, void 0);
33
+ _name.set(this, void 0);
34
+ _resources.set(this, void 0);
35
+ _updatedAt.set(this, void 0);
36
+ __classPrivateFieldSet(this, _description, resources[ResourcesFields.COLUMN_DESCRIPTION]);
37
+ __classPrivateFieldSet(this, _metadata, resources[ResourcesFields.COLUMN_METADATA]);
38
+ __classPrivateFieldSet(this, _name, resources[ResourcesFields.COLUMN_NAME]);
39
+ __classPrivateFieldSet(this, _resources, resources[ResourcesFields.COLUMN_RESOURCES].map((securityResources) => new securityResources_1.SecurityResources(securityResources)));
40
+ __classPrivateFieldSet(this, _updatedAt, resources[ResourcesFields.COLUMN_UPDATED_AT]);
39
41
  }
40
42
  get description() {
41
- return __classPrivateFieldGet(this, _Resources_description, "f");
43
+ return __classPrivateFieldGet(this, _description);
42
44
  }
43
45
  get metadata() {
44
- return __classPrivateFieldGet(this, _Resources_metadata, "f");
46
+ return __classPrivateFieldGet(this, _metadata);
45
47
  }
46
48
  get name() {
47
- return __classPrivateFieldGet(this, _Resources_name, "f");
49
+ return __classPrivateFieldGet(this, _name);
48
50
  }
49
51
  get resources() {
50
- return __classPrivateFieldGet(this, _Resources_resources, "f");
52
+ return __classPrivateFieldGet(this, _resources);
51
53
  }
52
54
  get updatedAt() {
53
- return __classPrivateFieldGet(this, _Resources_updatedAt, "f");
55
+ return __classPrivateFieldGet(this, _updatedAt);
54
56
  }
55
57
  toJSON() {
56
58
  return {
@@ -63,5 +65,5 @@ class Resources extends abstractEntity_1.AbstractEntity {
63
65
  }
64
66
  }
65
67
  exports.Resources = Resources;
66
- _Resources_description = new WeakMap(), _Resources_metadata = new WeakMap(), _Resources_name = new WeakMap(), _Resources_resources = new WeakMap(), _Resources_updatedAt = new WeakMap();
68
+ _description = new WeakMap(), _metadata = new WeakMap(), _name = new WeakMap(), _resources = new WeakMap(), _updatedAt = new WeakMap();
67
69
  //# sourceMappingURL=resources.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 _SecurityResources_status, _SecurityResources_values;
15
+ var _status, _values;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.SecurityResources = exports.SecurityResourcesFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -22,16 +24,16 @@ var SecurityResourcesFields;
22
24
  class SecurityResources extends abstractEntity_1.AbstractEntity {
23
25
  constructor(securityResources) {
24
26
  super(securityResources);
25
- _SecurityResources_status.set(this, void 0);
26
- _SecurityResources_values.set(this, void 0);
27
- __classPrivateFieldSet(this, _SecurityResources_status, securityResources[SecurityResourcesFields.COLUMN_STATUS], "f");
28
- __classPrivateFieldSet(this, _SecurityResources_values, securityResources[SecurityResourcesFields.COLUMN_VALUES], "f");
27
+ _status.set(this, void 0);
28
+ _values.set(this, void 0);
29
+ __classPrivateFieldSet(this, _status, securityResources[SecurityResourcesFields.COLUMN_STATUS]);
30
+ __classPrivateFieldSet(this, _values, securityResources[SecurityResourcesFields.COLUMN_VALUES]);
29
31
  }
30
32
  get status() {
31
- return __classPrivateFieldGet(this, _SecurityResources_status, "f");
33
+ return __classPrivateFieldGet(this, _status);
32
34
  }
33
35
  get values() {
34
- return __classPrivateFieldGet(this, _SecurityResources_values, "f");
36
+ return __classPrivateFieldGet(this, _values);
35
37
  }
36
38
  toJSON() {
37
39
  return {
@@ -41,5 +43,5 @@ class SecurityResources extends abstractEntity_1.AbstractEntity {
41
43
  }
42
44
  }
43
45
  exports.SecurityResources = SecurityResources;
44
- _SecurityResources_status = new WeakMap(), _SecurityResources_values = new WeakMap();
46
+ _status = new WeakMap(), _values = new WeakMap();
45
47
  //# sourceMappingURL=securityResources.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 _SecurityStandards_failed, _SecurityStandards_name, _SecurityStandards_passed, _SecurityStandards_reference, _SecurityStandards_score, _SecurityStandards_total;
15
+ var _failed, _name, _passed, _reference, _score, _total;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.SecurityStandards = exports.SecurityStandardsFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -26,36 +28,36 @@ var SecurityStandardsFields;
26
28
  class SecurityStandards extends abstractEntity_1.AbstractEntity {
27
29
  constructor(standardsSecurityDataInput) {
28
30
  super(standardsSecurityDataInput);
29
- _SecurityStandards_failed.set(this, void 0);
30
- _SecurityStandards_name.set(this, void 0);
31
- _SecurityStandards_passed.set(this, void 0);
32
- _SecurityStandards_reference.set(this, void 0);
33
- _SecurityStandards_score.set(this, void 0);
34
- _SecurityStandards_total.set(this, void 0);
35
- __classPrivateFieldSet(this, _SecurityStandards_failed, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_FAILED], "f");
36
- __classPrivateFieldSet(this, _SecurityStandards_name, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_NAME], "f");
37
- __classPrivateFieldSet(this, _SecurityStandards_passed, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_PASSED], "f");
38
- __classPrivateFieldSet(this, _SecurityStandards_reference, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_REFERENCE], "f");
39
- __classPrivateFieldSet(this, _SecurityStandards_score, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_SCORE], "f");
40
- __classPrivateFieldSet(this, _SecurityStandards_total, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_TOTAL], "f");
31
+ _failed.set(this, void 0);
32
+ _name.set(this, void 0);
33
+ _passed.set(this, void 0);
34
+ _reference.set(this, void 0);
35
+ _score.set(this, void 0);
36
+ _total.set(this, void 0);
37
+ __classPrivateFieldSet(this, _failed, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_FAILED]);
38
+ __classPrivateFieldSet(this, _name, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_NAME]);
39
+ __classPrivateFieldSet(this, _passed, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_PASSED]);
40
+ __classPrivateFieldSet(this, _reference, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_REFERENCE]);
41
+ __classPrivateFieldSet(this, _score, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_SCORE]);
42
+ __classPrivateFieldSet(this, _total, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_TOTAL]);
41
43
  }
42
44
  get failed() {
43
- return __classPrivateFieldGet(this, _SecurityStandards_failed, "f");
45
+ return __classPrivateFieldGet(this, _failed);
44
46
  }
45
47
  get name() {
46
- return __classPrivateFieldGet(this, _SecurityStandards_name, "f");
48
+ return __classPrivateFieldGet(this, _name);
47
49
  }
48
50
  get passed() {
49
- return __classPrivateFieldGet(this, _SecurityStandards_passed, "f");
51
+ return __classPrivateFieldGet(this, _passed);
50
52
  }
51
53
  get reference() {
52
- return __classPrivateFieldGet(this, _SecurityStandards_reference, "f");
54
+ return __classPrivateFieldGet(this, _reference);
53
55
  }
54
56
  get score() {
55
- return __classPrivateFieldGet(this, _SecurityStandards_score, "f");
57
+ return __classPrivateFieldGet(this, _score);
56
58
  }
57
59
  get total() {
58
- return __classPrivateFieldGet(this, _SecurityStandards_total, "f");
60
+ return __classPrivateFieldGet(this, _total);
59
61
  }
60
62
  toJSON() {
61
63
  return {
@@ -69,5 +71,5 @@ class SecurityStandards extends abstractEntity_1.AbstractEntity {
69
71
  }
70
72
  }
71
73
  exports.SecurityStandards = SecurityStandards;
72
- _SecurityStandards_failed = new WeakMap(), _SecurityStandards_name = new WeakMap(), _SecurityStandards_passed = new WeakMap(), _SecurityStandards_reference = new WeakMap(), _SecurityStandards_score = new WeakMap(), _SecurityStandards_total = new WeakMap();
74
+ _failed = new WeakMap(), _name = new WeakMap(), _passed = new WeakMap(), _reference = new WeakMap(), _score = new WeakMap(), _total = new WeakMap();
73
75
  //# sourceMappingURL=securityStandards.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 _Standards_standards, _Standards_updatedAt;
15
+ var _standards, _updatedAt;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.Standards = exports.StandardsFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -23,16 +25,16 @@ var StandardsFields;
23
25
  class Standards extends abstractEntity_1.AbstractEntity {
24
26
  constructor(standardsDataInput) {
25
27
  super(standardsDataInput);
26
- _Standards_standards.set(this, void 0);
27
- _Standards_updatedAt.set(this, void 0);
28
- __classPrivateFieldSet(this, _Standards_standards, standardsDataInput[StandardsFields.COLUMN_STANDARDS].map((securityStandards) => new securityStandards_1.SecurityStandards(securityStandards)), "f");
29
- __classPrivateFieldSet(this, _Standards_updatedAt, standardsDataInput[StandardsFields.COLUMN_UPDATED_AT], "f");
28
+ _standards.set(this, void 0);
29
+ _updatedAt.set(this, void 0);
30
+ __classPrivateFieldSet(this, _standards, standardsDataInput[StandardsFields.COLUMN_STANDARDS].map((securityStandards) => new securityStandards_1.SecurityStandards(securityStandards)));
31
+ __classPrivateFieldSet(this, _updatedAt, standardsDataInput[StandardsFields.COLUMN_UPDATED_AT]);
30
32
  }
31
33
  get standards() {
32
- return __classPrivateFieldGet(this, _Standards_standards, "f");
34
+ return __classPrivateFieldGet(this, _standards);
33
35
  }
34
36
  get updatedAt() {
35
- return __classPrivateFieldGet(this, _Standards_updatedAt, "f");
37
+ return __classPrivateFieldGet(this, _updatedAt);
36
38
  }
37
39
  toJSON() {
38
40
  return {
@@ -42,5 +44,5 @@ class Standards extends abstractEntity_1.AbstractEntity {
42
44
  }
43
45
  }
44
46
  exports.Standards = Standards;
45
- _Standards_standards = new WeakMap(), _Standards_updatedAt = new WeakMap();
47
+ _standards = new WeakMap(), _updatedAt = new WeakMap();
46
48
  //# sourceMappingURL=standards.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];
@@ -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 _Subscription_subscriptionId, _Subscription_partnerTagLabels, _Subscription_workgroupCode, _Subscription_companyName, _Subscription_subscription, _Subscription_startDate, _Subscription_endDate, _Subscription_lastUpdate, _Subscription_status, _Subscription_subscriptionDateValidation, _Subscription_subscriptionDateDemand, _Subscription_clickToAccept, _Subscription_unvalidated, _Subscription_version, _Subscription_number;
15
+ var _subscriptionId, _partnerTagLabels, _workgroupCode, _companyName, _subscription, _startDate, _endDate, _lastUpdate, _status, _subscriptionDateValidation, _subscriptionDateDemand, _clickToAccept, _unvalidated, _version, _number;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.Subscription = exports.SubscriptionFields = void 0;
16
18
  const abstractEntity_1 = require("../../abstractEntity");
@@ -60,81 +62,81 @@ class Subscription extends abstractEntity_1.AbstractEntity {
60
62
  [SubscriptionFields.COLUMN_VERSION]: 'required|number',
61
63
  [SubscriptionFields.COLUMN_NUMBER]: 'required|number',
62
64
  };
63
- _Subscription_subscriptionId.set(this, void 0);
64
- _Subscription_partnerTagLabels.set(this, void 0);
65
- _Subscription_workgroupCode.set(this, void 0);
66
- _Subscription_companyName.set(this, void 0);
67
- _Subscription_subscription.set(this, void 0);
68
- _Subscription_startDate.set(this, void 0);
69
- _Subscription_endDate.set(this, void 0);
70
- _Subscription_lastUpdate.set(this, void 0);
71
- _Subscription_status.set(this, void 0);
72
- _Subscription_subscriptionDateValidation.set(this, void 0);
73
- _Subscription_subscriptionDateDemand.set(this, void 0);
74
- _Subscription_clickToAccept.set(this, void 0);
75
- _Subscription_unvalidated.set(this, void 0);
76
- _Subscription_version.set(this, void 0);
77
- _Subscription_number.set(this, void 0);
78
- __classPrivateFieldSet(this, _Subscription_subscriptionId, data[SubscriptionFields.COLUMN_SUBSCRIPTION_ID], "f");
79
- __classPrivateFieldSet(this, _Subscription_partnerTagLabels, data[SubscriptionFields.COLUMN_PARTNER_TAG_LABELS], "f");
80
- __classPrivateFieldSet(this, _Subscription_workgroupCode, data[SubscriptionFields.COLUMN_WORKGROUP_CODE], "f");
81
- __classPrivateFieldSet(this, _Subscription_companyName, data[SubscriptionFields.COLUMN_COMPANY_NAME], "f");
82
- __classPrivateFieldSet(this, _Subscription_subscription, data[SubscriptionFields.COLUMN_SUBSCRIPTION], "f");
83
- __classPrivateFieldSet(this, _Subscription_startDate, data[SubscriptionFields.COLUMN_START_DATE], "f");
84
- __classPrivateFieldSet(this, _Subscription_endDate, data[SubscriptionFields.COLUMN_END_DATE], "f");
85
- __classPrivateFieldSet(this, _Subscription_lastUpdate, data[SubscriptionFields.COLUMN_LAST_UPDATE], "f");
86
- __classPrivateFieldSet(this, _Subscription_status, data[SubscriptionFields.COLUMN_STATUS], "f");
87
- __classPrivateFieldSet(this, _Subscription_subscriptionDateValidation, data[SubscriptionFields.COLUMN_SUBSCRIPTION_DATEVALIDATION], "f");
88
- __classPrivateFieldSet(this, _Subscription_subscriptionDateDemand, data[SubscriptionFields.COLUMN_SUBSCRIPTION_DATEDEMAND], "f");
89
- __classPrivateFieldSet(this, _Subscription_clickToAccept, data[SubscriptionFields.COLUMN_CLICK_TO_ACCEPT], "f");
90
- __classPrivateFieldSet(this, _Subscription_unvalidated, data[SubscriptionFields.COLUMN_UNVALIDATED], "f");
91
- __classPrivateFieldSet(this, _Subscription_version, data[SubscriptionFields.COLUMN_VERSION], "f");
92
- __classPrivateFieldSet(this, _Subscription_number, data[SubscriptionFields.COLUMN_NUMBER], "f");
65
+ _subscriptionId.set(this, void 0);
66
+ _partnerTagLabels.set(this, void 0);
67
+ _workgroupCode.set(this, void 0);
68
+ _companyName.set(this, void 0);
69
+ _subscription.set(this, void 0);
70
+ _startDate.set(this, void 0);
71
+ _endDate.set(this, void 0);
72
+ _lastUpdate.set(this, void 0);
73
+ _status.set(this, void 0);
74
+ _subscriptionDateValidation.set(this, void 0);
75
+ _subscriptionDateDemand.set(this, void 0);
76
+ _clickToAccept.set(this, void 0);
77
+ _unvalidated.set(this, void 0);
78
+ _version.set(this, void 0);
79
+ _number.set(this, void 0);
80
+ __classPrivateFieldSet(this, _subscriptionId, data[SubscriptionFields.COLUMN_SUBSCRIPTION_ID]);
81
+ __classPrivateFieldSet(this, _partnerTagLabels, data[SubscriptionFields.COLUMN_PARTNER_TAG_LABELS]);
82
+ __classPrivateFieldSet(this, _workgroupCode, data[SubscriptionFields.COLUMN_WORKGROUP_CODE]);
83
+ __classPrivateFieldSet(this, _companyName, data[SubscriptionFields.COLUMN_COMPANY_NAME]);
84
+ __classPrivateFieldSet(this, _subscription, data[SubscriptionFields.COLUMN_SUBSCRIPTION]);
85
+ __classPrivateFieldSet(this, _startDate, data[SubscriptionFields.COLUMN_START_DATE]);
86
+ __classPrivateFieldSet(this, _endDate, data[SubscriptionFields.COLUMN_END_DATE]);
87
+ __classPrivateFieldSet(this, _lastUpdate, data[SubscriptionFields.COLUMN_LAST_UPDATE]);
88
+ __classPrivateFieldSet(this, _status, data[SubscriptionFields.COLUMN_STATUS]);
89
+ __classPrivateFieldSet(this, _subscriptionDateValidation, data[SubscriptionFields.COLUMN_SUBSCRIPTION_DATEVALIDATION]);
90
+ __classPrivateFieldSet(this, _subscriptionDateDemand, data[SubscriptionFields.COLUMN_SUBSCRIPTION_DATEDEMAND]);
91
+ __classPrivateFieldSet(this, _clickToAccept, data[SubscriptionFields.COLUMN_CLICK_TO_ACCEPT]);
92
+ __classPrivateFieldSet(this, _unvalidated, data[SubscriptionFields.COLUMN_UNVALIDATED]);
93
+ __classPrivateFieldSet(this, _version, data[SubscriptionFields.COLUMN_VERSION]);
94
+ __classPrivateFieldSet(this, _number, data[SubscriptionFields.COLUMN_NUMBER]);
93
95
  }
94
96
  get subscriptionId() {
95
- return __classPrivateFieldGet(this, _Subscription_subscriptionId, "f");
97
+ return __classPrivateFieldGet(this, _subscriptionId);
96
98
  }
97
99
  get partnerTagLabels() {
98
- return __classPrivateFieldGet(this, _Subscription_partnerTagLabels, "f");
100
+ return __classPrivateFieldGet(this, _partnerTagLabels);
99
101
  }
100
102
  get workgroupCode() {
101
- return __classPrivateFieldGet(this, _Subscription_workgroupCode, "f");
103
+ return __classPrivateFieldGet(this, _workgroupCode);
102
104
  }
103
105
  get companyName() {
104
- return __classPrivateFieldGet(this, _Subscription_companyName, "f");
106
+ return __classPrivateFieldGet(this, _companyName);
105
107
  }
106
108
  get subscription() {
107
- return __classPrivateFieldGet(this, _Subscription_subscription, "f");
109
+ return __classPrivateFieldGet(this, _subscription);
108
110
  }
109
111
  get startDate() {
110
- return __classPrivateFieldGet(this, _Subscription_startDate, "f");
112
+ return __classPrivateFieldGet(this, _startDate);
111
113
  }
112
114
  get endDate() {
113
- return __classPrivateFieldGet(this, _Subscription_endDate, "f");
115
+ return __classPrivateFieldGet(this, _endDate);
114
116
  }
115
117
  get lastUpdate() {
116
- return __classPrivateFieldGet(this, _Subscription_lastUpdate, "f");
118
+ return __classPrivateFieldGet(this, _lastUpdate);
117
119
  }
118
120
  get status() {
119
- return __classPrivateFieldGet(this, _Subscription_status, "f");
121
+ return __classPrivateFieldGet(this, _status);
120
122
  }
121
123
  get subscriptionDateValidation() {
122
- return __classPrivateFieldGet(this, _Subscription_subscriptionDateValidation, "f");
124
+ return __classPrivateFieldGet(this, _subscriptionDateValidation);
123
125
  }
124
126
  get subscriptionDateDemand() {
125
- return __classPrivateFieldGet(this, _Subscription_subscriptionDateDemand, "f");
127
+ return __classPrivateFieldGet(this, _subscriptionDateDemand);
126
128
  }
127
129
  get clickToAccept() {
128
- return __classPrivateFieldGet(this, _Subscription_clickToAccept, "f");
130
+ return __classPrivateFieldGet(this, _clickToAccept);
129
131
  }
130
132
  get unvalidated() {
131
- return __classPrivateFieldGet(this, _Subscription_unvalidated, "f");
133
+ return __classPrivateFieldGet(this, _unvalidated);
132
134
  }
133
135
  get version() {
134
- return __classPrivateFieldGet(this, _Subscription_version, "f");
136
+ return __classPrivateFieldGet(this, _version);
135
137
  }
136
138
  get number() {
137
- return __classPrivateFieldGet(this, _Subscription_number, "f");
139
+ return __classPrivateFieldGet(this, _number);
138
140
  }
139
141
  /**
140
142
  * Plain JSON object representation of the subscription entity.
@@ -162,5 +164,5 @@ class Subscription extends abstractEntity_1.AbstractEntity {
162
164
  }
163
165
  }
164
166
  exports.Subscription = Subscription;
165
- _Subscription_subscriptionId = new WeakMap(), _Subscription_partnerTagLabels = new WeakMap(), _Subscription_workgroupCode = new WeakMap(), _Subscription_companyName = new WeakMap(), _Subscription_subscription = new WeakMap(), _Subscription_startDate = new WeakMap(), _Subscription_endDate = new WeakMap(), _Subscription_lastUpdate = new WeakMap(), _Subscription_status = new WeakMap(), _Subscription_subscriptionDateValidation = new WeakMap(), _Subscription_subscriptionDateDemand = new WeakMap(), _Subscription_clickToAccept = new WeakMap(), _Subscription_unvalidated = new WeakMap(), _Subscription_version = new WeakMap(), _Subscription_number = new WeakMap();
167
+ _subscriptionId = new WeakMap(), _partnerTagLabels = new WeakMap(), _workgroupCode = new WeakMap(), _companyName = new WeakMap(), _subscription = new WeakMap(), _startDate = new WeakMap(), _endDate = new WeakMap(), _lastUpdate = new WeakMap(), _status = new WeakMap(), _subscriptionDateValidation = new WeakMap(), _subscriptionDateDemand = new WeakMap(), _clickToAccept = new WeakMap(), _unvalidated = new WeakMap(), _version = new WeakMap(), _number = new WeakMap();
166
168
  //# sourceMappingURL=subscription.js.map