@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
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SecurityScoreQueries = exports.SortFields = exports.SearchFilterValues = exports.SearchFilterFields = exports.SearchBodyFields = exports.PaginateFields = exports.PeriodInputFields = exports.OperatorArgument = void 0;
4
+ /**
5
+ * For field __args
6
+ */
7
+ var OperatorArgument;
8
+ (function (OperatorArgument) {
9
+ OperatorArgument["OR"] = "OR";
10
+ OperatorArgument["AND"] = "AND";
11
+ OperatorArgument["BETWEEN"] = "BETWEEN";
12
+ })(OperatorArgument = exports.OperatorArgument || (exports.OperatorArgument = {}));
13
+ var PeriodInputFields;
14
+ (function (PeriodInputFields) {
15
+ PeriodInputFields["FROM"] = "from";
16
+ PeriodInputFields["TO"] = "to";
17
+ })(PeriodInputFields = exports.PeriodInputFields || (exports.PeriodInputFields = {}));
18
+ var PaginateFields;
19
+ (function (PaginateFields) {
20
+ PaginateFields["PAGE"] = "page";
21
+ PaginateFields["PER_PAGE"] = "perPage";
22
+ })(PaginateFields = exports.PaginateFields || (exports.PaginateFields = {}));
23
+ var SearchBodyFields;
24
+ (function (SearchBodyFields) {
25
+ SearchBodyFields["FILTERS"] = "filters";
26
+ SearchBodyFields["EXCLUSION_FILTERS"] = "exclusionFilters";
27
+ SearchBodyFields["SORT"] = "sort";
28
+ SearchBodyFields["SUBSCRIPTION_REFERENCE"] = "subscriptionReference";
29
+ SearchBodyFields["MARKETPLACE"] = "marketplace";
30
+ SearchBodyFields["MONTHLY_TREND_PERIOD"] = "monthlyTrendPeriod";
31
+ SearchBodyFields["PERIOD"] = "period";
32
+ })(SearchBodyFields = exports.SearchBodyFields || (exports.SearchBodyFields = {}));
33
+ var SearchFilterFields;
34
+ (function (SearchFilterFields) {
35
+ SearchFilterFields["NAMES"] = "names";
36
+ SearchFilterFields["VALUES"] = "values";
37
+ SearchFilterFields["OPERATOR"] = "operator";
38
+ SearchFilterFields["FILTERS"] = "filters";
39
+ })(SearchFilterFields = exports.SearchFilterFields || (exports.SearchFilterFields = {}));
40
+ var SearchFilterValues;
41
+ (function (SearchFilterValues) {
42
+ SearchFilterValues["ACCOUNT"] = "account";
43
+ SearchFilterValues["ACCOUNT_ID"] = "account.id";
44
+ SearchFilterValues["ACCOUNT_REFERENCE"] = "account.reference";
45
+ SearchFilterValues["ACCOUNT_NAME"] = "account.name";
46
+ SearchFilterValues["ACCOUNT_STANDARDS"] = "account.standards";
47
+ SearchFilterValues["ACCOUNT_STANDARDS_REFERENCE"] = "account.standards.reference";
48
+ SearchFilterValues["ACCOUNT_STANDARDS_NAME"] = "account.standards.name";
49
+ SearchFilterValues["ACCOUNT_STANDARDS_TOTAL"] = "account.standards.total";
50
+ SearchFilterValues["ACCOUNT_STANDARDS_PASSED"] = "account.standards.passed";
51
+ SearchFilterValues["ACCOUNT_STANDARDS_FAILED"] = "account.standards.failed";
52
+ SearchFilterValues["ACCOUNT_STANDARDS_SCORE"] = "account.standards.score";
53
+ SearchFilterValues["ACCOUNT_STANDARDS_MAX_SCORE"] = "account.standards.maxScore";
54
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS"] = "account.standards.checks";
55
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_ID"] = "account.standards.checks.id";
56
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_REFERENCE"] = "account.standards.checks.reference";
57
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_NAME"] = "account.standards.checks.name";
58
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_DESCRIPTION"] = "account.standards.checks.description";
59
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_SEVERITY"] = "account.standards.checks.severity";
60
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_PROCESSED"] = "account.standards.checks.processed";
61
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_FLAGGED"] = "account.standards.checks.flagged";
62
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_IS_FAILED"] = "account.standards.checks.isFailed";
63
+ SearchFilterValues["ACCOUNT_STANDARDS_CHECKS_SCORE"] = "account.standards.checks.score";
64
+ SearchFilterValues["ACCOUNT_FAILED"] = "account.failed";
65
+ SearchFilterValues["ACCOUNT_PASSED"] = "account.passed";
66
+ SearchFilterValues["ACCOUNT_SCORE"] = "account.score";
67
+ SearchFilterValues["ACCOUNT_TOTAL"] = "account.total";
68
+ SearchFilterValues["REGISTRATION"] = "registration";
69
+ SearchFilterValues["REGISTRATION_ACCOUNT_REFERENCE"] = "registration.accountReference";
70
+ SearchFilterValues["REGISTRATION_SUBSCRIPTION_REFERENCE"] = "registration.subscription.reference";
71
+ SearchFilterValues["REGISTRATION_CUSTOMER_ID"] = "registration.customer.id";
72
+ SearchFilterValues["REGISTRATION_CUSTOMER_NAME"] = "registration.customer.name";
73
+ SearchFilterValues["REGISTRATION_CUSTOMER_REFERENCE"] = "registration.customer.reference";
74
+ SearchFilterValues["REGISTRATION_RESELLER_ID"] = "registration.reseller.id";
75
+ SearchFilterValues["REGISTRATION_RESELLER_NAME"] = "registration.reseller.name";
76
+ SearchFilterValues["REGISTRATION_RESELLER_REFERENCE"] = "registration.reseller.reference";
77
+ SearchFilterValues["REGISTRATION_VENDOR_CODE"] = "registration.vendorCode";
78
+ SearchFilterValues["REGISTRATION_MARKETPLACE"] = "registration.marketplace";
79
+ SearchFilterValues["UPDATED_AT"] = "updatedAt";
80
+ SearchFilterValues["UPDATED_BY"] = "updatedBy";
81
+ })(SearchFilterValues = exports.SearchFilterValues || (exports.SearchFilterValues = {}));
82
+ var SortFields;
83
+ (function (SortFields) {
84
+ SortFields["NAME"] = "name";
85
+ SortFields["ORDER"] = "order";
86
+ })(SortFields = exports.SortFields || (exports.SortFields = {}));
87
+ var SecurityScoreQueries;
88
+ (function (SecurityScoreQueries) {
89
+ SecurityScoreQueries["GET_PARTNER_DATA"] = "getPartnerData";
90
+ SecurityScoreQueries["GET_CUSTOMER_DATA"] = "getCustomerData";
91
+ SecurityScoreQueries["GET_CUSTOMER_ACCOUNT_DATA"] = "getCustomerAccountData";
92
+ })(SecurityScoreQueries = exports.SecurityScoreQueries || (exports.SecurityScoreQueries = {}));
93
+ //# sourceMappingURL=queryArguments.js.map
@@ -0,0 +1,50 @@
1
+ import { SearchBodyArgument, PaginateArgument } from './queryArguments';
2
+ import { AccountsAggType, CheckType, EndCustomersAggType, FilterType, IssuesAggType, MonthlyTrendAggType, PeriodsType, ScoreResultType, SeveritiesAggType, StandardsAggType, StandardType } from './securityScoreGraphQLTypes';
3
+ export declare type GetPartnerDataQuery = {
4
+ getPartnerData: {
5
+ __args?: {
6
+ searchBody?: SearchBodyArgument;
7
+ paginate?: PaginateArgument;
8
+ };
9
+ filters?: [FilterType];
10
+ results?: [ScoreResultType];
11
+ avgCurrentScore?: number;
12
+ monthlyTrendAgg?: MonthlyTrendAggType;
13
+ endCustomersAgg?: EndCustomersAggType;
14
+ issueAgg?: IssuesAggType;
15
+ severityAgg?: SeveritiesAggType;
16
+ period?: PeriodsType;
17
+ };
18
+ };
19
+ export declare type GetCustomerDataQuery = {
20
+ getCustomerData: {
21
+ __args?: {
22
+ searchBody?: SearchBodyArgument;
23
+ };
24
+ accountsAgg?: AccountsAggType;
25
+ avgCurrentScore?: number;
26
+ filters?: [FilterType];
27
+ monthlyTrendAgg?: MonthlyTrendAggType;
28
+ period?: PeriodsType;
29
+ results?: [ScoreResultType];
30
+ severityAgg?: SeveritiesAggType;
31
+ standards?: [StandardType];
32
+ subscriptionReferences?: number;
33
+ };
34
+ };
35
+ export declare type GetCustomerAccountDataQuery = {
36
+ getCustomerAccountData: {
37
+ __args?: {
38
+ searchBody?: SearchBodyArgument;
39
+ };
40
+ avgCurrentScore?: boolean;
41
+ checks?: [CheckType];
42
+ filters?: [FilterType];
43
+ monthlyTrendAgg?: MonthlyTrendAggType;
44
+ period?: PeriodsType;
45
+ result?: ScoreResultType;
46
+ severityAgg?: SeveritiesAggType;
47
+ standardsAgg?: StandardsAggType;
48
+ standards?: [StandardType];
49
+ };
50
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=securityScoreGraphQLQueries.js.map
@@ -0,0 +1,173 @@
1
+ export declare type FilterType = {
2
+ name?: string;
3
+ values?: [FilterValuesType];
4
+ };
5
+ export declare type FilterValuesType = {
6
+ value?: string;
7
+ count?: number;
8
+ };
9
+ export declare type SubscriptionRegistrationType = {
10
+ reference: string;
11
+ };
12
+ export declare type CustomerRegistrationType = {
13
+ reference?: string;
14
+ name?: string;
15
+ };
16
+ export declare type ResellerRegistrationType = {
17
+ reference?: string;
18
+ name?: string;
19
+ };
20
+ export declare type RegistrationType = {
21
+ accountReference?: string;
22
+ subscription?: SubscriptionRegistrationType;
23
+ customer?: CustomerRegistrationType;
24
+ reseller?: ResellerRegistrationType;
25
+ vendorCode?: string;
26
+ marketplace?: string;
27
+ };
28
+ export declare type CheckType = {
29
+ name?: string;
30
+ description?: string;
31
+ processed?: number;
32
+ isFailed?: boolean;
33
+ flagged?: number;
34
+ reference?: string;
35
+ score?: number;
36
+ severity?: string;
37
+ };
38
+ export declare type StandardType = {
39
+ name?: string;
40
+ checks?: [CheckType];
41
+ failed?: number;
42
+ passed?: number;
43
+ score?: number;
44
+ total?: number;
45
+ };
46
+ export declare type AccountType = {
47
+ reference?: string;
48
+ name?: string;
49
+ standards?: [StandardType];
50
+ failed?: number;
51
+ passed?: number;
52
+ score?: number;
53
+ total?: number;
54
+ };
55
+ export declare type ScoreResultType = {
56
+ account?: AccountType;
57
+ registration?: RegistrationType;
58
+ };
59
+ export declare type NameCountByDateType = {
60
+ count?: number;
61
+ date?: string;
62
+ };
63
+ export declare type NameAggType = {
64
+ name?: string;
65
+ data?: [NameCountByDateType];
66
+ progression?: number;
67
+ };
68
+ export declare type IssueDataAggType = {
69
+ name?: string;
70
+ reference?: string;
71
+ vendorCode?: string;
72
+ data?: [NameCountByDateType];
73
+ progression?: number;
74
+ };
75
+ export declare type SeveritiesAggType = {
76
+ severities: [NameAggType];
77
+ };
78
+ export declare type IssuesAggType = {
79
+ issues: [IssueDataAggType];
80
+ };
81
+ export declare type CompareEndCustomerAggType = {
82
+ date?: string;
83
+ accounts?: number;
84
+ avgCurrentScore?: number;
85
+ failed?: number;
86
+ passed?: number;
87
+ subscriptionReferences?: number;
88
+ };
89
+ export declare type EndCustomerAggType = {
90
+ reference?: string;
91
+ name?: string;
92
+ data?: [CompareEndCustomerAggType];
93
+ progression?: number;
94
+ };
95
+ export declare type EndCustomersAggType = {
96
+ customers: [EndCustomerAggType];
97
+ };
98
+ export declare type ScoreByMonthType = {
99
+ date?: string;
100
+ avgCurrentScore?: number;
101
+ };
102
+ export declare type PeriodsType = {
103
+ from?: string;
104
+ to?: string;
105
+ };
106
+ export declare type MonthlyTrendAggType = {
107
+ period?: PeriodsType;
108
+ avgCurrentScore?: number;
109
+ scores?: [ScoreByMonthType];
110
+ };
111
+ export declare type GetPartnerDataType = {
112
+ filters?: [FilterType];
113
+ results?: [ScoreResultType];
114
+ avgCurrentScore?: number;
115
+ monthlyTrendAgg?: MonthlyTrendAggType;
116
+ endCustomersAgg?: EndCustomersAggType;
117
+ issueAgg?: IssuesAggType;
118
+ severityAgg?: SeveritiesAggType;
119
+ period?: PeriodsType;
120
+ };
121
+ export declare type CompareAccountAggType = {
122
+ date?: string;
123
+ avgCurrentScore?: number;
124
+ failed?: number;
125
+ passed?: number;
126
+ };
127
+ export declare type AccountAggType = {
128
+ accountRef?: string;
129
+ data?: [CompareAccountAggType];
130
+ progression?: number;
131
+ };
132
+ export declare type AccountsAggType = {
133
+ accounts: [AccountAggType];
134
+ };
135
+ export declare type GetCustomerDataType = {
136
+ accountsAgg?: AccountsAggType;
137
+ avgCurrentScore?: number;
138
+ filters?: [FilterType];
139
+ monthlyTrendAgg?: MonthlyTrendAggType;
140
+ period?: PeriodsType;
141
+ results?: [ScoreResultType];
142
+ issueAgg?: IssuesAggType;
143
+ severityAgg?: SeveritiesAggType;
144
+ standards?: [StandardType];
145
+ subscriptionReferences?: number;
146
+ };
147
+ export declare type CompareStandardAggType = {
148
+ date?: string;
149
+ score?: number;
150
+ failed?: number;
151
+ passed?: number;
152
+ };
153
+ export declare type StandardAggType = {
154
+ name?: string;
155
+ reference?: string;
156
+ data?: [CompareStandardAggType];
157
+ progression?: number;
158
+ };
159
+ export declare type StandardsAggType = {
160
+ standards: [StandardAggType];
161
+ };
162
+ export declare type GetCustomerAccountDataType = {
163
+ avgCurrentScore?: number;
164
+ checks?: [CheckType];
165
+ filters?: [FilterType];
166
+ issueAgg?: IssuesAggType;
167
+ monthlyTrendAgg?: MonthlyTrendAggType;
168
+ period?: PeriodsType;
169
+ result?: ScoreResultType;
170
+ severityAgg?: SeveritiesAggType;
171
+ standardsAgg?: StandardsAggType;
172
+ standards?: [StandardType];
173
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=securityScoreGraphQLTypes.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];
@@ -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 _subscriptionId, _partnerTagLabels, _workgroupCode, _companyName, _subscription, _startDate, _endDate, _lastUpdate, _status, _subscriptionDateValidation, _subscriptionDateDemand, _clickToAccept, _unvalidated, _version, _number;
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;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.Subscription = exports.SubscriptionFields = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -62,81 +60,81 @@ class Subscription extends abstractEntity_1.AbstractEntity {
62
60
  [SubscriptionFields.COLUMN_VERSION]: 'required|number',
63
61
  [SubscriptionFields.COLUMN_NUMBER]: 'required|number',
64
62
  };
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]);
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");
95
93
  }
