@spytecgps/nova-orm 1.3.127 → 1.3.128
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.
package/dist/types/enums.d.ts
CHANGED
|
@@ -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",
|