@vrplatform/api 1.3.1-stage.2129 → 1.3.1-stage.2131
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.
|
@@ -1963,7 +1963,7 @@ export interface paths {
|
|
|
1963
1963
|
path?: never;
|
|
1964
1964
|
cookie?: never;
|
|
1965
1965
|
};
|
|
1966
|
-
/** @description Profit & Loss report grouped by party, listing, month, quarter, or year (configure with view query param) */
|
|
1966
|
+
/** @description Profit & Loss report grouped by ledger, party, listing, month, quarter, or year (configure with view query param) */
|
|
1967
1967
|
get: operations["getProfitAndLossReport"];
|
|
1968
1968
|
put?: never;
|
|
1969
1969
|
post?: never;
|
|
@@ -1980,7 +1980,7 @@ export interface paths {
|
|
|
1980
1980
|
path?: never;
|
|
1981
1981
|
cookie?: never;
|
|
1982
1982
|
};
|
|
1983
|
-
/** @description Profit & Loss report grouped by party, listing, month, quarter, or year (CSV, configure with view query param) */
|
|
1983
|
+
/** @description Profit & Loss report grouped by ledger, party, listing, month, quarter, or year (CSV, configure with view query param) */
|
|
1984
1984
|
get: operations["getProfitAndLossReportCsv"];
|
|
1985
1985
|
put?: never;
|
|
1986
1986
|
post?: never;
|
|
@@ -24948,7 +24948,7 @@ export interface operations {
|
|
|
24948
24948
|
startDate?: string;
|
|
24949
24949
|
endDate?: string;
|
|
24950
24950
|
party?: "manager" | "owners";
|
|
24951
|
-
view?: "party" | "listing" | "month" | "quarter" | "year";
|
|
24951
|
+
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
24952
24952
|
listingIds?: string;
|
|
24953
24953
|
ledger?: "trust" | "operating";
|
|
24954
24954
|
};
|
|
@@ -25196,7 +25196,7 @@ export interface operations {
|
|
|
25196
25196
|
startDate?: string;
|
|
25197
25197
|
endDate?: string;
|
|
25198
25198
|
party?: "manager" | "owners";
|
|
25199
|
-
view?: "party" | "listing" | "month" | "quarter" | "year";
|
|
25199
|
+
view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
|
|
25200
25200
|
listingIds?: string;
|
|
25201
25201
|
ledger?: "trust" | "operating";
|
|
25202
25202
|
};
|