@vrplatform/api 1.3.1-stage.3642 → 1.3.1-stage.3643
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
|
@@ -49563,15 +49563,23 @@ export interface operations {
|
|
|
49563
49563
|
"application/json": {
|
|
49564
49564
|
effectiveGlStartAt: string;
|
|
49565
49565
|
oldAccounts: {
|
|
49566
|
-
|
|
49567
|
-
|
|
49568
|
-
|
|
49569
|
-
|
|
49566
|
+
legacyAccount: {
|
|
49567
|
+
key: string;
|
|
49568
|
+
ref?: string | null;
|
|
49569
|
+
name: string;
|
|
49570
|
+
classification?: string | null;
|
|
49571
|
+
};
|
|
49570
49572
|
sources: ("template" | "line")[];
|
|
49571
|
-
|
|
49572
|
-
|
|
49573
|
-
|
|
49574
|
-
|
|
49573
|
+
suggestedTargetAccount: {
|
|
49574
|
+
/** Format: uuid */
|
|
49575
|
+
id: string;
|
|
49576
|
+
title: string;
|
|
49577
|
+
} | null;
|
|
49578
|
+
currentTargetAccount: {
|
|
49579
|
+
/** Format: uuid */
|
|
49580
|
+
id: string;
|
|
49581
|
+
title: string;
|
|
49582
|
+
} | null;
|
|
49575
49583
|
}[];
|
|
49576
49584
|
newAccounts: {
|
|
49577
49585
|
/** Format: uuid */
|