@spytecgps/nova-orm 1.4.31 → 1.4.32
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/enums.d.ts +4 -2
- package/package.json +1 -1
package/dist/types/enums.d.ts
CHANGED
|
@@ -147,7 +147,8 @@ export declare enum DevicePlatform {
|
|
|
147
147
|
acumatica = "acumatica",
|
|
148
148
|
klarna = "klarna",
|
|
149
149
|
amazon = "amazon",
|
|
150
|
-
braintree_amazon = "braintree_amazon"
|
|
150
|
+
braintree_amazon = "braintree_amazon",
|
|
151
|
+
demo = "demo"
|
|
151
152
|
}
|
|
152
153
|
export declare enum DeviceModels {
|
|
153
154
|
UNKNOWN = "UNKNOWN",
|
|
@@ -168,7 +169,8 @@ export declare enum DeviceModels {
|
|
|
168
169
|
FMM00A = "FMM00A",
|
|
169
170
|
CV200 = "CV200",
|
|
170
171
|
FMM650 = "FMM650",
|
|
171
|
-
GL32 = "GL32"
|
|
172
|
+
GL32 = "GL32",
|
|
173
|
+
DEMO = "DEMO"
|
|
172
174
|
}
|
|
173
175
|
export declare enum DeviceEventType {
|
|
174
176
|
'new_activation' = "new_activation",
|