@arrowsphere/api-client 3.27.0 → 3.28.0-rc.bdj.3

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 (145) hide show
  1. package/README.md +12 -0
  2. package/build/AbstractHttpClient.d.ts +36 -0
  3. package/build/AbstractHttpClient.js +65 -0
  4. package/build/abstractClient.d.ts +2 -19
  5. package/build/abstractClient.js +3 -22
  6. package/build/abstractEntity.js +14 -16
  7. package/build/abstractGraphQLClient.d.ts +4 -14
  8. package/build/abstractGraphQLClient.js +32 -24
  9. package/build/axiosSingleton.js +2 -2
  10. package/build/campaign/entities/campaign/banners/banners.js +32 -34
  11. package/build/campaign/entities/campaign/campaign.js +51 -53
  12. package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
  13. package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
  14. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
  15. package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
  16. package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
  17. package/build/campaign/entities/campaign/rules/rules.js +29 -31
  18. package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
  19. package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
  20. package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
  21. package/build/campaign/entities/v2/campaign/campaign.js +48 -50
  22. package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
  23. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
  24. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
  25. package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
  26. package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
  27. package/build/campaign/entities/v2/campaignList.js +14 -16
  28. package/build/campaign/index.js +5 -1
  29. package/build/cart/entities/index.js +5 -1
  30. package/build/cart/entities/item.js +26 -28
  31. package/build/cart/entities/itemList.js +14 -16
  32. package/build/cart/index.js +5 -1
  33. package/build/catalog/catalogGraphQLClient.d.ts +2 -0
  34. package/build/catalog/catalogGraphQLClient.js +14 -1
  35. package/build/catalog/index.d.ts +2 -0
  36. package/build/catalog/index.js +7 -1
  37. package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
  38. package/build/catalog/types/catalogGraphQLQueries.js +3 -0
  39. package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
  40. package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
  41. package/build/catalog/types/catalogGraphQLTypes.js +1 -0
  42. package/build/catalog/types/queryArguments.d.ts +41 -0
  43. package/build/catalog/types/queryArguments.js +10 -0
  44. package/build/consumption/entities/bi/consumptionBI.js +28 -30
  45. package/build/consumption/entities/bi/period/period.js +17 -19
  46. package/build/consumption/entities/bi/top/top.js +23 -25
  47. package/build/consumption/entities/consumption/consumption.js +17 -19
  48. package/build/consumption/index.js +5 -1
  49. package/build/contact/entities/contact.js +44 -46
  50. package/build/contact/entities/contactCreate.js +14 -16
  51. package/build/contact/entities/contactList.js +14 -16
  52. package/build/contact/index.js +5 -1
  53. package/build/customers/entities/customers/contact/contact.js +29 -31
  54. package/build/customers/entities/customers/customer.js +71 -73
  55. package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
  56. package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
  57. package/build/customers/entities/customers/details/details.js +29 -31
  58. package/build/customers/entities/dataCustomers.js +14 -16
  59. package/build/customers/entities/dataInvitation.js +29 -31
  60. package/build/customers/entities/invitations/company/company.js +14 -16
  61. package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
  62. package/build/customers/index.js +5 -1
  63. package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
  64. package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
  65. package/build/exception/exception-handlers/Hooks.d.ts +3 -0
  66. package/build/exception/exception-handlers/Hooks.js +3 -0
  67. package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
  68. package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
  69. package/build/exception/exception-handlers/index.d.ts +3 -0
  70. package/build/exception/exception-handlers/index.js +20 -0
  71. package/build/exception/index.js +5 -1
  72. package/build/exception/publicApiClientException.d.ts +2 -1
  73. package/build/exception/publicApiClientException.js +2 -1
  74. package/build/general/entities/whoAmI.js +59 -61
  75. package/build/general/index.js +5 -1
  76. package/build/getResult.js +21 -23
  77. package/build/index.d.ts +1 -0
  78. package/build/index.js +6 -1
  79. package/build/licenses/entities/filterFindResult.js +17 -19
  80. package/build/licenses/entities/findResult.js +36 -38
  81. package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
  82. package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
  83. package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
  84. package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
  85. package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
  86. package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
  87. package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
  88. package/build/licenses/entities/history/actionHistoryResult.js +23 -25
  89. package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
  90. package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
  91. package/build/licenses/entities/license/configFindResult.js +20 -22
  92. package/build/licenses/entities/license/licenseFindResult.js +134 -136
  93. package/build/licenses/entities/license/priceFindResult.js +26 -28
  94. package/build/licenses/entities/license/warningFindResult.js +17 -19
  95. package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
  96. package/build/licenses/entities/offer/offerFindResult.js +32 -34
  97. package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
  98. package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
  99. package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
  100. package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
  101. package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
  102. package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
  103. package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
  104. package/build/licenses/index.js +5 -1
  105. package/build/orders/entities/dataListOrders.js +14 -16
  106. package/build/orders/entities/orders/order.js +39 -41
  107. package/build/orders/entities/orders/partner/partner.js +17 -19
  108. package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
  109. package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
  110. package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
  111. package/build/orders/entities/orders/products/products.js +56 -58
  112. package/build/orders/entities/orders/products/program/productProgram.js +14 -16
  113. package/build/orders/entities/referenceLink.js +17 -19
  114. package/build/orders/index.js +5 -1
  115. package/build/pagination.js +29 -31
  116. package/build/security/index.js +5 -1
  117. package/build/security/register/entity/registrationLink.js +14 -16
  118. package/build/security/register/index.js +5 -1
  119. package/build/security/standards/entities/checks/checks.js +17 -19
  120. package/build/security/standards/entities/checks/securityChecks.js +38 -40
  121. package/build/security/standards/entities/resources/resources.js +26 -28
  122. package/build/security/standards/entities/resources/securityResources.js +17 -19
  123. package/build/security/standards/entities/standards/securityStandards.js +29 -31
  124. package/build/security/standards/entities/standards/standards.js +17 -19
  125. package/build/security/standards/index.js +5 -1
  126. package/build/securityScore/index.d.ts +2 -0
  127. package/build/securityScore/index.js +19 -0
  128. package/build/securityScore/securityScoreGraphQLClient.d.ts +17 -0
  129. package/build/securityScore/securityScoreGraphQLClient.js +35 -0
  130. package/build/securityScore/types/queryArguments.d.ts +108 -0
  131. package/build/securityScore/types/queryArguments.js +93 -0
  132. package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +50 -0
  133. package/build/securityScore/types/securityScoreGraphQLQueries.js +3 -0
  134. package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +173 -0
  135. package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
  136. package/build/shared/index.js +5 -1
  137. package/build/subscriptions/entities/subscription.js +56 -58
  138. package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
  139. package/build/subscriptions/index.js +5 -1
  140. package/build/supportCenter/entities/issue/attachment.js +27 -29
  141. package/build/supportCenter/entities/issue/comment.js +29 -31
  142. package/build/supportCenter/entities/issue/issue.js +106 -108
  143. package/build/supportCenter/entities/topic.js +30 -32
  144. package/build/supportCenter/index.js +5 -1
  145. package/package.json +5 -3
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _description, _flagged, _isFailed, _metadata, _name, _processed, _reference, _score, _severity;
13
+ var _SecurityChecks_description, _SecurityChecks_flagged, _SecurityChecks_isFailed, _SecurityChecks_metadata, _SecurityChecks_name, _SecurityChecks_processed, _SecurityChecks_reference, _SecurityChecks_score, _SecurityChecks_severity;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.SecurityChecks = exports.SecurityChecksFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -31,51 +29,51 @@ var SecurityChecksFields;
31
29
  class SecurityChecks extends abstractEntity_1.AbstractEntity {
32
30
  constructor(securityChecksDataInput) {
33
31
  super(securityChecksDataInput);
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]);
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");
52
50
  }
