ch-api-client-typescript2 4.9.3 → 4.9.5

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 (118) hide show
  1. package/lib/api/appointments-api.d.ts +296 -0
  2. package/lib/api/appointments-api.d.ts.map +1 -0
  3. package/lib/api/appointments-api.js +703 -0
  4. package/lib/api/deals-api.d.ts +103 -0
  5. package/lib/api/deals-api.d.ts.map +1 -1
  6. package/lib/api/deals-api.js +233 -0
  7. package/lib/api/doctor-affiliations-api.d.ts +50 -0
  8. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  9. package/lib/api/doctor-affiliations-api.js +113 -0
  10. package/lib/api/hospitals-api.d.ts +160 -0
  11. package/lib/api/hospitals-api.d.ts.map +1 -1
  12. package/lib/api/hospitals-api.js +360 -0
  13. package/lib/api.d.ts +1 -0
  14. package/lib/api.d.ts.map +1 -1
  15. package/lib/api.js +1 -0
  16. package/lib/models/appointment-change-log-model.d.ts +44 -0
  17. package/lib/models/appointment-change-log-model.d.ts.map +1 -0
  18. package/lib/models/appointment-change-log-model.js +15 -0
  19. package/lib/models/appointment-item-model.d.ts +305 -0
  20. package/lib/models/appointment-item-model.d.ts.map +1 -0
  21. package/lib/models/appointment-item-model.js +15 -0
  22. package/lib/models/appointment-model.d.ts +325 -0
  23. package/lib/models/appointment-model.d.ts.map +1 -0
  24. package/lib/models/appointment-model.js +15 -0
  25. package/lib/models/appointment-option-model.d.ts +49 -0
  26. package/lib/models/appointment-option-model.d.ts.map +1 -0
  27. package/lib/models/appointment-option-model.js +15 -0
  28. package/lib/models/appointment-status.d.ts +27 -0
  29. package/lib/models/appointment-status.d.ts.map +1 -0
  30. package/lib/models/appointment-status.js +30 -0
  31. package/lib/models/appointment-timetable-date-model.d.ts +58 -0
  32. package/lib/models/appointment-timetable-date-model.d.ts.map +1 -0
  33. package/lib/models/appointment-timetable-date-model.js +15 -0
  34. package/lib/models/appointment-timetable-status.d.ts +22 -0
  35. package/lib/models/appointment-timetable-status.d.ts.map +1 -0
  36. package/lib/models/appointment-timetable-status.js +25 -0
  37. package/lib/models/appointment-timetable-time-slot-model.d.ts +56 -0
  38. package/lib/models/appointment-timetable-time-slot-model.d.ts.map +1 -0
  39. package/lib/models/appointment-timetable-time-slot-model.js +15 -0
  40. package/lib/models/appointment-timetables-model.d.ts +44 -0
  41. package/lib/models/appointment-timetables-model.d.ts.map +1 -0
  42. package/lib/models/appointment-timetables-model.js +15 -0
  43. package/lib/models/appointment-type.d.ts +26 -0
  44. package/lib/models/appointment-type.d.ts.map +1 -0
  45. package/lib/models/appointment-type.js +29 -0
  46. package/lib/models/appointments-model.d.ts +33 -0
  47. package/lib/models/appointments-model.d.ts.map +1 -0
  48. package/lib/models/appointments-model.js +15 -0
  49. package/lib/models/create-appointment-command.d.ts +153 -0
  50. package/lib/models/create-appointment-command.d.ts.map +1 -0
  51. package/lib/models/create-appointment-command.js +15 -0
  52. package/lib/models/deal-item-model.d.ts +7 -0
  53. package/lib/models/deal-item-model.d.ts.map +1 -1
  54. package/lib/models/deal-model.d.ts +7 -0
  55. package/lib/models/deal-model.d.ts.map +1 -1
  56. package/lib/models/deal-package-item-model.d.ts +7 -0
  57. package/lib/models/deal-package-item-model.d.ts.map +1 -1
  58. package/lib/models/deal-package-model.d.ts +7 -0
  59. package/lib/models/deal-package-model.d.ts.map +1 -1
  60. package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
  61. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  62. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  63. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  64. package/lib/models/hospital-item-model.d.ts +7 -0
  65. package/lib/models/hospital-item-model.d.ts.map +1 -1
  66. package/lib/models/hospital-model.d.ts +7 -0
  67. package/lib/models/hospital-model.d.ts.map +1 -1
  68. package/lib/models/hospital-service-item-model.d.ts +7 -0
  69. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  70. package/lib/models/hospital-service-model.d.ts +7 -0
  71. package/lib/models/hospital-service-model.d.ts.map +1 -1
  72. package/lib/models/hospital-specialty-item-model.d.ts +7 -0
  73. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  74. package/lib/models/hospital-specialty-model.d.ts +7 -0
  75. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  76. package/lib/models/index.d.ts +13 -0
  77. package/lib/models/index.d.ts.map +1 -1
  78. package/lib/models/index.js +13 -0
  79. package/lib/models/notification-code.d.ts +9 -0
  80. package/lib/models/notification-code.d.ts.map +1 -1
  81. package/lib/models/notification-code.js +10 -1
  82. package/lib/models/update-appointment-command.d.ts +98 -0
  83. package/lib/models/update-appointment-command.d.ts.map +1 -0
  84. package/lib/models/update-appointment-command.js +15 -0
  85. package/package.json +1 -1
  86. package/src/.openapi-generator/FILES +14 -0
  87. package/src/api/appointments-api.ts +594 -0
  88. package/src/api/deals-api.ts +215 -0
  89. package/src/api/doctor-affiliations-api.ts +105 -0
  90. package/src/api/hospitals-api.ts +332 -0
  91. package/src/api.ts +1 -0
  92. package/src/models/appointment-change-log-model.ts +51 -0
  93. package/src/models/appointment-item-model.ts +318 -0
  94. package/src/models/appointment-model.ts +342 -0
  95. package/src/models/appointment-option-model.ts +54 -0
  96. package/src/models/appointment-status.ts +36 -0
  97. package/src/models/appointment-timetable-date-model.ts +69 -0
  98. package/src/models/appointment-timetable-status.ts +31 -0
  99. package/src/models/appointment-timetable-time-slot-model.ts +63 -0
  100. package/src/models/appointment-timetables-model.ts +51 -0
  101. package/src/models/appointment-type.ts +35 -0
  102. package/src/models/appointments-model.ts +42 -0
  103. package/src/models/create-appointment-command.ts +162 -0
  104. package/src/models/deal-item-model.ts +9 -0
  105. package/src/models/deal-model.ts +9 -0
  106. package/src/models/deal-package-item-model.ts +9 -0
  107. package/src/models/deal-package-model.ts +9 -0
  108. package/src/models/doctor-affiliation-item-model.ts +9 -0
  109. package/src/models/doctor-affiliation-model.ts +9 -0
  110. package/src/models/hospital-item-model.ts +9 -0
  111. package/src/models/hospital-model.ts +9 -0
  112. package/src/models/hospital-service-item-model.ts +9 -0
  113. package/src/models/hospital-service-model.ts +9 -0
  114. package/src/models/hospital-specialty-item-model.ts +9 -0
  115. package/src/models/hospital-specialty-model.ts +9 -0
  116. package/src/models/index.ts +13 -0
  117. package/src/models/notification-code.ts +10 -1
  118. package/src/models/update-appointment-command.ts +105 -0
