@arrowsphere/api-client 3.27.0 → 3.28.0-rc.bdj.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 +1 -0
- package/build/AbstractHttpClient.d.ts +35 -0
- package/build/AbstractHttpClient.js +64 -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 -16
- 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/index.js +5 -1
- 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/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 _Top_rank, _Top_metric, _Top_name, _Top_ref;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Top = exports.TopFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -26,26 +24,26 @@ var TopFields;
|
|
|
26
24
|
class Top extends abstractEntity_1.AbstractEntity {
|
|
27
25
|
constructor(topResponse) {
|
|
28
26
|
super(topResponse);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
__classPrivateFieldSet(this,
|
|
34
|
-
__classPrivateFieldSet(this,
|
|
35
|
-
__classPrivateFieldSet(this,
|
|
36
|
-
__classPrivateFieldSet(this,
|
|
27
|
+
_Top_rank.set(this, void 0);
|
|
28
|
+
_Top_metric.set(this, void 0);
|
|
29
|
+
_Top_name.set(this, void 0);
|
|
30
|
+
_Top_ref.set(this, void 0);
|
|
31
|
+
__classPrivateFieldSet(this, _Top_rank, topResponse[TopFields.COLUMN_RANK], "f");
|
|
32
|
+
__classPrivateFieldSet(this, _Top_metric, topResponse[TopFields.COLUMN_METRIC], "f");
|
|
33
|
+
__classPrivateFieldSet(this, _Top_name, topResponse[TopFields.COLUMN_NAME], "f");
|
|
34
|
+
__classPrivateFieldSet(this, _Top_ref, topResponse[TopFields.COLUMN_REF], "f");
|
|
37
35
|
}
|
|
38
36
|
get rank() {
|
|
39
|
-
return __classPrivateFieldGet(this,
|
|
37
|
+
return __classPrivateFieldGet(this, _Top_rank, "f");
|
|
40
38
|
}
|
|
41
39
|
get metric() {
|
|
42
|
-
return __classPrivateFieldGet(this,
|
|
40
|
+
return __classPrivateFieldGet(this, _Top_metric, "f");
|
|
43
41
|
}
|
|
44
42
|
get name() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _Top_name, "f");
|
|
46
44
|
}
|
|
47
45
|
get ref() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _Top_ref, "f");
|
|
49
47
|
}
|
|
50
48
|
toJSON() {
|
|
51
49
|
return {
|
|
@@ -57,5 +55,5 @@ class Top extends abstractEntity_1.AbstractEntity {
|
|
|
57
55
|
}
|
|
58
56
|
}
|
|
59
57
|
exports.Top = Top;
|
|
60
|
-
|
|
58
|
+
_Top_rank = new WeakMap(), _Top_metric = new WeakMap(), _Top_name = new WeakMap(), _Top_ref = new WeakMap();
|
|
61
59
|
//# sourceMappingURL=top.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 _Consumption_headers, _Consumption_lines;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Consumption = exports.ConsumptionFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../abstractEntity");
|
|
@@ -24,16 +22,16 @@ var ConsumptionFields;
|
|
|
24
22
|
class Consumption extends abstractEntity_1.AbstractEntity {
|
|
25
23
|
constructor(consumptionResponse) {
|
|
26
24
|
super(consumptionResponse);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
__classPrivateFieldSet(this,
|
|
30
|
-
__classPrivateFieldSet(this,
|
|
25
|
+
_Consumption_headers.set(this, void 0);
|
|
26
|
+
_Consumption_lines.set(this, void 0);
|
|
27
|
+
__classPrivateFieldSet(this, _Consumption_headers, consumptionResponse[ConsumptionFields.COLUMN_HEADERS], "f");
|
|
28
|
+
__classPrivateFieldSet(this, _Consumption_lines, consumptionResponse[ConsumptionFields.COLUMN_LINES], "f");
|
|
31
29
|
}
|
|
32
30
|
get headers() {
|
|
33
|
-
return __classPrivateFieldGet(this,
|
|
31
|
+
return __classPrivateFieldGet(this, _Consumption_headers, "f");
|
|
34
32
|
}
|
|
35
33
|
get lines() {
|
|
36
|
-
return __classPrivateFieldGet(this,
|
|
34
|
+
return __classPrivateFieldGet(this, _Consumption_lines, "f");
|
|
37
35
|
}
|
|
38
36
|
toJSON() {
|
|
39
37
|
return {
|
|
@@ -43,5 +41,5 @@ class Consumption extends abstractEntity_1.AbstractEntity {
|
|
|
43
41
|
}
|
|
44
42
|
}
|
|
45
43
|
exports.Consumption = Consumption;
|
|
46
|
-
|
|
44
|
+
_Consumption_headers = new WeakMap(), _Consumption_lines = new WeakMap();
|
|
47
45
|
//# sourceMappingURL=consumption.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];
|
|
@@ -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 _Contact_id, _Contact_companyId, _Contact_reseller, _Contact_firstname, _Contact_lastname, _Contact_email, _Contact_phone, _Contact_erpId, _Contact_type, _Contact_role, _Contact_status;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Contact = exports.ContactFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -33,61 +31,61 @@ var ContactFields;
|
|
|
33
31
|
class Contact extends abstractEntity_1.AbstractEntity {
|
|
34
32
|
constructor(contactDataInput) {
|
|
35
33
|
super(contactDataInput);
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
__classPrivateFieldSet(this,
|
|
48
|
-
__classPrivateFieldSet(this,
|
|
49
|
-
__classPrivateFieldSet(this,
|
|
50
|
-
__classPrivateFieldSet(this,
|
|
51
|
-
__classPrivateFieldSet(this,
|
|
52
|
-
__classPrivateFieldSet(this,
|
|
53
|
-
__classPrivateFieldSet(this,
|
|
54
|
-
__classPrivateFieldSet(this,
|
|
55
|
-
__classPrivateFieldSet(this,
|
|
56
|
-
__classPrivateFieldSet(this,
|
|
57
|
-
__classPrivateFieldSet(this,
|
|
34
|
+
_Contact_id.set(this, void 0);
|
|
35
|
+
_Contact_companyId.set(this, void 0);
|
|
36
|
+
_Contact_reseller.set(this, void 0);
|
|
37
|
+
_Contact_firstname.set(this, void 0);
|
|
38
|
+
_Contact_lastname.set(this, void 0);
|
|
39
|
+
_Contact_email.set(this, void 0);
|
|
40
|
+
_Contact_phone.set(this, void 0);
|
|
41
|
+
_Contact_erpId.set(this, void 0);
|
|
42
|
+
_Contact_type.set(this, void 0);
|
|
43
|
+
_Contact_role.set(this, void 0);
|
|
44
|
+
_Contact_status.set(this, void 0);
|
|
45
|
+
__classPrivateFieldSet(this, _Contact_id, contactDataInput[ContactFields.COLUMN_ID], "f");
|
|
46
|
+
__classPrivateFieldSet(this, _Contact_companyId, contactDataInput[ContactFields.COLUMN_COMPANY_ID], "f");
|
|
47
|
+
__classPrivateFieldSet(this, _Contact_reseller, contactDataInput[ContactFields.COLUMN_RESELLER], "f");
|
|
48
|
+
__classPrivateFieldSet(this, _Contact_firstname, contactDataInput[ContactFields.COLUMN_FIRSTNAME], "f");
|
|
49
|
+
__classPrivateFieldSet(this, _Contact_lastname, contactDataInput[ContactFields.COLUMN_LASTNAME], "f");
|
|
50
|
+
__classPrivateFieldSet(this, _Contact_email, contactDataInput[ContactFields.COLUMN_EMAIL], "f");
|
|
51
|
+
__classPrivateFieldSet(this, _Contact_phone, contactDataInput[ContactFields.COLUMN_PHONE], "f");
|
|
52
|
+
__classPrivateFieldSet(this, _Contact_erpId, contactDataInput[ContactFields.COLUMN_ERP_ID], "f");
|
|
53
|
+
__classPrivateFieldSet(this, _Contact_type, contactDataInput[ContactFields.COLUMN_TYPE], "f");
|
|
54
|
+
__classPrivateFieldSet(this, _Contact_role, contactDataInput[ContactFields.COLUMN_ROLE], "f");
|
|
55
|
+
__classPrivateFieldSet(this, _Contact_status, contactDataInput[ContactFields.COLUMN_STATUS], "f");
|
|
58
56
|
}
|
|
59
57
|
get id() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _Contact_id, "f");
|
|
61
59
|
}
|
|
62
60
|
get companyId() {
|
|
63
|
-
return __classPrivateFieldGet(this,
|
|
61
|
+
return __classPrivateFieldGet(this, _Contact_companyId, "f");
|
|
64
62
|
}
|
|
65
63
|
get reseller() {
|
|
66
|
-
return __classPrivateFieldGet(this,
|
|
64
|
+
return __classPrivateFieldGet(this, _Contact_reseller, "f");
|
|
67
65
|
}
|
|
68
66
|
get firstname() {
|
|
69
|
-
return __classPrivateFieldGet(this,
|
|
67
|
+
return __classPrivateFieldGet(this, _Contact_firstname, "f");
|
|
70
68
|
}
|
|
71
69
|
get lastname() {
|
|
72
|
-
return __classPrivateFieldGet(this,
|
|
70
|
+
return __classPrivateFieldGet(this, _Contact_lastname, "f");
|
|
73
71
|
}
|
|
74
72
|
get email() {
|
|
75
|
-
return __classPrivateFieldGet(this,
|
|
73
|
+
return __classPrivateFieldGet(this, _Contact_email, "f");
|
|
76
74
|
}
|
|
77
75
|
get phone() {
|
|
78
|
-
return __classPrivateFieldGet(this,
|
|
76
|
+
return __classPrivateFieldGet(this, _Contact_phone, "f");
|
|
79
77
|
}
|
|
80
78
|
get erpId() {
|
|
81
|
-
return __classPrivateFieldGet(this,
|
|
79
|
+
return __classPrivateFieldGet(this, _Contact_erpId, "f");
|
|
82
80
|
}
|
|
83
81
|
get type() {
|
|
84
|
-
return __classPrivateFieldGet(this,
|
|
82
|
+
return __classPrivateFieldGet(this, _Contact_type, "f");
|
|
85
83
|
}
|
|
86
84
|
get role() {
|
|
87
|
-
return __classPrivateFieldGet(this,
|
|
85
|
+
return __classPrivateFieldGet(this, _Contact_role, "f");
|
|
88
86
|
}
|
|
89
87
|
get status() {
|
|
90
|
-
return __classPrivateFieldGet(this,
|
|
88
|
+
return __classPrivateFieldGet(this, _Contact_status, "f");
|
|
91
89
|
}
|
|
92
90
|
toJSON() {
|
|
93
91
|
return {
|
|
@@ -106,5 +104,5 @@ class Contact extends abstractEntity_1.AbstractEntity {
|
|
|
106
104
|
}
|
|
107
105
|
}
|
|
108
106
|
exports.Contact = Contact;
|
|
109
|
-
|
|
107
|
+
_Contact_id = new WeakMap(), _Contact_companyId = new WeakMap(), _Contact_reseller = new WeakMap(), _Contact_firstname = new WeakMap(), _Contact_lastname = new WeakMap(), _Contact_email = new WeakMap(), _Contact_phone = new WeakMap(), _Contact_erpId = new WeakMap(), _Contact_type = new WeakMap(), _Contact_role = new WeakMap(), _Contact_status = new WeakMap();
|
|
110
108
|
//# sourceMappingURL=contact.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 _ContactCreate_id;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.ContactCreate = exports.ContactCreateFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -23,11 +21,11 @@ var ContactCreateFields;
|
|
|
23
21
|
class ContactCreate extends abstractEntity_1.AbstractEntity {
|
|
24
22
|
constructor(createContactResponse) {
|
|
25
23
|
super(createContactResponse);
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
24
|
+
_ContactCreate_id.set(this, void 0);
|
|
25
|
+
__classPrivateFieldSet(this, _ContactCreate_id, createContactResponse[ContactCreateFields.COLUMN_ID], "f");
|
|
28
26
|
}
|
|
29
27
|
get id() {
|
|
30
|
-
return __classPrivateFieldGet(this,
|
|
28
|
+
return __classPrivateFieldGet(this, _ContactCreate_id, "f");
|
|
31
29
|
}
|
|
32
30
|
toJSON() {
|
|
33
31
|
return {
|
|
@@ -36,5 +34,5 @@ class ContactCreate extends abstractEntity_1.AbstractEntity {
|
|
|
36
34
|
}
|
|
37
35
|
}
|
|
38
36
|
exports.ContactCreate = ContactCreate;
|
|
39
|
-
|
|
37
|
+
_ContactCreate_id = new WeakMap();
|
|
40
38
|
//# sourceMappingURL=contactCreate.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 _ContactList_contactList;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.ContactList = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -20,16 +18,16 @@ const contact_1 = require("./contact");
|
|
|
20
18
|
class ContactList extends abstractEntity_1.AbstractEntity {
|
|
21
19
|
constructor(contactListDataInput) {
|
|
22
20
|
super(contactListDataInput);
|
|
23
|
-
|
|
24
|
-
__classPrivateFieldSet(this,
|
|
21
|
+
_ContactList_contactList.set(this, void 0);
|
|
22
|
+
__classPrivateFieldSet(this, _ContactList_contactList, contactListDataInput.map((contact) => new contact_1.Contact(contact)), "f");
|
|
25
23
|
}
|
|
26
24
|
get contactList() {
|
|
27
|
-
return __classPrivateFieldGet(this,
|
|
25
|
+
return __classPrivateFieldGet(this, _ContactList_contactList, "f");
|
|
28
26
|
}
|
|
29
27
|
toJSON() {
|
|
30
28
|
return this.contactList.map((contact) => contact.toJSON());
|
|
31
29
|
}
|
|
32
30
|
}
|
|
33
31
|
exports.ContactList = ContactList;
|
|
34
|
-
|
|
32
|
+
_ContactList_contactList = new WeakMap();
|
|
35
33
|
//# sourceMappingURL=contactList.js.map
|
package/build/contact/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];
|
|
@@ -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 _Contact_firstname, _Contact_lastname, _Contact_email, _Contact_phone, _Contact_syncPartnerContactRefId, _Contact_contactPersonId;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Contact = exports.ContactFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -29,36 +27,36 @@ class Contact extends abstractEntity_1.AbstractEntity {
|
|
|
29
27
|
constructor(getCustomersContactDataInput) {
|
|
30
28
|
var _a;
|
|
31
29
|
super(getCustomersContactDataInput);
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
30
|
+
_Contact_firstname.set(this, void 0);
|
|
31
|
+
_Contact_lastname.set(this, void 0);
|
|
32
|
+
_Contact_email.set(this, void 0);
|
|
33
|
+
_Contact_phone.set(this, void 0);
|
|
34
|
+
_Contact_syncPartnerContactRefId.set(this, void 0);
|
|
35
|
+
_Contact_contactPersonId.set(this, void 0);
|
|
36
|
+
__classPrivateFieldSet(this, _Contact_firstname, getCustomersContactDataInput[ContactFields.COLUMN_FIRSTNAME], "f");
|
|
37
|
+
__classPrivateFieldSet(this, _Contact_lastname, getCustomersContactDataInput[ContactFields.COLUMN_LASTNAME], "f");
|
|
38
|
+
__classPrivateFieldSet(this, _Contact_email, getCustomersContactDataInput[ContactFields.COLUMN_EMAIL], "f");
|
|
39
|
+
__classPrivateFieldSet(this, _Contact_phone, getCustomersContactDataInput[ContactFields.COLUMN_PHONE], "f");
|
|
40
|
+
__classPrivateFieldSet(this, _Contact_syncPartnerContactRefId, (_a = getCustomersContactDataInput[ContactFields.COLUMN_SYNC_PARTNER_CONTACT_REF_ID]) !== null && _a !== void 0 ? _a : undefined, "f");
|
|
41
|
+
__classPrivateFieldSet(this, _Contact_contactPersonId, getCustomersContactDataInput[ContactFields.COLUMN_CONTACT_PERSON_ID], "f");
|
|
44
42
|
}
|
|
45
43
|
get FirstName() {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
44
|
+
return __classPrivateFieldGet(this, _Contact_firstname, "f");
|
|
47
45
|
}
|
|
48
46
|
get LastName() {
|
|
49
|
-
return __classPrivateFieldGet(this,
|
|
47
|
+
return __classPrivateFieldGet(this, _Contact_lastname, "f");
|
|
50
48
|
}
|
|
51
49
|
get Email() {
|
|
52
|
-
return __classPrivateFieldGet(this,
|
|
50
|
+
return __classPrivateFieldGet(this, _Contact_email, "f");
|
|
53
51
|
}
|
|
54
52
|
get Phone() {
|
|
55
|
-
return __classPrivateFieldGet(this,
|
|
53
|
+
return __classPrivateFieldGet(this, _Contact_phone, "f");
|
|
56
54
|
}
|
|
57
55
|
get SyncPartnerContactRefId() {
|
|
58
|
-
return __classPrivateFieldGet(this,
|
|
56
|
+
return __classPrivateFieldGet(this, _Contact_syncPartnerContactRefId, "f");
|
|
59
57
|
}
|
|
60
58
|
get ContactPersonID() {
|
|
61
|
-
return __classPrivateFieldGet(this,
|
|
59
|
+
return __classPrivateFieldGet(this, _Contact_contactPersonId, "f");
|
|
62
60
|
}
|
|
63
61
|
toJSON() {
|
|
64
62
|
return {
|
|
@@ -73,5 +71,5 @@ class Contact extends abstractEntity_1.AbstractEntity {
|
|
|
73
71
|
}
|
|
74
72
|
}
|
|
75
73
|
exports.Contact = Contact;
|
|
76
|
-
|
|
74
|
+
_Contact_firstname = new WeakMap(), _Contact_lastname = new WeakMap(), _Contact_email = new WeakMap(), _Contact_phone = new WeakMap(), _Contact_syncPartnerContactRefId = new WeakMap(), _Contact_contactPersonId = new WeakMap();
|
|
77
75
|
//# sourceMappingURL=contact.js.map
|