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.
Files changed (127) hide show
  1. package/lib/api/articles-api.d.ts +55 -0
  2. package/lib/api/articles-api.d.ts.map +1 -1
  3. package/lib/api/articles-api.js +91 -0
  4. package/lib/api/contributors-api.d.ts +55 -0
  5. package/lib/api/contributors-api.d.ts.map +1 -1
  6. package/lib/api/contributors-api.js +91 -0
  7. package/lib/api/countries-api.d.ts +59 -4
  8. package/lib/api/countries-api.d.ts.map +1 -1
  9. package/lib/api/countries-api.js +95 -4
  10. package/lib/api/deals-api.d.ts +55 -0
  11. package/lib/api/deals-api.d.ts.map +1 -1
  12. package/lib/api/deals-api.js +91 -0
  13. package/lib/api/doctor-affiliations-api.d.ts +55 -0
  14. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  15. package/lib/api/doctor-affiliations-api.js +91 -0
  16. package/lib/api/doctors-api.d.ts +55 -0
  17. package/lib/api/doctors-api.d.ts.map +1 -1
  18. package/lib/api/doctors-api.js +91 -0
  19. package/lib/api/faq-categories-api.d.ts +55 -0
  20. package/lib/api/faq-categories-api.d.ts.map +1 -1
  21. package/lib/api/faq-categories-api.js +91 -0
  22. package/lib/api/faqs-api.d.ts +55 -0
  23. package/lib/api/faqs-api.d.ts.map +1 -1
  24. package/lib/api/faqs-api.js +91 -0
  25. package/lib/api/hospitals-api.d.ts +256 -0
  26. package/lib/api/hospitals-api.d.ts.map +1 -1
  27. package/lib/api/hospitals-api.js +388 -0
  28. package/lib/api/specialties-api.d.ts +55 -0
  29. package/lib/api/specialties-api.d.ts.map +1 -1
  30. package/lib/api/specialties-api.js +91 -0
  31. package/lib/api/specialty-types-api.d.ts +55 -0
  32. package/lib/api/specialty-types-api.d.ts.map +1 -1
  33. package/lib/api/specialty-types-api.js +91 -0
  34. package/lib/models/appointment-item-model.d.ts +0 -6
  35. package/lib/models/appointment-item-model.d.ts.map +1 -1
  36. package/lib/models/appointment-model.d.ts +0 -6
  37. package/lib/models/appointment-model.d.ts.map +1 -1
  38. package/lib/models/chadmin-item-model.d.ts +0 -6
  39. package/lib/models/chadmin-item-model.d.ts.map +1 -1
  40. package/lib/models/chadmin-model.d.ts +0 -6
  41. package/lib/models/chadmin-model.d.ts.map +1 -1
  42. package/lib/models/chmanager-item-model.d.ts +0 -6
  43. package/lib/models/chmanager-item-model.d.ts.map +1 -1
  44. package/lib/models/chmanager-model.d.ts +0 -6
  45. package/lib/models/chmanager-model.d.ts.map +1 -1
  46. package/lib/models/create-chadmin-command.d.ts +0 -6
  47. package/lib/models/create-chadmin-command.d.ts.map +1 -1
  48. package/lib/models/create-chmanager-command.d.ts +0 -6
  49. package/lib/models/create-chmanager-command.d.ts.map +1 -1
  50. package/lib/models/create-doctor-command.d.ts +0 -6
  51. package/lib/models/create-doctor-command.d.ts.map +1 -1
  52. package/lib/models/create-manager-command.d.ts +0 -6
  53. package/lib/models/create-manager-command.d.ts.map +1 -1
  54. package/lib/models/create-patient-command.d.ts +0 -6
  55. package/lib/models/create-patient-command.d.ts.map +1 -1
  56. package/lib/models/create-profile-command.d.ts +0 -6
  57. package/lib/models/create-profile-command.d.ts.map +1 -1
  58. package/lib/models/doctor-item-model.d.ts +0 -6
  59. package/lib/models/doctor-item-model.d.ts.map +1 -1
  60. package/lib/models/doctor-model.d.ts +0 -6
  61. package/lib/models/doctor-model.d.ts.map +1 -1
  62. package/lib/models/localized-url-model.d.ts +6 -0
  63. package/lib/models/localized-url-model.d.ts.map +1 -1
  64. package/lib/models/manager-item-model.d.ts +0 -6
  65. package/lib/models/manager-item-model.d.ts.map +1 -1
  66. package/lib/models/manager-model.d.ts +0 -6
  67. package/lib/models/manager-model.d.ts.map +1 -1
  68. package/lib/models/patient-item-model.d.ts +0 -6
  69. package/lib/models/patient-item-model.d.ts.map +1 -1
  70. package/lib/models/patient-model.d.ts +0 -6
  71. package/lib/models/patient-model.d.ts.map +1 -1
  72. package/lib/models/search-index-type.d.ts +1 -0
  73. package/lib/models/search-index-type.d.ts.map +1 -1
  74. package/lib/models/search-index-type.js +2 -1
  75. package/lib/models/update-chadmin-command.d.ts +0 -6
  76. package/lib/models/update-chadmin-command.d.ts.map +1 -1
  77. package/lib/models/update-chmanager-command.d.ts +0 -6
  78. package/lib/models/update-chmanager-command.d.ts.map +1 -1
  79. package/lib/models/update-doctor-command.d.ts +0 -6
  80. package/lib/models/update-doctor-command.d.ts.map +1 -1
  81. package/lib/models/update-manager-command.d.ts +0 -6
  82. package/lib/models/update-manager-command.d.ts.map +1 -1
  83. package/lib/models/update-patient-command.d.ts +0 -6
  84. package/lib/models/update-patient-command.d.ts.map +1 -1
  85. package/lib/models/update-profile-command.d.ts +0 -6
  86. package/lib/models/update-profile-command.d.ts.map +1 -1
  87. package/lib/models/user-model.d.ts +0 -6
  88. package/lib/models/user-model.d.ts.map +1 -1
  89. package/package.json +1 -1
  90. package/src/api/articles-api.ts +99 -0
  91. package/src/api/contributors-api.ts +99 -0
  92. package/src/api/countries-api.ts +103 -4
  93. package/src/api/deals-api.ts +99 -0
  94. package/src/api/doctor-affiliations-api.ts +99 -0
  95. package/src/api/doctors-api.ts +99 -0
  96. package/src/api/faq-categories-api.ts +99 -0
  97. package/src/api/faqs-api.ts +99 -0
  98. package/src/api/hospitals-api.ts +448 -0
  99. package/src/api/specialties-api.ts +99 -0
  100. package/src/api/specialty-types-api.ts +99 -0
  101. package/src/models/appointment-item-model.ts +0 -6
  102. package/src/models/appointment-model.ts +0 -6
  103. package/src/models/chadmin-item-model.ts +0 -6
  104. package/src/models/chadmin-model.ts +0 -6
  105. package/src/models/chmanager-item-model.ts +0 -6
  106. package/src/models/chmanager-model.ts +0 -6
  107. package/src/models/create-chadmin-command.ts +0 -6
  108. package/src/models/create-chmanager-command.ts +0 -6
  109. package/src/models/create-doctor-command.ts +0 -6
  110. package/src/models/create-manager-command.ts +0 -6
  111. package/src/models/create-patient-command.ts +0 -6
  112. package/src/models/create-profile-command.ts +0 -6
  113. package/src/models/doctor-item-model.ts +0 -6
  114. package/src/models/doctor-model.ts +0 -6
  115. package/src/models/localized-url-model.ts +6 -0
  116. package/src/models/manager-item-model.ts +0 -6
  117. package/src/models/manager-model.ts +0 -6
  118. package/src/models/patient-item-model.ts +0 -6
  119. package/src/models/patient-model.ts +0 -6
  120. package/src/models/search-index-type.ts +2 -1
  121. package/src/models/update-chadmin-command.ts +0 -6
  122. package/src/models/update-chmanager-command.ts +0 -6
  123. package/src/models/update-doctor-command.ts +0 -6
  124. package/src/models/update-manager-command.ts +0 -6
  125. package/src/models/update-patient-command.ts +0 -6
  126. package/src/models/update-profile-command.ts +0 -6
  127. 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 CHAdminItemModel {
56
56
  * @memberof CHAdminItemModel
57
57
  */
58
58
  'fullname'?: string | null;
59
- /**
60
- *
61
- * @type {string}
62
- * @memberof CHAdminItemModel
63
- */
64
- 'phoneCountryCode'?: string | null;
65
59
  /**
66
60
  *
67
61
  * @type {string}
@@ -62,12 +62,6 @@ export interface CHAdminModel {
62
62
  * @memberof CHAdminModel
63
63
  */
64
64
  'fullname'?: string | null;
65
- /**
66
- *
67
- * @type {string}
68
- * @memberof CHAdminModel
69
- */
70
- 'phoneCountryCode'?: string | null;
71
65
  /**
72
66
  *
73
67
  * @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}
@@ -62,12 +62,6 @@ export interface CHManagerModel {
62
62
  * @memberof CHManagerModel
63
63
  */
64
64
  'fullname'?: string | null;
65
- /**
66
- *
67
- * @type {string}
68
- * @memberof CHManagerModel
69
- */
70
- 'phoneCountryCode'?: string | null;
71
65
  /**
72
66
  *
73
67
  * @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}
@@ -56,12 +56,6 @@ export interface DoctorItemModel {
56
56
  * @memberof DoctorItemModel
57
57
  */
58
58
  'fullname'?: string | null;
59
- /**
60
- *
61
- * @type {string}
62
- * @memberof DoctorItemModel
63
- */
64
- 'phoneCountryCode'?: string | null;
65
59
  /**
66
60
  *
67
61
  * @type {string}
@@ -62,12 +62,6 @@ export interface DoctorModel {
62
62
  * @memberof DoctorModel
63
63
  */
64
64
  'fullname'?: string | null;
65
- /**
66
- *
67
- * @type {string}
68
- * @memberof DoctorModel
69
- */
70
- 'phoneCountryCode'?: string | null;
71
65
  /**
72
66
  *
73
67
  * @type {string}
@@ -32,5 +32,11 @@ export interface LocalizedUrlModel {
32
32
  * @memberof LocalizedUrlModel
33
33
  */
34
34
  'languageCode'?: string | null;
35
+ /**
36
+ *
37
+ * @type {boolean}
38
+ * @memberof LocalizedUrlModel
39
+ */
40
+ 'isConfirmed'?: boolean;
35
41
  }
