@vrplatform/api 1.2.33-stage.739 → 1.2.33-stage.740

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.2.33-stage.739",
6
+ "version": "1.2.33-stage.740",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1773,7 +1773,12 @@ export interface components {
1773
1773
  id: string;
1774
1774
  title: string;
1775
1775
  total: number;
1776
- values?: {
1776
+ classifications: components["schemas"]["ProfitAndLossCategoryRow"][];
1777
+ } | {
1778
+ id: string;
1779
+ title: string;
1780
+ total: number;
1781
+ values: {
1777
1782
  id: string;
1778
1783
  title: string;
1779
1784
  total: number;
@@ -1783,7 +1788,6 @@ export interface components {
1783
1788
  total: number;
1784
1789
  }[];
1785
1790
  }[];
1786
- classifications?: components["schemas"]["ProfitAndLossCategoryRow"][];
1787
1791
  };
1788
1792
  };
1789
1793
  responses: never;
@@ -22911,11 +22915,9 @@ export interface operations {
22911
22915
  query?: {
22912
22916
  startDate?: string;
22913
22917
  endDate?: string;
22914
- classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
22915
- categoryIds?: string[];
22916
- listingIds?: string[];
22917
22918
  party?: "manager" | "owners";
22918
- view?: string;
22919
+ view?: "party" | "listing" | "month" | "quarter" | "year";
22920
+ listingIds?: string[];
22919
22921
  };
22920
22922
  header?: {
22921
22923
  "X-Team-Id"?: string;
@@ -22999,11 +23001,9 @@ export interface operations {
22999
23001
  query?: {
23000
23002
  startDate?: string;
23001
23003
  endDate?: string;
23002
- classificationKeys?: ("revenue" | "directCosts" | "operatingExpenses" | "nonOperating" | "netOperatingIncome" | "netIncome")[];
23003
- categoryIds?: string[];
23004
- listingIds?: string[];
23005
23004
  party?: "manager" | "owners";
23006
- view?: string;
23005
+ view?: "party" | "listing" | "month" | "quarter" | "year";
23006
+ listingIds?: string[];
23007
23007
  };
23008
23008
  header?: {
23009
23009
  "X-Team-Id"?: string;