@moxi.gmbh/moxi-typescriptmodels 0.1.2991-test-server → 0.1.3001-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.
- package/common-with-namespaces.d.ts +0 -15
- package/common.d.ts +0 -7
- package/package.json +1 -1
|
@@ -652,15 +652,6 @@ export namespace com.moxi.api.common.freshdesk {
|
|
|
652
652
|
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
-
export namespace com.moxi.api.common.kchat {
|
|
656
|
-
|
|
657
|
-
export interface SendKChat {
|
|
658
|
-
channel?: com.moxi.api.common.kchat.KChatChannel;
|
|
659
|
-
message?: string;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
}
|
|
663
|
-
|
|
664
655
|
export namespace com.moxi.api.common.mail {
|
|
665
656
|
|
|
666
657
|
export interface Attachment {
|
|
@@ -3052,12 +3043,6 @@ export namespace com.moxi.api.common {
|
|
|
3052
3043
|
|
|
3053
3044
|
}
|
|
3054
3045
|
|
|
3055
|
-
export namespace com.moxi.api.common.kchat {
|
|
3056
|
-
|
|
3057
|
-
export type KChatChannel = "ride_notifications" | "urgent_issues" | "account_tasks" | "customer_issues";
|
|
3058
|
-
|
|
3059
|
-
}
|
|
3060
|
-
|
|
3061
3046
|
export namespace com.moxi.api.common.slack {
|
|
3062
3047
|
|
|
3063
3048
|
export type SlackChannel = "admin_monitoring" | "admin_respond_immediately" | "admin_respond_within_hour" | "admin_reported_issues";
|
package/common.d.ts
CHANGED
|
@@ -1484,11 +1484,6 @@ export interface SendInvitationEmail {
|
|
|
1484
1484
|
userId?: string;
|
|
1485
1485
|
}
|
|
1486
1486
|
|
|
1487
|
-
export interface SendKChat {
|
|
1488
|
-
channel?: KChatChannel;
|
|
1489
|
-
message?: string;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
1487
|
export interface SendOneTimePasswordEmail {
|
|
1493
1488
|
oneTimePassword?: string;
|
|
1494
1489
|
userId?: string;
|
|
@@ -1815,8 +1810,6 @@ export type InsuranceType = "public_insurance" | "private_insurance" | "german_a
|
|
|
1815
1810
|
|
|
1816
1811
|
export type IntegrationType = "dispolive" | "celios";
|
|
1817
1812
|
|
|
1818
|
-
export type KChatChannel = "ride_notifications" | "urgent_issues" | "account_tasks" | "customer_issues";
|
|
1819
|
-
|
|
1820
1813
|
export type Mobility = "wheelchair" | "big_or_electric_wheelchair" | "carry_chair" | "stretcher";
|
|
1821
1814
|
|
|
1822
1815
|
export type OrganisationType = "medical" | "fleet" | "operator";
|
package/package.json
CHANGED