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,421 +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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
- import { Configuration } from '../configuration';
14
- import { RequestArgs, BaseAPI } from '../base';
15
- import { ConsultationModel } from '../models';
16
- import { ConsultationStatus } from '../models';
17
- import { ConsultationType } from '../models';
18
- import { ConsultationsModel } from '../models';
19
- import { CreateConsultationCommand } from '../models';
20
- import { UpdateConsultationCommand } from '../models';
21
- /**
22
- * ConsultationsApi - axios parameter creator
23
- * @export
24
- */
25
- export declare const ConsultationsApiAxiosParamCreator: (configuration?: Configuration) => {
26
- /**
27
- *
28
- * @summary Get consultation.
29
- * @param {string} consultationId
30
- * @param {string} [languageCode]
31
- * @param {*} [options] Override http request option.
32
- * @throws {RequiredError}
33
- */
34
- apiV2ConsultationsConsultationIdGet: (consultationId: string, languageCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
- /**
36
- *
37
- * @summary Pay consultation.
38
- * @param {string} consultationId
39
- * @param {*} [options] Override http request option.
40
- * @throws {RequiredError}
41
- */
42
- apiV2ConsultationsConsultationIdPayPost: (consultationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
- /**
44
- *
45
- * @summary Update consultation.
46
- * @param {string} consultationId
47
- * @param {UpdateConsultationCommand} [updateConsultationCommand]
48
- * @param {*} [options] Override http request option.
49
- * @throws {RequiredError}
50
- */
51
- apiV2ConsultationsConsultationIdPut: (consultationId: string, updateConsultationCommand?: UpdateConsultationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
- /**
53
- *
54
- * @summary Get all consultations.
55
- * @param {string} [hospitalId]
56
- * @param {string} [hospitalName]
57
- * @param {string} [doctorId]
58
- * @param {string} [doctorName]
59
- * @param {string} [dealId]
60
- * @param {string} [dealName]
61
- * @param {boolean} [isOpen]
62
- * @param {boolean} [isCompleted]
63
- * @param {ConsultationStatus} [status]
64
- * @param {ConsultationType} [consultationType]
65
- * @param {string} [languageCode]
66
- * @param {number} [page]
67
- * @param {number} [limit]
68
- * @param {Date} [lastRetrieved]
69
- * @param {*} [options] Override http request option.
70
- * @throws {RequiredError}
71
- */
72
- apiV2ConsultationsGet: (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, dealId?: string, dealName?: string, isOpen?: boolean, isCompleted?: boolean, status?: ConsultationStatus, consultationType?: ConsultationType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
73
- /**
74
- *
75
- * @summary Create consultation.
76
- * @param {string} requestId
77
- * @param {CreateConsultationCommand} [createConsultationCommand]
78
- * @param {*} [options] Override http request option.
79
- * @throws {RequiredError}
80
- */
81
- apiV2ConsultationsRequestIdPost: (requestId: string, createConsultationCommand?: CreateConsultationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
82
- };
83
- /**
84
- * ConsultationsApi - functional programming interface
85
- * @export
86
- */
87
- export declare const ConsultationsApiFp: (configuration?: Configuration) => {
88
- /**
89
- *
90
- * @summary Get consultation.
91
- * @param {string} consultationId
92
- * @param {string} [languageCode]
93
- * @param {*} [options] Override http request option.
94
- * @throws {RequiredError}
95
- */
96
- apiV2ConsultationsConsultationIdGet(consultationId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConsultationModel>>;
97
- /**
98
- *
99
- * @summary Pay consultation.
100
- * @param {string} consultationId
101
- * @param {*} [options] Override http request option.
102
- * @throws {RequiredError}
103
- */
104
- apiV2ConsultationsConsultationIdPayPost(consultationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
105
- /**
106
- *
107
- * @summary Update consultation.
108
- * @param {string} consultationId
109
- * @param {UpdateConsultationCommand} [updateConsultationCommand]
110
- * @param {*} [options] Override http request option.
111
- * @throws {RequiredError}
112
- */
113
- apiV2ConsultationsConsultationIdPut(consultationId: string, updateConsultationCommand?: UpdateConsultationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConsultationModel>>;
114
- /**
115
- *
116
- * @summary Get all consultations.
117
- * @param {string} [hospitalId]
118
- * @param {string} [hospitalName]
119
- * @param {string} [doctorId]
120
- * @param {string} [doctorName]
121
- * @param {string} [dealId]
122
- * @param {string} [dealName]
123
- * @param {boolean} [isOpen]
124
- * @param {boolean} [isCompleted]
125
- * @param {ConsultationStatus} [status]
126
- * @param {ConsultationType} [consultationType]
127
- * @param {string} [languageCode]
128
- * @param {number} [page]
129
- * @param {number} [limit]
130
- * @param {Date} [lastRetrieved]
131
- * @param {*} [options] Override http request option.
132
- * @throws {RequiredError}
133
- */
134
- apiV2ConsultationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, dealId?: string, dealName?: string, isOpen?: boolean, isCompleted?: boolean, status?: ConsultationStatus, consultationType?: ConsultationType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConsultationsModel>>;
135
- /**
136
- *
137
- * @summary Create consultation.
138
- * @param {string} requestId
139
- * @param {CreateConsultationCommand} [createConsultationCommand]
140
- * @param {*} [options] Override http request option.
141
- * @throws {RequiredError}
142
- */
143
- apiV2ConsultationsRequestIdPost(requestId: string, createConsultationCommand?: CreateConsultationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConsultationModel>>;
144
- };
145
- /**
146
- * ConsultationsApi - factory interface
147
- * @export
148
- */
149
- export declare const ConsultationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
150
- /**
151
- *
152
- * @summary Get consultation.
153
- * @param {string} consultationId
154
- * @param {string} [languageCode]
155
- * @param {*} [options] Override http request option.
156
- * @throws {RequiredError}
157
- */
158
- apiV2ConsultationsConsultationIdGet(consultationId: string, languageCode?: string, options?: any): AxiosPromise<ConsultationModel>;
159
- /**
160
- *
161
- * @summary Pay consultation.
162
- * @param {string} consultationId
163
- * @param {*} [options] Override http request option.
164
- * @throws {RequiredError}
165
- */
166
- apiV2ConsultationsConsultationIdPayPost(consultationId: string, options?: any): AxiosPromise<string>;
167
- /**
168
- *
169
- * @summary Update consultation.
170
- * @param {string} consultationId
171
- * @param {UpdateConsultationCommand} [updateConsultationCommand]
172
- * @param {*} [options] Override http request option.
173
- * @throws {RequiredError}
174
- */
175
- apiV2ConsultationsConsultationIdPut(consultationId: string, updateConsultationCommand?: UpdateConsultationCommand, options?: any): AxiosPromise<ConsultationModel>;
176
- /**
177
- *
178
- * @summary Get all consultations.
179
- * @param {string} [hospitalId]
180
- * @param {string} [hospitalName]
181
- * @param {string} [doctorId]
182
- * @param {string} [doctorName]
183
- * @param {string} [dealId]
184
- * @param {string} [dealName]
185
- * @param {boolean} [isOpen]
186
- * @param {boolean} [isCompleted]
187
- * @param {ConsultationStatus} [status]
188
- * @param {ConsultationType} [consultationType]
189
- * @param {string} [languageCode]
190
- * @param {number} [page]
191
- * @param {number} [limit]
192
- * @param {Date} [lastRetrieved]
193
- * @param {*} [options] Override http request option.
194
- * @throws {RequiredError}
195
- */
196
- apiV2ConsultationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, dealId?: string, dealName?: string, isOpen?: boolean, isCompleted?: boolean, status?: ConsultationStatus, consultationType?: ConsultationType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ConsultationsModel>;
197
- /**
198
- *
199
- * @summary Create consultation.
200
- * @param {string} requestId
201
- * @param {CreateConsultationCommand} [createConsultationCommand]
202
- * @param {*} [options] Override http request option.
203
- * @throws {RequiredError}
204
- */
205
- apiV2ConsultationsRequestIdPost(requestId: string, createConsultationCommand?: CreateConsultationCommand, options?: any): AxiosPromise<ConsultationModel>;
206
- };
207
- /**
208
- * Request parameters for apiV2ConsultationsConsultationIdGet operation in ConsultationsApi.
209
- * @export
210
- * @interface ConsultationsApiApiV2ConsultationsConsultationIdGetRequest
211
- */
212
- export interface ConsultationsApiApiV2ConsultationsConsultationIdGetRequest {
213
- /**
214
- *
215
- * @type {string}
216
- * @memberof ConsultationsApiApiV2ConsultationsConsultationIdGet
217
- */
218
- readonly consultationId: string;
219
- /**
220
- *
221
- * @type {string}
222
- * @memberof ConsultationsApiApiV2ConsultationsConsultationIdGet
223
- */
224
- readonly languageCode?: string;
225
- }
226
- /**
227
- * Request parameters for apiV2ConsultationsConsultationIdPayPost operation in ConsultationsApi.
228
- * @export
229
- * @interface ConsultationsApiApiV2ConsultationsConsultationIdPayPostRequest
230
- */
231
- export interface ConsultationsApiApiV2ConsultationsConsultationIdPayPostRequest {
232
- /**
233
- *
234
- * @type {string}
235
- * @memberof ConsultationsApiApiV2ConsultationsConsultationIdPayPost
236
- */
237
- readonly consultationId: string;
238
- }
239
- /**
240
- * Request parameters for apiV2ConsultationsConsultationIdPut operation in ConsultationsApi.
241
- * @export
242
- * @interface ConsultationsApiApiV2ConsultationsConsultationIdPutRequest
243
- */
244
- export interface ConsultationsApiApiV2ConsultationsConsultationIdPutRequest {
245
- /**
246
- *
247
- * @type {string}
248
- * @memberof ConsultationsApiApiV2ConsultationsConsultationIdPut
249
- */
250
- readonly consultationId: string;
251
- /**
252
- *
253
- * @type {UpdateConsultationCommand}
254
- * @memberof ConsultationsApiApiV2ConsultationsConsultationIdPut
255
- */
256
- readonly updateConsultationCommand?: UpdateConsultationCommand;
257
- }
258
- /**
259
- * Request parameters for apiV2ConsultationsGet operation in ConsultationsApi.
260
- * @export
261
- * @interface ConsultationsApiApiV2ConsultationsGetRequest
262
- */
263
- export interface ConsultationsApiApiV2ConsultationsGetRequest {
264
- /**
265
- *
266
- * @type {string}
267
- * @memberof ConsultationsApiApiV2ConsultationsGet
268
- */
269
- readonly hospitalId?: string;
270
- /**
271
- *
272
- * @type {string}
273
- * @memberof ConsultationsApiApiV2ConsultationsGet
274
- */
275
- readonly hospitalName?: string;
276
- /**
277
- *
278
- * @type {string}
279
- * @memberof ConsultationsApiApiV2ConsultationsGet
280
- */
281
- readonly doctorId?: string;
282
- /**
283
- *
284
- * @type {string}
285
- * @memberof ConsultationsApiApiV2ConsultationsGet
286
- */
287
- readonly doctorName?: string;
288
- /**
289
- *
290
- * @type {string}
291
- * @memberof ConsultationsApiApiV2ConsultationsGet
292
- */
293
- readonly dealId?: string;
294
- /**
295
- *
296
- * @type {string}
297
- * @memberof ConsultationsApiApiV2ConsultationsGet
298
- */
299
- readonly dealName?: string;
300
- /**
301
- *
302
- * @type {boolean}
303
- * @memberof ConsultationsApiApiV2ConsultationsGet
304
- */
305
- readonly isOpen?: boolean;
306
- /**
307
- *
308
- * @type {boolean}
309
- * @memberof ConsultationsApiApiV2ConsultationsGet
310
- */
311
- readonly isCompleted?: boolean;
312
- /**
313
- *
314
- * @type {ConsultationStatus}
315
- * @memberof ConsultationsApiApiV2ConsultationsGet
316
- */
317
- readonly status?: ConsultationStatus;
318
- /**
319
- *
320
- * @type {ConsultationType}
321
- * @memberof ConsultationsApiApiV2ConsultationsGet
322
- */
323
- readonly consultationType?: ConsultationType;
324
- /**
325
- *
326
- * @type {string}
327
- * @memberof ConsultationsApiApiV2ConsultationsGet
328
- */
329
- readonly languageCode?: string;
330
- /**
331
- *
332
- * @type {number}
333
- * @memberof ConsultationsApiApiV2ConsultationsGet
334
- */
335
- readonly page?: number;
336
- /**
337
- *
338
- * @type {number}
339
- * @memberof ConsultationsApiApiV2ConsultationsGet
340
- */
341
- readonly limit?: number;
342
- /**
343
- *
344
- * @type {Date}
345
- * @memberof ConsultationsApiApiV2ConsultationsGet
346
- */
347
- readonly lastRetrieved?: Date;
348
- }
349
- /**
350
- * Request parameters for apiV2ConsultationsRequestIdPost operation in ConsultationsApi.
351
- * @export
352
- * @interface ConsultationsApiApiV2ConsultationsRequestIdPostRequest
353
- */
354
- export interface ConsultationsApiApiV2ConsultationsRequestIdPostRequest {
355
- /**
356
- *
357
- * @type {string}
358
- * @memberof ConsultationsApiApiV2ConsultationsRequestIdPost
359
- */
360
- readonly requestId: string;
361
- /**
362
- *
363
- * @type {CreateConsultationCommand}
364
- * @memberof ConsultationsApiApiV2ConsultationsRequestIdPost
365
- */
366
- readonly createConsultationCommand?: CreateConsultationCommand;
367
- }
368
- /**
369
- * ConsultationsApi - object-oriented interface
370
- * @export
371
- * @class ConsultationsApi
372
- * @extends {BaseAPI}
373
- */
374
- export declare class ConsultationsApi extends BaseAPI {
375
- /**
376
- *
377
- * @summary Get consultation.
378
- * @param {ConsultationsApiApiV2ConsultationsConsultationIdGetRequest} requestParameters Request parameters.
379
- * @param {*} [options] Override http request option.
380
- * @throws {RequiredError}
381
- * @memberof ConsultationsApi
382
- */
383
- apiV2ConsultationsConsultationIdGet(requestParameters: ConsultationsApiApiV2ConsultationsConsultationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
384
- /**
385
- *
386
- * @summary Pay consultation.
387
- * @param {ConsultationsApiApiV2ConsultationsConsultationIdPayPostRequest} requestParameters Request parameters.
388
- * @param {*} [options] Override http request option.
389
- * @throws {RequiredError}
390
- * @memberof ConsultationsApi
391
- */
392
- apiV2ConsultationsConsultationIdPayPost(requestParameters: ConsultationsApiApiV2ConsultationsConsultationIdPayPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
393
- /**
394
- *
395
- * @summary Update consultation.
396
- * @param {ConsultationsApiApiV2ConsultationsConsultationIdPutRequest} requestParameters Request parameters.
397
- * @param {*} [options] Override http request option.
398
- * @throws {RequiredError}
399
- * @memberof ConsultationsApi
400
- */
401
- apiV2ConsultationsConsultationIdPut(requestParameters: ConsultationsApiApiV2ConsultationsConsultationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
402
- /**
403
- *
404
- * @summary Get all consultations.
405
- * @param {ConsultationsApiApiV2ConsultationsGetRequest} requestParameters Request parameters.
406
- * @param {*} [options] Override http request option.
407
- * @throws {RequiredError}
408
- * @memberof ConsultationsApi
409
- */
410
- apiV2ConsultationsGet(requestParameters?: ConsultationsApiApiV2ConsultationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationsModel, any>>;
411
- /**
412
- *
413
- * @summary Create consultation.
414
- * @param {ConsultationsApiApiV2ConsultationsRequestIdPostRequest} requestParameters Request parameters.
415
- * @param {*} [options] Override http request option.
416
- * @throws {RequiredError}
417
- * @memberof ConsultationsApi
418
- */
419
- apiV2ConsultationsRequestIdPost(requestParameters: ConsultationsApiApiV2ConsultationsRequestIdPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
420
- }
421
- //# sourceMappingURL=consultations-api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consultations-api.d.ts","sourceRoot":"","sources":["../../src/api/consultations-api.ts"],"names":[],"mappings":"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"}