ch-api-client-typescript2 5.5.14 → 5.6.1

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 (87) hide show
  1. package/lib/api/hospitals-api.d.ts +148 -0
  2. package/lib/api/hospitals-api.d.ts.map +1 -1
  3. package/lib/api/hospitals-api.js +188 -0
  4. package/lib/models/appointment-option-model.d.ts +7 -1
  5. package/lib/models/appointment-option-model.d.ts.map +1 -1
  6. package/lib/models/bank-account-info-item-model.d.ts +73 -0
  7. package/lib/models/bank-account-info-item-model.d.ts.map +1 -0
  8. package/lib/models/bank-account-info-item-model.js +15 -0
  9. package/lib/models/bank-account-info-model.d.ts +73 -0
  10. package/lib/models/bank-account-info-model.d.ts.map +1 -0
  11. package/lib/models/bank-account-info-model.js +15 -0
  12. package/lib/models/bank-account-infos-model.d.ts +33 -0
  13. package/lib/models/bank-account-infos-model.d.ts.map +1 -0
  14. package/lib/models/bank-account-infos-model.js +15 -0
  15. package/lib/models/deal-document-model.d.ts +19 -0
  16. package/lib/models/deal-document-model.d.ts.map +1 -1
  17. package/lib/models/deal-model.d.ts +14 -0
  18. package/lib/models/deal-model.d.ts.map +1 -1
  19. package/lib/models/deal-package-item-model.d.ts +6 -0
  20. package/lib/models/deal-package-item-model.d.ts.map +1 -1
  21. package/lib/models/deal-package-model.d.ts +27 -0
  22. package/lib/models/deal-package-model.d.ts.map +1 -1
  23. package/lib/models/doctor-affiliation-item-model.d.ts +6 -0
  24. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  25. package/lib/models/doctor-affiliation-model.d.ts +20 -0
  26. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  27. package/lib/models/doctor-document-model.d.ts +19 -0
  28. package/lib/models/doctor-document-model.d.ts.map +1 -1
  29. package/lib/models/hospital-bank-account-info-document-model.d.ts +73 -0
  30. package/lib/models/hospital-bank-account-info-document-model.d.ts.map +1 -0
  31. package/lib/models/hospital-bank-account-info-document-model.js +15 -0
  32. package/lib/models/hospital-document-model.d.ts +19 -0
  33. package/lib/models/hospital-document-model.d.ts.map +1 -1
  34. package/lib/models/hospital-item-model.d.ts +13 -0
  35. package/lib/models/hospital-item-model.d.ts.map +1 -1
  36. package/lib/models/hospital-model.d.ts +20 -0
  37. package/lib/models/hospital-model.d.ts.map +1 -1
  38. package/lib/models/hospital-service-item-model.d.ts +6 -0
  39. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  40. package/lib/models/hospital-service-model.d.ts +27 -0
  41. package/lib/models/hospital-service-model.d.ts.map +1 -1
  42. package/lib/models/hospital-specialty-document-model.d.ts +26 -0
  43. package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
  44. package/lib/models/hospital-specialty-item-model.d.ts +6 -0
  45. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  46. package/lib/models/hospital-specialty-model.d.ts +27 -0
  47. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  48. package/lib/models/hospital-sub-document-model.d.ts +6 -0
  49. package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
  50. package/lib/models/index.d.ts +5 -0
  51. package/lib/models/index.d.ts.map +1 -1
  52. package/lib/models/index.js +5 -0
  53. package/lib/models/payment-method.d.ts +23 -0
  54. package/lib/models/payment-method.d.ts.map +1 -0
  55. package/lib/models/payment-method.js +26 -0
  56. package/lib/models/search-curation-item-model.d.ts +6 -0
  57. package/lib/models/search-curation-item-model.d.ts.map +1 -1
  58. package/lib/models/service-document-model.d.ts +26 -0
  59. package/lib/models/service-document-model.d.ts.map +1 -1
  60. package/package.json +1 -1
  61. package/src/.openapi-generator/FILES +5 -0
  62. package/src/api/hospitals-api.ts +251 -0
  63. package/src/models/appointment-option-model.ts +7 -1
  64. package/src/models/bank-account-info-item-model.ts +78 -0
  65. package/src/models/bank-account-info-model.ts +78 -0
  66. package/src/models/bank-account-infos-model.ts +42 -0
  67. package/src/models/deal-document-model.ts +21 -0
  68. package/src/models/deal-model.ts +18 -0
  69. package/src/models/deal-package-item-model.ts +6 -0
  70. package/src/models/deal-package-model.ts +33 -0
  71. package/src/models/doctor-affiliation-item-model.ts +6 -0
  72. package/src/models/doctor-affiliation-model.ts +24 -0
  73. package/src/models/doctor-document-model.ts +21 -0
  74. package/src/models/hospital-bank-account-info-document-model.ts +78 -0
  75. package/src/models/hospital-document-model.ts +21 -0
  76. package/src/models/hospital-item-model.ts +15 -0
  77. package/src/models/hospital-model.ts +24 -0
  78. package/src/models/hospital-service-item-model.ts +6 -0
  79. package/src/models/hospital-service-model.ts +33 -0
  80. package/src/models/hospital-specialty-document-model.ts +30 -0
  81. package/src/models/hospital-specialty-item-model.ts +6 -0
  82. package/src/models/hospital-specialty-model.ts +33 -0
  83. package/src/models/hospital-sub-document-model.ts +6 -0
  84. package/src/models/index.ts +5 -0
  85. package/src/models/payment-method.ts +32 -0
  86. package/src/models/search-curation-item-model.ts +6 -0
  87. package/src/models/service-document-model.ts +30 -0
