@vrplatform/api 1.3.1-stage.1687 → 1.3.1-stage.1688
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
|
@@ -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;
|