96
94
  get subscriptionId() {
97
- return __classPrivateFieldGet(this, _subscriptionId);
95
+ return __classPrivateFieldGet(this, _Subscription_subscriptionId, "f");
98
96
  }
99
97
  get partnerTagLabels() {
100
- return __classPrivateFieldGet(this, _partnerTagLabels);
98
+ return __classPrivateFieldGet(this, _Subscription_partnerTagLabels, "f");
101
99
  }
102
100
  get workgroupCode() {
103
- return __classPrivateFieldGet(this, _workgroupCode);
101
+ return __classPrivateFieldGet(this, _Subscription_workgroupCode, "f");
104
102
  }
105
103
  get companyName() {
106
- return __classPrivateFieldGet(this, _companyName);
104
+ return __classPrivateFieldGet(this, _Subscription_companyName, "f");
107
105
  }
108
106
  get subscription() {
109
- return __classPrivateFieldGet(this, _subscription);
107
+ return __classPrivateFieldGet(this, _Subscription_subscription, "f");
110
108
  }
111
109
  get startDate() {
112
- return __classPrivateFieldGet(this, _startDate);
110
+ return __classPrivateFieldGet(this, _Subscription_startDate, "f");
113
111
  }
114
112
  get endDate() {
115
- return __classPrivateFieldGet(this, _endDate);
113
+ return __classPrivateFieldGet(this, _Subscription_endDate, "f");
116
114
  }