53
51
  get description() {
54
- return __classPrivateFieldGet(this, _description);
52
+ return __classPrivateFieldGet(this, _SecurityChecks_description, "f");
55
53
  }
56
54
  get flagged() {
57
- return __classPrivateFieldGet(this, _flagged);
55
+ return __classPrivateFieldGet(this, _SecurityChecks_flagged, "f");
58
56
  }
59
57
  get isFailed() {
60
- return __classPrivateFieldGet(this, _isFailed);
58
+ return __classPrivateFieldGet(this, _SecurityChecks_isFailed, "f");
61
59
  }
62
60
  get metadata() {
63
- return __classPrivateFieldGet(this, _metadata);
61
+ return __classPrivateFieldGet(this, _SecurityChecks_metadata, "f");
64
62
  }
65
63
  get name() {
66
- return __classPrivateFieldGet(this, _name);
64
+ return __classPrivateFieldGet(this, _SecurityChecks_name, "f");
67
65
  }
68
66
  get processed() {
69
- return __classPrivateFieldGet(this, _processed);
67
+ return __classPrivateFieldGet(this, _SecurityChecks_processed, "f");
70
68
  }
71
69
  get reference() {
72
- return __classPrivateFieldGet(this, _reference);
70
+ return __classPrivateFieldGet(this, _SecurityChecks_reference, "f");
73
71
  }
