ch-admin-api-client-typescript 5.19.27 → 5.19.29

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.
@@ -39,5 +39,11 @@ export interface AppointmentRefundBankTransferModel {
39
39
  * @memberof AppointmentRefundBankTransferModel
40
40
  */
41
41
  'swiftCode'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof AppointmentRefundBankTransferModel
46
+ */
47
+ 'additionalNote'?: string | null;
42
48
  }
43
49
  //# sourceMappingURL=appointment-refund-bank-transfer-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appointment-refund-bank-transfer-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-refund-bank-transfer-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B"}
1
+ {"version":3,"file":"appointment-refund-bank-transfer-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-refund-bank-transfer-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC"}
@@ -27,5 +27,11 @@ export interface AppointmentRefundUpiModel {
27
27
  * @memberof AppointmentRefundUpiModel
28
28
  */
29
29
  'name'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof AppointmentRefundUpiModel
34
+ */
35
+ 'additionalNote'?: string | null;
30
36
  }
31
37
  //# sourceMappingURL=appointment-refund-upi-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appointment-refund-upi-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-refund-upi-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
1
+ {"version":3,"file":"appointment-refund-upi-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-refund-upi-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.19.27",
3
+ "version": "5.19.29",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -44,5 +44,11 @@ export interface AppointmentRefundBankTransferModel {
44
44
  * @memberof AppointmentRefundBankTransferModel
45
45
  */
46
46
  'swiftCode'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof AppointmentRefundBankTransferModel
51
+ */
52
+ 'additionalNote'?: string | null;
47
53
  }
48
54
 
@@ -32,5 +32,11 @@ export interface AppointmentRefundUpiModel {
32
32
  * @memberof AppointmentRefundUpiModel
33
33
  */
34
34
  'name'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof AppointmentRefundUpiModel
39
+ */
40
+ 'additionalNote'?: string | null;
35
41
  }
36
42