ch-api-client-typescript2 5.14.27 → 5.16.2

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/doctor-affiliations-api.d.ts +3 -12
  2. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  3. package/lib/api/doctor-affiliations-api.js +6 -12
  4. package/lib/api/hospitals-api.d.ts +65 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +87 -0
  7. package/lib/api.d.ts +0 -3
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +0 -3
  10. package/lib/models/hospital-branch-item-model.d.ts +99 -0
  11. package/lib/models/hospital-branch-item-model.d.ts.map +1 -0
  12. package/lib/models/hospital-branches-model.d.ts +33 -0
  13. package/lib/models/hospital-branches-model.d.ts.map +1 -0
  14. package/lib/models/hospital-group-item-model.d.ts +55 -0
  15. package/lib/models/hospital-group-item-model.d.ts.map +1 -0
  16. package/lib/models/index.d.ts +3 -20
  17. package/lib/models/index.d.ts.map +1 -1
  18. package/lib/models/index.js +3 -20
  19. package/package.json +1 -1
  20. package/src/.openapi-generator/FILES +3 -23
  21. package/src/api/doctor-affiliations-api.ts +6 -20
  22. package/src/api/hospitals-api.ts +111 -0
  23. package/src/api.ts +0 -3
  24. package/src/models/hospital-branch-item-model.ts +108 -0
  25. package/src/models/{consultations-model.ts → hospital-branches-model.ts} +10 -10
  26. package/src/models/hospital-group-item-model.ts +60 -0
  27. package/src/models/index.ts +3 -20
  28. package/lib/api/bookings-api.d.ts +0 -439
  29. package/lib/api/bookings-api.d.ts.map +0 -1
  30. package/lib/api/bookings-api.js +0 -665
  31. package/lib/api/consultations-api.d.ts +0 -421
  32. package/lib/api/consultations-api.d.ts.map +0 -1
  33. package/lib/api/consultations-api.js +0 -653
  34. package/lib/api/hospitals-consultation-timetables-api.d.ts +0 -124
  35. package/lib/api/hospitals-consultation-timetables-api.d.ts.map +0 -1
  36. package/lib/api/hospitals-consultation-timetables-api.js +0 -240
  37. package/lib/models/booking-change-log-model.d.ts +0 -44
  38. package/lib/models/booking-change-log-model.d.ts.map +0 -1
  39. package/lib/models/booking-item-model.d.ts +0 -233
  40. package/lib/models/booking-item-model.d.ts.map +0 -1
  41. package/lib/models/booking-model.d.ts +0 -240
  42. package/lib/models/booking-model.d.ts.map +0 -1
  43. package/lib/models/booking-status.d.ts +0 -27
  44. package/lib/models/booking-status.d.ts.map +0 -1
  45. package/lib/models/booking-status.js +0 -30
  46. package/lib/models/bookings-model.d.ts +0 -33
  47. package/lib/models/bookings-model.d.ts.map +0 -1
  48. package/lib/models/bookings-model.js +0 -15
  49. package/lib/models/consultation-change-log-model.d.ts +0 -44
  50. package/lib/models/consultation-change-log-model.d.ts.map +0 -1
  51. package/lib/models/consultation-change-log-model.js +0 -15
  52. package/lib/models/consultation-item-model.d.ts +0 -275
  53. package/lib/models/consultation-item-model.d.ts.map +0 -1
  54. package/lib/models/consultation-item-model.js +0 -15
  55. package/lib/models/consultation-model.d.ts +0 -282
  56. package/lib/models/consultation-model.d.ts.map +0 -1
  57. package/lib/models/consultation-model.js +0 -15
  58. package/lib/models/consultation-status.d.ts +0 -27
  59. package/lib/models/consultation-status.d.ts.map +0 -1
  60. package/lib/models/consultation-status.js +0 -30
  61. package/lib/models/consultation-timetable-date-model.d.ts +0 -58
  62. package/lib/models/consultation-timetable-date-model.d.ts.map +0 -1
  63. package/lib/models/consultation-timetable-date-model.js +0 -15
  64. package/lib/models/consultation-timetable-model.d.ts +0 -44
  65. package/lib/models/consultation-timetable-model.d.ts.map +0 -1
  66. package/lib/models/consultation-timetable-model.js +0 -15
  67. package/lib/models/consultation-timetable-status.d.ts +0 -22
  68. package/lib/models/consultation-timetable-status.d.ts.map +0 -1
  69. package/lib/models/consultation-timetable-status.js +0 -25
  70. package/lib/models/consultation-timetable-time-slot-model.d.ts +0 -56
  71. package/lib/models/consultation-timetable-time-slot-model.d.ts.map +0 -1
  72. package/lib/models/consultation-timetable-time-slot-model.js +0 -15
  73. package/lib/models/consultation-type.d.ts +0 -23
  74. package/lib/models/consultation-type.d.ts.map +0 -1
  75. package/lib/models/consultation-type.js +0 -26
  76. package/lib/models/consultations-model.d.ts +0 -33
  77. package/lib/models/consultations-model.d.ts.map +0 -1
  78. package/lib/models/consultations-model.js +0 -15
  79. package/lib/models/create-booking-command.d.ts +0 -104
  80. package/lib/models/create-booking-command.d.ts.map +0 -1
  81. package/lib/models/create-booking-command.js +0 -15
  82. package/lib/models/create-consultation-command.d.ts +0 -135
  83. package/lib/models/create-consultation-command.d.ts.map +0 -1
  84. package/lib/models/create-consultation-command.js +0 -15
  85. package/lib/models/sorting-order.d.ts +0 -22
  86. package/lib/models/sorting-order.d.ts.map +0 -1
  87. package/lib/models/sorting-order.js +0 -25
  88. package/lib/models/update-booking-command.d.ts +0 -86
  89. package/lib/models/update-booking-command.d.ts.map +0 -1
  90. package/lib/models/update-booking-command.js +0 -15
  91. package/lib/models/update-consultation-command.d.ts +0 -110
  92. package/lib/models/update-consultation-command.d.ts.map +0 -1
  93. package/lib/models/update-consultation-command.js +0 -15
  94. package/src/api/bookings-api.ts +0 -748
  95. package/src/api/consultations-api.ts +0 -720
  96. package/src/api/hospitals-consultation-timetables-api.ts +0 -201
  97. package/src/models/booking-change-log-model.ts +0 -51
  98. package/src/models/booking-item-model.ts +0 -246
  99. package/src/models/booking-model.ts +0 -255
  100. package/src/models/booking-status.ts +0 -36
  101. package/src/models/bookings-model.ts +0 -42
  102. package/src/models/consultation-change-log-model.ts +0 -51
  103. package/src/models/consultation-item-model.ts +0 -288
  104. package/src/models/consultation-model.ts +0 -297
  105. package/src/models/consultation-status.ts +0 -36
  106. package/src/models/consultation-timetable-date-model.ts +0 -69
  107. package/src/models/consultation-timetable-model.ts +0 -51
  108. package/src/models/consultation-timetable-status.ts +0 -31
  109. package/src/models/consultation-timetable-time-slot-model.ts +0 -63
  110. package/src/models/consultation-type.ts +0 -32
  111. package/src/models/create-booking-command.ts +0 -111
  112. package/src/models/create-consultation-command.ts +0 -144
  113. package/src/models/sorting-order.ts +0 -31
  114. package/src/models/update-booking-command.ts +0 -93
  115. package/src/models/update-consultation-command.ts +0 -117
  116. /package/lib/models/{booking-change-log-model.js → hospital-branch-item-model.js} +0 -0
  117. /package/lib/models/{booking-item-model.js → hospital-branches-model.js} +0 -0
  118. /package/lib/models/{booking-model.js → hospital-group-item-model.js} +0 -0
