@vrplatform/api 1.2.33-stage.742 → 1.2.33-stage.745

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,43 +1772,42 @@ export interface components {
1772
1772
  * "id": "netOperatingIncome",
1773
1773
  * "title": "Net Operating Income",
1774
1774
  * "total": 1234.56,
1775
- * "classifications": [
1775
+ * "values": [
1776
1776
  * {
1777
- * "id": "revenue",
1778
- * "title": "Revenue",
1779
- * "total": 2345.67,
1780
- * "values": [
1777
+ * "id": "2025",
1778
+ * "title": "2025",
1779
+ * "total": 10879029,
1780
+ * "percentage": 52.3,
1781
+ * "accounts": [
1781
1782
  * {
1782
- * "id": "2025",
1783
- * "title": "2025",
1784
- * "total": 10879029,
1785
- * "accounts": [
1786
- * {
1787
- * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
1788
- * "title": "Rents",
1789
- * "total": 10879029
1790
- * }
1791
- * ]
1783
+ * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
1784
+ * "title": "Rents",
1785
+ * "total": 10879029
1792
1786
  * }
1793
1787
  * ]
1794
1788
  * }
1795
- * ]
1789
+ * ],
1790
+ * "classifications": []
1796
1791
  * } */
1797
1792
  ProfitAndLossCategoryRow: {
1798
1793
  id: string;
1799
1794
  title: string;
1800
1795
  total: number;
1801
- classifications: components["schemas"]["ProfitAndLossCategoryRow"][];
1802
- } | {
1803
- id: string;
1804
- title: string;
1805
- total: number;
1806
- values: components["schemas"]["ProfitAndLossValueCell"][];
1796
+ values?: components["schemas"]["ProfitAndLossValueCell"][];
1797
+ computedValues?: {
1798
+ id: string;
1799
+ title: string;
1800
+ total: number;
1801
+ percentage: number;
1802
+ accounts?: components["schemas"]["ProfitAndLossValueAccountCell"][];
1803
+ }[];
1804
+ classifications?: components["schemas"]["ProfitAndLossCategoryRow"][];
1807
1805
  };
1808
1806
  /** @example {
1809
1807
  * "id": "2025",
1810
1808
  * "title": "2025",
1811
1809
  * "total": 10879029,
1810
+ * "percentage": 52.3,
1812
1811
  * "accounts": [
1813
1812
  * {
1814
1813
  * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
@@ -1822,6 +1821,7 @@ export interface components {
1822
1821
  title: string;
1823
1822
  total: number;
1824
1823
  accounts?: components["schemas"]["ProfitAndLossValueAccountCell"][];
1824
+ percentage?: number;
1825
1825
  };
1826
1826
  /** @example {
1827
1827
  * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
@@ -6141,7 +6141,7 @@ export interface operations {
6141
6141
  data: {
6142
6142
  /** Format: uuid */
6143
6143
  listingId: string;
6144
- /** @default 2025-10-09 */
6144
+ /** @default 2025-10-10 */
6145
6145
  startAt: string;
6146
6146
  endAt?: string | null;
6147
6147
  setListingInactive?: boolean | null;
@@ -6223,7 +6223,7 @@ export interface operations {
6223
6223
  "application/json": {
6224
6224
  /** Format: uuid */
6225
6225
  listingId: string;
6226
- /** @default 2025-10-09 */
6226
+ /** @default 2025-10-10 */
6227
6227
  startAt?: string;
6228
6228
  endAt?: string | null;
6229
6229
  members: {
@@ -6257,7 +6257,7 @@ export interface operations {
6257
6257
  "application/json": {
6258
6258
  /** Format: uuid */
6259
6259
  listingId: string;
6260
- /** @default 2025-10-09 */
6260
+ /** @default 2025-10-10 */
6261
6261
  startAt: string;
6262
6262
  endAt?: string | null;
6263
6263
  setListingInactive?: boolean | null;
@@ -6337,7 +6337,7 @@ export interface operations {
6337
6337
  "application/json": {
6338
6338
  /** Format: uuid */
6339
6339
  listingId: string;
6340
- /** @default 2025-10-09 */
6340
+ /** @default 2025-10-10 */
6341
6341
  startAt: string;
6342
6342
  endAt?: string | null;
6343
6343
  setListingInactive?: boolean | null;
@@ -6420,7 +6420,7 @@ export interface operations {
6420
6420
  "application/json": {
6421
6421
  /** Format: uuid */
6422
6422
  listingId?: string;
6423
- /** @default 2025-10-09 */
6423
+ /** @default 2025-10-10 */
6424
6424
  startAt?: string;
6425
6425
  endAt?: string | null;
6426
6426
  members?: {
@@ -6449,7 +6449,7 @@ export interface operations {
6449
6449
  "application/json": {
6450
6450
  /** Format: uuid */
6451
6451
  listingId: string;
6452
- /** @default 2025-10-09 */
6452
+ /** @default 2025-10-10 */
6453
6453
  startAt: string;
6454
6454
  endAt?: string | null;
6455
6455
  setListingInactive?: boolean | null;
@@ -6635,7 +6635,7 @@ export interface operations {
6635
6635
  /** Format: uuid */
6636
6636
  sourceId?: string | null;
6637
6637
  initialOwnership?: {
6638
- /** @default 2025-10-09 */
6638
+ /** @default 2025-10-10 */
6639
6639
  startAt?: string;
6640
6640
  endAt?: string | null;
6641
6641
  members: {
@@ -6693,7 +6693,7 @@ export interface operations {
6693
6693
  status: "active" | "inactive";
6694
6694
  defaultCurrency?: string | null;
6695
6695
  activeOwnership?: {
6696
- /** @default 2025-10-09 */
6696
+ /** @default 2025-10-10 */
6697
6697
  startAt: string;
6698
6698
  endAt?: string | null;
6699
6699
  setListingInactive?: boolean | null;
@@ -6934,7 +6934,7 @@ export interface operations {
6934
6934
  status: "active" | "inactive";
6935
6935
  defaultCurrency?: string | null;
6936
6936
  activeOwnership?: {
6937
- /** @default 2025-10-09 */
6937
+ /** @default 2025-10-10 */
6938
6938
  startAt: string;
6939
6939
  endAt?: string | null;
6940
6940
  setListingInactive?: boolean | null;
@@ -7073,7 +7073,7 @@ export interface operations {
7073
7073
  /** Format: uuid */
7074
7074
  sourceId?: string | null;
7075
7075
  initialOwnership?: {
7076
- /** @default 2025-10-09 */
7076
+ /** @default 2025-10-10 */
7077
7077
  startAt?: string;
7078
7078
  endAt?: string | null;
7079
7079
  members: {
@@ -7127,7 +7127,7 @@ export interface operations {
7127
7127
  status: "active" | "inactive";
7128
7128
  defaultCurrency?: string | null;
7129
7129
  activeOwnership?: {
7130
- /** @default 2025-10-09 */
7130
+ /** @default 2025-10-10 */
7131
7131
  startAt: string;
7132
7132
  endAt?: string | null;
7133
7133
  setListingInactive?: boolean | null;
@@ -7344,7 +7344,7 @@ export interface operations {
7344
7344
  status: "active" | "inactive";
7345
7345
  defaultCurrency?: string | null;
7346
7346
  activeOwnership?: {
7347
- /** @default 2025-10-09 */
7347
+ /** @default 2025-10-10 */
7348
7348
  startAt: string;
7349
7349
  endAt?: string | null;
7350
7350
  setListingInactive?: boolean | null;
@@ -7491,7 +7491,7 @@ export interface operations {
7491
7491
  /** Format: uuid */
7492
7492
  sourceId?: string | null;
7493
7493
  initialOwnership?: {
7494
- /** @default 2025-10-09 */
7494
+ /** @default 2025-10-10 */
7495
7495
  startAt?: string;
7496
7496
  endAt?: string | null;
7497
7497
  members: {
@@ -7545,7 +7545,7 @@ export interface operations {
7545
7545
  status: "active" | "inactive";
7546
7546
  defaultCurrency?: string | null;
7547
7547
  activeOwnership?: {
7548
- /** @default 2025-10-09 */
7548
+ /** @default 2025-10-10 */
7549
7549
  startAt: string;
7550
7550
  endAt?: string | null;
7551
7551
  setListingInactive?: boolean | null;
@@ -22978,50 +22978,56 @@ export interface operations {
22978
22978
  };
22979
22979
  content: {
22980
22980
  "application/json": {
22981
- data: {
22982
- id: string;
22983
- title: string;
22984
- classifications: components["schemas"]["ProfitAndLossCategoryRow"][];
22985
- total: number;
22986
- }[];
22987
22981
  /** @example {
22988
22982
  * "id": "netOperatingIncome",
22989
22983
  * "title": "Net Operating Income",
22990
22984
  * "total": 1234.56,
22985
+ * "values": [
22986
+ * {
22987
+ * "id": "2025",
22988
+ * "title": "2025",
22989
+ * "total": 10879029,
22990
+ * "percentage": 52.3,
22991
+ * "accounts": [
22992
+ * {
22993
+ * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
22994
+ * "title": "Rents",
22995
+ * "total": 10879029
22996
+ * }
22997
+ * ]
22998
+ * }
22999
+ * ],
22991
23000
  * "classifications": [
22992
23001
  * {
22993
23002
  * "id": "netOperatingIncome",
22994
23003
  * "title": "Net Operating Income",
22995
23004
  * "total": 1234.56,
22996
- * "classifications": [
23005
+ * "values": [
22997
23006
  * {
22998
- * "id": "revenue",
22999
- * "title": "Revenue",
23000
- * "total": 2345.67,
23001
- * "values": [
23007
+ * "id": "2025",
23008
+ * "title": "2025",
23009
+ * "total": 10879029,
23010
+ * "percentage": 52.3,
23011
+ * "accounts": [
23002
23012
  * {
23003
- * "id": "2025",
23004
- * "title": "2025",
23005
- * "total": 10879029,
23006
- * "accounts": [
23007
- * {
23008
- * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
23009
- * "title": "Rents",
23010
- * "total": 10879029
23011
- * }
23012
- * ]
23013
+ * "id": "18580972-de27-4df2-99d5-7c6888419bf9",
23014
+ * "title": "Rents",
23015
+ * "total": 10879029
23013
23016
  * }
23014
23017
  * ]
23015
23018
  * }
23016
- * ]
23019
+ * ],
23020
+ * "classifications": []
23017
23021
  * }
23018
23022
  * ]
23019
23023
  * } */
23020
- netIncome?: {
23024
+ netIncome: {
23021
23025
  id: string;
23022
23026
  title: string;
23023
23027
  classifications: components["schemas"]["ProfitAndLossCategoryRow"][];
23024
23028
  total: number;
23029
+ values?: components["schemas"]["ProfitAndLossValueCell"][];
23030
+ computedValues?: components["schemas"]["ProfitAndLossValueCell"][];
23025
23031
  } | null;
23026
23032
  };
23027
23033
  };