@spytecgps/nova-orm 0.0.107 → 0.0.108
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.
- package/dist/types/devices.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/devices.d.ts
CHANGED
|
@@ -219,12 +219,12 @@ export interface GetCarrierStatusUpdatedBeforeParams {
|
|
|
219
219
|
};
|
|
220
220
|
}
|
|
221
221
|
export interface CarrierStatus {
|
|
222
|
-
carrier: string;
|
|
223
222
|
iccid: string;
|
|
224
223
|
status?: string;
|
|
225
224
|
processing?: boolean;
|
|
226
225
|
carrierFound?: number;
|
|
227
226
|
modifiedAt?: Date;
|
|
227
|
+
carrier?: number;
|
|
228
228
|
}
|
|
229
229
|
export interface UpsertIccidStatusParams {
|
|
230
230
|
values: {
|