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