@moxi.gmbh/moxi-typescriptmodels 0.1.941-test-server → 0.1.1031-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.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export interface AccountInfo {
|
|
|
36
36
|
defaultLanguage?: string;
|
|
37
37
|
notificationEmails?: string[];
|
|
38
38
|
phoneNumber?: PhoneNumber;
|
|
39
|
-
zoneId?:
|
|
39
|
+
zoneId?: string;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
export interface AccountOrTeamId {
|
|
@@ -915,8 +915,8 @@ export interface RidePlannerCommand extends RideCommand {
|
|
|
915
915
|
|
|
916
916
|
export interface RideStatisticsQuery {
|
|
917
917
|
dateRange?: DateRange;
|
|
918
|
-
timezoneOrDefault?:
|
|
919
|
-
zoneId?:
|
|
918
|
+
timezoneOrDefault?: string;
|
|
919
|
+
zoneId?: string;
|
|
920
920
|
}
|
|
921
921
|
|
|
922
922
|
export interface RideTypeSpecificFilter {
|
|
@@ -957,9 +957,6 @@ export interface SendSlack {
|
|
|
957
957
|
message?: string;
|
|
958
958
|
}
|
|
959
959
|
|
|
960
|
-
export interface Serializable {
|
|
961
|
-
}
|
|
962
|
-
|
|
963
960
|
export interface SetSettings extends AccountUpdate {
|
|
964
961
|
settings?: any;
|
|
965
962
|
}
|
|
@@ -1120,9 +1117,6 @@ export interface UserUpdate extends UserCommand {
|
|
|
1120
1117
|
export interface UserUpdateAfterSignup extends UserUpdate {
|
|
1121
1118
|
}
|
|
1122
1119
|
|
|
1123
|
-
export interface ZoneId extends Serializable {
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
1120
|
export interface ZonedTimeRange {
|
|
1127
1121
|
end?: Date;
|
|
1128
1122
|
start?: Date;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|