@moxi.gmbh/moxi-typescriptmodels 0.0.371 → 0.0.391

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 (2) hide show
  1. package/common.d.ts +7 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -642,6 +642,11 @@ export interface SendInvitationEmail {
642
642
  userId?: string;
643
643
  }
644
644
 
645
+ export interface SendSlack {
646
+ channel?: SlackChannel;
647
+ message?: any;
648
+ }
649
+
645
650
  export interface Serializable {
646
651
  }
647
652
 
@@ -827,6 +832,8 @@ export type RightUnion = RoleRight;
827
832
 
828
833
  export type Service = "rideplanning" | "driveplanning";
829
834
 
835
+ export type SlackChannel = "admin_monitoring" | "admin_respond_immediately" | "admin_respond_within_hour";
836
+
830
837
  export type Specificity = "infection" | "overweight" | "oxygen" | "cognitive_impairment" | "attendant_present" | "suction_aspirator";
831
838
 
832
839
  export type TeamRole = "driveplanner" | "rideplanner";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.371",
3
+ "version": "0.0.391",
4
4
  "types": "common.d.ts"
5
5
  }