@spytecgps/nova-orm 1.4.16 → 1.4.18

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.
@@ -8,4 +8,6 @@ export declare class DeviceEventsTriggerConfiguration {
8
8
  updateConfigPendingCommandId: string | null;
9
9
  createdAt: Date | null;
10
10
  modifiedAt: Date | null;
11
+ extraParams?: object | null;
12
+ pendingExtraParams?: object | null;
11
13
  }
@@ -3,7 +3,6 @@ export declare class UserCarrierDeactivateDevice {
3
3
  imei: string;
4
4
  clientId: number;
5
5
  subscriptionId: string | null;
6
- planId: string | null;
7
6
  type: string;
8
7
  scheduledAt: Date;
9
8
  executedAt: Date | null;
@@ -3,7 +3,6 @@ export declare class UserCarrierReactivateDevice {
3
3
  imei: string;
4
4
  clientId: number;
5
5
  subscriptionId: string | null;
6
- planId: string | null;
7
6
  type: string;
8
7
  scheduledAt: Date;
9
8
  executedAt: Date | null;