@vrplatform/api 1.3.0-stage.1185 → 1.3.0-stage.1187
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
package/src/generated/v1.ts
CHANGED
|
@@ -6093,7 +6093,7 @@ export interface operations {
|
|
|
6093
6093
|
data: {
|
|
6094
6094
|
/** Format: uuid */
|
|
6095
6095
|
listingId: string;
|
|
6096
|
-
/** @default 2025-12-
|
|
6096
|
+
/** @default 2025-12-02 */
|
|
6097
6097
|
startAt: string;
|
|
6098
6098
|
endAt?: string | null;
|
|
6099
6099
|
setListingInactive?: boolean | null;
|
|
@@ -6175,7 +6175,7 @@ export interface operations {
|
|
|
6175
6175
|
"application/json": {
|
|
6176
6176
|
/** Format: uuid */
|
|
6177
6177
|
listingId: string;
|
|
6178
|
-
/** @default 2025-12-
|
|
6178
|
+
/** @default 2025-12-02 */
|
|
6179
6179
|
startAt?: string;
|
|
6180
6180
|
endAt?: string | null;
|
|
6181
6181
|
members: {
|
|
@@ -6209,7 +6209,7 @@ export interface operations {
|
|
|
6209
6209
|
"application/json": {
|
|
6210
6210
|
/** Format: uuid */
|
|
6211
6211
|
listingId: string;
|
|
6212
|
-
/** @default 2025-12-
|
|
6212
|
+
/** @default 2025-12-02 */
|
|
6213
6213
|
startAt: string;
|
|
6214
6214
|
endAt?: string | null;
|
|
6215
6215
|
setListingInactive?: boolean | null;
|
|
@@ -6289,7 +6289,7 @@ export interface operations {
|
|
|
6289
6289
|
"application/json": {
|
|
6290
6290
|
/** Format: uuid */
|
|
6291
6291
|
listingId: string;
|
|
6292
|
-
/** @default 2025-12-
|
|
6292
|
+
/** @default 2025-12-02 */
|
|
6293
6293
|
startAt: string;
|
|
6294
6294
|
endAt?: string | null;
|
|
6295
6295
|
setListingInactive?: boolean | null;
|
|
@@ -6372,7 +6372,7 @@ export interface operations {
|
|
|
6372
6372
|
"application/json": {
|
|
6373
6373
|
/** Format: uuid */
|
|
6374
6374
|
listingId?: string;
|
|
6375
|
-
/** @default 2025-12-
|
|
6375
|
+
/** @default 2025-12-02 */
|
|
6376
6376
|
startAt?: string;
|
|
6377
6377
|
endAt?: string | null;
|
|
6378
6378
|
members?: {
|
|
@@ -6406,7 +6406,7 @@ export interface operations {
|
|
|
6406
6406
|
"application/json": {
|
|
6407
6407
|
/** Format: uuid */
|
|
6408
6408
|
listingId: string;
|
|
6409
|
-
/** @default 2025-12-
|
|
6409
|
+
/** @default 2025-12-02 */
|
|
6410
6410
|
startAt: string;
|
|
6411
6411
|
endAt?: string | null;
|
|
6412
6412
|
setListingInactive?: boolean | null;
|
|
@@ -6592,12 +6592,17 @@ export interface operations {
|
|
|
6592
6592
|
title: string;
|
|
6593
6593
|
/** @enum {string} */
|
|
6594
6594
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6595
|
+
/**
|
|
6596
|
+
* @default flat
|
|
6597
|
+
* @enum {string}
|
|
6598
|
+
*/
|
|
6599
|
+
rateType?: "flat" | "percentage";
|
|
6595
6600
|
};
|
|
6596
6601
|
}[] | null;
|
|
6597
6602
|
/** Format: uuid */
|
|
6598
6603
|
sourceId?: string | null;
|
|
6599
6604
|
initialOwnership?: {
|
|
6600
|
-
/** @default 2025-12-
|
|
6605
|
+
/** @default 2025-12-02 */
|
|
6601
6606
|
startAt?: string;
|
|
6602
6607
|
endAt?: string | null;
|
|
6603
6608
|
members: {
|
|
@@ -6655,7 +6660,7 @@ export interface operations {
|
|
|
6655
6660
|
status: "active" | "inactive";
|
|
6656
6661
|
defaultCurrency?: string | null;
|
|
6657
6662
|
activeOwnership?: {
|
|
6658
|
-
/** @default 2025-12-
|
|
6663
|
+
/** @default 2025-12-02 */
|
|
6659
6664
|
startAt: string;
|
|
6660
6665
|
endAt?: string | null;
|
|
6661
6666
|
setListingInactive?: boolean | null;
|
|
@@ -6686,6 +6691,11 @@ export interface operations {
|
|
|
6686
6691
|
title: string;
|
|
6687
6692
|
/** @enum {string} */
|
|
6688
6693
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6694
|
+
/**
|
|
6695
|
+
* @default flat
|
|
6696
|
+
* @enum {string}
|
|
6697
|
+
*/
|
|
6698
|
+
rateType: "flat" | "percentage";
|
|
6689
6699
|
};
|
|
6690
6700
|
}[] | null;
|
|
6691
6701
|
source?: {
|
|
@@ -6901,7 +6911,7 @@ export interface operations {
|
|
|
6901
6911
|
status: "active" | "inactive";
|
|
6902
6912
|
defaultCurrency?: string | null;
|
|
6903
6913
|
activeOwnership?: {
|
|
6904
|
-
/** @default 2025-12-
|
|
6914
|
+
/** @default 2025-12-02 */
|
|
6905
6915
|
startAt: string;
|
|
6906
6916
|
endAt?: string | null;
|
|
6907
6917
|
setListingInactive?: boolean | null;
|
|
@@ -6932,6 +6942,11 @@ export interface operations {
|
|
|
6932
6942
|
title: string;
|
|
6933
6943
|
/** @enum {string} */
|
|
6934
6944
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6945
|
+
/**
|
|
6946
|
+
* @default flat
|
|
6947
|
+
* @enum {string}
|
|
6948
|
+
*/
|
|
6949
|
+
rateType: "flat" | "percentage";
|
|
6935
6950
|
};
|
|
6936
6951
|
}[] | null;
|
|
6937
6952
|
source?: {
|
|
@@ -7045,12 +7060,17 @@ export interface operations {
|
|
|
7045
7060
|
title: string;
|
|
7046
7061
|
/** @enum {string} */
|
|
7047
7062
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7063
|
+
/**
|
|
7064
|
+
* @default flat
|
|
7065
|
+
* @enum {string}
|
|
7066
|
+
*/
|
|
7067
|
+
rateType?: "flat" | "percentage";
|
|
7048
7068
|
};
|
|
7049
7069
|
}[] | null;
|
|
7050
7070
|
/** Format: uuid */
|
|
7051
7071
|
sourceId?: string | null;
|
|
7052
7072
|
initialOwnership?: {
|
|
7053
|
-
/** @default 2025-12-
|
|
7073
|
+
/** @default 2025-12-02 */
|
|
7054
7074
|
startAt?: string;
|
|
7055
7075
|
endAt?: string | null;
|
|
7056
7076
|
members: {
|
|
@@ -7104,7 +7124,7 @@ export interface operations {
|
|
|
7104
7124
|
status: "active" | "inactive";
|
|
7105
7125
|
defaultCurrency?: string | null;
|
|
7106
7126
|
activeOwnership?: {
|
|
7107
|
-
/** @default 2025-12-
|
|
7127
|
+
/** @default 2025-12-02 */
|
|
7108
7128
|
startAt: string;
|
|
7109
7129
|
endAt?: string | null;
|
|
7110
7130
|
setListingInactive?: boolean | null;
|
|
@@ -7135,6 +7155,11 @@ export interface operations {
|
|
|
7135
7155
|
title: string;
|
|
7136
7156
|
/** @enum {string} */
|
|
7137
7157
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7158
|
+
/**
|
|
7159
|
+
* @default flat
|
|
7160
|
+
* @enum {string}
|
|
7161
|
+
*/
|
|
7162
|
+
rateType: "flat" | "percentage";
|
|
7138
7163
|
};
|
|
7139
7164
|
}[] | null;
|
|
7140
7165
|
source?: {
|
|
@@ -7326,7 +7351,7 @@ export interface operations {
|
|
|
7326
7351
|
status: "active" | "inactive";
|
|
7327
7352
|
defaultCurrency?: string | null;
|
|
7328
7353
|
activeOwnership?: {
|
|
7329
|
-
/** @default 2025-12-
|
|
7354
|
+
/** @default 2025-12-02 */
|
|
7330
7355
|
startAt: string;
|
|
7331
7356
|
endAt?: string | null;
|
|
7332
7357
|
setListingInactive?: boolean | null;
|
|
@@ -7357,6 +7382,11 @@ export interface operations {
|
|
|
7357
7382
|
title: string;
|
|
7358
7383
|
/** @enum {string} */
|
|
7359
7384
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7385
|
+
/**
|
|
7386
|
+
* @default flat
|
|
7387
|
+
* @enum {string}
|
|
7388
|
+
*/
|
|
7389
|
+
rateType: "flat" | "percentage";
|
|
7360
7390
|
};
|
|
7361
7391
|
}[] | null;
|
|
7362
7392
|
source?: {
|
|
@@ -7478,12 +7508,17 @@ export interface operations {
|
|
|
7478
7508
|
title: string;
|
|
7479
7509
|
/** @enum {string} */
|
|
7480
7510
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7511
|
+
/**
|
|
7512
|
+
* @default flat
|
|
7513
|
+
* @enum {string}
|
|
7514
|
+
*/
|
|
7515
|
+
rateType?: "flat" | "percentage";
|
|
7481
7516
|
};
|
|
7482
7517
|
}[] | null;
|
|
7483
7518
|
/** Format: uuid */
|
|
7484
7519
|
sourceId?: string | null;
|
|
7485
7520
|
initialOwnership?: {
|
|
7486
|
-
/** @default 2025-12-
|
|
7521
|
+
/** @default 2025-12-02 */
|
|
7487
7522
|
startAt?: string;
|
|
7488
7523
|
endAt?: string | null;
|
|
7489
7524
|
members: {
|
|
@@ -7537,7 +7572,7 @@ export interface operations {
|
|
|
7537
7572
|
status: "active" | "inactive";
|
|
7538
7573
|
defaultCurrency?: string | null;
|
|
7539
7574
|
activeOwnership?: {
|
|
7540
|
-
/** @default 2025-12-
|
|
7575
|
+
/** @default 2025-12-02 */
|
|
7541
7576
|
startAt: string;
|
|
7542
7577
|
endAt?: string | null;
|
|
7543
7578
|
setListingInactive?: boolean | null;
|
|
@@ -7568,6 +7603,11 @@ export interface operations {
|
|
|
7568
7603
|
title: string;
|
|
7569
7604
|
/** @enum {string} */
|
|
7570
7605
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7606
|
+
/**
|
|
7607
|
+
* @default flat
|
|
7608
|
+
* @enum {string}
|
|
7609
|
+
*/
|
|
7610
|
+
rateType: "flat" | "percentage";
|
|
7571
7611
|
};
|
|
7572
7612
|
}[] | null;
|
|
7573
7613
|
source?: {
|
|
@@ -9432,6 +9472,11 @@ export interface operations {
|
|
|
9432
9472
|
title: string;
|
|
9433
9473
|
/** @enum {string} */
|
|
9434
9474
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9475
|
+
/**
|
|
9476
|
+
* @default flat
|
|
9477
|
+
* @enum {string}
|
|
9478
|
+
*/
|
|
9479
|
+
rateType: "flat" | "percentage";
|
|
9435
9480
|
};
|
|
9436
9481
|
}[];
|
|
9437
9482
|
pagination: {
|
|
@@ -9544,6 +9589,11 @@ export interface operations {
|
|
|
9544
9589
|
title: string;
|
|
9545
9590
|
/** @enum {string} */
|
|
9546
9591
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9592
|
+
/**
|
|
9593
|
+
* @default flat
|
|
9594
|
+
* @enum {string}
|
|
9595
|
+
*/
|
|
9596
|
+
rateType: "flat" | "percentage";
|
|
9547
9597
|
};
|
|
9548
9598
|
}[];
|
|
9549
9599
|
};
|
|
@@ -9644,6 +9694,11 @@ export interface operations {
|
|
|
9644
9694
|
title: string;
|
|
9645
9695
|
/** @enum {string} */
|
|
9646
9696
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9697
|
+
/**
|
|
9698
|
+
* @default flat
|
|
9699
|
+
* @enum {string}
|
|
9700
|
+
*/
|
|
9701
|
+
rateType: "flat" | "percentage";
|
|
9647
9702
|
};
|
|
9648
9703
|
};
|
|
9649
9704
|
};
|
|
@@ -9734,6 +9789,11 @@ export interface operations {
|
|
|
9734
9789
|
title: string;
|
|
9735
9790
|
/** @enum {string} */
|
|
9736
9791
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9792
|
+
/**
|
|
9793
|
+
* @default flat
|
|
9794
|
+
* @enum {string}
|
|
9795
|
+
*/
|
|
9796
|
+
rateType: "flat" | "percentage";
|
|
9737
9797
|
};
|
|
9738
9798
|
};
|
|
9739
9799
|
};
|
|
@@ -24590,7 +24650,7 @@ export interface operations {
|
|
|
24590
24650
|
startDate: string;
|
|
24591
24651
|
endDate: string;
|
|
24592
24652
|
classification?: string;
|
|
24593
|
-
type?: "bank" | "
|
|
24653
|
+
type?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
24594
24654
|
party?: "owners" | "manager";
|
|
24595
24655
|
accountIds?: string;
|
|
24596
24656
|
search?: string;
|
|
@@ -24679,7 +24739,7 @@ export interface operations {
|
|
|
24679
24739
|
startDate: string;
|
|
24680
24740
|
endDate: string;
|
|
24681
24741
|
classification?: string;
|
|
24682
|
-
type?: "bank" | "
|
|
24742
|
+
type?: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
24683
24743
|
party?: "owners" | "manager";
|
|
24684
24744
|
accountIds?: string;
|
|
24685
24745
|
search?: string;
|