@spytecgps/nova-orm 1.3.71 → 1.3.73

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.
@@ -265,7 +265,6 @@ export interface UpsertBillingDeviceTypePlanParams {
265
265
  deviceType?: string | null;
266
266
  createdAt?: Date;
267
267
  status: UpsertBillingPlanParamsStatus;
268
- asinAssigned?: string | null;
269
268
  }
270
269
  export interface GetBillingDeviceTypePlansParams extends BaseSelectQueryParams {
271
270
  planId: string;
@@ -283,7 +282,7 @@ export interface GetBillingPlanResult {
283
282
  planId: string;
284
283
  deviceType: string;
285
284
  deviceTypeModel: string;
286
- asinAssigned: string | null;
285
+ asinAssigned?: string | null;
287
286
  targetCustomer: 'consumer' | 'enterprise' | 'any';
288
287
  plan: string;
289
288
  platform: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.3.71",
3
+ "version": "1.3.73",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",