117
115
  get lastUpdate() {
118
- return __classPrivateFieldGet(this, _lastUpdate);
116
+ return __classPrivateFieldGet(this, _Subscription_lastUpdate, "f");
119
117
  }
120
118
  get status() {
121
- return __classPrivateFieldGet(this, _status);
119
+ return __classPrivateFieldGet(this, _Subscription_status, "f");
122
120
  }
123
121
  get subscriptionDateValidation() {
124
- return __classPrivateFieldGet(this, _subscriptionDateValidation);
122
+ return __classPrivateFieldGet(this, _Subscription_subscriptionDateValidation, "f");
125
123
  }
126
124
  get subscriptionDateDemand() {
127
- return __classPrivateFieldGet(this, _subscriptionDateDemand);
125
+ return __classPrivateFieldGet(this, _Subscription_subscriptionDateDemand, "f");
128
126
  }
129
127
  get clickToAccept() {
130
- return __classPrivateFieldGet(this, _clickToAccept);
128
+ return __classPrivateFieldGet(this, _Subscription_clickToAccept, "f");
131
129
  }
132
130
  get unvalidated() {
133
- return __classPrivateFieldGet(this, _unvalidated);
131
+ return __classPrivateFieldGet(this, _Subscription_unvalidated, "f");
134
132
  }
