@spytecgps/nova-orm 0.0.212 → 0.0.213

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.
@@ -118,6 +118,7 @@ export interface UserData {
118
118
  internationalDirectDialing: string;
119
119
  phoneNumbers: string[];
120
120
  emailAddresses: string[];
121
+ isAdmin: boolean;
121
122
  }
122
123
  export interface DeleteAccountParams {
123
124
  filters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.212",
3
+ "version": "0.0.213",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",