@vrplatform/api 1.3.1-stage.3623 → 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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.3623",
6
+ "version": "1.3.1-stage.3643",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -49563,15 +49563,23 @@ export interface operations {
49563
49563
  "application/json": {
49564
49564
  effectiveGlStartAt: string;
49565
49565
  oldAccounts: {
49566
- legacyAccountKey: string;
49567
- legacyAccountRef?: string | null;
49568
- legacyAccountName: string;
49569
- legacyClassification?: string | null;
49566
+ legacyAccount: {
49567
+ key: string;
49568
+ ref?: string | null;
49569
+ name: string;
49570
+ classification?: string | null;
49571
+ };
49570
49572
  sources: ("template" | "line")[];
49571
- suggestedTargetAccountId?: string | null;
49572
- suggestedTargetAccountTitle?: string | null;
49573
- currentTargetAccountId?: string | null;
49574
- currentTargetAccountTitle?: string | null;
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 */