@@ -11,6 +11,8 @@
11
11
  */
12
12
  import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
13
13
  import { FeatureDocumentModel } from './feature-document-model';
14
+ import { HospitalBankAccountInfoDocumentModel } from './hospital-bank-account-info-document-model';
15
+ import { HospitalContactDocumentModel } from './hospital-contact-document-model';
14
16
  import { HospitalSpecialtySubDocumentModel } from './hospital-specialty-sub-document-model';
15
17
  import { HospitalSubDocumentModel } from './hospital-sub-document-model';
16
18
  import { TranslationDocumentModel } from './translation-document-model';
@@ -302,6 +304,30 @@ export interface ServiceDocumentModel {
302
304
  * @memberof ServiceDocumentModel
303
305
  */
304
306
  'PhotoThumbnail'?: string | null;
307
+ /**
308
+ *
309
+ * @type {string}
310
+ * @memberof ServiceDocumentModel
311
+ */
312
+ 'AppointmentCurrency'?: string | null;
313
+ /**
314
+ *
315
+ * @type {Array<HospitalContactDocumentModel>}
316
+ * @memberof ServiceDocumentModel
317
+ */
318
+ 'HospitalContacts'?: Array<HospitalContactDocumentModel> | null;
319
+ /**
320
+ *
321
+ * @type {Array<HospitalBankAccountInfoDocumentModel>}
322
+ * @memberof ServiceDocumentModel
323
+ */
324
+ 'HospitalBankAccountInfos'?: Array<HospitalBankAccountInfoDocumentModel> | null;
325
+ /**
326
+ *
327
+ * @type {Array<string>}
328
+ * @memberof ServiceDocumentModel
329
+ */
330
+ 'HospitalPaymentMethods'?: Array<string> | null;
305
331
  /**
306
332
  *
307
333
  * @type {FeatureDocumentModel}
@@ -1 +1 @@
1
- {"version":3,"file":"service-document-model.d.ts","sourceRoot":"","sources":["../../src/models/service-document-model.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"service-document-model.d.ts","sourceRoot":"","sources":["../../src/models/service-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAGrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AAGnG,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iCAAiC,CAAC;IACxD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;IACrD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;IAChE;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAChF;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.5.14",
3
+ "version": "5.6.1",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -85,6 +85,9 @@ models/articles-model.ts
85
85
  models/auditable-entity-model.ts
86
86
  models/auditable-entity.ts
87
87
  models/award-model.ts
88
+ models/bank-account-info-item-model.ts
89
+ models/bank-account-info-model.ts
90
+ models/bank-account-infos-model.ts
88
91
  models/booking-change-log-model.ts
89
92
  models/booking-item-model.ts
90
93
  models/booking-model.ts
@@ -208,6 +211,7 @@ models/header-navigation-item-model.ts
208
211
  models/hospital-accreditation-item-model.ts
209
212
  models/hospital-accreditation-model.ts
210
213
  models/hospital-accreditations-model.ts
214
+ models/hospital-bank-account-info-document-model.ts
211
215
  models/hospital-consultation-option-model.ts
212
216
  models/hospital-contact-document-model.ts
213
217
  models/hospital-contact-item-model.ts
@@ -270,6 +274,7 @@ models/notifications-model.ts
270
274
  models/package-sub-document-model.ts
271
275
  models/paged-list-meta-data.ts
272
276
  models/patient-model.ts
277
+ models/payment-method.ts
273
278
  models/plan-hospital-item-model.ts
274
279
  models/plan-hospital-model.ts
275
280
  models/plan-hospitals-model.ts
@@ -23,6 +23,10 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr
23
23
  // @ts-ignore
24
24
  import { AppointmentTimetablesModel } from '../models';
25
25
  // @ts-ignore
26
+ import { BankAccountInfoModel } from '../models';
27
+ // @ts-ignore
28
+ import { BankAccountInfosModel } from '../models';
29
+ // @ts-ignore
26
30
  import { CreateLandingFormCommand } from '../models';
27
31
  // @ts-ignore
28
32
  import { FooterNavigationItemModel } from '../models';
@@ -380,6 +384,105 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
380
384
 
381
385
 
382
386
 
387
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
388
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
389
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
390
+
391
+ return {
392
+ url: toPathString(localVarUrlObj),
393
+ options: localVarRequestOptions,
394
+ };
395
+ },
396
+ /**
397
+ *
398
+ * @summary Get bank account info
399
+ * @param {string} hospitalId
400
+ * @param {string} bankAccountInfoId
401
+ * @param {*} [options] Override http request option.
402
+ * @throws {RequiredError}
403
+ */
404
+ apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet: async (hospitalId: string, bankAccountInfoId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
405
+ // verify required parameter 'hospitalId' is not null or undefined
406
+ assertParamExists('apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet', 'hospitalId', hospitalId)
407
+ // verify required parameter 'bankAccountInfoId' is not null or undefined
408
+ assertParamExists('apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet', 'bankAccountInfoId', bankAccountInfoId)
409
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/bankaccountinfos/{bankAccountInfoId}`
410
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)))
411
+ .replace(`{${"bankAccountInfoId"}}`, encodeURIComponent(String(bankAccountInfoId)));
412
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
413
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
414
+ let baseOptions;
415
+ if (configuration) {
416
+ baseOptions = configuration.baseOptions;
417
+ }
418
+
419
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
420
+ const localVarHeaderParameter = {} as any;
421
+ const localVarQueryParameter = {} as any;
422
+
423
+
424
+
425
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
426
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
427
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
428
+
429
+ return {
430
+ url: toPathString(localVarUrlObj),
431
+ options: localVarRequestOptions,
432
+ };
433
+ },
434
+ /**
435
+ *
436
+ * @summary Get all bank account infos
437
+ * @param {string} hospitalId
438
+ * @param {string} [bank]
439
+ * @param {boolean} [isEnabled]
440
+ * @param {number} [page]
441
+ * @param {number} [limit]
442
+ * @param {Date} [lastRetrieved]
443
+ * @param {*} [options] Override http request option.
444
+ * @throws {RequiredError}
445
+ */
446
+ apiV2HospitalsHospitalIdBankaccountinfosGet: async (hospitalId: string, bank?: string, isEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
447
+ // verify required parameter 'hospitalId' is not null or undefined
448
+ assertParamExists('apiV2HospitalsHospitalIdBankaccountinfosGet', 'hospitalId', hospitalId)
449
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/bankaccountinfos`
450
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
451
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
452
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
453
+ let baseOptions;
454
+ if (configuration) {
455
+ baseOptions = configuration.baseOptions;
456
+ }
457
+
458
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
459
+ const localVarHeaderParameter = {} as any;
460
+ const localVarQueryParameter = {} as any;
461
+
462
+ if (bank !== undefined) {
463
+ localVarQueryParameter['Bank'] = bank;
464
+ }
465
+
466
+ if (isEnabled !== undefined) {
467
+ localVarQueryParameter['IsEnabled'] = isEnabled;
468
+ }
469
+
470
+ if (page !== undefined) {
471
+ localVarQueryParameter['page'] = page;
472
+ }
473
+
474
+ if (limit !== undefined) {
475
+ localVarQueryParameter['limit'] = limit;
476
+ }
477
+
478
+ if (lastRetrieved !== undefined) {
479
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
480
+ (lastRetrieved as any).toISOString() :
481
+ lastRetrieved;
482
+ }
483
+
484
+
485
+
383
486
  setSearchParams(localVarUrlObj, localVarQueryParameter);
384
487
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
385
488
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -2828,6 +2931,34 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
2828
2931
  const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdAppointmenttimetablesGet(hospitalId, year, month, timeZone, isExternal, appointmentIdExcluded, options);
2829
2932
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2830
2933
  },
2934
+ /**
2935
+ *
2936
+ * @summary Get bank account info
2937
+ * @param {string} hospitalId
2938
+ * @param {string} bankAccountInfoId
2939
+ * @param {*} [options] Override http request option.
2940
+ * @throws {RequiredError}
2941
+ */
2942
+ async apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet(hospitalId: string, bankAccountInfoId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BankAccountInfoModel>> {
2943
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet(hospitalId, bankAccountInfoId, options);
2944
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2945
+ },
2946
+ /**
2947
+ *
2948
+ * @summary Get all bank account infos
2949
+ * @param {string} hospitalId
2950
+ * @param {string} [bank]
2951
+ * @param {boolean} [isEnabled]
2952
+ * @param {number} [page]
2953
+ * @param {number} [limit]
2954
+ * @param {Date} [lastRetrieved]
2955
+ * @param {*} [options] Override http request option.
2956
+ * @throws {RequiredError}
2957
+ */
2958
+ async apiV2HospitalsHospitalIdBankaccountinfosGet(hospitalId: string, bank?: string, isEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BankAccountInfosModel>> {
2959
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdBankaccountinfosGet(hospitalId, bank, isEnabled, page, limit, lastRetrieved, options);
2960
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2961
+ },
2831
2962
  /**
2832
2963
  *
2833
2964
  * @summary Get hospital contacts
@@ -3540,6 +3671,32 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
3540
3671
  apiV2HospitalsHospitalIdAppointmenttimetablesGet(hospitalId: string, year?: number, month?: number, timeZone?: string, isExternal?: boolean, appointmentIdExcluded?: string, options?: any): AxiosPromise<AppointmentTimetablesModel> {
3541
3672
  return localVarFp.apiV2HospitalsHospitalIdAppointmenttimetablesGet(hospitalId, year, month, timeZone, isExternal, appointmentIdExcluded, options).then((request) => request(axios, basePath));
3542
3673
  },
3674
+ /**
3675
+ *
3676
+ * @summary Get bank account info
3677
+ * @param {string} hospitalId
3678
+ * @param {string} bankAccountInfoId
3679
+ * @param {*} [options] Override http request option.
3680
+ * @throws {RequiredError}
3681
+ */
3682
+ apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet(hospitalId: string, bankAccountInfoId: string, options?: any): AxiosPromise<BankAccountInfoModel> {
3683
+ return localVarFp.apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet(hospitalId, bankAccountInfoId, options).then((request) => request(axios, basePath));
3684
+ },
3685
+ /**
3686
+ *
3687
+ * @summary Get all bank account infos
3688
+ * @param {string} hospitalId
3689
+ * @param {string} [bank]
3690
+ * @param {boolean} [isEnabled]
3691
+ * @param {number} [page]
3692
+ * @param {number} [limit]
3693
+ * @param {Date} [lastRetrieved]
3694
+ * @param {*} [options] Override http request option.
3695
+ * @throws {RequiredError}
3696
+ */
3697
+ apiV2HospitalsHospitalIdBankaccountinfosGet(hospitalId: string, bank?: string, isEnabled?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<BankAccountInfosModel> {
3698
+ return localVarFp.apiV2HospitalsHospitalIdBankaccountinfosGet(hospitalId, bank, isEnabled, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
3699
+ },
3543
3700
  /**
3544
3701
  *
3545
3702
  * @summary Get hospital contacts
@@ -4395,6 +4552,76 @@ export interface HospitalsApiApiV2HospitalsHospitalIdAppointmenttimetablesGetReq
4395
4552
  readonly appointmentIdExcluded?: string
4396
4553
  }
4397
4554
 
4555
+ /**
4556
+ * Request parameters for apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet operation in HospitalsApi.
4557
+ * @export
4558
+ * @interface HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGetRequest
4559
+ */
4560
+ export interface HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGetRequest {
4561
+ /**
4562
+ *
4563
+ * @type {string}
4564
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet
4565
+ */
4566
+ readonly hospitalId: string
4567
+
4568
+ /**
4569
+ *
4570
+ * @type {string}
4571
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet
4572
+ */
4573
+ readonly bankAccountInfoId: string
4574
+ }
4575
+
4576
+ /**
4577
+ * Request parameters for apiV2HospitalsHospitalIdBankaccountinfosGet operation in HospitalsApi.
4578
+ * @export
4579
+ * @interface HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGetRequest
4580
+ */
4581
+ export interface HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGetRequest {
4582
+ /**
4583
+ *
4584
+ * @type {string}
4585
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGet
4586
+ */
4587
+ readonly hospitalId: string
4588
+
4589
+ /**
4590
+ *
4591
+ * @type {string}
4592
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGet
4593
+ */
4594
+ readonly bank?: string
4595
+
4596
+ /**
4597
+ *
4598
+ * @type {boolean}
4599
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGet
4600
+ */
4601
+ readonly isEnabled?: boolean
4602
+
4603
+ /**
4604
+ *
4605
+ * @type {number}
4606
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGet
4607
+ */
4608
+ readonly page?: number
4609
+
4610
+ /**
4611
+ *
4612
+ * @type {number}
4613
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGet
4614
+ */
4615
+ readonly limit?: number
4616
+
4617
+ /**
4618
+ *
4619
+ * @type {Date}
4620
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGet
4621
+ */
4622
+ readonly lastRetrieved?: Date
4623
+ }
4624
+
4398
4625
  /**
4399
4626
  * Request parameters for apiV2HospitalsHospitalIdContactsGet operation in HospitalsApi.
4400
4627
  * @export
@@ -6361,6 +6588,30 @@ export class HospitalsApi extends BaseAPI {
6361
6588
  return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdAppointmenttimetablesGet(requestParameters.hospitalId, requestParameters.year, requestParameters.month, requestParameters.timeZone, requestParameters.isExternal, requestParameters.appointmentIdExcluded, options).then((request) => request(this.axios, this.basePath));
6362
6589
  }
6363
6590
 
6591
+ /**
6592
+ *
6593
+ * @summary Get bank account info
6594
+ * @param {HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGetRequest} requestParameters Request parameters.
6595
+ * @param {*} [options] Override http request option.
6596
+ * @throws {RequiredError}
6597
+ * @memberof HospitalsApi
6598
+ */
6599
+ public apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGetRequest, options?: AxiosRequestConfig) {
6600
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGet(requestParameters.hospitalId, requestParameters.bankAccountInfoId, options).then((request) => request(this.axios, this.basePath));
6601
+ }
6602
+
6603
+ /**
6604
+ *
6605
+ * @summary Get all bank account infos
6606
+ * @param {HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGetRequest} requestParameters Request parameters.
6607
+ * @param {*} [options] Override http request option.
6608
+ * @throws {RequiredError}
6609
+ * @memberof HospitalsApi
6610
+ */
6611
+ public apiV2HospitalsHospitalIdBankaccountinfosGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdBankaccountinfosGetRequest, options?: AxiosRequestConfig) {
6612
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdBankaccountinfosGet(requestParameters.hospitalId, requestParameters.bank, requestParameters.isEnabled, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
6613
+ }
6614
+
6364
6615
  /**
6365
6616
  *
6366
6617
  * @summary Get hospital contacts
@@ -31,7 +31,13 @@ export interface AppointmentOptionModel {
31
31
  * @type {number}
32
32
  * @memberof AppointmentOptionModel
33
33
  */
34
- 'appointmentFee'?: number | null;
34
+ 'onlineFee'?: number | null;
35
+ /**
36
+ *
37
+ * @type {number}
38
+ * @memberof AppointmentOptionModel
39
+ */
40
+ 'offlineFee'?: number | null;
35
41
  /**
36
42
  *
37
43
  * @type {boolean}
@@ -0,0 +1,78 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 2
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 BankAccountInfoItemModel
21
+ */
22
+ export interface BankAccountInfoItemModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof BankAccountInfoItemModel
27
+ */
28
+ 'id'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof BankAccountInfoItemModel
33
+ */
34
+ 'hospitalId'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof BankAccountInfoItemModel
39
+ */
40
+ 'bank'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof BankAccountInfoItemModel
45
+ */
46
+ 'accountNumber'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof BankAccountInfoItemModel
51
+ */
52
+ 'depositor'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof BankAccountInfoItemModel
57
+ */
58
+ 'swiftCode'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof BankAccountInfoItemModel
63
+ */
64
+ 'additionalNote'?: string | null;
65
+ /**
66
+ *
67
+ * @type {boolean}
68
+ * @memberof BankAccountInfoItemModel
69
+ */
70
+ 'isEnabled'?: boolean;
71
+ /**
72
+ *
73
+ * @type {number}
74
+ * @memberof BankAccountInfoItemModel
75
+ */
76
+ 'order'?: number;
77
+ }
78
+
@@ -0,0 +1,78 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 2
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 BankAccountInfoModel
21
+ */
22
+ export interface BankAccountInfoModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof BankAccountInfoModel
27
+ */
28
+ 'id'?: string;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof BankAccountInfoModel
33
+ */
34
+ 'hospitalId'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof BankAccountInfoModel
39
+ */
40
+ 'bank'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof BankAccountInfoModel
45
+ */
46
+ 'accountNumber'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof BankAccountInfoModel
51
+ */
52
+ 'depositor'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof BankAccountInfoModel
57
+ */
58
+ 'swiftCode'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof BankAccountInfoModel
63
+ */
64
+ 'additionalNote'?: string | null;
65
+ /**
66
+ *
67
+ * @type {boolean}
68
+ * @memberof BankAccountInfoModel
69
+ */
70
+ 'isEnabled'?: boolean;
71
+ /**
72
+ *
73
+ * @type {number}
74
+ * @memberof BankAccountInfoModel
75
+ */
76
+ 'order'?: number;
77
+ }
78
+
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 2
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 { BankAccountInfoItemModel } from './bank-account-info-item-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { PagedListMetaData } from './paged-list-meta-data';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface BankAccountInfosModel
27
+ */
28
+ export interface BankAccountInfosModel {
29
+ /**
30
+ *
31
+ * @type {Array<BankAccountInfoItemModel>}
32
+ * @memberof BankAccountInfosModel
33
+ */
34
+ 'items'?: Array<BankAccountInfoItemModel> | null;
35
+ /**
36
+ *
37
+ * @type {PagedListMetaData}
38
+ * @memberof BankAccountInfosModel
39
+ */
40
+ 'metaData'?: PagedListMetaData;
41
+ }
42
+
@@ -18,6 +18,9 @@
18
18
  import { DealServiceSubDocumentModel } from './deal-service-sub-document-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
+ import { HospitalBankAccountInfoDocumentModel } from './hospital-bank-account-info-document-model';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
21
24
  import { HospitalContactDocumentModel } from './hospital-contact-document-model';
22
25
  // May contain unused imports in some cases
23
26
  // @ts-ignore
@@ -326,12 +329,30 @@ export interface DealDocumentModel {
326
329
  * @memberof DealDocumentModel
327
330
  */
328
331
  'HospitalLocation'?: LocationDocumentModel;
332
+ /**
333
+ *
334
+ * @type {string}
335
+ * @memberof DealDocumentModel
336
+ */
337
+ 'AppointmentCurrency'?: string | null;
329
338
  /**
330
339
  *
331
340
  * @type {Array<HospitalContactDocumentModel>}
332
341
  * @memberof DealDocumentModel
333
342
  */
334
343
  'HospitalContacts'?: Array<HospitalContactDocumentModel> | null;
344
+ /**
345
+ *
346
+ * @type {Array<HospitalBankAccountInfoDocumentModel>}
347
+ * @memberof DealDocumentModel
348
+ */
349
+ 'HospitalBankAccountInfos'?: Array<HospitalBankAccountInfoDocumentModel> | null;
350
+ /**
351
+ *
352
+ * @type {Array<string>}
353
+ * @memberof DealDocumentModel
354
+ */
355
+ 'HospitalPaymentMethods'?: Array<string> | null;
335
356
  /**
336
357
  *
337
358
  * @type {string}
@@ -21,6 +21,9 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AuditableEntityModel } from './auditable-entity-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
+ import { BankAccountInfoModel } from './bank-account-info-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
24
27
  import { DealPackageMappingModel } from './deal-package-mapping-model';
25
28
  // May contain unused imports in some cases
26
29
  // @ts-ignore
@@ -37,6 +40,9 @@ import { LocationModel } from './location-model';
37
40
  // May contain unused imports in some cases
38
41
  // @ts-ignore
39
42
  import { MarketingType } from './marketing-type';
43
+ // May contain unused imports in some cases
44
+ // @ts-ignore
45
+ import { PaymentMethod } from './payment-method';
40
46
 
41
47
  /**
42
48
  *
@@ -242,5 +248,17 @@ export interface DealModel {
242
248
  * @memberof DealModel
243
249
  */
244
250
  'hospitalContacts'?: Array<HospitalContactItemModel> | null;
251
+ /**
252
+ *
253
+ * @type {Array<BankAccountInfoModel>}
254
+ * @memberof DealModel
255
+ */
256
+ 'hospitalBankAccountInfos'?: Array<BankAccountInfoModel> | null;
257
+ /**
258
+ *
259
+ * @type {Array<PaymentMethod>}
260
+ * @memberof DealModel
261
+ */
262
+ 'hospitalPaymentMethods'?: Array<PaymentMethod> | null;
245
263
  }
246
264