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