@@ -1,23 +0,0 @@
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
- /**
13
- *
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const ConsultationType: {
18
- readonly Hospital: "Hospital";
19
- readonly Doctor: "Doctor";
20
- readonly Deal: "Deal";
21
- };
22
- export type ConsultationType = typeof ConsultationType[keyof typeof ConsultationType];
23
- //# sourceMappingURL=consultation-type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consultation-type.d.ts","sourceRoot":"","sources":["../../src/models/consultation-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;;CAInB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
@@ -1,26 +0,0 @@
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 });
16
- exports.ConsultationType = void 0;
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ConsultationType = {
23
- Hospital: 'Hospital',
24
- Doctor: 'Doctor',
25
- Deal: 'Deal'
26
- };
@@ -1,33 +0,0 @@
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 { ConsultationItemModel } from './consultation-item-model';
13
- import { PagedListMetaData } from './paged-list-meta-data';
14
- /**
15
- *
16
- * @export
17
- * @interface ConsultationsModel
18
- */
19
- export interface ConsultationsModel {
20
- /**
21
- *
22
- * @type {Array<ConsultationItemModel>}
23
- * @memberof ConsultationsModel
24
- */
25
- 'items'?: Array<ConsultationItemModel> | null;
26
- /**
27
- *
28
- * @type {PagedListMetaData}
29
- * @memberof ConsultationsModel
30
- */
31
- 'metaData'?: PagedListMetaData;
32
- }
33
- //# sourceMappingURL=consultations-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consultations-model.d.ts","sourceRoot":"","sources":["../../src/models/consultations-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -1,15 +0,0 @@
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 });
@@ -1,104 +0,0 @@
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 CreateBookingCommand
17
- */
18
- export interface CreateBookingCommand {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof CreateBookingCommand
23
- */
24
- 'hospitalId'?: string;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof CreateBookingCommand
29
- */
30
- 'dealPackageId'?: string;
31
- /**
32
- *
33
- * @type {number}
34
- * @memberof CreateBookingCommand
35
- */
36
- 'quantity'?: number;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof CreateBookingCommand
41
- */
42
- 'firstName'?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof CreateBookingCommand
47
- */
48
- 'lastName'?: string | null;
49
- /**
50
- *
51
- * @type {string}
52
- * @memberof CreateBookingCommand
53
- */
54
- 'email'?: string | null;
55
- /**
56
- *
57
- * @type {string}
58
- * @memberof CreateBookingCommand
59
- */
60
- 'phone'?: string | null;
61
- /**
62
- *
63
- * @type {Date}
64
- * @memberof CreateBookingCommand
65
- */
66
- 'dateOfBirth'?: Date | null;
67
- /**
68
- *
69
- * @type {Gender}
70
- * @memberof CreateBookingCommand
71
- */
72
- 'gender'?: Gender;
73
- /**
74
- *
75
- * @type {Date}
76
- * @memberof CreateBookingCommand
77
- */
78
- 'approximateDateStart'?: Date;
79
- /**
80
- *
81
- * @type {Date}
82
- * @memberof CreateBookingCommand
83
- */
84
- 'approximateDateEnd'?: Date;
85
- /**
86
- *
87
- * @type {string}
88
- * @memberof CreateBookingCommand
89
- */
90
- 'comment'?: string | null;
91
- /**
92
- *
93
- * @type {string}
94
- * @memberof CreateBookingCommand
95
- */
96
- 'timeZone'?: string | null;
97
- /**
98
- *
99
- * @type {boolean}
100
- * @memberof CreateBookingCommand
101
- */
102
- 'isExternal'?: boolean;
103
- }
104
- //# sourceMappingURL=create-booking-command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-booking-command.d.ts","sourceRoot":"","sources":["../../src/models/create-booking-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;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,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,sBAAsB,CAAC,EAAE,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B"}
@@ -1,15 +0,0 @@
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 });
@@ -1,135 +0,0 @@
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 { ConsultationType } from './consultation-type';
13
- import { Gender } from './gender';
14
- /**
15
- *
16
- * @export
17
- * @interface CreateConsultationCommand
18
- */
19
- export interface CreateConsultationCommand {
20
- /**
21
- *
22
- * @type {ConsultationType}
23
- * @memberof CreateConsultationCommand
24
- */
25
- 'consultationType'?: ConsultationType;
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof CreateConsultationCommand
30
- */
31
- 'hospitalId'?: string;
32
- /**
33
- *
34
- * @type {string}
35
- * @memberof CreateConsultationCommand
36
- */
37
- 'specialtyId'?: string | null;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof CreateConsultationCommand
42
- */
43
- 'doctorId'?: string | null;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof CreateConsultationCommand
48
- */
49
- 'dealId'?: string | null;
50
- /**
51
- *
52
- * @type {string}
53
- * @memberof CreateConsultationCommand
54
- */
55
- 'language'?: string | null;
56
- /**
57
- *
58
- * @type {boolean}
59
- * @memberof CreateConsultationCommand
60
- */
61
- 'isAccountHolder'?: boolean;
62
- /**
63
- *
64
- * @type {string}
65
- * @memberof CreateConsultationCommand
66
- */
67
- 'firstName'?: string | null;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof CreateConsultationCommand
72
- */
73
- 'lastName'?: string | null;
74
- /**
75
- *
76
- * @type {string}
77
- * @memberof CreateConsultationCommand
78
- */
79
- 'email'?: string | null;
80
- /**
81
- *
82
- * @type {string}
83
- * @memberof CreateConsultationCommand
84
- */
85
- 'phone'?: string | null;
86
- /**
87
- *
88
- * @type {Date}
89
- * @memberof CreateConsultationCommand
90
- */
91
- 'dateOfBirth'?: Date | null;
92
- /**
93
- *
94
- * @type {Gender}
95
- * @memberof CreateConsultationCommand
96
- */
97
- 'gender'?: Gender;
98
- /**
99
- *
100
- * @type {string}
101
- * @memberof CreateConsultationCommand
102
- */
103
- 'comment'?: string | null;
104
- /**
105
- *
106
- * @type {string}
107
- * @memberof CreateConsultationCommand
108
- */
109
- 'timeRange'?: string | null;
110
- /**
111
- *
112
- * @type {Date}
113
- * @memberof CreateConsultationCommand
114
- */
115
- 'approximateDateStart'?: Date;
116
- /**
117
- *
118
- * @type {Date}
119
- * @memberof CreateConsultationCommand
120
- */
121
- 'approximateDateEnd'?: Date;
122
- /**
123
- *
124
- * @type {string}
125
- * @memberof CreateConsultationCommand
126
- */
127
- 'timeZone'?: string | null;
128
- /**
129
- *
130
- * @type {boolean}
131
- * @memberof CreateConsultationCommand
132
- */
133
- 'isExternal'?: boolean;
134
- }
135
- //# sourceMappingURL=create-consultation-command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-consultation-command.d.ts","sourceRoot":"","sources":["../../src/models/create-consultation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;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,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,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B"}
@@ -1,15 +0,0 @@
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 });
@@ -1,22 +0,0 @@
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
- /**
13
- *
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const SortingOrder: {
18
- readonly Ascending: "Ascending";
19
- readonly Descending: "Descending";
20
- };
21
- export type SortingOrder = typeof SortingOrder[keyof typeof SortingOrder];
22
- //# sourceMappingURL=sorting-order.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sorting-order.d.ts","sourceRoot":"","sources":["../../src/models/sorting-order.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,YAAY;;;CAGf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC"}
@@ -1,25 +0,0 @@
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 });
16
- exports.SortingOrder = void 0;
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.SortingOrder = {
23
- Ascending: 'Ascending',
24
- Descending: 'Descending'
25
- };
@@ -1,86 +0,0 @@
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 UpdateBookingCommand
17
- */
18
- export interface UpdateBookingCommand {
19
- /**
20
- *
21
- * @type {number}
22
- * @memberof UpdateBookingCommand
23
- */
24
- 'quantity'?: number;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof UpdateBookingCommand
29
- */
30
- 'firstName'?: string | null;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof UpdateBookingCommand
35
- */
36
- 'lastName'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof UpdateBookingCommand
41
- */
42
- 'email'?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof UpdateBookingCommand
47
- */
48
- 'phone'?: string | null;
49
- /**
50
- *
51
- * @type {Date}
52
- * @memberof UpdateBookingCommand
53
- */
54
- 'dateOfBirth'?: Date | null;
55
- /**
56
- *
57
- * @type {Gender}
58
- * @memberof UpdateBookingCommand
59
- */
60
- 'gender'?: Gender;
61
- /**
62
- *
63
- * @type {Date}
64
- * @memberof UpdateBookingCommand
65
- */
66
- 'approximateDateStart'?: Date;
67
- /**
68
- *
69
- * @type {Date}
70
- * @memberof UpdateBookingCommand
71
- */
72
- 'approximateDateEnd'?: Date;
73
- /**
74
- *
75
- * @type {string}
76
- * @memberof UpdateBookingCommand
77
- */
78
- 'comment'?: string | null;
79
- /**
80
- *
81
- * @type {string}
82
- * @memberof UpdateBookingCommand
83
- */
84
- 'timeZone'?: string | null;
85
- }
86
- //# sourceMappingURL=update-booking-command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-booking-command.d.ts","sourceRoot":"","sources":["../../src/models/update-booking-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;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,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,sBAAsB,CAAC,EAAE,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
@@ -1,15 +0,0 @@
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 });
@@ -1,110 +0,0 @@
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 UpdateConsultationCommand
17
- */
18
- export interface UpdateConsultationCommand {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof UpdateConsultationCommand
23
- */
24
- 'specialtyId'?: string | null;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof UpdateConsultationCommand
29
- */
30
- 'doctorId'?: string | null;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof UpdateConsultationCommand
35
- */
36
- 'language'?: string | null;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof UpdateConsultationCommand
41
- */
42
- 'isAccountHolder'?: boolean;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof UpdateConsultationCommand
47
- */
48
- 'firstName'?: string | null;
49
- /**
50
- *
51
- * @type {string}
52
- * @memberof UpdateConsultationCommand
53
- */
54
- 'lastName'?: string | null;
55
- /**
56
- *
57
- * @type {string}
58
- * @memberof UpdateConsultationCommand
59
- */
60
- 'email'?: string | null;
61
- /**
62
- *
63
- * @type {string}
64
- * @memberof UpdateConsultationCommand
65
- */
66
- 'phone'?: string | null;
67
- /**
68
- *
69
- * @type {Date}
70
- * @memberof UpdateConsultationCommand
71
- */
72
- 'dateOfBirth'?: Date | null;
73
- /**
74
- *
75
- * @type {Gender}
76
- * @memberof UpdateConsultationCommand
77
- */
78
- 'gender'?: Gender;
79
- /**
80
- *
81
- * @type {string}
82
- * @memberof UpdateConsultationCommand
83
- */
84
- 'comment'?: string | null;
85
- /**
86
- *
87
- * @type {string}
88
- * @memberof UpdateConsultationCommand
89
- */
90
- 'timeRange'?: string | null;
91
- /**
92
- *
93
- * @type {Date}
94
- * @memberof UpdateConsultationCommand
95
- */
96
- 'approximateDateStart'?: Date;
97
- /**
98
- *
99
- * @type {Date}
100
- * @memberof UpdateConsultationCommand
101
- */
102
- 'approximateDateEnd'?: Date;
103
- /**
104
- *
105
- * @type {string}
106
- * @memberof UpdateConsultationCommand
107
- */
108
- 'timeZone'?: string | null;
109
- }
110
- //# sourceMappingURL=update-consultation-command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-consultation-command.d.ts","sourceRoot":"","sources":["../../src/models/update-consultation-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;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,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,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
@@ -1,15 +0,0 @@
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 });