@vrplatform/api 1.2.33-stage.699 → 1.2.33-stage.700
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.
|
@@ -18602,6 +18602,8 @@ export interface operations {
|
|
|
18602
18602
|
/** @enum {string} */
|
|
18603
18603
|
status: "completed" | "failed";
|
|
18604
18604
|
entityType: string;
|
|
18605
|
+
/** Format: uuid */
|
|
18606
|
+
entityId: string;
|
|
18605
18607
|
entityUniqueRef: string;
|
|
18606
18608
|
}[];
|
|
18607
18609
|
};
|