@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.
@@ -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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.107",
3
+ "version": "0.0.108",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",