@moxi.gmbh/moxi-typescriptmodels 0.1.6531-cb52159-test-server → 0.1.6561-62c873f-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-with-namespaces.d.ts +2 -0
- package/common.d.ts +2 -0
- package/package.json +1 -1
|
@@ -2184,8 +2184,10 @@ export namespace com.moxi.api.ride.common {
|
|
|
2184
2184
|
eventValue?: any;
|
|
2185
2185
|
impersonating?: boolean;
|
|
2186
2186
|
isImpersonating?: boolean;
|
|
2187
|
+
isOperator?: boolean;
|
|
2187
2188
|
isSuperAdmin?: boolean;
|
|
2188
2189
|
isToken?: boolean;
|
|
2190
|
+
operator?: boolean;
|
|
2189
2191
|
superAdmin?: boolean;
|
|
2190
2192
|
timestamp?: string;
|
|
2191
2193
|
token?: boolean;
|
package/common.d.ts
CHANGED
|
@@ -1557,8 +1557,10 @@ export interface RideLog {
|
|
|
1557
1557
|
eventValue?: any;
|
|
1558
1558
|
impersonating?: boolean;
|
|
1559
1559
|
isImpersonating?: boolean;
|
|
1560
|
+
isOperator?: boolean;
|
|
1560
1561
|
isSuperAdmin?: boolean;
|
|
1561
1562
|
isToken?: boolean;
|
|
1563
|
+
operator?: boolean;
|
|
1562
1564
|
superAdmin?: boolean;
|
|
1563
1565
|
timestamp?: string;
|
|
1564
1566
|
token?: boolean;
|
package/package.json
CHANGED