@moxi.gmbh/moxi-typescriptmodels 0.1.2431-test-server → 0.1.2441-test-server

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
@@ -1437,6 +1437,11 @@ export interface SendInvitationEmail {
1437
1437
  userId?: string;
1438
1438
  }
1439
1439
 
1440
+ export interface SendKChat {
1441
+ channel?: KChatChannel;
1442
+ message?: string;
1443
+ }
1444
+
1440
1445
  export interface SendSlack {
1441
1446
  channel?: SlackChannel;
1442
1447
  message?: string;
@@ -1707,6 +1712,8 @@ export type InsuranceType = "public_insurance" | "private_insurance" | "german_a
1707
1712
 
1708
1713
  export type IntegrationType = "dispolive" | "celios";
1709
1714
 
1715
+ export type KChatChannel = "ride_notifications" | "urgent_issues" | "account_tasks" | "customer_issues";
1716
+
1710
1717
  export type Mobility = "wheelchair" | "big_or_electric_wheelchair" | "carry_chair" | "stretcher";
1711
1718
 
1712
1719
  export type OrganisationType = "medical" | "fleet" | "operator";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.1.2431-test-server",
3
+ "version": "0.1.2441-test-server",
4
4
  "types": "common.d.ts"
5
5
  }