74
72
  get score() {
75
- return __classPrivateFieldGet(this, _score);
73
+ return __classPrivateFieldGet(this, _SecurityChecks_score, "f");
76
74
  }
77
75
  get severity() {
78
- return __classPrivateFieldGet(this, _severity);
76
+ return __classPrivateFieldGet(this, _SecurityChecks_severity, "f");
79
77
  }
80
78
  toJSON() {
81
79
  return {
@@ -92,5 +90,5 @@ class SecurityChecks extends abstractEntity_1.AbstractEntity {
92
90
  }
93
91
  }
94
92
  exports.SecurityChecks = SecurityChecks;
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();
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();
96
94
  //# sourceMappingURL=securityChecks.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _description, _metadata, _name, _resources, _updatedAt;
13
+ var _Resources_description, _Resources_metadata, _Resources_name, _Resources_resources, _Resources_updatedAt;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Resources = exports.ResourcesFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -28,31 +26,31 @@ var ResourcesFields;
28
26
  class Resources extends abstractEntity_1.AbstractEntity {
29
27
  constructor(resources) {
30
28
  super(resources);
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]);
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");
41
39
  }
42
40
  get description() {
43
- return __classPrivateFieldGet(this, _description);
41
+ return __classPrivateFieldGet(this, _Resources_description, "f");
44
42
  }
45
43
  get metadata() {
46
- return __classPrivateFieldGet(this, _metadata);
44
+ return __classPrivateFieldGet(this, _Resources_metadata, "f");
47
45
  }
48
46
  get name() {
49
- return __classPrivateFieldGet(this, _name);
47
+ return __classPrivateFieldGet(this, _Resources_name, "f");
50
48
  }
51
49
  get resources() {
52
- return __classPrivateFieldGet(this, _resources);
50
+ return __classPrivateFieldGet(this, _Resources_resources, "f");
53
51
  }
54
52
  get updatedAt() {
55
- return __classPrivateFieldGet(this, _updatedAt);
53
+ return __classPrivateFieldGet(this, _Resources_updatedAt, "f");
56
54
  }
57
55
  toJSON() {
58
56
  return {
@@ -65,5 +63,5 @@ class Resources extends abstractEntity_1.AbstractEntity {
65
63
  }
66
64
  }
67
65
  exports.Resources = Resources;
68
- _description = new WeakMap(), _metadata = new WeakMap(), _name = new WeakMap(), _resources = new WeakMap(), _updatedAt = new WeakMap();
66
+ _Resources_description = new WeakMap(), _Resources_metadata = new WeakMap(), _Resources_name = new WeakMap(), _Resources_resources = new WeakMap(), _Resources_updatedAt = new WeakMap();
69
67
  //# sourceMappingURL=resources.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _status, _values;
13
+ var _SecurityResources_status, _SecurityResources_values;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.SecurityResources = exports.SecurityResourcesFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -24,16 +22,16 @@ var SecurityResourcesFields;
24
22
  class SecurityResources extends abstractEntity_1.AbstractEntity {
25
23
  constructor(securityResources) {
26
24
  super(securityResources);
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]);
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");
31
29
  }
32
30
  get status() {
33
- return __classPrivateFieldGet(this, _status);
31
+ return __classPrivateFieldGet(this, _SecurityResources_status, "f");
34
32
  }
35
33
  get values() {
36
- return __classPrivateFieldGet(this, _values);
34
+ return __classPrivateFieldGet(this, _SecurityResources_values, "f");
37
35
  }
38
36
  toJSON() {
39
37
  return {
@@ -43,5 +41,5 @@ class SecurityResources extends abstractEntity_1.AbstractEntity {
43
41
  }
44
42
  }
45
43
  exports.SecurityResources = SecurityResources;
46
- _status = new WeakMap(), _values = new WeakMap();
44
+ _SecurityResources_status = new WeakMap(), _SecurityResources_values = new WeakMap();
47
45
  //# sourceMappingURL=securityResources.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _failed, _name, _passed, _reference, _score, _total;
13
+ var _SecurityStandards_failed, _SecurityStandards_name, _SecurityStandards_passed, _SecurityStandards_reference, _SecurityStandards_score, _SecurityStandards_total;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.SecurityStandards = exports.SecurityStandardsFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -28,36 +26,36 @@ var SecurityStandardsFields;
28
26
  class SecurityStandards extends abstractEntity_1.AbstractEntity {
29
27
  constructor(standardsSecurityDataInput) {
30
28
  super(standardsSecurityDataInput);
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]);
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");
43
41
  }