135
133
  get version() {
136
- return __classPrivateFieldGet(this, _version);
134
+ return __classPrivateFieldGet(this, _Subscription_version, "f");
137
135
  }
138
136
  get number() {
139
- return __classPrivateFieldGet(this, _number);
137
+ return __classPrivateFieldGet(this, _Subscription_number, "f");
140
138
  }
141
139
  /**
142
140
  * Plain JSON object representation of the subscription entity.
@@ -164,5 +162,5 @@ class Subscription extends abstractEntity_1.AbstractEntity {
164
162
  }
165
163
  }
166
164
  exports.Subscription = Subscription;
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();
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();
168
166
  //# sourceMappingURL=subscription.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 _subscriptions, _client, _payload, _currentPage, _totalPage, _nbResults, _nextPageURL, _previousPageURL;
13
+ var _SubscriptionsListResult_subscriptions, _SubscriptionsListResult_client, _SubscriptionsListResult_payload, _SubscriptionsListResult_currentPage, _SubscriptionsListResult_totalPage, _SubscriptionsListResult_nbResults, _SubscriptionsListResult_nextPageURL, _SubscriptionsListResult_previousPageURL;
16
14
  Object.defineProperty(exports, "__esModule", { value: true });
17
15
  exports.SubscriptionsListResult = void 0;
18
16
  const abstractEntity_1 = require("../../abstractEntity");
@@ -26,53 +24,53 @@ class SubscriptionsListResult extends abstractEntity_1.AbstractEntity {
26
24
  */
