@vrplatform/api 1.2.33-stage.786 → 1.2.33-stage.790

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.786",
6
+ "version": "1.2.33-stage.790",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1642,6 +1642,40 @@ export interface paths {
1642
1642
  patch?: never;
1643
1643
  trace?: never;
1644
1644
  };
1645
+ "/reports/owner-statement-summaries": {
1646
+ parameters: {
1647
+ query?: never;
1648
+ header?: never;
1649
+ path?: never;
1650
+ cookie?: never;
1651
+ };
1652
+ /** @description Owner statement summaries aggregated by contact */
1653
+ get: operations["getOwnerStatementSummariesReport"];
1654
+ put?: never;
1655
+ post?: never;
1656
+ delete?: never;
1657
+ options?: never;
1658
+ head?: never;
1659
+ patch?: never;
1660
+ trace?: never;
1661
+ };
1662
+ "/reports/owner-statement-summaries/csv": {
1663
+ parameters: {
1664
+ query?: never;
1665
+ header?: never;
1666
+ path?: never;
1667
+ cookie?: never;
1668
+ };
1669
+ /** @description Owner statement summaries aggregated by contact (CSV) */
1670
+ get: operations["getOwnerStatementSummariesReportCsv"];
1671
+ put?: never;
1672
+ post?: never;
1673
+ delete?: never;
1674
+ options?: never;
1675
+ head?: never;
1676
+ patch?: never;
1677
+ trace?: never;
1678
+ };
1645
1679
  "/calendar-blocks": {
1646
1680
  parameters: {
1647
1681
  query?: never;
@@ -6306,7 +6340,7 @@ export interface operations {
6306
6340
  data: {
6307
6341
  /** Format: uuid */
6308
6342
  listingId: string;
6309
- /** @default 2025-10-15 */
6343
+ /** @default 2025-10-16 */
6310
6344
  startAt: string;
6311
6345
  endAt?: string | null;
6312
6346
  setListingInactive?: boolean | null;
@@ -6388,7 +6422,7 @@ export interface operations {
6388
6422
  "application/json": {
6389
6423
  /** Format: uuid */
6390
6424
  listingId: string;
6391
- /** @default 2025-10-15 */
6425
+ /** @default 2025-10-16 */
6392
6426
  startAt?: string;
6393
6427
  endAt?: string | null;
6394
6428
  members: {
@@ -6422,7 +6456,7 @@ export interface operations {
6422
6456
  "application/json": {
6423
6457
  /** Format: uuid */
6424
6458
  listingId: string;
6425
- /** @default 2025-10-15 */
6459
+ /** @default 2025-10-16 */
6426
6460
  startAt: string;
6427
6461
  endAt?: string | null;
6428
6462
  setListingInactive?: boolean | null;
@@ -6502,7 +6536,7 @@ export interface operations {
6502
6536
  "application/json": {
6503
6537
  /** Format: uuid */
6504
6538
  listingId: string;
6505
- /** @default 2025-10-15 */
6539
+ /** @default 2025-10-16 */
6506
6540
  startAt: string;
6507
6541
  endAt?: string | null;
6508
6542
  setListingInactive?: boolean | null;
@@ -6585,7 +6619,7 @@ export interface operations {
6585
6619
  "application/json": {
6586
6620
  /** Format: uuid */
6587
6621
  listingId?: string;
6588
- /** @default 2025-10-15 */
6622
+ /** @default 2025-10-16 */
6589
6623
  startAt?: string;
6590
6624
  endAt?: string | null;
6591
6625
  members?: {
@@ -6614,7 +6648,7 @@ export interface operations {
6614
6648
  "application/json": {
6615
6649
  /** Format: uuid */
6616
6650
  listingId: string;
6617
- /** @default 2025-10-15 */
6651
+ /** @default 2025-10-16 */
6618
6652
  startAt: string;
6619
6653
  endAt?: string | null;
6620
6654
  setListingInactive?: boolean | null;
@@ -6800,7 +6834,7 @@ export interface operations {
6800
6834
  /** Format: uuid */
6801
6835
  sourceId?: string | null;
6802
6836
  initialOwnership?: {
6803
- /** @default 2025-10-15 */
6837
+ /** @default 2025-10-16 */
6804
6838
  startAt?: string;
6805
6839
  endAt?: string | null;
6806
6840
  members: {
@@ -6858,7 +6892,7 @@ export interface operations {
6858
6892
  status: "active" | "inactive";
6859
6893
  defaultCurrency?: string | null;
6860
6894
  activeOwnership?: {
6861
- /** @default 2025-10-15 */
6895
+ /** @default 2025-10-16 */
6862
6896
  startAt: string;
6863
6897
  endAt?: string | null;
6864
6898
  setListingInactive?: boolean | null;
@@ -7099,7 +7133,7 @@ export interface operations {
7099
7133
  status: "active" | "inactive";
7100
7134
  defaultCurrency?: string | null;
7101
7135
  activeOwnership?: {
7102
- /** @default 2025-10-15 */
7136
+ /** @default 2025-10-16 */
7103
7137
  startAt: string;
7104
7138
  endAt?: string | null;
7105
7139
  setListingInactive?: boolean | null;
@@ -7238,7 +7272,7 @@ export interface operations {
7238
7272
  /** Format: uuid */
7239
7273
  sourceId?: string | null;
7240
7274
  initialOwnership?: {
7241
- /** @default 2025-10-15 */
7275
+ /** @default 2025-10-16 */
7242
7276
  startAt?: string;
7243
7277
  endAt?: string | null;
7244
7278
  members: {
@@ -7292,7 +7326,7 @@ export interface operations {
7292
7326
  status: "active" | "inactive";
7293
7327
  defaultCurrency?: string | null;
7294
7328
  activeOwnership?: {
7295
- /** @default 2025-10-15 */
7329
+ /** @default 2025-10-16 */
7296
7330
  startAt: string;
7297
7331
  endAt?: string | null;
7298
7332
  setListingInactive?: boolean | null;
@@ -7509,7 +7543,7 @@ export interface operations {
7509
7543
  status: "active" | "inactive";
7510
7544
  defaultCurrency?: string | null;
7511
7545
  activeOwnership?: {
7512
- /** @default 2025-10-15 */
7546
+ /** @default 2025-10-16 */
7513
7547
  startAt: string;
7514
7548
  endAt?: string | null;
7515
7549
  setListingInactive?: boolean | null;
@@ -7656,7 +7690,7 @@ export interface operations {
7656
7690
  /** Format: uuid */
7657
7691
  sourceId?: string | null;
7658
7692
  initialOwnership?: {
7659
- /** @default 2025-10-15 */
7693
+ /** @default 2025-10-16 */
7660
7694
  startAt?: string;
7661
7695
  endAt?: string | null;
7662
7696
  members: {
@@ -7710,7 +7744,7 @@ export interface operations {
7710
7744
  status: "active" | "inactive";
7711
7745
  defaultCurrency?: string | null;
7712
7746
  activeOwnership?: {
7713
- /** @default 2025-10-15 */
7747
+ /** @default 2025-10-16 */
7714
7748
  startAt: string;
7715
7749
  endAt?: string | null;
7716
7750
  setListingInactive?: boolean | null;
@@ -23890,6 +23924,165 @@ export interface operations {
23890
23924
  };
23891
23925
  };
23892
23926
  };
23927
+ getOwnerStatementSummariesReport: {
23928
+ parameters: {
23929
+ query: {
23930
+ /** @description Year in format YYYY */
23931
+ year: number;
23932
+ };
23933
+ header?: {
23934
+ "X-Team-Id"?: string;
23935
+ };
23936
+ path?: never;
23937
+ cookie?: never;
23938
+ };
23939
+ requestBody?: never;
23940
+ responses: {
23941
+ /** @description Successful response */
23942
+ 200: {
23943
+ headers: {
23944
+ [name: string]: unknown;
23945
+ };
23946
+ content: {
23947
+ "application/json": {
23948
+ data: {
23949
+ contact: {
23950
+ contactId: string;
23951
+ name: string | null;
23952
+ firstName: string | null;
23953
+ email: string | null;
23954
+ phone: string | null;
23955
+ };
23956
+ currency: string;
23957
+ financials: {
23958
+ balanceStart: number;
23959
+ netRevenue: number;
23960
+ netIncome: number;
23961
+ balanceEnd: number;
23962
+ };
23963
+ }[];
23964
+ };
23965
+ };
23966
+ };
23967
+ /** @description Invalid input data */
23968
+ 400: {
23969
+ headers: {
23970
+ [name: string]: unknown;
23971
+ };
23972
+ content: {
23973
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
23974
+ };
23975
+ };
23976
+ /** @description Authorization not provided */
23977
+ 401: {
23978
+ headers: {
23979
+ [name: string]: unknown;
23980
+ };
23981
+ content: {
23982
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
23983
+ };
23984
+ };
23985
+ /** @description Insufficient access */
23986
+ 403: {
23987
+ headers: {
23988
+ [name: string]: unknown;
23989
+ };
23990
+ content: {
23991
+ "application/json": components["schemas"]["error.FORBIDDEN"];
23992
+ };
23993
+ };
23994
+ /** @description Not found */
23995
+ 404: {
23996
+ headers: {
23997
+ [name: string]: unknown;
23998
+ };
23999
+ content: {
24000
+ "application/json": components["schemas"]["error.NOT_FOUND"];
24001
+ };
24002
+ };
24003
+ /** @description Internal server error */
24004
+ 500: {
24005
+ headers: {
24006
+ [name: string]: unknown;
24007
+ };
24008
+ content: {
24009
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
24010
+ };
24011
+ };
24012
+ };
24013
+ };
24014
+ getOwnerStatementSummariesReportCsv: {
24015
+ parameters: {
24016
+ query: {
24017
+ /** @description Year in format YYYY */
24018
+ year: number;
24019
+ };
24020
+ header?: {
24021
+ "X-Team-Id"?: string;
24022
+ };
24023
+ path?: never;
24024
+ cookie?: never;
24025
+ };
24026
+ requestBody?: never;
24027
+ responses: {
24028
+ /** @description Successful response */
24029
+ 200: {
24030
+ headers: {
24031
+ [name: string]: unknown;
24032
+ };
24033
+ content: {
24034
+ "application/json": {
24035
+ url: string;
24036
+ };
24037
+ };
24038
+ };
24039
+ /** @description Invalid input data */
24040
+ 400: {
24041
+ headers: {
24042
+ [name: string]: unknown;
24043
+ };
24044
+ content: {
24045
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
24046
+ };
24047
+ };
24048
+ /** @description Authorization not provided */
24049
+ 401: {
24050
+ headers: {
24051
+ [name: string]: unknown;
24052
+ };
24053
+ content: {
24054
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
24055
+ };
24056
+ };
24057
+ /** @description Insufficient access */
24058
+ 403: {
24059
+ headers: {
24060
+ [name: string]: unknown;
24061
+ };
24062
+ content: {
24063
+ "application/json": components["schemas"]["error.FORBIDDEN"];
24064
+ };
24065
+ };
24066
+ /** @description Not found */
24067
+ 404: {
24068
+ headers: {
24069
+ [name: string]: unknown;
24070
+ };
24071
+ content: {
24072
+ "application/json": components["schemas"]["error.NOT_FOUND"];
24073
+ };
24074
+ };
24075
+ /** @description Internal server error */
24076
+ 500: {
24077
+ headers: {
24078
+ [name: string]: unknown;
24079
+ };
24080
+ content: {
24081
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
24082
+ };
24083
+ };
24084
+ };
24085
+ };
23893
24086
  getCalendar: {
23894
24087
  parameters: {
23895
24088
  query: {