ch-admin-api-client-typescript 5.5.1 → 5.5.3

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 (113) hide show
  1. package/lib/api/dash-board-api.d.ts +302 -13
  2. package/lib/api/dash-board-api.d.ts.map +1 -1
  3. package/lib/api/dash-board-api.js +488 -15
  4. package/lib/api/deals-api.d.ts +65 -0
  5. package/lib/api/deals-api.d.ts.map +1 -1
  6. package/lib/api/deals-api.js +96 -0
  7. package/lib/api/doctor-affiliations-api.d.ts +56 -0
  8. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  9. package/lib/api/doctor-affiliations-api.js +90 -0
  10. package/lib/api/hospitals-api.d.ts +195 -0
  11. package/lib/api/hospitals-api.d.ts.map +1 -1
  12. package/lib/api/hospitals-api.js +288 -0
  13. package/lib/api/search-curations-api.d.ts +309 -0
  14. package/lib/api/search-curations-api.d.ts.map +1 -0
  15. package/lib/api/search-curations-api.js +579 -0
  16. package/lib/api.d.ts +1 -0
  17. package/lib/api.d.ts.map +1 -1
  18. package/lib/api.js +1 -0
  19. package/lib/models/booking-duration-statistics-model.d.ts +31 -0
  20. package/lib/models/booking-duration-statistics-model.d.ts.map +1 -0
  21. package/lib/models/booking-duration-statistics-model.js +15 -0
  22. package/lib/models/booking-statistics-model.d.ts +44 -0
  23. package/lib/models/booking-statistics-model.d.ts.map +1 -0
  24. package/lib/models/booking-statistics-model.js +15 -0
  25. package/lib/models/call-duration-statistics-model.d.ts +31 -0
  26. package/lib/models/call-duration-statistics-model.d.ts.map +1 -0
  27. package/lib/models/call-duration-statistics-model.js +15 -0
  28. package/lib/models/call-statistics-model.d.ts +38 -0
  29. package/lib/models/call-statistics-model.d.ts.map +1 -0
  30. package/lib/models/call-statistics-model.js +15 -0
  31. package/lib/models/consultation-duration-statisctics-model.d.ts +31 -0
  32. package/lib/models/consultation-duration-statisctics-model.d.ts.map +1 -0
  33. package/lib/models/consultation-duration-statisctics-model.js +15 -0
  34. package/lib/models/consultation-statistics-model.d.ts +44 -0
  35. package/lib/models/consultation-statistics-model.d.ts.map +1 -0
  36. package/lib/models/consultation-statistics-model.js +15 -0
  37. package/lib/models/create-hospital-contact-command.d.ts +0 -6
  38. package/lib/models/create-hospital-contact-command.d.ts.map +1 -1
  39. package/lib/models/dash-board-model.d.ts +15 -52
  40. package/lib/models/dash-board-model.d.ts.map +1 -1
  41. package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts +44 -0
  42. package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
  43. package/lib/models/delete-deal-package-appointment-timetable-overrides-command.js +15 -0
  44. package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts +44 -0
  45. package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
  46. package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
  47. package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts +44 -0
  48. package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
  49. package/lib/models/delete-hospital-appointment-timetable-overrides-command.js +15 -0
  50. package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts +44 -0
  51. package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
  52. package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
  53. package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts +44 -0
  54. package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts.map +1 -0
  55. package/lib/models/delete-service-appointment-timetable-overrides-command.js +15 -0
  56. package/lib/models/general-statistics-model.d.ts +43 -0
  57. package/lib/models/general-statistics-model.d.ts.map +1 -0
  58. package/lib/models/general-statistics-model.js +15 -0
  59. package/lib/models/hospital-contact-item-model.d.ts +0 -6
  60. package/lib/models/hospital-contact-item-model.d.ts.map +1 -1
  61. package/lib/models/hospital-contact-model.d.ts +0 -6
  62. package/lib/models/hospital-contact-model.d.ts.map +1 -1
  63. package/lib/models/index.d.ts +17 -0
  64. package/lib/models/index.d.ts.map +1 -1
  65. package/lib/models/index.js +17 -0
  66. package/lib/models/save-search-curations-command.d.ts +26 -0
  67. package/lib/models/save-search-curations-command.d.ts.map +1 -0
  68. package/lib/models/save-search-curations-command.js +15 -0
  69. package/lib/models/search-curation-item-input-model.d.ts +73 -0
  70. package/lib/models/search-curation-item-input-model.d.ts.map +1 -0
  71. package/lib/models/search-curation-item-input-model.js +15 -0
  72. package/lib/models/search-curation-item-model.d.ts +79 -0
  73. package/lib/models/search-curation-item-model.d.ts.map +1 -0
  74. package/lib/models/search-curation-item-model.js +15 -0
  75. package/lib/models/survey-form-duration-statistics-model.d.ts +31 -0
  76. package/lib/models/survey-form-duration-statistics-model.d.ts.map +1 -0
  77. package/lib/models/survey-form-duration-statistics-model.js +15 -0
  78. package/lib/models/survey-form-statistics-model.d.ts +38 -0
  79. package/lib/models/survey-form-statistics-model.d.ts.map +1 -0
  80. package/lib/models/survey-form-statistics-model.js +15 -0
  81. package/lib/models/update-hospital-contact-command.d.ts +2 -8
  82. package/lib/models/update-hospital-contact-command.d.ts.map +1 -1
  83. package/package.json +1 -1
  84. package/src/.openapi-generator/FILES +18 -0
  85. package/src/api/dash-board-api.ts +556 -19
  86. package/src/api/deals-api.ts +113 -0
  87. package/src/api/doctor-affiliations-api.ts +100 -0
  88. package/src/api/hospitals-api.ts +339 -0
  89. package/src/api/search-curations-api.ts +539 -0
  90. package/src/api.ts +1 -0
  91. package/src/models/booking-duration-statistics-model.ts +36 -0
  92. package/src/models/booking-statistics-model.ts +51 -0
  93. package/src/models/call-duration-statistics-model.ts +36 -0
  94. package/src/models/call-statistics-model.ts +45 -0
  95. package/src/models/consultation-duration-statisctics-model.ts +36 -0
  96. package/src/models/consultation-statistics-model.ts +51 -0
  97. package/src/models/create-hospital-contact-command.ts +0 -6
  98. package/src/models/dash-board-model.ts +25 -52
  99. package/src/models/delete-deal-package-appointment-timetable-overrides-command.ts +51 -0
  100. package/src/models/delete-doctor-affiliation-appointment-timetable-overrides-command.ts +51 -0
  101. package/src/models/delete-hospital-appointment-timetable-overrides-command.ts +51 -0
  102. package/src/models/delete-hospital-specialty-appointment-timetable-overrides-command.ts +51 -0
  103. package/src/models/delete-service-appointment-timetable-overrides-command.ts +51 -0
  104. package/src/models/general-statistics-model.ts +48 -0
  105. package/src/models/hospital-contact-item-model.ts +0 -6
  106. package/src/models/hospital-contact-model.ts +0 -6
  107. package/src/models/index.ts +17 -0
  108. package/src/models/save-search-curations-command.ts +33 -0
  109. package/src/models/search-curation-item-input-model.ts +78 -0
  110. package/src/models/search-curation-item-model.ts +84 -0
  111. package/src/models/survey-form-duration-statistics-model.ts +36 -0
  112. package/src/models/survey-form-statistics-model.ts +45 -0
  113. package/src/models/update-hospital-contact-command.ts +2 -8
