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

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;
@@ -21900,7 +21902,7 @@ export interface operations {
21900
21902
  expenses: number;
21901
21903
  netIncome: number;
21902
21904
  adjustments: number;
21903
- payouts: number;
21905
+ transfers: number;
21904
21906
  };
21905
21907
  }[];
21906
21908
  };
@@ -22124,7 +22126,7 @@ export interface operations {
22124
22126
  expenses: number;
22125
22127
  netIncome: number;
22126
22128
  adjustments: number;
22127
- payouts: number;
22129
+ transfers: number;
22128
22130
  };
22129
22131
  accounts: {
22130
22132
  id: string;
@@ -22142,7 +22144,7 @@ export interface operations {
22142
22144
  }[];
22143
22145
  sections: {
22144
22146
  /** @enum {string} */
22145
- id: "net-revenue" | "expenses" | "adjustments" | "payouts" | "other";
22147
+ id: "net-revenue" | "expenses" | "adjustments" | "transfers" | "other";
22146
22148
  name: string;
22147
22149
  accounts: {
22148
22150
  id: 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;