@spytecgps/nova-orm 0.0.174 → 0.0.175

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.
@@ -119,6 +119,7 @@ export interface UpdateImeiIccidCarrierParams {
119
119
  outOfInventory?: boolean;
120
120
  apn?: string;
121
121
  itsEsim?: boolean;
122
+ btmac?: string;
122
123
  };
123
124
  }
124
125
  export interface GetClientDeviceSettingParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",