ch-admin-api-client-typescript 5.19.66 → 5.19.69

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.
@@ -16,6 +16,7 @@
16
16
  */
17
17
  export declare const DeployStatus: {
18
18
  readonly New: "New";
19
+ readonly AwaitingPayment: "AwaitingPayment";
19
20
  readonly Paid: "Paid";
20
21
  readonly RefundRequested: "RefundRequested";
21
22
  readonly Refunded: "Refunded";
@@ -1 +1 @@
1
- {"version":3,"file":"deploy-status.d.ts","sourceRoot":"","sources":["../../src/models/deploy-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,YAAY;;;;;;;;;CASf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"deploy-status.d.ts","sourceRoot":"","sources":["../../src/models/deploy-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;CAUf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC"}
@@ -21,6 +21,7 @@ exports.DeployStatus = void 0;
21
21
  */
22
22
  exports.DeployStatus = {
23
23
  New: 'New',
24
+ AwaitingPayment: 'AwaitingPayment',
24
25
  Paid: 'Paid',
25
26
  RefundRequested: 'RefundRequested',
26
27
  Refunded: 'Refunded',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.19.66",
3
+ "version": "5.19.69",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,6 +22,7 @@
22
22
 
23
23
  export const DeployStatus = {
24
24
  New: 'New',
25
+ AwaitingPayment: 'AwaitingPayment',
25
26
  Paid: 'Paid',
26
27
  RefundRequested: 'RefundRequested',
27
28
  Refunded: 'Refunded',