@vrplatform/api 1.2.33-stage.677 → 1.2.33-stage.679
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.
|
@@ -18516,15 +18516,19 @@ export interface operations {
|
|
|
18516
18516
|
content: {
|
|
18517
18517
|
"application/json": {
|
|
18518
18518
|
/** Format: uuid */
|
|
18519
|
-
|
|
18520
|
-
|
|
18519
|
+
id: string;
|
|
18520
|
+
/** @enum {string} */
|
|
18521
|
+
status: "completed" | "failed";
|
|
18522
|
+
message: string;
|
|
18523
|
+
changes: {
|
|
18521
18524
|
/** Format: uuid */
|
|
18522
|
-
|
|
18523
|
-
message: string;
|
|
18524
|
-
};
|
|
18525
|
-
error?: {
|
|
18525
|
+
id: string;
|
|
18526
18526
|
message: string;
|
|
18527
|
-
|
|
18527
|
+
/** @enum {string} */
|
|
18528
|
+
status: "completed" | "failed";
|
|
18529
|
+
entityType: string;
|
|
18530
|
+
entityUniqueRef: string;
|
|
18531
|
+
}[];
|
|
18528
18532
|
};
|
|
18529
18533
|
};
|
|
18530
18534
|
};
|