ch-admin-api-client-typescript 4.9.5 → 4.9.6
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.
|
@@ -102,7 +102,7 @@ export declare const SurveyFormsApiFp: (configuration?: Configuration) => {
|
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
103
103
|
* @throws {RequiredError}
|
|
104
104
|
*/
|
|
105
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
105
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SurveyFormModel>>;
|
|
106
106
|
/**
|
|
107
107
|
*
|
|
108
108
|
* @summary Delete survey form by Id
|
|
@@ -111,7 +111,7 @@ export declare const SurveyFormsApiFp: (configuration?: Configuration) => {
|
|
|
111
111
|
* @param {*} [options] Override http request option.
|
|
112
112
|
* @throws {RequiredError}
|
|
113
113
|
*/
|
|
114
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
114
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
115
115
|
/**
|
|
116
116
|
*
|
|
117
117
|
* @summary Get survey form by Id
|
|
@@ -159,7 +159,7 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
159
159
|
* @param {*} [options] Override http request option.
|
|
160
160
|
* @throws {RequiredError}
|
|
161
161
|
*/
|
|
162
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<
|
|
162
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<SurveyFormModel>;
|
|
163
163
|
/**
|
|
164
164
|
*
|
|
165
165
|
* @summary Delete survey form by Id
|
|
@@ -168,7 +168,7 @@ export declare const SurveyFormsApiFactory: (configuration?: Configuration, base
|
|
|
168
168
|
* @param {*} [options] Override http request option.
|
|
169
169
|
* @throws {RequiredError}
|
|
170
170
|
*/
|
|
171
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<
|
|
171
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<void>;
|
|
172
172
|
/**
|
|
173
173
|
*
|
|
174
174
|
* @summary Get survey form by Id
|
|
@@ -220,7 +220,7 @@ export declare class SurveyFormsApi extends BaseAPI {
|
|
|
220
220
|
* @throws {RequiredError}
|
|
221
221
|
* @memberof SurveyFormsApi
|
|
222
222
|
*/
|
|
223
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
223
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SurveyFormModel, any>>;
|
|
224
224
|
/**
|
|
225
225
|
*
|
|
226
226
|
* @summary Delete survey form by Id
|
|
@@ -230,7 +230,7 @@ export declare class SurveyFormsApi extends BaseAPI {
|
|
|
230
230
|
* @throws {RequiredError}
|
|
231
231
|
* @memberof SurveyFormsApi
|
|
232
232
|
*/
|
|
233
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
233
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
234
234
|
/**
|
|
235
235
|
*
|
|
236
236
|
* @summary Get survey form by Id
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"survey-forms-api.d.ts","sourceRoot":"","sources":["../../src/api/survey-forms-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAIpD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AACpD;;;GAGG;AACH,eAAO,MAAM,+BAA+B,mBAA6B,aAAa;IAE9E;;;;;;;;;;;;;;OAcG;+BAC8B,MAAM,eAAe,MAAM,SAAS,MAAM,iBAAiB,MAAM,eAAe,OAAO,WAAW,gBAAgB,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAkEjQ;;;;;;OAMG;qDACoD,uBAAuB,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IA+BvI;;;;;;;OAOG;uDACsD,MAAM,gBAAgB,OAAO,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAmC/I;;;;;;;OAOG;oDACmD,MAAM,iBAAiB,MAAM,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;IAmC5I;;;;;;;OAOG;oDACmD,MAAM,4BAA4B,uBAAuB,YAAW,kBAAkB,KAAQ,QAAQ,WAAW,CAAC;CAmC/K,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,mBAA4B,aAAa;IAG9D;;;;;;;;;;;;;;OAcG;6BAC4B,MAAM,eAAe,MAAM,SAAS,MAAM,iBAAiB,MAAM,eAAe,OAAO,WAAW,gBAAgB,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,gBAAgB,CAAC;IAI3T;;;;;;OAMG;mDACkD,uBAAuB,YAAY,kBAAkB,oBAAoB,aAAa,aAAa,MAAM,KAAK,aAAa,
|
|
1
|
+
{"version":3,"file":"survey-forms-api.d.ts","sourceRoot":"","sources":["../../src/api/survey-forms-api.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -321,7 +321,7 @@ export const SurveyFormsApiFp = function(configuration?: Configuration) {
|
|
|
321
321
|
* @param {*} [options] Override http request option.
|
|
322
322
|
* @throws {RequiredError}
|
|
323
323
|
*/
|
|
324
|
-
async apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
324
|
+
async apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SurveyFormModel>> {
|
|
325
325
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SurveyformsPost(createSurveyFormCommand, options);
|
|
326
326
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
327
327
|
},
|
|
@@ -333,7 +333,7 @@ export const SurveyFormsApiFp = function(configuration?: Configuration) {
|
|
|
333
333
|
* @param {*} [options] Override http request option.
|
|
334
334
|
* @throws {RequiredError}
|
|
335
335
|
*/
|
|
336
|
-
async apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
336
|
+
async apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
337
337
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SurveyformsSurveyFormIdDelete(surveyFormId, isPermanent, options);
|
|
338
338
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
339
339
|
},
|
|
@@ -396,7 +396,7 @@ export const SurveyFormsApiFactory = function (configuration?: Configuration, ba
|
|
|
396
396
|
* @param {*} [options] Override http request option.
|
|
397
397
|
* @throws {RequiredError}
|
|
398
398
|
*/
|
|
399
|
-
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<
|
|
399
|
+
apiV1SurveyformsPost(createSurveyFormCommand?: CreateSurveyFormCommand, options?: any): AxiosPromise<SurveyFormModel> {
|
|
400
400
|
return localVarFp.apiV1SurveyformsPost(createSurveyFormCommand, options).then((request) => request(axios, basePath));
|
|
401
401
|
},
|
|
402
402
|
/**
|
|
@@ -407,7 +407,7 @@ export const SurveyFormsApiFactory = function (configuration?: Configuration, ba
|
|
|
407
407
|
* @param {*} [options] Override http request option.
|
|
408
408
|
* @throws {RequiredError}
|
|
409
409
|
*/
|
|
410
|
-
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<
|
|
410
|
+
apiV1SurveyformsSurveyFormIdDelete(surveyFormId: string, isPermanent?: boolean, options?: any): AxiosPromise<void> {
|
|
411
411
|
return localVarFp.apiV1SurveyformsSurveyFormIdDelete(surveyFormId, isPermanent, options).then((request) => request(axios, basePath));
|
|
412
412
|
},
|
|
413
413
|
/**
|