yellowgrid-api-ts 3.0.91 → 3.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/api.ts +500 -0
- package/dist/api.d.ts +239 -0
- package/dist/api.js +598 -13
- package/docs/Class3CXInstallationWizardApi.md +390 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,10 +77,14 @@ Class | Method | HTTP request | Description
|
|
|
77
77
|
*Class3CXInstallationWizardApi* | [**deleteAddSbcs**](docs/Class3CXInstallationWizardApi.md#deleteaddsbcs) | **DELETE** /tcx/wizards/sbcs | Delete 3CX Installation Wizard SBCs
|
|
78
78
|
*Class3CXInstallationWizardApi* | [**deleteGetWizard**](docs/Class3CXInstallationWizardApi.md#deletegetwizard) | **DELETE** /tcx/wizards | Delete 3CX Installation Wizard
|
|
79
79
|
*Class3CXInstallationWizardApi* | [**getAddPhones**](docs/Class3CXInstallationWizardApi.md#getaddphones) | **GET** /tcx/wizards/phones | Get phones on linked order and MAC addresses
|
|
80
|
+
*Class3CXInstallationWizardApi* | [**getGetAreaCodesTcxWizard**](docs/Class3CXInstallationWizardApi.md#getgetareacodestcxwizard) | **GET** /tcx/wizards/sip/trunks/area/codes | Get UK National Area Codes
|
|
81
|
+
*Class3CXInstallationWizardApi* | [**getGetDdisTcxWizard**](docs/Class3CXInstallationWizardApi.md#getgetddistcxwizard) | **GET** /tcx/wizards/sip/trunks/{id}/ddis | Get SIP Trunk DDIs
|
|
80
82
|
*Class3CXInstallationWizardApi* | [**getGetHostingPrice**](docs/Class3CXInstallationWizardApi.md#getgethostingprice) | **GET** /tcx/wizards/price | Get Hosting Price
|
|
81
83
|
*Class3CXInstallationWizardApi* | [**getGetInstallStatus**](docs/Class3CXInstallationWizardApi.md#getgetinstallstatus) | **GET** /tcx/wizard/build/status | Get 3CX Instance Install Status
|
|
82
84
|
*Class3CXInstallationWizardApi* | [**getGetInstanceInstallStatus**](docs/Class3CXInstallationWizardApi.md#getgetinstanceinstallstatus) | **GET** /tcx/wizards/instances/build/status | Get 3CX Instance Install Status
|
|
83
85
|
*Class3CXInstallationWizardApi* | [**getGetPbxIpAddress**](docs/Class3CXInstallationWizardApi.md#getgetpbxipaddress) | **GET** /tcx/wizards/instances/ip | Get PBX IP Address
|
|
86
|
+
*Class3CXInstallationWizardApi* | [**getGetSipTrunkTcxWizard**](docs/Class3CXInstallationWizardApi.md#getgetsiptrunktcxwizard) | **GET** /tcx/wizards/sip/trunks/{id} | Get SIP Trunk
|
|
87
|
+
*Class3CXInstallationWizardApi* | [**getGetSipTrunksTcxWizard**](docs/Class3CXInstallationWizardApi.md#getgetsiptrunkstcxwizard) | **GET** /tcx/wizards/sip/trunks | Get SIP Trunks
|
|
84
88
|
*Class3CXInstallationWizardApi* | [**getGetWizard**](docs/Class3CXInstallationWizardApi.md#getgetwizard) | **GET** /tcx/wizards | Get 3CX Installation Wizard
|
|
85
89
|
*Class3CXInstallationWizardApi* | [**patchAddExtensions**](docs/Class3CXInstallationWizardApi.md#patchaddextensions) | **PATCH** /tcx/wizards/extensions | Update 3CX Installation Wizard Extensions
|
|
86
90
|
*Class3CXInstallationWizardApi* | [**patchAddNumbers**](docs/Class3CXInstallationWizardApi.md#patchaddnumbers) | **PATCH** /tcx/wizards/numbers | Update 3CX Installation Wizard Numbers
|
|
@@ -95,6 +99,9 @@ Class | Method | HTTP request | Description
|
|
|
95
99
|
*Class3CXInstallationWizardApi* | [**postBuildInstanceFromWizard**](docs/Class3CXInstallationWizardApi.md#postbuildinstancefromwizard) | **POST** /tcx/wizard/build | Start 3CX Installation Build Process
|
|
96
100
|
*Class3CXInstallationWizardApi* | [**postCreateInstance**](docs/Class3CXInstallationWizardApi.md#postcreateinstance) | **POST** /tcx/wizards/instances/create | Create Instance From 3CX Installation Wizard
|
|
97
101
|
*Class3CXInstallationWizardApi* | [**postCreateInstanceFromWizard**](docs/Class3CXInstallationWizardApi.md#postcreateinstancefromwizard) | **POST** /tcx/wizard/create | Create Hosted Instance From 3CX Installation Wizard Config
|
|
102
|
+
*Class3CXInstallationWizardApi* | [**postGetDdisTcxWizard**](docs/Class3CXInstallationWizardApi.md#postgetddistcxwizard) | **POST** /tcx/wizards/sip/trunks/{id}/ddis | Add SIP Trunk DDIs
|
|
103
|
+
*Class3CXInstallationWizardApi* | [**postGetRequestedDdisTcxWizard**](docs/Class3CXInstallationWizardApi.md#postgetrequestedddistcxwizard) | **POST** /tcx/wizards/sip/trunks/changes/ddis | Get Requested DDIs
|
|
104
|
+
*Class3CXInstallationWizardApi* | [**postGetSipTrunksTcxWizard**](docs/Class3CXInstallationWizardApi.md#postgetsiptrunkstcxwizard) | **POST** /tcx/wizards/sip/trunks | Create New SIP Trunk
|
|
98
105
|
*Class3CXInstallationWizardApi* | [**postUploadBackup**](docs/Class3CXInstallationWizardApi.md#postuploadbackup) | **POST** /tcx/wizards/backup |
|
|
99
106
|
*Class3CXInstallationsApi* | [**getGetDetails**](docs/Class3CXInstallationsApi.md#getgetdetails) | **GET** /tcx/installations/{wizard_id}/details | Get 3CX Installation Details
|
|
100
107
|
*Class3CXInstallationsApi* | [**getGetInstallations**](docs/Class3CXInstallationsApi.md#getgetinstallations) | **GET** /tcx/installations | Get 3CX Installations
|
package/api.ts
CHANGED
|
@@ -10049,6 +10049,70 @@ export const Class3CXInstallationWizardApiAxiosParamCreator = function (configur
|
|
|
10049
10049
|
|
|
10050
10050
|
|
|
10051
10051
|
|
|
10052
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10053
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10054
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10055
|
+
|
|
10056
|
+
return {
|
|
10057
|
+
url: toPathString(localVarUrlObj),
|
|
10058
|
+
options: localVarRequestOptions,
|
|
10059
|
+
};
|
|
10060
|
+
},
|
|
10061
|
+
/**
|
|
10062
|
+
* Get UK National Area Codes
|
|
10063
|
+
* @summary Get UK National Area Codes
|
|
10064
|
+
* @param {*} [options] Override http request option.
|
|
10065
|
+
* @throws {RequiredError}
|
|
10066
|
+
*/
|
|
10067
|
+
getGetAreaCodesTcxWizard: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10068
|
+
const localVarPath = `/tcx/wizards/sip/trunks/area/codes`;
|
|
10069
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10070
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10071
|
+
let baseOptions;
|
|
10072
|
+
if (configuration) {
|
|
10073
|
+
baseOptions = configuration.baseOptions;
|
|
10074
|
+
}
|
|
10075
|
+
|
|
10076
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
10077
|
+
const localVarHeaderParameter = {} as any;
|
|
10078
|
+
const localVarQueryParameter = {} as any;
|
|
10079
|
+
|
|
10080
|
+
|
|
10081
|
+
|
|
10082
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10083
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10084
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10085
|
+
|
|
10086
|
+
return {
|
|
10087
|
+
url: toPathString(localVarUrlObj),
|
|
10088
|
+
options: localVarRequestOptions,
|
|
10089
|
+
};
|
|
10090
|
+
},
|
|
10091
|
+
/**
|
|
10092
|
+
* Get SIP Trunk DDIs
|
|
10093
|
+
* @summary Get SIP Trunk DDIs
|
|
10094
|
+
* @param {number} id SIP Trunk ID
|
|
10095
|
+
* @param {*} [options] Override http request option.
|
|
10096
|
+
* @throws {RequiredError}
|
|
10097
|
+
*/
|
|
10098
|
+
getGetDdisTcxWizard: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10099
|
+
// verify required parameter 'id' is not null or undefined
|
|
10100
|
+
assertParamExists('getGetDdisTcxWizard', 'id', id)
|
|
10101
|
+
const localVarPath = `/tcx/wizards/sip/trunks/{id}/ddis`
|
|
10102
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
10103
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10104
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10105
|
+
let baseOptions;
|
|
10106
|
+
if (configuration) {
|
|
10107
|
+
baseOptions = configuration.baseOptions;
|
|
10108
|
+
}
|
|
10109
|
+
|
|
10110
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
10111
|
+
const localVarHeaderParameter = {} as any;
|
|
10112
|
+
const localVarQueryParameter = {} as any;
|
|
10113
|
+
|
|
10114
|
+
|
|
10115
|
+
|
|
10052
10116
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10053
10117
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10054
10118
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -10194,6 +10258,85 @@ export const Class3CXInstallationWizardApiAxiosParamCreator = function (configur
|
|
|
10194
10258
|
|
|
10195
10259
|
|
|
10196
10260
|
|
|
10261
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10262
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10263
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10264
|
+
|
|
10265
|
+
return {
|
|
10266
|
+
url: toPathString(localVarUrlObj),
|
|
10267
|
+
options: localVarRequestOptions,
|
|
10268
|
+
};
|
|
10269
|
+
},
|
|
10270
|
+
/**
|
|
10271
|
+
* Get SIP Trunk
|
|
10272
|
+
* @summary Get SIP Trunk
|
|
10273
|
+
* @param {number} id SIP Trunk ID
|
|
10274
|
+
* @param {*} [options] Override http request option.
|
|
10275
|
+
* @throws {RequiredError}
|
|
10276
|
+
*/
|
|
10277
|
+
getGetSipTrunkTcxWizard: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10278
|
+
// verify required parameter 'id' is not null or undefined
|
|
10279
|
+
assertParamExists('getGetSipTrunkTcxWizard', 'id', id)
|
|
10280
|
+
const localVarPath = `/tcx/wizards/sip/trunks/{id}`
|
|
10281
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
10282
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10283
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10284
|
+
let baseOptions;
|
|
10285
|
+
if (configuration) {
|
|
10286
|
+
baseOptions = configuration.baseOptions;
|
|
10287
|
+
}
|
|
10288
|
+
|
|
10289
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
10290
|
+
const localVarHeaderParameter = {} as any;
|
|
10291
|
+
const localVarQueryParameter = {} as any;
|
|
10292
|
+
|
|
10293
|
+
|
|
10294
|
+
|
|
10295
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10296
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10297
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10298
|
+
|
|
10299
|
+
return {
|
|
10300
|
+
url: toPathString(localVarUrlObj),
|
|
10301
|
+
options: localVarRequestOptions,
|
|
10302
|
+
};
|
|
10303
|
+
},
|
|
10304
|
+
/**
|
|
10305
|
+
* Get SIP Trunks
|
|
10306
|
+
* @summary Get SIP Trunks
|
|
10307
|
+
* @param {number} [pageSize] Number Of Results
|
|
10308
|
+
* @param {number} [page] Page Number
|
|
10309
|
+
* @param {string} [search] Search
|
|
10310
|
+
* @param {*} [options] Override http request option.
|
|
10311
|
+
* @throws {RequiredError}
|
|
10312
|
+
*/
|
|
10313
|
+
getGetSipTrunksTcxWizard: async (pageSize?: number, page?: number, search?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10314
|
+
const localVarPath = `/tcx/wizards/sip/trunks`;
|
|
10315
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10316
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10317
|
+
let baseOptions;
|
|
10318
|
+
if (configuration) {
|
|
10319
|
+
baseOptions = configuration.baseOptions;
|
|
10320
|
+
}
|
|
10321
|
+
|
|
10322
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
10323
|
+
const localVarHeaderParameter = {} as any;
|
|
10324
|
+
const localVarQueryParameter = {} as any;
|
|
10325
|
+
|
|
10326
|
+
if (pageSize !== undefined) {
|
|
10327
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
10328
|
+
}
|
|
10329
|
+
|
|
10330
|
+
if (page !== undefined) {
|
|
10331
|
+
localVarQueryParameter['page'] = page;
|
|
10332
|
+
}
|
|
10333
|
+
|
|
10334
|
+
if (search !== undefined) {
|
|
10335
|
+
localVarQueryParameter['search'] = search;
|
|
10336
|
+
}
|
|
10337
|
+
|
|
10338
|
+
|
|
10339
|
+
|
|
10197
10340
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10198
10341
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10199
10342
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -10717,6 +10860,112 @@ export const Class3CXInstallationWizardApiAxiosParamCreator = function (configur
|
|
|
10717
10860
|
options: localVarRequestOptions,
|
|
10718
10861
|
};
|
|
10719
10862
|
},
|
|
10863
|
+
/**
|
|
10864
|
+
* Add SIP Trunk DDIs
|
|
10865
|
+
* @summary Add SIP Trunk DDIs
|
|
10866
|
+
* @param {number} id SIP Trunk ID
|
|
10867
|
+
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
10868
|
+
* @param {*} [options] Override http request option.
|
|
10869
|
+
* @throws {RequiredError}
|
|
10870
|
+
*/
|
|
10871
|
+
postGetDdisTcxWizard: async (id: number, ddiRangesRequestModel?: DdiRangesRequestModel, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10872
|
+
// verify required parameter 'id' is not null or undefined
|
|
10873
|
+
assertParamExists('postGetDdisTcxWizard', 'id', id)
|
|
10874
|
+
const localVarPath = `/tcx/wizards/sip/trunks/{id}/ddis`
|
|
10875
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
10876
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10877
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10878
|
+
let baseOptions;
|
|
10879
|
+
if (configuration) {
|
|
10880
|
+
baseOptions = configuration.baseOptions;
|
|
10881
|
+
}
|
|
10882
|
+
|
|
10883
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
10884
|
+
const localVarHeaderParameter = {} as any;
|
|
10885
|
+
const localVarQueryParameter = {} as any;
|
|
10886
|
+
|
|
10887
|
+
|
|
10888
|
+
|
|
10889
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
10890
|
+
|
|
10891
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10892
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10893
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10894
|
+
localVarRequestOptions.data = serializeDataIfNeeded(ddiRangesRequestModel, localVarRequestOptions, configuration)
|
|
10895
|
+
|
|
10896
|
+
return {
|
|
10897
|
+
url: toPathString(localVarUrlObj),
|
|
10898
|
+
options: localVarRequestOptions,
|
|
10899
|
+
};
|
|
10900
|
+
},
|
|
10901
|
+
/**
|
|
10902
|
+
* Get Requested DDIs
|
|
10903
|
+
* @summary Get Requested DDIs
|
|
10904
|
+
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
10905
|
+
* @param {*} [options] Override http request option.
|
|
10906
|
+
* @throws {RequiredError}
|
|
10907
|
+
*/
|
|
10908
|
+
postGetRequestedDdisTcxWizard: async (sipTrunkChangeResponseModel?: SipTrunkChangeResponseModel, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10909
|
+
const localVarPath = `/tcx/wizards/sip/trunks/changes/ddis`;
|
|
10910
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10911
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10912
|
+
let baseOptions;
|
|
10913
|
+
if (configuration) {
|
|
10914
|
+
baseOptions = configuration.baseOptions;
|
|
10915
|
+
}
|
|
10916
|
+
|
|
10917
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
10918
|
+
const localVarHeaderParameter = {} as any;
|
|
10919
|
+
const localVarQueryParameter = {} as any;
|
|
10920
|
+
|
|
10921
|
+
|
|
10922
|
+
|
|
10923
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
10924
|
+
|
|
10925
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10926
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10927
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10928
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sipTrunkChangeResponseModel, localVarRequestOptions, configuration)
|
|
10929
|
+
|
|
10930
|
+
return {
|
|
10931
|
+
url: toPathString(localVarUrlObj),
|
|
10932
|
+
options: localVarRequestOptions,
|
|
10933
|
+
};
|
|
10934
|
+
},
|
|
10935
|
+
/**
|
|
10936
|
+
* Create New SIP Trunk
|
|
10937
|
+
* @summary Create New SIP Trunk
|
|
10938
|
+
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
10939
|
+
* @param {*} [options] Override http request option.
|
|
10940
|
+
* @throws {RequiredError}
|
|
10941
|
+
*/
|
|
10942
|
+
postGetSipTrunksTcxWizard: async (sipTrunkCreationRequestModel?: SipTrunkCreationRequestModel, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
10943
|
+
const localVarPath = `/tcx/wizards/sip/trunks`;
|
|
10944
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
10945
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
10946
|
+
let baseOptions;
|
|
10947
|
+
if (configuration) {
|
|
10948
|
+
baseOptions = configuration.baseOptions;
|
|
10949
|
+
}
|
|
10950
|
+
|
|
10951
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
10952
|
+
const localVarHeaderParameter = {} as any;
|
|
10953
|
+
const localVarQueryParameter = {} as any;
|
|
10954
|
+
|
|
10955
|
+
|
|
10956
|
+
|
|
10957
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
10958
|
+
|
|
10959
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
10960
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10961
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
10962
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sipTrunkCreationRequestModel, localVarRequestOptions, configuration)
|
|
10963
|
+
|
|
10964
|
+
return {
|
|
10965
|
+
url: toPathString(localVarUrlObj),
|
|
10966
|
+
options: localVarRequestOptions,
|
|
10967
|
+
};
|
|
10968
|
+
},
|
|
10720
10969
|
/**
|
|
10721
10970
|
* Upload 3CX Backup File
|
|
10722
10971
|
* @param {File} backup 3CX Backup ZIP File
|
|
@@ -10843,6 +11092,31 @@ export const Class3CXInstallationWizardApiFp = function(configuration?: Configur
|
|
|
10843
11092
|
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.getAddPhones']?.[localVarOperationServerIndex]?.url;
|
|
10844
11093
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
10845
11094
|
},
|
|
11095
|
+
/**
|
|
11096
|
+
* Get UK National Area Codes
|
|
11097
|
+
* @summary Get UK National Area Codes
|
|
11098
|
+
* @param {*} [options] Override http request option.
|
|
11099
|
+
* @throws {RequiredError}
|
|
11100
|
+
*/
|
|
11101
|
+
async getGetAreaCodesTcxWizard(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AreaCodeModel>>> {
|
|
11102
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getGetAreaCodesTcxWizard(options);
|
|
11103
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11104
|
+
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.getGetAreaCodesTcxWizard']?.[localVarOperationServerIndex]?.url;
|
|
11105
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11106
|
+
},
|
|
11107
|
+
/**
|
|
11108
|
+
* Get SIP Trunk DDIs
|
|
11109
|
+
* @summary Get SIP Trunk DDIs
|
|
11110
|
+
* @param {number} id SIP Trunk ID
|
|
11111
|
+
* @param {*} [options] Override http request option.
|
|
11112
|
+
* @throws {RequiredError}
|
|
11113
|
+
*/
|
|
11114
|
+
async getGetDdisTcxWizard(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>> {
|
|
11115
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getGetDdisTcxWizard(id, options);
|
|
11116
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11117
|
+
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.getGetDdisTcxWizard']?.[localVarOperationServerIndex]?.url;
|
|
11118
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11119
|
+
},
|
|
10846
11120
|
/**
|
|
10847
11121
|
* Get Hosting Price
|
|
10848
11122
|
* @summary Get Hosting Price
|
|
@@ -10896,6 +11170,34 @@ export const Class3CXInstallationWizardApiFp = function(configuration?: Configur
|
|
|
10896
11170
|
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.getGetPbxIpAddress']?.[localVarOperationServerIndex]?.url;
|
|
10897
11171
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
10898
11172
|
},
|
|
11173
|
+
/**
|
|
11174
|
+
* Get SIP Trunk
|
|
11175
|
+
* @summary Get SIP Trunk
|
|
11176
|
+
* @param {number} id SIP Trunk ID
|
|
11177
|
+
* @param {*} [options] Override http request option.
|
|
11178
|
+
* @throws {RequiredError}
|
|
11179
|
+
*/
|
|
11180
|
+
async getGetSipTrunkTcxWizard(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SipTrunkEntity>> {
|
|
11181
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getGetSipTrunkTcxWizard(id, options);
|
|
11182
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11183
|
+
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.getGetSipTrunkTcxWizard']?.[localVarOperationServerIndex]?.url;
|
|
11184
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11185
|
+
},
|
|
11186
|
+
/**
|
|
11187
|
+
* Get SIP Trunks
|
|
11188
|
+
* @summary Get SIP Trunks
|
|
11189
|
+
* @param {number} [pageSize] Number Of Results
|
|
11190
|
+
* @param {number} [page] Page Number
|
|
11191
|
+
* @param {string} [search] Search
|
|
11192
|
+
* @param {*} [options] Override http request option.
|
|
11193
|
+
* @throws {RequiredError}
|
|
11194
|
+
*/
|
|
11195
|
+
async getGetSipTrunksTcxWizard(pageSize?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SipTrunksResponseModel>> {
|
|
11196
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getGetSipTrunksTcxWizard(pageSize, page, search, options);
|
|
11197
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11198
|
+
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.getGetSipTrunksTcxWizard']?.[localVarOperationServerIndex]?.url;
|
|
11199
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11200
|
+
},
|
|
10899
11201
|
/**
|
|
10900
11202
|
* Get 3CX Installation Wizard
|
|
10901
11203
|
* @summary Get 3CX Installation Wizard
|
|
@@ -11083,6 +11385,46 @@ export const Class3CXInstallationWizardApiFp = function(configuration?: Configur
|
|
|
11083
11385
|
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.postCreateInstanceFromWizard']?.[localVarOperationServerIndex]?.url;
|
|
11084
11386
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11085
11387
|
},
|
|
11388
|
+
/**
|
|
11389
|
+
* Add SIP Trunk DDIs
|
|
11390
|
+
* @summary Add SIP Trunk DDIs
|
|
11391
|
+
* @param {number} id SIP Trunk ID
|
|
11392
|
+
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
11393
|
+
* @param {*} [options] Override http request option.
|
|
11394
|
+
* @throws {RequiredError}
|
|
11395
|
+
*/
|
|
11396
|
+
async postGetDdisTcxWizard(id: number, ddiRangesRequestModel?: DdiRangesRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SipTrunkChangeResponseModel>> {
|
|
11397
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.postGetDdisTcxWizard(id, ddiRangesRequestModel, options);
|
|
11398
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11399
|
+
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.postGetDdisTcxWizard']?.[localVarOperationServerIndex]?.url;
|
|
11400
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11401
|
+
},
|
|
11402
|
+
/**
|
|
11403
|
+
* Get Requested DDIs
|
|
11404
|
+
* @summary Get Requested DDIs
|
|
11405
|
+
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
11406
|
+
* @param {*} [options] Override http request option.
|
|
11407
|
+
* @throws {RequiredError}
|
|
11408
|
+
*/
|
|
11409
|
+
async postGetRequestedDdisTcxWizard(sipTrunkChangeResponseModel?: SipTrunkChangeResponseModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<string>>>> {
|
|
11410
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.postGetRequestedDdisTcxWizard(sipTrunkChangeResponseModel, options);
|
|
11411
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11412
|
+
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.postGetRequestedDdisTcxWizard']?.[localVarOperationServerIndex]?.url;
|
|
11413
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11414
|
+
},
|
|
11415
|
+
/**
|
|
11416
|
+
* Create New SIP Trunk
|
|
11417
|
+
* @summary Create New SIP Trunk
|
|
11418
|
+
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
11419
|
+
* @param {*} [options] Override http request option.
|
|
11420
|
+
* @throws {RequiredError}
|
|
11421
|
+
*/
|
|
11422
|
+
async postGetSipTrunksTcxWizard(sipTrunkCreationRequestModel?: SipTrunkCreationRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SipTrunkChangeResponseModel>> {
|
|
11423
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.postGetSipTrunksTcxWizard(sipTrunkCreationRequestModel, options);
|
|
11424
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11425
|
+
const localVarOperationServerBasePath = operationServerMap['Class3CXInstallationWizardApi.postGetSipTrunksTcxWizard']?.[localVarOperationServerIndex]?.url;
|
|
11426
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11427
|
+
},
|
|
11086
11428
|
/**
|
|
11087
11429
|
* Upload 3CX Backup File
|
|
11088
11430
|
* @param {File} backup 3CX Backup ZIP File
|
|
@@ -11163,6 +11505,25 @@ export const Class3CXInstallationWizardApiFactory = function (configuration?: Co
|
|
|
11163
11505
|
getAddPhones(options?: RawAxiosRequestConfig): AxiosPromise<Array<ScannedItemModel>> {
|
|
11164
11506
|
return localVarFp.getAddPhones(options).then((request) => request(axios, basePath));
|
|
11165
11507
|
},
|
|
11508
|
+
/**
|
|
11509
|
+
* Get UK National Area Codes
|
|
11510
|
+
* @summary Get UK National Area Codes
|
|
11511
|
+
* @param {*} [options] Override http request option.
|
|
11512
|
+
* @throws {RequiredError}
|
|
11513
|
+
*/
|
|
11514
|
+
getGetAreaCodesTcxWizard(options?: RawAxiosRequestConfig): AxiosPromise<Array<AreaCodeModel>> {
|
|
11515
|
+
return localVarFp.getGetAreaCodesTcxWizard(options).then((request) => request(axios, basePath));
|
|
11516
|
+
},
|
|
11517
|
+
/**
|
|
11518
|
+
* Get SIP Trunk DDIs
|
|
11519
|
+
* @summary Get SIP Trunk DDIs
|
|
11520
|
+
* @param {number} id SIP Trunk ID
|
|
11521
|
+
* @param {*} [options] Override http request option.
|
|
11522
|
+
* @throws {RequiredError}
|
|
11523
|
+
*/
|
|
11524
|
+
getGetDdisTcxWizard(id: number, options?: RawAxiosRequestConfig): AxiosPromise<Array<string>> {
|
|
11525
|
+
return localVarFp.getGetDdisTcxWizard(id, options).then((request) => request(axios, basePath));
|
|
11526
|
+
},
|
|
11166
11527
|
/**
|
|
11167
11528
|
* Get Hosting Price
|
|
11168
11529
|
* @summary Get Hosting Price
|
|
@@ -11204,6 +11565,28 @@ export const Class3CXInstallationWizardApiFactory = function (configuration?: Co
|
|
|
11204
11565
|
getGetPbxIpAddress(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
11205
11566
|
return localVarFp.getGetPbxIpAddress(options).then((request) => request(axios, basePath));
|
|
11206
11567
|
},
|
|
11568
|
+
/**
|
|
11569
|
+
* Get SIP Trunk
|
|
11570
|
+
* @summary Get SIP Trunk
|
|
11571
|
+
* @param {number} id SIP Trunk ID
|
|
11572
|
+
* @param {*} [options] Override http request option.
|
|
11573
|
+
* @throws {RequiredError}
|
|
11574
|
+
*/
|
|
11575
|
+
getGetSipTrunkTcxWizard(id: number, options?: RawAxiosRequestConfig): AxiosPromise<SipTrunkEntity> {
|
|
11576
|
+
return localVarFp.getGetSipTrunkTcxWizard(id, options).then((request) => request(axios, basePath));
|
|
11577
|
+
},
|
|
11578
|
+
/**
|
|
11579
|
+
* Get SIP Trunks
|
|
11580
|
+
* @summary Get SIP Trunks
|
|
11581
|
+
* @param {number} [pageSize] Number Of Results
|
|
11582
|
+
* @param {number} [page] Page Number
|
|
11583
|
+
* @param {string} [search] Search
|
|
11584
|
+
* @param {*} [options] Override http request option.
|
|
11585
|
+
* @throws {RequiredError}
|
|
11586
|
+
*/
|
|
11587
|
+
getGetSipTrunksTcxWizard(pageSize?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): AxiosPromise<SipTrunksResponseModel> {
|
|
11588
|
+
return localVarFp.getGetSipTrunksTcxWizard(pageSize, page, search, options).then((request) => request(axios, basePath));
|
|
11589
|
+
},
|
|
11207
11590
|
/**
|
|
11208
11591
|
* Get 3CX Installation Wizard
|
|
11209
11592
|
* @summary Get 3CX Installation Wizard
|
|
@@ -11349,6 +11732,37 @@ export const Class3CXInstallationWizardApiFactory = function (configuration?: Co
|
|
|
11349
11732
|
postCreateInstanceFromWizard(id: number, u: string, c: number, p: string, options?: RawAxiosRequestConfig): AxiosPromise<HostingChangeResponseModel> {
|
|
11350
11733
|
return localVarFp.postCreateInstanceFromWizard(id, u, c, p, options).then((request) => request(axios, basePath));
|
|
11351
11734
|
},
|
|
11735
|
+
/**
|
|
11736
|
+
* Add SIP Trunk DDIs
|
|
11737
|
+
* @summary Add SIP Trunk DDIs
|
|
11738
|
+
* @param {number} id SIP Trunk ID
|
|
11739
|
+
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
11740
|
+
* @param {*} [options] Override http request option.
|
|
11741
|
+
* @throws {RequiredError}
|
|
11742
|
+
*/
|
|
11743
|
+
postGetDdisTcxWizard(id: number, ddiRangesRequestModel?: DdiRangesRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<SipTrunkChangeResponseModel> {
|
|
11744
|
+
return localVarFp.postGetDdisTcxWizard(id, ddiRangesRequestModel, options).then((request) => request(axios, basePath));
|
|
11745
|
+
},
|
|
11746
|
+
/**
|
|
11747
|
+
* Get Requested DDIs
|
|
11748
|
+
* @summary Get Requested DDIs
|
|
11749
|
+
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
11750
|
+
* @param {*} [options] Override http request option.
|
|
11751
|
+
* @throws {RequiredError}
|
|
11752
|
+
*/
|
|
11753
|
+
postGetRequestedDdisTcxWizard(sipTrunkChangeResponseModel?: SipTrunkChangeResponseModel, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<string>>> {
|
|
11754
|
+
return localVarFp.postGetRequestedDdisTcxWizard(sipTrunkChangeResponseModel, options).then((request) => request(axios, basePath));
|
|
11755
|
+
},
|
|
11756
|
+
/**
|
|
11757
|
+
* Create New SIP Trunk
|
|
11758
|
+
* @summary Create New SIP Trunk
|
|
11759
|
+
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
11760
|
+
* @param {*} [options] Override http request option.
|
|
11761
|
+
* @throws {RequiredError}
|
|
11762
|
+
*/
|
|
11763
|
+
postGetSipTrunksTcxWizard(sipTrunkCreationRequestModel?: SipTrunkCreationRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<SipTrunkChangeResponseModel> {
|
|
11764
|
+
return localVarFp.postGetSipTrunksTcxWizard(sipTrunkCreationRequestModel, options).then((request) => request(axios, basePath));
|
|
11765
|
+
},
|
|
11352
11766
|
/**
|
|
11353
11767
|
* Upload 3CX Backup File
|
|
11354
11768
|
* @param {File} backup 3CX Backup ZIP File
|
|
@@ -11438,6 +11852,29 @@ export class Class3CXInstallationWizardApi extends BaseAPI {
|
|
|
11438
11852
|
return Class3CXInstallationWizardApiFp(this.configuration).getAddPhones(options).then((request) => request(this.axios, this.basePath));
|
|
11439
11853
|
}
|
|
11440
11854
|
|
|
11855
|
+
/**
|
|
11856
|
+
* Get UK National Area Codes
|
|
11857
|
+
* @summary Get UK National Area Codes
|
|
11858
|
+
* @param {*} [options] Override http request option.
|
|
11859
|
+
* @throws {RequiredError}
|
|
11860
|
+
* @memberof Class3CXInstallationWizardApi
|
|
11861
|
+
*/
|
|
11862
|
+
public getGetAreaCodesTcxWizard(options?: RawAxiosRequestConfig) {
|
|
11863
|
+
return Class3CXInstallationWizardApiFp(this.configuration).getGetAreaCodesTcxWizard(options).then((request) => request(this.axios, this.basePath));
|
|
11864
|
+
}
|
|
11865
|
+
|
|
11866
|
+
/**
|
|
11867
|
+
* Get SIP Trunk DDIs
|
|
11868
|
+
* @summary Get SIP Trunk DDIs
|
|
11869
|
+
* @param {number} id SIP Trunk ID
|
|
11870
|
+
* @param {*} [options] Override http request option.
|
|
11871
|
+
* @throws {RequiredError}
|
|
11872
|
+
* @memberof Class3CXInstallationWizardApi
|
|
11873
|
+
*/
|
|
11874
|
+
public getGetDdisTcxWizard(id: number, options?: RawAxiosRequestConfig) {
|
|
11875
|
+
return Class3CXInstallationWizardApiFp(this.configuration).getGetDdisTcxWizard(id, options).then((request) => request(this.axios, this.basePath));
|
|
11876
|
+
}
|
|
11877
|
+
|
|
11441
11878
|
/**
|
|
11442
11879
|
* Get Hosting Price
|
|
11443
11880
|
* @summary Get Hosting Price
|
|
@@ -11487,6 +11924,32 @@ export class Class3CXInstallationWizardApi extends BaseAPI {
|
|
|
11487
11924
|
return Class3CXInstallationWizardApiFp(this.configuration).getGetPbxIpAddress(options).then((request) => request(this.axios, this.basePath));
|
|
11488
11925
|
}
|
|
11489
11926
|
|
|
11927
|
+
/**
|
|
11928
|
+
* Get SIP Trunk
|
|
11929
|
+
* @summary Get SIP Trunk
|
|
11930
|
+
* @param {number} id SIP Trunk ID
|
|
11931
|
+
* @param {*} [options] Override http request option.
|
|
11932
|
+
* @throws {RequiredError}
|
|
11933
|
+
* @memberof Class3CXInstallationWizardApi
|
|
11934
|
+
*/
|
|
11935
|
+
public getGetSipTrunkTcxWizard(id: number, options?: RawAxiosRequestConfig) {
|
|
11936
|
+
return Class3CXInstallationWizardApiFp(this.configuration).getGetSipTrunkTcxWizard(id, options).then((request) => request(this.axios, this.basePath));
|
|
11937
|
+
}
|
|
11938
|
+
|
|
11939
|
+
/**
|
|
11940
|
+
* Get SIP Trunks
|
|
11941
|
+
* @summary Get SIP Trunks
|
|
11942
|
+
* @param {number} [pageSize] Number Of Results
|
|
11943
|
+
* @param {number} [page] Page Number
|
|
11944
|
+
* @param {string} [search] Search
|
|
11945
|
+
* @param {*} [options] Override http request option.
|
|
11946
|
+
* @throws {RequiredError}
|
|
11947
|
+
* @memberof Class3CXInstallationWizardApi
|
|
11948
|
+
*/
|
|
11949
|
+
public getGetSipTrunksTcxWizard(pageSize?: number, page?: number, search?: string, options?: RawAxiosRequestConfig) {
|
|
11950
|
+
return Class3CXInstallationWizardApiFp(this.configuration).getGetSipTrunksTcxWizard(pageSize, page, search, options).then((request) => request(this.axios, this.basePath));
|
|
11951
|
+
}
|
|
11952
|
+
|
|
11490
11953
|
/**
|
|
11491
11954
|
* Get 3CX Installation Wizard
|
|
11492
11955
|
* @summary Get 3CX Installation Wizard
|
|
@@ -11660,6 +12123,43 @@ export class Class3CXInstallationWizardApi extends BaseAPI {
|
|
|
11660
12123
|
return Class3CXInstallationWizardApiFp(this.configuration).postCreateInstanceFromWizard(id, u, c, p, options).then((request) => request(this.axios, this.basePath));
|
|
11661
12124
|
}
|
|
11662
12125
|
|
|
12126
|
+
/**
|
|
12127
|
+
* Add SIP Trunk DDIs
|
|
12128
|
+
* @summary Add SIP Trunk DDIs
|
|
12129
|
+
* @param {number} id SIP Trunk ID
|
|
12130
|
+
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
12131
|
+
* @param {*} [options] Override http request option.
|
|
12132
|
+
* @throws {RequiredError}
|
|
12133
|
+
* @memberof Class3CXInstallationWizardApi
|
|
12134
|
+
*/
|
|
12135
|
+
public postGetDdisTcxWizard(id: number, ddiRangesRequestModel?: DdiRangesRequestModel, options?: RawAxiosRequestConfig) {
|
|
12136
|
+
return Class3CXInstallationWizardApiFp(this.configuration).postGetDdisTcxWizard(id, ddiRangesRequestModel, options).then((request) => request(this.axios, this.basePath));
|
|
12137
|
+
}
|
|
12138
|
+
|
|
12139
|
+
/**
|
|
12140
|
+
* Get Requested DDIs
|
|
12141
|
+
* @summary Get Requested DDIs
|
|
12142
|
+
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
12143
|
+
* @param {*} [options] Override http request option.
|
|
12144
|
+
* @throws {RequiredError}
|
|
12145
|
+
* @memberof Class3CXInstallationWizardApi
|
|
12146
|
+
*/
|
|
12147
|
+
public postGetRequestedDdisTcxWizard(sipTrunkChangeResponseModel?: SipTrunkChangeResponseModel, options?: RawAxiosRequestConfig) {
|
|
12148
|
+
return Class3CXInstallationWizardApiFp(this.configuration).postGetRequestedDdisTcxWizard(sipTrunkChangeResponseModel, options).then((request) => request(this.axios, this.basePath));
|
|
12149
|
+
}
|
|
12150
|
+
|
|
12151
|
+
/**
|
|
12152
|
+
* Create New SIP Trunk
|
|
12153
|
+
* @summary Create New SIP Trunk
|
|
12154
|
+
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
12155
|
+
* @param {*} [options] Override http request option.
|
|
12156
|
+
* @throws {RequiredError}
|
|
12157
|
+
* @memberof Class3CXInstallationWizardApi
|
|
12158
|
+
*/
|
|
12159
|
+
public postGetSipTrunksTcxWizard(sipTrunkCreationRequestModel?: SipTrunkCreationRequestModel, options?: RawAxiosRequestConfig) {
|
|
12160
|
+
return Class3CXInstallationWizardApiFp(this.configuration).postGetSipTrunksTcxWizard(sipTrunkCreationRequestModel, options).then((request) => request(this.axios, this.basePath));
|
|
12161
|
+
}
|
|
12162
|
+
|
|
11663
12163
|
/**
|
|
11664
12164
|
* Upload 3CX Backup File
|
|
11665
12165
|
* @param {File} backup 3CX Backup ZIP File
|