ch-api-client-typescript2 5.4.5 → 5.4.6

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.
@@ -34,6 +34,8 @@ export declare const NotificationCode: {
34
34
  readonly ConsultationRefundRequested: "ConsultationRefundRequested";
35
35
  readonly ConsultationRefunded: "ConsultationRefunded";
36
36
  readonly ConsultationReady: "ConsultationReady";
37
+ readonly CallCompleted: "CallCompleted";
38
+ readonly FormSubmitted: "FormSubmitted";
37
39
  readonly AppointmentNew: "AppointmentNew";
38
40
  readonly AppointmentUpdated: "AppointmentUpdated";
39
41
  readonly AppointmentRejected: "AppointmentRejected";
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BnB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
@@ -39,6 +39,8 @@ exports.NotificationCode = {
39
39
  ConsultationRefundRequested: 'ConsultationRefundRequested',
40
40
  ConsultationRefunded: 'ConsultationRefunded',
41
41
  ConsultationReady: 'ConsultationReady',
42
+ CallCompleted: 'CallCompleted',
43
+ FormSubmitted: 'FormSubmitted',
42
44
  AppointmentNew: 'AppointmentNew',
43
45
  AppointmentUpdated: 'AppointmentUpdated',
44
46
  AppointmentRejected: 'AppointmentRejected',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.4.5",
3
+ "version": "5.4.6",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,6 +40,8 @@ export const NotificationCode = {
40
40
  ConsultationRefundRequested: 'ConsultationRefundRequested',
41
41
  ConsultationRefunded: 'ConsultationRefunded',
42
42
  ConsultationReady: 'ConsultationReady',
43
+ CallCompleted: 'CallCompleted',
44
+ FormSubmitted: 'FormSubmitted',
43
45
  AppointmentNew: 'AppointmentNew',
44
46
  AppointmentUpdated: 'AppointmentUpdated',
45
47
  AppointmentRejected: 'AppointmentRejected',