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