@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2129",
6
+ "version": "1.3.1-stage.2131",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1964,7 +1964,7 @@ export interface paths {
1964
1964
  path?: never;
1965
1965
  cookie?: never;
1966
1966
  };
1967
- /** @description Profit & Loss report grouped by party, listing, month, quarter, or year (configure with view query param) */
1967
+ /** @description Profit & Loss report grouped by ledger, party, listing, month, quarter, or year (configure with view query param) */
1968
1968
  get: operations["getProfitAndLossReport"];
1969
1969
  put?: never;
1970
1970
  post?: never;
@@ -1981,7 +1981,7 @@ export interface paths {
1981
1981
  path?: never;
1982
1982
  cookie?: never;
1983
1983
  };
1984
- /** @description Profit & Loss report grouped by party, listing, month, quarter, or year (CSV, configure with view query param) */
1984
+ /** @description Profit & Loss report grouped by ledger, party, listing, month, quarter, or year (CSV, configure with view query param) */
1985
1985
  get: operations["getProfitAndLossReportCsv"];
1986
1986
  put?: never;
1987
1987
  post?: never;
@@ -24949,7 +24949,7 @@ export interface operations {
24949
24949
  startDate?: string;
24950
24950
  endDate?: string;
24951
24951
  party?: "manager" | "owners";
24952
- view?: "party" | "listing" | "month" | "quarter" | "year";
24952
+ view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
24953
24953
  listingIds?: string;
24954
24954
  ledger?: "trust" | "operating";
24955
24955
  };
@@ -25197,7 +25197,7 @@ export interface operations {
25197
25197
  startDate?: string;
25198
25198
  endDate?: string;
25199
25199
  party?: "manager" | "owners";
25200
- view?: "party" | "listing" | "month" | "quarter" | "year";
25200
+ view?: "ledger" | "party" | "listing" | "month" | "quarter" | "year";
25201
25201
  listingIds?: string;
25202
25202
  ledger?: "trust" | "operating";
25203
25203
  };