27
25
  constructor(response, client, payload = {}) {
28
26
  super(response);
29
- _subscriptions.set(this, void 0);
30
- _client.set(this, void 0);
31
- _payload.set(this, void 0);
32
- _currentPage.set(this, void 0);
33
- _totalPage.set(this, void 0);
34
- _nbResults.set(this, void 0);
35
- _nextPageURL.set(this, void 0);
36
- _previousPageURL.set(this, void 0);
37
- __classPrivateFieldSet(this, _client, client);
38
- __classPrivateFieldSet(this, _payload, payload);
39
- __classPrivateFieldSet(this, _currentPage, response.pagination.currentPage);
40
- __classPrivateFieldSet(this, _totalPage, response.pagination.totalPage);
41
- __classPrivateFieldSet(this, _nbResults, response.pagination.total);
42
- __classPrivateFieldSet(this, _nextPageURL, response.pagination.next);
43
- __classPrivateFieldSet(this, _previousPageURL, response.pagination.previous);
44
- __classPrivateFieldSet(this, _subscriptions, response.data.map((subscriptionData) => new subscription_1.Subscription(subscriptionData).toJSON()));
27
+ _SubscriptionsListResult_subscriptions.set(this, void 0);
28
+ _SubscriptionsListResult_client.set(this, void 0);
29
+ _SubscriptionsListResult_payload.set(this, void 0);
30
+ _SubscriptionsListResult_currentPage.set(this, void 0);
31
+ _SubscriptionsListResult_totalPage.set(this, void 0);
32
+ _SubscriptionsListResult_nbResults.set(this, void 0);
33
+ _SubscriptionsListResult_nextPageURL.set(this, void 0);
34
+ _SubscriptionsListResult_previousPageURL.set(this, void 0);
35
+ __classPrivateFieldSet(this, _SubscriptionsListResult_client, client, "f");
36
+ __classPrivateFieldSet(this, _SubscriptionsListResult_payload, payload, "f");
37
+ __classPrivateFieldSet(this, _SubscriptionsListResult_currentPage, response.pagination.currentPage, "f");
38
+ __classPrivateFieldSet(this, _SubscriptionsListResult_totalPage, response.pagination.totalPage, "f");
39
+ __classPrivateFieldSet(this, _SubscriptionsListResult_nbResults, response.pagination.total, "f");
40
+ __classPrivateFieldSet(this, _SubscriptionsListResult_nextPageURL, response.pagination.next, "f");
41
+ __classPrivateFieldSet(this, _SubscriptionsListResult_previousPageURL, response.pagination.previous, "f");
42
+ __classPrivateFieldSet(this, _SubscriptionsListResult_subscriptions, response.data.map((subscriptionData) => new subscription_1.Subscription(subscriptionData).toJSON()), "f");
45
43
  }
