@vrplatform/api 1.3.1-stage.2086 → 1.3.1-stage.2087

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2086",
6
+ "version": "1.3.1-stage.2087",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -21607,6 +21607,8 @@ export interface operations {
21607
21607
  ownerStatementId?: string;
21608
21608
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
21609
21609
  currency: string;
21610
+ /** @enum {string} */
21611
+ ledger: "trust" | "operating";
21610
21612
  entityType?: string;
21611
21613
  status: string;
21612
21614
  listingId?: string;
@@ -22491,6 +22493,8 @@ export interface operations {
22491
22493
  ownerStatementId?: string;
22492
22494
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
22493
22495
  currency: string;
22496
+ /** @enum {string} */
22497
+ ledger: "trust" | "operating";
22494
22498
  entityType?: string;
22495
22499
  status: string;
22496
22500
  listingId?: string;