@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.
@@ -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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.1.6531-cb52159-test-server",
3
+ "version": "0.1.6561-62c873f-test-server",
4
4
  "types": "common.d.ts"
5
5
  }