@vrplatform/api 1.3.1-stage.1687 → 1.3.1-stage.1689

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.
@@ -10284,6 +10284,8 @@ export interface operations {
10284
10284
  shortRefs?: string;
10285
10285
  activeOwnership?: boolean;
10286
10286
  activeRecurringFeePeriods?: string;
10287
+ /** @description Filter listings that have (true) or lack (false) opening balances */
10288
+ openingBalance?: boolean;
10287
10289
  limit?: number;
10288
10290
  page?: number;
10289
10291
  };
@@ -10859,6 +10861,8 @@ export interface operations {
10859
10861
  shortRefs?: string;
10860
10862
  activeOwnership?: boolean;
10861
10863
  activeRecurringFeePeriods?: string;
10864
+ /** @description Filter listings that have (true) or lack (false) opening balances */
10865
+ openingBalance?: boolean;
10862
10866
  };
10863
10867
  header?: never;
10864
10868
  path?: never;