@vrplatform/api 1.3.1-stage.3697 → 1.3.1-stage.3699

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.
@@ -33806,6 +33806,17 @@ export interface operations {
33806
33806
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33807
33807
  };
33808
33808
  } | null;
33809
+ issues?: {
33810
+ /** @constant */
33811
+ code: "endedOwnershipNonZeroBalance";
33812
+ /** @constant */
33813
+ severity: "warning";
33814
+ message: string;
33815
+ context: {
33816
+ endAt: string | null;
33817
+ setListingInactive: boolean;
33818
+ };
33819
+ }[];
33809
33820
  }[];
33810
33821
  } | {
33811
33822
  name: string;