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