@spytecgps/nova-orm 0.0.162 → 0.0.164

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.
@@ -254,7 +254,7 @@ export interface UpsertBillingKlarnaOrderParams {
254
254
  status?: string | null;
255
255
  paymentType?: string | null;
256
256
  discounts?: object | null;
257
- addons?: object | null;
257
+ addOns?: object | null;
258
258
  nextBillingPeriodAmount?: number | null;
259
259
  paymentMethodToken?: string | null;
260
260
  }
@@ -59,6 +59,8 @@ export interface CreateDeviceFirmwareParams {
59
59
  postUpgradeConfig?: string;
60
60
  parentId?: number;
61
61
  maxDeployPercentage?: number;
62
+ qmsRate?: number;
63
+ pendingTimeout?: number;
62
64
  }
63
65
  export declare enum FirmwareUpgradeTaskStatus {
64
66
  Queued = "Queued",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.162",
3
+ "version": "0.0.164",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",