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