@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.
@@ -21383,7 +21383,6 @@ export interface operations {
21383
21383
  message: string | null;
21384
21384
  payload?: unknown;
21385
21385
  userId: string | null;
21386
- /** Format: date-time */
21387
21386
  createdAt: string;
21388
21387
  effects: {
21389
21388
  /** Format: uuid */
@@ -21398,15 +21397,11 @@ export interface operations {
21398
21397
  retryCount: number;
21399
21398
  maxRetries: number;
21400
21399
  sequence: number;
21401
- /** Format: date-time */
21402
21400
  claimedAt: string | null;
21403
21401
  claimedBy: string | null;
21404
- /** Format: date-time */
21405
21402
  completedAt: string | null;
21406
- /** Format: date-time */
21407
21403
  lastAttemptAt: string | null;
21408
21404
  lastError: string | null;
21409
- /** Format: date-time */
21410
21405
  createdAt: string;
21411
21406
  }[];
21412
21407
  effectCounts: {