@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1687",
9
+ "version": "1.3.1-stage.1689",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -10285,6 +10285,8 @@ export interface operations {
10285
10285
  shortRefs?: string;
10286
10286
  activeOwnership?: boolean;
10287
10287
  activeRecurringFeePeriods?: string;
10288
+ /** @description Filter listings that have (true) or lack (false) opening balances */
10289
+ openingBalance?: boolean;
10288
10290
  limit?: number;
10289
10291
  page?: number;
10290
10292
  };
@@ -10860,6 +10862,8 @@ export interface operations {
10860
10862
  shortRefs?: string;
10861
10863
  activeOwnership?: boolean;
10862
10864
  activeRecurringFeePeriods?: string;
10865
+ /** @description Filter listings that have (true) or lack (false) opening balances */
10866
+ openingBalance?: boolean;
10863
10867
  };
10864
10868
  header?: never;
10865
10869
  path?: never;