@vrplatform/api 1.3.1-stage.2125 → 1.3.1-stage.2127

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.2125",
6
+ "version": "1.3.1-stage.2127",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1658,7 +1658,7 @@ export interface paths {
1658
1658
  path?: never;
1659
1659
  cookie?: never;
1660
1660
  };
1661
- /** @description Balance sheet report by month, quarter, or year (as-of view) */
1661
+ /** @description Balance sheet report by month, quarter, year, party, or ledger (as-of view) */
1662
1662
  get: operations["getBalanceSheetReport"];
1663
1663
  put?: never;
1664
1664
  post?: never;
@@ -22223,7 +22223,8 @@ export interface operations {
22223
22223
  query?: {
22224
22224
  startDate?: string;
22225
22225
  endDate?: string;
22226
- view?: "month" | "quarter" | "year";
22226
+ party?: "owners" | "manager";
22227
+ view?: "party" | "ledger" | "month" | "quarter" | "year";
22227
22228
  ledger?: "trust" | "operating";
22228
22229
  };
22229
22230
  header?: never;
@@ -22461,7 +22462,8 @@ export interface operations {
22461
22462
  query?: {
22462
22463
  startDate?: string;
22463
22464
  endDate?: string;
22464
- view?: "month" | "quarter" | "year";
22465
+ party?: "owners" | "manager";
22466
+ view?: "party" | "ledger" | "month" | "quarter" | "year";
22465
22467
  ledger?: "trust" | "operating";
22466
22468
  };
22467
22469
  header?: never;