ch-admin-api-client-typescript 5.19.4 → 5.19.10

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 (50) hide show
  1. package/lib/api/hospital-branches-api.d.ts +185 -0
  2. package/lib/api/hospital-branches-api.d.ts.map +1 -1
  3. package/lib/api/hospital-branches-api.js +283 -0
  4. package/lib/models/add-hospital-into-branch-command.d.ts +31 -0
  5. package/lib/models/add-hospital-into-branch-command.d.ts.map +1 -0
  6. package/lib/models/add-hospital-into-branch-command.js +15 -0
  7. package/lib/models/appointment-model.d.ts +7 -0
  8. package/lib/models/appointment-model.d.ts.map +1 -1
  9. package/lib/models/charge-status.d.ts +23 -0
  10. package/lib/models/charge-status.d.ts.map +1 -0
  11. package/lib/models/charge-status.js +26 -0
  12. package/lib/models/create-hospital-branch-command.d.ts +0 -6
  13. package/lib/models/create-hospital-branch-command.d.ts.map +1 -1
  14. package/lib/models/hospital-branch-item-mapping-model.d.ts +38 -0
  15. package/lib/models/hospital-branch-item-mapping-model.d.ts.map +1 -0
  16. package/lib/models/hospital-branch-item-mapping-model.js +15 -0
  17. package/lib/models/hospital-branch-item-model.d.ts +0 -12
  18. package/lib/models/hospital-branch-item-model.d.ts.map +1 -1
  19. package/lib/models/hospital-branch-model.d.ts +6 -11
  20. package/lib/models/hospital-branch-model.d.ts.map +1 -1
  21. package/lib/models/index.d.ts +7 -0
  22. package/lib/models/index.d.ts.map +1 -1
  23. package/lib/models/index.js +7 -0
  24. package/lib/models/payment-model.d.ts +72 -0
  25. package/lib/models/payment-model.d.ts.map +1 -0
  26. package/lib/models/payment-model.js +15 -0
  27. package/lib/models/payment-status.d.ts +24 -0
  28. package/lib/models/payment-status.d.ts.map +1 -0
  29. package/lib/models/payment-status.js +27 -0
  30. package/lib/models/refund-status.d.ts +23 -0
  31. package/lib/models/refund-status.d.ts.map +1 -0
  32. package/lib/models/refund-status.js +26 -0
  33. package/lib/models/update-hospital-branch-item-command.d.ts +31 -0
  34. package/lib/models/update-hospital-branch-item-command.d.ts.map +1 -0
  35. package/lib/models/update-hospital-branch-item-command.js +15 -0
  36. package/package.json +1 -1
  37. package/src/.openapi-generator/FILES +7 -0
  38. package/src/api/hospital-branches-api.ts +324 -0
  39. package/src/models/add-hospital-into-branch-command.ts +36 -0
  40. package/src/models/appointment-model.ts +9 -0
  41. package/src/models/charge-status.ts +32 -0
  42. package/src/models/create-hospital-branch-command.ts +0 -6
  43. package/src/models/hospital-branch-item-mapping-model.ts +45 -0
  44. package/src/models/hospital-branch-item-model.ts +0 -12
  45. package/src/models/hospital-branch-model.ts +8 -11
  46. package/src/models/index.ts +7 -0
  47. package/src/models/payment-model.ts +87 -0
  48. package/src/models/payment-status.ts +33 -0
  49. package/src/models/refund-status.ts +32 -0
  50. package/src/models/update-hospital-branch-item-command.ts +36 -0
@@ -5,6 +5,7 @@ export * from './account-settings-result';
5
5
  export * from './accreditation-item-model';
6
6
  export * from './accreditation-model';
7
7
  export * from './accreditations-model';
8
+ export * from './add-hospital-into-branch-command';
8
9
  export * from './admin-message-model';
9
10
  export * from './app-version-item-model';
10
11
  export * from './app-version-model';
@@ -72,6 +73,7 @@ export * from './call-statistics-model';
72
73
  export * from './call-status';
73
74
  export * from './cancel-number-command';
74
75
  export * from './change-email-command';
76
+ export * from './charge-status';
75
77
  export * from './chat-user-model';
76
78
  export * from './chat-users-model';
77
79
  export * from './check-notifications-command';
@@ -225,6 +227,7 @@ export * from './header-navigation-item-model';
225
227
  export * from './hospital-accreditation-item-model';
