@spytecgps/nova-orm 1.3.127 → 1.3.129

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.
@@ -112,7 +112,10 @@ export declare enum M2SyncType {
112
112
  AVALARA_ITEM = "AVALARA_ITEM",
113
113
  CREATE_DEVICE = "CREATE_DEVICE",
114
114
  REMOVE_DEVICE = "REMOVE_DEVICE",
115
- UPDATE_DEVICE = "UPDATE_DEVICE"
115
+ UPDATE_DEVICE = "UPDATE_DEVICE",
116
+ SUSPEND_DEVICE = "SUSPEND_DEVICE",
117
+ UNSUSPEND_DEVICE = "UNSUSPEND_DEVICE",
118
+ CANCEL_DEVICE = "CANCEL_DEVICE"
116
119
  }
117
120
  export declare enum MediaType {
118
121
  Image = "image",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.3.127",
3
+ "version": "1.3.129",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",