ch-api-client-typescript2 5.14.3 → 5.14.7

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 (30) hide show
  1. package/lib/api/hospitals-api.d.ts +93 -0
  2. package/lib/api/hospitals-api.d.ts.map +1 -1
  3. package/lib/api/hospitals-api.js +107 -0
  4. package/lib/models/bank-transfer-payment-model.d.ts +43 -0
  5. package/lib/models/bank-transfer-payment-model.d.ts.map +1 -0
  6. package/lib/models/bank-transfer-payment-model.js +15 -0
  7. package/lib/models/hospital-payment-method-model.d.ts +70 -0
  8. package/lib/models/hospital-payment-method-model.d.ts.map +1 -0
  9. package/lib/models/hospital-payment-method-model.js +15 -0
  10. package/lib/models/hospital-payment-methods-model.d.ts +33 -0
  11. package/lib/models/hospital-payment-methods-model.d.ts.map +1 -0
  12. package/lib/models/hospital-payment-methods-model.js +15 -0
  13. package/lib/models/index.d.ts +4 -0
  14. package/lib/models/index.d.ts.map +1 -1
  15. package/lib/models/index.js +4 -0
  16. package/lib/models/payment-method.d.ts +1 -0
  17. package/lib/models/payment-method.d.ts.map +1 -1
  18. package/lib/models/payment-method.js +2 -1
  19. package/lib/models/upi-payment-model.d.ts +31 -0
  20. package/lib/models/upi-payment-model.d.ts.map +1 -0
  21. package/lib/models/upi-payment-model.js +15 -0
  22. package/package.json +1 -1
  23. package/src/.openapi-generator/FILES +4 -0
  24. package/src/api/hospitals-api.ts +157 -0
  25. package/src/models/bank-transfer-payment-model.ts +48 -0
  26. package/src/models/hospital-payment-method-model.ts +81 -0
  27. package/src/models/hospital-payment-methods-model.ts +42 -0
  28. package/src/models/index.ts +4 -0
  29. package/src/models/payment-method.ts +2 -1
  30. package/src/models/upi-payment-model.ts +36 -0
