@spytecgps/nova-orm 0.0.173 → 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.
@@ -51,6 +51,7 @@ export interface CreateDeviceParams {
51
51
  assetCategoryId?: number;
52
52
  usageRegion?: string;
53
53
  createdBy?: string;
54
+ btmac?: string;
54
55
  }
55
56
  export interface UpdateDeviceParams {
56
57
  filters: {
@@ -71,6 +72,7 @@ export interface UpdateDeviceParams {
71
72
  assetCategoryId?: number;
72
73
  usageRegion?: string;
73
74
  modifiedBy?: string;
75
+ btmac?: string;
74
76
  };
75
77
  }
76
78
  export interface DeleteDeviceParams {
@@ -117,6 +119,7 @@ export interface UpdateImeiIccidCarrierParams {
117
119
  outOfInventory?: boolean;
118
120
  apn?: string;
119
121
  itsEsim?: boolean;
122
+ btmac?: string;
120
123
  };
121
124
  }
122
125
  export interface GetClientDeviceSettingParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.173",
3
+ "version": "0.0.175",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",