46
44
  get subscriptions() {
47
45
  return this.getSubscriptions();
48
46
  }
49
47
  get client() {
50
- return __classPrivateFieldGet(this, _client);
48
+ return __classPrivateFieldGet(this, _SubscriptionsListResult_client, "f");
51
49
  }
52
50
  get payload() {
53
- return __classPrivateFieldGet(this, _payload);
51
+ return __classPrivateFieldGet(this, _SubscriptionsListResult_payload, "f");
54
52
  }
55
53
  get currentPage() {
56
- return __classPrivateFieldGet(this, _currentPage);
54
+ return __classPrivateFieldGet(this, _SubscriptionsListResult_currentPage, "f");
57
55
  }
58
56
  get totalPage() {
59
- return __classPrivateFieldGet(this, _totalPage);
57
+ return __classPrivateFieldGet(this, _SubscriptionsListResult_totalPage, "f");
60
58
  }
61
59
  get nbResults() {
62
- return __classPrivateFieldGet(this, _nbResults);
60
+ return __classPrivateFieldGet(this, _SubscriptionsListResult_nbResults, "f");
63
61
  }
64
62
  get nextPageURL() {
65
- return __classPrivateFieldGet(this, _nextPageURL);
63
+ return __classPrivateFieldGet(this, _SubscriptionsListResult_nextPageURL, "f");
66
64
  }