@@ -0,0 +1,33 @@
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 { HospitalPaymentMethodModel } from './hospital-payment-method-model';
13
+ import { PagedListMetaData } from './paged-list-meta-data';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface HospitalPaymentMethodsModel
18
+ */
19
+ export interface HospitalPaymentMethodsModel {
20
+ /**
21
+ *
22
+ * @type {Array<HospitalPaymentMethodModel>}
23
+ * @memberof HospitalPaymentMethodsModel
24
+ */
25
+ 'items'?: Array<HospitalPaymentMethodModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof HospitalPaymentMethodsModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=hospital-payment-methods-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hospital-payment-methods-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-payment-methods-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAG7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IACnD;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: hyounoosung@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -38,6 +38,7 @@ export * from './award-model';
38
38
  export * from './bank-account-info-item-model';
39
39
  export * from './bank-account-info-model';
40
40
  export * from './bank-account-infos-model';
41
+ export * from './bank-transfer-payment-model';
41
42
  export * from './booking-change-log-model';
42
43
  export * from './booking-item-model';
43
44
  export * from './booking-model';
@@ -181,6 +182,8 @@ export * from './hospital-item-model';
181
182
  export * from './hospital-language-item-model';
182
183
  export * from './hospital-languages-model';
183
184
  export * from './hospital-model';
185
+ export * from './hospital-payment-method-model';
186
+ export * from './hospital-payment-methods-model';
184
187
  export * from './hospital-service-item-model';
185
188
  export * from './hospital-service-model';
186
189
  export * from './hospital-services-model';
@@ -308,6 +311,7 @@ export * from './update-profile-command';
308
311
  export * from './update-secure-container-command';
309
312
  export * from './update-service-review-command';
310
313
  export * from './update-survey-result-command';
314
+ export * from './upi-payment-model';
311
315
  export * from './user-language-document-model';
312
316
  export * from './user-language-model';
313
317
  export * from './user-location-document-model';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yCAAyC,CAAC;AACxD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mDAAmD,CAAC;AAClE,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uCAAuC,CAAC;AACtD,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0CAA0C,CAAC;AACzD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC"}
@@ -54,6 +54,7 @@ __exportStar(require("./award-model"), exports);
54
54
  __exportStar(require("./bank-account-info-item-model"), exports);
55
55
  __exportStar(require("./bank-account-info-model"), exports);
56
56
  __exportStar(require("./bank-account-infos-model"), exports);
57
+ __exportStar(require("./bank-transfer-payment-model"), exports);
57
58
  __exportStar(require("./booking-change-log-model"), exports);
58
59
  __exportStar(require("./booking-item-model"), exports);
59
60
  __exportStar(require("./booking-model"), exports);
@@ -197,6 +198,8 @@ __exportStar(require("./hospital-item-model"), exports);
197
198
  __exportStar(require("./hospital-language-item-model"), exports);
198
199
  __exportStar(require("./hospital-languages-model"), exports);
199
200
  __exportStar(require("./hospital-model"), exports);
201
+ __exportStar(require("./hospital-payment-method-model"), exports);
202
+ __exportStar(require("./hospital-payment-methods-model"), exports);
200
203
  __exportStar(require("./hospital-service-item-model"), exports);
201
204
  __exportStar(require("./hospital-service-model"), exports);
202
205
  __exportStar(require("./hospital-services-model"), exports);
@@ -324,6 +327,7 @@ __exportStar(require("./update-profile-command"), exports);
324
327
  __exportStar(require("./update-secure-container-command"), exports);
325
328
  __exportStar(require("./update-service-review-command"), exports);
326
329
  __exportStar(require("./update-survey-result-command"), exports);
330
+ __exportStar(require("./upi-payment-model"), exports);
327
331
  __exportStar(require("./user-language-document-model"), exports);
328
332
  __exportStar(require("./user-language-model"), exports);
329
333
  __exportStar(require("./user-location-document-model"), exports);
@@ -18,6 +18,7 @@ export declare const PaymentMethod: {
18
18
  readonly Stripe: "Stripe";
19
19
  readonly Paypal: "Paypal";
20
20
  readonly BankTransfer: "BankTransfer";
21
+ readonly Upi: "Upi";
21
22
  };
22
23
  export type PaymentMethod = typeof PaymentMethod[keyof typeof PaymentMethod];
23
24
  //# sourceMappingURL=payment-method.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"payment-method.d.ts","sourceRoot":"","sources":["../../src/models/payment-method.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"payment-method.d.ts","sourceRoot":"","sources":["../../src/models/payment-method.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa;;;;;CAKhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
@@ -22,5 +22,6 @@ exports.PaymentMethod = void 0;
22
22
  exports.PaymentMethod = {
23
23
  Stripe: 'Stripe',
24
24
  Paypal: 'Paypal',
25
- BankTransfer: 'BankTransfer'
25
+ BankTransfer: 'BankTransfer',
26
+ Upi: 'Upi'
26
27
  };
@@ -0,0 +1,31 @@
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
+ * @interface UpiPaymentModel
16
+ */
17
+ export interface UpiPaymentModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpiPaymentModel
22
+ */
23
+ 'upiId'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof UpiPaymentModel
28
+ */
29
+ 'name'?: string | null;
30
+ }
31
+ //# sourceMappingURL=upi-payment-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upi-payment-model.d.ts","sourceRoot":"","sources":["../../src/models/upi-payment-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ * Contact: hyounoosung@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.14.3",
3
+ "version": "5.14.7",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -90,6 +90,7 @@ models/award-model.ts
90
90
  models/bank-account-info-item-model.ts
91
91
  models/bank-account-info-model.ts
92
92
  models/bank-account-infos-model.ts
93
+ models/bank-transfer-payment-model.ts
93
94
  models/booking-change-log-model.ts
94
95
  models/booking-item-model.ts
95
96
  models/booking-model.ts
@@ -233,6 +234,8 @@ models/hospital-item-model.ts
233
234
  models/hospital-language-item-model.ts
234
235
  models/hospital-languages-model.ts
235
236
  models/hospital-model.ts
237
+ models/hospital-payment-method-model.ts
238
+ models/hospital-payment-methods-model.ts
236
239
  models/hospital-service-item-model.ts
237
240
  models/hospital-service-model.ts
238
241
  models/hospital-services-model.ts
@@ -361,6 +364,7 @@ models/update-profile-command.ts
361
364
  models/update-secure-container-command.ts
362
365
  models/update-service-review-command.ts
363
366
  models/update-survey-result-command.ts
367
+ models/upi-payment-model.ts
364
368
  models/user-language-document-model.ts
365
369
  models/user-language-model.ts
366
370
  models/user-location-document-model.ts
