ch-admin-api-client-typescript 5.13.5 → 5.14.0

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 (84) 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 +90 -0
  4. package/lib/api/countries-api.d.ts +9 -9
  5. package/lib/api/countries-api.d.ts.map +1 -1
  6. package/lib/api/countries-api.js +10 -10
  7. package/lib/api/curations-api.d.ts +448 -0
  8. package/lib/api/curations-api.d.ts.map +1 -0
  9. package/lib/api/curations-api.js +785 -0
  10. package/lib/api/deals-api.d.ts +56 -0
  11. package/lib/api/deals-api.d.ts.map +1 -1
  12. package/lib/api/deals-api.js +90 -0
  13. package/lib/api/doctor-affiliations-api.d.ts +9 -9
  14. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  15. package/lib/api/doctor-affiliations-api.js +10 -10
  16. package/lib/api/doctors-api.d.ts +9 -9
  17. package/lib/api/doctors-api.d.ts.map +1 -1
  18. package/lib/api/doctors-api.js +10 -10
  19. package/lib/api/hospitals-api.d.ts +114 -49
  20. package/lib/api/hospitals-api.d.ts.map +1 -1
  21. package/lib/api/hospitals-api.js +150 -54
  22. package/lib/api/patients-api.d.ts +10 -10
  23. package/lib/api/patients-api.d.ts.map +1 -1
  24. package/lib/api/patients-api.js +11 -11
  25. package/lib/api/specialties-api.d.ts +9 -9
  26. package/lib/api/specialties-api.d.ts.map +1 -1
  27. package/lib/api/specialties-api.js +10 -10
  28. package/lib/api/specialty-types-api.d.ts +9 -9
  29. package/lib/api/specialty-types-api.d.ts.map +1 -1
  30. package/lib/api/specialty-types-api.js +10 -10
  31. package/lib/api.d.ts +1 -0
  32. package/lib/api.d.ts.map +1 -1
  33. package/lib/api.js +1 -0
  34. package/lib/models/create-curation-command.d.ts +103 -0
  35. package/lib/models/create-curation-command.d.ts.map +1 -0
  36. package/lib/models/create-curation-command.js +15 -0
  37. package/lib/models/curation-model.d.ts +104 -0
  38. package/lib/models/curation-model.d.ts.map +1 -0
  39. package/lib/models/curation-model.js +15 -0
  40. package/lib/models/curations-model.d.ts +33 -0
  41. package/lib/models/curations-model.d.ts.map +1 -0
  42. package/lib/models/curations-model.js +15 -0
  43. package/lib/models/index.d.ts +7 -0
  44. package/lib/models/index.d.ts.map +1 -1
  45. package/lib/models/index.js +7 -0
  46. package/lib/models/specialty-type-item-model.d.ts +0 -6
  47. package/lib/models/specialty-type-item-model.d.ts.map +1 -1
  48. package/lib/models/specialty-type-model.d.ts +0 -6
  49. package/lib/models/specialty-type-model.d.ts.map +1 -1
  50. package/lib/models/translate-about-us-page-command.d.ts +44 -0
  51. package/lib/models/translate-about-us-page-command.d.ts.map +1 -0
  52. package/lib/models/translate-about-us-page-command.js +15 -0
  53. package/lib/models/translate-deal-command.d.ts +44 -0
  54. package/lib/models/translate-deal-command.d.ts.map +1 -0
  55. package/lib/models/translate-deal-command.js +15 -0
  56. package/lib/models/translate-landing-command.d.ts +44 -0
  57. package/lib/models/translate-landing-command.d.ts.map +1 -0
  58. package/lib/models/translate-landing-command.js +15 -0
  59. package/lib/models/update-curation-command.d.ts +91 -0
  60. package/lib/models/update-curation-command.d.ts.map +1 -0
  61. package/lib/models/update-curation-command.js +15 -0
  62. package/package.json +1 -1
  63. package/src/.openapi-generator/FILES +8 -0
  64. package/src/api/about-us-api.ts +100 -0
  65. package/src/api/countries-api.ts +14 -14
  66. package/src/api/curations-api.ts +795 -0
  67. package/src/api/deals-api.ts +100 -0
  68. package/src/api/doctor-affiliations-api.ts +14 -14
  69. package/src/api/doctors-api.ts +14 -14
  70. package/src/api/hospitals-api.ts +191 -78
  71. package/src/api/patients-api.ts +16 -16
  72. package/src/api/specialties-api.ts +14 -14
  73. package/src/api/specialty-types-api.ts +14 -14
  74. package/src/api.ts +1 -0
  75. package/src/models/create-curation-command.ts +108 -0
  76. package/src/models/curation-model.ts +111 -0
  77. package/src/models/curations-model.ts +42 -0
  78. package/src/models/index.ts +7 -0
  79. package/src/models/specialty-type-item-model.ts +0 -6
  80. package/src/models/specialty-type-model.ts +0 -6
  81. package/src/models/translate-about-us-page-command.ts +51 -0
  82. package/src/models/translate-deal-command.ts +51 -0
  83. package/src/models/translate-landing-command.ts +51 -0
  84. package/src/models/update-curation-command.ts +96 -0
