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