@spytecgps/nova-orm 0.0.142 → 0.0.143
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.
|
@@ -102,6 +102,7 @@ export interface CreateUserAlertTimeWindowsParams {
|
|
|
102
102
|
daysOfTheWeek: string;
|
|
103
103
|
startTime: Date;
|
|
104
104
|
endTime: Date;
|
|
105
|
+
label?: string;
|
|
105
106
|
}
|
|
106
107
|
export interface CreateDeviceAlertTimeWindowsParams {
|
|
107
108
|
id?: number;
|
|
@@ -114,6 +115,7 @@ export interface CreateDeviceAlertTimeWindowsParams {
|
|
|
114
115
|
endTime: Date;
|
|
115
116
|
imei: string;
|
|
116
117
|
filter?: any;
|
|
118
|
+
label?: string;
|
|
117
119
|
}
|
|
118
120
|
export interface UpdateUserAlertTimeWindowsParams {
|
|
119
121
|
filters: {
|