@@ -0,0 +1,51 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { TranslateAllOptions } from './translate-all-options';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface TranslateDealCommand
24
+ */
25
+ export interface TranslateDealCommand {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof TranslateDealCommand
30
+ */
31
+ 'basisLanguageCode'?: string | null;
32
+ /**
33
+ *
34
+ * @type {TranslateAllOptions}
35
+ * @memberof TranslateDealCommand
36
+ */
37
+ 'translationOption'?: TranslateAllOptions;
38
+ /**
39
+ *
40
+ * @type {Array<string>}
41
+ * @memberof TranslateDealCommand
42
+ */
43
+ 'translateToLanguageCodes'?: Array<string> | null;
44
+ /**
45
+ *
46
+ * @type {Array<string>}
47
+ * @memberof TranslateDealCommand
48
+ */
49
+ 'translateToFields'?: Array<string> | null;
50
+ }
51
+
@@ -0,0 +1,51 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { TranslateAllOptions } from './translate-all-options';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface TranslateLandingCommand
24
+ */
25
+ export interface TranslateLandingCommand {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof TranslateLandingCommand
30
+ */
31
+ 'basisLanguageCode'?: string | null;
32
+ /**
33
+ *
34
+ * @type {TranslateAllOptions}
35
+ * @memberof TranslateLandingCommand
36
+ */
37
+ 'translationOption'?: TranslateAllOptions;
38
+ /**
39
+ *
40
+ * @type {Array<string>}
41
+ * @memberof TranslateLandingCommand
42
+ */
43
+ 'translateToLanguageCodes'?: Array<string> | null;
44
+ /**
45
+ *
46
+ * @type {Array<string>}
47
+ * @memberof TranslateLandingCommand
48
+ */
49
+ 'translateToFields'?: Array<string> | null;
50
+ }
51
+
@@ -0,0 +1,96 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: hyounoosung@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface UpdateCurationCommand
21
+ */
22
+ export interface UpdateCurationCommand {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof UpdateCurationCommand
27
+ */
28
+ 'languageCode'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof UpdateCurationCommand
33
+ */
34
+ 'title'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof UpdateCurationCommand
39
+ */
40
+ 'searchTerm'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof UpdateCurationCommand
45
+ */
46
+ 'slug'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof UpdateCurationCommand
51
+ */
52
+ 'url'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof UpdateCurationCommand
57
+ */
58
+ 'description'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof UpdateCurationCommand
63
+ */
64
+ 'overview'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof UpdateCurationCommand
69
+ */
70
+ 'content'?: string | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof UpdateCurationCommand
75
+ */
76
+ 'photo'?: string | null;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof UpdateCurationCommand
81
+ */
82
+ 'photoThumbnail'?: string | null;
83
+ /**
84
+ *
85
+ * @type {number}
86
+ * @memberof UpdateCurationCommand
87
+ */
88
+ 'order'?: number | null;
89
+ /**
90
+ *
91
+ * @type {boolean}
92
+ * @memberof UpdateCurationCommand
93
+ */
94
+ 'isConfirmed'?: boolean;
95
+ }
96
+