@vrplatform/api 1.3.0-stage.1115 → 1.3.0-stage.1118

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.0-stage.1115",
6
+ "version": "1.3.0-stage.1118",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -21384,7 +21384,6 @@ export interface operations {
21384
21384
  message: string | null;
21385
21385
  payload?: unknown;
21386
21386
  userId: string | null;
21387
- /** Format: date-time */
21388
21387
  createdAt: string;
21389
21388
  effects: {
21390
21389
  /** Format: uuid */
@@ -21399,15 +21398,11 @@ export interface operations {
21399
21398
  retryCount: number;
21400
21399
  maxRetries: number;
21401
21400
  sequence: number;
21402
- /** Format: date-time */
21403
21401
  claimedAt: string | null;
21404
21402
  claimedBy: string | null;
21405
- /** Format: date-time */
21406
21403
  completedAt: string | null;
21407
- /** Format: date-time */
21408
21404
  lastAttemptAt: string | null;
21409
21405
  lastError: string | null;
21410
- /** Format: date-time */
21411
21406
  createdAt: string;
21412
21407
  }[];
21413
21408
  effectCounts: {