44
42
  get failed() {
45
- return __classPrivateFieldGet(this, _failed);
43
+ return __classPrivateFieldGet(this, _SecurityStandards_failed, "f");
46
44
  }
47
45
  get name() {
48
- return __classPrivateFieldGet(this, _name);
46
+ return __classPrivateFieldGet(this, _SecurityStandards_name, "f");
49
47
  }
50
48
  get passed() {
51
- return __classPrivateFieldGet(this, _passed);
49
+ return __classPrivateFieldGet(this, _SecurityStandards_passed, "f");
52
50
  }
53
51
  get reference() {
54
- return __classPrivateFieldGet(this, _reference);
52
+ return __classPrivateFieldGet(this, _SecurityStandards_reference, "f");
55
53
  }
56
54
  get score() {
57
- return __classPrivateFieldGet(this, _score);
55
+ return __classPrivateFieldGet(this, _SecurityStandards_score, "f");
58
56
  }
59
57
  get total() {
60
- return __classPrivateFieldGet(this, _total);
58
+ return __classPrivateFieldGet(this, _SecurityStandards_total, "f");
61
59
  }
62
60
  toJSON() {
63
61
  return {
@@ -71,5 +69,5 @@ class SecurityStandards extends abstractEntity_1.AbstractEntity {
71
69
  }
72
70
  }
73
71
  exports.SecurityStandards = SecurityStandards;
74
- _failed = new WeakMap(), _name = new WeakMap(), _passed = new WeakMap(), _reference = new WeakMap(), _score = new WeakMap(), _total = new WeakMap();
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();
75
73
  //# sourceMappingURL=securityStandards.js.map
@@ -1,18 +1,16 @@
1
1
  "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
3
- if (!privateMap.has(receiver)) {
4
- throw new TypeError("attempted to set private field on non-instance");
5
- }
6
- privateMap.set(receiver, value);
7
- return value;
2
+ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
+ if (kind === "m") throw new TypeError("Private method is not writable");
4
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8
7
  };
9
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
10
- if (!privateMap.has(receiver)) {
11
- throw new TypeError("attempted to get private field on non-instance");
12
- }
13
- return privateMap.get(receiver);
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
14
12
  };
15
- var _standards, _updatedAt;
13
+ var _Standards_standards, _Standards_updatedAt;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Standards = exports.StandardsFields = void 0;
18
16
  const abstractEntity_1 = require("../../../../abstractEntity");
@@ -25,16 +23,16 @@ var StandardsFields;
25
23
  class Standards extends abstractEntity_1.AbstractEntity {
26
24
  constructor(standardsDataInput) {
27
25
  super(standardsDataInput);
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]);
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");
32
30
  }
33
31
  get standards() {
34
- return __classPrivateFieldGet(this, _standards);
32
+ return __classPrivateFieldGet(this, _Standards_standards, "f");
35
33
  }
36
34
  get updatedAt() {
37
- return __classPrivateFieldGet(this, _updatedAt);
35
+ return __classPrivateFieldGet(this, _Standards_updatedAt, "f");
38
36
  }
