@moxi.gmbh/moxi-typescriptmodels 0.1.5601-195b28d-test-server → 0.1.5641-e8da837-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 +1 -1
- package/common.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3625,7 +3625,7 @@ export namespace com.moxi.api.permissions.subscription.common {
|
|
|
3625
3625
|
|
|
3626
3626
|
export namespace com.moxi.api.permissions.subscription.common {
|
|
3627
3627
|
|
|
3628
|
-
export type Service = "pro_medical" | "pro_fleet" | "pro_operator" | "celios_integration" | "dispolive_integration" | "moxi_operations" | "intensive_care" | "moxi_insights" | "taxi_rides";
|
|
3628
|
+
export type Service = "pro_medical" | "pro_fleet" | "pro_operator" | "celios_integration" | "dispolive_integration" | "moxi_operations" | "intensive_care" | "moxi_insights" | "taxi_rides" | "moxi_notify";
|
|
3629
3629
|
|
|
3630
3630
|
}
|
|
3631
3631
|
|
package/common.d.ts
CHANGED
|
@@ -2085,7 +2085,7 @@ export type Screen = "ping" | "marketplace" | "operations_overview" | "hospital_
|
|
|
2085
2085
|
|
|
2086
2086
|
export type SeriesPurpose = "consultation";
|
|
2087
2087
|
|
|
2088
|
-
export type Service = "pro_medical" | "pro_fleet" | "pro_operator" | "celios_integration" | "dispolive_integration" | "moxi_operations" | "intensive_care" | "moxi_insights" | "taxi_rides";
|
|
2088
|
+
export type Service = "pro_medical" | "pro_fleet" | "pro_operator" | "celios_integration" | "dispolive_integration" | "moxi_operations" | "intensive_care" | "moxi_insights" | "taxi_rides" | "moxi_notify";
|
|
2089
2089
|
|
|
2090
2090
|
export type SlackChannel = "admin_monitoring" | "admin_respond_immediately" | "admin_respond_within_hour";
|
|
2091
2091
|
|
package/package.json
CHANGED