yellowgrid-api-ts 3.0.84-dev.0 → 3.0.84
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/.openapi-generator/FILES +190 -208
- package/README.md +7 -34
- package/api.ts +253 -1798
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/config.json +3 -3
- package/configuration.ts +1 -1
- package/dist/api.d.ts +163 -1316
- package/dist/api.js +201 -1079
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AccountsApi.md +0 -103
- package/docs/Class3CXApi.md +55 -0
- package/docs/ClientDetailsModel.md +2 -0
- package/docs/{ShippingServicesModel.md → GetGetPasswordHash200Response.md} +5 -5
- package/docs/ItemDTO.md +4 -10
- package/docs/OrderSummaryDTO.md +0 -8
- package/docs/OrderTotalModel.md +0 -2
- package/docs/OrdersApi.md +4 -301
- package/docs/ProductSearchResultsModel.md +1 -1
- package/docs/{ProductSummaryDTO.md → ProductSummaryModel.md} +3 -5
- package/docs/ProductsApi.md +35 -166
- package/docs/ProvisioningApi.md +4 -4
- package/docs/{ProvisioningModel.md → ProvisioningEntity.md} +3 -3
- package/docs/ShipmentEntity.md +2 -2
- package/docs/StockManagementApi.md +2 -2
- package/docs/TcxBackupModel.md +2 -0
- package/docs/TcxSbcModel.md +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/AbstractOrderRequestDTO.md +0 -33
- package/docs/AccountDetailedSummaryDTO.md +0 -35
- package/docs/AdminItemRequestDTO.md +0 -37
- package/docs/AdminOrderRequestDTO.md +0 -41
- package/docs/AdminUserModel.md +0 -31
- package/docs/BasicItemDTO.md +0 -23
- package/docs/BasicProductDTO.md +0 -23
- package/docs/CourierPriceEntity.md +0 -39
- package/docs/CustomerItemRequestDTO.md +0 -33
- package/docs/CustomerOrderRequestDTO.md +0 -33
- package/docs/LinkedOrderEntity.md +0 -23
- package/docs/NavigationItemModel.md +0 -27
- package/docs/ShippingApi.md +0 -63
- package/docs/ShippingConsignmentModel.md +0 -26
- package/docs/ShippingInformationDTO.md +0 -25
- package/docs/ShippingServiceDTO.md +0 -23
- package/docs/ShippingServiceModel.md +0 -31
- package/docs/SubNavigationItemModel.md +0 -25
- package/docs/TcxSbcDTO.md +0 -31
package/dist/api.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Yellowgrid
|
|
6
|
-
* Welcome to the Yellowgrid API documentation.
|
|
6
|
+
* Welcome to the Yellowgrid API documentation. This API provides secure and comprehensive access to the Yellowgrid platform, enabling developers and integrators to manage accounts, contacts, SIP trunks, SMS messaging, 3CX integrations, and provisioning services. ## Key Features: - **Accounts**: View and manage account details, contacts, client credentials, and verification. - **Provisioning**: Automate setup and configuration of devices and groups. - **SIP Trunks**: Manage trunk creation, changes, DDIs, diverts, and configuration. - **Messaging**: Send SMS messages securely via the messaging gateway. - **3CX Integrations**: Automate licence handling, installation, and multi-tenant setup. ## Authentication: The API supports OAuth 2.0 for authentication and authorization. Ensure you use a valid bearer token for all authenticated endpoints. ## Base URL: `http://api.yellowgrid.local` For questions or technical support, please contact support@yellowgrid.co.uk.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 0
|
|
9
9
|
*
|
|
@@ -84,22 +84,15 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
84
84
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
85
|
};
|
|
86
86
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87
|
-
exports.Class3CXMultiTenantApi = exports.Class3CXMultiTenantApiFactory = exports.Class3CXMultiTenantApiFp = exports.Class3CXMultiTenantApiAxiosParamCreator = exports.GetGetPriceSchoolTypeEnum = exports.GetGetPriceLicenceTypeEnum = exports.Class3CXIntegrationsApi = exports.Class3CXIntegrationsApiFactory = exports.Class3CXIntegrationsApiFp = exports.Class3CXIntegrationsApiAxiosParamCreator = exports.PostResizeInstanceSizeEnum = exports.PostFailoverInstanceTypeEnum = exports.GetGetInstallationsHostingEnum = exports.GetGetInstallationsStatusEnum = exports.Class3CXInstallationsApi = exports.Class3CXInstallationsApiFactory = exports.Class3CXInstallationsApiFp = exports.Class3CXInstallationsApiAxiosParamCreator = exports.Class3CXInstallationWizardApi = exports.Class3CXInstallationWizardApiFactory = exports.Class3CXInstallationWizardApiFp = exports.Class3CXInstallationWizardApiAxiosParamCreator = exports.Class3CXApi = exports.Class3CXApiFactory = exports.Class3CXApiFp = exports.Class3CXApiAxiosParamCreator = exports.AccountsApi = exports.AccountsApiFactory = exports.AccountsApiFp = exports.AccountsApiAxiosParamCreator = exports.UpgradeRequestModelSchoolTypeEnum = exports.UpgradeRequestModelLicenceTypeEnum = exports.TcxWizardModelInstallationStatusEnum = exports.TcxWizardModelInstallTypeEnum = exports.TcxSetupEntityInstallTypeEnum = exports.TcxMultiTenantModelPackageEnum = exports.StockOrderModelPaidEnum = exports.StockOrderModelDeliveryMethodEnum = exports.SmsResponseModelEventTypeEnum = exports.SmsPhoneNumberModelStatusEnum = exports.SipTrunkChangeResponseModelTypeEnum = exports.
|
|
88
|
-
exports.
|
|
89
|
-
exports.PostAddWebhookWebhookUriEnum = exports.WebhooksApi = exports.WebhooksApiFactory = exports.WebhooksApiFp = exports.WebhooksApiAxiosParamCreator = exports.TicketsApi = exports.TicketsApiFactory = exports.TicketsApiFp = exports.TicketsApiAxiosParamCreator = exports.SystemApi =
|
|
87
|
+
exports.MyPBXToolsApiFp = exports.MyPBXToolsApiAxiosParamCreator = exports.GetGetTenantsStatusEnum = exports.Class3CXMultiTenantApi = exports.Class3CXMultiTenantApiFactory = exports.Class3CXMultiTenantApiFp = exports.Class3CXMultiTenantApiAxiosParamCreator = exports.GetGetPriceSchoolTypeEnum = exports.GetGetPriceLicenceTypeEnum = exports.Class3CXIntegrationsApi = exports.Class3CXIntegrationsApiFactory = exports.Class3CXIntegrationsApiFp = exports.Class3CXIntegrationsApiAxiosParamCreator = exports.PostResizeInstanceSizeEnum = exports.PostFailoverInstanceTypeEnum = exports.GetGetInstallationsHostingEnum = exports.GetGetInstallationsStatusEnum = exports.Class3CXInstallationsApi = exports.Class3CXInstallationsApiFactory = exports.Class3CXInstallationsApiFp = exports.Class3CXInstallationsApiAxiosParamCreator = exports.Class3CXInstallationWizardApi = exports.Class3CXInstallationWizardApiFactory = exports.Class3CXInstallationWizardApiFp = exports.Class3CXInstallationWizardApiAxiosParamCreator = exports.Class3CXApi = exports.Class3CXApiFactory = exports.Class3CXApiFp = exports.Class3CXApiAxiosParamCreator = exports.AccountsApi = exports.AccountsApiFactory = exports.AccountsApiFp = exports.AccountsApiAxiosParamCreator = exports.UpgradeRequestModelSchoolTypeEnum = exports.UpgradeRequestModelLicenceTypeEnum = exports.TcxWizardModelInstallationStatusEnum = exports.TcxWizardModelInstallTypeEnum = exports.TcxSetupEntityInstallTypeEnum = exports.TcxMultiTenantModelPackageEnum = exports.StockOrderModelPaidEnum = exports.StockOrderModelDeliveryMethodEnum = exports.SmsResponseModelEventTypeEnum = exports.SmsPhoneNumberModelStatusEnum = exports.SipTrunkChangeResponseModelTypeEnum = exports.OrderTotalModelCurrencyEnum = exports.OrderRequestModelSchoolTypeEnum = exports.OrderRequestModelLicenceTypeEnum = exports.MultiTenantChangeResponseModelTypeEnum = exports.HostingChangeResponseModelTypeEnum = exports.DivertResponseModelStatusEnum = void 0;
|
|
88
|
+
exports.SystemApiFactory = exports.SystemApiFp = exports.SystemApiAxiosParamCreator = exports.StockManagementApi = exports.StockManagementApiFactory = exports.StockManagementApiFp = exports.StockManagementApiAxiosParamCreator = exports.SMSApi = exports.SMSApiFactory = exports.SMSApiFp = exports.SMSApiAxiosParamCreator = exports.SIPTrunksApi = exports.SIPTrunksApiFactory = exports.SIPTrunksApiFp = exports.SIPTrunksApiAxiosParamCreator = exports.ProvisioningApi = exports.ProvisioningApiFactory = exports.ProvisioningApiFp = exports.ProvisioningApiAxiosParamCreator = exports.GetGetLegacyStockListFormatEnum = exports.ProductsApi = exports.ProductsApiFactory = exports.ProductsApiFp = exports.ProductsApiAxiosParamCreator = exports.PostSendPriceListCategoryEnum = exports.PostSendPriceListFormatEnum = exports.PostSendPriceListTypeEnum = exports.GetGetPriceListCategoryEnum = exports.GetGetPriceListFormatEnum = exports.GetGetPriceListTypeEnum = exports.PricingApi = exports.PricingApiFactory = exports.PricingApiFp = exports.PricingApiAxiosParamCreator = exports.GetGetOrdersFilterEnum = exports.GetGetOrdersStatusEnum = exports.OrdersApi = exports.OrdersApiFactory = exports.OrdersApiFp = exports.OrdersApiAxiosParamCreator = exports.PostAuthoriseScopeEnum = exports.PostAccessTokenTokenExchangeTypeEnum = exports.PostAccessTokenScopeEnum = exports.PostAccessTokenGrantTypeEnum = exports.OAuth20Api = exports.OAuth20ApiFactory = exports.OAuth20ApiFp = exports.OAuth20ApiAxiosParamCreator = exports.MyPBXToolsApi = exports.MyPBXToolsApiFactory = void 0;
|
|
89
|
+
exports.PostAddWebhookWebhookUriEnum = exports.WebhooksApi = exports.WebhooksApiFactory = exports.WebhooksApiFp = exports.WebhooksApiAxiosParamCreator = exports.TicketsApi = exports.TicketsApiFactory = exports.TicketsApiFp = exports.TicketsApiAxiosParamCreator = exports.SystemApi = void 0;
|
|
90
90
|
var axios_1 = require("axios");
|
|
91
91
|
// Some imports not used depending on template conditions
|
|
92
92
|
// @ts-ignore
|
|
93
93
|
var common_1 = require("./common");
|
|
94
94
|
// @ts-ignore
|
|
95
95
|
var base_1 = require("./base");
|
|
96
|
-
exports.AdminUserModelRoleEnum = {
|
|
97
|
-
NUMBER_0: 0,
|
|
98
|
-
NUMBER_1: 1,
|
|
99
|
-
NUMBER_2: 2,
|
|
100
|
-
NUMBER_3: 3,
|
|
101
|
-
NUMBER_4: 4
|
|
102
|
-
};
|
|
103
96
|
exports.DivertResponseModelStatusEnum = {
|
|
104
97
|
Enabled: 'enabled',
|
|
105
98
|
Disabled: 'disabled'
|
|
@@ -165,16 +158,6 @@ exports.OrderTotalModelCurrencyEnum = {
|
|
|
165
158
|
Thb: 'THB',
|
|
166
159
|
Zar: 'ZAR'
|
|
167
160
|
};
|
|
168
|
-
exports.ShippingServiceDTOCourierEnum = {
|
|
169
|
-
Dpd: 'DPD',
|
|
170
|
-
ChorltonPallet: 'Chorlton Pallet',
|
|
171
|
-
Pops: 'POPS'
|
|
172
|
-
};
|
|
173
|
-
exports.ShippingServiceModelCourierEnum = {
|
|
174
|
-
Dpd: 'DPD',
|
|
175
|
-
ChorltonPallet: 'Chorlton Pallet',
|
|
176
|
-
Pops: 'POPS'
|
|
177
|
-
};
|
|
178
161
|
exports.SipTrunkChangeResponseModelTypeEnum = {
|
|
179
162
|
NewTrunk: 'New Trunk',
|
|
180
163
|
AvailableTrunk: 'Available Trunk',
|
|
@@ -408,43 +391,6 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
408
391
|
});
|
|
409
392
|
});
|
|
410
393
|
},
|
|
411
|
-
/**
|
|
412
|
-
* Get Account Detailed Summary
|
|
413
|
-
* @summary Get Account Detailed Summary
|
|
414
|
-
* @param {number} id Customer ID
|
|
415
|
-
* @param {*} [options] Override http request option.
|
|
416
|
-
* @throws {RequiredError}
|
|
417
|
-
*/
|
|
418
|
-
getGetAccountDetailedSummary: function (id_1) {
|
|
419
|
-
var args_1 = [];
|
|
420
|
-
for (var _i = 1; _i < arguments.length; _i++) {
|
|
421
|
-
args_1[_i - 1] = arguments[_i];
|
|
422
|
-
}
|
|
423
|
-
return __awaiter(_this, __spreadArray([id_1], args_1, true), void 0, function (id, options) {
|
|
424
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
425
|
-
if (options === void 0) { options = {}; }
|
|
426
|
-
return __generator(this, function (_a) {
|
|
427
|
-
// verify required parameter 'id' is not null or undefined
|
|
428
|
-
(0, common_1.assertParamExists)('getGetAccountDetailedSummary', 'id', id);
|
|
429
|
-
localVarPath = "/accounts/{id}/summary"
|
|
430
|
-
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
431
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
432
|
-
if (configuration) {
|
|
433
|
-
baseOptions = configuration.baseOptions;
|
|
434
|
-
}
|
|
435
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
436
|
-
localVarHeaderParameter = {};
|
|
437
|
-
localVarQueryParameter = {};
|
|
438
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
439
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
440
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
441
|
-
return [2 /*return*/, {
|
|
442
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
443
|
-
options: localVarRequestOptions,
|
|
444
|
-
}];
|
|
445
|
-
});
|
|
446
|
-
});
|
|
447
|
-
},
|
|
448
394
|
/**
|
|
449
395
|
* Get Accounts
|
|
450
396
|
* @summary Get Accounts
|
|
@@ -748,39 +694,6 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
748
694
|
});
|
|
749
695
|
});
|
|
750
696
|
},
|
|
751
|
-
/**
|
|
752
|
-
* Get Admin Account
|
|
753
|
-
* @summary Get Admin Account
|
|
754
|
-
* @param {*} [options] Override http request option.
|
|
755
|
-
* @throws {RequiredError}
|
|
756
|
-
*/
|
|
757
|
-
postGetAdminAccount: function () {
|
|
758
|
-
var args_1 = [];
|
|
759
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
760
|
-
args_1[_i] = arguments[_i];
|
|
761
|
-
}
|
|
762
|
-
return __awaiter(_this, __spreadArray([], args_1, true), void 0, function (options) {
|
|
763
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
764
|
-
if (options === void 0) { options = {}; }
|
|
765
|
-
return __generator(this, function (_a) {
|
|
766
|
-
localVarPath = "/admin/me";
|
|
767
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
768
|
-
if (configuration) {
|
|
769
|
-
baseOptions = configuration.baseOptions;
|
|
770
|
-
}
|
|
771
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
772
|
-
localVarHeaderParameter = {};
|
|
773
|
-
localVarQueryParameter = {};
|
|
774
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
775
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
776
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
777
|
-
return [2 /*return*/, {
|
|
778
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
779
|
-
options: localVarRequestOptions,
|
|
780
|
-
}];
|
|
781
|
-
});
|
|
782
|
-
});
|
|
783
|
-
},
|
|
784
697
|
/**
|
|
785
698
|
* Create client credentials
|
|
786
699
|
* @summary Create client credentials
|
|
@@ -1079,29 +992,6 @@ var AccountsApiFp = function (configuration) {
|
|
|
1079
992
|
});
|
|
1080
993
|
});
|
|
1081
994
|
},
|
|
1082
|
-
/**
|
|
1083
|
-
* Get Account Detailed Summary
|
|
1084
|
-
* @summary Get Account Detailed Summary
|
|
1085
|
-
* @param {number} id Customer ID
|
|
1086
|
-
* @param {*} [options] Override http request option.
|
|
1087
|
-
* @throws {RequiredError}
|
|
1088
|
-
*/
|
|
1089
|
-
getGetAccountDetailedSummary: function (id, options) {
|
|
1090
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1091
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
1092
|
-
var _a, _b, _c;
|
|
1093
|
-
return __generator(this, function (_d) {
|
|
1094
|
-
switch (_d.label) {
|
|
1095
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetAccountDetailedSummary(id, options)];
|
|
1096
|
-
case 1:
|
|
1097
|
-
localVarAxiosArgs = _d.sent();
|
|
1098
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1099
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccountsApi.getGetAccountDetailedSummary']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1100
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
1101
|
-
}
|
|
1102
|
-
});
|
|
1103
|
-
});
|
|
1104
|
-
},
|
|
1105
995
|
/**
|
|
1106
996
|
* Get Accounts
|
|
1107
997
|
* @summary Get Accounts
|
|
@@ -1287,28 +1177,6 @@ var AccountsApiFp = function (configuration) {
|
|
|
1287
1177
|
});
|
|
1288
1178
|
});
|
|
1289
1179
|
},
|
|
1290
|
-
/**
|
|
1291
|
-
* Get Admin Account
|
|
1292
|
-
* @summary Get Admin Account
|
|
1293
|
-
* @param {*} [options] Override http request option.
|
|
1294
|
-
* @throws {RequiredError}
|
|
1295
|
-
*/
|
|
1296
|
-
postGetAdminAccount: function (options) {
|
|
1297
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1298
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
1299
|
-
var _a, _b, _c;
|
|
1300
|
-
return __generator(this, function (_d) {
|
|
1301
|
-
switch (_d.label) {
|
|
1302
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postGetAdminAccount(options)];
|
|
1303
|
-
case 1:
|
|
1304
|
-
localVarAxiosArgs = _d.sent();
|
|
1305
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1306
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccountsApi.postGetAdminAccount']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1307
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
1308
|
-
}
|
|
1309
|
-
});
|
|
1310
|
-
});
|
|
1311
|
-
},
|
|
1312
1180
|
/**
|
|
1313
1181
|
* Create client credentials
|
|
1314
1182
|
* @summary Create client credentials
|
|
@@ -1476,16 +1344,6 @@ var AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
1476
1344
|
getGetAccountContacts: function (email, options) {
|
|
1477
1345
|
return localVarFp.getGetAccountContacts(email, options).then(function (request) { return request(axios, basePath); });
|
|
1478
1346
|
},
|
|
1479
|
-
/**
|
|
1480
|
-
* Get Account Detailed Summary
|
|
1481
|
-
* @summary Get Account Detailed Summary
|
|
1482
|
-
* @param {number} id Customer ID
|
|
1483
|
-
* @param {*} [options] Override http request option.
|
|
1484
|
-
* @throws {RequiredError}
|
|
1485
|
-
*/
|
|
1486
|
-
getGetAccountDetailedSummary: function (id, options) {
|
|
1487
|
-
return localVarFp.getGetAccountDetailedSummary(id, options).then(function (request) { return request(axios, basePath); });
|
|
1488
|
-
},
|
|
1489
1347
|
/**
|
|
1490
1348
|
* Get Accounts
|
|
1491
1349
|
* @summary Get Accounts
|
|
@@ -1567,15 +1425,6 @@ var AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
1567
1425
|
postGetAccounts: function (accountRequestModel, options) {
|
|
1568
1426
|
return localVarFp.postGetAccounts(accountRequestModel, options).then(function (request) { return request(axios, basePath); });
|
|
1569
1427
|
},
|
|
1570
|
-
/**
|
|
1571
|
-
* Get Admin Account
|
|
1572
|
-
* @summary Get Admin Account
|
|
1573
|
-
* @param {*} [options] Override http request option.
|
|
1574
|
-
* @throws {RequiredError}
|
|
1575
|
-
*/
|
|
1576
|
-
postGetAdminAccount: function (options) {
|
|
1577
|
-
return localVarFp.postGetAdminAccount(options).then(function (request) { return request(axios, basePath); });
|
|
1578
|
-
},
|
|
1579
1428
|
/**
|
|
1580
1429
|
* Create client credentials
|
|
1581
1430
|
* @summary Create client credentials
|
|
@@ -1690,18 +1539,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1690
1539
|
var _this = this;
|
|
1691
1540
|
return (0, exports.AccountsApiFp)(this.configuration).getGetAccountContacts(email, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1692
1541
|
};
|
|
1693
|
-
/**
|
|
1694
|
-
* Get Account Detailed Summary
|
|
1695
|
-
* @summary Get Account Detailed Summary
|
|
1696
|
-
* @param {number} id Customer ID
|
|
1697
|
-
* @param {*} [options] Override http request option.
|
|
1698
|
-
* @throws {RequiredError}
|
|
1699
|
-
* @memberof AccountsApi
|
|
1700
|
-
*/
|
|
1701
|
-
AccountsApi.prototype.getGetAccountDetailedSummary = function (id, options) {
|
|
1702
|
-
var _this = this;
|
|
1703
|
-
return (0, exports.AccountsApiFp)(this.configuration).getGetAccountDetailedSummary(id, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1704
|
-
};
|
|
1705
1542
|
/**
|
|
1706
1543
|
* Get Accounts
|
|
1707
1544
|
* @summary Get Accounts
|
|
@@ -1799,17 +1636,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1799
1636
|
var _this = this;
|
|
1800
1637
|
return (0, exports.AccountsApiFp)(this.configuration).postGetAccounts(accountRequestModel, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1801
1638
|
};
|
|
1802
|
-
/**
|
|
1803
|
-
* Get Admin Account
|
|
1804
|
-
* @summary Get Admin Account
|
|
1805
|
-
* @param {*} [options] Override http request option.
|
|
1806
|
-
* @throws {RequiredError}
|
|
1807
|
-
* @memberof AccountsApi
|
|
1808
|
-
*/
|
|
1809
|
-
AccountsApi.prototype.postGetAdminAccount = function (options) {
|
|
1810
|
-
var _this = this;
|
|
1811
|
-
return (0, exports.AccountsApiFp)(this.configuration).postGetAdminAccount(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1812
|
-
};
|
|
1813
1639
|
/**
|
|
1814
1640
|
* Create client credentials
|
|
1815
1641
|
* @summary Create client credentials
|
|
@@ -1922,6 +1748,45 @@ var Class3CXApiAxiosParamCreator = function (configuration) {
|
|
|
1922
1748
|
});
|
|
1923
1749
|
});
|
|
1924
1750
|
},
|
|
1751
|
+
/**
|
|
1752
|
+
* Generate a 3CX hashed password for 3CX installation
|
|
1753
|
+
* @summary Convert a password to a hashed 3CX password
|
|
1754
|
+
* @param {string} password Desired 3CX web access password
|
|
1755
|
+
* @param {*} [options] Override http request option.
|
|
1756
|
+
* @throws {RequiredError}
|
|
1757
|
+
*/
|
|
1758
|
+
getGetPasswordHash: function (password_1) {
|
|
1759
|
+
var args_1 = [];
|
|
1760
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
1761
|
+
args_1[_i - 1] = arguments[_i];
|
|
1762
|
+
}
|
|
1763
|
+
return __awaiter(_this, __spreadArray([password_1], args_1, true), void 0, function (password, options) {
|
|
1764
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
1765
|
+
if (options === void 0) { options = {}; }
|
|
1766
|
+
return __generator(this, function (_a) {
|
|
1767
|
+
// verify required parameter 'password' is not null or undefined
|
|
1768
|
+
(0, common_1.assertParamExists)('getGetPasswordHash', 'password', password);
|
|
1769
|
+
localVarPath = "/tcx/pwd2hash";
|
|
1770
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1771
|
+
if (configuration) {
|
|
1772
|
+
baseOptions = configuration.baseOptions;
|
|
1773
|
+
}
|
|
1774
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1775
|
+
localVarHeaderParameter = {};
|
|
1776
|
+
localVarQueryParameter = {};
|
|
1777
|
+
if (password !== undefined) {
|
|
1778
|
+
localVarQueryParameter['password'] = password;
|
|
1779
|
+
}
|
|
1780
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1781
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1782
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1783
|
+
return [2 /*return*/, {
|
|
1784
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1785
|
+
options: localVarRequestOptions,
|
|
1786
|
+
}];
|
|
1787
|
+
});
|
|
1788
|
+
});
|
|
1789
|
+
},
|
|
1925
1790
|
/**
|
|
1926
1791
|
* Get Bulk 3CX Licence Details
|
|
1927
1792
|
* @summary Get bulk 3CX Licence Details
|
|
@@ -1991,6 +1856,29 @@ var Class3CXApiFp = function (configuration) {
|
|
|
1991
1856
|
});
|
|
1992
1857
|
});
|
|
1993
1858
|
},
|
|
1859
|
+
/**
|
|
1860
|
+
* Generate a 3CX hashed password for 3CX installation
|
|
1861
|
+
* @summary Convert a password to a hashed 3CX password
|
|
1862
|
+
* @param {string} password Desired 3CX web access password
|
|
1863
|
+
* @param {*} [options] Override http request option.
|
|
1864
|
+
* @throws {RequiredError}
|
|
1865
|
+
*/
|
|
1866
|
+
getGetPasswordHash: function (password, options) {
|
|
1867
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1868
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
1869
|
+
var _a, _b, _c;
|
|
1870
|
+
return __generator(this, function (_d) {
|
|
1871
|
+
switch (_d.label) {
|
|
1872
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetPasswordHash(password, options)];
|
|
1873
|
+
case 1:
|
|
1874
|
+
localVarAxiosArgs = _d.sent();
|
|
1875
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1876
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['Class3CXApi.getGetPasswordHash']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1877
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
1878
|
+
}
|
|
1879
|
+
});
|
|
1880
|
+
});
|
|
1881
|
+
},
|
|
1994
1882
|
/**
|
|
1995
1883
|
* Get Bulk 3CX Licence Details
|
|
1996
1884
|
* @summary Get bulk 3CX Licence Details
|
|
@@ -2034,6 +1922,16 @@ var Class3CXApiFactory = function (configuration, basePath, axios) {
|
|
|
2034
1922
|
getGetLicenceDetails: function (key, options) {
|
|
2035
1923
|
return localVarFp.getGetLicenceDetails(key, options).then(function (request) { return request(axios, basePath); });
|
|
2036
1924
|
},
|
|
1925
|
+
/**
|
|
1926
|
+
* Generate a 3CX hashed password for 3CX installation
|
|
1927
|
+
* @summary Convert a password to a hashed 3CX password
|
|
1928
|
+
* @param {string} password Desired 3CX web access password
|
|
1929
|
+
* @param {*} [options] Override http request option.
|
|
1930
|
+
* @throws {RequiredError}
|
|
1931
|
+
*/
|
|
1932
|
+
getGetPasswordHash: function (password, options) {
|
|
1933
|
+
return localVarFp.getGetPasswordHash(password, options).then(function (request) { return request(axios, basePath); });
|
|
1934
|
+
},
|
|
2037
1935
|
/**
|
|
2038
1936
|
* Get Bulk 3CX Licence Details
|
|
2039
1937
|
* @summary Get bulk 3CX Licence Details
|
|
@@ -2070,6 +1968,18 @@ var Class3CXApi = /** @class */ (function (_super) {
|
|
|
2070
1968
|
var _this = this;
|
|
2071
1969
|
return (0, exports.Class3CXApiFp)(this.configuration).getGetLicenceDetails(key, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
2072
1970
|
};
|
|
1971
|
+
/**
|
|
1972
|
+
* Generate a 3CX hashed password for 3CX installation
|
|
1973
|
+
* @summary Convert a password to a hashed 3CX password
|
|
1974
|
+
* @param {string} password Desired 3CX web access password
|
|
1975
|
+
* @param {*} [options] Override http request option.
|
|
1976
|
+
* @throws {RequiredError}
|
|
1977
|
+
* @memberof Class3CXApi
|
|
1978
|
+
*/
|
|
1979
|
+
Class3CXApi.prototype.getGetPasswordHash = function (password, options) {
|
|
1980
|
+
var _this = this;
|
|
1981
|
+
return (0, exports.Class3CXApiFp)(this.configuration).getGetPasswordHash(password, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
1982
|
+
};
|
|
2073
1983
|
/**
|
|
2074
1984
|
* Get Bulk 3CX Licence Details
|
|
2075
1985
|
* @summary Get bulk 3CX Licence Details
|
|
@@ -7331,12 +7241,11 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
7331
7241
|
return {
|
|
7332
7242
|
/**
|
|
7333
7243
|
* Delete Orders
|
|
7334
|
-
* @summary Delete Orders
|
|
7335
7244
|
* @param {number} id Order ID
|
|
7336
7245
|
* @param {*} [options] Override http request option.
|
|
7337
7246
|
* @throws {RequiredError}
|
|
7338
7247
|
*/
|
|
7339
|
-
|
|
7248
|
+
deleteDeleteOrder: function (id_1) {
|
|
7340
7249
|
var args_1 = [];
|
|
7341
7250
|
for (var _i = 1; _i < arguments.length; _i++) {
|
|
7342
7251
|
args_1[_i - 1] = arguments[_i];
|
|
@@ -7346,7 +7255,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
7346
7255
|
if (options === void 0) { options = {}; }
|
|
7347
7256
|
return __generator(this, function (_a) {
|
|
7348
7257
|
// verify required parameter 'id' is not null or undefined
|
|
7349
|
-
(0, common_1.assertParamExists)('
|
|
7258
|
+
(0, common_1.assertParamExists)('deleteDeleteOrder', 'id', id);
|
|
7350
7259
|
localVarPath = "/orders/{id}"
|
|
7351
7260
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7352
7261
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -7366,42 +7275,6 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
7366
7275
|
});
|
|
7367
7276
|
});
|
|
7368
7277
|
},
|
|
7369
|
-
/**
|
|
7370
|
-
* Get Editable Order
|
|
7371
|
-
* @param {number} id Order ID
|
|
7372
|
-
* @param {*} [options] Override http request option.
|
|
7373
|
-
* @throws {RequiredError}
|
|
7374
|
-
*/
|
|
7375
|
-
getGetEditableOrder: function (id_1) {
|
|
7376
|
-
var args_1 = [];
|
|
7377
|
-
for (var _i = 1; _i < arguments.length; _i++) {
|
|
7378
|
-
args_1[_i - 1] = arguments[_i];
|
|
7379
|
-
}
|
|
7380
|
-
return __awaiter(_this, __spreadArray([id_1], args_1, true), void 0, function (id, options) {
|
|
7381
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7382
|
-
if (options === void 0) { options = {}; }
|
|
7383
|
-
return __generator(this, function (_a) {
|
|
7384
|
-
// verify required parameter 'id' is not null or undefined
|
|
7385
|
-
(0, common_1.assertParamExists)('getGetEditableOrder', 'id', id);
|
|
7386
|
-
localVarPath = "/orders/{id}/views/editable"
|
|
7387
|
-
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7388
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7389
|
-
if (configuration) {
|
|
7390
|
-
baseOptions = configuration.baseOptions;
|
|
7391
|
-
}
|
|
7392
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
7393
|
-
localVarHeaderParameter = {};
|
|
7394
|
-
localVarQueryParameter = {};
|
|
7395
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7396
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7397
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7398
|
-
return [2 /*return*/, {
|
|
7399
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7400
|
-
options: localVarRequestOptions,
|
|
7401
|
-
}];
|
|
7402
|
-
});
|
|
7403
|
-
});
|
|
7404
|
-
},
|
|
7405
7278
|
/**
|
|
7406
7279
|
* Get Orders
|
|
7407
7280
|
* @summary Get Orders
|
|
@@ -7463,225 +7336,34 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
7463
7336
|
});
|
|
7464
7337
|
});
|
|
7465
7338
|
},
|
|
7339
|
+
};
|
|
7340
|
+
};
|
|
7341
|
+
exports.OrdersApiAxiosParamCreator = OrdersApiAxiosParamCreator;
|
|
7342
|
+
/**
|
|
7343
|
+
* OrdersApi - functional programming interface
|
|
7344
|
+
* @export
|
|
7345
|
+
*/
|
|
7346
|
+
var OrdersApiFp = function (configuration) {
|
|
7347
|
+
var localVarAxiosParamCreator = (0, exports.OrdersApiAxiosParamCreator)(configuration);
|
|
7348
|
+
return {
|
|
7466
7349
|
/**
|
|
7467
|
-
*
|
|
7468
|
-
* @
|
|
7469
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7470
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
|
|
7350
|
+
* Delete Orders
|
|
7351
|
+
* @param {number} id Order ID
|
|
7471
7352
|
* @param {*} [options] Override http request option.
|
|
7472
7353
|
* @throws {RequiredError}
|
|
7473
7354
|
*/
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
baseOptions = configuration.baseOptions;
|
|
7487
|
-
}
|
|
7488
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
7489
|
-
localVarHeaderParameter = {};
|
|
7490
|
-
localVarQueryParameter = {};
|
|
7491
|
-
if (readonly !== undefined) {
|
|
7492
|
-
localVarQueryParameter['readonly'] = readonly;
|
|
7493
|
-
}
|
|
7494
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7495
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7496
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7497
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7498
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(adminOrderRequestDTO, localVarRequestOptions, configuration);
|
|
7499
|
-
return [2 /*return*/, {
|
|
7500
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7501
|
-
options: localVarRequestOptions,
|
|
7502
|
-
}];
|
|
7503
|
-
});
|
|
7504
|
-
});
|
|
7505
|
-
},
|
|
7506
|
-
/**
|
|
7507
|
-
* Create An Order
|
|
7508
|
-
* @summary Create An Order
|
|
7509
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7510
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
7511
|
-
* @param {*} [options] Override http request option.
|
|
7512
|
-
* @throws {RequiredError}
|
|
7513
|
-
*/
|
|
7514
|
-
postGetOrders: function (readonly_1, customerOrderRequestDTO_1) {
|
|
7515
|
-
var args_1 = [];
|
|
7516
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
7517
|
-
args_1[_i - 2] = arguments[_i];
|
|
7518
|
-
}
|
|
7519
|
-
return __awaiter(_this, __spreadArray([readonly_1, customerOrderRequestDTO_1], args_1, true), void 0, function (readonly, customerOrderRequestDTO, options) {
|
|
7520
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7521
|
-
if (options === void 0) { options = {}; }
|
|
7522
|
-
return __generator(this, function (_a) {
|
|
7523
|
-
localVarPath = "/orders";
|
|
7524
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7525
|
-
if (configuration) {
|
|
7526
|
-
baseOptions = configuration.baseOptions;
|
|
7527
|
-
}
|
|
7528
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
7529
|
-
localVarHeaderParameter = {};
|
|
7530
|
-
localVarQueryParameter = {};
|
|
7531
|
-
if (readonly !== undefined) {
|
|
7532
|
-
localVarQueryParameter['readonly'] = readonly;
|
|
7533
|
-
}
|
|
7534
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7535
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7536
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7537
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7538
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(customerOrderRequestDTO, localVarRequestOptions, configuration);
|
|
7539
|
-
return [2 /*return*/, {
|
|
7540
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7541
|
-
options: localVarRequestOptions,
|
|
7542
|
-
}];
|
|
7543
|
-
});
|
|
7544
|
-
});
|
|
7545
|
-
},
|
|
7546
|
-
/**
|
|
7547
|
-
* Update An Order (Admin)
|
|
7548
|
-
* @summary Update An Order (Admin)
|
|
7549
|
-
* @param {number} id Order ID
|
|
7550
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7551
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
|
|
7552
|
-
* @param {*} [options] Override http request option.
|
|
7553
|
-
* @throws {RequiredError}
|
|
7554
|
-
*/
|
|
7555
|
-
putUpdateAdminOrder: function (id_1, readonly_1, adminOrderRequestDTO_1) {
|
|
7556
|
-
var args_1 = [];
|
|
7557
|
-
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7558
|
-
args_1[_i - 3] = arguments[_i];
|
|
7559
|
-
}
|
|
7560
|
-
return __awaiter(_this, __spreadArray([id_1, readonly_1, adminOrderRequestDTO_1], args_1, true), void 0, function (id, readonly, adminOrderRequestDTO, options) {
|
|
7561
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7562
|
-
if (options === void 0) { options = {}; }
|
|
7563
|
-
return __generator(this, function (_a) {
|
|
7564
|
-
// verify required parameter 'id' is not null or undefined
|
|
7565
|
-
(0, common_1.assertParamExists)('putUpdateAdminOrder', 'id', id);
|
|
7566
|
-
localVarPath = "/admin/orders/{id}"
|
|
7567
|
-
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7568
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7569
|
-
if (configuration) {
|
|
7570
|
-
baseOptions = configuration.baseOptions;
|
|
7571
|
-
}
|
|
7572
|
-
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
7573
|
-
localVarHeaderParameter = {};
|
|
7574
|
-
localVarQueryParameter = {};
|
|
7575
|
-
if (readonly !== undefined) {
|
|
7576
|
-
localVarQueryParameter['readonly'] = readonly;
|
|
7577
|
-
}
|
|
7578
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7579
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7580
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7581
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7582
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(adminOrderRequestDTO, localVarRequestOptions, configuration);
|
|
7583
|
-
return [2 /*return*/, {
|
|
7584
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7585
|
-
options: localVarRequestOptions,
|
|
7586
|
-
}];
|
|
7587
|
-
});
|
|
7588
|
-
});
|
|
7589
|
-
},
|
|
7590
|
-
/**
|
|
7591
|
-
* Update An Order
|
|
7592
|
-
* @summary Update An Order
|
|
7593
|
-
* @param {number} id Order ID
|
|
7594
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7595
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
7596
|
-
* @param {*} [options] Override http request option.
|
|
7597
|
-
* @throws {RequiredError}
|
|
7598
|
-
*/
|
|
7599
|
-
putUpdateOrder: function (id_1, readonly_1, customerOrderRequestDTO_1) {
|
|
7600
|
-
var args_1 = [];
|
|
7601
|
-
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7602
|
-
args_1[_i - 3] = arguments[_i];
|
|
7603
|
-
}
|
|
7604
|
-
return __awaiter(_this, __spreadArray([id_1, readonly_1, customerOrderRequestDTO_1], args_1, true), void 0, function (id, readonly, customerOrderRequestDTO, options) {
|
|
7605
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
7606
|
-
if (options === void 0) { options = {}; }
|
|
7607
|
-
return __generator(this, function (_a) {
|
|
7608
|
-
// verify required parameter 'id' is not null or undefined
|
|
7609
|
-
(0, common_1.assertParamExists)('putUpdateOrder', 'id', id);
|
|
7610
|
-
localVarPath = "/orders/{id}"
|
|
7611
|
-
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7612
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7613
|
-
if (configuration) {
|
|
7614
|
-
baseOptions = configuration.baseOptions;
|
|
7615
|
-
}
|
|
7616
|
-
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
7617
|
-
localVarHeaderParameter = {};
|
|
7618
|
-
localVarQueryParameter = {};
|
|
7619
|
-
if (readonly !== undefined) {
|
|
7620
|
-
localVarQueryParameter['readonly'] = readonly;
|
|
7621
|
-
}
|
|
7622
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7623
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7624
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7625
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7626
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(customerOrderRequestDTO, localVarRequestOptions, configuration);
|
|
7627
|
-
return [2 /*return*/, {
|
|
7628
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7629
|
-
options: localVarRequestOptions,
|
|
7630
|
-
}];
|
|
7631
|
-
});
|
|
7632
|
-
});
|
|
7633
|
-
},
|
|
7634
|
-
};
|
|
7635
|
-
};
|
|
7636
|
-
exports.OrdersApiAxiosParamCreator = OrdersApiAxiosParamCreator;
|
|
7637
|
-
/**
|
|
7638
|
-
* OrdersApi - functional programming interface
|
|
7639
|
-
* @export
|
|
7640
|
-
*/
|
|
7641
|
-
var OrdersApiFp = function (configuration) {
|
|
7642
|
-
var localVarAxiosParamCreator = (0, exports.OrdersApiAxiosParamCreator)(configuration);
|
|
7643
|
-
return {
|
|
7644
|
-
/**
|
|
7645
|
-
* Delete Orders
|
|
7646
|
-
* @summary Delete Orders
|
|
7647
|
-
* @param {number} id Order ID
|
|
7648
|
-
* @param {*} [options] Override http request option.
|
|
7649
|
-
* @throws {RequiredError}
|
|
7650
|
-
*/
|
|
7651
|
-
deleteUpdateOrder: function (id, options) {
|
|
7652
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
7653
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7654
|
-
var _a, _b, _c;
|
|
7655
|
-
return __generator(this, function (_d) {
|
|
7656
|
-
switch (_d.label) {
|
|
7657
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteUpdateOrder(id, options)];
|
|
7658
|
-
case 1:
|
|
7659
|
-
localVarAxiosArgs = _d.sent();
|
|
7660
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7661
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OrdersApi.deleteUpdateOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7662
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
7663
|
-
}
|
|
7664
|
-
});
|
|
7665
|
-
});
|
|
7666
|
-
},
|
|
7667
|
-
/**
|
|
7668
|
-
* Get Editable Order
|
|
7669
|
-
* @param {number} id Order ID
|
|
7670
|
-
* @param {*} [options] Override http request option.
|
|
7671
|
-
* @throws {RequiredError}
|
|
7672
|
-
*/
|
|
7673
|
-
getGetEditableOrder: function (id, options) {
|
|
7674
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
7675
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7676
|
-
var _a, _b, _c;
|
|
7677
|
-
return __generator(this, function (_d) {
|
|
7678
|
-
switch (_d.label) {
|
|
7679
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetEditableOrder(id, options)];
|
|
7680
|
-
case 1:
|
|
7681
|
-
localVarAxiosArgs = _d.sent();
|
|
7682
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7683
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OrdersApi.getGetEditableOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7684
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
7355
|
+
deleteDeleteOrder: function (id, options) {
|
|
7356
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
7357
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7358
|
+
var _a, _b, _c;
|
|
7359
|
+
return __generator(this, function (_d) {
|
|
7360
|
+
switch (_d.label) {
|
|
7361
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteDeleteOrder(id, options)];
|
|
7362
|
+
case 1:
|
|
7363
|
+
localVarAxiosArgs = _d.sent();
|
|
7364
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7365
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OrdersApi.deleteDeleteOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7366
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
7685
7367
|
}
|
|
7686
7368
|
});
|
|
7687
7369
|
});
|
|
@@ -7715,104 +7397,6 @@ var OrdersApiFp = function (configuration) {
|
|
|
7715
7397
|
});
|
|
7716
7398
|
});
|
|
7717
7399
|
},
|
|
7718
|
-
/**
|
|
7719
|
-
* Create An Order (Admin)
|
|
7720
|
-
* @summary Create An Order (Admin)
|
|
7721
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7722
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
|
|
7723
|
-
* @param {*} [options] Override http request option.
|
|
7724
|
-
* @throws {RequiredError}
|
|
7725
|
-
*/
|
|
7726
|
-
postCreateAdminOrder: function (readonly, adminOrderRequestDTO, options) {
|
|
7727
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
7728
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7729
|
-
var _a, _b, _c;
|
|
7730
|
-
return __generator(this, function (_d) {
|
|
7731
|
-
switch (_d.label) {
|
|
7732
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postCreateAdminOrder(readonly, adminOrderRequestDTO, options)];
|
|
7733
|
-
case 1:
|
|
7734
|
-
localVarAxiosArgs = _d.sent();
|
|
7735
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7736
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OrdersApi.postCreateAdminOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7737
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
7738
|
-
}
|
|
7739
|
-
});
|
|
7740
|
-
});
|
|
7741
|
-
},
|
|
7742
|
-
/**
|
|
7743
|
-
* Create An Order
|
|
7744
|
-
* @summary Create An Order
|
|
7745
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7746
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
7747
|
-
* @param {*} [options] Override http request option.
|
|
7748
|
-
* @throws {RequiredError}
|
|
7749
|
-
*/
|
|
7750
|
-
postGetOrders: function (readonly, customerOrderRequestDTO, options) {
|
|
7751
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
7752
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7753
|
-
var _a, _b, _c;
|
|
7754
|
-
return __generator(this, function (_d) {
|
|
7755
|
-
switch (_d.label) {
|
|
7756
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postGetOrders(readonly, customerOrderRequestDTO, options)];
|
|
7757
|
-
case 1:
|
|
7758
|
-
localVarAxiosArgs = _d.sent();
|
|
7759
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7760
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OrdersApi.postGetOrders']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7761
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
7762
|
-
}
|
|
7763
|
-
});
|
|
7764
|
-
});
|
|
7765
|
-
},
|
|
7766
|
-
/**
|
|
7767
|
-
* Update An Order (Admin)
|
|
7768
|
-
* @summary Update An Order (Admin)
|
|
7769
|
-
* @param {number} id Order ID
|
|
7770
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7771
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
|
|
7772
|
-
* @param {*} [options] Override http request option.
|
|
7773
|
-
* @throws {RequiredError}
|
|
7774
|
-
*/
|
|
7775
|
-
putUpdateAdminOrder: function (id, readonly, adminOrderRequestDTO, options) {
|
|
7776
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
7777
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7778
|
-
var _a, _b, _c;
|
|
7779
|
-
return __generator(this, function (_d) {
|
|
7780
|
-
switch (_d.label) {
|
|
7781
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.putUpdateAdminOrder(id, readonly, adminOrderRequestDTO, options)];
|
|
7782
|
-
case 1:
|
|
7783
|
-
localVarAxiosArgs = _d.sent();
|
|
7784
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7785
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OrdersApi.putUpdateAdminOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7786
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
7787
|
-
}
|
|
7788
|
-
});
|
|
7789
|
-
});
|
|
7790
|
-
},
|
|
7791
|
-
/**
|
|
7792
|
-
* Update An Order
|
|
7793
|
-
* @summary Update An Order
|
|
7794
|
-
* @param {number} id Order ID
|
|
7795
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7796
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
7797
|
-
* @param {*} [options] Override http request option.
|
|
7798
|
-
* @throws {RequiredError}
|
|
7799
|
-
*/
|
|
7800
|
-
putUpdateOrder: function (id, readonly, customerOrderRequestDTO, options) {
|
|
7801
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
7802
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7803
|
-
var _a, _b, _c;
|
|
7804
|
-
return __generator(this, function (_d) {
|
|
7805
|
-
switch (_d.label) {
|
|
7806
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.putUpdateOrder(id, readonly, customerOrderRequestDTO, options)];
|
|
7807
|
-
case 1:
|
|
7808
|
-
localVarAxiosArgs = _d.sent();
|
|
7809
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7810
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OrdersApi.putUpdateOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7811
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
7812
|
-
}
|
|
7813
|
-
});
|
|
7814
|
-
});
|
|
7815
|
-
},
|
|
7816
7400
|
};
|
|
7817
7401
|
};
|
|
7818
7402
|
exports.OrdersApiFp = OrdersApiFp;
|
|
@@ -7825,22 +7409,12 @@ var OrdersApiFactory = function (configuration, basePath, axios) {
|
|
|
7825
7409
|
return {
|
|
7826
7410
|
/**
|
|
7827
7411
|
* Delete Orders
|
|
7828
|
-
* @summary Delete Orders
|
|
7829
|
-
* @param {number} id Order ID
|
|
7830
|
-
* @param {*} [options] Override http request option.
|
|
7831
|
-
* @throws {RequiredError}
|
|
7832
|
-
*/
|
|
7833
|
-
deleteUpdateOrder: function (id, options) {
|
|
7834
|
-
return localVarFp.deleteUpdateOrder(id, options).then(function (request) { return request(axios, basePath); });
|
|
7835
|
-
},
|
|
7836
|
-
/**
|
|
7837
|
-
* Get Editable Order
|
|
7838
7412
|
* @param {number} id Order ID
|
|
7839
7413
|
* @param {*} [options] Override http request option.
|
|
7840
7414
|
* @throws {RequiredError}
|
|
7841
7415
|
*/
|
|
7842
|
-
|
|
7843
|
-
return localVarFp.
|
|
7416
|
+
deleteDeleteOrder: function (id, options) {
|
|
7417
|
+
return localVarFp.deleteDeleteOrder(id, options).then(function (request) { return request(axios, basePath); });
|
|
7844
7418
|
},
|
|
7845
7419
|
/**
|
|
7846
7420
|
* Get Orders
|
|
@@ -7858,52 +7432,6 @@ var OrdersApiFactory = function (configuration, basePath, axios) {
|
|
|
7858
7432
|
getGetOrders: function (pageSize, page, search, fulfillable, status, filter, customerId, options) {
|
|
7859
7433
|
return localVarFp.getGetOrders(pageSize, page, search, fulfillable, status, filter, customerId, options).then(function (request) { return request(axios, basePath); });
|
|
7860
7434
|
},
|
|
7861
|
-
/**
|
|
7862
|
-
* Create An Order (Admin)
|
|
7863
|
-
* @summary Create An Order (Admin)
|
|
7864
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7865
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
|
|
7866
|
-
* @param {*} [options] Override http request option.
|
|
7867
|
-
* @throws {RequiredError}
|
|
7868
|
-
*/
|
|
7869
|
-
postCreateAdminOrder: function (readonly, adminOrderRequestDTO, options) {
|
|
7870
|
-
return localVarFp.postCreateAdminOrder(readonly, adminOrderRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
7871
|
-
},
|
|
7872
|
-
/**
|
|
7873
|
-
* Create An Order
|
|
7874
|
-
* @summary Create An Order
|
|
7875
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7876
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
7877
|
-
* @param {*} [options] Override http request option.
|
|
7878
|
-
* @throws {RequiredError}
|
|
7879
|
-
*/
|
|
7880
|
-
postGetOrders: function (readonly, customerOrderRequestDTO, options) {
|
|
7881
|
-
return localVarFp.postGetOrders(readonly, customerOrderRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
7882
|
-
},
|
|
7883
|
-
/**
|
|
7884
|
-
* Update An Order (Admin)
|
|
7885
|
-
* @summary Update An Order (Admin)
|
|
7886
|
-
* @param {number} id Order ID
|
|
7887
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7888
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
|
|
7889
|
-
* @param {*} [options] Override http request option.
|
|
7890
|
-
* @throws {RequiredError}
|
|
7891
|
-
*/
|
|
7892
|
-
putUpdateAdminOrder: function (id, readonly, adminOrderRequestDTO, options) {
|
|
7893
|
-
return localVarFp.putUpdateAdminOrder(id, readonly, adminOrderRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
7894
|
-
},
|
|
7895
|
-
/**
|
|
7896
|
-
* Update An Order
|
|
7897
|
-
* @summary Update An Order
|
|
7898
|
-
* @param {number} id Order ID
|
|
7899
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7900
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
7901
|
-
* @param {*} [options] Override http request option.
|
|
7902
|
-
* @throws {RequiredError}
|
|
7903
|
-
*/
|
|
7904
|
-
putUpdateOrder: function (id, readonly, customerOrderRequestDTO, options) {
|
|
7905
|
-
return localVarFp.putUpdateOrder(id, readonly, customerOrderRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
7906
|
-
},
|
|
7907
7435
|
};
|
|
7908
7436
|
};
|
|
7909
7437
|
exports.OrdersApiFactory = OrdersApiFactory;
|
|
@@ -7920,26 +7448,14 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
7920
7448
|
}
|
|
7921
7449
|
/**
|
|
7922
7450
|
* Delete Orders
|
|
7923
|
-
* @summary Delete Orders
|
|
7924
7451
|
* @param {number} id Order ID
|
|
7925
7452
|
* @param {*} [options] Override http request option.
|
|
7926
7453
|
* @throws {RequiredError}
|
|
7927
7454
|
* @memberof OrdersApi
|
|
7928
7455
|
*/
|
|
7929
|
-
OrdersApi.prototype.
|
|
7456
|
+
OrdersApi.prototype.deleteDeleteOrder = function (id, options) {
|
|
7930
7457
|
var _this = this;
|
|
7931
|
-
return (0, exports.OrdersApiFp)(this.configuration).
|
|
7932
|
-
};
|
|
7933
|
-
/**
|
|
7934
|
-
* Get Editable Order
|
|
7935
|
-
* @param {number} id Order ID
|
|
7936
|
-
* @param {*} [options] Override http request option.
|
|
7937
|
-
* @throws {RequiredError}
|
|
7938
|
-
* @memberof OrdersApi
|
|
7939
|
-
*/
|
|
7940
|
-
OrdersApi.prototype.getGetEditableOrder = function (id, options) {
|
|
7941
|
-
var _this = this;
|
|
7942
|
-
return (0, exports.OrdersApiFp)(this.configuration).getGetEditableOrder(id, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7458
|
+
return (0, exports.OrdersApiFp)(this.configuration).deleteDeleteOrder(id, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7943
7459
|
};
|
|
7944
7460
|
/**
|
|
7945
7461
|
* Get Orders
|
|
@@ -7959,60 +7475,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
7959
7475
|
var _this = this;
|
|
7960
7476
|
return (0, exports.OrdersApiFp)(this.configuration).getGetOrders(pageSize, page, search, fulfillable, status, filter, customerId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7961
7477
|
};
|
|
7962
|
-
/**
|
|
7963
|
-
* Create An Order (Admin)
|
|
7964
|
-
* @summary Create An Order (Admin)
|
|
7965
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7966
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
|
|
7967
|
-
* @param {*} [options] Override http request option.
|
|
7968
|
-
* @throws {RequiredError}
|
|
7969
|
-
* @memberof OrdersApi
|
|
7970
|
-
*/
|
|
7971
|
-
OrdersApi.prototype.postCreateAdminOrder = function (readonly, adminOrderRequestDTO, options) {
|
|
7972
|
-
var _this = this;
|
|
7973
|
-
return (0, exports.OrdersApiFp)(this.configuration).postCreateAdminOrder(readonly, adminOrderRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7974
|
-
};
|
|
7975
|
-
/**
|
|
7976
|
-
* Create An Order
|
|
7977
|
-
* @summary Create An Order
|
|
7978
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7979
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
7980
|
-
* @param {*} [options] Override http request option.
|
|
7981
|
-
* @throws {RequiredError}
|
|
7982
|
-
* @memberof OrdersApi
|
|
7983
|
-
*/
|
|
7984
|
-
OrdersApi.prototype.postGetOrders = function (readonly, customerOrderRequestDTO, options) {
|
|
7985
|
-
var _this = this;
|
|
7986
|
-
return (0, exports.OrdersApiFp)(this.configuration).postGetOrders(readonly, customerOrderRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7987
|
-
};
|
|
7988
|
-
/**
|
|
7989
|
-
* Update An Order (Admin)
|
|
7990
|
-
* @summary Update An Order (Admin)
|
|
7991
|
-
* @param {number} id Order ID
|
|
7992
|
-
* @param {boolean} [readonly] Readonly Order
|
|
7993
|
-
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
|
|
7994
|
-
* @param {*} [options] Override http request option.
|
|
7995
|
-
* @throws {RequiredError}
|
|
7996
|
-
* @memberof OrdersApi
|
|
7997
|
-
*/
|
|
7998
|
-
OrdersApi.prototype.putUpdateAdminOrder = function (id, readonly, adminOrderRequestDTO, options) {
|
|
7999
|
-
var _this = this;
|
|
8000
|
-
return (0, exports.OrdersApiFp)(this.configuration).putUpdateAdminOrder(id, readonly, adminOrderRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8001
|
-
};
|
|
8002
|
-
/**
|
|
8003
|
-
* Update An Order
|
|
8004
|
-
* @summary Update An Order
|
|
8005
|
-
* @param {number} id Order ID
|
|
8006
|
-
* @param {boolean} [readonly] Readonly Order
|
|
8007
|
-
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
8008
|
-
* @param {*} [options] Override http request option.
|
|
8009
|
-
* @throws {RequiredError}
|
|
8010
|
-
* @memberof OrdersApi
|
|
8011
|
-
*/
|
|
8012
|
-
OrdersApi.prototype.putUpdateOrder = function (id, readonly, customerOrderRequestDTO, options) {
|
|
8013
|
-
var _this = this;
|
|
8014
|
-
return (0, exports.OrdersApiFp)(this.configuration).putUpdateOrder(id, readonly, customerOrderRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8015
|
-
};
|
|
8016
7478
|
return OrdersApi;
|
|
8017
7479
|
}(base_1.BaseAPI));
|
|
8018
7480
|
exports.OrdersApi = OrdersApi;
|
|
@@ -8440,68 +7902,21 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
8440
7902
|
});
|
|
8441
7903
|
},
|
|
8442
7904
|
/**
|
|
8443
|
-
* Get
|
|
8444
|
-
* @summary Get
|
|
8445
|
-
* @param {GetGetLegacyStockListFormatEnum} format File Format
|
|
8446
|
-
* @param {*} [options] Override http request option.
|
|
8447
|
-
* @deprecated
|
|
8448
|
-
* @throws {RequiredError}
|
|
8449
|
-
*/
|
|
8450
|
-
getGetLegacyStockList: function (format_1) {
|
|
8451
|
-
var args_1 = [];
|
|
8452
|
-
for (var _i = 1; _i < arguments.length; _i++) {
|
|
8453
|
-
args_1[_i - 1] = arguments[_i];
|
|
8454
|
-
}
|
|
8455
|
-
return __awaiter(_this, __spreadArray([format_1], args_1, true), void 0, function (format, options) {
|
|
8456
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8457
|
-
if (options === void 0) { options = {}; }
|
|
8458
|
-
return __generator(this, function (_a) {
|
|
8459
|
-
// verify required parameter 'format' is not null or undefined
|
|
8460
|
-
(0, common_1.assertParamExists)('getGetLegacyStockList', 'format', format);
|
|
8461
|
-
localVarPath = "/products/stock/legacy";
|
|
8462
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8463
|
-
if (configuration) {
|
|
8464
|
-
baseOptions = configuration.baseOptions;
|
|
8465
|
-
}
|
|
8466
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
8467
|
-
localVarHeaderParameter = {};
|
|
8468
|
-
localVarQueryParameter = {};
|
|
8469
|
-
if (format !== undefined) {
|
|
8470
|
-
localVarQueryParameter['format'] = format;
|
|
8471
|
-
}
|
|
8472
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8473
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8474
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
8475
|
-
return [2 /*return*/, {
|
|
8476
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
8477
|
-
options: localVarRequestOptions,
|
|
8478
|
-
}];
|
|
8479
|
-
});
|
|
8480
|
-
});
|
|
8481
|
-
},
|
|
8482
|
-
/**
|
|
8483
|
-
* Get Product
|
|
8484
|
-
* @summary Get Product
|
|
8485
|
-
* @param {string} sku Product SKU
|
|
8486
|
-
* @param {number} [quantity] Quantity
|
|
8487
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
8488
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
7905
|
+
* Get Customer Price Lists
|
|
7906
|
+
* @summary Get Customer Price Lists
|
|
8489
7907
|
* @param {*} [options] Override http request option.
|
|
8490
7908
|
* @throws {RequiredError}
|
|
8491
7909
|
*/
|
|
8492
|
-
|
|
7910
|
+
getGetCustomerPriceLists: function () {
|
|
8493
7911
|
var args_1 = [];
|
|
8494
|
-
for (var _i =
|
|
8495
|
-
args_1[_i
|
|
7912
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
7913
|
+
args_1[_i] = arguments[_i];
|
|
8496
7914
|
}
|
|
8497
|
-
return __awaiter(_this, __spreadArray([
|
|
7915
|
+
return __awaiter(_this, __spreadArray([], args_1, true), void 0, function (options) {
|
|
8498
7916
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8499
7917
|
if (options === void 0) { options = {}; }
|
|
8500
7918
|
return __generator(this, function (_a) {
|
|
8501
|
-
|
|
8502
|
-
(0, common_1.assertParamExists)('getGetProduct', 'sku', sku);
|
|
8503
|
-
localVarPath = "/products/{sku}"
|
|
8504
|
-
.replace("{".concat("sku", "}"), encodeURIComponent(String(sku)));
|
|
7919
|
+
localVarPath = "/products/prices/lists";
|
|
8505
7920
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8506
7921
|
if (configuration) {
|
|
8507
7922
|
baseOptions = configuration.baseOptions;
|
|
@@ -8509,15 +7924,6 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
8509
7924
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
8510
7925
|
localVarHeaderParameter = {};
|
|
8511
7926
|
localVarQueryParameter = {};
|
|
8512
|
-
if (quantity !== undefined) {
|
|
8513
|
-
localVarQueryParameter['quantity'] = quantity;
|
|
8514
|
-
}
|
|
8515
|
-
if (licenceKey !== undefined) {
|
|
8516
|
-
localVarQueryParameter['licenceKey'] = licenceKey;
|
|
8517
|
-
}
|
|
8518
|
-
if (hosting !== undefined) {
|
|
8519
|
-
localVarQueryParameter['hosting'] = hosting;
|
|
8520
|
-
}
|
|
8521
7927
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8522
7928
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8523
7929
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -8529,31 +7935,25 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
8529
7935
|
});
|
|
8530
7936
|
},
|
|
8531
7937
|
/**
|
|
8532
|
-
* Get
|
|
8533
|
-
* @summary Get
|
|
8534
|
-
* @param {
|
|
8535
|
-
* @param {string} sku Product SKU
|
|
8536
|
-
* @param {number} [quantity] Quantity
|
|
8537
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
8538
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
7938
|
+
* Get Current Stock & Pricing
|
|
7939
|
+
* @summary Get Current Stock & Pricing
|
|
7940
|
+
* @param {GetGetLegacyStockListFormatEnum} format File Format
|
|
8539
7941
|
* @param {*} [options] Override http request option.
|
|
7942
|
+
* @deprecated
|
|
8540
7943
|
* @throws {RequiredError}
|
|
8541
7944
|
*/
|
|
8542
|
-
|
|
7945
|
+
getGetLegacyStockList: function (format_1) {
|
|
8543
7946
|
var args_1 = [];
|
|
8544
|
-
for (var _i =
|
|
8545
|
-
args_1[_i -
|
|
7947
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
7948
|
+
args_1[_i - 1] = arguments[_i];
|
|
8546
7949
|
}
|
|
8547
|
-
return __awaiter(_this, __spreadArray([
|
|
7950
|
+
return __awaiter(_this, __spreadArray([format_1], args_1, true), void 0, function (format, options) {
|
|
8548
7951
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8549
7952
|
if (options === void 0) { options = {}; }
|
|
8550
7953
|
return __generator(this, function (_a) {
|
|
8551
|
-
// verify required parameter '
|
|
8552
|
-
(0, common_1.assertParamExists)('
|
|
8553
|
-
|
|
8554
|
-
(0, common_1.assertParamExists)('getGetProductForCustomer', 'sku', sku);
|
|
8555
|
-
localVarPath = "/admin/products/{sku}"
|
|
8556
|
-
.replace("{".concat("sku", "}"), encodeURIComponent(String(sku)));
|
|
7954
|
+
// verify required parameter 'format' is not null or undefined
|
|
7955
|
+
(0, common_1.assertParamExists)('getGetLegacyStockList', 'format', format);
|
|
7956
|
+
localVarPath = "/products/stock/legacy";
|
|
8557
7957
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8558
7958
|
if (configuration) {
|
|
8559
7959
|
baseOptions = configuration.baseOptions;
|
|
@@ -8561,17 +7961,8 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
8561
7961
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
8562
7962
|
localVarHeaderParameter = {};
|
|
8563
7963
|
localVarQueryParameter = {};
|
|
8564
|
-
if (
|
|
8565
|
-
localVarQueryParameter['
|
|
8566
|
-
}
|
|
8567
|
-
if (quantity !== undefined) {
|
|
8568
|
-
localVarQueryParameter['quantity'] = quantity;
|
|
8569
|
-
}
|
|
8570
|
-
if (licenceKey !== undefined) {
|
|
8571
|
-
localVarQueryParameter['licenceKey'] = licenceKey;
|
|
8572
|
-
}
|
|
8573
|
-
if (hosting !== undefined) {
|
|
8574
|
-
localVarQueryParameter['hosting'] = hosting;
|
|
7964
|
+
if (format !== undefined) {
|
|
7965
|
+
localVarQueryParameter['format'] = format;
|
|
8575
7966
|
}
|
|
8576
7967
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8577
7968
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8586,19 +7977,22 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
8586
7977
|
/**
|
|
8587
7978
|
* Get Products
|
|
8588
7979
|
* @summary Get Products
|
|
7980
|
+
* @param {number} [pageSize] Number Of Results
|
|
7981
|
+
* @param {number} [page] Page Number
|
|
7982
|
+
* @param {string} [search] Search
|
|
8589
7983
|
* @param {*} [options] Override http request option.
|
|
8590
7984
|
* @throws {RequiredError}
|
|
8591
7985
|
*/
|
|
8592
|
-
getGetProducts: function () {
|
|
7986
|
+
getGetProducts: function (pageSize_1, page_1, search_1) {
|
|
8593
7987
|
var args_1 = [];
|
|
8594
|
-
for (var _i =
|
|
8595
|
-
args_1[_i] = arguments[_i];
|
|
7988
|
+
for (var _i = 3; _i < arguments.length; _i++) {
|
|
7989
|
+
args_1[_i - 3] = arguments[_i];
|
|
8596
7990
|
}
|
|
8597
|
-
return __awaiter(_this, __spreadArray([], args_1, true), void 0, function (options) {
|
|
7991
|
+
return __awaiter(_this, __spreadArray([pageSize_1, page_1, search_1], args_1, true), void 0, function (pageSize, page, search, options) {
|
|
8598
7992
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8599
7993
|
if (options === void 0) { options = {}; }
|
|
8600
7994
|
return __generator(this, function (_a) {
|
|
8601
|
-
localVarPath = "/products";
|
|
7995
|
+
localVarPath = "/products/search";
|
|
8602
7996
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8603
7997
|
if (configuration) {
|
|
8604
7998
|
baseOptions = configuration.baseOptions;
|
|
@@ -8606,6 +8000,15 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
8606
8000
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
8607
8001
|
localVarHeaderParameter = {};
|
|
8608
8002
|
localVarQueryParameter = {};
|
|
8003
|
+
if (pageSize !== undefined) {
|
|
8004
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
8005
|
+
}
|
|
8006
|
+
if (page !== undefined) {
|
|
8007
|
+
localVarQueryParameter['page'] = page;
|
|
8008
|
+
}
|
|
8009
|
+
if (search !== undefined) {
|
|
8010
|
+
localVarQueryParameter['search'] = search;
|
|
8011
|
+
}
|
|
8609
8012
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8610
8013
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8611
8014
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -8682,51 +8085,6 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
8682
8085
|
});
|
|
8683
8086
|
});
|
|
8684
8087
|
},
|
|
8685
|
-
/**
|
|
8686
|
-
* Search Products
|
|
8687
|
-
* @summary Search Products
|
|
8688
|
-
* @param {number} [pageSize] Number Of Results
|
|
8689
|
-
* @param {number} [page] Page Number
|
|
8690
|
-
* @param {string} [search] Search
|
|
8691
|
-
* @param {*} [options] Override http request option.
|
|
8692
|
-
* @throws {RequiredError}
|
|
8693
|
-
*/
|
|
8694
|
-
getSearchProducts: function (pageSize_1, page_1, search_1) {
|
|
8695
|
-
var args_1 = [];
|
|
8696
|
-
for (var _i = 3; _i < arguments.length; _i++) {
|
|
8697
|
-
args_1[_i - 3] = arguments[_i];
|
|
8698
|
-
}
|
|
8699
|
-
return __awaiter(_this, __spreadArray([pageSize_1, page_1, search_1], args_1, true), void 0, function (pageSize, page, search, options) {
|
|
8700
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
8701
|
-
if (options === void 0) { options = {}; }
|
|
8702
|
-
return __generator(this, function (_a) {
|
|
8703
|
-
localVarPath = "/products/search";
|
|
8704
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8705
|
-
if (configuration) {
|
|
8706
|
-
baseOptions = configuration.baseOptions;
|
|
8707
|
-
}
|
|
8708
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
8709
|
-
localVarHeaderParameter = {};
|
|
8710
|
-
localVarQueryParameter = {};
|
|
8711
|
-
if (pageSize !== undefined) {
|
|
8712
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
8713
|
-
}
|
|
8714
|
-
if (page !== undefined) {
|
|
8715
|
-
localVarQueryParameter['page'] = page;
|
|
8716
|
-
}
|
|
8717
|
-
if (search !== undefined) {
|
|
8718
|
-
localVarQueryParameter['search'] = search;
|
|
8719
|
-
}
|
|
8720
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8721
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8722
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
8723
|
-
return [2 /*return*/, {
|
|
8724
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
8725
|
-
options: localVarRequestOptions,
|
|
8726
|
-
}];
|
|
8727
|
-
});
|
|
8728
|
-
});
|
|
8729
|
-
},
|
|
8730
8088
|
};
|
|
8731
8089
|
};
|
|
8732
8090
|
exports.ProductsApiAxiosParamCreator = ProductsApiAxiosParamCreator;
|
|
@@ -8760,77 +8118,46 @@ var ProductsApiFp = function (configuration) {
|
|
|
8760
8118
|
});
|
|
8761
8119
|
},
|
|
8762
8120
|
/**
|
|
8763
|
-
* Get
|
|
8764
|
-
* @summary Get
|
|
8765
|
-
* @param {GetGetLegacyStockListFormatEnum} format File Format
|
|
8766
|
-
* @param {*} [options] Override http request option.
|
|
8767
|
-
* @deprecated
|
|
8768
|
-
* @throws {RequiredError}
|
|
8769
|
-
*/
|
|
8770
|
-
getGetLegacyStockList: function (format, options) {
|
|
8771
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
8772
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8773
|
-
var _a, _b, _c;
|
|
8774
|
-
return __generator(this, function (_d) {
|
|
8775
|
-
switch (_d.label) {
|
|
8776
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetLegacyStockList(format, options)];
|
|
8777
|
-
case 1:
|
|
8778
|
-
localVarAxiosArgs = _d.sent();
|
|
8779
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
8780
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ProductsApi.getGetLegacyStockList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
8781
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
8782
|
-
}
|
|
8783
|
-
});
|
|
8784
|
-
});
|
|
8785
|
-
},
|
|
8786
|
-
/**
|
|
8787
|
-
* Get Product
|
|
8788
|
-
* @summary Get Product
|
|
8789
|
-
* @param {string} sku Product SKU
|
|
8790
|
-
* @param {number} [quantity] Quantity
|
|
8791
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
8792
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
8121
|
+
* Get Customer Price Lists
|
|
8122
|
+
* @summary Get Customer Price Lists
|
|
8793
8123
|
* @param {*} [options] Override http request option.
|
|
8794
8124
|
* @throws {RequiredError}
|
|
8795
8125
|
*/
|
|
8796
|
-
|
|
8126
|
+
getGetCustomerPriceLists: function (options) {
|
|
8797
8127
|
return __awaiter(this, void 0, void 0, function () {
|
|
8798
8128
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8799
8129
|
var _a, _b, _c;
|
|
8800
8130
|
return __generator(this, function (_d) {
|
|
8801
8131
|
switch (_d.label) {
|
|
8802
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
8132
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetCustomerPriceLists(options)];
|
|
8803
8133
|
case 1:
|
|
8804
8134
|
localVarAxiosArgs = _d.sent();
|
|
8805
8135
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
8806
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ProductsApi.
|
|
8136
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ProductsApi.getGetCustomerPriceLists']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
8807
8137
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
8808
8138
|
}
|
|
8809
8139
|
});
|
|
8810
8140
|
});
|
|
8811
8141
|
},
|
|
8812
8142
|
/**
|
|
8813
|
-
* Get
|
|
8814
|
-
* @summary Get
|
|
8815
|
-
* @param {
|
|
8816
|
-
* @param {string} sku Product SKU
|
|
8817
|
-
* @param {number} [quantity] Quantity
|
|
8818
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
8819
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
8143
|
+
* Get Current Stock & Pricing
|
|
8144
|
+
* @summary Get Current Stock & Pricing
|
|
8145
|
+
* @param {GetGetLegacyStockListFormatEnum} format File Format
|
|
8820
8146
|
* @param {*} [options] Override http request option.
|
|
8147
|
+
* @deprecated
|
|
8821
8148
|
* @throws {RequiredError}
|
|
8822
8149
|
*/
|
|
8823
|
-
|
|
8150
|
+
getGetLegacyStockList: function (format, options) {
|
|
8824
8151
|
return __awaiter(this, void 0, void 0, function () {
|
|
8825
8152
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8826
8153
|
var _a, _b, _c;
|
|
8827
8154
|
return __generator(this, function (_d) {
|
|
8828
8155
|
switch (_d.label) {
|
|
8829
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
8156
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetLegacyStockList(format, options)];
|
|
8830
8157
|
case 1:
|
|
8831
8158
|
localVarAxiosArgs = _d.sent();
|
|
8832
8159
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
8833
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ProductsApi.
|
|
8160
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ProductsApi.getGetLegacyStockList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
8834
8161
|
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
8835
8162
|
}
|
|
8836
8163
|
});
|
|
@@ -8839,16 +8166,19 @@ var ProductsApiFp = function (configuration) {
|
|
|
8839
8166
|
/**
|
|
8840
8167
|
* Get Products
|
|
8841
8168
|
* @summary Get Products
|
|
8169
|
+
* @param {number} [pageSize] Number Of Results
|
|
8170
|
+
* @param {number} [page] Page Number
|
|
8171
|
+
* @param {string} [search] Search
|
|
8842
8172
|
* @param {*} [options] Override http request option.
|
|
8843
8173
|
* @throws {RequiredError}
|
|
8844
8174
|
*/
|
|
8845
|
-
getGetProducts: function (options) {
|
|
8175
|
+
getGetProducts: function (pageSize, page, search, options) {
|
|
8846
8176
|
return __awaiter(this, void 0, void 0, function () {
|
|
8847
8177
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8848
8178
|
var _a, _b, _c;
|
|
8849
8179
|
return __generator(this, function (_d) {
|
|
8850
8180
|
switch (_d.label) {
|
|
8851
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetProducts(options)];
|
|
8181
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetProducts(pageSize, page, search, options)];
|
|
8852
8182
|
case 1:
|
|
8853
8183
|
localVarAxiosArgs = _d.sent();
|
|
8854
8184
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -8902,31 +8232,6 @@ var ProductsApiFp = function (configuration) {
|
|
|
8902
8232
|
});
|
|
8903
8233
|
});
|
|
8904
8234
|
},
|
|
8905
|
-
/**
|
|
8906
|
-
* Search Products
|
|
8907
|
-
* @summary Search Products
|
|
8908
|
-
* @param {number} [pageSize] Number Of Results
|
|
8909
|
-
* @param {number} [page] Page Number
|
|
8910
|
-
* @param {string} [search] Search
|
|
8911
|
-
* @param {*} [options] Override http request option.
|
|
8912
|
-
* @throws {RequiredError}
|
|
8913
|
-
*/
|
|
8914
|
-
getSearchProducts: function (pageSize, page, search, options) {
|
|
8915
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
8916
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8917
|
-
var _a, _b, _c;
|
|
8918
|
-
return __generator(this, function (_d) {
|
|
8919
|
-
switch (_d.label) {
|
|
8920
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getSearchProducts(pageSize, page, search, options)];
|
|
8921
|
-
case 1:
|
|
8922
|
-
localVarAxiosArgs = _d.sent();
|
|
8923
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
8924
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ProductsApi.getSearchProducts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
8925
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
8926
|
-
}
|
|
8927
|
-
});
|
|
8928
|
-
});
|
|
8929
|
-
},
|
|
8930
8235
|
};
|
|
8931
8236
|
};
|
|
8932
8237
|
exports.ProductsApiFp = ProductsApiFp;
|
|
@@ -8946,6 +8251,15 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
|
|
|
8946
8251
|
getGetAttributeSets: function (options) {
|
|
8947
8252
|
return localVarFp.getGetAttributeSets(options).then(function (request) { return request(axios, basePath); });
|
|
8948
8253
|
},
|
|
8254
|
+
/**
|
|
8255
|
+
* Get Customer Price Lists
|
|
8256
|
+
* @summary Get Customer Price Lists
|
|
8257
|
+
* @param {*} [options] Override http request option.
|
|
8258
|
+
* @throws {RequiredError}
|
|
8259
|
+
*/
|
|
8260
|
+
getGetCustomerPriceLists: function (options) {
|
|
8261
|
+
return localVarFp.getGetCustomerPriceLists(options).then(function (request) { return request(axios, basePath); });
|
|
8262
|
+
},
|
|
8949
8263
|
/**
|
|
8950
8264
|
* Get Current Stock & Pricing
|
|
8951
8265
|
* @summary Get Current Stock & Pricing
|
|
@@ -8957,41 +8271,17 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
|
|
|
8957
8271
|
getGetLegacyStockList: function (format, options) {
|
|
8958
8272
|
return localVarFp.getGetLegacyStockList(format, options).then(function (request) { return request(axios, basePath); });
|
|
8959
8273
|
},
|
|
8960
|
-
/**
|
|
8961
|
-
* Get Product
|
|
8962
|
-
* @summary Get Product
|
|
8963
|
-
* @param {string} sku Product SKU
|
|
8964
|
-
* @param {number} [quantity] Quantity
|
|
8965
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
8966
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
8967
|
-
* @param {*} [options] Override http request option.
|
|
8968
|
-
* @throws {RequiredError}
|
|
8969
|
-
*/
|
|
8970
|
-
getGetProduct: function (sku, quantity, licenceKey, hosting, options) {
|
|
8971
|
-
return localVarFp.getGetProduct(sku, quantity, licenceKey, hosting, options).then(function (request) { return request(axios, basePath); });
|
|
8972
|
-
},
|
|
8973
|
-
/**
|
|
8974
|
-
* Get Product For Customer
|
|
8975
|
-
* @summary Get Product For Customer
|
|
8976
|
-
* @param {number} customerId Customer ID
|
|
8977
|
-
* @param {string} sku Product SKU
|
|
8978
|
-
* @param {number} [quantity] Quantity
|
|
8979
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
8980
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
8981
|
-
* @param {*} [options] Override http request option.
|
|
8982
|
-
* @throws {RequiredError}
|
|
8983
|
-
*/
|
|
8984
|
-
getGetProductForCustomer: function (customerId, sku, quantity, licenceKey, hosting, options) {
|
|
8985
|
-
return localVarFp.getGetProductForCustomer(customerId, sku, quantity, licenceKey, hosting, options).then(function (request) { return request(axios, basePath); });
|
|
8986
|
-
},
|
|
8987
8274
|
/**
|
|
8988
8275
|
* Get Products
|
|
8989
8276
|
* @summary Get Products
|
|
8277
|
+
* @param {number} [pageSize] Number Of Results
|
|
8278
|
+
* @param {number} [page] Page Number
|
|
8279
|
+
* @param {string} [search] Search
|
|
8990
8280
|
* @param {*} [options] Override http request option.
|
|
8991
8281
|
* @throws {RequiredError}
|
|
8992
8282
|
*/
|
|
8993
|
-
getGetProducts: function (options) {
|
|
8994
|
-
return localVarFp.getGetProducts(options).then(function (request) { return request(axios, basePath); });
|
|
8283
|
+
getGetProducts: function (pageSize, page, search, options) {
|
|
8284
|
+
return localVarFp.getGetProducts(pageSize, page, search, options).then(function (request) { return request(axios, basePath); });
|
|
8995
8285
|
},
|
|
8996
8286
|
/**
|
|
8997
8287
|
* Get Current Stock & Pricing
|
|
@@ -9011,18 +8301,6 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
|
|
|
9011
8301
|
getGetTcxTemplates: function (options) {
|
|
9012
8302
|
return localVarFp.getGetTcxTemplates(options).then(function (request) { return request(axios, basePath); });
|
|
9013
8303
|
},
|
|
9014
|
-
/**
|
|
9015
|
-
* Search Products
|
|
9016
|
-
* @summary Search Products
|
|
9017
|
-
* @param {number} [pageSize] Number Of Results
|
|
9018
|
-
* @param {number} [page] Page Number
|
|
9019
|
-
* @param {string} [search] Search
|
|
9020
|
-
* @param {*} [options] Override http request option.
|
|
9021
|
-
* @throws {RequiredError}
|
|
9022
|
-
*/
|
|
9023
|
-
getSearchProducts: function (pageSize, page, search, options) {
|
|
9024
|
-
return localVarFp.getSearchProducts(pageSize, page, search, options).then(function (request) { return request(axios, basePath); });
|
|
9025
|
-
},
|
|
9026
8304
|
};
|
|
9027
8305
|
};
|
|
9028
8306
|
exports.ProductsApiFactory = ProductsApiFactory;
|
|
@@ -9049,59 +8327,42 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
9049
8327
|
return (0, exports.ProductsApiFp)(this.configuration).getGetAttributeSets(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9050
8328
|
};
|
|
9051
8329
|
/**
|
|
9052
|
-
* Get
|
|
9053
|
-
* @summary Get
|
|
9054
|
-
* @param {GetGetLegacyStockListFormatEnum} format File Format
|
|
9055
|
-
* @param {*} [options] Override http request option.
|
|
9056
|
-
* @deprecated
|
|
9057
|
-
* @throws {RequiredError}
|
|
9058
|
-
* @memberof ProductsApi
|
|
9059
|
-
*/
|
|
9060
|
-
ProductsApi.prototype.getGetLegacyStockList = function (format, options) {
|
|
9061
|
-
var _this = this;
|
|
9062
|
-
return (0, exports.ProductsApiFp)(this.configuration).getGetLegacyStockList(format, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9063
|
-
};
|
|
9064
|
-
/**
|
|
9065
|
-
* Get Product
|
|
9066
|
-
* @summary Get Product
|
|
9067
|
-
* @param {string} sku Product SKU
|
|
9068
|
-
* @param {number} [quantity] Quantity
|
|
9069
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
9070
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
8330
|
+
* Get Customer Price Lists
|
|
8331
|
+
* @summary Get Customer Price Lists
|
|
9071
8332
|
* @param {*} [options] Override http request option.
|
|
9072
8333
|
* @throws {RequiredError}
|
|
9073
8334
|
* @memberof ProductsApi
|
|
9074
8335
|
*/
|
|
9075
|
-
ProductsApi.prototype.
|
|
8336
|
+
ProductsApi.prototype.getGetCustomerPriceLists = function (options) {
|
|
9076
8337
|
var _this = this;
|
|
9077
|
-
return (0, exports.ProductsApiFp)(this.configuration).
|
|
8338
|
+
return (0, exports.ProductsApiFp)(this.configuration).getGetCustomerPriceLists(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9078
8339
|
};
|
|
9079
8340
|
/**
|
|
9080
|
-
* Get
|
|
9081
|
-
* @summary Get
|
|
9082
|
-
* @param {
|
|
9083
|
-
* @param {string} sku Product SKU
|
|
9084
|
-
* @param {number} [quantity] Quantity
|
|
9085
|
-
* @param {string} [licenceKey] 3CX Licence Key
|
|
9086
|
-
* @param {boolean} [hosting] 3CX Hosting
|
|
8341
|
+
* Get Current Stock & Pricing
|
|
8342
|
+
* @summary Get Current Stock & Pricing
|
|
8343
|
+
* @param {GetGetLegacyStockListFormatEnum} format File Format
|
|
9087
8344
|
* @param {*} [options] Override http request option.
|
|
8345
|
+
* @deprecated
|
|
9088
8346
|
* @throws {RequiredError}
|
|
9089
8347
|
* @memberof ProductsApi
|
|
9090
8348
|
*/
|
|
9091
|
-
ProductsApi.prototype.
|
|
8349
|
+
ProductsApi.prototype.getGetLegacyStockList = function (format, options) {
|
|
9092
8350
|
var _this = this;
|
|
9093
|
-
return (0, exports.ProductsApiFp)(this.configuration).
|
|
8351
|
+
return (0, exports.ProductsApiFp)(this.configuration).getGetLegacyStockList(format, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9094
8352
|
};
|
|
9095
8353
|
/**
|
|
9096
8354
|
* Get Products
|
|
9097
8355
|
* @summary Get Products
|
|
8356
|
+
* @param {number} [pageSize] Number Of Results
|
|
8357
|
+
* @param {number} [page] Page Number
|
|
8358
|
+
* @param {string} [search] Search
|
|
9098
8359
|
* @param {*} [options] Override http request option.
|
|
9099
8360
|
* @throws {RequiredError}
|
|
9100
8361
|
* @memberof ProductsApi
|
|
9101
8362
|
*/
|
|
9102
|
-
ProductsApi.prototype.getGetProducts = function (options) {
|
|
8363
|
+
ProductsApi.prototype.getGetProducts = function (pageSize, page, search, options) {
|
|
9103
8364
|
var _this = this;
|
|
9104
|
-
return (0, exports.ProductsApiFp)(this.configuration).getGetProducts(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8365
|
+
return (0, exports.ProductsApiFp)(this.configuration).getGetProducts(pageSize, page, search, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9105
8366
|
};
|
|
9106
8367
|
/**
|
|
9107
8368
|
* Get Current Stock & Pricing
|
|
@@ -9125,20 +8386,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
9125
8386
|
var _this = this;
|
|
9126
8387
|
return (0, exports.ProductsApiFp)(this.configuration).getGetTcxTemplates(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9127
8388
|
};
|
|
9128
|
-
/**
|
|
9129
|
-
* Search Products
|
|
9130
|
-
* @summary Search Products
|
|
9131
|
-
* @param {number} [pageSize] Number Of Results
|
|
9132
|
-
* @param {number} [page] Page Number
|
|
9133
|
-
* @param {string} [search] Search
|
|
9134
|
-
* @param {*} [options] Override http request option.
|
|
9135
|
-
* @throws {RequiredError}
|
|
9136
|
-
* @memberof ProductsApi
|
|
9137
|
-
*/
|
|
9138
|
-
ProductsApi.prototype.getSearchProducts = function (pageSize, page, search, options) {
|
|
9139
|
-
var _this = this;
|
|
9140
|
-
return (0, exports.ProductsApiFp)(this.configuration).getSearchProducts(pageSize, page, search, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9141
|
-
};
|
|
9142
8389
|
return ProductsApi;
|
|
9143
8390
|
}(base_1.BaseAPI));
|
|
9144
8391
|
exports.ProductsApi = ProductsApi;
|
|
@@ -11864,131 +11111,6 @@ var SMSApi = /** @class */ (function (_super) {
|
|
|
11864
11111
|
return SMSApi;
|
|
11865
11112
|
}(base_1.BaseAPI));
|
|
11866
11113
|
exports.SMSApi = SMSApi;
|
|
11867
|
-
/**
|
|
11868
|
-
* ShippingApi - axios parameter creator
|
|
11869
|
-
* @export
|
|
11870
|
-
*/
|
|
11871
|
-
var ShippingApiAxiosParamCreator = function (configuration) {
|
|
11872
|
-
var _this = this;
|
|
11873
|
-
return {
|
|
11874
|
-
/**
|
|
11875
|
-
* Get Shipping Services
|
|
11876
|
-
* @summary Get Shipping Services
|
|
11877
|
-
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
11878
|
-
* @param {*} [options] Override http request option.
|
|
11879
|
-
* @throws {RequiredError}
|
|
11880
|
-
*/
|
|
11881
|
-
postGetShippingServices: function (shippingInformationDTO_1) {
|
|
11882
|
-
var args_1 = [];
|
|
11883
|
-
for (var _i = 1; _i < arguments.length; _i++) {
|
|
11884
|
-
args_1[_i - 1] = arguments[_i];
|
|
11885
|
-
}
|
|
11886
|
-
return __awaiter(_this, __spreadArray([shippingInformationDTO_1], args_1, true), void 0, function (shippingInformationDTO, options) {
|
|
11887
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
11888
|
-
if (options === void 0) { options = {}; }
|
|
11889
|
-
return __generator(this, function (_a) {
|
|
11890
|
-
localVarPath = "/shipping/services";
|
|
11891
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11892
|
-
if (configuration) {
|
|
11893
|
-
baseOptions = configuration.baseOptions;
|
|
11894
|
-
}
|
|
11895
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
11896
|
-
localVarHeaderParameter = {};
|
|
11897
|
-
localVarQueryParameter = {};
|
|
11898
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
11899
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
11900
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
11901
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
11902
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(shippingInformationDTO, localVarRequestOptions, configuration);
|
|
11903
|
-
return [2 /*return*/, {
|
|
11904
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
11905
|
-
options: localVarRequestOptions,
|
|
11906
|
-
}];
|
|
11907
|
-
});
|
|
11908
|
-
});
|
|
11909
|
-
},
|
|
11910
|
-
};
|
|
11911
|
-
};
|
|
11912
|
-
exports.ShippingApiAxiosParamCreator = ShippingApiAxiosParamCreator;
|
|
11913
|
-
/**
|
|
11914
|
-
* ShippingApi - functional programming interface
|
|
11915
|
-
* @export
|
|
11916
|
-
*/
|
|
11917
|
-
var ShippingApiFp = function (configuration) {
|
|
11918
|
-
var localVarAxiosParamCreator = (0, exports.ShippingApiAxiosParamCreator)(configuration);
|
|
11919
|
-
return {
|
|
11920
|
-
/**
|
|
11921
|
-
* Get Shipping Services
|
|
11922
|
-
* @summary Get Shipping Services
|
|
11923
|
-
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
11924
|
-
* @param {*} [options] Override http request option.
|
|
11925
|
-
* @throws {RequiredError}
|
|
11926
|
-
*/
|
|
11927
|
-
postGetShippingServices: function (shippingInformationDTO, options) {
|
|
11928
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
11929
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
11930
|
-
var _a, _b, _c;
|
|
11931
|
-
return __generator(this, function (_d) {
|
|
11932
|
-
switch (_d.label) {
|
|
11933
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postGetShippingServices(shippingInformationDTO, options)];
|
|
11934
|
-
case 1:
|
|
11935
|
-
localVarAxiosArgs = _d.sent();
|
|
11936
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
11937
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ShippingApi.postGetShippingServices']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
11938
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
11939
|
-
}
|
|
11940
|
-
});
|
|
11941
|
-
});
|
|
11942
|
-
},
|
|
11943
|
-
};
|
|
11944
|
-
};
|
|
11945
|
-
exports.ShippingApiFp = ShippingApiFp;
|
|
11946
|
-
/**
|
|
11947
|
-
* ShippingApi - factory interface
|
|
11948
|
-
* @export
|
|
11949
|
-
*/
|
|
11950
|
-
var ShippingApiFactory = function (configuration, basePath, axios) {
|
|
11951
|
-
var localVarFp = (0, exports.ShippingApiFp)(configuration);
|
|
11952
|
-
return {
|
|
11953
|
-
/**
|
|
11954
|
-
* Get Shipping Services
|
|
11955
|
-
* @summary Get Shipping Services
|
|
11956
|
-
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
11957
|
-
* @param {*} [options] Override http request option.
|
|
11958
|
-
* @throws {RequiredError}
|
|
11959
|
-
*/
|
|
11960
|
-
postGetShippingServices: function (shippingInformationDTO, options) {
|
|
11961
|
-
return localVarFp.postGetShippingServices(shippingInformationDTO, options).then(function (request) { return request(axios, basePath); });
|
|
11962
|
-
},
|
|
11963
|
-
};
|
|
11964
|
-
};
|
|
11965
|
-
exports.ShippingApiFactory = ShippingApiFactory;
|
|
11966
|
-
/**
|
|
11967
|
-
* ShippingApi - object-oriented interface
|
|
11968
|
-
* @export
|
|
11969
|
-
* @class ShippingApi
|
|
11970
|
-
* @extends {BaseAPI}
|
|
11971
|
-
*/
|
|
11972
|
-
var ShippingApi = /** @class */ (function (_super) {
|
|
11973
|
-
__extends(ShippingApi, _super);
|
|
11974
|
-
function ShippingApi() {
|
|
11975
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
11976
|
-
}
|
|
11977
|
-
/**
|
|
11978
|
-
* Get Shipping Services
|
|
11979
|
-
* @summary Get Shipping Services
|
|
11980
|
-
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
11981
|
-
* @param {*} [options] Override http request option.
|
|
11982
|
-
* @throws {RequiredError}
|
|
11983
|
-
* @memberof ShippingApi
|
|
11984
|
-
*/
|
|
11985
|
-
ShippingApi.prototype.postGetShippingServices = function (shippingInformationDTO, options) {
|
|
11986
|
-
var _this = this;
|
|
11987
|
-
return (0, exports.ShippingApiFp)(this.configuration).postGetShippingServices(shippingInformationDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
11988
|
-
};
|
|
11989
|
-
return ShippingApi;
|
|
11990
|
-
}(base_1.BaseAPI));
|
|
11991
|
-
exports.ShippingApi = ShippingApi;
|
|
11992
11114
|
/**
|
|
11993
11115
|
* StockManagementApi - axios parameter creator
|
|
11994
11116
|
* @export
|