226
228
  export * from './hospital-accreditation-model';
227
229
  export * from './hospital-accreditations-model';
230
+ export * from './hospital-branch-item-mapping-model';
228
231
  export * from './hospital-branch-item-model';
229
232
  export * from './hospital-branch-model';
230
233
  export * from './hospital-branches-model';
@@ -312,6 +315,8 @@ export * from './patient-item-model';
312
315
  export * from './patient-model';
313
316
  export * from './patients-model';
314
317
  export * from './payment-method';
318
+ export * from './payment-model';
319
+ export * from './payment-status';
315
320
  export * from './period-units';
316
321
  export * from './plan-hospital-item-model';
317
322
  export * from './plan-hospital-model';
@@ -328,6 +333,7 @@ export * from './problem-details';
328
333
  export * from './procedure';
329
334
  export * from './recurring-interval';
330
335
  export * from './refund-policy';
336
+ export * from './refund-status';
331
337
  export * from './reject-appointment-command';
332
338
  export * from './reject-reason';
333
339
  export * from './retrieve-sub-accounts-embedded';
@@ -465,6 +471,7 @@ export * from './update-faq-command';
465
471
  export * from './update-grade-command';
466
472
  export * from './update-hospital-bank-account-info-command';
467
473
  export * from './update-hospital-branch-command';
474
+ export * from './update-hospital-branch-item-command';
468
475
  export * from './update-hospital-command';
469
476
  export * from './update-hospital-contact-command';
470
477
  export * from './update-hospital-equipment-command';
@@ -0,0 +1,87 @@
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 { ChargeStatus } from './charge-status';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { MediaModel } from './media-model';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { PaymentMethod } from './payment-method';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import { PaymentStatus } from './payment-status';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import { RefundStatus } from './refund-status';
31
+
32
+ /**
33
+ *
34
+ * @export
35
+ * @interface PaymentModel
36
+ */
37
+ export interface PaymentModel {
38
+ /**
39
+ *
40
+ * @type {PaymentMethod}
41
+ * @memberof PaymentModel
42
+ */
43
+ 'paymentMethod'?: PaymentMethod;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof PaymentModel
48
+ */
49
+ 'currency'?: string | null;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof PaymentModel
54
+ */
55
+ 'fee'?: number;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof PaymentModel
60
+ */
61
+ 'applicationFee'?: number;
62
+ /**
63
+ *
64
+ * @type {ChargeStatus}
65
+ * @memberof PaymentModel
66
+ */
67
+ 'chargeStatus'?: ChargeStatus;
68
+ /**
69
+ *
70
+ * @type {RefundStatus}
71
+ * @memberof PaymentModel
72
+ */
73
+ 'refundStatus'?: RefundStatus;
74
+ /**
75
+ *
76
+ * @type {PaymentStatus}
77
+ * @memberof PaymentModel
78
+ */
79
+ 'paymentStatus'?: PaymentStatus;
80
+ /**
81
+ *
82
+ * @type {Array<MediaModel>}
83
+ * @memberof PaymentModel
84
+ */
85
+ 'medias'?: Array<MediaModel> | null;
86
+ }
87
+
@@ -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
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const PaymentStatus = {
24
+ Unpaid: 'Unpaid',
25
+ Paid: 'Paid',
26
+ RefundRequested: 'RefundRequested',
27
+ Refunded: 'Refunded'
28
+ } as const;
29
+
30
+ export type PaymentStatus = typeof PaymentStatus[keyof typeof PaymentStatus];
31
+
32
+
33
+
@@ -0,0 +1,32 @@
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
+ * @enum {string}
21
+ */
22
+
23
+ export const RefundStatus = {
24
+ Pending: 'Pending',
25
+ Succeeded: 'Succeeded',
26
+ Failed: 'Failed'
27
+ } as const;
28
+
29
+ export type RefundStatus = typeof RefundStatus[keyof typeof RefundStatus];
30
+
31
+
32
+
@@ -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 UpdateHospitalBranchItemCommand
21
+ */
22
+ export interface UpdateHospitalBranchItemCommand {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof UpdateHospitalBranchItemCommand
27
+ */
28
+ 'languageCode'?: string | null;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof UpdateHospitalBranchItemCommand
33
+ */
34
+ 'order'?: number;
35
+ }
36
+