@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 _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
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
45
|
-
__classPrivateFieldSet(this,
|
|
46
|
-
__classPrivateFieldSet(this,
|
|
47
|
-
__classPrivateFieldSet(this,
|
|
48
|
-
__classPrivateFieldSet(this,
|
|
49
|
-
__classPrivateFieldSet(this,
|
|
50
|
-
__classPrivateFieldSet(this,
|
|
51
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
52
|
+
return __classPrivateFieldGet(this, _SecurityChecks_description, "f");
|
|
55
53
|
}
|
|
56
54
|
get flagged() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _SecurityChecks_flagged, "f");
|
|
58
56
|
}
|
|
59
57
|
get isFailed() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _SecurityChecks_isFailed, "f");
|
|
61
59
|
}
|
|
62
60
|
get metadata() {
|
|
63
|
-
return __classPrivateFieldGet(this,
|
|
61
|
+
return __classPrivateFieldGet(this, _SecurityChecks_metadata, "f");
|
|
64
62
|
}
|
|
65
63
|
get name() {
|
|
66
|
-
return __classPrivateFieldGet(this,
|
|
64
|
+
return __classPrivateFieldGet(this, _SecurityChecks_name, "f");
|
|
67
65
|
}
|
|
68
66
|
get processed() {
|
|
69
|
-
return __classPrivateFieldGet(this,
|
|
67
|
+
return __classPrivateFieldGet(this, _SecurityChecks_processed, "f");
|
|
70
68
|
}
|
|
71
69
|
get reference() {
|
|
72
|
-
return __classPrivateFieldGet(this,
|
|
70
|
+
return __classPrivateFieldGet(this, _SecurityChecks_reference, "f");
|
|
73
71
|
}
|
|
74
72
|
get score() {
|
|
75
|
-
return __classPrivateFieldGet(this,
|
|
73
|
+
return __classPrivateFieldGet(this, _SecurityChecks_score, "f");
|
|
76
74
|
}
|
|
77
75
|
get severity() {
|
|
78
|
-
return __classPrivateFieldGet(this,
|
|
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
|
-
|
|
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,
|
|
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 _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
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
41
|
+
return __classPrivateFieldGet(this, _Resources_description, "f");
|
|
44
42
|
}
|
|
45
43
|
get metadata() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _Resources_metadata, "f");
|
|
47
45
|
}
|
|
48
46
|
get name() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _Resources_name, "f");
|
|
50
48
|
}
|
|
51
49
|
get resources() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
50
|
+
return __classPrivateFieldGet(this, _Resources_resources, "f");
|
|
53
51
|
}
|
|
54
52
|
get updatedAt() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
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
|
-
|
|
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,
|
|
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 _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
|
-
|
|
28
|
-
|
|
29
|
-
__classPrivateFieldSet(this,
|
|
30
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
31
|
+
return __classPrivateFieldGet(this, _SecurityResources_status, "f");
|
|
34
32
|
}
|
|
35
33
|
get values() {
|
|
36
|
-
return __classPrivateFieldGet(this,
|
|
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
|
-
|
|
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,
|
|
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 _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
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
43
|
+
return __classPrivateFieldGet(this, _SecurityStandards_failed, "f");
|
|
46
44
|
}
|
|
47
45
|
get name() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _SecurityStandards_name, "f");
|
|
49
47
|
}
|
|
50
48
|
get passed() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _SecurityStandards_passed, "f");
|
|
52
50
|
}
|
|
53
51
|
get reference() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _SecurityStandards_reference, "f");
|
|
55
53
|
}
|
|
56
54
|
get score() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _SecurityStandards_score, "f");
|
|
58
56
|
}
|
|
59
57
|
get total() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
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
|
-
|
|
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,
|
|
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 _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
|
-
|
|
29
|
-
|
|
30
|
-
__classPrivateFieldSet(this,
|
|
31
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
32
|
+
return __classPrivateFieldGet(this, _Standards_standards, "f");
|
|
35
33
|
}
|
|
36
34
|
get updatedAt() {
|
|
37
|
-
return __classPrivateFieldGet(this,
|
|
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
|
-
|
|
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.
|
|
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,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,72 @@
|
|
|
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_REFERENCE = "account.reference",
|
|
34
|
+
REGISTRATION_CUSTOMER_REFERENCE = "registration.customer.reference",
|
|
35
|
+
REGISTRATION_RESELLER_REFERENCE = "registration.reseller.reference"
|
|
36
|
+
}
|
|
37
|
+
export declare enum SortFields {
|
|
38
|
+
NAME = "name",
|
|
39
|
+
ORDER = "order"
|
|
40
|
+
}
|
|
41
|
+
export declare enum SecurityScoreQueries {
|
|
42
|
+
GET_PARTNER_DATA = "getPartnerData",
|
|
43
|
+
GET_CUSTOMER_DATA = "getCustomerData",
|
|
44
|
+
GET_CUSTOMER_ACCOUNT_DATA = "getCustomerAccountData"
|
|
45
|
+
}
|
|
46
|
+
export declare type PaginateArgument = {
|
|
47
|
+
[PaginateFields.PAGE]?: number;
|
|
48
|
+
[PaginateFields.PER_PAGE]?: number;
|
|
49
|
+
};
|
|
50
|
+
export declare type SearchBodyArgument = {
|
|
51
|
+
[SearchBodyFields.FILTERS]?: [SearchFilterArgument];
|
|
52
|
+
[SearchBodyFields.EXCLUSION_FILTERS]?: [SearchFilterArgument];
|
|
53
|
+
[SearchBodyFields.SORT]?: [SortArgument];
|
|
54
|
+
[SearchBodyFields.SUBSCRIPTION_REFERENCE]?: [[string]];
|
|
55
|
+
[SearchBodyFields.MARKETPLACE]?: [[string]];
|
|
56
|
+
[SearchBodyFields.MONTHLY_TREND_PERIOD]?: PeriodInputArgument;
|
|
57
|
+
[SearchBodyFields.PERIOD]?: PeriodInputArgument;
|
|
58
|
+
};
|
|
59
|
+
export declare type PeriodInputArgument = {
|
|
60
|
+
[PeriodInputFields.FROM]: string;
|
|
61
|
+
[PeriodInputFields.TO]: string;
|
|
62
|
+
};
|
|
63
|
+
export declare type SearchFilterArgument = {
|
|
64
|
+
[SearchFilterFields.NAMES]?: [string];
|
|
65
|
+
[SearchFilterFields.VALUES]?: [[string]];
|
|
66
|
+
[SearchFilterFields.OPERATOR]?: OperatorArgument;
|
|
67
|
+
[SearchFilterFields.FILTERS]?: [SearchFilterArgument];
|
|
68
|
+
};
|
|
69
|
+
export declare type SortArgument = {
|
|
70
|
+
[SortFields.NAME]?: string;
|
|
71
|
+
[SortFields.ORDER]?: string;
|
|
72
|
+
};
|