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