@@ -49,6 +49,8 @@ import { HospitalLanguagesModel } from '../models';
49
49
  // @ts-ignore
50
50
  import { HospitalModel } from '../models';
51
51
  // @ts-ignore
52
+ import { HospitalPaymentMethodsModel } from '../models';
53
+ // @ts-ignore
52
54
  import { HospitalServiceModel } from '../models';
53
55
  // @ts-ignore
54
56
  import { HospitalServicesModel } from '../models';
@@ -81,6 +83,8 @@ import { MediaType } from '../models';
81
83
  // @ts-ignore
82
84
  import { MediasModel } from '../models';
83
85
  // @ts-ignore
86
+ import { PaymentMethod } from '../models';
87
+ // @ts-ignore
84
88
  import { PoliciesModel } from '../models';
85
89
  // @ts-ignore
86
90
  import { PolicyModel } from '../models';
@@ -1478,6 +1482,67 @@ export const HospitalsApiAxiosParamCreator = function (configuration?: Configura
1478
1482
 
1479
1483
 
1480
1484
 
1485
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1486
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1487
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
1488
+
1489
+ return {
1490
+ url: toPathString(localVarUrlObj),
1491
+ options: localVarRequestOptions,
1492
+ };
1493
+ },
1494
+ /**
1495
+ *
1496
+ * @summary Get HospitalPaymentMethods
1497
+ * @param {string} hospitalId
1498
+ * @param {PaymentMethod} [paymentMethod]
1499
+ * @param {string} [id]
1500
+ * @param {number} [page]
1501
+ * @param {number} [limit]
1502
+ * @param {Date} [lastRetrieved]
1503
+ * @param {*} [options] Override http request option.
1504
+ * @throws {RequiredError}
1505
+ */
1506
+ apiV2HospitalsHospitalIdPaymentmethodsGet: async (hospitalId: string, paymentMethod?: PaymentMethod, id?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
1507
+ // verify required parameter 'hospitalId' is not null or undefined
1508
+ assertParamExists('apiV2HospitalsHospitalIdPaymentmethodsGet', 'hospitalId', hospitalId)
1509
+ const localVarPath = `/api/v2/hospitals/{hospitalId}/paymentmethods`
1510
+ .replace(`{${"hospitalId"}}`, encodeURIComponent(String(hospitalId)));
1511
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1512
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1513
+ let baseOptions;
1514
+ if (configuration) {
1515
+ baseOptions = configuration.baseOptions;
1516
+ }
1517
+
1518
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
1519
+ const localVarHeaderParameter = {} as any;
1520
+ const localVarQueryParameter = {} as any;
1521
+
1522
+ if (paymentMethod !== undefined) {
1523
+ localVarQueryParameter['PaymentMethod'] = paymentMethod;
1524
+ }
1525
+
1526
+ if (id !== undefined) {
1527
+ localVarQueryParameter['Id'] = id;
1528
+ }
1529
+
1530
+ if (page !== undefined) {
1531
+ localVarQueryParameter['page'] = page;
1532
+ }
1533
+
1534
+ if (limit !== undefined) {
1535
+ localVarQueryParameter['limit'] = limit;
1536
+ }
1537
+
1538
+ if (lastRetrieved !== undefined) {
1539
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
1540
+ (lastRetrieved as any).toISOString() :
1541
+ lastRetrieved;
1542
+ }
1543
+
1544
+
1545
+
1481
1546
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1482
1547
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1483
1548
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -3293,6 +3358,22 @@ export const HospitalsApiFp = function(configuration?: Configuration) {
3293
3358
  const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId, mediaId, options);
3294
3359
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3295
3360
  },
