@moxi.gmbh/moxi-typescriptmodels 0.1.2351-test-server → 0.1.2371-test-server
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/common.d.ts +3 -0
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -1312,6 +1312,9 @@ export interface RideLog {
|
|
|
1312
1312
|
eventName?: string;
|
|
1313
1313
|
eventValue?: any;
|
|
1314
1314
|
impersonating?: boolean;
|
|
1315
|
+
isImpersonating?: boolean;
|
|
1316
|
+
isSuperAdmin?: boolean;
|
|
1317
|
+
isToken?: boolean;
|
|
1315
1318
|
superAdmin?: boolean;
|
|
1316
1319
|
timestamp?: string;
|
|
1317
1320
|
token?: boolean;
|
package/package.json
CHANGED