ch-api-client-typescript2 5.81.21 → 5.82.0

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.
@@ -61,6 +61,7 @@ export declare const NotificationCode: {
61
61
  readonly CreateIntakeForm: "CreateIntakeForm";
62
62
  readonly CheckedChatSession: "CheckedChatSession";
63
63
  readonly RecreateChatSession: "RecreateChatSession";
64
+ readonly UnassignedNotification: "UnassignedNotification";
64
65
  readonly ForceSignOut: "ForceSignOut";
65
66
  };
66
67
  export type NotificationCode = typeof NotificationCode[keyof typeof NotificationCode];
@@ -1 +1 @@
1
- {"version":3,"file":"notification-code.d.ts","sourceRoot":"","sources":["../../src/models/notification-code.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
1
+ {"version":3,"file":"notification-code.d.ts","sourceRoot":"","sources":["../../src/models/notification-code.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
@@ -66,5 +66,6 @@ exports.NotificationCode = {
66
66
  CreateIntakeForm: 'CreateIntakeForm',
67
67
  CheckedChatSession: 'CheckedChatSession',
68
68
  RecreateChatSession: 'RecreateChatSession',
69
+ UnassignedNotification: 'UnassignedNotification',
69
70
  ForceSignOut: 'ForceSignOut'
70
71
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.81.21",
3
+ "version": "5.82.0",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {