@vrplatform/api 1.3.1-stage.1925 → 1.3.1-stage.1926
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.
|
@@ -19087,6 +19087,7 @@ export interface operations {
|
|
|
19087
19087
|
balanceStart: number;
|
|
19088
19088
|
netRevenue: number;
|
|
19089
19089
|
expenses: number;
|
|
19090
|
+
reserve: number;
|
|
19090
19091
|
transfers: number;
|
|
19091
19092
|
netIncome: number;
|
|
19092
19093
|
currentBalance: number;
|
|
@@ -19436,6 +19437,7 @@ export interface operations {
|
|
|
19436
19437
|
balanceStart: number;
|
|
19437
19438
|
netRevenue: number;
|
|
19438
19439
|
expenses: number;
|
|
19440
|
+
reserve: number;
|
|
19439
19441
|
transfers: number;
|
|
19440
19442
|
netIncome: number;
|
|
19441
19443
|
currentBalance: number;
|