yellowgrid-api-ts 3.2.117 → 3.2.118
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/VERSION +1 -1
- package/api.ts +173 -149
- package/configuration.ts +2 -2
- package/dist/api.d.ts +29 -5
- package/dist/api.js +144 -144
- package/dist/configuration.js +2 -2
- package/docs/AbstractOrderRequestDTO.md +1 -1
- package/docs/AdminOrderRequestDTO.md +1 -1
- package/docs/CustomerOrderRequestDTO.md +1 -1
- package/docs/DetailedOrderRequestDTO.md +1 -1
- package/docs/ProductSummaryDTO.md +2 -2
- package/docs/ProspectDTO.md +2 -2
- package/docs/RecordingsBackupInfoDTO.md +2 -2
- package/docs/ShipmentRequestDTO.md +2 -2
- package/docs/TcxKeySummaryDTO.md +1 -1
- package/openapitools.json +1 -1
- package/package.json +2 -2
package/dist/api.js
CHANGED
|
@@ -451,7 +451,7 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
451
451
|
// verify required parameter 'id' is not null or undefined
|
|
452
452
|
(0, common_1.assertParamExists)('deleteDeleteClientCredentials', 'id', id);
|
|
453
453
|
localVarPath = "/accounts/me/contacts/credentials/{id}"
|
|
454
|
-
.replace(
|
|
454
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
455
455
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
456
456
|
if (configuration) {
|
|
457
457
|
baseOptions = configuration.baseOptions;
|
|
@@ -488,7 +488,7 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
488
488
|
// verify required parameter 'email' is not null or undefined
|
|
489
489
|
(0, common_1.assertParamExists)('deleteUpdateAccountContact', 'email', email);
|
|
490
490
|
localVarPath = "/accounts/me/contacts/{email}"
|
|
491
|
-
.replace(
|
|
491
|
+
.replace('{email}', encodeURIComponent(String(email)));
|
|
492
492
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
493
493
|
if (configuration) {
|
|
494
494
|
baseOptions = configuration.baseOptions;
|
|
@@ -597,7 +597,7 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
597
597
|
// verify required parameter 'id' is not null or undefined
|
|
598
598
|
(0, common_1.assertParamExists)('getGetAccountDetailedSummary', 'id', id);
|
|
599
599
|
localVarPath = "/accounts/{id}/summary"
|
|
600
|
-
.replace(
|
|
600
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
601
601
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
602
602
|
if (configuration) {
|
|
603
603
|
baseOptions = configuration.baseOptions;
|
|
@@ -1013,7 +1013,7 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
1013
1013
|
// verify required parameter 'email' is not null or undefined
|
|
1014
1014
|
(0, common_1.assertParamExists)('postSendEmailVerificationEmail', 'email', email);
|
|
1015
1015
|
localVarPath = "/accounts/contacts/verify/{email}"
|
|
1016
|
-
.replace(
|
|
1016
|
+
.replace('{email}', encodeURIComponent(String(email)));
|
|
1017
1017
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1018
1018
|
if (configuration) {
|
|
1019
1019
|
baseOptions = configuration.baseOptions;
|
|
@@ -1135,7 +1135,7 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
1135
1135
|
// verify required parameter 'email' is not null or undefined
|
|
1136
1136
|
(0, common_1.assertParamExists)('putUpdateAccountContact', 'email', email);
|
|
1137
1137
|
localVarPath = "/accounts/me/contacts/{email}"
|
|
1138
|
-
.replace(
|
|
1138
|
+
.replace('{email}', encodeURIComponent(String(email)));
|
|
1139
1139
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1140
1140
|
if (configuration) {
|
|
1141
1141
|
baseOptions = configuration.baseOptions;
|
|
@@ -2611,7 +2611,7 @@ var Class3CXInstallationWizardApiAxiosParamCreator = function (configuration) {
|
|
|
2611
2611
|
// verify required parameter 'id' is not null or undefined
|
|
2612
2612
|
(0, common_1.assertParamExists)('getGetDdisTcxWizard', 'id', id);
|
|
2613
2613
|
localVarPath = "/tcx/wizards/sip/trunks/{id}/ddis"
|
|
2614
|
-
.replace(
|
|
2614
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
2615
2615
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2616
2616
|
if (configuration) {
|
|
2617
2617
|
baseOptions = configuration.baseOptions;
|
|
@@ -2840,7 +2840,7 @@ var Class3CXInstallationWizardApiAxiosParamCreator = function (configuration) {
|
|
|
2840
2840
|
// verify required parameter 'id' is not null or undefined
|
|
2841
2841
|
(0, common_1.assertParamExists)('getGetSipTrunkTcxWizard', 'id', id);
|
|
2842
2842
|
localVarPath = "/tcx/wizards/sip/trunks/{id}"
|
|
2843
|
-
.replace(
|
|
2843
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
2844
2844
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2845
2845
|
if (configuration) {
|
|
2846
2846
|
baseOptions = configuration.baseOptions;
|
|
@@ -3478,7 +3478,7 @@ var Class3CXInstallationWizardApiAxiosParamCreator = function (configuration) {
|
|
|
3478
3478
|
// verify required parameter 'id' is not null or undefined
|
|
3479
3479
|
(0, common_1.assertParamExists)('postGetDdisTcxWizard', 'id', id);
|
|
3480
3480
|
localVarPath = "/tcx/wizards/sip/trunks/{id}/ddis"
|
|
3481
|
-
.replace(
|
|
3481
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
3482
3482
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3483
3483
|
if (configuration) {
|
|
3484
3484
|
baseOptions = configuration.baseOptions;
|
|
@@ -5217,7 +5217,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5217
5217
|
// verify required parameter 'wizardId' is not null or undefined
|
|
5218
5218
|
(0, common_1.assertParamExists)('getGetDetails', 'wizardId', wizardId);
|
|
5219
5219
|
localVarPath = "/tcx/installations/{wizard_id}/details"
|
|
5220
|
-
.replace(
|
|
5220
|
+
.replace('{wizard_id}', encodeURIComponent(String(wizardId)));
|
|
5221
5221
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5222
5222
|
if (configuration) {
|
|
5223
5223
|
baseOptions = configuration.baseOptions;
|
|
@@ -5320,7 +5320,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5320
5320
|
// verify required parameter 'customerId' is not null or undefined
|
|
5321
5321
|
(0, common_1.assertParamExists)('patchChangeInstanceOwner', 'customerId', customerId);
|
|
5322
5322
|
localVarPath = "/tcx/installations/{instance_id}/owner"
|
|
5323
|
-
.replace(
|
|
5323
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5324
5324
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5325
5325
|
if (configuration) {
|
|
5326
5326
|
baseOptions = configuration.baseOptions;
|
|
@@ -5363,7 +5363,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5363
5363
|
// verify required parameter 'enable' is not null or undefined
|
|
5364
5364
|
(0, common_1.assertParamExists)('patchUpdateAutoFailover', 'enable', enable);
|
|
5365
5365
|
localVarPath = "/tcx/installations/{instance_id}/failover/auto"
|
|
5366
|
-
.replace(
|
|
5366
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5367
5367
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5368
5368
|
if (configuration) {
|
|
5369
5369
|
baseOptions = configuration.baseOptions;
|
|
@@ -5406,7 +5406,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5406
5406
|
// verify required parameter 'gigabytes' is not null or undefined
|
|
5407
5407
|
(0, common_1.assertParamExists)('postAddDisk', 'gigabytes', gigabytes);
|
|
5408
5408
|
localVarPath = "/tcx/installations/{instance_id}/disk"
|
|
5409
|
-
.replace(
|
|
5409
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5410
5410
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5411
5411
|
if (configuration) {
|
|
5412
5412
|
baseOptions = configuration.baseOptions;
|
|
@@ -5452,7 +5452,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5452
5452
|
// verify required parameter 'ipAddress' is not null or undefined
|
|
5453
5453
|
(0, common_1.assertParamExists)('postCreateSshUser', 'ipAddress', ipAddress);
|
|
5454
5454
|
localVarPath = "/tcx/installations/{instance_id}/create/user/root"
|
|
5455
|
-
.replace(
|
|
5455
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5456
5456
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5457
5457
|
if (configuration) {
|
|
5458
5458
|
baseOptions = configuration.baseOptions;
|
|
@@ -5496,7 +5496,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5496
5496
|
// verify required parameter 'instanceId' is not null or undefined
|
|
5497
5497
|
(0, common_1.assertParamExists)('postDeleteInstance', 'instanceId', instanceId);
|
|
5498
5498
|
localVarPath = "/tcx/installations/{instance_id}/delete"
|
|
5499
|
-
.replace(
|
|
5499
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5500
5500
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5501
5501
|
if (configuration) {
|
|
5502
5502
|
baseOptions = configuration.baseOptions;
|
|
@@ -5537,7 +5537,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5537
5537
|
// verify required parameter 'gigabytes' is not null or undefined
|
|
5538
5538
|
(0, common_1.assertParamExists)('postExtendDisk', 'gigabytes', gigabytes);
|
|
5539
5539
|
localVarPath = "/tcx/installations/{instance_id}/disk/extend"
|
|
5540
|
-
.replace(
|
|
5540
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5541
5541
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5542
5542
|
if (configuration) {
|
|
5543
5543
|
baseOptions = configuration.baseOptions;
|
|
@@ -5583,7 +5583,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5583
5583
|
// verify required parameter 'type' is not null or undefined
|
|
5584
5584
|
(0, common_1.assertParamExists)('postFailoverInstance', 'type', type);
|
|
5585
5585
|
localVarPath = "/tcx/installations/{instance_id}/failover"
|
|
5586
|
-
.replace(
|
|
5586
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5587
5587
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5588
5588
|
if (configuration) {
|
|
5589
5589
|
baseOptions = configuration.baseOptions;
|
|
@@ -5623,7 +5623,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5623
5623
|
// verify required parameter 'sbcId' is not null or undefined
|
|
5624
5624
|
(0, common_1.assertParamExists)('postInstallTcxSbc', 'sbcId', sbcId);
|
|
5625
5625
|
localVarPath = "/tcx/installations/sbcs/{sbc_id}/install"
|
|
5626
|
-
.replace(
|
|
5626
|
+
.replace('{sbc_id}', encodeURIComponent(String(sbcId)));
|
|
5627
5627
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5628
5628
|
if (configuration) {
|
|
5629
5629
|
baseOptions = configuration.baseOptions;
|
|
@@ -5661,7 +5661,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5661
5661
|
// verify required parameter 'instanceId' is not null or undefined
|
|
5662
5662
|
(0, common_1.assertParamExists)('postRebootInstance', 'instanceId', instanceId);
|
|
5663
5663
|
localVarPath = "/tcx/installations/{instance_id}/reboot"
|
|
5664
|
-
.replace(
|
|
5664
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5665
5665
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5666
5666
|
if (configuration) {
|
|
5667
5667
|
baseOptions = configuration.baseOptions;
|
|
@@ -5702,7 +5702,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5702
5702
|
// verify required parameter 'size' is not null or undefined
|
|
5703
5703
|
(0, common_1.assertParamExists)('postResizeInstance', 'size', size);
|
|
5704
5704
|
localVarPath = "/tcx/installations/{instance_id}/resize"
|
|
5705
|
-
.replace(
|
|
5705
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5706
5706
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5707
5707
|
if (configuration) {
|
|
5708
5708
|
baseOptions = configuration.baseOptions;
|
|
@@ -5746,7 +5746,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5746
5746
|
// verify required parameter 'instanceId' is not null or undefined
|
|
5747
5747
|
(0, common_1.assertParamExists)('postRestartServices', 'instanceId', instanceId);
|
|
5748
5748
|
localVarPath = "/tcx/installations/{instance_id}/services/restart"
|
|
5749
|
-
.replace(
|
|
5749
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5750
5750
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5751
5751
|
if (configuration) {
|
|
5752
5752
|
baseOptions = configuration.baseOptions;
|
|
@@ -5787,7 +5787,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5787
5787
|
// verify required parameter 'instanceId' is not null or undefined
|
|
5788
5788
|
(0, common_1.assertParamExists)('postScheduledReboot', 'instanceId', instanceId);
|
|
5789
5789
|
localVarPath = "/tcx/installations/{instance_id}/reboot/scheduled"
|
|
5790
|
-
.replace(
|
|
5790
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5791
5791
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5792
5792
|
if (configuration) {
|
|
5793
5793
|
baseOptions = configuration.baseOptions;
|
|
@@ -5828,7 +5828,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5828
5828
|
// verify required parameter 'instanceId' is not null or undefined
|
|
5829
5829
|
(0, common_1.assertParamExists)('postSuspendInstance', 'instanceId', instanceId);
|
|
5830
5830
|
localVarPath = "/tcx/installations/{instance_id}/suspend"
|
|
5831
|
-
.replace(
|
|
5831
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5832
5832
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5833
5833
|
if (configuration) {
|
|
5834
5834
|
baseOptions = configuration.baseOptions;
|
|
@@ -5868,7 +5868,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5868
5868
|
// verify required parameter 'instanceId' is not null or undefined
|
|
5869
5869
|
(0, common_1.assertParamExists)('postTestLoginCredentials', 'instanceId', instanceId);
|
|
5870
5870
|
localVarPath = "/tcx/installations/{instance_id}/tests/login"
|
|
5871
|
-
.replace(
|
|
5871
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5872
5872
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5873
5873
|
if (configuration) {
|
|
5874
5874
|
baseOptions = configuration.baseOptions;
|
|
@@ -5905,7 +5905,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5905
5905
|
// verify required parameter 'instanceId' is not null or undefined
|
|
5906
5906
|
(0, common_1.assertParamExists)('postUnsuspendInstance', 'instanceId', instanceId);
|
|
5907
5907
|
localVarPath = "/tcx/installations/{instance_id}/unsuspend"
|
|
5908
|
-
.replace(
|
|
5908
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5909
5909
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5910
5910
|
if (configuration) {
|
|
5911
5911
|
baseOptions = configuration.baseOptions;
|
|
@@ -5945,7 +5945,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5945
5945
|
// verify required parameter 'schedule' is not null or undefined
|
|
5946
5946
|
(0, common_1.assertParamExists)('postUpgradeDebian', 'schedule', schedule);
|
|
5947
5947
|
localVarPath = "/tcx/installations/{instance_id}/debian/upgrade"
|
|
5948
|
-
.replace(
|
|
5948
|
+
.replace('{instance_id}', encodeURIComponent(String(instanceId)));
|
|
5949
5949
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5950
5950
|
if (configuration) {
|
|
5951
5951
|
baseOptions = configuration.baseOptions;
|
|
@@ -5986,7 +5986,7 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5986
5986
|
// verify required parameter 'wizardId' is not null or undefined
|
|
5987
5987
|
(0, common_1.assertParamExists)('putGetDetails', 'wizardId', wizardId);
|
|
5988
5988
|
localVarPath = "/tcx/installations/{wizard_id}/details"
|
|
5989
|
-
.replace(
|
|
5989
|
+
.replace('{wizard_id}', encodeURIComponent(String(wizardId)));
|
|
5990
5990
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5991
5991
|
if (configuration) {
|
|
5992
5992
|
baseOptions = configuration.baseOptions;
|
|
@@ -7120,8 +7120,8 @@ var Class3CXIntegrationsApiAxiosParamCreator = function (configuration) {
|
|
|
7120
7120
|
// verify required parameter 'ref' is not null or undefined
|
|
7121
7121
|
(0, common_1.assertParamExists)('patchUpdateEtpOrderReference', 'ref', ref);
|
|
7122
7122
|
localVarPath = "/tcx/integrations/edtechpro/{clientId}/schools/{schoolId}/orderReference"
|
|
7123
|
-
.replace(
|
|
7124
|
-
.replace(
|
|
7123
|
+
.replace('{clientId}', encodeURIComponent(String(clientId)))
|
|
7124
|
+
.replace('{schoolId}', encodeURIComponent(String(schoolId)));
|
|
7125
7125
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7126
7126
|
if (configuration) {
|
|
7127
7127
|
baseOptions = configuration.baseOptions;
|
|
@@ -7537,7 +7537,7 @@ var Class3CXMultiTenantApiAxiosParamCreator = function (configuration) {
|
|
|
7537
7537
|
// verify required parameter 'reference' is not null or undefined
|
|
7538
7538
|
(0, common_1.assertParamExists)('deleteGetTenant', 'reference', reference);
|
|
7539
7539
|
localVarPath = "/tcx/mt/tenants/{reference}"
|
|
7540
|
-
.replace(
|
|
7540
|
+
.replace('{reference}', encodeURIComponent(String(reference)));
|
|
7541
7541
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7542
7542
|
if (configuration) {
|
|
7543
7543
|
baseOptions = configuration.baseOptions;
|
|
@@ -7614,7 +7614,7 @@ var Class3CXMultiTenantApiAxiosParamCreator = function (configuration) {
|
|
|
7614
7614
|
// verify required parameter 'reference' is not null or undefined
|
|
7615
7615
|
(0, common_1.assertParamExists)('getGetTenant', 'reference', reference);
|
|
7616
7616
|
localVarPath = "/tcx/mt/tenants/{reference}"
|
|
7617
|
-
.replace(
|
|
7617
|
+
.replace('{reference}', encodeURIComponent(String(reference)));
|
|
7618
7618
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7619
7619
|
if (configuration) {
|
|
7620
7620
|
baseOptions = configuration.baseOptions;
|
|
@@ -8388,7 +8388,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8388
8388
|
// verify required parameter 'id' is not null or undefined
|
|
8389
8389
|
(0, common_1.assertParamExists)('deleteGetAdminNumberPort', 'id', id);
|
|
8390
8390
|
localVarPath = "/admin/sip/numbers/ports/{id}"
|
|
8391
|
-
.replace(
|
|
8391
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8392
8392
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8393
8393
|
if (configuration) {
|
|
8394
8394
|
baseOptions = configuration.baseOptions;
|
|
@@ -8469,7 +8469,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8469
8469
|
// verify required parameter 'id' is not null or undefined
|
|
8470
8470
|
(0, common_1.assertParamExists)('getGetAdminNumberPort', 'id', id);
|
|
8471
8471
|
localVarPath = "/admin/sip/numbers/ports/{id}"
|
|
8472
|
-
.replace(
|
|
8472
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8473
8473
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8474
8474
|
if (configuration) {
|
|
8475
8475
|
baseOptions = configuration.baseOptions;
|
|
@@ -8551,7 +8551,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8551
8551
|
// verify required parameter 'id' is not null or undefined
|
|
8552
8552
|
(0, common_1.assertParamExists)('getUpdateNumberPort', 'id', id);
|
|
8553
8553
|
localVarPath = "/sip/numbers/ports/{id}"
|
|
8554
|
-
.replace(
|
|
8554
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8555
8555
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8556
8556
|
if (configuration) {
|
|
8557
8557
|
baseOptions = configuration.baseOptions;
|
|
@@ -8588,7 +8588,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8588
8588
|
// verify required parameter 'id' is not null or undefined
|
|
8589
8589
|
(0, common_1.assertParamExists)('patchCancelAdminNumberPort', 'id', id);
|
|
8590
8590
|
localVarPath = "/admin/sip/numbers/ports/{id}/cancel"
|
|
8591
|
-
.replace(
|
|
8591
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8592
8592
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8593
8593
|
if (configuration) {
|
|
8594
8594
|
baseOptions = configuration.baseOptions;
|
|
@@ -8625,7 +8625,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8625
8625
|
// verify required parameter 'id' is not null or undefined
|
|
8626
8626
|
(0, common_1.assertParamExists)('patchCloseAdminNumberPort', 'id', id);
|
|
8627
8627
|
localVarPath = "/admin/sip/numbers/ports/{id}/close"
|
|
8628
|
-
.replace(
|
|
8628
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8629
8629
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8630
8630
|
if (configuration) {
|
|
8631
8631
|
baseOptions = configuration.baseOptions;
|
|
@@ -8665,7 +8665,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8665
8665
|
// verify required parameter 'postAddAdminNoteRequest' is not null or undefined
|
|
8666
8666
|
(0, common_1.assertParamExists)('postAddAdminNote', 'postAddAdminNoteRequest', postAddAdminNoteRequest);
|
|
8667
8667
|
localVarPath = "/admin/sip/numbers/ports/{id}/notes"
|
|
8668
|
-
.replace(
|
|
8668
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8669
8669
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8670
8670
|
if (configuration) {
|
|
8671
8671
|
baseOptions = configuration.baseOptions;
|
|
@@ -8800,7 +8800,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8800
8800
|
// verify required parameter 'id' is not null or undefined
|
|
8801
8801
|
(0, common_1.assertParamExists)('postSubmitNumberPort', 'id', id);
|
|
8802
8802
|
localVarPath = "/sip/numbers/ports/{id}/submit"
|
|
8803
|
-
.replace(
|
|
8803
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8804
8804
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8805
8805
|
if (configuration) {
|
|
8806
8806
|
baseOptions = configuration.baseOptions;
|
|
@@ -8888,7 +8888,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8888
8888
|
// verify required parameter 'id' is not null or undefined
|
|
8889
8889
|
(0, common_1.assertParamExists)('postUpdateNumberPort', 'id', id);
|
|
8890
8890
|
localVarPath = "/sip/numbers/ports/{id}"
|
|
8891
|
-
.replace(
|
|
8891
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8892
8892
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8893
8893
|
if (configuration) {
|
|
8894
8894
|
baseOptions = configuration.baseOptions;
|
|
@@ -8967,7 +8967,7 @@ var NumberPortingApiAxiosParamCreator = function (configuration) {
|
|
|
8967
8967
|
// verify required parameter 'numberPortDTO' is not null or undefined
|
|
8968
8968
|
(0, common_1.assertParamExists)('putGetAdminNumberPort', 'numberPortDTO', numberPortDTO);
|
|
8969
8969
|
localVarPath = "/admin/sip/numbers/ports/{id}"
|
|
8970
|
-
.replace(
|
|
8970
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
8971
8971
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
8972
8972
|
if (configuration) {
|
|
8973
8973
|
baseOptions = configuration.baseOptions;
|
|
@@ -10370,8 +10370,8 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10370
10370
|
// verify required parameter 'batchId' is not null or undefined
|
|
10371
10371
|
(0, common_1.assertParamExists)('deleteDeleteBatch', 'batchId', batchId);
|
|
10372
10372
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}"
|
|
10373
|
-
.replace(
|
|
10374
|
-
.replace(
|
|
10373
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
10374
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)));
|
|
10375
10375
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10376
10376
|
if (configuration) {
|
|
10377
10377
|
baseOptions = configuration.baseOptions;
|
|
@@ -10408,7 +10408,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10408
10408
|
// verify required parameter 'id' is not null or undefined
|
|
10409
10409
|
(0, common_1.assertParamExists)('deleteUpdateOrder', 'id', id);
|
|
10410
10410
|
localVarPath = "/orders/{id}"
|
|
10411
|
-
.replace(
|
|
10411
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10412
10412
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10413
10413
|
if (configuration) {
|
|
10414
10414
|
baseOptions = configuration.baseOptions;
|
|
@@ -10451,9 +10451,9 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10451
10451
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
10452
10452
|
(0, common_1.assertParamExists)('deleteUpdateShipment', 'shipmentId', shipmentId);
|
|
10453
10453
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id}"
|
|
10454
|
-
.replace(
|
|
10455
|
-
.replace(
|
|
10456
|
-
.replace(
|
|
10454
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
10455
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)))
|
|
10456
|
+
.replace('{shipment_id}', encodeURIComponent(String(shipmentId)));
|
|
10457
10457
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10458
10458
|
if (configuration) {
|
|
10459
10459
|
baseOptions = configuration.baseOptions;
|
|
@@ -10490,7 +10490,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10490
10490
|
// verify required parameter 'id' is not null or undefined
|
|
10491
10491
|
(0, common_1.assertParamExists)('getGetAdminEditableOrder', 'id', id);
|
|
10492
10492
|
localVarPath = "/admin/orders/{id}/views/editable"
|
|
10493
|
-
.replace(
|
|
10493
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10494
10494
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10495
10495
|
if (configuration) {
|
|
10496
10496
|
baseOptions = configuration.baseOptions;
|
|
@@ -10528,7 +10528,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10528
10528
|
// verify required parameter 'id' is not null or undefined
|
|
10529
10529
|
(0, common_1.assertParamExists)('getGetAdminOrderDetails', 'id', id);
|
|
10530
10530
|
localVarPath = "/admin/orders/{id}/details"
|
|
10531
|
-
.replace(
|
|
10531
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10532
10532
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10533
10533
|
if (configuration) {
|
|
10534
10534
|
baseOptions = configuration.baseOptions;
|
|
@@ -10572,9 +10572,9 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10572
10572
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
10573
10573
|
(0, common_1.assertParamExists)('getGetCommercialInvoice', 'shipmentId', shipmentId);
|
|
10574
10574
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id}/pdf"
|
|
10575
|
-
.replace(
|
|
10576
|
-
.replace(
|
|
10577
|
-
.replace(
|
|
10575
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
10576
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)))
|
|
10577
|
+
.replace('{shipment_id}', encodeURIComponent(String(shipmentId)));
|
|
10578
10578
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10579
10579
|
if (configuration) {
|
|
10580
10580
|
baseOptions = configuration.baseOptions;
|
|
@@ -10612,7 +10612,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10612
10612
|
// verify required parameter 'id' is not null or undefined
|
|
10613
10613
|
(0, common_1.assertParamExists)('getGetEditableOrder', 'id', id);
|
|
10614
10614
|
localVarPath = "/orders/{id}/views/editable"
|
|
10615
|
-
.replace(
|
|
10615
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10616
10616
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10617
10617
|
if (configuration) {
|
|
10618
10618
|
baseOptions = configuration.baseOptions;
|
|
@@ -10653,8 +10653,8 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10653
10653
|
// verify required parameter 'itemId' is not null or undefined
|
|
10654
10654
|
(0, common_1.assertParamExists)('getGetItemSerialInfo', 'itemId', itemId);
|
|
10655
10655
|
localVarPath = "/admin/orders/{id}/items/{item_id}/info"
|
|
10656
|
-
.replace(
|
|
10657
|
-
.replace(
|
|
10656
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
10657
|
+
.replace('{item_id}', encodeURIComponent(String(itemId)));
|
|
10658
10658
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10659
10659
|
if (configuration) {
|
|
10660
10660
|
baseOptions = configuration.baseOptions;
|
|
@@ -10692,7 +10692,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10692
10692
|
// verify required parameter 'id' is not null or undefined
|
|
10693
10693
|
(0, common_1.assertParamExists)('getGetOrderPdf', 'id', id);
|
|
10694
10694
|
localVarPath = "/orders/{id}/pdf"
|
|
10695
|
-
.replace(
|
|
10695
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10696
10696
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10697
10697
|
if (configuration) {
|
|
10698
10698
|
baseOptions = configuration.baseOptions;
|
|
@@ -10730,7 +10730,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10730
10730
|
// verify required parameter 'id' is not null or undefined
|
|
10731
10731
|
(0, common_1.assertParamExists)('getGetOrderSummary', 'id', id);
|
|
10732
10732
|
localVarPath = "/admin/orders/{id}/summary"
|
|
10733
|
-
.replace(
|
|
10733
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10734
10734
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10735
10735
|
if (configuration) {
|
|
10736
10736
|
baseOptions = configuration.baseOptions;
|
|
@@ -10830,7 +10830,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10830
10830
|
// verify required parameter 'id' is not null or undefined
|
|
10831
10831
|
(0, common_1.assertParamExists)('patchCompleteOrder', 'id', id);
|
|
10832
10832
|
localVarPath = "/admin/orders/{id}/complete"
|
|
10833
|
-
.replace(
|
|
10833
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10834
10834
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10835
10835
|
if (configuration) {
|
|
10836
10836
|
baseOptions = configuration.baseOptions;
|
|
@@ -10869,7 +10869,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10869
10869
|
// verify required parameter 'id' is not null or undefined
|
|
10870
10870
|
(0, common_1.assertParamExists)('postAddOrderNote', 'id', id);
|
|
10871
10871
|
localVarPath = "/admin/orders/{id}/notes"
|
|
10872
|
-
.replace(
|
|
10872
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
10873
10873
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10874
10874
|
if (configuration) {
|
|
10875
10875
|
baseOptions = configuration.baseOptions;
|
|
@@ -10954,8 +10954,8 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
10954
10954
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
10955
10955
|
(0, common_1.assertParamExists)('postCreateConsignment', 'shipmentId', shipmentId);
|
|
10956
10956
|
localVarPath = "/admin/orders/{id}/shipments/{shipment_id}/consignment"
|
|
10957
|
-
.replace(
|
|
10958
|
-
.replace(
|
|
10957
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
10958
|
+
.replace('{shipment_id}', encodeURIComponent(String(shipmentId)));
|
|
10959
10959
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
10960
10960
|
if (configuration) {
|
|
10961
10961
|
baseOptions = configuration.baseOptions;
|
|
@@ -11036,8 +11036,8 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11036
11036
|
// verify required parameter 'batchId' is not null or undefined
|
|
11037
11037
|
(0, common_1.assertParamExists)('postCreateShipment', 'batchId', batchId);
|
|
11038
11038
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/shipments"
|
|
11039
|
-
.replace(
|
|
11040
|
-
.replace(
|
|
11039
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
11040
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)));
|
|
11041
11041
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11042
11042
|
if (configuration) {
|
|
11043
11043
|
baseOptions = configuration.baseOptions;
|
|
@@ -11119,7 +11119,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11119
11119
|
// verify required parameter 'id' is not null or undefined
|
|
11120
11120
|
(0, common_1.assertParamExists)('postIssueCredit', 'id', id);
|
|
11121
11121
|
localVarPath = "/admin/orders/{id}/credit"
|
|
11122
|
-
.replace(
|
|
11122
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
11123
11123
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11124
11124
|
if (configuration) {
|
|
11125
11125
|
baseOptions = configuration.baseOptions;
|
|
@@ -11165,8 +11165,8 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11165
11165
|
// verify required parameter 'printer' is not null or undefined
|
|
11166
11166
|
(0, common_1.assertParamExists)('postPrintShippingLabel', 'printer', printer);
|
|
11167
11167
|
localVarPath = "/admin/orders/{id}/shipments/{shipment_id}/label/print"
|
|
11168
|
-
.replace(
|
|
11169
|
-
.replace(
|
|
11168
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
11169
|
+
.replace('{shipment_id}', encodeURIComponent(String(shipmentId)));
|
|
11170
11170
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11171
11171
|
if (configuration) {
|
|
11172
11172
|
baseOptions = configuration.baseOptions;
|
|
@@ -11210,8 +11210,8 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11210
11210
|
// verify required parameter 'batchId' is not null or undefined
|
|
11211
11211
|
(0, common_1.assertParamExists)('postProcessTcxLicences', 'batchId', batchId);
|
|
11212
11212
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/licences/process"
|
|
11213
|
-
.replace(
|
|
11214
|
-
.replace(
|
|
11213
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
11214
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)));
|
|
11215
11215
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11216
11216
|
if (configuration) {
|
|
11217
11217
|
baseOptions = configuration.baseOptions;
|
|
@@ -11252,7 +11252,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11252
11252
|
// verify required parameter 'email' is not null or undefined
|
|
11253
11253
|
(0, common_1.assertParamExists)('postSendOrderEmail', 'email', email);
|
|
11254
11254
|
localVarPath = "/admin/orders/{id}/email/send"
|
|
11255
|
-
.replace(
|
|
11255
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
11256
11256
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11257
11257
|
if (configuration) {
|
|
11258
11258
|
baseOptions = configuration.baseOptions;
|
|
@@ -11301,9 +11301,9 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11301
11301
|
// verify required parameter 'email' is not null or undefined
|
|
11302
11302
|
(0, common_1.assertParamExists)('postSendShipmentEmail', 'email', email);
|
|
11303
11303
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id}/send/email"
|
|
11304
|
-
.replace(
|
|
11305
|
-
.replace(
|
|
11306
|
-
.replace(
|
|
11304
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
11305
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)))
|
|
11306
|
+
.replace('{shipment_id}', encodeURIComponent(String(shipmentId)));
|
|
11307
11307
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11308
11308
|
if (configuration) {
|
|
11309
11309
|
baseOptions = configuration.baseOptions;
|
|
@@ -11346,8 +11346,8 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11346
11346
|
// verify required parameter 'batchId' is not null or undefined
|
|
11347
11347
|
(0, common_1.assertParamExists)('postSendSupplierEmail', 'batchId', batchId);
|
|
11348
11348
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/email/send"
|
|
11349
|
-
.replace(
|
|
11350
|
-
.replace(
|
|
11349
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
11350
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)));
|
|
11351
11351
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11352
11352
|
if (configuration) {
|
|
11353
11353
|
baseOptions = configuration.baseOptions;
|
|
@@ -11385,7 +11385,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11385
11385
|
// verify required parameter 'id' is not null or undefined
|
|
11386
11386
|
(0, common_1.assertParamExists)('postSplitOrder', 'id', id);
|
|
11387
11387
|
localVarPath = "/admin/orders/{id}/split"
|
|
11388
|
-
.replace(
|
|
11388
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
11389
11389
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11390
11390
|
if (configuration) {
|
|
11391
11391
|
baseOptions = configuration.baseOptions;
|
|
@@ -11429,7 +11429,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11429
11429
|
// verify required parameter 'supplierId' is not null or undefined
|
|
11430
11430
|
(0, common_1.assertParamExists)('putAllocateItems', 'supplierId', supplierId);
|
|
11431
11431
|
localVarPath = "/admin/orders/{id}/items/allocate"
|
|
11432
|
-
.replace(
|
|
11432
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
11433
11433
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11434
11434
|
if (configuration) {
|
|
11435
11435
|
baseOptions = configuration.baseOptions;
|
|
@@ -11474,7 +11474,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11474
11474
|
// verify required parameter 'id' is not null or undefined
|
|
11475
11475
|
(0, common_1.assertParamExists)('putUpdateAdminOrder', 'id', id);
|
|
11476
11476
|
localVarPath = "/admin/orders/{id}"
|
|
11477
|
-
.replace(
|
|
11477
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
11478
11478
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11479
11479
|
if (configuration) {
|
|
11480
11480
|
baseOptions = configuration.baseOptions;
|
|
@@ -11524,9 +11524,9 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11524
11524
|
// verify required parameter 'itemId' is not null or undefined
|
|
11525
11525
|
(0, common_1.assertParamExists)('putUpdateBatchItem', 'itemId', itemId);
|
|
11526
11526
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/items/{item_id}"
|
|
11527
|
-
.replace(
|
|
11528
|
-
.replace(
|
|
11529
|
-
.replace(
|
|
11527
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
11528
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)))
|
|
11529
|
+
.replace('{item_id}', encodeURIComponent(String(itemId)));
|
|
11530
11530
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11531
11531
|
if (configuration) {
|
|
11532
11532
|
baseOptions = configuration.baseOptions;
|
|
@@ -11568,7 +11568,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11568
11568
|
// verify required parameter 'id' is not null or undefined
|
|
11569
11569
|
(0, common_1.assertParamExists)('putUpdateOrder', 'id', id);
|
|
11570
11570
|
localVarPath = "/orders/{id}"
|
|
11571
|
-
.replace(
|
|
11571
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
11572
11572
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11573
11573
|
if (configuration) {
|
|
11574
11574
|
baseOptions = configuration.baseOptions;
|
|
@@ -11614,7 +11614,7 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11614
11614
|
// verify required parameter 'paid' is not null or undefined
|
|
11615
11615
|
(0, common_1.assertParamExists)('putUpdatePaymentStatus', 'paid', paid);
|
|
11616
11616
|
localVarPath = "/admin/orders/{id}/paid"
|
|
11617
|
-
.replace(
|
|
11617
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
11618
11618
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11619
11619
|
if (configuration) {
|
|
11620
11620
|
baseOptions = configuration.baseOptions;
|
|
@@ -11662,9 +11662,9 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
11662
11662
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
11663
11663
|
(0, common_1.assertParamExists)('putUpdateShipment', 'shipmentId', shipmentId);
|
|
11664
11664
|
localVarPath = "/admin/orders/{id}/batches/{batch_id}/shipments/{shipment_id}"
|
|
11665
|
-
.replace(
|
|
11666
|
-
.replace(
|
|
11667
|
-
.replace(
|
|
11665
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
11666
|
+
.replace('{batch_id}', encodeURIComponent(String(batchId)))
|
|
11667
|
+
.replace('{shipment_id}', encodeURIComponent(String(shipmentId)));
|
|
11668
11668
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
11669
11669
|
if (configuration) {
|
|
11670
11670
|
baseOptions = configuration.baseOptions;
|
|
@@ -13848,7 +13848,7 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
13848
13848
|
// verify required parameter 'quantity' is not null or undefined
|
|
13849
13849
|
(0, common_1.assertParamExists)('patchAddQuantityToStock', 'quantity', quantity);
|
|
13850
13850
|
localVarPath = "/products/{sku}/stock/add"
|
|
13851
|
-
.replace(
|
|
13851
|
+
.replace('{sku}', encodeURIComponent(String(sku)));
|
|
13852
13852
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
13853
13853
|
if (configuration) {
|
|
13854
13854
|
baseOptions = configuration.baseOptions;
|
|
@@ -13891,7 +13891,7 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
13891
13891
|
// verify required parameter 'postGetProductForCustomerRequest' is not null or undefined
|
|
13892
13892
|
(0, common_1.assertParamExists)('postGetProduct', 'postGetProductForCustomerRequest', postGetProductForCustomerRequest);
|
|
13893
13893
|
localVarPath = "/products/{sku}"
|
|
13894
|
-
.replace(
|
|
13894
|
+
.replace('{sku}', encodeURIComponent(String(sku)));
|
|
13895
13895
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
13896
13896
|
if (configuration) {
|
|
13897
13897
|
baseOptions = configuration.baseOptions;
|
|
@@ -13937,7 +13937,7 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
13937
13937
|
// verify required parameter 'postGetProductForCustomerRequest' is not null or undefined
|
|
13938
13938
|
(0, common_1.assertParamExists)('postGetProductForCustomer', 'postGetProductForCustomerRequest', postGetProductForCustomerRequest);
|
|
13939
13939
|
localVarPath = "/admin/products/{sku}"
|
|
13940
|
-
.replace(
|
|
13940
|
+
.replace('{sku}', encodeURIComponent(String(sku)));
|
|
13941
13941
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
13942
13942
|
if (configuration) {
|
|
13943
13943
|
baseOptions = configuration.baseOptions;
|
|
@@ -14468,7 +14468,7 @@ var ProspectsApiAxiosParamCreator = function (configuration) {
|
|
|
14468
14468
|
// verify required parameter 'xeroId' is not null or undefined
|
|
14469
14469
|
(0, common_1.assertParamExists)('getGetProspect', 'xeroId', xeroId);
|
|
14470
14470
|
localVarPath = "/accounts/prospects/{xero_id}"
|
|
14471
|
-
.replace(
|
|
14471
|
+
.replace('{xero_id}', encodeURIComponent(String(xeroId)));
|
|
14472
14472
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
14473
14473
|
if (configuration) {
|
|
14474
14474
|
baseOptions = configuration.baseOptions;
|
|
@@ -14543,7 +14543,7 @@ var ProspectsApiAxiosParamCreator = function (configuration) {
|
|
|
14543
14543
|
// verify required parameter 'status' is not null or undefined
|
|
14544
14544
|
(0, common_1.assertParamExists)('getRemoveFromProspects', 'status', status);
|
|
14545
14545
|
localVarPath = "/accounts/prospects/{xero_id}/remove"
|
|
14546
|
-
.replace(
|
|
14546
|
+
.replace('{xero_id}', encodeURIComponent(String(xeroId)));
|
|
14547
14547
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
14548
14548
|
if (configuration) {
|
|
14549
14549
|
baseOptions = configuration.baseOptions;
|
|
@@ -14587,7 +14587,7 @@ var ProspectsApiAxiosParamCreator = function (configuration) {
|
|
|
14587
14587
|
// verify required parameter 'date' is not null or undefined
|
|
14588
14588
|
(0, common_1.assertParamExists)('getSetCallback', 'date', date);
|
|
14589
14589
|
localVarPath = "/accounts/prospects/{xero_id}/date"
|
|
14590
|
-
.replace(
|
|
14590
|
+
.replace('{xero_id}', encodeURIComponent(String(xeroId)));
|
|
14591
14591
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
14592
14592
|
if (configuration) {
|
|
14593
14593
|
baseOptions = configuration.baseOptions;
|
|
@@ -14848,8 +14848,8 @@ var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
|
14848
14848
|
// verify required parameter 'mac' is not null or undefined
|
|
14849
14849
|
(0, common_1.assertParamExists)('deleteAddFanvilMac', 'mac', mac);
|
|
14850
14850
|
localVarPath = "/provisioning/fanvil/groups/{id}/macs/{mac}"
|
|
14851
|
-
.replace(
|
|
14852
|
-
.replace(
|
|
14851
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
14852
|
+
.replace('{mac}', encodeURIComponent(String(mac)));
|
|
14853
14853
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
14854
14854
|
if (configuration) {
|
|
14855
14855
|
baseOptions = configuration.baseOptions;
|
|
@@ -14886,7 +14886,7 @@ var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
|
14886
14886
|
// verify required parameter 'id' is not null or undefined
|
|
14887
14887
|
(0, common_1.assertParamExists)('deleteDeleteFanvilGroup', 'id', id);
|
|
14888
14888
|
localVarPath = "/provisioning/fanvil/groups/{id}"
|
|
14889
|
-
.replace(
|
|
14889
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
14890
14890
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
14891
14891
|
if (configuration) {
|
|
14892
14892
|
baseOptions = configuration.baseOptions;
|
|
@@ -14926,8 +14926,8 @@ var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
|
14926
14926
|
// verify required parameter 'mac' is not null or undefined
|
|
14927
14927
|
(0, common_1.assertParamExists)('getGetFanvilEncryptionKey', 'mac', mac);
|
|
14928
14928
|
localVarPath = "/provisioning/fanvil/groups/{id}/macs/{mac}/key"
|
|
14929
|
-
.replace(
|
|
14930
|
-
.replace(
|
|
14929
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
14930
|
+
.replace('{mac}', encodeURIComponent(String(mac)));
|
|
14931
14931
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
14932
14932
|
if (configuration) {
|
|
14933
14933
|
baseOptions = configuration.baseOptions;
|
|
@@ -14965,7 +14965,7 @@ var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
|
14965
14965
|
// verify required parameter 'id' is not null or undefined
|
|
14966
14966
|
(0, common_1.assertParamExists)('getGetFanvilGroupMacs', 'id', id);
|
|
14967
14967
|
localVarPath = "/provisioning/fanvil/groups/{id}/macs"
|
|
14968
|
-
.replace(
|
|
14968
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
14969
14969
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
14970
14970
|
if (configuration) {
|
|
14971
14971
|
baseOptions = configuration.baseOptions;
|
|
@@ -15081,8 +15081,8 @@ var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
|
15081
15081
|
// verify required parameter 'mac' is not null or undefined
|
|
15082
15082
|
(0, common_1.assertParamExists)('postAddFanvilMac', 'mac', mac);
|
|
15083
15083
|
localVarPath = "/provisioning/fanvil/groups/{id}/macs/{mac}"
|
|
15084
|
-
.replace(
|
|
15085
|
-
.replace(
|
|
15084
|
+
.replace('{id}', encodeURIComponent(String(id)))
|
|
15085
|
+
.replace('{mac}', encodeURIComponent(String(mac)));
|
|
15086
15086
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15087
15087
|
if (configuration) {
|
|
15088
15088
|
baseOptions = configuration.baseOptions;
|
|
@@ -15474,7 +15474,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15474
15474
|
// verify required parameter 'id' is not null or undefined
|
|
15475
15475
|
(0, common_1.assertParamExists)('deleteGetSipTrunk', 'id', id);
|
|
15476
15476
|
localVarPath = "/sip/trunks/{id}"
|
|
15477
|
-
.replace(
|
|
15477
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15478
15478
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15479
15479
|
if (configuration) {
|
|
15480
15480
|
baseOptions = configuration.baseOptions;
|
|
@@ -15512,7 +15512,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15512
15512
|
// verify required parameter 'id' is not null or undefined
|
|
15513
15513
|
(0, common_1.assertParamExists)('getCanDivert', 'id', id);
|
|
15514
15514
|
localVarPath = "/sip/trunks/{id}/diverts/allowed"
|
|
15515
|
-
.replace(
|
|
15515
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15516
15516
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15517
15517
|
if (configuration) {
|
|
15518
15518
|
baseOptions = configuration.baseOptions;
|
|
@@ -15550,7 +15550,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15550
15550
|
// verify required parameter 'id' is not null or undefined
|
|
15551
15551
|
(0, common_1.assertParamExists)('getGetAddress', 'id', id);
|
|
15552
15552
|
localVarPath = "/sip/trunks/{id}/address"
|
|
15553
|
-
.replace(
|
|
15553
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15554
15554
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15555
15555
|
if (configuration) {
|
|
15556
15556
|
baseOptions = configuration.baseOptions;
|
|
@@ -15659,7 +15659,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15659
15659
|
// verify required parameter 'id' is not null or undefined
|
|
15660
15660
|
(0, common_1.assertParamExists)('getGetCliFlexibility', 'id', id);
|
|
15661
15661
|
localVarPath = "/sip/trunks/{id}/cli/flexibility"
|
|
15662
|
-
.replace(
|
|
15662
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15663
15663
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15664
15664
|
if (configuration) {
|
|
15665
15665
|
baseOptions = configuration.baseOptions;
|
|
@@ -15697,7 +15697,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15697
15697
|
// verify required parameter 'id' is not null or undefined
|
|
15698
15698
|
(0, common_1.assertParamExists)('getGetDdis', 'id', id);
|
|
15699
15699
|
localVarPath = "/sip/trunks/{id}/ddis"
|
|
15700
|
-
.replace(
|
|
15700
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15701
15701
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15702
15702
|
if (configuration) {
|
|
15703
15703
|
baseOptions = configuration.baseOptions;
|
|
@@ -15736,7 +15736,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15736
15736
|
// verify required parameter 'id' is not null or undefined
|
|
15737
15737
|
(0, common_1.assertParamExists)('getGetDiverts', 'id', id);
|
|
15738
15738
|
localVarPath = "/sip/trunks/{id}/diverts"
|
|
15739
|
-
.replace(
|
|
15739
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15740
15740
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15741
15741
|
if (configuration) {
|
|
15742
15742
|
baseOptions = configuration.baseOptions;
|
|
@@ -15777,7 +15777,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15777
15777
|
// verify required parameter 'id' is not null or undefined
|
|
15778
15778
|
(0, common_1.assertParamExists)('getGetSipTrunk', 'id', id);
|
|
15779
15779
|
localVarPath = "/sip/trunks/{id}"
|
|
15780
|
-
.replace(
|
|
15780
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15781
15781
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15782
15782
|
if (configuration) {
|
|
15783
15783
|
baseOptions = configuration.baseOptions;
|
|
@@ -15864,7 +15864,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15864
15864
|
// verify required parameter 'enabled' is not null or undefined
|
|
15865
15865
|
(0, common_1.assertParamExists)('patchGetCliFlexibility', 'enabled', enabled);
|
|
15866
15866
|
localVarPath = "/sip/trunks/{id}/cli/flexibility"
|
|
15867
|
-
.replace(
|
|
15867
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15868
15868
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15869
15869
|
if (configuration) {
|
|
15870
15870
|
baseOptions = configuration.baseOptions;
|
|
@@ -15905,7 +15905,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15905
15905
|
// verify required parameter 'id' is not null or undefined
|
|
15906
15906
|
(0, common_1.assertParamExists)('patchSetAsAvailable', 'id', id);
|
|
15907
15907
|
localVarPath = "/sip/trunks/{id}/available"
|
|
15908
|
-
.replace(
|
|
15908
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15909
15909
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15910
15910
|
if (configuration) {
|
|
15911
15911
|
baseOptions = configuration.baseOptions;
|
|
@@ -15946,7 +15946,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15946
15946
|
// verify required parameter 'ownerId' is not null or undefined
|
|
15947
15947
|
(0, common_1.assertParamExists)('patchSetOwnership', 'ownerId', ownerId);
|
|
15948
15948
|
localVarPath = "/sip/trunks/{id}/owner"
|
|
15949
|
-
.replace(
|
|
15949
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15950
15950
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15951
15951
|
if (configuration) {
|
|
15952
15952
|
baseOptions = configuration.baseOptions;
|
|
@@ -15992,7 +15992,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
15992
15992
|
// verify required parameter 'channels' is not null or undefined
|
|
15993
15993
|
(0, common_1.assertParamExists)('patchUpdateChannelCount', 'channels', channels);
|
|
15994
15994
|
localVarPath = "/sip/trunks/{id}/channels"
|
|
15995
|
-
.replace(
|
|
15995
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
15996
15996
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15997
15997
|
if (configuration) {
|
|
15998
15998
|
baseOptions = configuration.baseOptions;
|
|
@@ -16036,7 +16036,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
16036
16036
|
// verify required parameter 'company' is not null or undefined
|
|
16037
16037
|
(0, common_1.assertParamExists)('patchUpdateCompanyName', 'company', company);
|
|
16038
16038
|
localVarPath = "/sip/trunks/{id}/company"
|
|
16039
|
-
.replace(
|
|
16039
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
16040
16040
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
16041
16041
|
if (configuration) {
|
|
16042
16042
|
baseOptions = configuration.baseOptions;
|
|
@@ -16080,7 +16080,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
16080
16080
|
// verify required parameter 'number' is not null or undefined
|
|
16081
16081
|
(0, common_1.assertParamExists)('patchUpdateMainTrunkNumber', 'number', number);
|
|
16082
16082
|
localVarPath = "/sip/trunks/{id}/number"
|
|
16083
|
-
.replace(
|
|
16083
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
16084
16084
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
16085
16085
|
if (configuration) {
|
|
16086
16086
|
baseOptions = configuration.baseOptions;
|
|
@@ -16124,7 +16124,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
16124
16124
|
// verify required parameter 'ipAddress' is not null or undefined
|
|
16125
16125
|
(0, common_1.assertParamExists)('patchUpdatePbxIPAddress', 'ipAddress', ipAddress);
|
|
16126
16126
|
localVarPath = "/sip/trunks/{id}/pbx/ip"
|
|
16127
|
-
.replace(
|
|
16127
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
16128
16128
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
16129
16129
|
if (configuration) {
|
|
16130
16130
|
baseOptions = configuration.baseOptions;
|
|
@@ -16166,7 +16166,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
16166
16166
|
// verify required parameter 'id' is not null or undefined
|
|
16167
16167
|
(0, common_1.assertParamExists)('postGetDdis', 'id', id);
|
|
16168
16168
|
localVarPath = "/sip/trunks/{id}/ddis"
|
|
16169
|
-
.replace(
|
|
16169
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
16170
16170
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
16171
16171
|
if (configuration) {
|
|
16172
16172
|
baseOptions = configuration.baseOptions;
|
|
@@ -16318,7 +16318,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
16318
16318
|
// verify required parameter 'id' is not null or undefined
|
|
16319
16319
|
(0, common_1.assertParamExists)('putGetAddress', 'id', id);
|
|
16320
16320
|
localVarPath = "/sip/trunks/{id}/address"
|
|
16321
|
-
.replace(
|
|
16321
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
16322
16322
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
16323
16323
|
if (configuration) {
|
|
16324
16324
|
baseOptions = configuration.baseOptions;
|
|
@@ -16362,7 +16362,7 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
16362
16362
|
// verify required parameter 'enabled' is not null or undefined
|
|
16363
16363
|
(0, common_1.assertParamExists)('putGetDiverts', 'enabled', enabled);
|
|
16364
16364
|
localVarPath = "/sip/trunks/{id}/diverts"
|
|
16365
|
-
.replace(
|
|
16365
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
16366
16366
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
16367
16367
|
if (configuration) {
|
|
16368
16368
|
baseOptions = configuration.baseOptions;
|
|
@@ -17768,7 +17768,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
17768
17768
|
// verify required parameter 'id' is not null or undefined
|
|
17769
17769
|
(0, common_1.assertParamExists)('patchArchiveEvent', 'id', id);
|
|
17770
17770
|
localVarPath = "/services/events/{id}/archive"
|
|
17771
|
-
.replace(
|
|
17771
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
17772
17772
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
17773
17773
|
if (configuration) {
|
|
17774
17774
|
baseOptions = configuration.baseOptions;
|
|
@@ -17806,7 +17806,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
17806
17806
|
// verify required parameter 'id' is not null or undefined
|
|
17807
17807
|
(0, common_1.assertParamExists)('patchUpdateEvent', 'id', id);
|
|
17808
17808
|
localVarPath = "/services/events/{id}"
|
|
17809
|
-
.replace(
|
|
17809
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
17810
17810
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
17811
17811
|
if (configuration) {
|
|
17812
17812
|
baseOptions = configuration.baseOptions;
|
|
@@ -17882,7 +17882,7 @@ var ServicesApiAxiosParamCreator = function (configuration) {
|
|
|
17882
17882
|
// verify required parameter 'id' is not null or undefined
|
|
17883
17883
|
(0, common_1.assertParamExists)('postCreateEventUpdate', 'id', id);
|
|
17884
17884
|
localVarPath = "/services/events/{id}/updates"
|
|
17885
|
-
.replace(
|
|
17885
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
17886
17886
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
17887
17887
|
if (configuration) {
|
|
17888
17888
|
baseOptions = configuration.baseOptions;
|
|
@@ -18498,7 +18498,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18498
18498
|
// verify required parameter 'id' is not null or undefined
|
|
18499
18499
|
(0, common_1.assertParamExists)('deleteDeleteStockOrder', 'id', id);
|
|
18500
18500
|
localVarPath = "/stock/orders/{id}"
|
|
18501
|
-
.replace(
|
|
18501
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
18502
18502
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18503
18503
|
if (configuration) {
|
|
18504
18504
|
baseOptions = configuration.baseOptions;
|
|
@@ -18538,8 +18538,8 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18538
18538
|
// verify required parameter 'deductionId' is not null or undefined
|
|
18539
18539
|
(0, common_1.assertParamExists)('deleteDeleteStockOrderDeduction', 'deductionId', deductionId);
|
|
18540
18540
|
localVarPath = "/stock/orders/{order_id}/deductions/{deduction_id}"
|
|
18541
|
-
.replace(
|
|
18542
|
-
.replace(
|
|
18541
|
+
.replace('{order_id}', encodeURIComponent(String(orderId)))
|
|
18542
|
+
.replace('{deduction_id}', encodeURIComponent(String(deductionId)));
|
|
18543
18543
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18544
18544
|
if (configuration) {
|
|
18545
18545
|
baseOptions = configuration.baseOptions;
|
|
@@ -18579,8 +18579,8 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18579
18579
|
// verify required parameter 'itemId' is not null or undefined
|
|
18580
18580
|
(0, common_1.assertParamExists)('deleteDeleteStockOrderItem', 'itemId', itemId);
|
|
18581
18581
|
localVarPath = "/stock/orders/{order_id}/items/{item_id}"
|
|
18582
|
-
.replace(
|
|
18583
|
-
.replace(
|
|
18582
|
+
.replace('{order_id}', encodeURIComponent(String(orderId)))
|
|
18583
|
+
.replace('{item_id}', encodeURIComponent(String(itemId)));
|
|
18584
18584
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18585
18585
|
if (configuration) {
|
|
18586
18586
|
baseOptions = configuration.baseOptions;
|
|
@@ -18617,7 +18617,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18617
18617
|
// verify required parameter 'id' is not null or undefined
|
|
18618
18618
|
(0, common_1.assertParamExists)('deleteGetStockProduct', 'id', id);
|
|
18619
18619
|
localVarPath = "/stock/products/{id}"
|
|
18620
|
-
.replace(
|
|
18620
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
18621
18621
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18622
18622
|
if (configuration) {
|
|
18623
18623
|
baseOptions = configuration.baseOptions;
|
|
@@ -18654,7 +18654,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18654
18654
|
// verify required parameter 'id' is not null or undefined
|
|
18655
18655
|
(0, common_1.assertParamExists)('getDeleteStockOrder', 'id', id);
|
|
18656
18656
|
localVarPath = "/stock/orders/{id}"
|
|
18657
|
-
.replace(
|
|
18657
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
18658
18658
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18659
18659
|
if (configuration) {
|
|
18660
18660
|
baseOptions = configuration.baseOptions;
|
|
@@ -18692,7 +18692,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18692
18692
|
// verify required parameter 'sku' is not null or undefined
|
|
18693
18693
|
(0, common_1.assertParamExists)('getGetProductDetails', 'sku', sku);
|
|
18694
18694
|
localVarPath = "/stock/products/{sku}/details"
|
|
18695
|
-
.replace(
|
|
18695
|
+
.replace('{sku}', encodeURIComponent(String(sku)));
|
|
18696
18696
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18697
18697
|
if (configuration) {
|
|
18698
18698
|
baseOptions = configuration.baseOptions;
|
|
@@ -18730,7 +18730,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18730
18730
|
// verify required parameter 'id' is not null or undefined
|
|
18731
18731
|
(0, common_1.assertParamExists)('getGetStockOrderPurchaseOrder', 'id', id);
|
|
18732
18732
|
localVarPath = "/stock/orders/{id}/po"
|
|
18733
|
-
.replace(
|
|
18733
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
18734
18734
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18735
18735
|
if (configuration) {
|
|
18736
18736
|
baseOptions = configuration.baseOptions;
|
|
@@ -18768,7 +18768,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18768
18768
|
// verify required parameter 'id' is not null or undefined
|
|
18769
18769
|
(0, common_1.assertParamExists)('getGetStockOrderSupplierEmail', 'id', id);
|
|
18770
18770
|
localVarPath = "/stock/orders/{id}/supplier/email"
|
|
18771
|
-
.replace(
|
|
18771
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
18772
18772
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18773
18773
|
if (configuration) {
|
|
18774
18774
|
baseOptions = configuration.baseOptions;
|
|
@@ -18856,7 +18856,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18856
18856
|
// verify required parameter 'id' is not null or undefined
|
|
18857
18857
|
(0, common_1.assertParamExists)('getGetStockProduct', 'id', id);
|
|
18858
18858
|
localVarPath = "/stock/products/{id}"
|
|
18859
|
-
.replace(
|
|
18859
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
18860
18860
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18861
18861
|
if (configuration) {
|
|
18862
18862
|
baseOptions = configuration.baseOptions;
|
|
@@ -18974,7 +18974,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
18974
18974
|
// verify required parameter 'id' is not null or undefined
|
|
18975
18975
|
(0, common_1.assertParamExists)('getGetStockSupplierProducts', 'id', id);
|
|
18976
18976
|
localVarPath = "/stock/suppliers/{id}/products"
|
|
18977
|
-
.replace(
|
|
18977
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
18978
18978
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
18979
18979
|
if (configuration) {
|
|
18980
18980
|
baseOptions = configuration.baseOptions;
|
|
@@ -19012,7 +19012,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19012
19012
|
// verify required parameter 'id' is not null or undefined
|
|
19013
19013
|
(0, common_1.assertParamExists)('getUploadStockOrderInvoice', 'id', id);
|
|
19014
19014
|
localVarPath = "/stock/orders/{id}/invoice"
|
|
19015
|
-
.replace(
|
|
19015
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
19016
19016
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19017
19017
|
if (configuration) {
|
|
19018
19018
|
baseOptions = configuration.baseOptions;
|
|
@@ -19051,7 +19051,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19051
19051
|
// verify required parameter 'id' is not null or undefined
|
|
19052
19052
|
(0, common_1.assertParamExists)('patchDeleteStockOrder', 'id', id);
|
|
19053
19053
|
localVarPath = "/stock/orders/{id}"
|
|
19054
|
-
.replace(
|
|
19054
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
19055
19055
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19056
19056
|
if (configuration) {
|
|
19057
19057
|
baseOptions = configuration.baseOptions;
|
|
@@ -19095,8 +19095,8 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19095
19095
|
// verify required parameter 'deductionId' is not null or undefined
|
|
19096
19096
|
(0, common_1.assertParamExists)('patchDeleteStockOrderDeduction', 'deductionId', deductionId);
|
|
19097
19097
|
localVarPath = "/stock/orders/{order_id}/deductions/{deduction_id}"
|
|
19098
|
-
.replace(
|
|
19099
|
-
.replace(
|
|
19098
|
+
.replace('{order_id}', encodeURIComponent(String(orderId)))
|
|
19099
|
+
.replace('{deduction_id}', encodeURIComponent(String(deductionId)));
|
|
19100
19100
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19101
19101
|
if (configuration) {
|
|
19102
19102
|
baseOptions = configuration.baseOptions;
|
|
@@ -19140,8 +19140,8 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19140
19140
|
// verify required parameter 'itemId' is not null or undefined
|
|
19141
19141
|
(0, common_1.assertParamExists)('patchDeleteStockOrderItem', 'itemId', itemId);
|
|
19142
19142
|
localVarPath = "/stock/orders/{order_id}/items/{item_id}"
|
|
19143
|
-
.replace(
|
|
19144
|
-
.replace(
|
|
19143
|
+
.replace('{order_id}', encodeURIComponent(String(orderId)))
|
|
19144
|
+
.replace('{item_id}', encodeURIComponent(String(itemId)));
|
|
19145
19145
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19146
19146
|
if (configuration) {
|
|
19147
19147
|
baseOptions = configuration.baseOptions;
|
|
@@ -19182,7 +19182,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19182
19182
|
// verify required parameter 'id' is not null or undefined
|
|
19183
19183
|
(0, common_1.assertParamExists)('postAddStockOrderDeduction', 'id', id);
|
|
19184
19184
|
localVarPath = "/stock/orders/{id}/deductions"
|
|
19185
|
-
.replace(
|
|
19185
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
19186
19186
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19187
19187
|
if (configuration) {
|
|
19188
19188
|
baseOptions = configuration.baseOptions;
|
|
@@ -19223,7 +19223,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19223
19223
|
// verify required parameter 'id' is not null or undefined
|
|
19224
19224
|
(0, common_1.assertParamExists)('postAddStockOrderItem', 'id', id);
|
|
19225
19225
|
localVarPath = "/stock/orders/{id}/items"
|
|
19226
|
-
.replace(
|
|
19226
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
19227
19227
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19228
19228
|
if (configuration) {
|
|
19229
19229
|
baseOptions = configuration.baseOptions;
|
|
@@ -19340,7 +19340,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19340
19340
|
// verify required parameter 'invoice' is not null or undefined
|
|
19341
19341
|
(0, common_1.assertParamExists)('postUploadStockOrderInvoice', 'invoice', invoice);
|
|
19342
19342
|
localVarPath = "/stock/orders/{id}/invoice"
|
|
19343
|
-
.replace(
|
|
19343
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
19344
19344
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19345
19345
|
if (configuration) {
|
|
19346
19346
|
baseOptions = configuration.baseOptions;
|
|
@@ -19384,7 +19384,7 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19384
19384
|
// verify required parameter 'id' is not null or undefined
|
|
19385
19385
|
(0, common_1.assertParamExists)('putGetStockProduct', 'id', id);
|
|
19386
19386
|
localVarPath = "/stock/products/{id}"
|
|
19387
|
-
.replace(
|
|
19387
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
19388
19388
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19389
19389
|
if (configuration) {
|
|
19390
19390
|
baseOptions = configuration.baseOptions;
|
|
@@ -19430,8 +19430,8 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
19430
19430
|
// verify required parameter 'received' is not null or undefined
|
|
19431
19431
|
(0, common_1.assertParamExists)('putReceiveStockOrderItem', 'received', received);
|
|
19432
19432
|
localVarPath = "/stock/orders/{order_id}/items/{item_id}/receive"
|
|
19433
|
-
.replace(
|
|
19434
|
-
.replace(
|
|
19433
|
+
.replace('{order_id}', encodeURIComponent(String(orderId)))
|
|
19434
|
+
.replace('{item_id}', encodeURIComponent(String(itemId)));
|
|
19435
19435
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
19436
19436
|
if (configuration) {
|
|
19437
19437
|
baseOptions = configuration.baseOptions;
|
|
@@ -20825,7 +20825,7 @@ var TicketsApiAxiosParamCreator = function (configuration) {
|
|
|
20825
20825
|
// verify required parameter 'id' is not null or undefined
|
|
20826
20826
|
(0, common_1.assertParamExists)('getGetTicket', 'id', id);
|
|
20827
20827
|
localVarPath = "/tickets/support/{id}"
|
|
20828
|
-
.replace(
|
|
20828
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
20829
20829
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
20830
20830
|
if (configuration) {
|
|
20831
20831
|
baseOptions = configuration.baseOptions;
|
|
@@ -20862,7 +20862,7 @@ var TicketsApiAxiosParamCreator = function (configuration) {
|
|
|
20862
20862
|
// verify required parameter 'id' is not null or undefined
|
|
20863
20863
|
(0, common_1.assertParamExists)('patchCloseTicket', 'id', id);
|
|
20864
20864
|
localVarPath = "/tickets/support/{id}/close"
|
|
20865
|
-
.replace(
|
|
20865
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
20866
20866
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
20867
20867
|
if (configuration) {
|
|
20868
20868
|
baseOptions = configuration.baseOptions;
|
|
@@ -20951,7 +20951,7 @@ var TicketsApiAxiosParamCreator = function (configuration) {
|
|
|
20951
20951
|
// verify required parameter 'id' is not null or undefined
|
|
20952
20952
|
(0, common_1.assertParamExists)('postTicketReply', 'id', id);
|
|
20953
20953
|
localVarPath = "/tickets/support/{id}/reply"
|
|
20954
|
-
.replace(
|
|
20954
|
+
.replace('{id}', encodeURIComponent(String(id)));
|
|
20955
20955
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
20956
20956
|
if (configuration) {
|
|
20957
20957
|
baseOptions = configuration.baseOptions;
|