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