67
65
  get previousPageURL() {
68
- return __classPrivateFieldGet(this, _previousPageURL);
66
+ return __classPrivateFieldGet(this, _SubscriptionsListResult_previousPageURL, "f");
69
67
  }
70
68
  /**
71
69
  * Gets all the subscriptions for the current page
72
70
  * @returns Generator|{@link SubscriptionData}[]
73
71
  */
74
72
  *getSubscriptionsForCurrentPage() {
75
- yield* __classPrivateFieldGet(this, _subscriptions);
73
+ yield* __classPrivateFieldGet(this, _SubscriptionsListResult_subscriptions, "f");
76
74
  }
77
75
  /**
78
76
  * Gets all the subscriptions from the result, page per page.
@@ -83,11 +81,11 @@ class SubscriptionsListResult extends abstractEntity_1.AbstractEntity {
83
81
  // Yields the first page
84
82
  yield* this.getSubscriptionsForCurrentPage();
85
83
  // Then parse the other pages
86
- let currentPage = __classPrivateFieldGet(this, _currentPage) + 1;
87
- let lastPage = __classPrivateFieldGet(this, _totalPage) < currentPage;
84
+ let currentPage = __classPrivateFieldGet(this, _SubscriptionsListResult_currentPage, "f") + 1;
85
+ let lastPage = __classPrivateFieldGet(this, _SubscriptionsListResult_totalPage, "f") < currentPage;
88
86
  while (!lastPage) {
89
- __classPrivateFieldGet(this, _client).setPage(currentPage);
90
- const result = await __classPrivateFieldGet(this, _client).listRaw(__classPrivateFieldGet(this, _payload));
87
+ __classPrivateFieldGet(this, _SubscriptionsListResult_client, "f").setPage(currentPage);
88
+ const result = await __classPrivateFieldGet(this, _SubscriptionsListResult_client, "f").listRaw(__classPrivateFieldGet(this, _SubscriptionsListResult_payload, "f"));
91
89
  if (result.pagination.totalPage <= currentPage) {
92
90
  lastPage = true;
93
91
  }
@@ -110,5 +108,5 @@ class SubscriptionsListResult extends abstractEntity_1.AbstractEntity {
110
108
  }
111
109
  }
112
110
  exports.SubscriptionsListResult = SubscriptionsListResult;
113
- _subscriptions = new WeakMap(), _client = new WeakMap(), _payload = new WeakMap(), _currentPage = new WeakMap(), _totalPage = new WeakMap(), _nbResults = new WeakMap(), _nextPageURL = new WeakMap(), _previousPageURL = new WeakMap();
111
+ _SubscriptionsListResult_subscriptions = new WeakMap(), _SubscriptionsListResult_client = new WeakMap(), _SubscriptionsListResult_payload = new WeakMap(), _SubscriptionsListResult_currentPage = new WeakMap(), _SubscriptionsListResult_totalPage = new WeakMap(), _SubscriptionsListResult_nbResults = new WeakMap(), _SubscriptionsListResult_nextPageURL = new WeakMap(), _SubscriptionsListResult_previousPageURL = new WeakMap();
114
112
  //# sourceMappingURL=subscriptionsListResult.js.map