39
37
  toJSON() {
40
38
  return {
@@ -44,5 +42,5 @@ class Standards extends abstractEntity_1.AbstractEntity {
44
42
  }
45
43
  }
46
44
  exports.Standards = Standards;
47
- _standards = new WeakMap(), _updatedAt = new WeakMap();
45
+ _Standards_standards = new WeakMap(), _Standards_updatedAt = new WeakMap();
48
46
  //# sourceMappingURL=standards.js.map
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -0,0 +1,2 @@
1
+ export * from './securityScoreGraphQLClient';
2
+ export * from './types/securityScoreGraphQLTypes';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
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);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./securityScoreGraphQLClient"), exports);
18
+ __exportStar(require("./types/securityScoreGraphQLTypes"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,17 @@
1
+ import { AbstractGraphQLClient } from '../abstractGraphQLClient';
2
+ import { GetPartnerDataType, GetCustomerDataType, GetCustomerAccountDataType } from './types/securityScoreGraphQLTypes';
3
+ import { GetPartnerDataQuery, GetCustomerDataQuery, GetCustomerAccountDataQuery } from './types/securityScoreGraphQLQueries';
4
+ export declare class SecurityScoreGraphQLClient extends AbstractGraphQLClient {
5
+ /**
6
+ * The base path of the API
7
+ */
8
+ protected basePath: string;
9
+ /**
10
+ * The Path of graphql catalog API
11
+ */
12
+ private GRAPHQL;
13
+ find<GraphQLResponseTypes>(request: string): Promise<GraphQLResponseTypes>;
14
+ getPartnerData(getPartnerDataQuery: GetPartnerDataQuery): Promise<GetPartnerDataType>;
15
+ getCustomerData(getCustomerDataQuery: GetCustomerDataQuery): Promise<GetCustomerDataType>;
16
+ getCustomerAccountData(getCustomerAccountDataQuery: GetCustomerAccountDataQuery): Promise<GetCustomerAccountDataType>;
17
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SecurityScoreGraphQLClient = void 0;
4
+ const abstractGraphQLClient_1 = require("../abstractGraphQLClient");
5
+ class SecurityScoreGraphQLClient extends abstractGraphQLClient_1.AbstractGraphQLClient {
6
+ constructor() {
7
+ super(...arguments);
8
+ /**
9
+ * The base path of the API
10
+ */
11
+ this.basePath = 'security/';
12
+ /**
13
+ * The Path of graphql catalog API
14
+ */
15
+ this.GRAPHQL = 'graphql/score';
16
+ }
17
+ async find(request) {
18
+ this.path = this.GRAPHQL;
19
+ return await this.post(request);
20
+ }
21
+ async getPartnerData(getPartnerDataQuery) {
22
+ const queryStr = this.stringifyQuery(getPartnerDataQuery);
23
+ return this.find(queryStr);
24
+ }
25
+ async getCustomerData(getCustomerDataQuery) {
26
+ const queryStr = this.stringifyQuery(getCustomerDataQuery);
27
+ return this.find(queryStr);
28
+ }
29
+ async getCustomerAccountData(getCustomerAccountDataQuery) {
30
+ const queryStr = this.stringifyQuery(getCustomerAccountDataQuery);
31
+ return this.find(queryStr);
32
+ }
33
+ }
34
+ exports.SecurityScoreGraphQLClient = SecurityScoreGraphQLClient;
35
+ //# sourceMappingURL=securityScoreGraphQLClient.js.map
@@ -0,0 +1,108 @@
1
+ /**
2
+ * For field __args
3
+ */
4
+ export declare enum OperatorArgument {
5
+ OR = "OR",
6
+ AND = "AND",
7
+ BETWEEN = "BETWEEN"
8
+ }
9
+ export declare enum PeriodInputFields {
10
+ FROM = "from",
11
+ TO = "to"
12
+ }
13
+ export declare enum PaginateFields {
14
+ PAGE = "page",
15
+ PER_PAGE = "perPage"
16
+ }
17
+ export declare enum SearchBodyFields {
18
+ FILTERS = "filters",
19
+ EXCLUSION_FILTERS = "exclusionFilters",
20
+ SORT = "sort",
21
+ SUBSCRIPTION_REFERENCE = "subscriptionReference",
22
+ MARKETPLACE = "marketplace",
23
+ MONTHLY_TREND_PERIOD = "monthlyTrendPeriod",
24
+ PERIOD = "period"
25
+ }
26
+ export declare enum SearchFilterFields {
27
+ NAMES = "names",
28
+ VALUES = "values",
29
+ OPERATOR = "operator",
30
+ FILTERS = "filters"
31
+ }
32
+ export declare enum SearchFilterValues {
33
+ ACCOUNT = "account",
34
+ ACCOUNT_ID = "account.id",
35
+ ACCOUNT_REFERENCE = "account.reference",
36
+ ACCOUNT_NAME = "account.name",
37
+ ACCOUNT_STANDARDS = "account.standards",
38
+ ACCOUNT_STANDARDS_REFERENCE = "account.standards.reference",
39
+ ACCOUNT_STANDARDS_NAME = "account.standards.name",
40
+ ACCOUNT_STANDARDS_TOTAL = "account.standards.total",
41
+ ACCOUNT_STANDARDS_PASSED = "account.standards.passed",
42
+ ACCOUNT_STANDARDS_FAILED = "account.standards.failed",
43
+ ACCOUNT_STANDARDS_SCORE = "account.standards.score",
44
+ ACCOUNT_STANDARDS_MAX_SCORE = "account.standards.maxScore",
45
+ ACCOUNT_STANDARDS_CHECKS = "account.standards.checks",
46
+ ACCOUNT_STANDARDS_CHECKS_ID = "account.standards.checks.id",
47
+ ACCOUNT_STANDARDS_CHECKS_REFERENCE = "account.standards.checks.reference",
48
+ ACCOUNT_STANDARDS_CHECKS_NAME = "account.standards.checks.name",
49
+ ACCOUNT_STANDARDS_CHECKS_DESCRIPTION = "account.standards.checks.description",
50
+ ACCOUNT_STANDARDS_CHECKS_SEVERITY = "account.standards.checks.severity",
51
+ ACCOUNT_STANDARDS_CHECKS_PROCESSED = "account.standards.checks.processed",
52
+ ACCOUNT_STANDARDS_CHECKS_FLAGGED = "account.standards.checks.flagged",
53
+ ACCOUNT_STANDARDS_CHECKS_IS_FAILED = "account.standards.checks.isFailed",
54
+ ACCOUNT_STANDARDS_CHECKS_SCORE = "account.standards.checks.score",
55
+ ACCOUNT_FAILED = "account.failed",
56
+ ACCOUNT_PASSED = "account.passed",
57
+ ACCOUNT_SCORE = "account.score",
58
+ ACCOUNT_TOTAL = "account.total",
59
+ REGISTRATION = "registration",
60
+ REGISTRATION_ACCOUNT_REFERENCE = "registration.accountReference",
61
+ REGISTRATION_SUBSCRIPTION_REFERENCE = "registration.subscription.reference",
62
+ REGISTRATION_CUSTOMER_ID = "registration.customer.id",
63
+ REGISTRATION_CUSTOMER_NAME = "registration.customer.name",
64
+ REGISTRATION_CUSTOMER_REFERENCE = "registration.customer.reference",
65
+ REGISTRATION_RESELLER_ID = "registration.reseller.id",
66
+ REGISTRATION_RESELLER_NAME = "registration.reseller.name",
67
+ REGISTRATION_RESELLER_REFERENCE = "registration.reseller.reference",
68
+ REGISTRATION_VENDOR_CODE = "registration.vendorCode",
69
+ REGISTRATION_MARKETPLACE = "registration.marketplace",
70
+ UPDATED_AT = "updatedAt",
71
+ UPDATED_BY = "updatedBy"
72
+ }
73
+ export declare enum SortFields {
74
+ NAME = "name",
75
+ ORDER = "order"
76
+ }
77
+ export declare enum SecurityScoreQueries {
78
+ GET_PARTNER_DATA = "getPartnerData",
79
+ GET_CUSTOMER_DATA = "getCustomerData",
80
+ GET_CUSTOMER_ACCOUNT_DATA = "getCustomerAccountData"
81
+ }
82
+ export declare type PaginateArgument = {
83
+ [PaginateFields.PAGE]?: number;
84
+ [PaginateFields.PER_PAGE]?: number;
85
+ };
86
+ export declare type SearchBodyArgument = {
87
+ [SearchBodyFields.FILTERS]?: [SearchFilterArgument];
88
+ [SearchBodyFields.EXCLUSION_FILTERS]?: [SearchFilterArgument];
89
+ [SearchBodyFields.SORT]?: [SortArgument];
90
+ [SearchBodyFields.SUBSCRIPTION_REFERENCE]?: [[string]];
91
+ [SearchBodyFields.MARKETPLACE]?: [[string]];
92
+ [SearchBodyFields.MONTHLY_TREND_PERIOD]?: PeriodInputArgument;
93
+ [SearchBodyFields.PERIOD]?: PeriodInputArgument;
94
+ };
95
+ export declare type PeriodInputArgument = {
96
+ [PeriodInputFields.FROM]: string;
97
+ [PeriodInputFields.TO]: string;
98
+ };
99
+ export declare type SearchFilterArgument = {
100
+ [SearchFilterFields.NAMES]?: [string];
101
+ [SearchFilterFields.VALUES]?: [[string]];
102
+ [SearchFilterFields.OPERATOR]?: OperatorArgument;
103
+ [SearchFilterFields.FILTERS]?: [SearchFilterArgument];
104
+ };
105
+ export declare type SortArgument = {
106
+ [SortFields.NAME]?: string;
107
+ [SortFields.ORDER]?: string;
108
+ };