ch-api-client-typescript2 2.9.0 → 2.9.2

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 CHANGED
@@ -13842,28 +13842,30 @@ export declare const GroupChannelsApiAxiosParamCreator: (configuration?: Configu
13842
13842
  * @param {*} [options] Override http request option.
13843
13843
  * @throws {RequiredError}
13844
13844
  */
13845
- apiV1GroupchannelsChannelUrlInvitePost: (channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13845
+ apiV2GroupchannelsChannelUrlInvitePost: (channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13846
13846
  /**
13847
13847
  *
13848
13848
  * @param {string} dealId
13849
+ * @param {string} [hospitalId]
13849
13850
  * @param {*} [options] Override http request option.
13850
13851
  * @throws {RequiredError}
13851
13852
  */
13852
- apiV1GroupchannelsDealDealIdGet: (dealId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13853
+ apiV2GroupchannelsDealDealIdGet: (dealId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13853
13854
  /**
13854
13855
  *
13855
13856
  * @param {string} doctorId
13857
+ * @param {string} [hospitalId]
13856
13858
  * @param {*} [options] Override http request option.
13857
13859
  * @throws {RequiredError}
13858
13860
  */
13859
- apiV1GroupchannelsDoctorDoctorIdGet: (doctorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13861
+ apiV2GroupchannelsDoctorDoctorIdGet: (doctorId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13860
13862
  /**
13861
13863
  *
13862
13864
  * @param {string} hospitalId
13863
13865
  * @param {*} [options] Override http request option.
13864
13866
  * @throws {RequiredError}
13865
13867
  */
13866
- apiV1GroupchannelsHospitalHospitalIdGet: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13868
+ apiV2GroupchannelsHospitalHospitalIdGet: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
13867
13869
  };
13868
13870
  /**
13869
13871
  * GroupChannelsApi - functional programming interface
@@ -13877,28 +13879,30 @@ export declare const GroupChannelsApiFp: (configuration?: Configuration | undefi
13877
13879
  * @param {*} [options] Override http request option.
13878
13880
  * @throws {RequiredError}
13879
13881
  */
13880
- apiV1GroupchannelsChannelUrlInvitePost(channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13882
+ apiV2GroupchannelsChannelUrlInvitePost(channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13881
13883
  /**
13882
13884
  *
13883
13885
  * @param {string} dealId
13886
+ * @param {string} [hospitalId]
13884
13887
  * @param {*} [options] Override http request option.
13885
13888
  * @throws {RequiredError}
13886
13889
  */
13887
- apiV1GroupchannelsDealDealIdGet(dealId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13890
+ apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13888
13891
  /**
13889
13892
  *
13890
13893
  * @param {string} doctorId
13894
+ * @param {string} [hospitalId]
13891
13895
  * @param {*} [options] Override http request option.
13892
13896
  * @throws {RequiredError}
13893
13897
  */
13894
- apiV1GroupchannelsDoctorDoctorIdGet(doctorId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13898
+ apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13895
13899
  /**
13896
13900
  *
13897
13901
  * @param {string} hospitalId
13898
13902
  * @param {*} [options] Override http request option.
13899
13903
  * @throws {RequiredError}
13900
13904
  */
13901
- apiV1GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13905
+ apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SendBirdGroupChannelModel>>;
13902
13906
  };
13903
13907
  /**
13904
13908
  * GroupChannelsApi - factory interface
@@ -13912,28 +13916,30 @@ export declare const GroupChannelsApiFactory: (configuration?: Configuration | u
13912
13916
  * @param {*} [options] Override http request option.
13913
13917
  * @throws {RequiredError}
13914
13918
  */
13915
- apiV1GroupchannelsChannelUrlInvitePost(channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand | undefined, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13919
+ apiV2GroupchannelsChannelUrlInvitePost(channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand | undefined, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13916
13920
  /**
13917
13921
  *
13918
13922
  * @param {string} dealId
13923
+ * @param {string} [hospitalId]
13919
13924
  * @param {*} [options] Override http request option.
13920
13925
  * @throws {RequiredError}
13921
13926
  */
13922
- apiV1GroupchannelsDealDealIdGet(dealId: string, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13927
+ apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string | undefined, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13923
13928
  /**
13924
13929
  *
13925
13930
  * @param {string} doctorId
13931
+ * @param {string} [hospitalId]
13926
13932
  * @param {*} [options] Override http request option.
13927
13933
  * @throws {RequiredError}
13928
13934
  */
13929
- apiV1GroupchannelsDoctorDoctorIdGet(doctorId: string, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13935
+ apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string | undefined, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13930
13936
  /**
13931
13937
  *
13932
13938
  * @param {string} hospitalId
13933
13939
  * @param {*} [options] Override http request option.
13934
13940
  * @throws {RequiredError}
13935
13941
  */
13936
- apiV1GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13942
+ apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: any): AxiosPromise<SendBirdGroupChannelModel>;
13937
13943
  };
13938
13944
  /**
13939
13945
  * GroupChannelsApi - object-oriented interface
@@ -13950,23 +13956,25 @@ export declare class GroupChannelsApi extends BaseAPI {
13950
13956
  * @throws {RequiredError}
13951
13957
  * @memberof GroupChannelsApi
13952
13958
  */
13953
- apiV1GroupchannelsChannelUrlInvitePost(channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13959
+ apiV2GroupchannelsChannelUrlInvitePost(channelUrl: string, inviteSendBirdGroupChannelCommand?: InviteSendBirdGroupChannelCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13954
13960
  /**
13955
13961
  *
13956
13962
  * @param {string} dealId
13963
+ * @param {string} [hospitalId]
13957
13964
  * @param {*} [options] Override http request option.
13958
13965
  * @throws {RequiredError}
13959
13966
  * @memberof GroupChannelsApi
13960
13967
  */
13961
- apiV1GroupchannelsDealDealIdGet(dealId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13968
+ apiV2GroupchannelsDealDealIdGet(dealId: string, hospitalId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13962
13969
  /**
13963
13970
  *
13964
13971
  * @param {string} doctorId
13972
+ * @param {string} [hospitalId]
13965
13973
  * @param {*} [options] Override http request option.
13966
13974
  * @throws {RequiredError}
13967
13975
  * @memberof GroupChannelsApi
13968
13976
  */
13969
- apiV1GroupchannelsDoctorDoctorIdGet(doctorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13977
+ apiV2GroupchannelsDoctorDoctorIdGet(doctorId: string, hospitalId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13970
13978
  /**
13971
13979
  *
13972
13980
  * @param {string} hospitalId
@@ -13974,7 +13982,7 @@ export declare class GroupChannelsApi extends BaseAPI {
13974
13982
  * @throws {RequiredError}
13975
13983
  * @memberof GroupChannelsApi
13976
13984
  */
13977
- apiV1GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13985
+ apiV2GroupchannelsHospitalHospitalIdGet(hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SendBirdGroupChannelModel, any>>;
13978
13986
  }
13979
13987
  /**
13980
13988
  * HospitalsApi - axios parameter creator