@vrplatform/api 1.3.1-stage.1839 → 1.3.1-stage.1840

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.
@@ -10686,6 +10686,8 @@ export interface operations {
10686
10686
  activeRecurringFeePeriods?: string;
10687
10687
  /** @description Filter listings that have (true) or lack (false) opening balances */
10688
10688
  openingBalance?: boolean;
10689
+ /** @description Filter listings by setup issue code, "all" (all setup issues), or "any" (at least one setup issue) */
10690
+ issue?: "all" | "any" | "missingOwnershipOrDeactivation" | "missingFeesAndCommission" | "missingOpeningBalance";
10689
10691
  limit?: number;
10690
10692
  page?: number;
10691
10693
  };
@@ -11307,6 +11309,8 @@ export interface operations {
11307
11309
  activeRecurringFeePeriods?: string;
11308
11310
  /** @description Filter listings that have (true) or lack (false) opening balances */
11309
11311
  openingBalance?: boolean;
11312
+ /** @description Filter listings by setup issue code, "all" (all setup issues), or "any" (at least one setup issue) */
11313
+ issue?: "all" | "any" | "missingOwnershipOrDeactivation" | "missingFeesAndCommission" | "missingOpeningBalance";
11310
11314
  };
11311
11315
  header?: never;
11312
11316
  path?: never;