ch-admin-api-client-typescript 4.6.4 → 4.6.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.
- package/lib/api.d.ts +180 -88
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +312 -154
- package/package.json +1 -1
- package/src/api.ts +334 -154
package/lib/api.d.ts
CHANGED
|
@@ -15744,10 +15744,11 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
15744
15744
|
*
|
|
15745
15745
|
* @summary Delete AboutUs.
|
|
15746
15746
|
* @param {string} hospitalId
|
|
15747
|
+
* @param {boolean} [isPermanent]
|
|
15747
15748
|
* @param {*} [options] Override http request option.
|
|
15748
15749
|
* @throws {RequiredError}
|
|
15749
15750
|
*/
|
|
15750
|
-
apiV1AboutusHospitalIdDelete: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
15751
|
+
apiV1AboutusHospitalIdDelete: (hospitalId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
15751
15752
|
/**
|
|
15752
15753
|
*
|
|
15753
15754
|
* @summary Get AboutUs.
|
|
@@ -15812,10 +15813,11 @@ export declare const AboutUsApiFp: (configuration?: Configuration | undefined) =
|
|
|
15812
15813
|
*
|
|
15813
15814
|
* @summary Delete AboutUs.
|
|
15814
15815
|
* @param {string} hospitalId
|
|
15816
|
+
* @param {boolean} [isPermanent]
|
|
15815
15817
|
* @param {*} [options] Override http request option.
|
|
15816
15818
|
* @throws {RequiredError}
|
|
15817
15819
|
*/
|
|
15818
|
-
apiV1AboutusHospitalIdDelete(hospitalId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
15820
|
+
apiV1AboutusHospitalIdDelete(hospitalId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
15819
15821
|
/**
|
|
15820
15822
|
*
|
|
15821
15823
|
* @summary Get AboutUs.
|
|
@@ -15880,10 +15882,11 @@ export declare const AboutUsApiFactory: (configuration?: Configuration | undefin
|
|
|
15880
15882
|
*
|
|
15881
15883
|
* @summary Delete AboutUs.
|
|
15882
15884
|
* @param {string} hospitalId
|
|
15885
|
+
* @param {boolean} [isPermanent]
|
|
15883
15886
|
* @param {*} [options] Override http request option.
|
|
15884
15887
|
* @throws {RequiredError}
|
|
15885
15888
|
*/
|
|
15886
|
-
apiV1AboutusHospitalIdDelete(hospitalId: string, options?: any): AxiosPromise<boolean>;
|
|
15889
|
+
apiV1AboutusHospitalIdDelete(hospitalId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
15887
15890
|
/**
|
|
15888
15891
|
*
|
|
15889
15892
|
* @summary Get AboutUs.
|
|
@@ -15951,11 +15954,12 @@ export declare class AboutUsApi extends BaseAPI {
|
|
|
15951
15954
|
*
|
|
15952
15955
|
* @summary Delete AboutUs.
|
|
15953
15956
|
* @param {string} hospitalId
|
|
15957
|
+
* @param {boolean} [isPermanent]
|
|
15954
15958
|
* @param {*} [options] Override http request option.
|
|
15955
15959
|
* @throws {RequiredError}
|
|
15956
15960
|
* @memberof AboutUsApi
|
|
15957
15961
|
*/
|
|
15958
|
-
apiV1AboutusHospitalIdDelete(hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
15962
|
+
apiV1AboutusHospitalIdDelete(hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
15959
15963
|
/**
|
|
15960
15964
|
*
|
|
15961
15965
|
* @summary Get AboutUs.
|
|
@@ -16476,10 +16480,11 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
16476
16480
|
*
|
|
16477
16481
|
* @summary Delete Article.
|
|
16478
16482
|
* @param {string} articleId
|
|
16483
|
+
* @param {boolean} [isPermanent]
|
|
16479
16484
|
* @param {*} [options] Override http request option.
|
|
16480
16485
|
* @throws {RequiredError}
|
|
16481
16486
|
*/
|
|
16482
|
-
apiV1ArticlesArticleIdDelete: (articleId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
16487
|
+
apiV1ArticlesArticleIdDelete: (articleId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
16483
16488
|
/**
|
|
16484
16489
|
*
|
|
16485
16490
|
* @summary Get Article.
|
|
@@ -16746,10 +16751,11 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
|
|
|
16746
16751
|
*
|
|
16747
16752
|
* @summary Delete Article.
|
|
16748
16753
|
* @param {string} articleId
|
|
16754
|
+
* @param {boolean} [isPermanent]
|
|
16749
16755
|
* @param {*} [options] Override http request option.
|
|
16750
16756
|
* @throws {RequiredError}
|
|
16751
16757
|
*/
|
|
16752
|
-
apiV1ArticlesArticleIdDelete(articleId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
16758
|
+
apiV1ArticlesArticleIdDelete(articleId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
16753
16759
|
/**
|
|
16754
16760
|
*
|
|
16755
16761
|
* @summary Get Article.
|
|
@@ -17016,10 +17022,11 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
|
|
|
17016
17022
|
*
|
|
17017
17023
|
* @summary Delete Article.
|
|
17018
17024
|
* @param {string} articleId
|
|
17025
|
+
* @param {boolean} [isPermanent]
|
|
17019
17026
|
* @param {*} [options] Override http request option.
|
|
17020
17027
|
* @throws {RequiredError}
|
|
17021
17028
|
*/
|
|
17022
|
-
apiV1ArticlesArticleIdDelete(articleId: string, options?: any): AxiosPromise<boolean>;
|
|
17029
|
+
apiV1ArticlesArticleIdDelete(articleId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
17023
17030
|
/**
|
|
17024
17031
|
*
|
|
17025
17032
|
* @summary Get Article.
|
|
@@ -17293,11 +17300,12 @@ export declare class ArticlesApi extends BaseAPI {
|
|
|
17293
17300
|
*
|
|
17294
17301
|
* @summary Delete Article.
|
|
17295
17302
|
* @param {string} articleId
|
|
17303
|
+
* @param {boolean} [isPermanent]
|
|
17296
17304
|
* @param {*} [options] Override http request option.
|
|
17297
17305
|
* @throws {RequiredError}
|
|
17298
17306
|
* @memberof ArticlesApi
|
|
17299
17307
|
*/
|
|
17300
|
-
apiV1ArticlesArticleIdDelete(articleId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
17308
|
+
apiV1ArticlesArticleIdDelete(articleId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
17301
17309
|
/**
|
|
17302
17310
|
*
|
|
17303
17311
|
* @summary Get Article.
|
|
@@ -17868,10 +17876,11 @@ export declare const CHAdminsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
17868
17876
|
*
|
|
17869
17877
|
* @summary Delete CHAdmin.
|
|
17870
17878
|
* @param {string} cHAdminId
|
|
17879
|
+
* @param {boolean} [isPermanent]
|
|
17871
17880
|
* @param {*} [options] Override http request option.
|
|
17872
17881
|
* @throws {RequiredError}
|
|
17873
17882
|
*/
|
|
17874
|
-
apiV1ChadminsCHAdminIdDelete: (cHAdminId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
17883
|
+
apiV1ChadminsCHAdminIdDelete: (cHAdminId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
17875
17884
|
/**
|
|
17876
17885
|
*
|
|
17877
17886
|
* @summary Get CHAdmin.
|
|
@@ -17924,10 +17933,11 @@ export declare const CHAdminsApiFp: (configuration?: Configuration | undefined)
|
|
|
17924
17933
|
*
|
|
17925
17934
|
* @summary Delete CHAdmin.
|
|
17926
17935
|
* @param {string} cHAdminId
|
|
17936
|
+
* @param {boolean} [isPermanent]
|
|
17927
17937
|
* @param {*} [options] Override http request option.
|
|
17928
17938
|
* @throws {RequiredError}
|
|
17929
17939
|
*/
|
|
17930
|
-
apiV1ChadminsCHAdminIdDelete(cHAdminId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
17940
|
+
apiV1ChadminsCHAdminIdDelete(cHAdminId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
17931
17941
|
/**
|
|
17932
17942
|
*
|
|
17933
17943
|
* @summary Get CHAdmin.
|
|
@@ -17980,10 +17990,11 @@ export declare const CHAdminsApiFactory: (configuration?: Configuration | undefi
|
|
|
17980
17990
|
*
|
|
17981
17991
|
* @summary Delete CHAdmin.
|
|
17982
17992
|
* @param {string} cHAdminId
|
|
17993
|
+
* @param {boolean} [isPermanent]
|
|
17983
17994
|
* @param {*} [options] Override http request option.
|
|
17984
17995
|
* @throws {RequiredError}
|
|
17985
17996
|
*/
|
|
17986
|
-
apiV1ChadminsCHAdminIdDelete(cHAdminId: string, options?: any): AxiosPromise<boolean>;
|
|
17997
|
+
apiV1ChadminsCHAdminIdDelete(cHAdminId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
17987
17998
|
/**
|
|
17988
17999
|
*
|
|
17989
18000
|
* @summary Get CHAdmin.
|
|
@@ -18038,11 +18049,12 @@ export declare class CHAdminsApi extends BaseAPI {
|
|
|
18038
18049
|
*
|
|
18039
18050
|
* @summary Delete CHAdmin.
|
|
18040
18051
|
* @param {string} cHAdminId
|
|
18052
|
+
* @param {boolean} [isPermanent]
|
|
18041
18053
|
* @param {*} [options] Override http request option.
|
|
18042
18054
|
* @throws {RequiredError}
|
|
18043
18055
|
* @memberof CHAdminsApi
|
|
18044
18056
|
*/
|
|
18045
|
-
apiV1ChadminsCHAdminIdDelete(cHAdminId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
18057
|
+
apiV1ChadminsCHAdminIdDelete(cHAdminId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
18046
18058
|
/**
|
|
18047
18059
|
*
|
|
18048
18060
|
* @summary Get CHAdmin.
|
|
@@ -18099,10 +18111,11 @@ export declare const CHManagersApiAxiosParamCreator: (configuration?: Configurat
|
|
|
18099
18111
|
*
|
|
18100
18112
|
* @summary Delete CHManager.
|
|
18101
18113
|
* @param {string} cHManagerId
|
|
18114
|
+
* @param {boolean} [isPermanent]
|
|
18102
18115
|
* @param {*} [options] Override http request option.
|
|
18103
18116
|
* @throws {RequiredError}
|
|
18104
18117
|
*/
|
|
18105
|
-
apiV1ChmanagersCHManagerIdDelete: (cHManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18118
|
+
apiV1ChmanagersCHManagerIdDelete: (cHManagerId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
18106
18119
|
/**
|
|
18107
18120
|
*
|
|
18108
18121
|
* @summary Get CHManager.
|
|
@@ -18155,10 +18168,11 @@ export declare const CHManagersApiFp: (configuration?: Configuration | undefined
|
|
|
18155
18168
|
*
|
|
18156
18169
|
* @summary Delete CHManager.
|
|
18157
18170
|
* @param {string} cHManagerId
|
|
18171
|
+
* @param {boolean} [isPermanent]
|
|
18158
18172
|
* @param {*} [options] Override http request option.
|
|
18159
18173
|
* @throws {RequiredError}
|
|
18160
18174
|
*/
|
|
18161
|
-
apiV1ChmanagersCHManagerIdDelete(cHManagerId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
18175
|
+
apiV1ChmanagersCHManagerIdDelete(cHManagerId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
18162
18176
|
/**
|
|
18163
18177
|
*
|
|
18164
18178
|
* @summary Get CHManager.
|
|
@@ -18211,10 +18225,11 @@ export declare const CHManagersApiFactory: (configuration?: Configuration | unde
|
|
|
18211
18225
|
*
|
|
18212
18226
|
* @summary Delete CHManager.
|
|
18213
18227
|
* @param {string} cHManagerId
|
|
18228
|
+
* @param {boolean} [isPermanent]
|
|
18214
18229
|
* @param {*} [options] Override http request option.
|
|
18215
18230
|
* @throws {RequiredError}
|
|
18216
18231
|
*/
|
|
18217
|
-
apiV1ChmanagersCHManagerIdDelete(cHManagerId: string, options?: any): AxiosPromise<boolean>;
|
|
18232
|
+
apiV1ChmanagersCHManagerIdDelete(cHManagerId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
18218
18233
|
/**
|
|
18219
18234
|
*
|
|
18220
18235
|
* @summary Get CHManager.
|
|
@@ -18269,11 +18284,12 @@ export declare class CHManagersApi extends BaseAPI {
|
|
|
18269
18284
|
*
|
|
18270
18285
|
* @summary Delete CHManager.
|
|
18271
18286
|
* @param {string} cHManagerId
|
|
18287
|
+
* @param {boolean} [isPermanent]
|
|
18272
18288
|
* @param {*} [options] Override http request option.
|
|
18273
18289
|
* @throws {RequiredError}
|
|
18274
18290
|
* @memberof CHManagersApi
|
|
18275
18291
|
*/
|
|
18276
|
-
apiV1ChmanagersCHManagerIdDelete(cHManagerId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
18292
|
+
apiV1ChmanagersCHManagerIdDelete(cHManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
18277
18293
|
/**
|
|
18278
18294
|
*
|
|
18279
18295
|
* @summary Get CHManager.
|
|
@@ -19028,10 +19044,11 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
|
|
|
19028
19044
|
*
|
|
19029
19045
|
* @summary Delete Contributor.
|
|
19030
19046
|
* @param {string} contributorId
|
|
19047
|
+
* @param {boolean} [isPermanent]
|
|
19031
19048
|
* @param {*} [options] Override http request option.
|
|
19032
19049
|
* @throws {RequiredError}
|
|
19033
19050
|
*/
|
|
19034
|
-
apiV1ContributorsContributorIdDelete: (contributorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
19051
|
+
apiV1ContributorsContributorIdDelete: (contributorId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
19035
19052
|
/**
|
|
19036
19053
|
*
|
|
19037
19054
|
* @summary Get Contributor.
|
|
@@ -19150,10 +19167,11 @@ export declare const ContributorsApiFp: (configuration?: Configuration | undefin
|
|
|
19150
19167
|
*
|
|
19151
19168
|
* @summary Delete Contributor.
|
|
19152
19169
|
* @param {string} contributorId
|
|
19170
|
+
* @param {boolean} [isPermanent]
|
|
19153
19171
|
* @param {*} [options] Override http request option.
|
|
19154
19172
|
* @throws {RequiredError}
|
|
19155
19173
|
*/
|
|
19156
|
-
apiV1ContributorsContributorIdDelete(contributorId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
19174
|
+
apiV1ContributorsContributorIdDelete(contributorId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
19157
19175
|
/**
|
|
19158
19176
|
*
|
|
19159
19177
|
* @summary Get Contributor.
|
|
@@ -19272,10 +19290,11 @@ export declare const ContributorsApiFactory: (configuration?: Configuration | un
|
|
|
19272
19290
|
*
|
|
19273
19291
|
* @summary Delete Contributor.
|
|
19274
19292
|
* @param {string} contributorId
|
|
19293
|
+
* @param {boolean} [isPermanent]
|
|
19275
19294
|
* @param {*} [options] Override http request option.
|
|
19276
19295
|
* @throws {RequiredError}
|
|
19277
19296
|
*/
|
|
19278
|
-
apiV1ContributorsContributorIdDelete(contributorId: string, options?: any): AxiosPromise<boolean>;
|
|
19297
|
+
apiV1ContributorsContributorIdDelete(contributorId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
19279
19298
|
/**
|
|
19280
19299
|
*
|
|
19281
19300
|
* @summary Get Contributor.
|
|
@@ -19396,11 +19415,12 @@ export declare class ContributorsApi extends BaseAPI {
|
|
|
19396
19415
|
*
|
|
19397
19416
|
* @summary Delete Contributor.
|
|
19398
19417
|
* @param {string} contributorId
|
|
19418
|
+
* @param {boolean} [isPermanent]
|
|
19399
19419
|
* @param {*} [options] Override http request option.
|
|
19400
19420
|
* @throws {RequiredError}
|
|
19401
19421
|
* @memberof ContributorsApi
|
|
19402
19422
|
*/
|
|
19403
|
-
apiV1ContributorsContributorIdDelete(contributorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
19423
|
+
apiV1ContributorsContributorIdDelete(contributorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
19404
19424
|
/**
|
|
19405
19425
|
*
|
|
19406
19426
|
* @summary Get Contributor.
|
|
@@ -19529,10 +19549,11 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
19529
19549
|
*
|
|
19530
19550
|
* @summary Delete country.
|
|
19531
19551
|
* @param {string} countryId
|
|
19552
|
+
* @param {boolean} [isPermanent] Admin only
|
|
19532
19553
|
* @param {*} [options] Override http request option.
|
|
19533
19554
|
* @throws {RequiredError}
|
|
19534
19555
|
*/
|
|
19535
|
-
apiV1CountriesCountryIdDelete: (countryId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
19556
|
+
apiV1CountriesCountryIdDelete: (countryId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
19536
19557
|
/**
|
|
19537
19558
|
*
|
|
19538
19559
|
* @summary Get country.
|
|
@@ -19653,10 +19674,11 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
|
|
|
19653
19674
|
*
|
|
19654
19675
|
* @summary Delete country.
|
|
19655
19676
|
* @param {string} countryId
|
|
19677
|
+
* @param {boolean} [isPermanent] Admin only
|
|
19656
19678
|
* @param {*} [options] Override http request option.
|
|
19657
19679
|
* @throws {RequiredError}
|
|
19658
19680
|
*/
|
|
19659
|
-
apiV1CountriesCountryIdDelete(countryId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
19681
|
+
apiV1CountriesCountryIdDelete(countryId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
19660
19682
|
/**
|
|
19661
19683
|
*
|
|
19662
19684
|
* @summary Get country.
|
|
@@ -19777,10 +19799,11 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
|
|
|
19777
19799
|
*
|
|
19778
19800
|
* @summary Delete country.
|
|
19779
19801
|
* @param {string} countryId
|
|
19802
|
+
* @param {boolean} [isPermanent] Admin only
|
|
19780
19803
|
* @param {*} [options] Override http request option.
|
|
19781
19804
|
* @throws {RequiredError}
|
|
19782
19805
|
*/
|
|
19783
|
-
apiV1CountriesCountryIdDelete(countryId: string, options?: any): AxiosPromise<boolean>;
|
|
19806
|
+
apiV1CountriesCountryIdDelete(countryId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
19784
19807
|
/**
|
|
19785
19808
|
*
|
|
19786
19809
|
* @summary Get country.
|
|
@@ -19903,11 +19926,12 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
19903
19926
|
*
|
|
19904
19927
|
* @summary Delete country.
|
|
19905
19928
|
* @param {string} countryId
|
|
19929
|
+
* @param {boolean} [isPermanent] Admin only
|
|
19906
19930
|
* @param {*} [options] Override http request option.
|
|
19907
19931
|
* @throws {RequiredError}
|
|
19908
19932
|
* @memberof CountriesApi
|
|
19909
19933
|
*/
|
|
19910
|
-
apiV1CountriesCountryIdDelete(countryId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
19934
|
+
apiV1CountriesCountryIdDelete(countryId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
19911
19935
|
/**
|
|
19912
19936
|
*
|
|
19913
19937
|
* @summary Get country.
|
|
@@ -20098,10 +20122,11 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
|
|
|
20098
20122
|
*
|
|
20099
20123
|
* @summary Delete deal.
|
|
20100
20124
|
* @param {string} dealId
|
|
20125
|
+
* @param {boolean} [isPermanent]
|
|
20101
20126
|
* @param {*} [options] Override http request option.
|
|
20102
20127
|
* @throws {RequiredError}
|
|
20103
20128
|
*/
|
|
20104
|
-
apiV1DealsDealIdDelete: (dealId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
20129
|
+
apiV1DealsDealIdDelete: (dealId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
20105
20130
|
/**
|
|
20106
20131
|
*
|
|
20107
20132
|
* @summary Get deal.
|
|
@@ -20135,10 +20160,11 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration |
|
|
|
20135
20160
|
* @summary Delete DealPackage.
|
|
20136
20161
|
* @param {string} dealId
|
|
20137
20162
|
* @param {string} packageId
|
|
20163
|
+
* @param {boolean} [isPermanent]
|
|
20138
20164
|
* @param {*} [options] Override http request option.
|
|
20139
20165
|
* @throws {RequiredError}
|
|
20140
20166
|
*/
|
|
20141
|
-
apiV1DealsDealIdPackagesPackageIdDelete: (dealId: string, packageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
20167
|
+
apiV1DealsDealIdPackagesPackageIdDelete: (dealId: string, packageId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
20142
20168
|
/**
|
|
20143
20169
|
*
|
|
20144
20170
|
* @summary Get DealPackage.
|
|
@@ -20313,10 +20339,11 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
|
|
|
20313
20339
|
*
|
|
20314
20340
|
* @summary Delete deal.
|
|
20315
20341
|
* @param {string} dealId
|
|
20342
|
+
* @param {boolean} [isPermanent]
|
|
20316
20343
|
* @param {*} [options] Override http request option.
|
|
20317
20344
|
* @throws {RequiredError}
|
|
20318
20345
|
*/
|
|
20319
|
-
apiV1DealsDealIdDelete(dealId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
20346
|
+
apiV1DealsDealIdDelete(dealId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
20320
20347
|
/**
|
|
20321
20348
|
*
|
|
20322
20349
|
* @summary Get deal.
|
|
@@ -20350,10 +20377,11 @@ export declare const DealsApiFp: (configuration?: Configuration | undefined) =>
|
|
|
20350
20377
|
* @summary Delete DealPackage.
|
|
20351
20378
|
* @param {string} dealId
|
|
20352
20379
|
* @param {string} packageId
|
|
20380
|
+
* @param {boolean} [isPermanent]
|
|
20353
20381
|
* @param {*} [options] Override http request option.
|
|
20354
20382
|
* @throws {RequiredError}
|
|
20355
20383
|
*/
|
|
20356
|
-
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
20384
|
+
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
20357
20385
|
/**
|
|
20358
20386
|
*
|
|
20359
20387
|
* @summary Get DealPackage.
|
|
@@ -20528,10 +20556,11 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
|
|
|
20528
20556
|
*
|
|
20529
20557
|
* @summary Delete deal.
|
|
20530
20558
|
* @param {string} dealId
|
|
20559
|
+
* @param {boolean} [isPermanent]
|
|
20531
20560
|
* @param {*} [options] Override http request option.
|
|
20532
20561
|
* @throws {RequiredError}
|
|
20533
20562
|
*/
|
|
20534
|
-
apiV1DealsDealIdDelete(dealId: string, options?: any): AxiosPromise<boolean>;
|
|
20563
|
+
apiV1DealsDealIdDelete(dealId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
20535
20564
|
/**
|
|
20536
20565
|
*
|
|
20537
20566
|
* @summary Get deal.
|
|
@@ -20565,10 +20594,11 @@ export declare const DealsApiFactory: (configuration?: Configuration | undefined
|
|
|
20565
20594
|
* @summary Delete DealPackage.
|
|
20566
20595
|
* @param {string} dealId
|
|
20567
20596
|
* @param {string} packageId
|
|
20597
|
+
* @param {boolean} [isPermanent]
|
|
20568
20598
|
* @param {*} [options] Override http request option.
|
|
20569
20599
|
* @throws {RequiredError}
|
|
20570
20600
|
*/
|
|
20571
|
-
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, options?: any): AxiosPromise<boolean>;
|
|
20601
|
+
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
20572
20602
|
/**
|
|
20573
20603
|
*
|
|
20574
20604
|
* @summary Get DealPackage.
|
|
@@ -20745,11 +20775,12 @@ export declare class DealsApi extends BaseAPI {
|
|
|
20745
20775
|
*
|
|
20746
20776
|
* @summary Delete deal.
|
|
20747
20777
|
* @param {string} dealId
|
|
20778
|
+
* @param {boolean} [isPermanent]
|
|
20748
20779
|
* @param {*} [options] Override http request option.
|
|
20749
20780
|
* @throws {RequiredError}
|
|
20750
20781
|
* @memberof DealsApi
|
|
20751
20782
|
*/
|
|
20752
|
-
apiV1DealsDealIdDelete(dealId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
20783
|
+
apiV1DealsDealIdDelete(dealId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
20753
20784
|
/**
|
|
20754
20785
|
*
|
|
20755
20786
|
* @summary Get deal.
|
|
@@ -20785,11 +20816,12 @@ export declare class DealsApi extends BaseAPI {
|
|
|
20785
20816
|
* @summary Delete DealPackage.
|
|
20786
20817
|
* @param {string} dealId
|
|
20787
20818
|
* @param {string} packageId
|
|
20819
|
+
* @param {boolean} [isPermanent]
|
|
20788
20820
|
* @param {*} [options] Override http request option.
|
|
20789
20821
|
* @throws {RequiredError}
|
|
20790
20822
|
* @memberof DealsApi
|
|
20791
20823
|
*/
|
|
20792
|
-
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
20824
|
+
apiV1DealsDealIdPackagesPackageIdDelete(dealId: string, packageId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
20793
20825
|
/**
|
|
20794
20826
|
*
|
|
20795
20827
|
* @summary Get DealPackage.
|
|
@@ -21047,10 +21079,11 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
21047
21079
|
*
|
|
21048
21080
|
* @summary Delete doctor affiliation.
|
|
21049
21081
|
* @param {string} id
|
|
21082
|
+
* @param {boolean} [isPermanent]
|
|
21050
21083
|
* @param {*} [options] Override http request option.
|
|
21051
21084
|
* @throws {RequiredError}
|
|
21052
21085
|
*/
|
|
21053
|
-
apiV1DoctoraffiliationsIdDelete: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21086
|
+
apiV1DoctoraffiliationsIdDelete: (id: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21054
21087
|
/**
|
|
21055
21088
|
*
|
|
21056
21089
|
* @summary Get doctor affiliation.
|
|
@@ -21173,10 +21206,11 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
|
|
|
21173
21206
|
*
|
|
21174
21207
|
* @summary Delete doctor affiliation.
|
|
21175
21208
|
* @param {string} id
|
|
21209
|
+
* @param {boolean} [isPermanent]
|
|
21176
21210
|
* @param {*} [options] Override http request option.
|
|
21177
21211
|
* @throws {RequiredError}
|
|
21178
21212
|
*/
|
|
21179
|
-
apiV1DoctoraffiliationsIdDelete(id: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
21213
|
+
apiV1DoctoraffiliationsIdDelete(id: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
21180
21214
|
/**
|
|
21181
21215
|
*
|
|
21182
21216
|
* @summary Get doctor affiliation.
|
|
@@ -21299,10 +21333,11 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
21299
21333
|
*
|
|
21300
21334
|
* @summary Delete doctor affiliation.
|
|
21301
21335
|
* @param {string} id
|
|
21336
|
+
* @param {boolean} [isPermanent]
|
|
21302
21337
|
* @param {*} [options] Override http request option.
|
|
21303
21338
|
* @throws {RequiredError}
|
|
21304
21339
|
*/
|
|
21305
|
-
apiV1DoctoraffiliationsIdDelete(id: string, options?: any): AxiosPromise<boolean>;
|
|
21340
|
+
apiV1DoctoraffiliationsIdDelete(id: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
21306
21341
|
/**
|
|
21307
21342
|
*
|
|
21308
21343
|
* @summary Get doctor affiliation.
|
|
@@ -21433,11 +21468,12 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
|
|
|
21433
21468
|
*
|
|
21434
21469
|
* @summary Delete doctor affiliation.
|
|
21435
21470
|
* @param {string} id
|
|
21471
|
+
* @param {boolean} [isPermanent]
|
|
21436
21472
|
* @param {*} [options] Override http request option.
|
|
21437
21473
|
* @throws {RequiredError}
|
|
21438
21474
|
* @memberof DoctorAffiliationsApi
|
|
21439
21475
|
*/
|
|
21440
|
-
apiV1DoctoraffiliationsIdDelete(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
21476
|
+
apiV1DoctoraffiliationsIdDelete(id: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
21441
21477
|
/**
|
|
21442
21478
|
*
|
|
21443
21479
|
* @summary Get doctor affiliation.
|
|
@@ -21548,10 +21584,11 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
21548
21584
|
*
|
|
21549
21585
|
* @summary Delete Doctor.
|
|
21550
21586
|
* @param {string} doctorId
|
|
21587
|
+
* @param {boolean} [isPermanent]
|
|
21551
21588
|
* @param {*} [options] Override http request option.
|
|
21552
21589
|
* @throws {RequiredError}
|
|
21553
21590
|
*/
|
|
21554
|
-
apiV1DoctorsDoctorIdDelete: (doctorId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21591
|
+
apiV1DoctorsDoctorIdDelete: (doctorId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21555
21592
|
/**
|
|
21556
21593
|
*
|
|
21557
21594
|
* @summary Delete DoctorEducation
|
|
@@ -21946,10 +21983,11 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
21946
21983
|
*
|
|
21947
21984
|
* @summary Delete Doctor.
|
|
21948
21985
|
* @param {string} doctorId
|
|
21986
|
+
* @param {boolean} [isPermanent]
|
|
21949
21987
|
* @param {*} [options] Override http request option.
|
|
21950
21988
|
* @throws {RequiredError}
|
|
21951
21989
|
*/
|
|
21952
|
-
apiV1DoctorsDoctorIdDelete(doctorId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
21990
|
+
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
21953
21991
|
/**
|
|
21954
21992
|
*
|
|
21955
21993
|
* @summary Delete DoctorEducation
|
|
@@ -22344,10 +22382,11 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
22344
22382
|
*
|
|
22345
22383
|
* @summary Delete Doctor.
|
|
22346
22384
|
* @param {string} doctorId
|
|
22385
|
+
* @param {boolean} [isPermanent]
|
|
22347
22386
|
* @param {*} [options] Override http request option.
|
|
22348
22387
|
* @throws {RequiredError}
|
|
22349
22388
|
*/
|
|
22350
|
-
apiV1DoctorsDoctorIdDelete(doctorId: string, options?: any): AxiosPromise<boolean>;
|
|
22389
|
+
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
22351
22390
|
/**
|
|
22352
22391
|
*
|
|
22353
22392
|
* @summary Delete DoctorEducation
|
|
@@ -22749,11 +22788,12 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
22749
22788
|
*
|
|
22750
22789
|
* @summary Delete Doctor.
|
|
22751
22790
|
* @param {string} doctorId
|
|
22791
|
+
* @param {boolean} [isPermanent]
|
|
22752
22792
|
* @param {*} [options] Override http request option.
|
|
22753
22793
|
* @throws {RequiredError}
|
|
22754
22794
|
* @memberof DoctorsApi
|
|
22755
22795
|
*/
|
|
22756
|
-
apiV1DoctorsDoctorIdDelete(doctorId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
22796
|
+
apiV1DoctorsDoctorIdDelete(doctorId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
22757
22797
|
/**
|
|
22758
22798
|
*
|
|
22759
22799
|
* @summary Delete DoctorEducation
|
|
@@ -23367,10 +23407,11 @@ export declare const FaqCategoriesApiAxiosParamCreator: (configuration?: Configu
|
|
|
23367
23407
|
* @summary Delete FaqCategory.
|
|
23368
23408
|
* @param {string} faqCategoryId
|
|
23369
23409
|
* @param {boolean} [forceDelete]
|
|
23410
|
+
* @param {boolean} [isPermanent]
|
|
23370
23411
|
* @param {*} [options] Override http request option.
|
|
23371
23412
|
* @throws {RequiredError}
|
|
23372
23413
|
*/
|
|
23373
|
-
apiV1FaqcategoriesFaqCategoryIdDelete: (faqCategoryId: string, forceDelete?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
23414
|
+
apiV1FaqcategoriesFaqCategoryIdDelete: (faqCategoryId: string, forceDelete?: boolean | undefined, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
23374
23415
|
/**
|
|
23375
23416
|
*
|
|
23376
23417
|
* @summary Get FaqCategory.
|
|
@@ -23436,10 +23477,11 @@ export declare const FaqCategoriesApiFp: (configuration?: Configuration | undefi
|
|
|
23436
23477
|
* @summary Delete FaqCategory.
|
|
23437
23478
|
* @param {string} faqCategoryId
|
|
23438
23479
|
* @param {boolean} [forceDelete]
|
|
23480
|
+
* @param {boolean} [isPermanent]
|
|
23439
23481
|
* @param {*} [options] Override http request option.
|
|
23440
23482
|
* @throws {RequiredError}
|
|
23441
23483
|
*/
|
|
23442
|
-
apiV1FaqcategoriesFaqCategoryIdDelete(faqCategoryId: string, forceDelete?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
23484
|
+
apiV1FaqcategoriesFaqCategoryIdDelete(faqCategoryId: string, forceDelete?: boolean | undefined, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
23443
23485
|
/**
|
|
23444
23486
|
*
|
|
23445
23487
|
* @summary Get FaqCategory.
|
|
@@ -23505,10 +23547,11 @@ export declare const FaqCategoriesApiFactory: (configuration?: Configuration | u
|
|
|
23505
23547
|
* @summary Delete FaqCategory.
|
|
23506
23548
|
* @param {string} faqCategoryId
|
|
23507
23549
|
* @param {boolean} [forceDelete]
|
|
23550
|
+
* @param {boolean} [isPermanent]
|
|
23508
23551
|
* @param {*} [options] Override http request option.
|
|
23509
23552
|
* @throws {RequiredError}
|
|
23510
23553
|
*/
|
|
23511
|
-
apiV1FaqcategoriesFaqCategoryIdDelete(faqCategoryId: string, forceDelete?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
23554
|
+
apiV1FaqcategoriesFaqCategoryIdDelete(faqCategoryId: string, forceDelete?: boolean | undefined, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
23512
23555
|
/**
|
|
23513
23556
|
*
|
|
23514
23557
|
* @summary Get FaqCategory.
|
|
@@ -23576,11 +23619,12 @@ export declare class FaqCategoriesApi extends BaseAPI {
|
|
|
23576
23619
|
* @summary Delete FaqCategory.
|
|
23577
23620
|
* @param {string} faqCategoryId
|
|
23578
23621
|
* @param {boolean} [forceDelete]
|
|
23622
|
+
* @param {boolean} [isPermanent]
|
|
23579
23623
|
* @param {*} [options] Override http request option.
|
|
23580
23624
|
* @throws {RequiredError}
|
|
23581
23625
|
* @memberof FaqCategoriesApi
|
|
23582
23626
|
*/
|
|
23583
|
-
apiV1FaqcategoriesFaqCategoryIdDelete(faqCategoryId: string, forceDelete?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
23627
|
+
apiV1FaqcategoriesFaqCategoryIdDelete(faqCategoryId: string, forceDelete?: boolean, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
23584
23628
|
/**
|
|
23585
23629
|
*
|
|
23586
23630
|
* @summary Get FaqCategory.
|
|
@@ -23651,10 +23695,11 @@ export declare const FaqsApiAxiosParamCreator: (configuration?: Configuration |
|
|
|
23651
23695
|
* @summary Delete faq.
|
|
23652
23696
|
* @param {string} faqId
|
|
23653
23697
|
* @param {boolean} [forceDelete]
|
|
23698
|
+
* @param {boolean} [isPermanent]
|
|
23654
23699
|
* @param {*} [options] Override http request option.
|
|
23655
23700
|
* @throws {RequiredError}
|
|
23656
23701
|
*/
|
|
23657
|
-
apiV1FaqsFaqIdDelete: (faqId: string, forceDelete?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
23702
|
+
apiV1FaqsFaqIdDelete: (faqId: string, forceDelete?: boolean | undefined, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
23658
23703
|
/**
|
|
23659
23704
|
*
|
|
23660
23705
|
* @summary Get faq.
|
|
@@ -23811,10 +23856,11 @@ export declare const FaqsApiFp: (configuration?: Configuration | undefined) => {
|
|
|
23811
23856
|
* @summary Delete faq.
|
|
23812
23857
|
* @param {string} faqId
|
|
23813
23858
|
* @param {boolean} [forceDelete]
|
|
23859
|
+
* @param {boolean} [isPermanent]
|
|
23814
23860
|
* @param {*} [options] Override http request option.
|
|
23815
23861
|
* @throws {RequiredError}
|
|
23816
23862
|
*/
|
|
23817
|
-
apiV1FaqsFaqIdDelete(faqId: string, forceDelete?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
23863
|
+
apiV1FaqsFaqIdDelete(faqId: string, forceDelete?: boolean | undefined, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
23818
23864
|
/**
|
|
23819
23865
|
*
|
|
23820
23866
|
* @summary Get faq.
|
|
@@ -23971,10 +24017,11 @@ export declare const FaqsApiFactory: (configuration?: Configuration | undefined,
|
|
|
23971
24017
|
* @summary Delete faq.
|
|
23972
24018
|
* @param {string} faqId
|
|
23973
24019
|
* @param {boolean} [forceDelete]
|
|
24020
|
+
* @param {boolean} [isPermanent]
|
|
23974
24021
|
* @param {*} [options] Override http request option.
|
|
23975
24022
|
* @throws {RequiredError}
|
|
23976
24023
|
*/
|
|
23977
|
-
apiV1FaqsFaqIdDelete(faqId: string, forceDelete?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
24024
|
+
apiV1FaqsFaqIdDelete(faqId: string, forceDelete?: boolean | undefined, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
23978
24025
|
/**
|
|
23979
24026
|
*
|
|
23980
24027
|
* @summary Get faq.
|
|
@@ -24133,11 +24180,12 @@ export declare class FaqsApi extends BaseAPI {
|
|
|
24133
24180
|
* @summary Delete faq.
|
|
24134
24181
|
* @param {string} faqId
|
|
24135
24182
|
* @param {boolean} [forceDelete]
|
|
24183
|
+
* @param {boolean} [isPermanent]
|
|
24136
24184
|
* @param {*} [options] Override http request option.
|
|
24137
24185
|
* @throws {RequiredError}
|
|
24138
24186
|
* @memberof FaqsApi
|
|
24139
24187
|
*/
|
|
24140
|
-
apiV1FaqsFaqIdDelete(faqId: string, forceDelete?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24188
|
+
apiV1FaqsFaqIdDelete(faqId: string, forceDelete?: boolean, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
24141
24189
|
/**
|
|
24142
24190
|
*
|
|
24143
24191
|
* @summary Get faq.
|
|
@@ -24640,19 +24688,21 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
24640
24688
|
*
|
|
24641
24689
|
* @summary Delete Hospital.
|
|
24642
24690
|
* @param {string} hospitalId
|
|
24691
|
+
* @param {boolean} [isPermanent]
|
|
24643
24692
|
* @param {*} [options] Override http request option.
|
|
24644
24693
|
* @throws {RequiredError}
|
|
24645
24694
|
*/
|
|
24646
|
-
apiV1HospitalsHospitalIdDelete: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
24695
|
+
apiV1HospitalsHospitalIdDelete: (hospitalId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
24647
24696
|
/**
|
|
24648
24697
|
*
|
|
24649
24698
|
* @summary Delete HospitalEquipment
|
|
24650
24699
|
* @param {string} hospitalId
|
|
24651
24700
|
* @param {string} equipmentId
|
|
24701
|
+
* @param {boolean} [isPermanent]
|
|
24652
24702
|
* @param {*} [options] Override http request option.
|
|
24653
24703
|
* @throws {RequiredError}
|
|
24654
24704
|
*/
|
|
24655
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete: (hospitalId: string, equipmentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
24705
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete: (hospitalId: string, equipmentId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
24656
24706
|
/**
|
|
24657
24707
|
*
|
|
24658
24708
|
* @summary Get HospitalEquipment.
|
|
@@ -24885,10 +24935,11 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
24885
24935
|
* @summary Delete Landing.
|
|
24886
24936
|
* @param {string} hospitalId
|
|
24887
24937
|
* @param {string} landingId
|
|
24938
|
+
* @param {boolean} [isPermanent]
|
|
24888
24939
|
* @param {*} [options] Override http request option.
|
|
24889
24940
|
* @throws {RequiredError}
|
|
24890
24941
|
*/
|
|
24891
|
-
apiV1HospitalsHospitalIdLandingsLandingIdDelete: (hospitalId: string, landingId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
24942
|
+
apiV1HospitalsHospitalIdLandingsLandingIdDelete: (hospitalId: string, landingId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
24892
24943
|
/**
|
|
24893
24944
|
*
|
|
24894
24945
|
* @summary Get Landing
|
|
@@ -25061,10 +25112,11 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
25061
25112
|
* @summary Delete HospitalSpecialty.
|
|
25062
25113
|
* @param {string} hospitalId
|
|
25063
25114
|
* @param {string} hospitalSpecialtyId
|
|
25115
|
+
* @param {boolean} [isPermanent]
|
|
25064
25116
|
* @param {*} [options] Override http request option.
|
|
25065
25117
|
* @throws {RequiredError}
|
|
25066
25118
|
*/
|
|
25067
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete: (hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
25119
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete: (hospitalId: string, hospitalSpecialtyId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
25068
25120
|
/**
|
|
25069
25121
|
*
|
|
25070
25122
|
* @summary Get HospitalSpecialty.
|
|
@@ -25215,13 +25267,15 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
25215
25267
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost: (hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
25216
25268
|
/**
|
|
25217
25269
|
*
|
|
25270
|
+
* @summary Delete HospitalService
|
|
25218
25271
|
* @param {string} hospitalId
|
|
25219
25272
|
* @param {string} specialtyId
|
|
25220
25273
|
* @param {string} serviceId
|
|
25274
|
+
* @param {boolean} [isPermanent]
|
|
25221
25275
|
* @param {*} [options] Override http request option.
|
|
25222
25276
|
* @throws {RequiredError}
|
|
25223
25277
|
*/
|
|
25224
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete: (hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
25278
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete: (hospitalId: string, specialtyId: string, serviceId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
25225
25279
|
/**
|
|
25226
25280
|
*
|
|
25227
25281
|
* @param {string} hospitalId
|
|
@@ -25496,19 +25550,21 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
25496
25550
|
*
|
|
25497
25551
|
* @summary Delete Hospital.
|
|
25498
25552
|
* @param {string} hospitalId
|
|
25553
|
+
* @param {boolean} [isPermanent]
|
|
25499
25554
|
* @param {*} [options] Override http request option.
|
|
25500
25555
|
* @throws {RequiredError}
|
|
25501
25556
|
*/
|
|
25502
|
-
apiV1HospitalsHospitalIdDelete(hospitalId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25557
|
+
apiV1HospitalsHospitalIdDelete(hospitalId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25503
25558
|
/**
|
|
25504
25559
|
*
|
|
25505
25560
|
* @summary Delete HospitalEquipment
|
|
25506
25561
|
* @param {string} hospitalId
|
|
25507
25562
|
* @param {string} equipmentId
|
|
25563
|
+
* @param {boolean} [isPermanent]
|
|
25508
25564
|
* @param {*} [options] Override http request option.
|
|
25509
25565
|
* @throws {RequiredError}
|
|
25510
25566
|
*/
|
|
25511
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25567
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25512
25568
|
/**
|
|
25513
25569
|
*
|
|
25514
25570
|
* @summary Get HospitalEquipment.
|
|
@@ -25741,10 +25797,11 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
25741
25797
|
* @summary Delete Landing.
|
|
25742
25798
|
* @param {string} hospitalId
|
|
25743
25799
|
* @param {string} landingId
|
|
25800
|
+
* @param {boolean} [isPermanent]
|
|
25744
25801
|
* @param {*} [options] Override http request option.
|
|
25745
25802
|
* @throws {RequiredError}
|
|
25746
25803
|
*/
|
|
25747
|
-
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25804
|
+
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25748
25805
|
/**
|
|
25749
25806
|
*
|
|
25750
25807
|
* @summary Get Landing
|
|
@@ -25917,10 +25974,11 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
25917
25974
|
* @summary Delete HospitalSpecialty.
|
|
25918
25975
|
* @param {string} hospitalId
|
|
25919
25976
|
* @param {string} hospitalSpecialtyId
|
|
25977
|
+
* @param {boolean} [isPermanent]
|
|
25920
25978
|
* @param {*} [options] Override http request option.
|
|
25921
25979
|
* @throws {RequiredError}
|
|
25922
25980
|
*/
|
|
25923
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25981
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
25924
25982
|
/**
|
|
25925
25983
|
*
|
|
25926
25984
|
* @summary Get HospitalSpecialty.
|
|
@@ -26071,13 +26129,15 @@ export declare const HospitalsApiFp: (configuration?: Configuration | undefined)
|
|
|
26071
26129
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<HospitalServiceModel>>;
|
|
26072
26130
|
/**
|
|
26073
26131
|
*
|
|
26132
|
+
* @summary Delete HospitalService
|
|
26074
26133
|
* @param {string} hospitalId
|
|
26075
26134
|
* @param {string} specialtyId
|
|
26076
26135
|
* @param {string} serviceId
|
|
26136
|
+
* @param {boolean} [isPermanent]
|
|
26077
26137
|
* @param {*} [options] Override http request option.
|
|
26078
26138
|
* @throws {RequiredError}
|
|
26079
26139
|
*/
|
|
26080
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
26140
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
26081
26141
|
/**
|
|
26082
26142
|
*
|
|
26083
26143
|
* @param {string} hospitalId
|
|
@@ -26352,19 +26412,21 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
26352
26412
|
*
|
|
26353
26413
|
* @summary Delete Hospital.
|
|
26354
26414
|
* @param {string} hospitalId
|
|
26415
|
+
* @param {boolean} [isPermanent]
|
|
26355
26416
|
* @param {*} [options] Override http request option.
|
|
26356
26417
|
* @throws {RequiredError}
|
|
26357
26418
|
*/
|
|
26358
|
-
apiV1HospitalsHospitalIdDelete(hospitalId: string, options?: any): AxiosPromise<boolean>;
|
|
26419
|
+
apiV1HospitalsHospitalIdDelete(hospitalId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
26359
26420
|
/**
|
|
26360
26421
|
*
|
|
26361
26422
|
* @summary Delete HospitalEquipment
|
|
26362
26423
|
* @param {string} hospitalId
|
|
26363
26424
|
* @param {string} equipmentId
|
|
26425
|
+
* @param {boolean} [isPermanent]
|
|
26364
26426
|
* @param {*} [options] Override http request option.
|
|
26365
26427
|
* @throws {RequiredError}
|
|
26366
26428
|
*/
|
|
26367
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, options?: any): AxiosPromise<boolean>;
|
|
26429
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
26368
26430
|
/**
|
|
26369
26431
|
*
|
|
26370
26432
|
* @summary Get HospitalEquipment.
|
|
@@ -26597,10 +26659,11 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
26597
26659
|
* @summary Delete Landing.
|
|
26598
26660
|
* @param {string} hospitalId
|
|
26599
26661
|
* @param {string} landingId
|
|
26662
|
+
* @param {boolean} [isPermanent]
|
|
26600
26663
|
* @param {*} [options] Override http request option.
|
|
26601
26664
|
* @throws {RequiredError}
|
|
26602
26665
|
*/
|
|
26603
|
-
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, options?: any): AxiosPromise<boolean>;
|
|
26666
|
+
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
26604
26667
|
/**
|
|
26605
26668
|
*
|
|
26606
26669
|
* @summary Get Landing
|
|
@@ -26773,10 +26836,11 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
26773
26836
|
* @summary Delete HospitalSpecialty.
|
|
26774
26837
|
* @param {string} hospitalId
|
|
26775
26838
|
* @param {string} hospitalSpecialtyId
|
|
26839
|
+
* @param {boolean} [isPermanent]
|
|
26776
26840
|
* @param {*} [options] Override http request option.
|
|
26777
26841
|
* @throws {RequiredError}
|
|
26778
26842
|
*/
|
|
26779
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
26843
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
26780
26844
|
/**
|
|
26781
26845
|
*
|
|
26782
26846
|
* @summary Get HospitalSpecialty.
|
|
@@ -26927,13 +26991,15 @@ export declare const HospitalsApiFactory: (configuration?: Configuration | undef
|
|
|
26927
26991
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand | undefined, options?: any): AxiosPromise<HospitalServiceModel>;
|
|
26928
26992
|
/**
|
|
26929
26993
|
*
|
|
26994
|
+
* @summary Delete HospitalService
|
|
26930
26995
|
* @param {string} hospitalId
|
|
26931
26996
|
* @param {string} specialtyId
|
|
26932
26997
|
* @param {string} serviceId
|
|
26998
|
+
* @param {boolean} [isPermanent]
|
|
26933
26999
|
* @param {*} [options] Override http request option.
|
|
26934
27000
|
* @throws {RequiredError}
|
|
26935
27001
|
*/
|
|
26936
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, options?: any): AxiosPromise<boolean>;
|
|
27002
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
26937
27003
|
/**
|
|
26938
27004
|
*
|
|
26939
27005
|
* @param {string} hospitalId
|
|
@@ -27215,21 +27281,23 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
27215
27281
|
*
|
|
27216
27282
|
* @summary Delete Hospital.
|
|
27217
27283
|
* @param {string} hospitalId
|
|
27284
|
+
* @param {boolean} [isPermanent]
|
|
27218
27285
|
* @param {*} [options] Override http request option.
|
|
27219
27286
|
* @throws {RequiredError}
|
|
27220
27287
|
* @memberof HospitalsApi
|
|
27221
27288
|
*/
|
|
27222
|
-
apiV1HospitalsHospitalIdDelete(hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27289
|
+
apiV1HospitalsHospitalIdDelete(hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27223
27290
|
/**
|
|
27224
27291
|
*
|
|
27225
27292
|
* @summary Delete HospitalEquipment
|
|
27226
27293
|
* @param {string} hospitalId
|
|
27227
27294
|
* @param {string} equipmentId
|
|
27295
|
+
* @param {boolean} [isPermanent]
|
|
27228
27296
|
* @param {*} [options] Override http request option.
|
|
27229
27297
|
* @throws {RequiredError}
|
|
27230
27298
|
* @memberof HospitalsApi
|
|
27231
27299
|
*/
|
|
27232
|
-
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27300
|
+
apiV1HospitalsHospitalIdEquipmentsEquipmentIdDelete(hospitalId: string, equipmentId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27233
27301
|
/**
|
|
27234
27302
|
*
|
|
27235
27303
|
* @summary Get HospitalEquipment.
|
|
@@ -27483,11 +27551,12 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
27483
27551
|
* @summary Delete Landing.
|
|
27484
27552
|
* @param {string} hospitalId
|
|
27485
27553
|
* @param {string} landingId
|
|
27554
|
+
* @param {boolean} [isPermanent]
|
|
27486
27555
|
* @param {*} [options] Override http request option.
|
|
27487
27556
|
* @throws {RequiredError}
|
|
27488
27557
|
* @memberof HospitalsApi
|
|
27489
27558
|
*/
|
|
27490
|
-
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27559
|
+
apiV1HospitalsHospitalIdLandingsLandingIdDelete(hospitalId: string, landingId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27491
27560
|
/**
|
|
27492
27561
|
*
|
|
27493
27562
|
* @summary Get Landing
|
|
@@ -27676,11 +27745,12 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
27676
27745
|
* @summary Delete HospitalSpecialty.
|
|
27677
27746
|
* @param {string} hospitalId
|
|
27678
27747
|
* @param {string} hospitalSpecialtyId
|
|
27748
|
+
* @param {boolean} [isPermanent]
|
|
27679
27749
|
* @param {*} [options] Override http request option.
|
|
27680
27750
|
* @throws {RequiredError}
|
|
27681
27751
|
* @memberof HospitalsApi
|
|
27682
27752
|
*/
|
|
27683
|
-
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27753
|
+
apiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDelete(hospitalId: string, hospitalSpecialtyId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27684
27754
|
/**
|
|
27685
27755
|
*
|
|
27686
27756
|
* @summary Get HospitalSpecialty.
|
|
@@ -27843,14 +27913,16 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
27843
27913
|
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPost(hospitalId: string, specialtyId: string, createHospitalServiceCommand?: CreateHospitalServiceCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<HospitalServiceModel>>;
|
|
27844
27914
|
/**
|
|
27845
27915
|
*
|
|
27916
|
+
* @summary Delete HospitalService
|
|
27846
27917
|
* @param {string} hospitalId
|
|
27847
27918
|
* @param {string} specialtyId
|
|
27848
27919
|
* @param {string} serviceId
|
|
27920
|
+
* @param {boolean} [isPermanent]
|
|
27849
27921
|
* @param {*} [options] Override http request option.
|
|
27850
27922
|
* @throws {RequiredError}
|
|
27851
27923
|
* @memberof HospitalsApi
|
|
27852
27924
|
*/
|
|
27853
|
-
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27925
|
+
apiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDelete(hospitalId: string, specialtyId: string, serviceId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
27854
27926
|
/**
|
|
27855
27927
|
*
|
|
27856
27928
|
* @param {string} hospitalId
|
|
@@ -28858,10 +28930,11 @@ export declare const ManagersApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
28858
28930
|
*
|
|
28859
28931
|
* @summary Delete Manager.
|
|
28860
28932
|
* @param {string} managerId
|
|
28933
|
+
* @param {boolean} [isPermanent]
|
|
28861
28934
|
* @param {*} [options] Override http request option.
|
|
28862
28935
|
* @throws {RequiredError}
|
|
28863
28936
|
*/
|
|
28864
|
-
apiV1ManagersManagerIdDelete: (managerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28937
|
+
apiV1ManagersManagerIdDelete: (managerId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
28865
28938
|
/**
|
|
28866
28939
|
*
|
|
28867
28940
|
* @summary Get Manager.
|
|
@@ -28955,10 +29028,11 @@ export declare const ManagersApiFp: (configuration?: Configuration | undefined)
|
|
|
28955
29028
|
*
|
|
28956
29029
|
* @summary Delete Manager.
|
|
28957
29030
|
* @param {string} managerId
|
|
29031
|
+
* @param {boolean} [isPermanent]
|
|
28958
29032
|
* @param {*} [options] Override http request option.
|
|
28959
29033
|
* @throws {RequiredError}
|
|
28960
29034
|
*/
|
|
28961
|
-
apiV1ManagersManagerIdDelete(managerId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
29035
|
+
apiV1ManagersManagerIdDelete(managerId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
28962
29036
|
/**
|
|
28963
29037
|
*
|
|
28964
29038
|
* @summary Get Manager.
|
|
@@ -29052,10 +29126,11 @@ export declare const ManagersApiFactory: (configuration?: Configuration | undefi
|
|
|
29052
29126
|
*
|
|
29053
29127
|
* @summary Delete Manager.
|
|
29054
29128
|
* @param {string} managerId
|
|
29129
|
+
* @param {boolean} [isPermanent]
|
|
29055
29130
|
* @param {*} [options] Override http request option.
|
|
29056
29131
|
* @throws {RequiredError}
|
|
29057
29132
|
*/
|
|
29058
|
-
apiV1ManagersManagerIdDelete(managerId: string, options?: any): AxiosPromise<boolean>;
|
|
29133
|
+
apiV1ManagersManagerIdDelete(managerId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
29059
29134
|
/**
|
|
29060
29135
|
*
|
|
29061
29136
|
* @summary Get Manager.
|
|
@@ -29156,11 +29231,12 @@ export declare class ManagersApi extends BaseAPI {
|
|
|
29156
29231
|
*
|
|
29157
29232
|
* @summary Delete Manager.
|
|
29158
29233
|
* @param {string} managerId
|
|
29234
|
+
* @param {boolean} [isPermanent]
|
|
29159
29235
|
* @param {*} [options] Override http request option.
|
|
29160
29236
|
* @throws {RequiredError}
|
|
29161
29237
|
* @memberof ManagersApi
|
|
29162
29238
|
*/
|
|
29163
|
-
apiV1ManagersManagerIdDelete(managerId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
29239
|
+
apiV1ManagersManagerIdDelete(managerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
29164
29240
|
/**
|
|
29165
29241
|
*
|
|
29166
29242
|
* @summary Get Manager.
|
|
@@ -29493,10 +29569,11 @@ export declare const PatientsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
29493
29569
|
*
|
|
29494
29570
|
* @summary Delete Patient.
|
|
29495
29571
|
* @param {string} patientId
|
|
29572
|
+
* @param {boolean} [isPermanent]
|
|
29496
29573
|
* @param {*} [options] Override http request option.
|
|
29497
29574
|
* @throws {RequiredError}
|
|
29498
29575
|
*/
|
|
29499
|
-
apiV1PatientsPatientIdDelete: (patientId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29576
|
+
apiV1PatientsPatientIdDelete: (patientId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
29500
29577
|
/**
|
|
29501
29578
|
*
|
|
29502
29579
|
* @summary Get Patient.
|
|
@@ -29549,10 +29626,11 @@ export declare const PatientsApiFp: (configuration?: Configuration | undefined)
|
|
|
29549
29626
|
*
|
|
29550
29627
|
* @summary Delete Patient.
|
|
29551
29628
|
* @param {string} patientId
|
|
29629
|
+
* @param {boolean} [isPermanent]
|
|
29552
29630
|
* @param {*} [options] Override http request option.
|
|
29553
29631
|
* @throws {RequiredError}
|
|
29554
29632
|
*/
|
|
29555
|
-
apiV1PatientsPatientIdDelete(patientId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
29633
|
+
apiV1PatientsPatientIdDelete(patientId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
29556
29634
|
/**
|
|
29557
29635
|
*
|
|
29558
29636
|
* @summary Get Patient.
|
|
@@ -29605,10 +29683,11 @@ export declare const PatientsApiFactory: (configuration?: Configuration | undefi
|
|
|
29605
29683
|
*
|
|
29606
29684
|
* @summary Delete Patient.
|
|
29607
29685
|
* @param {string} patientId
|
|
29686
|
+
* @param {boolean} [isPermanent]
|
|
29608
29687
|
* @param {*} [options] Override http request option.
|
|
29609
29688
|
* @throws {RequiredError}
|
|
29610
29689
|
*/
|
|
29611
|
-
apiV1PatientsPatientIdDelete(patientId: string, options?: any): AxiosPromise<boolean>;
|
|
29690
|
+
apiV1PatientsPatientIdDelete(patientId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
29612
29691
|
/**
|
|
29613
29692
|
*
|
|
29614
29693
|
* @summary Get Patient.
|
|
@@ -29664,11 +29743,12 @@ export declare class PatientsApi extends BaseAPI {
|
|
|
29664
29743
|
*
|
|
29665
29744
|
* @summary Delete Patient.
|
|
29666
29745
|
* @param {string} patientId
|
|
29746
|
+
* @param {boolean} [isPermanent]
|
|
29667
29747
|
* @param {*} [options] Override http request option.
|
|
29668
29748
|
* @throws {RequiredError}
|
|
29669
29749
|
* @memberof PatientsApi
|
|
29670
29750
|
*/
|
|
29671
|
-
apiV1PatientsPatientIdDelete(patientId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
29751
|
+
apiV1PatientsPatientIdDelete(patientId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
29672
29752
|
/**
|
|
29673
29753
|
*
|
|
29674
29754
|
* @summary Get Patient.
|
|
@@ -30414,10 +30494,11 @@ export declare const ServiceReviewsApiAxiosParamCreator: (configuration?: Config
|
|
|
30414
30494
|
*
|
|
30415
30495
|
* @summary Delete ServiceReview.
|
|
30416
30496
|
* @param {string} serviceReviewId
|
|
30497
|
+
* @param {boolean} [isPermanent]
|
|
30417
30498
|
* @param {*} [options] Override http request option.
|
|
30418
30499
|
* @throws {RequiredError}
|
|
30419
30500
|
*/
|
|
30420
|
-
apiV1ServicereviewsServiceReviewIdDelete: (serviceReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
30501
|
+
apiV1ServicereviewsServiceReviewIdDelete: (serviceReviewId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
30421
30502
|
/**
|
|
30422
30503
|
*
|
|
30423
30504
|
* @param {string} serviceReviewId
|
|
@@ -30526,10 +30607,11 @@ export declare const ServiceReviewsApiFp: (configuration?: Configuration | undef
|
|
|
30526
30607
|
*
|
|
30527
30608
|
* @summary Delete ServiceReview.
|
|
30528
30609
|
* @param {string} serviceReviewId
|
|
30610
|
+
* @param {boolean} [isPermanent]
|
|
30529
30611
|
* @param {*} [options] Override http request option.
|
|
30530
30612
|
* @throws {RequiredError}
|
|
30531
30613
|
*/
|
|
30532
|
-
apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
30614
|
+
apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
30533
30615
|
/**
|
|
30534
30616
|
*
|
|
30535
30617
|
* @param {string} serviceReviewId
|
|
@@ -30638,10 +30720,11 @@ export declare const ServiceReviewsApiFactory: (configuration?: Configuration |
|
|
|
30638
30720
|
*
|
|
30639
30721
|
* @summary Delete ServiceReview.
|
|
30640
30722
|
* @param {string} serviceReviewId
|
|
30723
|
+
* @param {boolean} [isPermanent]
|
|
30641
30724
|
* @param {*} [options] Override http request option.
|
|
30642
30725
|
* @throws {RequiredError}
|
|
30643
30726
|
*/
|
|
30644
|
-
apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: any): AxiosPromise<boolean>;
|
|
30727
|
+
apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
30645
30728
|
/**
|
|
30646
30729
|
*
|
|
30647
30730
|
* @param {string} serviceReviewId
|
|
@@ -30754,11 +30837,12 @@ export declare class ServiceReviewsApi extends BaseAPI {
|
|
|
30754
30837
|
*
|
|
30755
30838
|
* @summary Delete ServiceReview.
|
|
30756
30839
|
* @param {string} serviceReviewId
|
|
30840
|
+
* @param {boolean} [isPermanent]
|
|
30757
30841
|
* @param {*} [options] Override http request option.
|
|
30758
30842
|
* @throws {RequiredError}
|
|
30759
30843
|
* @memberof ServiceReviewsApi
|
|
30760
30844
|
*/
|
|
30761
|
-
apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
30845
|
+
apiV1ServicereviewsServiceReviewIdDelete(serviceReviewId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
30762
30846
|
/**
|
|
30763
30847
|
*
|
|
30764
30848
|
* @param {string} serviceReviewId
|
|
@@ -31314,10 +31398,11 @@ export declare const SpecialtiesApiAxiosParamCreator: (configuration?: Configura
|
|
|
31314
31398
|
*
|
|
31315
31399
|
* @summary Delete Specialty.
|
|
31316
31400
|
* @param {string} specialtyId
|
|
31401
|
+
* @param {boolean} [isPermanent]
|
|
31317
31402
|
* @param {*} [options] Override http request option.
|
|
31318
31403
|
* @throws {RequiredError}
|
|
31319
31404
|
*/
|
|
31320
|
-
apiV1SpecialtiesSpecialtyIdDelete: (specialtyId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31405
|
+
apiV1SpecialtiesSpecialtyIdDelete: (specialtyId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31321
31406
|
/**
|
|
31322
31407
|
*
|
|
31323
31408
|
* @summary Get Specialty.
|
|
@@ -31464,10 +31549,11 @@ export declare const SpecialtiesApiFp: (configuration?: Configuration | undefine
|
|
|
31464
31549
|
*
|
|
31465
31550
|
* @summary Delete Specialty.
|
|
31466
31551
|
* @param {string} specialtyId
|
|
31552
|
+
* @param {boolean} [isPermanent]
|
|
31467
31553
|
* @param {*} [options] Override http request option.
|
|
31468
31554
|
* @throws {RequiredError}
|
|
31469
31555
|
*/
|
|
31470
|
-
apiV1SpecialtiesSpecialtyIdDelete(specialtyId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
31556
|
+
apiV1SpecialtiesSpecialtyIdDelete(specialtyId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
31471
31557
|
/**
|
|
31472
31558
|
*
|
|
31473
31559
|
* @summary Get Specialty.
|
|
@@ -31614,10 +31700,11 @@ export declare const SpecialtiesApiFactory: (configuration?: Configuration | und
|
|
|
31614
31700
|
*
|
|
31615
31701
|
* @summary Delete Specialty.
|
|
31616
31702
|
* @param {string} specialtyId
|
|
31703
|
+
* @param {boolean} [isPermanent]
|
|
31617
31704
|
* @param {*} [options] Override http request option.
|
|
31618
31705
|
* @throws {RequiredError}
|
|
31619
31706
|
*/
|
|
31620
|
-
apiV1SpecialtiesSpecialtyIdDelete(specialtyId: string, options?: any): AxiosPromise<boolean>;
|
|
31707
|
+
apiV1SpecialtiesSpecialtyIdDelete(specialtyId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
31621
31708
|
/**
|
|
31622
31709
|
*
|
|
31623
31710
|
* @summary Get Specialty.
|
|
@@ -31770,11 +31857,12 @@ export declare class SpecialtiesApi extends BaseAPI {
|
|
|
31770
31857
|
*
|
|
31771
31858
|
* @summary Delete Specialty.
|
|
31772
31859
|
* @param {string} specialtyId
|
|
31860
|
+
* @param {boolean} [isPermanent]
|
|
31773
31861
|
* @param {*} [options] Override http request option.
|
|
31774
31862
|
* @throws {RequiredError}
|
|
31775
31863
|
* @memberof SpecialtiesApi
|
|
31776
31864
|
*/
|
|
31777
|
-
apiV1SpecialtiesSpecialtyIdDelete(specialtyId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
31865
|
+
apiV1SpecialtiesSpecialtyIdDelete(specialtyId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
31778
31866
|
/**
|
|
31779
31867
|
*
|
|
31780
31868
|
* @summary Get Specialty.
|
|
@@ -31929,10 +32017,11 @@ export declare const SpecialtyTypesApiAxiosParamCreator: (configuration?: Config
|
|
|
31929
32017
|
*
|
|
31930
32018
|
* @summary Delete Department.
|
|
31931
32019
|
* @param {string} specialtyTypeId
|
|
32020
|
+
* @param {boolean} [isPermanent]
|
|
31932
32021
|
* @param {*} [options] Override http request option.
|
|
31933
32022
|
* @throws {RequiredError}
|
|
31934
32023
|
*/
|
|
31935
|
-
apiV1SpecialtytypesSpecialtyTypeIdDelete: (specialtyTypeId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32024
|
+
apiV1SpecialtytypesSpecialtyTypeIdDelete: (specialtyTypeId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31936
32025
|
/**
|
|
31937
32026
|
*
|
|
31938
32027
|
* @param {string} specialtyTypeId
|
|
@@ -32078,10 +32167,11 @@ export declare const SpecialtyTypesApiFp: (configuration?: Configuration | undef
|
|
|
32078
32167
|
*
|
|
32079
32168
|
* @summary Delete Department.
|
|
32080
32169
|
* @param {string} specialtyTypeId
|
|
32170
|
+
* @param {boolean} [isPermanent]
|
|
32081
32171
|
* @param {*} [options] Override http request option.
|
|
32082
32172
|
* @throws {RequiredError}
|
|
32083
32173
|
*/
|
|
32084
|
-
apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
32174
|
+
apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<boolean>>;
|
|
32085
32175
|
/**
|
|
32086
32176
|
*
|
|
32087
32177
|
* @param {string} specialtyTypeId
|
|
@@ -32227,10 +32317,11 @@ export declare const SpecialtyTypesApiFactory: (configuration?: Configuration |
|
|
|
32227
32317
|
*
|
|
32228
32318
|
* @summary Delete Department.
|
|
32229
32319
|
* @param {string} specialtyTypeId
|
|
32320
|
+
* @param {boolean} [isPermanent]
|
|
32230
32321
|
* @param {*} [options] Override http request option.
|
|
32231
32322
|
* @throws {RequiredError}
|
|
32232
32323
|
*/
|
|
32233
|
-
apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, options?: any): AxiosPromise<boolean>;
|
|
32324
|
+
apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean | undefined, options?: any): AxiosPromise<boolean>;
|
|
32234
32325
|
/**
|
|
32235
32326
|
*
|
|
32236
32327
|
* @param {string} specialtyTypeId
|
|
@@ -32382,11 +32473,12 @@ export declare class SpecialtyTypesApi extends BaseAPI {
|
|
|
32382
32473
|
*
|
|
32383
32474
|
* @summary Delete Department.
|
|
32384
32475
|
* @param {string} specialtyTypeId
|
|
32476
|
+
* @param {boolean} [isPermanent]
|
|
32385
32477
|
* @param {*} [options] Override http request option.
|
|
32386
32478
|
* @throws {RequiredError}
|
|
32387
32479
|
* @memberof SpecialtyTypesApi
|
|
32388
32480
|
*/
|
|
32389
|
-
apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
32481
|
+
apiV1SpecialtytypesSpecialtyTypeIdDelete(specialtyTypeId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean>>;
|
|
32390
32482
|
/**
|
|
32391
32483
|
*
|
|
32392
32484
|
* @param {string} specialtyTypeId
|