@spytecgps/nova-orm 1.0.88 → 1.0.89

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.
@@ -130,6 +130,7 @@ export interface CreateTaskParams {
130
130
  startDate?: Date;
131
131
  startingOdometer?: number;
132
132
  startingActiveHours?: number;
133
+ assignedTo?: string;
133
134
  }
134
135
  export type TaskStatus = 'pending' | 'past_due' | 'completed' | 'deleted';
135
136
  export interface GetTasksFilters {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",