3361
+ /**
3362
+ *
3363
+ * @summary Get HospitalPaymentMethods
3364
+ * @param {string} hospitalId
3365
+ * @param {PaymentMethod} [paymentMethod]
3366
+ * @param {string} [id]
3367
+ * @param {number} [page]
3368
+ * @param {number} [limit]
3369
+ * @param {Date} [lastRetrieved]
3370
+ * @param {*} [options] Override http request option.
3371
+ * @throws {RequiredError}
3372
+ */
3373
+ async apiV2HospitalsHospitalIdPaymentmethodsGet(hospitalId: string, paymentMethod?: PaymentMethod, id?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HospitalPaymentMethodsModel>> {
3374
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2HospitalsHospitalIdPaymentmethodsGet(hospitalId, paymentMethod, id, page, limit, lastRetrieved, options);
3375
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3376
+ },
3296
3377
  /**
3297
3378
  *
3298
3379
  * @summary Get all policies
@@ -4027,6 +4108,21 @@ export const HospitalsApiFactory = function (configuration?: Configuration, base
4027
4108
  apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId: string, mediaId: string, options?: any): AxiosPromise<MediaModel> {
4028
4109
  return localVarFp.apiV2HospitalsHospitalIdMediasMediaIdGet(hospitalId, mediaId, options).then((request) => request(axios, basePath));
4029
4110
  },
4111
+ /**
4112
+ *
4113
+ * @summary Get HospitalPaymentMethods
4114
+ * @param {string} hospitalId
4115
+ * @param {PaymentMethod} [paymentMethod]
4116
+ * @param {string} [id]
4117
+ * @param {number} [page]
4118
+ * @param {number} [limit]
4119
+ * @param {Date} [lastRetrieved]
4120
+ * @param {*} [options] Override http request option.
4121
+ * @throws {RequiredError}
4122
+ */
4123
+ apiV2HospitalsHospitalIdPaymentmethodsGet(hospitalId: string, paymentMethod?: PaymentMethod, id?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<HospitalPaymentMethodsModel> {
4124
+ return localVarFp.apiV2HospitalsHospitalIdPaymentmethodsGet(hospitalId, paymentMethod, id, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
4125
+ },
4030
4126
  /**
4031
4127
  *
4032
4128
  * @summary Get all policies
@@ -5451,6 +5547,55 @@ export interface HospitalsApiApiV2HospitalsHospitalIdMediasMediaIdGetRequest {
5451
5547
  readonly mediaId: string
5452
5548
  }
5453
5549
 
5550
+ /**
5551
+ * Request parameters for apiV2HospitalsHospitalIdPaymentmethodsGet operation in HospitalsApi.
5552
+ * @export
5553
+ * @interface HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGetRequest
5554
+ */
5555
+ export interface HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGetRequest {
5556
+ /**
5557
+ *
5558
+ * @type {string}
5559
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGet
5560
+ */
5561
+ readonly hospitalId: string
5562
+
5563
+ /**
5564
+ *
5565
+ * @type {PaymentMethod}
5566
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGet
5567
+ */
5568
+ readonly paymentMethod?: PaymentMethod
5569
+
5570
+ /**
5571
+ *
5572
+ * @type {string}
5573
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGet
5574
+ */
5575
+ readonly id?: string
5576
+
5577
+ /**
5578
+ *
5579
+ * @type {number}
5580
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGet
5581
+ */
5582
+ readonly page?: number
5583
+
5584
+ /**
5585
+ *
5586
+ * @type {number}
5587
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGet
5588
+ */
5589
+ readonly limit?: number
5590
+
5591
+ /**
5592
+ *
5593
+ * @type {Date}
5594
+ * @memberof HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGet
5595
+ */
5596
+ readonly lastRetrieved?: Date
5597
+ }
5598
+
5454
5599
  /**
5455
5600
  * Request parameters for apiV2HospitalsHospitalIdPoliciesGet operation in HospitalsApi.
5456
5601
  * @export
@@ -6975,6 +7120,18 @@ export class HospitalsApi extends BaseAPI {
6975
7120
  return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdMediasMediaIdGet(requestParameters.hospitalId, requestParameters.mediaId, options).then((request) => request(this.axios, this.basePath));
6976
7121
  }
6977
7122
 
7123
+ /**
7124
+ *
7125
+ * @summary Get HospitalPaymentMethods
7126
+ * @param {HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGetRequest} requestParameters Request parameters.
7127
+ * @param {*} [options] Override http request option.
7128
+ * @throws {RequiredError}
7129
+ * @memberof HospitalsApi
7130
+ */
7131
+ public apiV2HospitalsHospitalIdPaymentmethodsGet(requestParameters: HospitalsApiApiV2HospitalsHospitalIdPaymentmethodsGetRequest, options?: AxiosRequestConfig) {
7132
+ return HospitalsApiFp(this.configuration).apiV2HospitalsHospitalIdPaymentmethodsGet(requestParameters.hospitalId, requestParameters.paymentMethod, requestParameters.id, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
7133
+ }
7134
+
6978
7135
  /**
6979
7136
  *
6980
7137
  * @summary Get all policies
@@ -0,0 +1,48 @@
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 BankTransferPaymentModel
21
+ */
22
+ export interface BankTransferPaymentModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof BankTransferPaymentModel
27
+ */
28
+ 'bank'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof BankTransferPaymentModel
33
+ */
34
+ 'accountNumber'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof BankTransferPaymentModel
39
+ */
40
+ 'depositor'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof BankTransferPaymentModel
45
+ */
46
+ 'swiftCode'?: string | null;
47
+ }
48
+
@@ -0,0 +1,81 @@
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 { BankTransferPaymentModel } from './bank-transfer-payment-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { PaymentMethod } from './payment-method';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { UpiPaymentModel } from './upi-payment-model';
25
+
26
+ /**
27
+ *
28
+ * @export
29
+ * @interface HospitalPaymentMethodModel
30
+ */
31
+ export interface HospitalPaymentMethodModel {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof HospitalPaymentMethodModel
36
+ */
37
+ 'id'?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof HospitalPaymentMethodModel
42
+ */
43
+ 'hospitalId'?: string;
44
+ /**
45
+ *
46
+ * @type {PaymentMethod}
47
+ * @memberof HospitalPaymentMethodModel
48
+ */
49
+ 'paymentMethod'?: PaymentMethod;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof HospitalPaymentMethodModel
54
+ */
55
+ 'additionalNote'?: string | null;
56
+ /**
57
+ *
58
+ * @type {boolean}
59
+ * @memberof HospitalPaymentMethodModel
60
+ */
61
+ 'isEnabled'?: boolean;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof HospitalPaymentMethodModel
66
+ */
67
+ 'order'?: number;
68
+ /**
69
+ *
70
+ * @type {BankTransferPaymentModel}
71
+ * @memberof HospitalPaymentMethodModel
72
+ */
73
+ 'bankTransfer'?: BankTransferPaymentModel;
74
+ /**
75
+ *
76
+ * @type {UpiPaymentModel}
77
+ * @memberof HospitalPaymentMethodModel
78
+ */
79
+ 'upi'?: UpiPaymentModel;
80
+ }
81
+
@@ -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 { HospitalPaymentMethodModel } from './hospital-payment-method-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 HospitalPaymentMethodsModel
27
+ */
28
+ export interface HospitalPaymentMethodsModel {
29
+ /**
30
+ *
31
+ * @type {Array<HospitalPaymentMethodModel>}
32
+ * @memberof HospitalPaymentMethodsModel
33
+ */
34
+ 'items'?: Array<HospitalPaymentMethodModel> | null;
35
+ /**
36
+ *
37
+ * @type {PagedListMetaData}
38
+ * @memberof HospitalPaymentMethodsModel
39
+ */
40
+ 'metaData'?: PagedListMetaData;
41
+ }
42
+
@@ -38,6 +38,7 @@ export * from './award-model';
38
38
  export * from './bank-account-info-item-model';
39
39
  export * from './bank-account-info-model';
40
40
  export * from './bank-account-infos-model';
41
+ export * from './bank-transfer-payment-model';
41
42
  export * from './booking-change-log-model';
42
43
  export * from './booking-item-model';
43
44
  export * from './booking-model';
@@ -181,6 +182,8 @@ export * from './hospital-item-model';
181
182
  export * from './hospital-language-item-model';
182
183
  export * from './hospital-languages-model';
183
184
  export * from './hospital-model';
185
+ export * from './hospital-payment-method-model';
186
+ export * from './hospital-payment-methods-model';
184
187
  export * from './hospital-service-item-model';
185
188
  export * from './hospital-service-model';
186
189
  export * from './hospital-services-model';
@@ -308,6 +311,7 @@ export * from './update-profile-command';
308
311
  export * from './update-secure-container-command';
309
312
  export * from './update-service-review-command';
310
313
  export * from './update-survey-result-command';
314
+ export * from './upi-payment-model';
311
315
  export * from './user-language-document-model';
312
316
  export * from './user-language-model';
313
317
  export * from './user-location-document-model';
@@ -23,7 +23,8 @@
23
23
  export const PaymentMethod = {
24
24
  Stripe: 'Stripe',
25
25
  Paypal: 'Paypal',
26
- BankTransfer: 'BankTransfer'
26
+ BankTransfer: 'BankTransfer',
27
+ Upi: 'Upi'
27
28
  } as const;
28
29
 
29
30
  export type PaymentMethod = typeof PaymentMethod[keyof typeof PaymentMethod];