@vrplatform/api 1.3.0-stage.1104 → 1.3.0-stage.1105
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.
|
@@ -21395,6 +21395,8 @@ export interface operations {
|
|
|
21395
21395
|
id: string;
|
|
21396
21396
|
effectType: string;
|
|
21397
21397
|
payload?: unknown;
|
|
21398
|
+
entityType: string | null;
|
|
21399
|
+
entityId: string | null;
|
|
21398
21400
|
/** @enum {string} */
|
|
21399
21401
|
status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
|
|
21400
21402
|
priority: number;
|