@spytecgps/nova-orm 1.3.73 → 1.3.75

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.
@@ -282,7 +282,6 @@ export interface GetBillingPlanResult {
282
282
  planId: string;
283
283
  deviceType: string;
284
284
  deviceTypeModel: string;
285
- asinAssigned?: string | null;
286
285
  targetCustomer: 'consumer' | 'enterprise' | 'any';
287
286
  plan: string;
288
287
  platform: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.3.73",
3
+ "version": "1.3.75",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",