@arrowsphere/api-client 3.28.0 → 3.29.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 +12 -0
- package/build/AbstractHttpClient.d.ts +47 -0
- package/build/AbstractHttpClient.js +80 -0
- package/build/abstractClient.d.ts +3 -19
- package/build/abstractClient.js +9 -25
- 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/entities/program.js +32 -34
- package/build/catalog/entities/programs.js +14 -16
- 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.d.ts +1 -1
- package/build/licenses/entities/findResult.js +37 -39
- 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/entities/getCustomerAccountData.d.ts +48 -0
- package/build/securityScore/entities/getCustomerAccountData.js +111 -0
- package/build/securityScore/entities/getCustomerData.d.ts +51 -0
- package/build/securityScore/entities/getCustomerData.js +117 -0
- package/build/securityScore/entities/getPartnerData.d.ts +45 -0
- package/build/securityScore/entities/getPartnerData.js +102 -0
- package/build/securityScore/index.d.ts +7 -0
- package/build/securityScore/index.js +24 -0
- package/build/securityScore/securityScoreGraphQLClient.d.ts +19 -0
- package/build/securityScore/securityScoreGraphQLClient.js +61 -0
- package/build/securityScore/types/queryArguments.d.ts +108 -0
- package/build/securityScore/types/queryArguments.js +93 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.d.ts +62 -0
- package/build/securityScore/types/securityScoreGraphQLQueries.js +7 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.d.ts +78 -0
- package/build/securityScore/types/securityScoreGraphQLSchemas.js +3 -0
- package/build/securityScore/types/securityScoreGraphQLTypes.d.ts +190 -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 _CustomerContact_reference, _CustomerContact_firstName, _CustomerContact_lastName, _CustomerContact_email, _CustomerContact_phone, _CustomerContact_username, _CustomerContact_type, _CustomerContact_role, _CustomerContact_isActive;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.CustomerContact = exports.CustomerContactFields = exports.CustomerContactTypeEnum = exports.CustomerContactRoleEnum = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -46,51 +44,51 @@ var CustomerContactFields;
|
|
|
46
44
|
class CustomerContact extends abstractEntity_1.AbstractEntity {
|
|
47
45
|
constructor(getCustomerContactDataInput) {
|
|
48
46
|
super(getCustomerContactDataInput);
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
__classPrivateFieldSet(this,
|
|
59
|
-
__classPrivateFieldSet(this,
|
|
60
|
-
__classPrivateFieldSet(this,
|
|
61
|
-
__classPrivateFieldSet(this,
|
|
62
|
-
__classPrivateFieldSet(this,
|
|
63
|
-
__classPrivateFieldSet(this,
|
|
64
|
-
__classPrivateFieldSet(this,
|
|
65
|
-
__classPrivateFieldSet(this,
|
|
66
|
-
__classPrivateFieldSet(this,
|
|
47
|
+
_CustomerContact_reference.set(this, void 0);
|
|
48
|
+
_CustomerContact_firstName.set(this, void 0);
|
|
49
|
+
_CustomerContact_lastName.set(this, void 0);
|
|
50
|
+
_CustomerContact_email.set(this, void 0);
|
|
51
|
+
_CustomerContact_phone.set(this, void 0);
|
|
52
|
+
_CustomerContact_username.set(this, void 0);
|
|
53
|
+
_CustomerContact_type.set(this, void 0);
|
|
54
|
+
_CustomerContact_role.set(this, void 0);
|
|
55
|
+
_CustomerContact_isActive.set(this, void 0);
|
|
56
|
+
__classPrivateFieldSet(this, _CustomerContact_reference, getCustomerContactDataInput[CustomerContactFields.COLUMN_REFERENCE], "f");
|
|
57
|
+
__classPrivateFieldSet(this, _CustomerContact_firstName, getCustomerContactDataInput[CustomerContactFields.COLUMN_FIRST_NAME], "f");
|
|
58
|
+
__classPrivateFieldSet(this, _CustomerContact_lastName, getCustomerContactDataInput[CustomerContactFields.COLUMN_LAST_NAME], "f");
|
|
59
|
+
__classPrivateFieldSet(this, _CustomerContact_email, getCustomerContactDataInput[CustomerContactFields.COLUMN_EMAIL], "f");
|
|
60
|
+
__classPrivateFieldSet(this, _CustomerContact_phone, getCustomerContactDataInput[CustomerContactFields.COLUMN_PHONE], "f");
|
|
61
|
+
__classPrivateFieldSet(this, _CustomerContact_username, getCustomerContactDataInput[CustomerContactFields.COLUMN_USERNAME], "f");
|
|
62
|
+
__classPrivateFieldSet(this, _CustomerContact_type, getCustomerContactDataInput[CustomerContactFields.COLUMN_TYPE], "f");
|
|
63
|
+
__classPrivateFieldSet(this, _CustomerContact_role, getCustomerContactDataInput[CustomerContactFields.COLUMN_ROLE], "f");
|
|
64
|
+
__classPrivateFieldSet(this, _CustomerContact_isActive, getCustomerContactDataInput[CustomerContactFields.COLUMN_IS_ACTIVE], "f");
|
|
67
65
|
}
|
|
68
66
|
get reference() {
|
|
69
|
-
return __classPrivateFieldGet(this,
|
|
67
|
+
return __classPrivateFieldGet(this, _CustomerContact_reference, "f");
|
|
70
68
|
}
|
|
71
69
|
get firstName() {
|
|
72
|
-
return __classPrivateFieldGet(this,
|
|
70
|
+
return __classPrivateFieldGet(this, _CustomerContact_firstName, "f");
|
|
73
71
|
}
|
|
74
72
|
get lastName() {
|
|
75
|
-
return __classPrivateFieldGet(this,
|
|
73
|
+
return __classPrivateFieldGet(this, _CustomerContact_lastName, "f");
|
|
76
74
|
}
|
|
77
75
|
get email() {
|
|
78
|
-
return __classPrivateFieldGet(this,
|
|
76
|
+
return __classPrivateFieldGet(this, _CustomerContact_email, "f");
|
|
79
77
|
}
|
|
80
78
|
get phone() {
|
|
81
|
-
return __classPrivateFieldGet(this,
|
|
79
|
+
return __classPrivateFieldGet(this, _CustomerContact_phone, "f");
|
|
82
80
|
}
|
|
83
81
|
get username() {
|
|
84
|
-
return __classPrivateFieldGet(this,
|
|
82
|
+
return __classPrivateFieldGet(this, _CustomerContact_username, "f");
|
|
85
83
|
}
|
|
86
84
|
get type() {
|
|
87
|
-
return __classPrivateFieldGet(this,
|
|
85
|
+
return __classPrivateFieldGet(this, _CustomerContact_type, "f");
|
|
88
86
|
}
|
|
89
87
|
get role() {
|
|
90
|
-
return __classPrivateFieldGet(this,
|
|
88
|
+
return __classPrivateFieldGet(this, _CustomerContact_role, "f");
|
|
91
89
|
}
|
|
92
90
|
get isActive() {
|
|
93
|
-
return __classPrivateFieldGet(this,
|
|
91
|
+
return __classPrivateFieldGet(this, _CustomerContact_isActive, "f");
|
|
94
92
|
}
|
|
95
93
|
toJSON() {
|
|
96
94
|
return {
|
|
@@ -107,5 +105,5 @@ class CustomerContact extends abstractEntity_1.AbstractEntity {
|
|
|
107
105
|
}
|
|
108
106
|
}
|
|
109
107
|
exports.CustomerContact = CustomerContact;
|
|
110
|
-
|
|
108
|
+
_CustomerContact_reference = new WeakMap(), _CustomerContact_firstName = new WeakMap(), _CustomerContact_lastName = new WeakMap(), _CustomerContact_email = new WeakMap(), _CustomerContact_phone = new WeakMap(), _CustomerContact_username = new WeakMap(), _CustomerContact_type = new WeakMap(), _CustomerContact_role = new WeakMap(), _CustomerContact_isActive = new WeakMap();
|
|
111
109
|
//# sourceMappingURL=customerContact.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 _CustomerContactList_customerContactList;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.CustomerContactList = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -20,16 +18,16 @@ const customerContact_1 = require("./customerContact");
|
|
|
20
18
|
class CustomerContactList extends abstractEntity_1.AbstractEntity {
|
|
21
19
|
constructor(customerContactsDataInput) {
|
|
22
20
|
super(customerContactsDataInput);
|
|
23
|
-
|
|
24
|
-
__classPrivateFieldSet(this,
|
|
21
|
+
_CustomerContactList_customerContactList.set(this, void 0);
|
|
22
|
+
__classPrivateFieldSet(this, _CustomerContactList_customerContactList, customerContactsDataInput.map((customerContact) => new customerContact_1.CustomerContact(customerContact)), "f");
|
|
25
23
|
}
|
|
26
24
|
get customerContactList() {
|
|
27
|
-
return __classPrivateFieldGet(this,
|
|
25
|
+
return __classPrivateFieldGet(this, _CustomerContactList_customerContactList, "f");
|
|
28
26
|
}
|
|
29
27
|
toJSON() {
|
|
30
28
|
return this.customerContactList.map((customerContact) => customerContact.toJSON());
|
|
31
29
|
}
|
|
32
30
|
}
|
|
33
31
|
exports.CustomerContactList = CustomerContactList;
|
|
34
|
-
|
|
32
|
+
_CustomerContactList_customerContactList = new WeakMap();
|
|
35
33
|
//# sourceMappingURL=customerContactList.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 _Details_migration, _Details_domainName, _Details_oracleOnlineKey, _Details_iBMCeId, _Details_maas360ResellerId, _Details_tenantId;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Details = exports.DetailsFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -28,36 +26,36 @@ var DetailsFields;
|
|
|
28
26
|
class Details extends abstractEntity_1.AbstractEntity {
|
|
29
27
|
constructor(getCustomersDetailsDataInput) {
|
|
30
28
|
super(getCustomersDetailsDataInput);
|
|
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
|
+
_Details_migration.set(this, void 0);
|
|
30
|
+
_Details_domainName.set(this, void 0);
|
|
31
|
+
_Details_oracleOnlineKey.set(this, void 0);
|
|
32
|
+
_Details_iBMCeId.set(this, void 0);
|
|
33
|
+
_Details_maas360ResellerId.set(this, void 0);
|
|
34
|
+
_Details_tenantId.set(this, void 0);
|
|
35
|
+
__classPrivateFieldSet(this, _Details_migration, getCustomersDetailsDataInput[DetailsFields.COLUMN_MIGRATION], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _Details_domainName, getCustomersDetailsDataInput[DetailsFields.COLUMN_DOMAIN_NAME], "f");
|
|
37
|
+
__classPrivateFieldSet(this, _Details_oracleOnlineKey, getCustomersDetailsDataInput[DetailsFields.COLUMN_ORACLE_ONLINE_KEY], "f");
|
|
38
|
+
__classPrivateFieldSet(this, _Details_iBMCeId, getCustomersDetailsDataInput[DetailsFields.COLUMN_IBM_CE_ID], "f");
|
|
39
|
+
__classPrivateFieldSet(this, _Details_maas360ResellerId, getCustomersDetailsDataInput[DetailsFields.COLUMN_MASS_360_RESELLER_ID], "f");
|
|
40
|
+
__classPrivateFieldSet(this, _Details_tenantId, getCustomersDetailsDataInput[DetailsFields.COLUMN_TENANT_ID], "f");
|
|
43
41
|
}
|
|
44
42
|
get Migration() {
|
|
45
|
-
return __classPrivateFieldGet(this,
|
|
43
|
+
return __classPrivateFieldGet(this, _Details_migration, "f");
|
|
46
44
|
}
|
|
47
45
|
get DomainName() {
|
|
48
|
-
return __classPrivateFieldGet(this,
|
|
46
|
+
return __classPrivateFieldGet(this, _Details_domainName, "f");
|
|
49
47
|
}
|
|
50
48
|
get OracleOnlineKey() {
|
|
51
|
-
return __classPrivateFieldGet(this,
|
|
49
|
+
return __classPrivateFieldGet(this, _Details_oracleOnlineKey, "f");
|
|
52
50
|
}
|
|
53
51
|
get IBMCeId() {
|
|
54
|
-
return __classPrivateFieldGet(this,
|
|
52
|
+
return __classPrivateFieldGet(this, _Details_iBMCeId, "f");
|
|
55
53
|
}
|
|
56
54
|
get Maas360ResellerId() {
|
|
57
|
-
return __classPrivateFieldGet(this,
|
|
55
|
+
return __classPrivateFieldGet(this, _Details_maas360ResellerId, "f");
|
|
58
56
|
}
|
|
59
57
|
get TenantId() {
|
|
60
|
-
return __classPrivateFieldGet(this,
|
|
58
|
+
return __classPrivateFieldGet(this, _Details_tenantId, "f");
|
|
61
59
|
}
|
|
62
60
|
toJSON() {
|
|
63
61
|
return {
|
|
@@ -71,5 +69,5 @@ class Details extends abstractEntity_1.AbstractEntity {
|
|
|
71
69
|
}
|
|
72
70
|
}
|
|
73
71
|
exports.Details = Details;
|
|
74
|
-
|
|
72
|
+
_Details_migration = new WeakMap(), _Details_domainName = new WeakMap(), _Details_oracleOnlineKey = new WeakMap(), _Details_iBMCeId = new WeakMap(), _Details_maas360ResellerId = new WeakMap(), _Details_tenantId = new WeakMap();
|
|
75
73
|
//# sourceMappingURL=details.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 _DataCustomers_customers;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.DataCustomers = exports.DataCustomersFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -24,11 +22,11 @@ var DataCustomersFields;
|
|
|
24
22
|
class DataCustomers extends abstractEntity_1.AbstractEntity {
|
|
25
23
|
constructor(customersDataInput) {
|
|
26
24
|
super(customersDataInput);
|
|
27
|
-
|
|
28
|
-
__classPrivateFieldSet(this,
|
|
25
|
+
_DataCustomers_customers.set(this, void 0);
|
|
26
|
+
__classPrivateFieldSet(this, _DataCustomers_customers, customersDataInput[DataCustomersFields.COLUMN_CUSTOMERS].map((result) => new customer_1.Customer(result)), "f");
|
|
29
27
|
}
|
|
30
28
|
get customers() {
|
|
31
|
-
return __classPrivateFieldGet(this,
|
|
29
|
+
return __classPrivateFieldGet(this, _DataCustomers_customers, "f");
|
|
32
30
|
}
|
|
33
31
|
toJSON() {
|
|
34
32
|
return {
|
|
@@ -37,5 +35,5 @@ class DataCustomers extends abstractEntity_1.AbstractEntity {
|
|
|
37
35
|
}
|
|
38
36
|
}
|
|
39
37
|
exports.DataCustomers = DataCustomers;
|
|
40
|
-
|
|
38
|
+
_DataCustomers_customers = new WeakMap();
|
|
41
39
|
//# sourceMappingURL=dataCustomers.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 _DataInvitation_code, _DataInvitation_createdAt, _DataInvitation_updatedAt, _DataInvitation_company, _DataInvitation_contact, _DataInvitation_policy;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.DataInvitation = exports.DataInvitationFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../abstractEntity");
|
|
@@ -30,36 +28,36 @@ var DataInvitationFields;
|
|
|
30
28
|
class DataInvitation extends abstractEntity_1.AbstractEntity {
|
|
31
29
|
constructor(getCustomerInvitationDataInput) {
|
|
32
30
|
super(getCustomerInvitationDataInput);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
42
|
-
__classPrivateFieldSet(this,
|
|
43
|
-
__classPrivateFieldSet(this,
|
|
44
|
-
__classPrivateFieldSet(this,
|
|
31
|
+
_DataInvitation_code.set(this, void 0);
|
|
32
|
+
_DataInvitation_createdAt.set(this, void 0);
|
|
33
|
+
_DataInvitation_updatedAt.set(this, void 0);
|
|
34
|
+
_DataInvitation_company.set(this, void 0);
|
|
35
|
+
_DataInvitation_contact.set(this, void 0);
|
|
36
|
+
_DataInvitation_policy.set(this, void 0);
|
|
37
|
+
__classPrivateFieldSet(this, _DataInvitation_code, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CODE], "f");
|
|
38
|
+
__classPrivateFieldSet(this, _DataInvitation_createdAt, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CREATED_AT], "f");
|
|
39
|
+
__classPrivateFieldSet(this, _DataInvitation_updatedAt, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_UPDATED_AT], "f");
|
|
40
|
+
__classPrivateFieldSet(this, _DataInvitation_company, new company_1.Company(getCustomerInvitationDataInput[DataInvitationFields.COLUMN_COMPANY]), "f");
|
|
41
|
+
__classPrivateFieldSet(this, _DataInvitation_contact, new invitationContact_1.InvitationContact(getCustomerInvitationDataInput[DataInvitationFields.COLUMN_CONTACT]), "f");
|
|
42
|
+
__classPrivateFieldSet(this, _DataInvitation_policy, getCustomerInvitationDataInput[DataInvitationFields.COLUMN_POLICY], "f");
|
|
45
43
|
}
|
|
46
44
|
get code() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _DataInvitation_code, "f");
|
|
48
46
|
}
|
|
49
47
|
get createdAt() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _DataInvitation_createdAt, "f");
|
|
51
49
|
}
|
|
52
50
|
get updatedAt() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _DataInvitation_updatedAt, "f");
|
|
54
52
|
}
|
|
55
53
|
get company() {
|
|
56
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _DataInvitation_company, "f");
|
|
57
55
|
}
|
|
58
56
|
get contact() {
|
|
59
|
-
return __classPrivateFieldGet(this,
|
|
57
|
+
return __classPrivateFieldGet(this, _DataInvitation_contact, "f");
|
|
60
58
|
}
|
|
61
59
|
get policy() {
|
|
62
|
-
return __classPrivateFieldGet(this,
|
|
60
|
+
return __classPrivateFieldGet(this, _DataInvitation_policy, "f");
|
|
63
61
|
}
|
|
64
62
|
toJSON() {
|
|
65
63
|
return {
|
|
@@ -73,5 +71,5 @@ class DataInvitation extends abstractEntity_1.AbstractEntity {
|
|
|
73
71
|
}
|
|
74
72
|
}
|
|
75
73
|
exports.DataInvitation = DataInvitation;
|
|
76
|
-
|
|
74
|
+
_DataInvitation_code = new WeakMap(), _DataInvitation_createdAt = new WeakMap(), _DataInvitation_updatedAt = new WeakMap(), _DataInvitation_company = new WeakMap(), _DataInvitation_contact = new WeakMap(), _DataInvitation_policy = new WeakMap();
|
|
77
75
|
//# sourceMappingURL=dataInvitation.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 _Company_reference;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.Company = exports.CompanyFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -23,11 +21,11 @@ var CompanyFields;
|
|
|
23
21
|
class Company extends abstractEntity_1.AbstractEntity {
|
|
24
22
|
constructor(getCustomersCompanyDataInput) {
|
|
25
23
|
super(getCustomersCompanyDataInput);
|
|
26
|
-
|
|
27
|
-
__classPrivateFieldSet(this,
|
|
24
|
+
_Company_reference.set(this, void 0);
|
|
25
|
+
__classPrivateFieldSet(this, _Company_reference, getCustomersCompanyDataInput[CompanyFields.COLUMN_REFERENCE], "f");
|
|
28
26
|
}
|
|
29
27
|
get reference() {
|
|
30
|
-
return __classPrivateFieldGet(this,
|
|
28
|
+
return __classPrivateFieldGet(this, _Company_reference, "f");
|
|
31
29
|
}
|
|
32
30
|
toJSON() {
|
|
33
31
|
return {
|
|
@@ -36,5 +34,5 @@ class Company extends abstractEntity_1.AbstractEntity {
|
|
|
36
34
|
}
|
|
37
35
|
}
|
|
38
36
|
exports.Company = Company;
|
|
39
|
-
|
|
37
|
+
_Company_reference = new WeakMap();
|
|
40
38
|
//# sourceMappingURL=company.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 _InvitationContact_reference, _InvitationContact_username, _InvitationContact_firstname, _InvitationContact_lastname, _InvitationContact_email;
|
|
16
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
15
|
exports.InvitationContact = exports.InvitationContactFields = void 0;
|
|
18
16
|
const abstractEntity_1 = require("../../../../abstractEntity");
|
|
@@ -29,31 +27,31 @@ exports.InvitationContactFields = {
|
|
|
29
27
|
class InvitationContact extends abstractEntity_1.AbstractEntity {
|
|
30
28
|
constructor(getCustomersContactDataInput) {
|
|
31
29
|
super(getCustomersContactDataInput);
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
__classPrivateFieldSet(this,
|
|
38
|
-
__classPrivateFieldSet(this,
|
|
39
|
-
__classPrivateFieldSet(this,
|
|
40
|
-
__classPrivateFieldSet(this,
|
|
41
|
-
__classPrivateFieldSet(this,
|
|
30
|
+
_InvitationContact_reference.set(this, void 0);
|
|
31
|
+
_InvitationContact_username.set(this, void 0);
|
|
32
|
+
_InvitationContact_firstname.set(this, void 0);
|
|
33
|
+
_InvitationContact_lastname.set(this, void 0);
|
|
34
|
+
_InvitationContact_email.set(this, void 0);
|
|
35
|
+
__classPrivateFieldSet(this, _InvitationContact_reference, getCustomersContactDataInput[exports.InvitationContactFields.COLUMN_REFERENCE], "f");
|
|
36
|
+
__classPrivateFieldSet(this, _InvitationContact_firstname, getCustomersContactDataInput[shared_1.SharedContactFields.COLUMN_FIRSTNAME], "f");
|
|
37
|
+
__classPrivateFieldSet(this, _InvitationContact_username, getCustomersContactDataInput[exports.InvitationContactFields.COLUMN_USERNAME], "f");
|
|
38
|
+
__classPrivateFieldSet(this, _InvitationContact_lastname, getCustomersContactDataInput[shared_1.SharedContactFields.COLUMN_LASTNAME], "f");
|
|
39
|
+
__classPrivateFieldSet(this, _InvitationContact_email, getCustomersContactDataInput[shared_1.SharedContactFields.COLUMN_EMAIL], "f");
|
|
42
40
|
}
|
|
43
41
|
get reference() {
|
|
44
|
-
return __classPrivateFieldGet(this,
|
|
42
|
+
return __classPrivateFieldGet(this, _InvitationContact_reference, "f");
|
|
45
43
|
}
|
|
46
44
|
get username() {
|
|
47
|
-
return __classPrivateFieldGet(this,
|
|
45
|
+
return __classPrivateFieldGet(this, _InvitationContact_username, "f");
|
|
48
46
|
}
|
|
49
47
|
get firstName() {
|
|
50
|
-
return __classPrivateFieldGet(this,
|
|
48
|
+
return __classPrivateFieldGet(this, _InvitationContact_firstname, "f");
|
|
51
49
|
}
|
|
52
50
|
get lastName() {
|
|
53
|
-
return __classPrivateFieldGet(this,
|
|
51
|
+
return __classPrivateFieldGet(this, _InvitationContact_lastname, "f");
|
|
54
52
|
}
|
|
55
53
|
get email() {
|
|
56
|
-
return __classPrivateFieldGet(this,
|
|
54
|
+
return __classPrivateFieldGet(this, _InvitationContact_email, "f");
|
|
57
55
|
}
|
|
58
56
|
toJSON() {
|
|
59
57
|
return {
|
|
@@ -66,5 +64,5 @@ class InvitationContact extends abstractEntity_1.AbstractEntity {
|
|
|
66
64
|
}
|
|
67
65
|
}
|
|
68
66
|
exports.InvitationContact = InvitationContact;
|
|
69
|
-
|
|
67
|
+
_InvitationContact_reference = new WeakMap(), _InvitationContact_username = new WeakMap(), _InvitationContact_firstname = new WeakMap(), _InvitationContact_lastname = new WeakMap(), _InvitationContact_email = new WeakMap();
|
|
70
68
|
//# sourceMappingURL=invitationContact.js.map
|
package/build/customers/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];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HandleHttpExceptionOutput } from './HandleHttpExceptionOutput';
|
|
2
|
+
import { Hooks } from './Hooks';
|
|
3
|
+
import { PublicApiClientException } from '../publicApiClientException';
|
|
4
|
+
/**
|
|
5
|
+
* Implementations can be outside of this project to inject other dependencies.
|
|
6
|
+
*/
|
|
7
|
+
export interface HttpExceptionHandler {
|
|
8
|
+
handle(error: PublicApiClientException, hooks: Hooks): Promise<HandleHttpExceptionOutput>;
|
|
9
|
+
getHandledHttpStatuses(): number[];
|
|
10
|
+
}
|