@arrowsphere/api-client 3.27.0-rc.bjp.1 → 3.27.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 (121) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/build/abstractEntity.js +16 -14
  3. package/build/abstractGraphQLClient.d.ts +1 -2
  4. package/build/abstractGraphQLClient.js +7 -32
  5. package/build/axiosSingleton.js +2 -2
  6. package/build/campaign/entities/campaign/banners/banners.js +34 -32
  7. package/build/campaign/entities/campaign/campaign.js +53 -51
  8. package/build/campaign/entities/campaign/landingPage/landingPage.js +26 -24
  9. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +37 -35
  10. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +31 -29
  11. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +25 -23
  12. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +31 -29
  13. package/build/campaign/entities/campaign/rules/rules.js +31 -29
  14. package/build/campaign/entities/campaignAssets/assets/assets.js +19 -17
  15. package/build/campaign/entities/campaignAssets/campaignAssets.js +16 -14
  16. package/build/campaign/entities/v2/campaign/banner/banner.js +34 -32
  17. package/build/campaign/entities/v2/campaign/campaign.js +50 -48
  18. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +26 -24
  19. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +36 -34
  20. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +22 -20
  21. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +34 -32
  22. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +34 -32
  23. package/build/campaign/entities/v2/campaignList.js +16 -14
  24. package/build/campaign/index.js +1 -5
  25. package/build/cart/entities/index.js +1 -5
  26. package/build/cart/entities/item.js +28 -26
  27. package/build/cart/entities/itemList.js +16 -14
  28. package/build/cart/index.js +1 -5
  29. package/build/catalog/catalogGraphQLClient.d.ts +0 -2
  30. package/build/catalog/catalogGraphQLClient.js +1 -4
  31. package/build/catalog/index.js +1 -5
  32. package/build/catalog/types/catalogGraphQLTypes.js +0 -1
  33. package/build/consumption/entities/bi/consumptionBI.js +30 -28
  34. package/build/consumption/entities/bi/period/period.js +19 -17
  35. package/build/consumption/entities/bi/top/top.js +25 -23
  36. package/build/consumption/entities/consumption/consumption.js +19 -17
  37. package/build/consumption/index.js +1 -5
  38. package/build/contact/entities/contact.js +46 -44
  39. package/build/contact/entities/contactCreate.js +16 -14
  40. package/build/contact/entities/contactList.js +16 -14
  41. package/build/contact/index.js +1 -5
  42. package/build/customers/entities/customers/contact/contact.js +31 -29
  43. package/build/customers/entities/customers/customer.js +73 -71
  44. package/build/customers/entities/customers/customerContact/customerContact.js +40 -38
  45. package/build/customers/entities/customers/customerContact/customerContactList.js +16 -14
  46. package/build/customers/entities/customers/details/details.js +31 -29
  47. package/build/customers/entities/dataCustomers.js +16 -14
  48. package/build/customers/entities/dataInvitation.js +31 -29
  49. package/build/customers/entities/invitations/company/company.js +16 -14
  50. package/build/customers/entities/invitations/contact/invitationContact.js +28 -26
  51. package/build/customers/index.js +1 -5
  52. package/build/exception/index.js +1 -5
  53. package/build/general/entities/whoAmI.js +61 -59
  54. package/build/general/index.js +1 -5
  55. package/build/getResult.js +23 -21
  56. package/build/index.js +1 -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/orders/ordersClient.d.ts +58 -3
  94. package/build/orders/ordersClient.js +25 -1
  95. package/build/pagination.js +31 -29
  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.js +29 -27
  111. package/build/supportCenter/entities/issue/comment.js +31 -29
  112. package/build/supportCenter/entities/issue/issue.js +108 -106
  113. package/build/supportCenter/entities/topic.js +32 -30
  114. package/build/supportCenter/index.js +1 -5
  115. package/package.json +3 -5
  116. package/build/catalog/types/catalogGraphQLQueries.d.ts +0 -12
  117. package/build/catalog/types/catalogGraphQLQueries.js +0 -3
  118. package/build/catalog/types/catalogGraphQLSchemas.d.ts +0 -30
  119. package/build/catalog/types/catalogGraphQLSchemas.js +0 -4
  120. package/build/catalog/types/queryArguments.d.ts +0 -42
  121. 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 _Checks_checks, _Checks_updatedAt;
15
+ var _checks, _updatedAt;
14
16
  Object.defineProperty(exports, "__esModule", { value: true });
15
17
  exports.Checks = exports.ChecksFields = void 0;
16
18
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -23,16 +25,16 @@ var ChecksFields;
23
25
  class Checks extends abstractEntity_1.AbstractEntity {
24
26
  constructor(checksDataInput) {
25
27
  super(checksDataInput);
26
- _Checks_checks.set(this, void 0);
27
- _Checks_updatedAt.set(this, void 0);
28
- __classPrivateFieldSet(this, _Checks_checks, checksDataInput[ChecksFields.COLUMN_CHECKS].map((securityChecks) => new securityChecks_1.SecurityChecks(securityChecks)), "f");
29
- __classPrivateFieldSet(this, _Checks_updatedAt, checksDataInput[ChecksFields.COLUMN_UPDATED_AT], "f");
28
+ _checks.set(this, void 0);
29
+ _updatedAt.set(this, void 0);
30
+ __classPrivateFieldSet(this, _checks, checksDataInput[ChecksFields.COLUMN_CHECKS].map((securityChecks) => new securityChecks_1.SecurityChecks(securityChecks)));
31
+ __classPrivateFieldSet(this, _updatedAt, checksDataInput[ChecksFields.COLUMN_UPDATED_AT]);
30
32
  }
31
33
  get checks() {
32
- return __classPrivateFieldGet(this, _Checks_checks, "f");
34
+ return __classPrivateFieldGet(this, _checks);
33
35
  }
34
36
  get updatedAt() {
35
- return __classPrivateFieldGet(this, _Checks_updatedAt, "f");
37
+ return __classPrivateFieldGet(this, _updatedAt);
36
38
  }
37
39
  toJSON() {
38
40
  return {
@@ -42,5 +44,5 @@ class Checks extends abstractEntity_1.AbstractEntity {
42
44
  }
43
45
  }
44
46
  exports.Checks = Checks;
45
- _Checks_checks = new WeakMap(), _Checks_updatedAt = new WeakMap();
47
+ _checks = new WeakMap(), _updatedAt = new WeakMap();
46
48
  //# sourceMappingURL=checks.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 _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];