@vrplatform/api 1.3.1-stage.1686 → 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.
@@ -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;
@@ -29178,6 +29182,7 @@ export interface operations {
29178
29182
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
29179
29183
  currency: string;
29180
29184
  updatedAt?: string | null;
29185
+ transactionId?: string | null;
29181
29186
  };
29182
29187
  };
29183
29188
  };
@@ -29292,6 +29297,7 @@ export interface operations {
29292
29297
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
29293
29298
  currency: string;
29294
29299
  updatedAt?: string | null;
29300
+ transactionId?: string | null;
29295
29301
  };
29296
29302
  };
29297
29303
  };