ch-api-client-typescript2 3.2.4 → 3.2.7
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/lib/api.d.ts +0 -66
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +0 -170
- package/package.json +1 -1
- package/src/api.ts +0 -142
package/lib/api.d.ts
CHANGED
|
@@ -11174,14 +11174,6 @@ export declare const BookingsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
11174
11174
|
* @throws {RequiredError}
|
|
11175
11175
|
*/
|
|
11176
11176
|
apiV2BookingsBookingIdGet: (bookingId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11177
|
-
/**
|
|
11178
|
-
*
|
|
11179
|
-
* @summary Mark as Paid booking.
|
|
11180
|
-
* @param {string} bookingId
|
|
11181
|
-
* @param {*} [options] Override http request option.
|
|
11182
|
-
* @throws {RequiredError}
|
|
11183
|
-
*/
|
|
11184
|
-
apiV2BookingsBookingIdPaidPost: (bookingId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11185
11177
|
/**
|
|
11186
11178
|
*
|
|
11187
11179
|
* @summary Pay booking.
|
|
@@ -11238,14 +11230,6 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
|
|
|
11238
11230
|
* @throws {RequiredError}
|
|
11239
11231
|
*/
|
|
11240
11232
|
apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
|
|
11241
|
-
/**
|
|
11242
|
-
*
|
|
11243
|
-
* @summary Mark as Paid booking.
|
|
11244
|
-
* @param {string} bookingId
|
|
11245
|
-
* @param {*} [options] Override http request option.
|
|
11246
|
-
* @throws {RequiredError}
|
|
11247
|
-
*/
|
|
11248
|
-
apiV2BookingsBookingIdPaidPost(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
11249
11233
|
/**
|
|
11250
11234
|
*
|
|
11251
11235
|
* @summary Pay booking.
|
|
@@ -11302,14 +11286,6 @@ export declare const BookingsApiFactory: (configuration?: Configuration | undefi
|
|
|
11302
11286
|
* @throws {RequiredError}
|
|
11303
11287
|
*/
|
|
11304
11288
|
apiV2BookingsBookingIdGet(bookingId: string, options?: any): AxiosPromise<BookingModel>;
|
|
11305
|
-
/**
|
|
11306
|
-
*
|
|
11307
|
-
* @summary Mark as Paid booking.
|
|
11308
|
-
* @param {string} bookingId
|
|
11309
|
-
* @param {*} [options] Override http request option.
|
|
11310
|
-
* @throws {RequiredError}
|
|
11311
|
-
*/
|
|
11312
|
-
apiV2BookingsBookingIdPaidPost(bookingId: string, options?: any): AxiosPromise<string>;
|
|
11313
11289
|
/**
|
|
11314
11290
|
*
|
|
11315
11291
|
* @summary Pay booking.
|
|
@@ -11369,15 +11345,6 @@ export declare class BookingsApi extends BaseAPI {
|
|
|
11369
11345
|
* @memberof BookingsApi
|
|
11370
11346
|
*/
|
|
11371
11347
|
apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel, any>>;
|
|
11372
|
-
/**
|
|
11373
|
-
*
|
|
11374
|
-
* @summary Mark as Paid booking.
|
|
11375
|
-
* @param {string} bookingId
|
|
11376
|
-
* @param {*} [options] Override http request option.
|
|
11377
|
-
* @throws {RequiredError}
|
|
11378
|
-
* @memberof BookingsApi
|
|
11379
|
-
*/
|
|
11380
|
-
apiV2BookingsBookingIdPaidPost(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
11381
11348
|
/**
|
|
11382
11349
|
*
|
|
11383
11350
|
* @summary Pay booking.
|
|
@@ -11787,14 +11754,6 @@ export declare const ConsultationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
11787
11754
|
* @throws {RequiredError}
|
|
11788
11755
|
*/
|
|
11789
11756
|
apiV2ConsultationsConsultationIdGet: (consultationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11790
|
-
/**
|
|
11791
|
-
*
|
|
11792
|
-
* @summary Mark as Paid booking.
|
|
11793
|
-
* @param {string} consultationId
|
|
11794
|
-
* @param {*} [options] Override http request option.
|
|
11795
|
-
* @throws {RequiredError}
|
|
11796
|
-
*/
|
|
11797
|
-
apiV2ConsultationsConsultationIdPaidPost: (consultationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11798
11757
|
/**
|
|
11799
11758
|
*
|
|
11800
11759
|
* @summary Pay consultation.
|
|
@@ -11851,14 +11810,6 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
|
|
|
11851
11810
|
* @throws {RequiredError}
|
|
11852
11811
|
*/
|
|
11853
11812
|
apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
|
|
11854
|
-
/**
|
|
11855
|
-
*
|
|
11856
|
-
* @summary Mark as Paid booking.
|
|
11857
|
-
* @param {string} consultationId
|
|
11858
|
-
* @param {*} [options] Override http request option.
|
|
11859
|
-
* @throws {RequiredError}
|
|
11860
|
-
*/
|
|
11861
|
-
apiV2ConsultationsConsultationIdPaidPost(consultationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<string>>;
|
|
11862
11813
|
/**
|
|
11863
11814
|
*
|
|
11864
11815
|
* @summary Pay consultation.
|
|
@@ -11915,14 +11866,6 @@ export declare const ConsultationsApiFactory: (configuration?: Configuration | u
|
|
|
11915
11866
|
* @throws {RequiredError}
|
|
11916
11867
|
*/
|
|
11917
11868
|
apiV2ConsultationsConsultationIdGet(consultationId: string, options?: any): AxiosPromise<ConsultationModel>;
|
|
11918
|
-
/**
|
|
11919
|
-
*
|
|
11920
|
-
* @summary Mark as Paid booking.
|
|
11921
|
-
* @param {string} consultationId
|
|
11922
|
-
* @param {*} [options] Override http request option.
|
|
11923
|
-
* @throws {RequiredError}
|
|
11924
|
-
*/
|
|
11925
|
-
apiV2ConsultationsConsultationIdPaidPost(consultationId: string, options?: any): AxiosPromise<string>;
|
|
11926
11869
|
/**
|
|
11927
11870
|
*
|
|
11928
11871
|
* @summary Pay consultation.
|
|
@@ -11982,15 +11925,6 @@ export declare class ConsultationsApi extends BaseAPI {
|
|
|
11982
11925
|
* @memberof ConsultationsApi
|
|
11983
11926
|
*/
|
|
11984
11927
|
apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
|
|
11985
|
-
/**
|
|
11986
|
-
*
|
|
11987
|
-
* @summary Mark as Paid booking.
|
|
11988
|
-
* @param {string} consultationId
|
|
11989
|
-
* @param {*} [options] Override http request option.
|
|
11990
|
-
* @throws {RequiredError}
|
|
11991
|
-
* @memberof ConsultationsApi
|
|
11992
|
-
*/
|
|
11993
|
-
apiV2ConsultationsConsultationIdPaidPost(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
11994
11928
|
/**
|
|
11995
11929
|
*
|
|
11996
11930
|
* @summary Pay consultation.
|