@@ -0,0 +1,98 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ * Contact: hyounoosung@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
+ import { Gender } from './gender';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface UpdateAppointmentCommand
17
+ */
18
+ export interface UpdateAppointmentCommand {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof UpdateAppointmentCommand
23
+ */
24
+ 'languageCode'?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof UpdateAppointmentCommand
29
+ */
30
+ 'firstName'?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof UpdateAppointmentCommand
35
+ */
36
+ 'lastName'?: string | null;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof UpdateAppointmentCommand
41
+ */
42
+ 'email'?: string | null;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof UpdateAppointmentCommand
47
+ */
48
+ 'phoneCountryCode'?: string | null;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof UpdateAppointmentCommand
53
+ */
54
+ 'phone'?: string | null;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof UpdateAppointmentCommand
59
+ */
60
+ 'dateOfBirth'?: Date | null;
61
+ /**
62
+ *
63
+ * @type {Gender}
64
+ * @memberof UpdateAppointmentCommand
65
+ */
66
+ 'gender'?: Gender;
67
+ /**
68
+ *
69
+ * @type {string}
70
+ * @memberof UpdateAppointmentCommand
71
+ */
72
+ 'timeZone'?: string | null;
73
+ /**
74
+ *
75
+ * @type {string}
76
+ * @memberof UpdateAppointmentCommand
77
+ */
78
+ 'comment'?: string | null;
79
+ /**
80
+ *
81
+ * @type {number}
82
+ * @memberof UpdateAppointmentCommand
83
+ */
84
+ 'quantity'?: number;
85
+ /**
86
+ *
87
+ * @type {Date}
88
+ * @memberof UpdateAppointmentCommand
89
+ */
90
+ 'approximateDateStart'?: Date;
91
+ /**
92
+ *
93
+ * @type {Date}
94
+ * @memberof UpdateAppointmentCommand
95
+ */
96
+ 'approximateDateEnd'?: Date;
97
+ }
98
+ //# sourceMappingURL=update-appointment-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-appointment-command.d.ts","sourceRoot":"","sources":["../../src/models/update-appointment-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,IAAI,CAAC;CAC/B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: hyounoosung@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-api-client-typescript2",
3
- "version": "4.9.3",
3
+ "version": "4.9.5",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -5,6 +5,7 @@ api.ts
5
5
  api/about-us-api.ts
