@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.
@@ -21606,6 +21606,8 @@ export interface operations {
21606
21606
  ownerStatementId?: string;
21607
21607
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
21608
21608
  currency: string;
21609
+ /** @enum {string} */
21610
+ ledger: "trust" | "operating";
21609
21611
  entityType?: string;
21610
21612
  status: string;
21611
21613
  listingId?: string;
@@ -22490,6 +22492,8 @@ export interface operations {
22490
22492
  ownerStatementId?: string;
22491
22493
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
22492
22494
  currency: string;
22495
+ /** @enum {string} */
22496
+ ledger: "trust" | "operating";
22493
22497
  entityType?: string;
22494
22498
  status: string;
22495
22499
  listingId?: string;