ch-admin-api-client-typescript 5.88.21 → 5.88.27

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 (174) hide show
  1. package/lib/api/about-us-api.d.ts +56 -0
  2. package/lib/api/about-us-api.d.ts.map +1 -1
  3. package/lib/api/about-us-api.js +94 -0
  4. package/lib/api/article-categories-api.d.ts +56 -0
  5. package/lib/api/article-categories-api.d.ts.map +1 -1
  6. package/lib/api/article-categories-api.js +94 -0
  7. package/lib/api/articles-api.d.ts +56 -0
  8. package/lib/api/articles-api.d.ts.map +1 -1
  9. package/lib/api/articles-api.js +94 -0
  10. package/lib/api/contributors-api.d.ts +60 -4
  11. package/lib/api/contributors-api.d.ts.map +1 -1
  12. package/lib/api/contributors-api.js +98 -4
  13. package/lib/api/countries-api.d.ts +68 -12
  14. package/lib/api/countries-api.d.ts.map +1 -1
  15. package/lib/api/countries-api.js +106 -12
  16. package/lib/api/deals-api.d.ts +56 -0
  17. package/lib/api/deals-api.d.ts.map +1 -1
  18. package/lib/api/deals-api.js +94 -0
  19. package/lib/api/doctor-affiliations-api.d.ts +56 -0
  20. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  21. package/lib/api/doctor-affiliations-api.js +94 -0
  22. package/lib/api/faq-categories-api.d.ts +56 -0
  23. package/lib/api/faq-categories-api.d.ts.map +1 -1
  24. package/lib/api/faq-categories-api.js +94 -0
  25. package/lib/api/faqs-api.d.ts +56 -0
  26. package/lib/api/faqs-api.d.ts.map +1 -1
  27. package/lib/api/faqs-api.js +94 -0
  28. package/lib/api/general-articles-api.d.ts +56 -0
  29. package/lib/api/general-articles-api.d.ts.map +1 -1
  30. package/lib/api/general-articles-api.js +94 -0
  31. package/lib/api/hospital-branches-api.d.ts +56 -0
  32. package/lib/api/hospital-branches-api.d.ts.map +1 -1
  33. package/lib/api/hospital-branches-api.js +94 -0
  34. package/lib/api/hospital-groups-api.d.ts +56 -0
  35. package/lib/api/hospital-groups-api.d.ts.map +1 -1
  36. package/lib/api/hospital-groups-api.js +94 -0
  37. package/lib/api/hospitals-api.d.ts +325 -0
  38. package/lib/api/hospitals-api.d.ts.map +1 -1
  39. package/lib/api/hospitals-api.js +500 -0
  40. package/lib/api/service-reviews-api.d.ts +56 -0
  41. package/lib/api/service-reviews-api.d.ts.map +1 -1
  42. package/lib/api/service-reviews-api.js +94 -0
  43. package/lib/api/specialties-api.d.ts +56 -0
  44. package/lib/api/specialties-api.d.ts.map +1 -1
  45. package/lib/api/specialties-api.js +94 -0
  46. package/lib/api/specialty-types-api.d.ts +60 -4
  47. package/lib/api/specialty-types-api.d.ts.map +1 -1
  48. package/lib/api/specialty-types-api.js +98 -4
  49. package/lib/models/about-us-page-item-model.d.ts +6 -0
  50. package/lib/models/about-us-page-item-model.d.ts.map +1 -1
  51. package/lib/models/about-us-page-model.d.ts +6 -6
  52. package/lib/models/about-us-page-model.d.ts.map +1 -1
  53. package/lib/models/index.d.ts +20 -0
  54. package/lib/models/index.d.ts.map +1 -1
  55. package/lib/models/index.js +20 -0
  56. package/lib/models/patch-article-command.d.ts +0 -6
  57. package/lib/models/patch-article-command.d.ts.map +1 -1
  58. package/lib/models/patch-deal-command.d.ts +0 -6
  59. package/lib/models/patch-deal-command.d.ts.map +1 -1
  60. package/lib/models/patch-doctor-affiliation-command.d.ts +0 -6
  61. package/lib/models/patch-doctor-affiliation-command.d.ts.map +1 -1
  62. package/lib/models/patch-general-article-command.d.ts +0 -6
  63. package/lib/models/patch-general-article-command.d.ts.map +1 -1
  64. package/lib/models/patch-hospital-command.d.ts +0 -6
  65. package/lib/models/patch-hospital-command.d.ts.map +1 -1
  66. package/lib/models/patch-hospital-specialty-command.d.ts +0 -6
  67. package/lib/models/patch-hospital-specialty-command.d.ts.map +1 -1
  68. package/lib/models/patch-specialty-command.d.ts +0 -6
  69. package/lib/models/patch-specialty-command.d.ts.map +1 -1
  70. package/lib/models/patch-specialty-type-command.d.ts +0 -6
  71. package/lib/models/patch-specialty-type-command.d.ts.map +1 -1
  72. package/lib/models/survey-form-element-input-model.d.ts +6 -0
  73. package/lib/models/survey-form-element-input-model.d.ts.map +1 -1
  74. package/lib/models/survey-form-element-model.d.ts +6 -0
  75. package/lib/models/survey-form-element-model.d.ts.map +1 -1
  76. package/lib/models/survey-result-element-model.d.ts +6 -0
  77. package/lib/models/survey-result-element-model.d.ts.map +1 -1
  78. package/lib/models/update-about-us-page-command.d.ts +0 -6
  79. package/lib/models/update-about-us-page-command.d.ts.map +1 -1
  80. package/lib/models/update-about-us-page-slug-command.d.ts +31 -0
  81. package/lib/models/update-about-us-page-slug-command.d.ts.map +1 -0
  82. package/lib/models/update-about-us-page-slug-command.js +15 -0
  83. package/lib/models/update-article-category-command.d.ts +0 -6
  84. package/lib/models/update-article-category-command.d.ts.map +1 -1
  85. package/lib/models/update-article-category-slug-command.d.ts +31 -0
  86. package/lib/models/update-article-category-slug-command.d.ts.map +1 -0
  87. package/lib/models/update-article-category-slug-command.js +15 -0
  88. package/lib/models/update-article-command.d.ts +0 -6
  89. package/lib/models/update-article-command.d.ts.map +1 -1
  90. package/lib/models/update-article-slug-command.d.ts +31 -0
  91. package/lib/models/update-article-slug-command.d.ts.map +1 -0
  92. package/lib/models/update-article-slug-command.js +15 -0
  93. package/lib/models/update-contributor-command.d.ts +0 -6
  94. package/lib/models/update-contributor-command.d.ts.map +1 -1
  95. package/lib/models/update-contributor-slug-command.d.ts +31 -0
  96. package/lib/models/update-contributor-slug-command.d.ts.map +1 -0
  97. package/lib/models/update-contributor-slug-command.js +15 -0
  98. package/lib/models/update-country-command.d.ts +0 -6
  99. package/lib/models/update-country-command.d.ts.map +1 -1
  100. package/lib/models/update-country-slug-command.d.ts +31 -0
  101. package/lib/models/update-country-slug-command.d.ts.map +1 -0
  102. package/lib/models/update-country-slug-command.js +15 -0
  103. package/lib/models/update-deal-command.d.ts +0 -6
  104. package/lib/models/update-deal-command.d.ts.map +1 -1
  105. package/lib/models/update-deal-slug-command.d.ts +31 -0
  106. package/lib/models/update-deal-slug-command.d.ts.map +1 -0
  107. package/lib/models/update-deal-slug-command.js +15 -0
  108. package/lib/models/update-doctor-affiliation-command.d.ts +0 -6
  109. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  110. package/lib/models/update-doctor-affiliation-slug-command.d.ts +31 -0
  111. package/lib/models/update-doctor-affiliation-slug-command.d.ts.map +1 -0
  112. package/lib/models/update-doctor-affiliation-slug-command.js +15 -0
  113. package/lib/models/update-faq-category-command.d.ts +0 -6
  114. package/lib/models/update-faq-category-command.d.ts.map +1 -1
  115. package/lib/models/update-faq-category-slug-command.d.ts +31 -0
  116. package/lib/models/update-faq-category-slug-command.d.ts.map +1 -0
  117. package/lib/models/update-faq-category-slug-command.js +15 -0
  118. package/lib/models/update-faq-command.d.ts +0 -6
  119. package/lib/models/update-faq-command.d.ts.map +1 -1
  120. package/lib/models/update-faq-slug-command.d.ts +31 -0
  121. package/lib/models/update-faq-slug-command.d.ts.map +1 -0
  122. package/lib/models/update-faq-slug-command.js +15 -0
  123. package/lib/models/update-general-article-command.d.ts +0 -6
  124. package/lib/models/update-general-article-command.d.ts.map +1 -1
  125. package/lib/models/update-general-article-slug-command.d.ts +31 -0
  126. package/lib/models/update-general-article-slug-command.d.ts.map +1 -0
  127. package/lib/models/update-general-article-slug-command.js +15 -0
  128. package/lib/models/update-hospital-branch-slug-command.d.ts +31 -0
  129. package/lib/models/update-hospital-branch-slug-command.d.ts.map +1 -0
  130. package/lib/models/update-hospital-branch-slug-command.js +15 -0
  131. package/lib/models/update-hospital-command.d.ts +0 -6
  132. package/lib/models/update-hospital-command.d.ts.map +1 -1
  133. package/lib/models/update-hospital-group-slug-command.d.ts +31 -0
  134. package/lib/models/update-hospital-group-slug-command.d.ts.map +1 -0
  135. package/lib/models/update-hospital-group-slug-command.js +15 -0
  136. package/lib/models/update-hospital-service-command.d.ts +0 -6
  137. package/lib/models/update-hospital-service-command.d.ts.map +1 -1
  138. package/lib/models/update-hospital-service-slug-command.d.ts +31 -0
  139. package/lib/models/update-hospital-service-slug-command.d.ts.map +1 -0
  140. package/lib/models/update-hospital-service-slug-command.js +15 -0
  141. package/lib/models/update-hospital-slug-command.d.ts +31 -0
  142. package/lib/models/update-hospital-slug-command.d.ts.map +1 -0
  143. package/lib/models/update-hospital-slug-command.js +15 -0
  144. package/lib/models/update-hospital-specialty-command.d.ts +0 -6
  145. package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
  146. package/lib/models/update-hospital-specialty-slug-command.d.ts +31 -0
  147. package/lib/models/update-hospital-specialty-slug-command.d.ts.map +1 -0
  148. package/lib/models/update-hospital-specialty-slug-command.js +15 -0
  149. package/lib/models/update-landing-command.d.ts +0 -6
  150. package/lib/models/update-landing-command.d.ts.map +1 -1
  151. package/lib/models/update-landing-slug-command.d.ts +37 -0
  152. package/lib/models/update-landing-slug-command.d.ts.map +1 -0
  153. package/lib/models/update-landing-slug-command.js +15 -0
  154. package/lib/models/update-policy-command.d.ts +0 -6
  155. package/lib/models/update-policy-command.d.ts.map +1 -1
  156. package/lib/models/update-policy-slug-command.d.ts +37 -0
  157. package/lib/models/update-policy-slug-command.d.ts.map +1 -0
  158. package/lib/models/update-policy-slug-command.js +15 -0
  159. package/lib/models/update-service-review-command.d.ts +0 -6
  160. package/lib/models/update-service-review-command.d.ts.map +1 -1
  161. package/lib/models/update-service-review-slug-command.d.ts +31 -0
  162. package/lib/models/update-service-review-slug-command.d.ts.map +1 -0
  163. package/lib/models/update-service-review-slug-command.js +15 -0
  164. package/lib/models/update-specialty-command.d.ts +0 -6
  165. package/lib/models/update-specialty-command.d.ts.map +1 -1
  166. package/lib/models/update-specialty-slug-command.d.ts +31 -0
  167. package/lib/models/update-specialty-slug-command.d.ts.map +1 -0
  168. package/lib/models/update-specialty-slug-command.js +15 -0
  169. package/lib/models/update-specialty-type-command.d.ts +0 -6
  170. package/lib/models/update-specialty-type-command.d.ts.map +1 -1
  171. package/lib/models/update-specialty-type-slug-command.d.ts +31 -0
  172. package/lib/models/update-specialty-type-slug-command.d.ts.map +1 -0
  173. package/lib/models/update-specialty-type-slug-command.js +15 -0
  174. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"update-landing-command.d.ts","sourceRoot":"","sources":["../../src/models/update-landing-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
1
+ {"version":3,"file":"update-landing-command.d.ts","sourceRoot":"","sources":["../../src/models/update-landing-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UpdateLandingSlugCommand
16
+ */
17
+ export interface UpdateLandingSlugCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateLandingSlugCommand
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpdateLandingSlugCommand
28
+ */
29
+ 'slug'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof UpdateLandingSlugCommand
34
+ */
35
+ 'hospitalId'?: string;
36
+ }
37
+ //# sourceMappingURL=update-landing-slug-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-landing-slug-command.d.ts","sourceRoot":"","sources":["../../src/models/update-landing-slug-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -28,12 +28,6 @@ export interface UpdatePolicyCommand {
28
28
  * @memberof UpdatePolicyCommand
29
29
  */
30
30
  'name'?: string | null;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof UpdatePolicyCommand
35
- */
36
- 'slug'?: string | null;
37
31
  /**
38
32
  *
39
33
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"update-policy-command.d.ts","sourceRoot":"","sources":["../../src/models/update-policy-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
1
+ {"version":3,"file":"update-policy-command.d.ts","sourceRoot":"","sources":["../../src/models/update-policy-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UpdatePolicySlugCommand
16
+ */
17
+ export interface UpdatePolicySlugCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdatePolicySlugCommand
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpdatePolicySlugCommand
28
+ */
29
+ 'slug'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof UpdatePolicySlugCommand
34
+ */
35
+ 'hospitalId'?: string;
36
+ }
37
+ //# sourceMappingURL=update-policy-slug-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-policy-slug-command.d.ts","sourceRoot":"","sources":["../../src/models/update-policy-slug-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -27,12 +27,6 @@ export interface UpdateServiceReviewCommand {
27
27
  * @memberof UpdateServiceReviewCommand
28
28
  */
29
29
  'name'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof UpdateServiceReviewCommand
34
- */
35
- 'slug'?: string | null;
36
30
  /**
37
31
  *
38
32
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"update-service-review-command.d.ts","sourceRoot":"","sources":["../../src/models/update-service-review-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"update-service-review-command.d.ts","sourceRoot":"","sources":["../../src/models/update-service-review-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UpdateServiceReviewSlugCommand
16
+ */
17
+ export interface UpdateServiceReviewSlugCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateServiceReviewSlugCommand
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpdateServiceReviewSlugCommand
28
+ */
29
+ 'slug'?: string | null;
30
+ }
31
+ //# sourceMappingURL=update-service-review-slug-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-service-review-slug-command.d.ts","sourceRoot":"","sources":["../../src/models/update-service-review-slug-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -28,12 +28,6 @@ export interface UpdateSpecialtyCommand {
28
28
  * @memberof UpdateSpecialtyCommand