@@ -0,0 +1,33 @@
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 { SearchCurationItemInputModel } from './search-curation-item-input-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface SaveSearchCurationsCommand
24
+ */
25
+ export interface SaveSearchCurationsCommand {
26
+ /**
27
+ *
28
+ * @type {SearchCurationItemInputModel}
29
+ * @memberof SaveSearchCurationsCommand
30
+ */
31
+ 'item'?: SearchCurationItemInputModel;
32
+ }
33
+
@@ -0,0 +1,78 @@
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 SearchCurationItemInputModel
21
+ */
22
+ export interface SearchCurationItemInputModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof SearchCurationItemInputModel
27
+ */
28
+ 'id'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof SearchCurationItemInputModel
33
+ */
34
+ 'name'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof SearchCurationItemInputModel
39
+ */
40
+ 'searchTerm'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof SearchCurationItemInputModel
45
+ */
46
+ 'description'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof SearchCurationItemInputModel
51
+ */
52
+ 'imageUrl'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof SearchCurationItemInputModel
57
+ */
58
+ 'imageThumbnailUrl'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof SearchCurationItemInputModel
63
+ */
64
+ 'parentId'?: string | null;
65
+ /**
66
+ *
67
+ * @type {number}
68
+ * @memberof SearchCurationItemInputModel
69
+ */
70
+ 'order'?: number;
71
+ /**
72
+ *
73
+ * @type {Array<SearchCurationItemInputModel>}
74
+ * @memberof SearchCurationItemInputModel
75
+ */
76
+ 'subItems'?: Array<SearchCurationItemInputModel> | null;
77
+ }
78
+
@@ -0,0 +1,84 @@
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 SearchCurationItemModel
21
+ */
22
+ export interface SearchCurationItemModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof SearchCurationItemModel
27
+ */
28
+ 'id'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof SearchCurationItemModel
33
+ */
34
+ 'name'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof SearchCurationItemModel
39
+ */
40
+ 'searchTerm'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof SearchCurationItemModel
45
+ */
46
+ 'description'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof SearchCurationItemModel
51
+ */
52
+ 'imageUrl'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof SearchCurationItemModel
57
+ */
58
+ 'imageThumbnailUrl'?: string | null;
59
+ /**
60
+ *
61
+ * @type {number}
62
+ * @memberof SearchCurationItemModel
63
+ */
64
+ 'level'?: number;
65
+ /**
66
+ *
67
+ * @type {number}
68
+ * @memberof SearchCurationItemModel
69
+ */
70
+ 'order'?: number;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof SearchCurationItemModel
75
+ */
76
+ 'parentId'?: string | null;
77
+ /**
78
+ *
79
+ * @type {Array<SearchCurationItemModel>}
80
+ * @memberof SearchCurationItemModel
81
+ */
82
+ 'subItems'?: Array<SearchCurationItemModel> | null;
83
+ }
84
+
@@ -0,0 +1,36 @@
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 SurveyFormDurationStatisticsModel
21
+ */
22
+ export interface SurveyFormDurationStatisticsModel {
23
+ /**
24
+ *
25
+ * @type {Date}
26
+ * @memberof SurveyFormDurationStatisticsModel
27
+ */
28
+ 'key'?: Date;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof SurveyFormDurationStatisticsModel
33
+ */
34
+ 'value'?: number;
35
+ }
36
+
@@ -0,0 +1,45 @@
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 { SurveyFormDurationStatisticsModel } from './survey-form-duration-statistics-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface SurveyFormStatisticsModel
24
+ */
25
+ export interface SurveyFormStatisticsModel {
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof SurveyFormStatisticsModel
30
+ */
31
+ 'totalFormsCount'?: number;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof SurveyFormStatisticsModel
36
+ */
37
+ 'totalResultsCount'?: number;
38
+ /**
39
+ *
40
+ * @type {Array<SurveyFormDurationStatisticsModel>}
41
+ * @memberof SurveyFormStatisticsModel
42
+ */
43
+ 'monthlyList'?: Array<SurveyFormDurationStatisticsModel> | null;
44
+ }
45
+
@@ -43,13 +43,7 @@ export interface UpdateHospitalContactCommand {
43
43
  * @type {boolean}
44
44
  * @memberof UpdateHospitalContactCommand
45
45
  */
46
- 'showTargetTel'?: boolean;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof UpdateHospitalContactCommand
51
- */
52
- 'email'?: string | null;
46
+ 'showTargetTel'?: boolean | null;
53
47
  /**
54
48
  *
55
49
  * @type {string}
@@ -61,6 +55,6 @@ export interface UpdateHospitalContactCommand {
61
55
  * @type {number}
62
56
  * @memberof UpdateHospitalContactCommand
63
57
  */
64
- 'order'?: number;
58
+ 'order'?: number | null;
65
59
  }
66
60