@spytecgps/nova-orm 0.0.67 → 0.0.68

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.
@@ -117,6 +117,7 @@ export interface CreateUserActivationEventParams {
117
117
  platform?: string;
118
118
  ip?: string;
119
119
  userAgent?: string;
120
+ createdAt?: Date;
120
121
  }
121
122
  export interface UpdateUserActivationDeviceParams {
122
123
  filters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",