29
29
  */
30
30
  'title'?: string | null;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof UpdateSpecialtyCommand
35
- */
36
- 'slug'?: string | null;
37
31
  /**
38
32
  *
39
33
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"update-specialty-command.d.ts","sourceRoot":"","sources":["../../src/models/update-specialty-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
1
+ {"version":3,"file":"update-specialty-command.d.ts","sourceRoot":"","sources":["../../src/models/update-specialty-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UpdateSpecialtySlugCommand
16
+ */
17
+ export interface UpdateSpecialtySlugCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateSpecialtySlugCommand
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpdateSpecialtySlugCommand
28
+ */
29
+ 'slug'?: string | null;
30
+ }
31
+ //# sourceMappingURL=update-specialty-slug-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-specialty-slug-command.d.ts","sourceRoot":"","sources":["../../src/models/update-specialty-slug-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -36,12 +36,6 @@ export interface UpdateSpecialtyTypeCommand {
36
36
  * @memberof UpdateSpecialtyTypeCommand
37
37
  */
38
38
  'title'?: string | null;
39
- /**
40
- *
41
- * @type {string}
42
- * @memberof UpdateSpecialtyTypeCommand
43
- */
44
- 'slug'?: string | null;
45
39
  /**
46
40
  *
47
41
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"update-specialty-type-command.d.ts","sourceRoot":"","sources":["../../src/models/update-specialty-type-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;CAC9C"}
1
+ {"version":3,"file":"update-specialty-type-command.d.ts","sourceRoot":"","sources":["../../src/models/update-specialty-type-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;CAC9C"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@icloudhospital.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UpdateSpecialtyTypeSlugCommand
16
+ */
17
+ export interface UpdateSpecialtyTypeSlugCommand {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateSpecialtyTypeSlugCommand
22
+ */
23
+ 'languageCode'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpdateSpecialtyTypeSlugCommand
28
+ */
29
+ 'slug'?: string | null;
30
+ }
31
+ //# sourceMappingURL=update-specialty-type-slug-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-specialty-type-slug-command.d.ts","sourceRoot":"","sources":["../../src/models/update-specialty-type-slug-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.88.21",
3
+ "version": "5.88.27",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",