@arrowsphere/api-client 3.26.0-rc.bjp.1 → 3.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/abstractClient.d.ts +8 -1
- package/build/abstractEntity.js +16 -14
- package/build/axiosSingleton.js +2 -2
- package/build/campaign/entities/campaign/banners/banners.js +34 -32
- package/build/campaign/entities/campaign/campaign.js +53 -51
- package/build/campaign/entities/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/campaign/landingPage/landingPageBody.js +37 -35
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooter.js +31 -29
- package/build/campaign/entities/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +25 -23
- package/build/campaign/entities/campaign/landingPage/landingPageHeader.js +31 -29
- package/build/campaign/entities/campaign/rules/rules.js +31 -29
- package/build/campaign/entities/campaignAssets/assets/assets.js +19 -17
- package/build/campaign/entities/campaignAssets/campaignAssets.js +16 -14
- package/build/campaign/entities/v2/campaign/banner/banner.js +34 -32
- package/build/campaign/entities/v2/campaign/campaign.js +50 -48
- package/build/campaign/entities/v2/campaign/landingPage/landingPage.js +26 -24
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooter.js +36 -34
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeature.js +22 -20
- package/build/campaign/entities/v2/campaign/landingPage/landingPageFooter/landingPageFooterFeatureItem.js +34 -32
- package/build/campaign/entities/v2/campaign/landingPage/landingPageHeader.js +34 -32
- package/build/campaign/entities/v2/campaignList.js +16 -14
- package/build/campaign/index.js +1 -5
- package/build/cart/entities/index.js +1 -5
- package/build/cart/entities/item.js +28 -26
- package/build/cart/entities/itemList.js +16 -14
- package/build/cart/index.js +1 -5
- package/build/catalog/catalogGraphQLClient.d.ts +0 -2
- package/build/catalog/catalogGraphQLClient.js +1 -7
- package/build/catalog/index.js +1 -5
- package/build/catalog/types/catalogGraphQLTypes.js +0 -1
- package/build/consumption/entities/bi/consumptionBI.js +30 -28
- package/build/consumption/entities/bi/period/period.js +19 -17
- package/build/consumption/entities/bi/top/top.js +25 -23
- package/build/consumption/entities/consumption/consumption.js +19 -17
- package/build/consumption/index.js +1 -5
- package/build/contact/entities/contact.js +46 -44
- package/build/contact/entities/contactCreate.js +16 -14
- package/build/contact/entities/contactList.js +16 -14
- package/build/contact/index.js +1 -5
- package/build/customers/entities/customers/contact/contact.js +31 -29
- package/build/customers/entities/customers/customer.js +73 -71
- package/build/customers/entities/customers/customerContact/customerContact.js +40 -38
- package/build/customers/entities/customers/customerContact/customerContactList.js +16 -14
- package/build/customers/entities/customers/details/details.js +31 -29
- package/build/customers/entities/dataCustomers.js +16 -14
- package/build/customers/entities/dataInvitation.js +31 -29
- package/build/customers/entities/invitations/company/company.js +16 -14
- package/build/customers/entities/invitations/contact/invitationContact.js +28 -26
- package/build/customers/index.js +1 -5
- package/build/exception/index.js +1 -5
- package/build/general/entities/whoAmI.js +61 -59
- package/build/general/index.js +1 -5
- package/build/getResult.js +23 -21
- package/build/index.d.ts +1 -0
- package/build/index.js +2 -5
- package/build/licenses/entities/filterFindResult.js +19 -17
- package/build/licenses/entities/findResult.js +38 -36
- package/build/licenses/entities/getLicense/actionMessagesGetResult.js +28 -26
- package/build/licenses/entities/getLicense/actionsGetResult.js +43 -41
- package/build/licenses/entities/getLicense/buySellFindResult.js +19 -17
- package/build/licenses/entities/getLicense/licenseGetResult.js +107 -105
- package/build/licenses/entities/getLicense/licensePriceGetResult.js +22 -20
- package/build/licenses/entities/getLicense/orderGetResult.js +19 -17
- package/build/licenses/entities/getResult/getLicenseResult.js +16 -14
- package/build/licenses/entities/history/actionHistoryResult.js +25 -23
- package/build/licenses/entities/history/licenceHistoryResult.js +16 -14
- package/build/licenses/entities/license/activeSeatsFindResult.js +19 -17
- package/build/licenses/entities/license/configFindResult.js +22 -20
- package/build/licenses/entities/license/licenseFindResult.js +136 -134
- package/build/licenses/entities/license/priceFindResult.js +28 -26
- package/build/licenses/entities/license/warningFindResult.js +19 -17
- package/build/licenses/entities/offer/actionFlagsFindResult.js +22 -20
- package/build/licenses/entities/offer/offerFindResult.js +34 -32
- package/build/licenses/entities/offer/priceBandFindResult.js +37 -35
- package/build/licenses/entities/offer/priceband/billingFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/identifiers/arrowsphereFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/identifiersFindResult.js +16 -14
- package/build/licenses/entities/offer/priceband/priceBandActionFlagsFindResult.js +28 -26
- package/build/licenses/entities/offer/priceband/priceBandPriceFindResult.js +22 -20
- package/build/licenses/entities/offer/priceband/saleConstraintsFindResult.js +19 -17
- package/build/licenses/index.js +1 -5
- package/build/orders/entities/dataListOrders.js +16 -14
- package/build/orders/entities/orders/order.js +41 -39
- package/build/orders/entities/orders/partner/partner.js +19 -17
- package/build/orders/entities/orders/products/identifiers/productIdentifiers.js +16 -14
- package/build/orders/entities/orders/products/identifiers/vendor/identifiersVendor.js +16 -14
- package/build/orders/entities/orders/products/prices/productPrices.js +34 -32
- package/build/orders/entities/orders/products/products.js +58 -56
- package/build/orders/entities/orders/products/program/productProgram.js +16 -14
- package/build/orders/entities/referenceLink.js +19 -17
- package/build/orders/index.js +1 -5
- package/build/pagination.js +31 -29
- package/build/publicApiClient.d.ts +2 -0
- package/build/publicApiClient.js +7 -0
- package/build/security/index.js +1 -5
- package/build/security/register/entity/registrationLink.js +16 -14
- package/build/security/register/index.js +1 -5
- package/build/security/standards/entities/checks/checks.js +19 -17
- package/build/security/standards/entities/checks/securityChecks.js +40 -38
- package/build/security/standards/entities/resources/resources.js +28 -26
- package/build/security/standards/entities/resources/securityResources.js +19 -17
- package/build/security/standards/entities/standards/securityStandards.js +31 -29
- package/build/security/standards/entities/standards/standards.js +19 -17
- package/build/security/standards/index.js +1 -5
- package/build/shared/index.js +1 -5
- package/build/subscriptions/entities/subscription.js +58 -56
- package/build/subscriptions/entities/subscriptionsListResult.js +41 -39
- package/build/subscriptions/index.js +1 -5
- package/build/supportCenter/entities/issue/attachment.d.ts +29 -0
- package/build/supportCenter/entities/issue/attachment.js +76 -0
- package/build/supportCenter/entities/issue/comment.d.ts +30 -0
- package/build/supportCenter/entities/issue/comment.js +82 -0
- package/build/supportCenter/entities/issue/issue.d.ts +142 -0
- package/build/supportCenter/entities/issue/issue.js +315 -0
- package/build/supportCenter/entities/topic.d.ts +32 -0
- package/build/supportCenter/entities/topic.js +83 -0
- package/build/supportCenter/index.d.ts +8 -0
- package/build/supportCenter/index.js +21 -0
- package/build/supportCenter/payloads/attachment.d.ts +6 -0
- package/build/supportCenter/payloads/attachment.js +4 -0
- package/build/supportCenter/payloads/comment.d.ts +6 -0
- package/build/supportCenter/payloads/comment.js +4 -0
- package/build/supportCenter/payloads/issue.d.ts +32 -0
- package/build/supportCenter/payloads/issue.js +16 -0
- package/build/supportCenter/supportCenterClient.d.ts +42 -0
- package/build/supportCenter/supportCenterClient.js +68 -0
- package/package.json +3 -6
- package/build/catalog/types/catalogGraphQLQueries.d.ts +0 -12
- package/build/catalog/types/catalogGraphQLQueries.js +0 -3
- package/build/catalog/types/catalogGraphQLSchemas.d.ts +0 -30
- package/build/catalog/types/catalogGraphQLSchemas.js +0 -4
- package/build/catalog/types/queryArguments.d.ts +0 -42
- package/build/catalog/types/queryArguments.js +0 -9
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _description, _flagged, _isFailed, _metadata, _name, _processed, _reference, _score, _severity;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.SecurityChecks = exports.SecurityChecksFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -29,51 +31,51 @@ var SecurityChecksFields;
|
|
|
29
31
|
class SecurityChecks extends abstractEntity_1.AbstractEntity {
|
|
30
32
|
constructor(securityChecksDataInput) {
|
|
31
33
|
super(securityChecksDataInput);
|
|
32
|
-
|
|
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,
|
|
48
|
-
__classPrivateFieldSet(this,
|
|
49
|
-
__classPrivateFieldSet(this,
|
|
34
|
+
_description.set(this, void 0);
|
|
35
|
+
_flagged.set(this, void 0);
|
|
36
|
+
_isFailed.set(this, void 0);
|
|
37
|
+
_metadata.set(this, void 0);
|
|
38
|
+
_name.set(this, void 0);
|
|
39
|
+
_processed.set(this, void 0);
|
|
40
|
+
_reference.set(this, void 0);
|
|
41
|
+
_score.set(this, void 0);
|
|
42
|
+
_severity.set(this, void 0);
|
|
43
|
+
__classPrivateFieldSet(this, _description, securityChecksDataInput[SecurityChecksFields.COLUMN_DESCRIPTION]);
|
|
44
|
+
__classPrivateFieldSet(this, _flagged, securityChecksDataInput[SecurityChecksFields.COLUMN_FLAGGED]);
|
|
45
|
+
__classPrivateFieldSet(this, _isFailed, securityChecksDataInput[SecurityChecksFields.COLUMN_IS_FAILED]);
|
|
46
|
+
__classPrivateFieldSet(this, _metadata, securityChecksDataInput[SecurityChecksFields.COLUMN_METADATA]);
|
|
47
|
+
__classPrivateFieldSet(this, _name, securityChecksDataInput[SecurityChecksFields.COLUMN_NAME]);
|
|
48
|
+
__classPrivateFieldSet(this, _processed, securityChecksDataInput[SecurityChecksFields.COLUMN_PROCESSED]);
|
|
49
|
+
__classPrivateFieldSet(this, _reference, securityChecksDataInput[SecurityChecksFields.COLUMN_REFERENCE]);
|
|
50
|
+
__classPrivateFieldSet(this, _score, securityChecksDataInput[SecurityChecksFields.COLUMN_SCORE]);
|
|
51
|
+
__classPrivateFieldSet(this, _severity, securityChecksDataInput[SecurityChecksFields.COLUMN_SEVERITY]);
|
|
50
52
|
}
|
|
51
53
|
get description() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _description);
|
|
53
55
|
}
|
|
54
56
|
get flagged() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _flagged);
|
|
56
58
|
}
|
|
57
59
|
get isFailed() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _isFailed);
|
|
59
61
|
}
|
|
60
62
|
get metadata() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
63
|
+
return __classPrivateFieldGet(this, _metadata);
|
|
62
64
|
}
|
|
63
65
|
get name() {
|
|
64
|
-
return __classPrivateFieldGet(this,
|
|
66
|
+
return __classPrivateFieldGet(this, _name);
|
|
65
67
|
}
|
|
66
68
|
get processed() {
|
|
67
|
-
return __classPrivateFieldGet(this,
|
|
69
|
+
return __classPrivateFieldGet(this, _processed);
|
|
68
70
|
}
|
|
69
71
|
get reference() {
|
|
70
|
-
return __classPrivateFieldGet(this,
|
|
72
|
+
return __classPrivateFieldGet(this, _reference);
|
|
71
73
|
}
|
|
72
74
|
get score() {
|
|
73
|
-
return __classPrivateFieldGet(this,
|
|
75
|
+
return __classPrivateFieldGet(this, _score);
|
|
74
76
|
}
|
|
75
77
|
get severity() {
|
|
76
|
-
return __classPrivateFieldGet(this,
|
|
78
|
+
return __classPrivateFieldGet(this, _severity);
|
|
77
79
|
}
|
|
78
80
|
toJSON() {
|
|
79
81
|
return {
|
|
@@ -90,5 +92,5 @@ class SecurityChecks extends abstractEntity_1.AbstractEntity {
|
|
|
90
92
|
}
|
|
91
93
|
}
|
|
92
94
|
exports.SecurityChecks = SecurityChecks;
|
|
93
|
-
|
|
95
|
+
_description = new WeakMap(), _flagged = new WeakMap(), _isFailed = new WeakMap(), _metadata = new WeakMap(), _name = new WeakMap(), _processed = new WeakMap(), _reference = new WeakMap(), _score = new WeakMap(), _severity = new WeakMap();
|
|
94
96
|
//# sourceMappingURL=securityChecks.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _description, _metadata, _name, _resources, _updatedAt;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.Resources = exports.ResourcesFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -26,31 +28,31 @@ var ResourcesFields;
|
|
|
26
28
|
class Resources extends abstractEntity_1.AbstractEntity {
|
|
27
29
|
constructor(resources) {
|
|
28
30
|
super(resources);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_description.set(this, void 0);
|
|
32
|
+
_metadata.set(this, void 0);
|
|
33
|
+
_name.set(this, void 0);
|
|
34
|
+
_resources.set(this, void 0);
|
|
35
|
+
_updatedAt.set(this, void 0);
|
|
36
|
+
__classPrivateFieldSet(this, _description, resources[ResourcesFields.COLUMN_DESCRIPTION]);
|
|
37
|
+
__classPrivateFieldSet(this, _metadata, resources[ResourcesFields.COLUMN_METADATA]);
|
|
38
|
+
__classPrivateFieldSet(this, _name, resources[ResourcesFields.COLUMN_NAME]);
|
|
39
|
+
__classPrivateFieldSet(this, _resources, resources[ResourcesFields.COLUMN_RESOURCES].map((securityResources) => new securityResources_1.SecurityResources(securityResources)));
|
|
40
|
+
__classPrivateFieldSet(this, _updatedAt, resources[ResourcesFields.COLUMN_UPDATED_AT]);
|
|
39
41
|
}
|
|
40
42
|
get description() {
|
|
41
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _description);
|
|
42
44
|
}
|
|
43
45
|
get metadata() {
|
|
44
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _metadata);
|
|
45
47
|
}
|
|
46
48
|
get name() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _name);
|
|
48
50
|
}
|
|
49
51
|
get resources() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _resources);
|
|
51
53
|
}
|
|
52
54
|
get updatedAt() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _updatedAt);
|
|
54
56
|
}
|
|
55
57
|
toJSON() {
|
|
56
58
|
return {
|
|
@@ -63,5 +65,5 @@ class Resources extends abstractEntity_1.AbstractEntity {
|
|
|
63
65
|
}
|
|
64
66
|
}
|
|
65
67
|
exports.Resources = Resources;
|
|
66
|
-
|
|
68
|
+
_description = new WeakMap(), _metadata = new WeakMap(), _name = new WeakMap(), _resources = new WeakMap(), _updatedAt = new WeakMap();
|
|
67
69
|
//# sourceMappingURL=resources.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _status, _values;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.SecurityResources = exports.SecurityResourcesFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -22,16 +24,16 @@ var SecurityResourcesFields;
|
|
|
22
24
|
class SecurityResources extends abstractEntity_1.AbstractEntity {
|
|
23
25
|
constructor(securityResources) {
|
|
24
26
|
super(securityResources);
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_status.set(this, void 0);
|
|
28
|
+
_values.set(this, void 0);
|
|
29
|
+
__classPrivateFieldSet(this, _status, securityResources[SecurityResourcesFields.COLUMN_STATUS]);
|
|
30
|
+
__classPrivateFieldSet(this, _values, securityResources[SecurityResourcesFields.COLUMN_VALUES]);
|
|
29
31
|
}
|
|
30
32
|
get status() {
|
|
31
|
-
return __classPrivateFieldGet(this,
|
|
33
|
+
return __classPrivateFieldGet(this, _status);
|
|
32
34
|
}
|
|
33
35
|
get values() {
|
|
34
|
-
return __classPrivateFieldGet(this,
|
|
36
|
+
return __classPrivateFieldGet(this, _values);
|
|
35
37
|
}
|
|
36
38
|
toJSON() {
|
|
37
39
|
return {
|
|
@@ -41,5 +43,5 @@ class SecurityResources extends abstractEntity_1.AbstractEntity {
|
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
exports.SecurityResources = SecurityResources;
|
|
44
|
-
|
|
46
|
+
_status = new WeakMap(), _values = new WeakMap();
|
|
45
47
|
//# sourceMappingURL=securityResources.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _failed, _name, _passed, _reference, _score, _total;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.SecurityStandards = exports.SecurityStandardsFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -26,36 +28,36 @@ var SecurityStandardsFields;
|
|
|
26
28
|
class SecurityStandards extends abstractEntity_1.AbstractEntity {
|
|
27
29
|
constructor(standardsSecurityDataInput) {
|
|
28
30
|
super(standardsSecurityDataInput);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_failed.set(this, void 0);
|
|
32
|
+
_name.set(this, void 0);
|
|
33
|
+
_passed.set(this, void 0);
|
|
34
|
+
_reference.set(this, void 0);
|
|
35
|
+
_score.set(this, void 0);
|
|
36
|
+
_total.set(this, void 0);
|
|
37
|
+
__classPrivateFieldSet(this, _failed, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_FAILED]);
|
|
38
|
+
__classPrivateFieldSet(this, _name, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_NAME]);
|
|
39
|
+
__classPrivateFieldSet(this, _passed, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_PASSED]);
|
|
40
|
+
__classPrivateFieldSet(this, _reference, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_REFERENCE]);
|
|
41
|
+
__classPrivateFieldSet(this, _score, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_SCORE]);
|
|
42
|
+
__classPrivateFieldSet(this, _total, standardsSecurityDataInput[SecurityStandardsFields.COLUMN_TOTAL]);
|
|
41
43
|
}
|
|
42
44
|
get failed() {
|
|
43
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _failed);
|
|
44
46
|
}
|
|
45
47
|
get name() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _name);
|
|
47
49
|
}
|
|
48
50
|
get passed() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _passed);
|
|
50
52
|
}
|
|
51
53
|
get reference() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _reference);
|
|
53
55
|
}
|
|
54
56
|
get score() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _score);
|
|
56
58
|
}
|
|
57
59
|
get total() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _total);
|
|
59
61
|
}
|
|
60
62
|
toJSON() {
|
|
61
63
|
return {
|
|
@@ -69,5 +71,5 @@ class SecurityStandards extends abstractEntity_1.AbstractEntity {
|
|
|
69
71
|
}
|
|
70
72
|
}
|
|
71
73
|
exports.SecurityStandards = SecurityStandards;
|
|
72
|
-
|
|
74
|
+
_failed = new WeakMap(), _name = new WeakMap(), _passed = new WeakMap(), _reference = new WeakMap(), _score = new WeakMap(), _total = new WeakMap();
|
|
73
75
|
//# sourceMappingURL=securityStandards.js.map
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _standards, _updatedAt;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.Standards = exports.StandardsFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -23,16 +25,16 @@ var StandardsFields;
|
|
|
23
25
|
class Standards extends abstractEntity_1.AbstractEntity {
|
|
24
26
|
constructor(standardsDataInput) {
|
|
25
27
|
super(standardsDataInput);
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
29
|
-
__classPrivateFieldSet(this,
|
|
28
|
+
_standards.set(this, void 0);
|
|
29
|
+
_updatedAt.set(this, void 0);
|
|
30
|
+
__classPrivateFieldSet(this, _standards, standardsDataInput[StandardsFields.COLUMN_STANDARDS].map((securityStandards) => new securityStandards_1.SecurityStandards(securityStandards)));
|
|
31
|
+
__classPrivateFieldSet(this, _updatedAt, standardsDataInput[StandardsFields.COLUMN_UPDATED_AT]);
|
|
30
32
|
}
|
|
31
33
|
get standards() {
|
|
32
|
-
return __classPrivateFieldGet(this,
|
|
34
|
+
return __classPrivateFieldGet(this, _standards);
|
|
33
35
|
}
|
|
34
36
|
get updatedAt() {
|
|
35
|
-
return __classPrivateFieldGet(this,
|
|
37
|
+
return __classPrivateFieldGet(this, _updatedAt);
|
|
36
38
|
}
|
|
37
39
|
toJSON() {
|
|
38
40
|
return {
|
|
@@ -42,5 +44,5 @@ class Standards extends abstractEntity_1.AbstractEntity {
|
|
|
42
44
|
}
|
|
43
45
|
}
|
|
44
46
|
exports.Standards = Standards;
|
|
45
|
-
|
|
47
|
+
_standards = new WeakMap(), _updatedAt = new WeakMap();
|
|
46
48
|
//# sourceMappingURL=standards.js.map
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
package/build/shared/index.js
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver,
|
|
3
|
-
if (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, privateMap, value) {
|
|
3
|
+
if (!privateMap.has(receiver)) {
|
|
4
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
5
|
+
}
|
|
6
|
+
privateMap.set(receiver, value);
|
|
7
|
+
return value;
|
|
7
8
|
};
|
|
8
|
-
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver,
|
|
9
|
-
if (
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, privateMap) {
|
|
10
|
+
if (!privateMap.has(receiver)) {
|
|
11
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
12
|
+
}
|
|
13
|
+
return privateMap.get(receiver);
|
|
12
14
|
};
|
|
13
|
-
var
|
|
15
|
+
var _subscriptionId, _partnerTagLabels, _workgroupCode, _companyName, _subscription, _startDate, _endDate, _lastUpdate, _status, _subscriptionDateValidation, _subscriptionDateDemand, _clickToAccept, _unvalidated, _version, _number;
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.Subscription = exports.SubscriptionFields = void 0;
|
|
16
18
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -60,81 +62,81 @@ class Subscription extends abstractEntity_1.AbstractEntity {
|
|
|
60
62
|
[SubscriptionFields.COLUMN_VERSION]: 'required|number',
|
|
61
63
|
[SubscriptionFields.COLUMN_NUMBER]: 'required|number',
|
|
62
64
|
};
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
__classPrivateFieldSet(this,
|
|
79
|
-
__classPrivateFieldSet(this,
|
|
80
|
-
__classPrivateFieldSet(this,
|
|
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,
|
|
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]);
|
|
93
95
|
}
|
|
94
96
|
get subscriptionId() {
|
|
95
|
-
return __classPrivateFieldGet(this,
|
|
97
|
+
return __classPrivateFieldGet(this, _subscriptionId);
|
|
96
98
|
}
|
|
97
99
|
get partnerTagLabels() {
|
|
98
|
-
return __classPrivateFieldGet(this,
|
|
100
|
+
return __classPrivateFieldGet(this, _partnerTagLabels);
|
|
99
101
|
}
|
|
100
102
|
get workgroupCode() {
|
|
101
|
-
return __classPrivateFieldGet(this,
|
|
103
|
+
return __classPrivateFieldGet(this, _workgroupCode);
|
|
102
104
|
}
|
|
103
105
|
get companyName() {
|
|
104
|
-
return __classPrivateFieldGet(this,
|
|
106
|
+
return __classPrivateFieldGet(this, _companyName);
|
|
105
107
|
}
|
|
106
108
|
get subscription() {
|
|
107
|
-
return __classPrivateFieldGet(this,
|
|
109
|
+
return __classPrivateFieldGet(this, _subscription);
|
|
108
110
|
}
|
|
109
111
|
get startDate() {
|
|
110
|
-
return __classPrivateFieldGet(this,
|
|
112
|
+
return __classPrivateFieldGet(this, _startDate);
|
|
111
113
|
}
|
|
112
114
|
get endDate() {
|
|
113
|
-
return __classPrivateFieldGet(this,
|
|
115
|
+
return __classPrivateFieldGet(this, _endDate);
|
|
114
116
|
}
|
|
115
117
|
get lastUpdate() {
|
|
116
|
-
return __classPrivateFieldGet(this,
|
|
118
|
+
return __classPrivateFieldGet(this, _lastUpdate);
|
|
117
119
|
}
|
|
118
120
|
get status() {
|
|
119
|
-
return __classPrivateFieldGet(this,
|
|
121
|
+
return __classPrivateFieldGet(this, _status);
|
|
120
122
|
}
|
|
121
123
|
get subscriptionDateValidation() {
|
|
122
|
-
return __classPrivateFieldGet(this,
|
|
124
|
+
return __classPrivateFieldGet(this, _subscriptionDateValidation);
|
|
123
125
|
}
|
|
124
126
|
get subscriptionDateDemand() {
|
|
125
|
-
return __classPrivateFieldGet(this,
|
|
127
|
+
return __classPrivateFieldGet(this, _subscriptionDateDemand);
|
|
126
128
|
}
|
|
127
129
|
get clickToAccept() {
|
|
128
|
-
return __classPrivateFieldGet(this,
|
|
130
|
+
return __classPrivateFieldGet(this, _clickToAccept);
|
|
129
131
|
}
|
|
130
132
|
get unvalidated() {
|
|
131
|
-
return __classPrivateFieldGet(this,
|
|
133
|
+
return __classPrivateFieldGet(this, _unvalidated);
|
|
132
134
|
}
|
|
133
135
|
get version() {
|
|
134
|
-
return __classPrivateFieldGet(this,
|
|
136
|
+
return __classPrivateFieldGet(this, _version);
|
|
135
137
|
}
|
|
136
138
|
get number() {
|
|
137
|
-
return __classPrivateFieldGet(this,
|
|
139
|
+
return __classPrivateFieldGet(this, _number);
|
|
138
140
|
}
|
|
139
141
|
/**
|
|
140
142
|
* Plain JSON object representation of the subscription entity.
|
|
@@ -162,5 +164,5 @@ class Subscription extends abstractEntity_1.AbstractEntity {
|
|
|
162
164
|
}
|
|
163
165
|
}
|
|
164
166
|
exports.Subscription = Subscription;
|
|
165
|
-
|
|
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();
|
|
166
168
|
//# sourceMappingURL=subscription.js.map
|