ch-admin-api-client-typescript 5.1.4 → 5.1.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/articles-api.d.ts +55 -0
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +91 -0
- package/lib/api/contributors-api.d.ts +55 -0
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +91 -0
- package/lib/api/countries-api.d.ts +59 -4
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +95 -4
- package/lib/api/deals-api.d.ts +55 -0
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +91 -0
- package/lib/api/doctor-affiliations-api.d.ts +55 -0
- package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
- package/lib/api/doctor-affiliations-api.js +91 -0
- package/lib/api/doctors-api.d.ts +55 -0
- package/lib/api/doctors-api.d.ts.map +1 -1
- package/lib/api/doctors-api.js +91 -0
- package/lib/api/faq-categories-api.d.ts +55 -0
- package/lib/api/faq-categories-api.d.ts.map +1 -1
- package/lib/api/faq-categories-api.js +91 -0
- package/lib/api/faqs-api.d.ts +55 -0
- package/lib/api/faqs-api.d.ts.map +1 -1
- package/lib/api/faqs-api.js +91 -0
- package/lib/api/hospitals-api.d.ts +256 -0
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +388 -0
- package/lib/api/specialties-api.d.ts +55 -0
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +91 -0
- package/lib/api/specialty-types-api.d.ts +55 -0
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +91 -0
- package/lib/models/appointment-item-model.d.ts +0 -6
- package/lib/models/appointment-item-model.d.ts.map +1 -1
- package/lib/models/appointment-model.d.ts +0 -6
- package/lib/models/appointment-model.d.ts.map +1 -1
- package/lib/models/chadmin-item-model.d.ts +0 -6
- package/lib/models/chadmin-item-model.d.ts.map +1 -1
- package/lib/models/chadmin-model.d.ts +0 -6
- package/lib/models/chadmin-model.d.ts.map +1 -1
- package/lib/models/chmanager-item-model.d.ts +0 -6
- package/lib/models/chmanager-item-model.d.ts.map +1 -1
- package/lib/models/chmanager-model.d.ts +0 -6
- package/lib/models/chmanager-model.d.ts.map +1 -1
- package/lib/models/create-chadmin-command.d.ts +0 -6
- package/lib/models/create-chadmin-command.d.ts.map +1 -1
- package/lib/models/create-chmanager-command.d.ts +0 -6
- package/lib/models/create-chmanager-command.d.ts.map +1 -1
- package/lib/models/create-doctor-command.d.ts +0 -6
- package/lib/models/create-doctor-command.d.ts.map +1 -1
- package/lib/models/create-manager-command.d.ts +0 -6
- package/lib/models/create-manager-command.d.ts.map +1 -1
- package/lib/models/create-patient-command.d.ts +0 -6
- package/lib/models/create-patient-command.d.ts.map +1 -1
- package/lib/models/create-profile-command.d.ts +0 -6
- package/lib/models/create-profile-command.d.ts.map +1 -1
- package/lib/models/doctor-item-model.d.ts +0 -6
- package/lib/models/doctor-item-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +0 -6
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/localized-url-model.d.ts +6 -0
- package/lib/models/localized-url-model.d.ts.map +1 -1
- package/lib/models/manager-item-model.d.ts +0 -6
- package/lib/models/manager-item-model.d.ts.map +1 -1
- package/lib/models/manager-model.d.ts +0 -6
- package/lib/models/manager-model.d.ts.map +1 -1
- package/lib/models/patient-item-model.d.ts +0 -6
- package/lib/models/patient-item-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -6
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/search-index-type.d.ts +1 -0
- package/lib/models/search-index-type.d.ts.map +1 -1
- package/lib/models/search-index-type.js +2 -1
- package/lib/models/update-chadmin-command.d.ts +0 -6
- package/lib/models/update-chadmin-command.d.ts.map +1 -1
- package/lib/models/update-chmanager-command.d.ts +0 -6
- package/lib/models/update-chmanager-command.d.ts.map +1 -1
- package/lib/models/update-doctor-command.d.ts +0 -6
- package/lib/models/update-doctor-command.d.ts.map +1 -1
- package/lib/models/update-manager-command.d.ts +0 -6
- package/lib/models/update-manager-command.d.ts.map +1 -1
- package/lib/models/update-patient-command.d.ts +0 -6
- package/lib/models/update-patient-command.d.ts.map +1 -1
- package/lib/models/update-profile-command.d.ts +0 -6
- package/lib/models/update-profile-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -6
- package/lib/models/user-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api/articles-api.ts +99 -0
- package/src/api/contributors-api.ts +99 -0
- package/src/api/countries-api.ts +103 -4
- package/src/api/deals-api.ts +99 -0
- package/src/api/doctor-affiliations-api.ts +99 -0
- package/src/api/doctors-api.ts +99 -0
- package/src/api/faq-categories-api.ts +99 -0
- package/src/api/faqs-api.ts +99 -0
- package/src/api/hospitals-api.ts +448 -0
- package/src/api/specialties-api.ts +99 -0
- package/src/api/specialty-types-api.ts +99 -0
- package/src/models/appointment-item-model.ts +0 -6
- package/src/models/appointment-model.ts +0 -6
- package/src/models/chadmin-item-model.ts +0 -6
- package/src/models/chadmin-model.ts +0 -6
- package/src/models/chmanager-item-model.ts +0 -6
- package/src/models/chmanager-model.ts +0 -6
- package/src/models/create-chadmin-command.ts +0 -6
- package/src/models/create-chmanager-command.ts +0 -6
- package/src/models/create-doctor-command.ts +0 -6
- package/src/models/create-manager-command.ts +0 -6
- package/src/models/create-patient-command.ts +0 -6
- package/src/models/create-profile-command.ts +0 -6
- package/src/models/doctor-item-model.ts +0 -6
- package/src/models/doctor-model.ts +0 -6
- package/src/models/localized-url-model.ts +6 -0
- package/src/models/manager-item-model.ts +0 -6
- package/src/models/manager-model.ts +0 -6
- package/src/models/patient-item-model.ts +0 -6
- package/src/models/patient-model.ts +0 -6
- package/src/models/search-index-type.ts +2 -1
- package/src/models/update-chadmin-command.ts +0 -6
- package/src/models/update-chmanager-command.ts +0 -6
- package/src/models/update-doctor-command.ts +0 -6
- package/src/models/update-manager-command.ts +0 -6
- package/src/models/update-patient-command.ts +0 -6
- package/src/models/update-profile-command.ts +0 -6
- package/src/models/user-model.ts +0 -6
|
@@ -751,6 +751,49 @@ export const SpecialtiesApiAxiosParamCreator = function (configuration?: Configu
|
|
|
751
751
|
|
|
752
752
|
|
|
753
753
|
|
|
754
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
755
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
756
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
757
|
+
|
|
758
|
+
return {
|
|
759
|
+
url: toPathString(localVarUrlObj),
|
|
760
|
+
options: localVarRequestOptions,
|
|
761
|
+
};
|
|
762
|
+
},
|
|
763
|
+
/**
|
|
764
|
+
*
|
|
765
|
+
* @summary Revalidate specialty
|
|
766
|
+
* @param {string} specialtyId
|
|
767
|
+
* @param {boolean} [includeCurrent]
|
|
768
|
+
* @param {*} [options] Override http request option.
|
|
769
|
+
* @throws {RequiredError}
|
|
770
|
+
*/
|
|
771
|
+
apiV1SpecialtiesSpecialtyIdRevalidatePost: async (specialtyId: string, includeCurrent?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
772
|
+
// verify required parameter 'specialtyId' is not null or undefined
|
|
773
|
+
assertParamExists('apiV1SpecialtiesSpecialtyIdRevalidatePost', 'specialtyId', specialtyId)
|
|
774
|
+
const localVarPath = `/api/v1/specialties/{specialtyId}/revalidate`
|
|
775
|
+
.replace(`{${"specialtyId"}}`, encodeURIComponent(String(specialtyId)));
|
|
776
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
777
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
778
|
+
let baseOptions;
|
|
779
|
+
if (configuration) {
|
|
780
|
+
baseOptions = configuration.baseOptions;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
784
|
+
const localVarHeaderParameter = {} as any;
|
|
785
|
+
const localVarQueryParameter = {} as any;
|
|
786
|
+
|
|
787
|
+
// authentication oauth2 required
|
|
788
|
+
// oauth required
|
|
789
|
+
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
|
|
790
|
+
|
|
791
|
+
if (includeCurrent !== undefined) {
|
|
792
|
+
localVarQueryParameter['includeCurrent'] = includeCurrent;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
754
797
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
755
798
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
756
799
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -955,6 +998,18 @@ export const SpecialtiesApiFp = function(configuration?: Configuration) {
|
|
|
955
998
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtiesSpecialtyIdReactivePut(specialtyId, options);
|
|
956
999
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
957
1000
|
},
|
|
1001
|
+
/**
|
|
1002
|
+
*
|
|
1003
|
+
* @summary Revalidate specialty
|
|
1004
|
+
* @param {string} specialtyId
|
|
1005
|
+
* @param {boolean} [includeCurrent]
|
|
1006
|
+
* @param {*} [options] Override http request option.
|
|
1007
|
+
* @throws {RequiredError}
|
|
1008
|
+
*/
|
|
1009
|
+
async apiV1SpecialtiesSpecialtyIdRevalidatePost(specialtyId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
1010
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtiesSpecialtyIdRevalidatePost(specialtyId, includeCurrent, options);
|
|
1011
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1012
|
+
},
|
|
958
1013
|
}
|
|
959
1014
|
};
|
|
960
1015
|
|
|
@@ -1137,6 +1192,17 @@ export const SpecialtiesApiFactory = function (configuration?: Configuration, ba
|
|
|
1137
1192
|
apiV1SpecialtiesSpecialtyIdReactivePut(specialtyId: string, options?: any): AxiosPromise<boolean> {
|
|
1138
1193
|
return localVarFp.apiV1SpecialtiesSpecialtyIdReactivePut(specialtyId, options).then((request) => request(axios, basePath));
|
|
1139
1194
|
},
|
|
1195
|
+
/**
|
|
1196
|
+
*
|
|
1197
|
+
* @summary Revalidate specialty
|
|
1198
|
+
* @param {string} specialtyId
|
|
1199
|
+
* @param {boolean} [includeCurrent]
|
|
1200
|
+
* @param {*} [options] Override http request option.
|
|
1201
|
+
* @throws {RequiredError}
|
|
1202
|
+
*/
|
|
1203
|
+
apiV1SpecialtiesSpecialtyIdRevalidatePost(specialtyId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean> {
|
|
1204
|
+
return localVarFp.apiV1SpecialtiesSpecialtyIdRevalidatePost(specialtyId, includeCurrent, options).then((request) => request(axios, basePath));
|
|
1205
|
+
},
|
|
1140
1206
|
};
|
|
1141
1207
|
};
|
|
1142
1208
|
|
|
@@ -1616,6 +1682,27 @@ export interface SpecialtiesApiApiV1SpecialtiesSpecialtyIdReactivePutRequest {
|
|
|
1616
1682
|
readonly specialtyId: string
|
|
1617
1683
|
}
|
|
1618
1684
|
|
|
1685
|
+
/**
|
|
1686
|
+
* Request parameters for apiV1SpecialtiesSpecialtyIdRevalidatePost operation in SpecialtiesApi.
|
|
1687
|
+
* @export
|
|
1688
|
+
* @interface SpecialtiesApiApiV1SpecialtiesSpecialtyIdRevalidatePostRequest
|
|
1689
|
+
*/
|
|
1690
|
+
export interface SpecialtiesApiApiV1SpecialtiesSpecialtyIdRevalidatePostRequest {
|
|
1691
|
+
/**
|
|
1692
|
+
*
|
|
1693
|
+
* @type {string}
|
|
1694
|
+
* @memberof SpecialtiesApiApiV1SpecialtiesSpecialtyIdRevalidatePost
|
|
1695
|
+
*/
|
|
1696
|
+
readonly specialtyId: string
|
|
1697
|
+
|
|
1698
|
+
/**
|
|
1699
|
+
*
|
|
1700
|
+
* @type {boolean}
|
|
1701
|
+
* @memberof SpecialtiesApiApiV1SpecialtiesSpecialtyIdRevalidatePost
|
|
1702
|
+
*/
|
|
1703
|
+
readonly includeCurrent?: boolean
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1619
1706
|
/**
|
|
1620
1707
|
* SpecialtiesApi - object-oriented interface
|
|
1621
1708
|
* @export
|
|
@@ -1778,4 +1865,16 @@ export class SpecialtiesApi extends BaseAPI {
|
|
|
1778
1865
|
public apiV1SpecialtiesSpecialtyIdReactivePut(requestParameters: SpecialtiesApiApiV1SpecialtiesSpecialtyIdReactivePutRequest, options?: AxiosRequestConfig) {
|
|
1779
1866
|
return SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSpecialtyIdReactivePut(requestParameters.specialtyId, options).then((request) => request(this.axios, this.basePath));
|
|
1780
1867
|
}
|
|
1868
|
+
|
|
1869
|
+
/**
|
|
1870
|
+
*
|
|
1871
|
+
* @summary Revalidate specialty
|
|
1872
|
+
* @param {SpecialtiesApiApiV1SpecialtiesSpecialtyIdRevalidatePostRequest} requestParameters Request parameters.
|
|
1873
|
+
* @param {*} [options] Override http request option.
|
|
1874
|
+
* @throws {RequiredError}
|
|
1875
|
+
* @memberof SpecialtiesApi
|
|
1876
|
+
*/
|
|
1877
|
+
public apiV1SpecialtiesSpecialtyIdRevalidatePost(requestParameters: SpecialtiesApiApiV1SpecialtiesSpecialtyIdRevalidatePostRequest, options?: AxiosRequestConfig) {
|
|
1878
|
+
return SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSpecialtyIdRevalidatePost(requestParameters.specialtyId, requestParameters.includeCurrent, options).then((request) => request(this.axios, this.basePath));
|
|
1879
|
+
}
|
|
1781
1880
|
}
|
|
@@ -751,6 +751,49 @@ export const SpecialtyTypesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
751
751
|
|
|
752
752
|
|
|
753
753
|
|
|
754
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
755
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
756
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
757
|
+
|
|
758
|
+
return {
|
|
759
|
+
url: toPathString(localVarUrlObj),
|
|
760
|
+
options: localVarRequestOptions,
|
|
761
|
+
};
|
|
762
|
+
},
|
|
763
|
+
/**
|
|
764
|
+
*
|
|
765
|
+
* @summary Revalidate specialtyType
|
|
766
|
+
* @param {string} specialtyTypeId
|
|
767
|
+
* @param {boolean} [includeCurrent]
|
|
768
|
+
* @param {*} [options] Override http request option.
|
|
769
|
+
* @throws {RequiredError}
|
|
770
|
+
*/
|
|
771
|
+
apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost: async (specialtyTypeId: string, includeCurrent?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
772
|
+
// verify required parameter 'specialtyTypeId' is not null or undefined
|
|
773
|
+
assertParamExists('apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost', 'specialtyTypeId', specialtyTypeId)
|
|
774
|
+
const localVarPath = `/api/v1/specialtytypes/{specialtyTypeId}/revalidate`
|
|
775
|
+
.replace(`{${"specialtyTypeId"}}`, encodeURIComponent(String(specialtyTypeId)));
|
|
776
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
777
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
778
|
+
let baseOptions;
|
|
779
|
+
if (configuration) {
|
|
780
|
+
baseOptions = configuration.baseOptions;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
784
|
+
const localVarHeaderParameter = {} as any;
|
|
785
|
+
const localVarQueryParameter = {} as any;
|
|
786
|
+
|
|
787
|
+
// authentication oauth2 required
|
|
788
|
+
// oauth required
|
|
789
|
+
await setOAuthToObject(localVarHeaderParameter, "oauth2", ["CloudHospital_admin_api", "IdentityServerApi"], configuration)
|
|
790
|
+
|
|
791
|
+
if (includeCurrent !== undefined) {
|
|
792
|
+
localVarQueryParameter['includeCurrent'] = includeCurrent;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
754
797
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
755
798
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
756
799
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -955,6 +998,18 @@ export const SpecialtyTypesApiFp = function(configuration?: Configuration) {
|
|
|
955
998
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdReactivePut(specialtyTypeId, options);
|
|
956
999
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
957
1000
|
},
|
|
1001
|
+
/**
|
|
1002
|
+
*
|
|
1003
|
+
* @summary Revalidate specialtyType
|
|
1004
|
+
* @param {string} specialtyTypeId
|
|
1005
|
+
* @param {boolean} [includeCurrent]
|
|
1006
|
+
* @param {*} [options] Override http request option.
|
|
1007
|
+
* @throws {RequiredError}
|
|
1008
|
+
*/
|
|
1009
|
+
async apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId: string, includeCurrent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
1010
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId, includeCurrent, options);
|
|
1011
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1012
|
+
},
|
|
958
1013
|
}
|
|
959
1014
|
};
|
|
960
1015
|
|
|
@@ -1137,6 +1192,17 @@ export const SpecialtyTypesApiFactory = function (configuration?: Configuration,
|
|
|
1137
1192
|
apiV1SpecialtytypesSpecialtyTypeIdReactivePut(specialtyTypeId: string, options?: any): AxiosPromise<boolean> {
|
|
1138
1193
|
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdReactivePut(specialtyTypeId, options).then((request) => request(axios, basePath));
|
|
1139
1194
|
},
|
|
1195
|
+
/**
|
|
1196
|
+
*
|
|
1197
|
+
* @summary Revalidate specialtyType
|
|
1198
|
+
* @param {string} specialtyTypeId
|
|
1199
|
+
* @param {boolean} [includeCurrent]
|
|
1200
|
+
* @param {*} [options] Override http request option.
|
|
1201
|
+
* @throws {RequiredError}
|
|
1202
|
+
*/
|
|
1203
|
+
apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId: string, includeCurrent?: boolean, options?: any): AxiosPromise<boolean> {
|
|
1204
|
+
return localVarFp.apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(specialtyTypeId, includeCurrent, options).then((request) => request(axios, basePath));
|
|
1205
|
+
},
|
|
1140
1206
|
};
|
|
1141
1207
|
};
|
|
1142
1208
|
|
|
@@ -1616,6 +1682,27 @@ export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivePutR
|
|
|
1616
1682
|
readonly specialtyTypeId: string
|
|
1617
1683
|
}
|
|
1618
1684
|
|
|
1685
|
+
/**
|
|
1686
|
+
* Request parameters for apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost operation in SpecialtyTypesApi.
|
|
1687
|
+
* @export
|
|
1688
|
+
* @interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest
|
|
1689
|
+
*/
|
|
1690
|
+
export interface SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest {
|
|
1691
|
+
/**
|
|
1692
|
+
*
|
|
1693
|
+
* @type {string}
|
|
1694
|
+
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePost
|
|
1695
|
+
*/
|
|
1696
|
+
readonly specialtyTypeId: string
|
|
1697
|
+
|
|
1698
|
+
/**
|
|
1699
|
+
*
|
|
1700
|
+
* @type {boolean}
|
|
1701
|
+
* @memberof SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePost
|
|
1702
|
+
*/
|
|
1703
|
+
readonly includeCurrent?: boolean
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1619
1706
|
/**
|
|
1620
1707
|
* SpecialtyTypesApi - object-oriented interface
|
|
1621
1708
|
* @export
|
|
@@ -1778,4 +1865,16 @@ export class SpecialtyTypesApi extends BaseAPI {
|
|
|
1778
1865
|
public apiV1SpecialtytypesSpecialtyTypeIdReactivePut(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivePutRequest, options?: AxiosRequestConfig) {
|
|
1779
1866
|
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdReactivePut(requestParameters.specialtyTypeId, options).then((request) => request(this.axios, this.basePath));
|
|
1780
1867
|
}
|
|
1868
|
+
|
|
1869
|
+
/**
|
|
1870
|
+
*
|
|
1871
|
+
* @summary Revalidate specialtyType
|
|
1872
|
+
* @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest} requestParameters Request parameters.
|
|
1873
|
+
* @param {*} [options] Override http request option.
|
|
1874
|
+
* @throws {RequiredError}
|
|
1875
|
+
* @memberof SpecialtyTypesApi
|
|
1876
|
+
*/
|
|
1877
|
+
public apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(requestParameters: SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest, options?: AxiosRequestConfig) {
|
|
1878
|
+
return SpecialtyTypesApiFp(this.configuration).apiV1SpecialtytypesSpecialtyTypeIdRevalidatePost(requestParameters.specialtyTypeId, requestParameters.includeCurrent, options).then((request) => request(this.axios, this.basePath));
|
|
1879
|
+
}
|
|
1781
1880
|
}
|
|
@@ -179,12 +179,6 @@ export interface AppointmentItemModel {
|
|
|
179
179
|
* @memberof AppointmentItemModel
|
|
180
180
|
*/
|
|
181
181
|
'email'?: string | null;
|
|
182
|
-
/**
|
|
183
|
-
*
|
|
184
|
-
* @type {string}
|
|
185
|
-
* @memberof AppointmentItemModel
|
|
186
|
-
*/
|
|
187
|
-
'phoneCountryCode'?: string | null;
|
|
188
182
|
/**
|
|
189
183
|
*
|
|
190
184
|
* @type {string}
|
|
@@ -185,12 +185,6 @@ export interface AppointmentModel {
|
|
|
185
185
|
* @memberof AppointmentModel
|
|
186
186
|
*/
|
|
187
187
|
'email'?: string | null;
|
|
188
|
-
/**
|
|
189
|
-
*
|
|
190
|
-
* @type {string}
|
|
191
|
-
* @memberof AppointmentModel
|
|
192
|
-
*/
|
|
193
|
-
'phoneCountryCode'?: string | null;
|
|
194
188
|
/**
|
|
195
189
|
*
|
|
196
190
|
* @type {string}
|
|
@@ -56,12 +56,6 @@ export interface CHManagerItemModel {
|
|
|
56
56
|
* @memberof CHManagerItemModel
|
|
57
57
|
*/
|
|
58
58
|
'fullname'?: string | null;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof CHManagerItemModel
|
|
63
|
-
*/
|
|
64
|
-
'phoneCountryCode'?: string | null;
|
|
65
59
|
/**
|
|
66
60
|
*
|
|
67
61
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface CreateCHAdminCommand {
|
|
|
47
47
|
* @memberof CreateCHAdminCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreateCHAdminCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface CreateCHManagerCommand {
|
|
|
47
47
|
* @memberof CreateCHManagerCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreateCHManagerCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface CreateDoctorCommand {
|
|
|
47
47
|
* @memberof CreateDoctorCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreateDoctorCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface CreateManagerCommand {
|
|
|
47
47
|
* @memberof CreateManagerCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreateManagerCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface CreatePatientCommand {
|
|
|
47
47
|
* @memberof CreatePatientCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreatePatientCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface CreateProfileCommand {
|
|
|
47
47
|
* @memberof CreateProfileCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof CreateProfileCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -32,7 +32,8 @@ export const SearchIndexType = {
|
|
|
32
32
|
Countries: 'countries',
|
|
33
33
|
Faqcategories: 'faqcategories',
|
|
34
34
|
Faqs: 'faqs',
|
|
35
|
-
Services: 'services'
|
|
35
|
+
Services: 'services',
|
|
36
|
+
Contents: 'contents'
|
|
36
37
|
} as const;
|
|
37
38
|
|
|
38
39
|
export type SearchIndexType = typeof SearchIndexType[keyof typeof SearchIndexType];
|
|
@@ -47,12 +47,6 @@ export interface UpdateCHAdminCommand {
|
|
|
47
47
|
* @memberof UpdateCHAdminCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof UpdateCHAdminCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface UpdateCHManagerCommand {
|
|
|
47
47
|
* @memberof UpdateCHManagerCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof UpdateCHManagerCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -41,12 +41,6 @@ export interface UpdateDoctorCommand {
|
|
|
41
41
|
* @memberof UpdateDoctorCommand
|
|
42
42
|
*/
|
|
43
43
|
'lastName'?: string | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof UpdateDoctorCommand
|
|
48
|
-
*/
|
|
49
|
-
'phoneCountryCode'?: string | null;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface UpdateManagerCommand {
|
|
|
47
47
|
* @memberof UpdateManagerCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof UpdateManagerCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface UpdatePatientCommand {
|
|
|
47
47
|
* @memberof UpdatePatientCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof UpdatePatientCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
|
@@ -47,12 +47,6 @@ export interface UpdateProfileCommand {
|
|
|
47
47
|
* @memberof UpdateProfileCommand
|
|
48
48
|
*/
|
|
49
49
|
'lastName'?: string | null;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof UpdateProfileCommand
|
|
54
|
-
*/
|
|
55
|
-
'phoneCountryCode'?: string | null;
|
|
56
50
|
/**
|
|
57
51
|
*
|
|
58
52
|
* @type {string}
|
package/src/models/user-model.ts
CHANGED