@vrplatform/api 1.3.1-2346 → 1.3.1-2392
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 +245 -24
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +245 -24
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +245 -24
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -1201,6 +1201,23 @@ export interface paths {
|
|
|
1201
1201
|
patch?: never;
|
|
1202
1202
|
trace?: never;
|
|
1203
1203
|
};
|
|
1204
|
+
"/me": {
|
|
1205
|
+
parameters: {
|
|
1206
|
+
query?: never;
|
|
1207
|
+
header?: never;
|
|
1208
|
+
path?: never;
|
|
1209
|
+
cookie?: never;
|
|
1210
|
+
};
|
|
1211
|
+
/** @description Get the authenticated user and access summary */
|
|
1212
|
+
get: operations["getMe"];
|
|
1213
|
+
put?: never;
|
|
1214
|
+
post?: never;
|
|
1215
|
+
delete?: never;
|
|
1216
|
+
options?: never;
|
|
1217
|
+
head?: never;
|
|
1218
|
+
patch?: never;
|
|
1219
|
+
trace?: never;
|
|
1220
|
+
};
|
|
1204
1221
|
"/metrics/active-listings": {
|
|
1205
1222
|
parameters: {
|
|
1206
1223
|
query?: never;
|
|
@@ -4692,16 +4709,15 @@ export interface operations {
|
|
|
4692
4709
|
status: "active" | "inactive";
|
|
4693
4710
|
description?: string | null;
|
|
4694
4711
|
bankAccountId?: string | null;
|
|
4695
|
-
|
|
4696
|
-
connectionId?: string | null;
|
|
4697
|
-
source?: {
|
|
4712
|
+
bankAccount?: {
|
|
4698
4713
|
/** Format: uuid */
|
|
4699
4714
|
id: string;
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
appId?: string | null;
|
|
4703
|
-
appIcon?: string | null;
|
|
4715
|
+
name: string;
|
|
4716
|
+
connectionId?: string | null;
|
|
4704
4717
|
} | null;
|
|
4718
|
+
accountId?: string | null;
|
|
4719
|
+
connectionId?: string | null;
|
|
4720
|
+
appId?: string | null;
|
|
4705
4721
|
/** @enum {string} */
|
|
4706
4722
|
type: "transaction" | "balance";
|
|
4707
4723
|
amount: number;
|
|
@@ -7234,16 +7250,15 @@ export interface operations {
|
|
|
7234
7250
|
status: "active" | "inactive";
|
|
7235
7251
|
description?: string | null;
|
|
7236
7252
|
bankAccountId?: string | null;
|
|
7237
|
-
|
|
7238
|
-
connectionId?: string | null;
|
|
7239
|
-
source?: {
|
|
7253
|
+
bankAccount?: {
|
|
7240
7254
|
/** Format: uuid */
|
|
7241
7255
|
id: string;
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
appId?: string | null;
|
|
7245
|
-
appIcon?: string | null;
|
|
7256
|
+
name: string;
|
|
7257
|
+
connectionId?: string | null;
|
|
7246
7258
|
} | null;
|
|
7259
|
+
accountId?: string | null;
|
|
7260
|
+
connectionId?: string | null;
|
|
7261
|
+
appId?: string | null;
|
|
7247
7262
|
/** @enum {string} */
|
|
7248
7263
|
type: "transaction" | "balance";
|
|
7249
7264
|
amount: number;
|
|
@@ -7781,16 +7796,15 @@ export interface operations {
|
|
|
7781
7796
|
status: "active" | "inactive";
|
|
7782
7797
|
description?: string | null;
|
|
7783
7798
|
bankAccountId?: string | null;
|
|
7784
|
-
|
|
7785
|
-
connectionId?: string | null;
|
|
7786
|
-
source?: {
|
|
7799
|
+
bankAccount?: {
|
|
7787
7800
|
/** Format: uuid */
|
|
7788
7801
|
id: string;
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
appId?: string | null;
|
|
7792
|
-
appIcon?: string | null;
|
|
7802
|
+
name: string;
|
|
7803
|
+
connectionId?: string | null;
|
|
7793
7804
|
} | null;
|
|
7805
|
+
accountId?: string | null;
|
|
7806
|
+
connectionId?: string | null;
|
|
7807
|
+
appId?: string | null;
|
|
7794
7808
|
/** @enum {string} */
|
|
7795
7809
|
type: "transaction" | "balance";
|
|
7796
7810
|
amount: number;
|
|
@@ -9564,7 +9578,9 @@ export interface operations {
|
|
|
9564
9578
|
};
|
|
9565
9579
|
getBookingChannels: {
|
|
9566
9580
|
parameters: {
|
|
9567
|
-
query?:
|
|
9581
|
+
query?: {
|
|
9582
|
+
includeFeeReferenced?: boolean;
|
|
9583
|
+
};
|
|
9568
9584
|
header?: never;
|
|
9569
9585
|
path?: never;
|
|
9570
9586
|
cookie?: never;
|
|
@@ -9583,6 +9599,7 @@ export interface operations {
|
|
|
9583
9599
|
icon: string | null;
|
|
9584
9600
|
color: string | null;
|
|
9585
9601
|
iconProvider: ("cloudflare" | "logo_dev") | null;
|
|
9602
|
+
reservationCount: number;
|
|
9586
9603
|
}[];
|
|
9587
9604
|
};
|
|
9588
9605
|
};
|
|
@@ -17824,6 +17841,142 @@ export interface operations {
|
|
|
17824
17841
|
};
|
|
17825
17842
|
};
|
|
17826
17843
|
};
|
|
17844
|
+
getMe: {
|
|
17845
|
+
parameters: {
|
|
17846
|
+
query?: never;
|
|
17847
|
+
header?: never;
|
|
17848
|
+
path?: never;
|
|
17849
|
+
cookie?: never;
|
|
17850
|
+
};
|
|
17851
|
+
requestBody?: never;
|
|
17852
|
+
responses: {
|
|
17853
|
+
/** @description Successful response */
|
|
17854
|
+
200: {
|
|
17855
|
+
headers: {
|
|
17856
|
+
[name: string]: unknown;
|
|
17857
|
+
};
|
|
17858
|
+
content: {
|
|
17859
|
+
"application/json": {
|
|
17860
|
+
/** Format: uuid */
|
|
17861
|
+
id: string;
|
|
17862
|
+
/** @enum {string} */
|
|
17863
|
+
type: "admin" | "user" | "owner";
|
|
17864
|
+
firstName?: string;
|
|
17865
|
+
lastName?: string;
|
|
17866
|
+
email: string;
|
|
17867
|
+
secondaryEmails: string[];
|
|
17868
|
+
phone?: string;
|
|
17869
|
+
/** Format: uuid */
|
|
17870
|
+
partnerId?: string;
|
|
17871
|
+
createdAt: string;
|
|
17872
|
+
ownerAccess: {
|
|
17873
|
+
/** Format: uuid */
|
|
17874
|
+
contactId?: string;
|
|
17875
|
+
/** Format: uuid */
|
|
17876
|
+
ownerId?: string;
|
|
17877
|
+
/** Format: uuid */
|
|
17878
|
+
teamId: string;
|
|
17879
|
+
}[];
|
|
17880
|
+
teamAccess: {
|
|
17881
|
+
/** Format: uuid */
|
|
17882
|
+
teamId: string;
|
|
17883
|
+
partnerId: string | null;
|
|
17884
|
+
/** @enum {string} */
|
|
17885
|
+
role: "admin" | "user" | "owner";
|
|
17886
|
+
/** @enum {string} */
|
|
17887
|
+
type: "propertyManager" | "partner";
|
|
17888
|
+
}[];
|
|
17889
|
+
enabledFeatures: {
|
|
17890
|
+
/** Format: uuid */
|
|
17891
|
+
featureId: string;
|
|
17892
|
+
/** @enum {string} */
|
|
17893
|
+
status: "all" | "disabled" | "partially";
|
|
17894
|
+
}[];
|
|
17895
|
+
};
|
|
17896
|
+
};
|
|
17897
|
+
};
|
|
17898
|
+
/** @description Bad request */
|
|
17899
|
+
400: {
|
|
17900
|
+
headers: {
|
|
17901
|
+
[name: string]: unknown;
|
|
17902
|
+
};
|
|
17903
|
+
content: {
|
|
17904
|
+
"application/json": {
|
|
17905
|
+
code: string;
|
|
17906
|
+
message: string;
|
|
17907
|
+
issues?: {
|
|
17908
|
+
message: string;
|
|
17909
|
+
}[];
|
|
17910
|
+
context?: unknown;
|
|
17911
|
+
};
|
|
17912
|
+
};
|
|
17913
|
+
};
|
|
17914
|
+
/** @description Unauthorized */
|
|
17915
|
+
401: {
|
|
17916
|
+
headers: {
|
|
17917
|
+
[name: string]: unknown;
|
|
17918
|
+
};
|
|
17919
|
+
content: {
|
|
17920
|
+
"application/json": {
|
|
17921
|
+
code: string;
|
|
17922
|
+
message: string;
|
|
17923
|
+
issues?: {
|
|
17924
|
+
message: string;
|
|
17925
|
+
}[];
|
|
17926
|
+
context?: unknown;
|
|
17927
|
+
};
|
|
17928
|
+
};
|
|
17929
|
+
};
|
|
17930
|
+
/** @description Forbidden */
|
|
17931
|
+
403: {
|
|
17932
|
+
headers: {
|
|
17933
|
+
[name: string]: unknown;
|
|
17934
|
+
};
|
|
17935
|
+
content: {
|
|
17936
|
+
"application/json": {
|
|
17937
|
+
code: string;
|
|
17938
|
+
message: string;
|
|
17939
|
+
issues?: {
|
|
17940
|
+
message: string;
|
|
17941
|
+
}[];
|
|
17942
|
+
context?: unknown;
|
|
17943
|
+
};
|
|
17944
|
+
};
|
|
17945
|
+
};
|
|
17946
|
+
/** @description Not found */
|
|
17947
|
+
404: {
|
|
17948
|
+
headers: {
|
|
17949
|
+
[name: string]: unknown;
|
|
17950
|
+
};
|
|
17951
|
+
content: {
|
|
17952
|
+
"application/json": {
|
|
17953
|
+
code: string;
|
|
17954
|
+
message: string;
|
|
17955
|
+
issues?: {
|
|
17956
|
+
message: string;
|
|
17957
|
+
}[];
|
|
17958
|
+
context?: unknown;
|
|
17959
|
+
};
|
|
17960
|
+
};
|
|
17961
|
+
};
|
|
17962
|
+
/** @description Internal server error */
|
|
17963
|
+
500: {
|
|
17964
|
+
headers: {
|
|
17965
|
+
[name: string]: unknown;
|
|
17966
|
+
};
|
|
17967
|
+
content: {
|
|
17968
|
+
"application/json": {
|
|
17969
|
+
code: string;
|
|
17970
|
+
message: string;
|
|
17971
|
+
issues?: {
|
|
17972
|
+
message: string;
|
|
17973
|
+
}[];
|
|
17974
|
+
context?: unknown;
|
|
17975
|
+
};
|
|
17976
|
+
};
|
|
17977
|
+
};
|
|
17978
|
+
};
|
|
17979
|
+
};
|
|
17827
17980
|
getMetricActiveListings: {
|
|
17828
17981
|
parameters: {
|
|
17829
17982
|
query: {
|
|
@@ -37834,6 +37987,9 @@ export interface operations {
|
|
|
37834
37987
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
37835
37988
|
billingSubscriptionStatus?: string | null;
|
|
37836
37989
|
billingPlan?: string | null;
|
|
37990
|
+
billingPaymentMethodType?: string | null;
|
|
37991
|
+
billingCustomerId?: string | null;
|
|
37992
|
+
colorPrimary?: string | null;
|
|
37837
37993
|
createdAt?: string | null;
|
|
37838
37994
|
updatedAt?: string | null;
|
|
37839
37995
|
trialUntil?: string | null;
|
|
@@ -37900,6 +38056,12 @@ export interface operations {
|
|
|
37900
38056
|
}[];
|
|
37901
38057
|
};
|
|
37902
38058
|
} | null;
|
|
38059
|
+
enabledFeatures?: {
|
|
38060
|
+
/** Format: uuid */
|
|
38061
|
+
featureId: string;
|
|
38062
|
+
/** @enum {string} */
|
|
38063
|
+
status: "all" | "disabled" | "partially";
|
|
38064
|
+
}[];
|
|
37903
38065
|
}[];
|
|
37904
38066
|
pagination: {
|
|
37905
38067
|
/** @default 100 */
|
|
@@ -38124,6 +38286,9 @@ export interface operations {
|
|
|
38124
38286
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38125
38287
|
billingSubscriptionStatus?: string | null;
|
|
38126
38288
|
billingPlan?: string | null;
|
|
38289
|
+
billingPaymentMethodType?: string | null;
|
|
38290
|
+
billingCustomerId?: string | null;
|
|
38291
|
+
colorPrimary?: string | null;
|
|
38127
38292
|
createdAt?: string | null;
|
|
38128
38293
|
updatedAt?: string | null;
|
|
38129
38294
|
trialUntil?: string | null;
|
|
@@ -38190,6 +38355,12 @@ export interface operations {
|
|
|
38190
38355
|
}[];
|
|
38191
38356
|
};
|
|
38192
38357
|
} | null;
|
|
38358
|
+
enabledFeatures?: {
|
|
38359
|
+
/** Format: uuid */
|
|
38360
|
+
featureId: string;
|
|
38361
|
+
/** @enum {string} */
|
|
38362
|
+
status: "all" | "disabled" | "partially";
|
|
38363
|
+
}[];
|
|
38193
38364
|
};
|
|
38194
38365
|
};
|
|
38195
38366
|
};
|
|
@@ -38707,6 +38878,9 @@ export interface operations {
|
|
|
38707
38878
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38708
38879
|
billingSubscriptionStatus?: string | null;
|
|
38709
38880
|
billingPlan?: string | null;
|
|
38881
|
+
billingPaymentMethodType?: string | null;
|
|
38882
|
+
billingCustomerId?: string | null;
|
|
38883
|
+
colorPrimary?: string | null;
|
|
38710
38884
|
createdAt?: string | null;
|
|
38711
38885
|
updatedAt?: string | null;
|
|
38712
38886
|
trialUntil?: string | null;
|
|
@@ -38773,6 +38947,12 @@ export interface operations {
|
|
|
38773
38947
|
}[];
|
|
38774
38948
|
};
|
|
38775
38949
|
} | null;
|
|
38950
|
+
enabledFeatures?: {
|
|
38951
|
+
/** Format: uuid */
|
|
38952
|
+
featureId: string;
|
|
38953
|
+
/** @enum {string} */
|
|
38954
|
+
status: "all" | "disabled" | "partially";
|
|
38955
|
+
}[];
|
|
38776
38956
|
};
|
|
38777
38957
|
};
|
|
38778
38958
|
};
|
|
@@ -38938,6 +39118,9 @@ export interface operations {
|
|
|
38938
39118
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
38939
39119
|
billingSubscriptionStatus?: string | null;
|
|
38940
39120
|
billingPlan?: string | null;
|
|
39121
|
+
billingPaymentMethodType?: string | null;
|
|
39122
|
+
billingCustomerId?: string | null;
|
|
39123
|
+
colorPrimary?: string | null;
|
|
38941
39124
|
createdAt?: string | null;
|
|
38942
39125
|
updatedAt?: string | null;
|
|
38943
39126
|
trialUntil?: string | null;
|
|
@@ -39004,6 +39187,12 @@ export interface operations {
|
|
|
39004
39187
|
}[];
|
|
39005
39188
|
};
|
|
39006
39189
|
} | null;
|
|
39190
|
+
enabledFeatures?: {
|
|
39191
|
+
/** Format: uuid */
|
|
39192
|
+
featureId: string;
|
|
39193
|
+
/** @enum {string} */
|
|
39194
|
+
status: "all" | "disabled" | "partially";
|
|
39195
|
+
}[];
|
|
39007
39196
|
};
|
|
39008
39197
|
};
|
|
39009
39198
|
};
|
|
@@ -39122,8 +39311,13 @@ export interface operations {
|
|
|
39122
39311
|
/** Format: uuid */
|
|
39123
39312
|
id: string;
|
|
39124
39313
|
title: string;
|
|
39125
|
-
|
|
39126
|
-
|
|
39314
|
+
category: {
|
|
39315
|
+
/** Format: uuid */
|
|
39316
|
+
id: string;
|
|
39317
|
+
name: string;
|
|
39318
|
+
/** @enum {string} */
|
|
39319
|
+
classification: "asset" | "liability" | "revenue" | "expense";
|
|
39320
|
+
};
|
|
39127
39321
|
type: string;
|
|
39128
39322
|
status?: string | null;
|
|
39129
39323
|
}[];
|
|
@@ -40811,6 +41005,9 @@ export interface operations {
|
|
|
40811
41005
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
40812
41006
|
billingSubscriptionStatus?: string | null;
|
|
40813
41007
|
billingPlan?: string | null;
|
|
41008
|
+
billingPaymentMethodType?: string | null;
|
|
41009
|
+
billingCustomerId?: string | null;
|
|
41010
|
+
colorPrimary?: string | null;
|
|
40814
41011
|
createdAt?: string | null;
|
|
40815
41012
|
updatedAt?: string | null;
|
|
40816
41013
|
trialUntil?: string | null;
|
|
@@ -40877,6 +41074,12 @@ export interface operations {
|
|
|
40877
41074
|
}[];
|
|
40878
41075
|
};
|
|
40879
41076
|
} | null;
|
|
41077
|
+
enabledFeatures?: {
|
|
41078
|
+
/** Format: uuid */
|
|
41079
|
+
featureId: string;
|
|
41080
|
+
/** @enum {string} */
|
|
41081
|
+
status: "all" | "disabled" | "partially";
|
|
41082
|
+
}[];
|
|
40880
41083
|
};
|
|
40881
41084
|
};
|
|
40882
41085
|
};
|
|
@@ -41099,6 +41302,9 @@ export interface operations {
|
|
|
41099
41302
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41100
41303
|
billingSubscriptionStatus?: string | null;
|
|
41101
41304
|
billingPlan?: string | null;
|
|
41305
|
+
billingPaymentMethodType?: string | null;
|
|
41306
|
+
billingCustomerId?: string | null;
|
|
41307
|
+
colorPrimary?: string | null;
|
|
41102
41308
|
createdAt?: string | null;
|
|
41103
41309
|
updatedAt?: string | null;
|
|
41104
41310
|
trialUntil?: string | null;
|
|
@@ -41165,6 +41371,12 @@ export interface operations {
|
|
|
41165
41371
|
}[];
|
|
41166
41372
|
};
|
|
41167
41373
|
} | null;
|
|
41374
|
+
enabledFeatures?: {
|
|
41375
|
+
/** Format: uuid */
|
|
41376
|
+
featureId: string;
|
|
41377
|
+
/** @enum {string} */
|
|
41378
|
+
status: "all" | "disabled" | "partially";
|
|
41379
|
+
}[];
|
|
41168
41380
|
};
|
|
41169
41381
|
};
|
|
41170
41382
|
};
|
|
@@ -41657,6 +41869,9 @@ export interface operations {
|
|
|
41657
41869
|
status: "active" | "inactive" | "deleted" | "onboarding";
|
|
41658
41870
|
billingSubscriptionStatus?: string | null;
|
|
41659
41871
|
billingPlan?: string | null;
|
|
41872
|
+
billingPaymentMethodType?: string | null;
|
|
41873
|
+
billingCustomerId?: string | null;
|
|
41874
|
+
colorPrimary?: string | null;
|
|
41660
41875
|
createdAt?: string | null;
|
|
41661
41876
|
updatedAt?: string | null;
|
|
41662
41877
|
trialUntil?: string | null;
|
|
@@ -41723,6 +41938,12 @@ export interface operations {
|
|
|
41723
41938
|
}[];
|
|
41724
41939
|
};
|
|
41725
41940
|
} | null;
|
|
41941
|
+
enabledFeatures?: {
|
|
41942
|
+
/** Format: uuid */
|
|
41943
|
+
featureId: string;
|
|
41944
|
+
/** @enum {string} */
|
|
41945
|
+
status: "all" | "disabled" | "partially";
|
|
41946
|
+
}[];
|
|
41726
41947
|
};
|
|
41727
41948
|
};
|
|
41728
41949
|
};
|