@arrowsphere/api-client 3.27.0 → 3.28.0-rc.bjp.2
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.
- package/README.md +12 -0
- package/build/AbstractHttpClient.d.ts +36 -0
- package/build/AbstractHttpClient.js +65 -0
- package/build/abstractClient.d.ts +2 -19
- package/build/abstractClient.js +3 -22
- package/build/abstractEntity.js +14 -16
- package/build/abstractGraphQLClient.d.ts +4 -14
- package/build/abstractGraphQLClient.js +32 -24
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +32 -34
- package/build/campaign/entities/campaign/campaign.js +51 -53
- package/build/campaign/entities/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +35 -37
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +29 -31
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +23 -25
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +29 -31
- package/build/campaign/entities/campaign/rules/rules.js +29 -31
- package/build/campaign/entities/campaignAssets/assets/assets.js +17 -19
- package/build/campaign/entities/campaignAssets/campaignAssets.js +14 -16
- package/build/campaign/entities/v2/campaign/banner/banner.js +32 -34
- package/build/campaign/entities/v2/campaign/campaign.js +48 -50
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +24 -26
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +34 -36
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +20 -22
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +32 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +32 -34
- package/build/campaign/entities/v2/campaignList.js +14 -16
- package/build/campaign/index.js +5 -1
- package/build/cart/entities/index.js +5 -1
- package/build/cart/entities/item.js +26 -28
- package/build/cart/entities/itemList.js +14 -16
- package/build/cart/index.js +5 -1
- package/build/catalog/catalogGraphQLClient.d.ts +2 -0
- package/build/catalog/catalogGraphQLClient.js +14 -1
- package/build/catalog/index.d.ts +2 -0
- package/build/catalog/index.js +7 -1
- package/build/catalog/types/catalogGraphQLQueries.d.ts +12 -0
- package/build/catalog/types/catalogGraphQLQueries.js +3 -0
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +30 -0
- package/build/catalog/types/catalogGraphQLSchemas.js +4 -0
- package/build/catalog/types/catalogGraphQLTypes.js +1 -0
- package/build/catalog/types/queryArguments.d.ts +41 -0
- package/build/catalog/types/queryArguments.js +10 -0
- package/build/consumption/entities/bi/consumptionBI.js +28 -30
- package/build/consumption/entities/bi/period/period.js +17 -19
- package/build/consumption/entities/bi/top/top.js +23 -25
- package/build/consumption/entities/consumption/consumption.js +17 -19
- package/build/consumption/index.js +5 -1
- package/build/contact/entities/contact.js +44 -46
- package/build/contact/entities/contactCreate.js +14 -16
- package/build/contact/entities/contactList.js +14 -16
- package/build/contact/index.js +5 -1
- package/build/customers/entities/customers/contact/contact.js +29 -31
- package/build/customers/entities/customers/customer.js +71 -73
- package/build/customers/entities/customers/customerContact/customerContact.js +38 -40
- package/build/customers/entities/customers/customerContact/customerContactList.js +14 -16
- package/build/customers/entities/customers/details/details.js +29 -31
- package/build/customers/entities/dataCustomers.js +14 -16
- package/build/customers/entities/dataInvitation.js +29 -31
- package/build/customers/entities/invitations/company/company.js +14 -16
- package/build/customers/entities/invitations/contact/invitationContact.js +26 -28
- package/build/customers/index.js +5 -1
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.d.ts +3 -0
- package/build/exception/exception-handlers/HandleHttpExceptionOutput.js +3 -0
- package/build/exception/exception-handlers/Hooks.d.ts +3 -0
- package/build/exception/exception-handlers/Hooks.js +3 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.d.ts +10 -0
- package/build/exception/exception-handlers/HttpExceptionHandler.js +3 -0
- package/build/exception/exception-handlers/index.d.ts +3 -0
- package/build/exception/exception-handlers/index.js +20 -0
- package/build/exception/index.js +5 -1
- package/build/exception/publicApiClientException.d.ts +2 -1
- package/build/exception/publicApiClientException.js +2 -1
- package/build/general/entities/whoAmI.js +59 -61
- package/build/general/index.js +5 -1
- package/build/getResult.js +21 -23
- package/build/index.d.ts +1 -0
- package/build/index.js +6 -1
- package/build/licenses/entities/filterFindResult.js +17 -19
- package/build/licenses/entities/findResult.js +36 -38
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +26 -28
- package/build/licenses/entities/getLicense/actionsGetResult.js +41 -43
- package/build/licenses/entities/getLicense/buySellFindResult.js +17 -19
- package/build/licenses/entities/getLicense/licenseGetResult.js +105 -107
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +20 -22
- package/build/licenses/entities/getLicense/orderGetResult.js +17 -19
- package/build/licenses/entities/getResult/getLicenseResult.js +14 -16
- package/build/licenses/entities/history/actionHistoryResult.js +23 -25
- package/build/licenses/entities/history/licenceHistoryResult.js +14 -16
- package/build/licenses/entities/license/activeSeatsFindResult.js +17 -19
- package/build/licenses/entities/license/configFindResult.js +20 -22
- package/build/licenses/entities/license/licenseFindResult.js +134 -136
- package/build/licenses/entities/license/priceFindResult.js +26 -28
- package/build/licenses/entities/license/warningFindResult.js +17 -19
- package/build/licenses/entities/offer/actionFlagsFindResult.js +20 -22
- package/build/licenses/entities/offer/offerFindResult.js +32 -34
- package/build/licenses/entities/offer/priceBandFindResult.js +35 -37
- package/build/licenses/entities/offer/priceband/billingFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +14 -16
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +26 -28
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +20 -22
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +17 -19
- package/build/licenses/index.js +5 -1
- package/build/orders/entities/dataListOrders.js +14 -16
- package/build/orders/entities/orders/order.js +39 -41
- package/build/orders/entities/orders/partner/partner.js +17 -19
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +14 -16
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +14 -16
- package/build/orders/entities/orders/products/prices/productPrices.js +32 -34
- package/build/orders/entities/orders/products/products.js +56 -58
- package/build/orders/entities/orders/products/program/productProgram.js +14 -16
- package/build/orders/entities/referenceLink.js +17 -19
- package/build/orders/index.js +5 -1
- package/build/pagination.js +29 -31
- package/build/security/index.js +5 -1
- package/build/security/register/entity/registrationLink.js +14 -16
- package/build/security/register/index.js +5 -1
- package/build/security/standards/entities/checks/checks.js +17 -19
- package/build/security/standards/entities/checks/securityChecks.js +38 -40
- package/build/security/standards/entities/resources/resources.js +26 -28
- package/build/security/standards/entities/resources/securityResources.js +17 -19
- package/build/security/standards/entities/standards/securityStandards.js +29 -31
- package/build/security/standards/entities/standards/standards.js +17 -19
- package/build/security/standards/index.js +5 -1
- package/build/securityScore/index.d.ts +2 -0
- package/build/securityScore/index.js +19 -0
- package/build/securityScore/securityScoreGraphQLClient.d.ts +17 -0
- package/build/securityScore/securityScoreGraphQLClient.js +35 -0
- package/build/securityScore/types/queryArguments.d.ts +72 -0
- package/build/securityScore/types/queryArguments.js +57 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +43 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.js +3 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +144 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.js +3 -0
- package/build/shared/index.js +5 -1
- package/build/subscriptions/entities/subscription.js +56 -58
- package/build/subscriptions/entities/subscriptionsListResult.js +39 -41
- package/build/subscriptions/index.js +5 -1
- package/build/supportCenter/entities/issue/attachment.js +27 -29
- package/build/supportCenter/entities/issue/comment.js +29 -31
- package/build/supportCenter/entities/issue/issue.js +106 -108
- package/build/supportCenter/entities/topic.js +30 -32
- package/build/supportCenter/index.js +5 -1
- package/package.json +5 -3
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _WhoAmI_companyName, _WhoAmI_addressLine1, _WhoAmI_addressLine2, _WhoAmI_zip, _WhoAmI_city, _WhoAmI_countryCode, _WhoAmI_state, _WhoAmI_receptionPhone, _WhoAmI_websiteUrl, _WhoAmI_emailContact, _WhoAmI_headcount, _WhoAmI_taxNumber, _WhoAmI_reference, _WhoAmI_ref, _WhoAmI_billingId, _WhoAmI_internalReference;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.WhoAmI = exports.WhoAmIResponseFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -62,86 +60,86 @@ class WhoAmI extends abstractEntity_1.AbstractEntity {
|
|
|
62
60
|
[WhoAmIResponseFields.COLUMN_BILLING_ID]: 'present',
|
|
63
61
|
[WhoAmIResponseFields.COLUMN_INTERNAL_REFERENCE]: 'present',
|
|
64
62
|
};
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
__classPrivateFieldSet(this,
|
|
82
|
-
__classPrivateFieldSet(this,
|
|
83
|
-
__classPrivateFieldSet(this,
|
|
84
|
-
__classPrivateFieldSet(this,
|
|
85
|
-
__classPrivateFieldSet(this,
|
|
86
|
-
__classPrivateFieldSet(this,
|
|
87
|
-
__classPrivateFieldSet(this,
|
|
88
|
-
__classPrivateFieldSet(this,
|
|
89
|
-
__classPrivateFieldSet(this,
|
|
90
|
-
__classPrivateFieldSet(this,
|
|
91
|
-
__classPrivateFieldSet(this,
|
|
92
|
-
__classPrivateFieldSet(this,
|
|
93
|
-
__classPrivateFieldSet(this,
|
|
94
|
-
__classPrivateFieldSet(this,
|
|
95
|
-
__classPrivateFieldSet(this,
|
|
96
|
-
__classPrivateFieldSet(this,
|
|
63
|
+
_WhoAmI_companyName.set(this, void 0);
|
|
64
|
+
_WhoAmI_addressLine1.set(this, void 0);
|
|
65
|
+
_WhoAmI_addressLine2.set(this, void 0);
|
|
66
|
+
_WhoAmI_zip.set(this, void 0);
|
|
67
|
+
_WhoAmI_city.set(this, void 0);
|
|
68
|
+
_WhoAmI_countryCode.set(this, void 0);
|
|
69
|
+
_WhoAmI_state.set(this, void 0);
|
|
70
|
+
_WhoAmI_receptionPhone.set(this, void 0);
|
|
71
|
+
_WhoAmI_websiteUrl.set(this, void 0);
|
|
72
|
+
_WhoAmI_emailContact.set(this, void 0);
|
|
73
|
+
_WhoAmI_headcount.set(this, void 0);
|
|
74
|
+
_WhoAmI_taxNumber.set(this, void 0);
|
|
75
|
+
_WhoAmI_reference.set(this, void 0);
|
|
76
|
+
_WhoAmI_ref.set(this, void 0);
|
|
77
|
+
_WhoAmI_billingId.set(this, void 0);
|
|
78
|
+
_WhoAmI_internalReference.set(this, void 0);
|
|
79
|
+
__classPrivateFieldSet(this, _WhoAmI_companyName, data[WhoAmIResponseFields.COLUMN_COMPANY_NAME], "f");
|
|
80
|
+
__classPrivateFieldSet(this, _WhoAmI_addressLine1, data[WhoAmIResponseFields.COLUMN_ADDRESS_LINE_1], "f");
|
|
81
|
+
__classPrivateFieldSet(this, _WhoAmI_addressLine2, data[WhoAmIResponseFields.COLUMN_ADDRESS_LINE_2], "f");
|
|
82
|
+
__classPrivateFieldSet(this, _WhoAmI_zip, data[WhoAmIResponseFields.COLUMN_ZIP], "f");
|
|
83
|
+
__classPrivateFieldSet(this, _WhoAmI_city, data[WhoAmIResponseFields.COLUMN_CITY], "f");
|
|
84
|
+
__classPrivateFieldSet(this, _WhoAmI_countryCode, data[WhoAmIResponseFields.COLUMN_COUNTRY_CODE], "f");
|
|
85
|
+
__classPrivateFieldSet(this, _WhoAmI_state, data[WhoAmIResponseFields.COLUMN_STATE], "f");
|
|
86
|
+
__classPrivateFieldSet(this, _WhoAmI_receptionPhone, data[WhoAmIResponseFields.COLUMN_RECEPTION_PHONE], "f");
|
|
87
|
+
__classPrivateFieldSet(this, _WhoAmI_websiteUrl, data[WhoAmIResponseFields.COLUMN_WEBSITE_URL], "f");
|
|
88
|
+
__classPrivateFieldSet(this, _WhoAmI_emailContact, data[WhoAmIResponseFields.COLUMN_EMAIL_CONTACT], "f");
|
|
89
|
+
__classPrivateFieldSet(this, _WhoAmI_headcount, data[WhoAmIResponseFields.COLUMN_HEADCOUNT], "f");
|
|
90
|
+
__classPrivateFieldSet(this, _WhoAmI_taxNumber, data[WhoAmIResponseFields.COLUMN_TAX_NUMBER], "f");
|
|
91
|
+
__classPrivateFieldSet(this, _WhoAmI_reference, data[WhoAmIResponseFields.COLUMN_REFERENCE], "f");
|
|
92
|
+
__classPrivateFieldSet(this, _WhoAmI_ref, data[WhoAmIResponseFields.COLUMN_REF], "f");
|
|
93
|
+
__classPrivateFieldSet(this, _WhoAmI_billingId, data[WhoAmIResponseFields.COLUMN_BILLING_ID], "f");
|
|
94
|
+
__classPrivateFieldSet(this, _WhoAmI_internalReference, data[WhoAmIResponseFields.COLUMN_INTERNAL_REFERENCE], "f");
|
|
97
95
|
}
|
|
98
96
|
getCompanyName() {
|
|
99
|
-
return __classPrivateFieldGet(this,
|
|
97
|
+
return __classPrivateFieldGet(this, _WhoAmI_companyName, "f");
|
|
100
98
|
}
|
|
101
99
|
getAddressLine1() {
|
|
102
|
-
return __classPrivateFieldGet(this,
|
|
100
|
+
return __classPrivateFieldGet(this, _WhoAmI_addressLine1, "f");
|
|
103
101
|
}
|
|
104
102
|
getAddressLine2() {
|
|
105
|
-
return __classPrivateFieldGet(this,
|
|
103
|
+
return __classPrivateFieldGet(this, _WhoAmI_addressLine2, "f");
|
|
106
104
|
}
|
|
107
105
|
getZip() {
|
|
108
|
-
return __classPrivateFieldGet(this,
|
|
106
|
+
return __classPrivateFieldGet(this, _WhoAmI_zip, "f");
|
|
109
107
|
}
|
|
110
108
|
getCity() {
|
|
111
|
-
return __classPrivateFieldGet(this,
|
|
109
|
+
return __classPrivateFieldGet(this, _WhoAmI_city, "f");
|
|
112
110
|
}
|
|
113
111
|
getCountryCode() {
|
|
114
|
-
return __classPrivateFieldGet(this,
|
|
112
|
+
return __classPrivateFieldGet(this, _WhoAmI_countryCode, "f");
|
|
115
113
|
}
|
|
116
114
|
getState() {
|
|
117
|
-
return __classPrivateFieldGet(this,
|
|
115
|
+
return __classPrivateFieldGet(this, _WhoAmI_state, "f");
|
|
118
116
|
}
|
|
119
117
|
getReceptionPhone() {
|
|
120
|
-
return __classPrivateFieldGet(this,
|
|
118
|
+
return __classPrivateFieldGet(this, _WhoAmI_receptionPhone, "f");
|
|
121
119
|
}
|
|
122
120
|
getWebsiteUrl() {
|
|
123
|
-
return __classPrivateFieldGet(this,
|
|
121
|
+
return __classPrivateFieldGet(this, _WhoAmI_websiteUrl, "f");
|
|
124
122
|
}
|
|
125
123
|
getEmailContact() {
|
|
126
|
-
return __classPrivateFieldGet(this,
|
|
124
|
+
return __classPrivateFieldGet(this, _WhoAmI_emailContact, "f");
|
|
127
125
|
}
|
|
128
126
|
getHeadcount() {
|
|
129
|
-
return __classPrivateFieldGet(this,
|
|
127
|
+
return __classPrivateFieldGet(this, _WhoAmI_headcount, "f");
|
|
130
128
|
}
|
|
131
129
|
getTaxNumber() {
|
|
132
|
-
return __classPrivateFieldGet(this,
|
|
130
|
+
return __classPrivateFieldGet(this, _WhoAmI_taxNumber, "f");
|
|
133
131
|
}
|
|
134
132
|
getReference() {
|
|
135
|
-
return __classPrivateFieldGet(this,
|
|
133
|
+
return __classPrivateFieldGet(this, _WhoAmI_reference, "f");
|
|
136
134
|
}
|
|
137
135
|
getRef() {
|
|
138
|
-
return __classPrivateFieldGet(this,
|
|
136
|
+
return __classPrivateFieldGet(this, _WhoAmI_ref, "f");
|
|
139
137
|
}
|
|
140
138
|
getBillingId() {
|
|
141
|
-
return __classPrivateFieldGet(this,
|
|
139
|
+
return __classPrivateFieldGet(this, _WhoAmI_billingId, "f");
|
|
142
140
|
}
|
|
143
141
|
getInternalReference() {
|
|
144
|
-
return __classPrivateFieldGet(this,
|
|
142
|
+
return __classPrivateFieldGet(this, _WhoAmI_internalReference, "f");
|
|
145
143
|
}
|
|
146
144
|
/**
|
|
147
145
|
* Returns the raw JSON properties
|
|
@@ -169,5 +167,5 @@ class WhoAmI extends abstractEntity_1.AbstractEntity {
|
|
|
169
167
|
}
|
|
170
168
|
}
|
|
171
169
|
exports.WhoAmI = WhoAmI;
|
|
172
|
-
|
|
170
|
+
_WhoAmI_companyName = new WeakMap(), _WhoAmI_addressLine1 = new WeakMap(), _WhoAmI_addressLine2 = new WeakMap(), _WhoAmI_zip = new WeakMap(), _WhoAmI_city = new WeakMap(), _WhoAmI_countryCode = new WeakMap(), _WhoAmI_state = new WeakMap(), _WhoAmI_receptionPhone = new WeakMap(), _WhoAmI_websiteUrl = new WeakMap(), _WhoAmI_emailContact = new WeakMap(), _WhoAmI_headcount = new WeakMap(), _WhoAmI_taxNumber = new WeakMap(), _WhoAmI_reference = new WeakMap(), _WhoAmI_ref = new WeakMap(), _WhoAmI_billingId = new WeakMap(), _WhoAmI_internalReference = new WeakMap();
|
|
173
171
|
//# sourceMappingURL=whoAmI.js.map
|
package/build/general/index.js
CHANGED
|
@@ -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.
|
|
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];
|
package/build/getResult.js
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _GetResult_status, _GetResult_data, _GetResult_pagination;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.GetResult = exports.GetResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("./abstractEntity");
|
|
@@ -30,23 +28,23 @@ var GetResultFields;
|
|
|
30
28
|
class GetResult extends abstractEntity_1.AbstractEntity {
|
|
31
29
|
constructor(cls, getResultDataInput) {
|
|
32
30
|
super(getResultDataInput);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_GetResult_status.set(this, void 0);
|
|
32
|
+
_GetResult_data.set(this, void 0);
|
|
33
|
+
_GetResult_pagination.set(this, void 0);
|
|
34
|
+
__classPrivateFieldSet(this, _GetResult_status, getResultDataInput[GetResultFields.COLUMN_STATUS], "f");
|
|
35
|
+
__classPrivateFieldSet(this, _GetResult_data, new cls(getResultDataInput[GetResultFields.COLUMN_DATA]), "f");
|
|
36
|
+
__classPrivateFieldSet(this, _GetResult_pagination, getResultDataInput[GetResultFields.COLUMN_PAGINATION]
|
|
39
37
|
? new pagination_1.Pagination(getResultDataInput[GetResultFields.COLUMN_PAGINATION])
|
|
40
|
-
: undefined);
|
|
38
|
+
: undefined, "f");
|
|
41
39
|
}
|
|
42
40
|
get status() {
|
|
43
|
-
return __classPrivateFieldGet(this,
|
|
41
|
+
return __classPrivateFieldGet(this, _GetResult_status, "f");
|
|
44
42
|
}
|
|
45
43
|
get data() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _GetResult_data, "f");
|
|
47
45
|
}
|
|
48
46
|
get pagination() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _GetResult_pagination, "f");
|
|
50
48
|
}
|
|
51
49
|
toJSON() {
|
|
52
50
|
var _a;
|
|
@@ -58,5 +56,5 @@ class GetResult extends abstractEntity_1.AbstractEntity {
|
|
|
58
56
|
}
|
|
59
57
|
}
|
|
60
58
|
exports.GetResult = GetResult;
|
|
61
|
-
|
|
59
|
+
_GetResult_status = new WeakMap(), _GetResult_data = new WeakMap(), _GetResult_pagination = new WeakMap();
|
|
62
60
|
//# sourceMappingURL=getResult.js.map
|
package/build/index.d.ts
CHANGED
package/build/index.js
CHANGED
|
@@ -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.
|
|
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];
|
|
@@ -44,6 +48,7 @@ __exportStar(require("./shared/"), exports);
|
|
|
44
48
|
__exportStar(require("./security/"), exports);
|
|
45
49
|
__exportStar(require("./subscriptions/"), exports);
|
|
46
50
|
__exportStar(require("./supportCenter/"), exports);
|
|
51
|
+
__exportStar(require("./securityScore/"), exports);
|
|
47
52
|
const ContactInformation = __importStar(require("./contact"));
|
|
48
53
|
exports.ContactInformation = ContactInformation;
|
|
49
54
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _FilterFindResult_name, _FilterFindResult_values;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.FilterFindResult = exports.FilterFindFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -35,22 +33,22 @@ class FilterFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
35
33
|
*/
|
|
36
34
|
constructor(data) {
|
|
37
35
|
super(data);
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
_FilterFindResult_name.set(this, void 0);
|
|
37
|
+
_FilterFindResult_values.set(this, void 0);
|
|
40
38
|
this.VALIDATION_RULES = {
|
|
41
39
|
[FilterFindFields.COLUMN_NAME]: 'present',
|
|
42
40
|
[FilterFindFields.COLUMN_VALUES]: 'present|array',
|
|
43
41
|
[`${FilterFindFields.COLUMN_VALUES}.*.value`]: 'present',
|
|
44
42
|
[`${FilterFindFields.COLUMN_VALUES}.*.count`]: 'required|numeric',
|
|
45
43
|
};
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
47
|
-
__classPrivateFieldSet(this,
|
|
44
|
+
__classPrivateFieldSet(this, _FilterFindResult_name, data['name'], "f");
|
|
45
|
+
__classPrivateFieldSet(this, _FilterFindResult_values, data['values'], "f");
|
|
48
46
|
}
|
|
49
47
|
get name() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _FilterFindResult_name, "f");
|
|
51
49
|
}
|
|
52
50
|
get values() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _FilterFindResult_values, "f");
|
|
54
52
|
}
|
|
55
53
|
/**
|
|
56
54
|
* Plain JSON object representation of the filter entity.
|
|
@@ -64,5 +62,5 @@ class FilterFindResult extends abstractEntity_1.AbstractEntity {
|
|
|
64
62
|
}
|
|
65
63
|
}
|
|
66
64
|
exports.FilterFindResult = FilterFindResult;
|
|
67
|
-
|
|
65
|
+
_FilterFindResult_name = new WeakMap(), _FilterFindResult_values = new WeakMap();
|
|
68
66
|
//# sourceMappingURL=filterFindResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _FindResult_results, _FindResult_filters, _FindResult_client, _FindResult_postData, _FindResult_parameters, _FindResult_currentPage, _FindResult_totalPage, _FindResult_nbResults;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.FindResult = void 0;
|
|
18
16
|
const licenseFindResult_1 = require("./license/licenseFindResult");
|
|
@@ -30,34 +28,34 @@ class FindResult extends abstractEntity_1.AbstractEntity {
|
|
|
30
28
|
*/
|
|
31
29
|
constructor(data, client, postData = {}, parameters = {}) {
|
|
32
30
|
super(data);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
45
|
-
__classPrivateFieldSet(this,
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
47
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_FindResult_results.set(this, void 0);
|
|
32
|
+
_FindResult_filters.set(this, void 0);
|
|
33
|
+
_FindResult_client.set(this, void 0);
|
|
34
|
+
_FindResult_postData.set(this, void 0);
|
|
35
|
+
_FindResult_parameters.set(this, void 0);
|
|
36
|
+
_FindResult_currentPage.set(this, void 0);
|
|
37
|
+
_FindResult_totalPage.set(this, void 0);
|
|
38
|
+
_FindResult_nbResults.set(this, void 0);
|
|
39
|
+
__classPrivateFieldSet(this, _FindResult_client, client, "f");
|
|
40
|
+
__classPrivateFieldSet(this, _FindResult_postData, postData, "f");
|
|
41
|
+
__classPrivateFieldSet(this, _FindResult_parameters, parameters, "f");
|
|
42
|
+
__classPrivateFieldSet(this, _FindResult_currentPage, data.pagination.currentPage, "f");
|
|
43
|
+
__classPrivateFieldSet(this, _FindResult_totalPage, data.pagination.totalPage, "f");
|
|
44
|
+
__classPrivateFieldSet(this, _FindResult_nbResults, data.pagination.total, "f");
|
|
45
|
+
__classPrivateFieldSet(this, _FindResult_results, data.results.map((result) => ({
|
|
48
46
|
license: new licenseFindResult_1.LicenseFindResult(result.license).toJSON(),
|
|
49
47
|
offer: result.offer
|
|
50
48
|
? new offerFindResult_1.OfferFindResult(result.offer).toJSON()
|
|
51
49
|
: undefined,
|
|
52
|
-
})));
|
|
53
|
-
__classPrivateFieldSet(this,
|
|
50
|
+
})), "f");
|
|
51
|
+
__classPrivateFieldSet(this, _FindResult_filters, data.filters.map((filter) => new filterFindResult_1.FilterFindResult(filter).toJSON()), "f");
|
|
54
52
|
}
|
|
55
53
|
/**
|
|
56
54
|
* Gets all the licenses for the current page
|
|
57
55
|
* @returns Generator|{@link LicenseFindResult}[]
|
|
58
56
|
*/
|
|
59
57
|
*getResultsForCurrentPage() {
|
|
60
|
-
yield* __classPrivateFieldGet(this,
|
|
58
|
+
yield* __classPrivateFieldGet(this, _FindResult_results, "f");
|
|
61
59
|
}
|
|
62
60
|
/**
|
|
63
61
|
* Gets all the licenses from the result, page per page.
|
|
@@ -68,11 +66,11 @@ class FindResult extends abstractEntity_1.AbstractEntity {
|
|
|
68
66
|
// First yield the offers we already got in the response from the first page
|
|
69
67
|
yield* this.getResultsForCurrentPage();
|
|
70
68
|
// Then parse the other pages... if there are more
|
|
71
|
-
let currentPage = __classPrivateFieldGet(this,
|
|
72
|
-
let lastPage = __classPrivateFieldGet(this,
|
|
69
|
+
let currentPage = __classPrivateFieldGet(this, _FindResult_currentPage, "f") + 1;
|
|
70
|
+
let lastPage = __classPrivateFieldGet(this, _FindResult_totalPage, "f") < currentPage;
|
|
73
71
|
while (!lastPage) {
|
|
74
|
-
__classPrivateFieldGet(this,
|
|
75
|
-
const data = await __classPrivateFieldGet(this,
|
|
72
|
+
__classPrivateFieldGet(this, _FindResult_client, "f").setPage(currentPage);
|
|
73
|
+
const data = await __classPrivateFieldGet(this, _FindResult_client, "f").findRaw(__classPrivateFieldGet(this, _FindResult_postData, "f"), __classPrivateFieldGet(this, _FindResult_parameters, "f"));
|
|
76
74
|
if (data.pagination.totalPage <= currentPage) {
|
|
77
75
|
lastPage = true;
|
|
78
76
|
}
|
|
@@ -91,13 +89,13 @@ class FindResult extends abstractEntity_1.AbstractEntity {
|
|
|
91
89
|
return this.getResults();
|
|
92
90
|
}
|
|
93
91
|
get filters() {
|
|
94
|
-
return __classPrivateFieldGet(this,
|
|
92
|
+
return __classPrivateFieldGet(this, _FindResult_filters, "f");
|
|
95
93
|
}
|
|
96
94
|
get nbResults() {
|
|
97
|
-
return __classPrivateFieldGet(this,
|
|
95
|
+
return __classPrivateFieldGet(this, _FindResult_nbResults, "f");
|
|
98
96
|
}
|
|
99
97
|
get totalPage() {
|
|
100
|
-
return __classPrivateFieldGet(this,
|
|
98
|
+
return __classPrivateFieldGet(this, _FindResult_totalPage, "f");
|
|
101
99
|
}
|
|
102
100
|
/**
|
|
103
101
|
* Plain JSON object representation of the result entity.
|
|
@@ -113,5 +111,5 @@ class FindResult extends abstractEntity_1.AbstractEntity {
|
|
|
113
111
|
}
|
|
114
112
|
}
|
|
115
113
|
exports.FindResult = FindResult;
|
|
116
|
-
|
|
114
|
+
_FindResult_results = new WeakMap(), _FindResult_filters = new WeakMap(), _FindResult_client = new WeakMap(), _FindResult_postData = new WeakMap(), _FindResult_parameters = new WeakMap(), _FindResult_currentPage = new WeakMap(), _FindResult_totalPage = new WeakMap(), _FindResult_nbResults = new WeakMap();
|
|
117
115
|
//# sourceMappingURL=findResult.js.map
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
10
|
-
if (!
|
|
11
|
-
|
|
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
|
|
13
|
+
var _ActionMessagesGetResult_action, _ActionMessagesGetResult_message, _ActionMessagesGetResult_maxDecrease, _ActionMessagesGetResult_supportedUntil, _ActionMessagesGetResult_suspendDate;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.ActionMessagesGetResult = exports.ActionMessagesGetResultFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -27,31 +25,31 @@ var ActionMessagesGetResultFields;
|
|
|
27
25
|
class ActionMessagesGetResult extends abstractEntity_1.AbstractEntity {
|
|
28
26
|
constructor(data) {
|
|
29
27
|
super(data);
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
28
|
+
_ActionMessagesGetResult_action.set(this, void 0);
|
|
29
|
+
_ActionMessagesGetResult_message.set(this, void 0);
|
|
30
|
+
_ActionMessagesGetResult_maxDecrease.set(this, void 0);
|
|
31
|
+
_ActionMessagesGetResult_supportedUntil.set(this, void 0);
|
|
32
|
+
_ActionMessagesGetResult_suspendDate.set(this, void 0);
|
|
33
|
+
__classPrivateFieldSet(this, _ActionMessagesGetResult_action, data[ActionMessagesGetResultFields.COLUMN_ACTION], "f");
|
|
34
|
+
__classPrivateFieldSet(this, _ActionMessagesGetResult_message, data[ActionMessagesGetResultFields.COLUMN_MESSAGE], "f");
|
|
35
|
+
__classPrivateFieldSet(this, _ActionMessagesGetResult_maxDecrease, data[ActionMessagesGetResultFields.COLUMN_MAX_DECREASE], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _ActionMessagesGetResult_supportedUntil, data[ActionMessagesGetResultFields.COLUMN_SUPPORTED_UNTIL], "f");
|
|
37
|
+
__classPrivateFieldSet(this, _ActionMessagesGetResult_suspendDate, data[ActionMessagesGetResultFields.COLUMN_SUSPEND_DATE], "f");
|
|
40
38
|
}
|
|
41
39
|
get action() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
40
|
+
return __classPrivateFieldGet(this, _ActionMessagesGetResult_action, "f");
|
|
43
41
|
}
|
|
44
42
|
get message() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _ActionMessagesGetResult_message, "f");
|
|
46
44
|
}
|
|
47
45
|
get maxDecrease() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _ActionMessagesGetResult_maxDecrease, "f");
|
|
49
47
|
}
|
|
50
48
|
get supportedUntil() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _ActionMessagesGetResult_supportedUntil, "f");
|
|
52
50
|
}
|
|
53
51
|
get suspendDate() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _ActionMessagesGetResult_suspendDate, "f");
|
|
55
53
|
}
|
|
56
54
|
toJSON() {
|
|
57
55
|
return {
|
|
@@ -65,5 +63,5 @@ class ActionMessagesGetResult extends abstractEntity_1.AbstractEntity {
|
|
|
65
63
|
}
|
|
66
64
|
}
|
|
67
65
|
exports.ActionMessagesGetResult = ActionMessagesGetResult;
|
|
68
|
-
|
|
66
|
+
_ActionMessagesGetResult_action = new WeakMap(), _ActionMessagesGetResult_message = new WeakMap(), _ActionMessagesGetResult_maxDecrease = new WeakMap(), _ActionMessagesGetResult_supportedUntil = new WeakMap(), _ActionMessagesGetResult_suspendDate = new WeakMap();
|
|
69
67
|
//# sourceMappingURL=actionMessagesGetResult.js.map
|