6
6
  api/accreditations-api.ts
7
7
  api/app-version-api.ts
8
+ api/appointments-api.ts
8
9
  api/articles-api.ts
9
10
  api/bookings-api.ts
10
11
  api/chat-users-api.ts
@@ -52,6 +53,17 @@ models/accreditation-model.ts
52
53
  models/accreditations-model.ts
53
54
  models/admin-message-model.ts
54
55
  models/app-version-model.ts
56
+ models/appointment-change-log-model.ts
57
+ models/appointment-item-model.ts
58
+ models/appointment-model.ts
59
+ models/appointment-option-model.ts
60
+ models/appointment-status.ts
61
+ models/appointment-timetable-date-model.ts
62
+ models/appointment-timetable-status.ts
63
+ models/appointment-timetable-time-slot-model.ts
64
+ models/appointment-timetables-model.ts
65
+ models/appointment-type.ts
66
+ models/appointments-model.ts
55
67
  models/article-contributor-item-model.ts
56
68
  models/article-contributor-model.ts
57
69
  models/article-contributors-model.ts
@@ -93,6 +105,7 @@ models/contributors-model.ts
93
105
  models/countries-model.ts
94
106
  models/country-item-model.ts
95
107
  models/country-model.ts
108
+ models/create-appointment-command.ts
96
109
  models/create-booking-command.ts
97
110
  models/create-chat-user-command.ts
98
111
  models/create-consultation-command.ts
@@ -254,6 +267,7 @@ models/tag-model.ts
254
267
  models/tags-model.ts
255
268
  models/translation-simple-model.ts
256
269
  models/translation-simple-with-description-model.ts
270
+ models/update-appointment-command.ts
257
271
  models/update-booking-command.ts
258
272
  models/update-chat-user-command.ts
259
273
  models/update-consultation-command.ts