@spytecgps/nova-orm 0.0.143 → 0.0.144

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.
@@ -126,6 +126,7 @@ export interface UpdateUserAlertTimeWindowsParams {
126
126
  daysOfTheWeek?: string;
127
127
  startTime?: Date;
128
128
  endTime?: Date;
129
+ label?: string;
129
130
  };
130
131
  }
131
132
  export interface UpdateDeviceAlertTimeWindowsParams {
@@ -138,6 +139,7 @@ export interface UpdateDeviceAlertTimeWindowsParams {
138
139
  startTime?: Date;
139
140
  endTime?: Date;
140
141
  filter?: any;
142
+ label?: string;
141
143
  };
142
144
  }
143
145
  export interface DeleteAlertTimeWindowsParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.143",
3
+ "version": "0.0.144",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",