36
42
 
@@ -56,12 +56,6 @@ export interface ManagerItemModel {
56
56
  * @memberof ManagerItemModel
57
57
  */
58
58
  'fullname'?: string | null;
59
- /**
60
- *
61
- * @type {string}
62
- * @memberof ManagerItemModel
63
- */
64
- 'phoneCountryCode'?: string | null;
65
59
  /**
66
60
  *
67
61
  * @type {string}
@@ -62,12 +62,6 @@ export interface ManagerModel {
62
62
  * @memberof ManagerModel
63
63
  */
64
64
  'fullname'?: string | null;
65
- /**
66
- *
67
- * @type {string}
68
- * @memberof ManagerModel
69
- */
70
- 'phoneCountryCode'?: string | null;
71
65
  /**
72
66
  *
73
67
  * @type {string}
@@ -59,12 +59,6 @@ export interface PatientItemModel {
59
59
  * @memberof PatientItemModel
60
60
  */
61
61
  'fullname'?: string | null;
62
- /**
63
- *
64
- * @type {string}
65
- * @memberof PatientItemModel
66
- */
67
- 'phoneCountryCode'?: string | null;
68
62
  /**
69
63
  *
70
64
  * @type {string}
@@ -65,12 +65,6 @@ export interface PatientModel {
65
65
  * @memberof PatientModel
66
66
  */
67
67
  'fullname'?: string | null;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof PatientModel
72
- */
73
- 'phoneCountryCode'?: string | null;
74
68
  /**
75
69
  *
76
70
  * @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}
@@ -62,12 +62,6 @@ export interface UserModel {
62
62
  * @memberof UserModel
63
63
  */
64
64
  'fullname'?: string | null;
65
- /**
66
- *
67
- * @type {string}
68
- * @memberof UserModel
69
- */
70
- 'phoneCountryCode'?: string | null;
71
65
  /**
72
66
  *
73
67
  * @type {string}