@vrplatform/api 1.2.33-stage.790 → 1.2.33-stage.792

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.
@@ -23956,7 +23956,10 @@ export interface operations {
23956
23956
  financials: {
23957
23957
  balanceStart: number;
23958
23958
  netRevenue: number;
23959
+ expenses: number;
23960
+ transfers: number;
23959
23961
  netIncome: number;
23962
+ currentBalance: number;
23960
23963
  balanceEnd: number;
23961
23964
  };
23962
23965
  }[];