yellowgrid-api-ts 3.2.253-dev.0 → 3.2.254-dev.0
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/api.ts +10 -2
- package/dist/api.d.ts +11 -3
- package/docs/EngineeredWizardRequestModel.md +2 -0
- package/docs/OrdersApi.md +2 -2
- package/docs/TcxSummaryDTO.md +2 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -3136,6 +3136,10 @@ export interface EngineeredWizardRequestModel {
|
|
|
3136
3136
|
* Engineer ID
|
|
3137
3137
|
*/
|
|
3138
3138
|
'engineerId': number;
|
|
3139
|
+
/**
|
|
3140
|
+
* Licence Key
|
|
3141
|
+
*/
|
|
3142
|
+
'licenceKey': string;
|
|
3139
3143
|
}
|
|
3140
3144
|
/**
|
|
3141
3145
|
* Service Event DTO
|
|
@@ -10755,6 +10759,10 @@ export interface TcxSummaryDTO {
|
|
|
10755
10759
|
* Wizard ID
|
|
10756
10760
|
*/
|
|
10757
10761
|
'id': number;
|
|
10762
|
+
/**
|
|
10763
|
+
* Licence Key
|
|
10764
|
+
*/
|
|
10765
|
+
'licenceKey': string;
|
|
10758
10766
|
}
|
|
10759
10767
|
/**
|
|
10760
10768
|
* 3CX Template
|
|
@@ -29812,7 +29820,7 @@ export const OrdersApiFp = function(configuration?: Configuration) {
|
|
|
29812
29820
|
* @param {*} [options] Override http request option.
|
|
29813
29821
|
* @throws {RequiredError}
|
|
29814
29822
|
*/
|
|
29815
|
-
async postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
29823
|
+
async postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxSummaryDTO>> {
|
|
29816
29824
|
const localVarAxiosArgs = await localVarAxiosParamCreator.postCreateWizardFromOrder(id, engineeredWizardRequestModel, options);
|
|
29817
29825
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
29818
29826
|
const localVarOperationServerBasePath = operationServerMap['OrdersApi.postCreateWizardFromOrder']?.[localVarOperationServerIndex]?.url;
|
|
@@ -30237,7 +30245,7 @@ export const OrdersApiFactory = function (configuration?: Configuration, basePat
|
|
|
30237
30245
|
* @param {*} [options] Override http request option.
|
|
30238
30246
|
* @throws {RequiredError}
|
|
30239
30247
|
*/
|
|
30240
|
-
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
30248
|
+
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<TcxSummaryDTO> {
|
|
30241
30249
|
return localVarFp.postCreateWizardFromOrder(id, engineeredWizardRequestModel, options).then((request) => request(axios, basePath));
|
|
30242
30250
|
},
|
|
30243
30251
|
/**
|
package/dist/api.d.ts
CHANGED
|
@@ -3085,6 +3085,10 @@ export interface EngineeredWizardRequestModel {
|
|
|
3085
3085
|
* Engineer ID
|
|
3086
3086
|
*/
|
|
3087
3087
|
'engineerId': number;
|
|
3088
|
+
/**
|
|
3089
|
+
* Licence Key
|
|
3090
|
+
*/
|
|
3091
|
+
'licenceKey': string;
|
|
3088
3092
|
}
|
|
3089
3093
|
/**
|
|
3090
3094
|
* Service Event DTO
|
|
@@ -10568,6 +10572,10 @@ export interface TcxSummaryDTO {
|
|
|
10568
10572
|
* Wizard ID
|
|
10569
10573
|
*/
|
|
10570
10574
|
'id': number;
|
|
10575
|
+
/**
|
|
10576
|
+
* Licence Key
|
|
10577
|
+
*/
|
|
10578
|
+
'licenceKey': string;
|
|
10571
10579
|
}
|
|
10572
10580
|
/**
|
|
10573
10581
|
* 3CX Template
|
|
@@ -19389,7 +19397,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
19389
19397
|
* @param {*} [options] Override http request option.
|
|
19390
19398
|
* @throws {RequiredError}
|
|
19391
19399
|
*/
|
|
19392
|
-
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
19400
|
+
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxSummaryDTO>>;
|
|
19393
19401
|
/**
|
|
19394
19402
|
* Create An Order (Beta)
|
|
19395
19403
|
* @summary Create An Order (Beta)
|
|
@@ -19699,7 +19707,7 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
|
|
|
19699
19707
|
* @param {*} [options] Override http request option.
|
|
19700
19708
|
* @throws {RequiredError}
|
|
19701
19709
|
*/
|
|
19702
|
-
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
19710
|
+
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<TcxSummaryDTO>;
|
|
19703
19711
|
/**
|
|
19704
19712
|
* Create An Order (Beta)
|
|
19705
19713
|
* @summary Create An Order (Beta)
|
|
@@ -20009,7 +20017,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
20009
20017
|
* @param {*} [options] Override http request option.
|
|
20010
20018
|
* @throws {RequiredError}
|
|
20011
20019
|
*/
|
|
20012
|
-
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
20020
|
+
postCreateWizardFromOrder(id: number, engineeredWizardRequestModel?: EngineeredWizardRequestModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxSummaryDTO, any, {}>>;
|
|
20013
20021
|
/**
|
|
20014
20022
|
* Create An Order (Beta)
|
|
20015
20023
|
* @summary Create An Order (Beta)
|
|
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**customer** | **string** | Customer Name | [default to undefined]
|
|
10
10
|
**engineerId** | **number** | Engineer ID | [default to undefined]
|
|
11
|
+
**licenceKey** | **string** | Licence Key | [default to undefined]
|
|
11
12
|
|
|
12
13
|
## Example
|
|
13
14
|
|
|
@@ -17,6 +18,7 @@ import { EngineeredWizardRequestModel } from 'yellowgrid-api-ts';
|
|
|
17
18
|
const instance: EngineeredWizardRequestModel = {
|
|
18
19
|
customer,
|
|
19
20
|
engineerId,
|
|
21
|
+
licenceKey,
|
|
20
22
|
};
|
|
21
23
|
```
|
|
22
24
|
|
package/docs/OrdersApi.md
CHANGED
|
@@ -1073,7 +1073,7 @@ No authorization required
|
|
|
1073
1073
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1074
1074
|
|
|
1075
1075
|
# **postCreateWizardFromOrder**
|
|
1076
|
-
>
|
|
1076
|
+
> TcxSummaryDTO postCreateWizardFromOrder()
|
|
1077
1077
|
|
|
1078
1078
|
Create Engineered Wizard
|
|
1079
1079
|
|
|
@@ -1108,7 +1108,7 @@ const { status, data } = await apiInstance.postCreateWizardFromOrder(
|
|
|
1108
1108
|
|
|
1109
1109
|
### Return type
|
|
1110
1110
|
|
|
1111
|
-
**
|
|
1111
|
+
**TcxSummaryDTO**
|
|
1112
1112
|
|
|
1113
1113
|
### Authorization
|
|
1114
1114
|
|
package/docs/TcxSummaryDTO.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**id** | **number** | Wizard ID | [default to undefined]
|
|
10
|
+
**licenceKey** | **string** | Licence Key | [default to undefined]
|
|
10
11
|
|
|
11
12
|
## Example
|
|
12
13
|
|
|
@@ -15,6 +16,7 @@ import { TcxSummaryDTO } from 'yellowgrid-api-ts';
|
|
|
15
16
|
|
|
16
17
|
const instance: TcxSummaryDTO = {
|
|
17
18
|
id,
|
|
19
|
+
licenceKey,
|
|
18
20
|
};
|
|
19
21
|
```
|
|
20
22
|
|