@moxi.gmbh/moxi-typescriptmodels 0.0.1801 → 0.1.21
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.d.ts +0 -8
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -655,12 +655,6 @@ export interface QueryDatabase extends AdminJsonType {
|
|
|
655
655
|
requestId?: number;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
|
-
export interface Recurring {
|
|
659
|
-
daysOfWeek?: DayOfWeek[];
|
|
660
|
-
firstDay?: string;
|
|
661
|
-
lastDay?: string;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
658
|
export interface Region {
|
|
665
659
|
nutsCode?: string;
|
|
666
660
|
}
|
|
@@ -1101,8 +1095,6 @@ export type AuthenticationResult = "SUCCESS" | "NOT_CONFIRMED";
|
|
|
1101
1095
|
|
|
1102
1096
|
export type BookingStatus = "saved" | "booked" | "accepted" | "started" | "completed" | "cancelled";
|
|
1103
1097
|
|
|
1104
|
-
export type DayOfWeek = "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY";
|
|
1105
|
-
|
|
1106
1098
|
export type Destination = "DEFAULT" | "SEARCH";
|
|
1107
1099
|
|
|
1108
1100
|
export type Direction = "admission" | "relocation" | "discharge";
|
package/package.json
CHANGED