@spytecgps/nova-orm 1.3.84 → 1.3.86

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.
@@ -5,7 +5,9 @@ export declare enum HapnSecurityRole {
5
5
  }
6
6
  export declare enum DeviceStatus {
7
7
  Active = "A",
8
- Deleted = "D"
8
+ Deleted = "D",
9
+ Terminated = "T",
10
+ Replaced = "R"
9
11
  }
10
12
  export declare enum BoundaryStatus {
11
13
  Active = 1,
@@ -90,7 +92,7 @@ export declare enum DataExportStatus {
90
92
  }
91
93
  export declare enum M2SyncType {
92
94
  CREATE_CUSTOMER = "CREATE_CUSTOMER",
93
- UPDATE_CUSTOMER = "UPDATE_CUSTOMER",
95
+ UPDATE_USER = "UPDATE_USER",
94
96
  UPDATE_CLIENT = "UPDATE_CLIENT",
95
97
  AVALARA_EXEMPT = "AVALARA_EXEMPT",
96
98
  AVALARA_EXEMPT_REMOVE = "AVALARA_EXEMPT_REMOVE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.3.84",
3
+ "version": "1.3.86",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",