@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
package/src/generated/v1.ts
CHANGED
|
@@ -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: {
|