@vrplatform/api 1.3.0-stage.1294 → 1.3.0-stage.1301
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 +157 -191
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +157 -191
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +157 -191
package/src/generated/v1.ts
CHANGED
|
@@ -6026,6 +6026,7 @@ export interface operations {
|
|
|
6026
6026
|
parameters: {
|
|
6027
6027
|
query?: {
|
|
6028
6028
|
listingId?: string;
|
|
6029
|
+
contactId?: string;
|
|
6029
6030
|
limit?: number;
|
|
6030
6031
|
page?: number;
|
|
6031
6032
|
};
|
|
@@ -6047,7 +6048,7 @@ export interface operations {
|
|
|
6047
6048
|
data: {
|
|
6048
6049
|
/** Format: uuid */
|
|
6049
6050
|
listingId: string;
|
|
6050
|
-
/** @default 2025-12-
|
|
6051
|
+
/** @default 2025-12-12 */
|
|
6051
6052
|
startAt: string;
|
|
6052
6053
|
endAt?: string | null;
|
|
6053
6054
|
setListingInactive?: boolean | null;
|
|
@@ -6138,7 +6139,7 @@ export interface operations {
|
|
|
6138
6139
|
"application/json": {
|
|
6139
6140
|
/** Format: uuid */
|
|
6140
6141
|
listingId: string;
|
|
6141
|
-
/** @default 2025-12-
|
|
6142
|
+
/** @default 2025-12-12 */
|
|
6142
6143
|
startAt?: string;
|
|
6143
6144
|
endAt?: string | null;
|
|
6144
6145
|
members: {
|
|
@@ -6172,7 +6173,7 @@ export interface operations {
|
|
|
6172
6173
|
"application/json": {
|
|
6173
6174
|
/** Format: uuid */
|
|
6174
6175
|
listingId: string;
|
|
6175
|
-
/** @default 2025-12-
|
|
6176
|
+
/** @default 2025-12-12 */
|
|
6176
6177
|
startAt: string;
|
|
6177
6178
|
endAt?: string | null;
|
|
6178
6179
|
setListingInactive?: boolean | null;
|
|
@@ -6252,7 +6253,7 @@ export interface operations {
|
|
|
6252
6253
|
"application/json": {
|
|
6253
6254
|
/** Format: uuid */
|
|
6254
6255
|
listingId: string;
|
|
6255
|
-
/** @default 2025-12-
|
|
6256
|
+
/** @default 2025-12-12 */
|
|
6256
6257
|
startAt: string;
|
|
6257
6258
|
endAt?: string | null;
|
|
6258
6259
|
setListingInactive?: boolean | null;
|
|
@@ -6335,7 +6336,7 @@ export interface operations {
|
|
|
6335
6336
|
"application/json": {
|
|
6336
6337
|
/** Format: uuid */
|
|
6337
6338
|
listingId?: string;
|
|
6338
|
-
/** @default 2025-12-
|
|
6339
|
+
/** @default 2025-12-12 */
|
|
6339
6340
|
startAt?: string;
|
|
6340
6341
|
endAt?: string | null;
|
|
6341
6342
|
members?: {
|
|
@@ -6369,7 +6370,7 @@ export interface operations {
|
|
|
6369
6370
|
"application/json": {
|
|
6370
6371
|
/** Format: uuid */
|
|
6371
6372
|
listingId: string;
|
|
6372
|
-
/** @default 2025-12-
|
|
6373
|
+
/** @default 2025-12-12 */
|
|
6373
6374
|
startAt: string;
|
|
6374
6375
|
endAt?: string | null;
|
|
6375
6376
|
setListingInactive?: boolean | null;
|
|
@@ -6526,8 +6527,13 @@ export interface operations {
|
|
|
6526
6527
|
/** Format: uuid */
|
|
6527
6528
|
connectionId: string;
|
|
6528
6529
|
data: {
|
|
6530
|
+
/** Format: uuid */
|
|
6531
|
+
id?: string | null;
|
|
6529
6532
|
uniqueRef?: string | null;
|
|
6530
6533
|
name: string;
|
|
6534
|
+
sourceId?: string | null;
|
|
6535
|
+
/** @enum {string|null} */
|
|
6536
|
+
status?: "active" | "inactive" | null;
|
|
6531
6537
|
address?: {
|
|
6532
6538
|
full?: string | null;
|
|
6533
6539
|
line1?: string | null;
|
|
@@ -6539,56 +6545,6 @@ export interface operations {
|
|
|
6539
6545
|
stateCode?: string | null;
|
|
6540
6546
|
countryCode?: string | null;
|
|
6541
6547
|
} | null;
|
|
6542
|
-
/** @enum {string} */
|
|
6543
|
-
status?: "active" | "inactive";
|
|
6544
|
-
defaultCurrency?: string | null;
|
|
6545
|
-
activeRecurringFeePeriods?: {
|
|
6546
|
-
/** Format: uuid */
|
|
6547
|
-
id: string;
|
|
6548
|
-
startAt?: string | null;
|
|
6549
|
-
endAt?: string | null;
|
|
6550
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6551
|
-
rate?: number | null;
|
|
6552
|
-
recurringFee: {
|
|
6553
|
-
/** Format: uuid */
|
|
6554
|
-
id: string;
|
|
6555
|
-
title: string;
|
|
6556
|
-
/** @enum {string} */
|
|
6557
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6558
|
-
/**
|
|
6559
|
-
* @default flat
|
|
6560
|
-
* @enum {string}
|
|
6561
|
-
*/
|
|
6562
|
-
rateType?: "flat" | "percentage";
|
|
6563
|
-
};
|
|
6564
|
-
}[] | null;
|
|
6565
|
-
/** Format: uuid */
|
|
6566
|
-
sourceId?: string | null;
|
|
6567
|
-
initialOwnership?: {
|
|
6568
|
-
/** @default 2025-12-11 */
|
|
6569
|
-
startAt?: string;
|
|
6570
|
-
endAt?: string | null;
|
|
6571
|
-
members: {
|
|
6572
|
-
/** Format: uuid */
|
|
6573
|
-
contactId?: string | null;
|
|
6574
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6575
|
-
split?: number | null;
|
|
6576
|
-
}[];
|
|
6577
|
-
setListingInactive?: boolean | null;
|
|
6578
|
-
/**
|
|
6579
|
-
* @default managed
|
|
6580
|
-
* @enum {string|null}
|
|
6581
|
-
*/
|
|
6582
|
-
businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
|
|
6583
|
-
/**
|
|
6584
|
-
* @description How to handle date range conflicts with existing periods
|
|
6585
|
-
* @default updateExisting
|
|
6586
|
-
* @enum {string|null}
|
|
6587
|
-
*/
|
|
6588
|
-
onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | null;
|
|
6589
|
-
} | null;
|
|
6590
|
-
/** Format: uuid */
|
|
6591
|
-
id?: string | null;
|
|
6592
6548
|
}[];
|
|
6593
6549
|
};
|
|
6594
6550
|
};
|
|
@@ -6674,12 +6630,13 @@ export interface operations {
|
|
|
6674
6630
|
};
|
|
6675
6631
|
content: {
|
|
6676
6632
|
"application/json": {
|
|
6677
|
-
|
|
6678
|
-
id: string;
|
|
6633
|
+
name: string;
|
|
6679
6634
|
uniqueRef?: string | null;
|
|
6680
6635
|
/** Format: uuid */
|
|
6681
6636
|
connectionId?: string | null;
|
|
6682
|
-
|
|
6637
|
+
/** @enum {string} */
|
|
6638
|
+
status: "active" | "inactive";
|
|
6639
|
+
defaultCurrency?: string | null;
|
|
6683
6640
|
address?: {
|
|
6684
6641
|
full?: string | null;
|
|
6685
6642
|
line1?: string | null;
|
|
@@ -6691,9 +6648,8 @@ export interface operations {
|
|
|
6691
6648
|
stateCode?: string | null;
|
|
6692
6649
|
countryCode?: string | null;
|
|
6693
6650
|
} | null;
|
|
6694
|
-
/**
|
|
6695
|
-
|
|
6696
|
-
defaultCurrency?: string | null;
|
|
6651
|
+
/** Format: uuid */
|
|
6652
|
+
id: string;
|
|
6697
6653
|
activeOwnership?: {
|
|
6698
6654
|
/** Format: uuid */
|
|
6699
6655
|
id: string;
|
|
@@ -6720,23 +6676,24 @@ export interface operations {
|
|
|
6720
6676
|
} | null;
|
|
6721
6677
|
} | null;
|
|
6722
6678
|
activeRecurringFeePeriods?: {
|
|
6723
|
-
/** Format: uuid */
|
|
6724
|
-
id: string;
|
|
6725
6679
|
startAt?: string | null;
|
|
6726
6680
|
endAt?: string | null;
|
|
6727
|
-
/** @description
|
|
6681
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6728
6682
|
rate?: number | null;
|
|
6683
|
+
/** Format: uuid */
|
|
6684
|
+
id: string;
|
|
6729
6685
|
recurringFee: {
|
|
6730
|
-
/** Format: uuid */
|
|
6731
6686
|
id: string;
|
|
6732
|
-
|
|
6687
|
+
name: string;
|
|
6733
6688
|
/** @enum {string} */
|
|
6734
6689
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6735
6690
|
/**
|
|
6736
6691
|
* @default flat
|
|
6737
|
-
* @enum {string}
|
|
6692
|
+
* @enum {string|null}
|
|
6738
6693
|
*/
|
|
6739
|
-
rateType: "flat" | "percentage";
|
|
6694
|
+
rateType: "flat" | "percentage" | null;
|
|
6695
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6696
|
+
defaultRate?: number | null;
|
|
6740
6697
|
};
|
|
6741
6698
|
}[] | null;
|
|
6742
6699
|
source?: {
|
|
@@ -6819,10 +6776,13 @@ export interface operations {
|
|
|
6819
6776
|
requestBody: {
|
|
6820
6777
|
content: {
|
|
6821
6778
|
"application/json": {
|
|
6779
|
+
name?: string | null;
|
|
6822
6780
|
uniqueRef?: string | null;
|
|
6823
6781
|
/** Format: uuid */
|
|
6824
6782
|
connectionId?: string | null;
|
|
6825
|
-
|
|
6783
|
+
/** @enum {string|null} */
|
|
6784
|
+
status?: "active" | "inactive" | null;
|
|
6785
|
+
defaultCurrency?: string | null;
|
|
6826
6786
|
address?: {
|
|
6827
6787
|
full?: string | null;
|
|
6828
6788
|
line1?: string | null;
|
|
@@ -6834,49 +6794,42 @@ export interface operations {
|
|
|
6834
6794
|
stateCode?: string | null;
|
|
6835
6795
|
countryCode?: string | null;
|
|
6836
6796
|
} | null;
|
|
6837
|
-
/**
|
|
6838
|
-
|
|
6839
|
-
defaultCurrency?: string | null;
|
|
6797
|
+
/** Format: uuid */
|
|
6798
|
+
sourceId?: string | null;
|
|
6840
6799
|
activeRecurringFeePeriods?: {
|
|
6841
|
-
/** Format: uuid */
|
|
6842
|
-
id: string;
|
|
6843
6800
|
startAt?: string | null;
|
|
6844
6801
|
endAt?: string | null;
|
|
6845
|
-
/** @description
|
|
6802
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6846
6803
|
rate?: number | null;
|
|
6804
|
+
/** Format: uuid */
|
|
6805
|
+
id: string;
|
|
6847
6806
|
recurringFee: {
|
|
6848
|
-
/** Format: uuid */
|
|
6849
6807
|
id: string;
|
|
6850
|
-
|
|
6808
|
+
name: string;
|
|
6851
6809
|
/** @enum {string} */
|
|
6852
6810
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6853
6811
|
/**
|
|
6854
6812
|
* @default flat
|
|
6855
|
-
* @enum {string}
|
|
6813
|
+
* @enum {string|null}
|
|
6856
6814
|
*/
|
|
6857
|
-
rateType?: "flat" | "percentage";
|
|
6815
|
+
rateType?: "flat" | "percentage" | null;
|
|
6816
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6817
|
+
defaultRate?: number | null;
|
|
6858
6818
|
};
|
|
6859
6819
|
}[] | null;
|
|
6860
|
-
/** Format: uuid */
|
|
6861
|
-
sourceId?: string | null;
|
|
6862
6820
|
initialOwnership?: {
|
|
6863
|
-
|
|
6864
|
-
startAt?: string;
|
|
6821
|
+
startAt?: string | null;
|
|
6865
6822
|
endAt?: string | null;
|
|
6866
|
-
members
|
|
6823
|
+
members?: {
|
|
6867
6824
|
/** Format: uuid */
|
|
6868
6825
|
contactId?: string | null;
|
|
6869
6826
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6870
6827
|
split?: number | null;
|
|
6871
|
-
}[];
|
|
6828
|
+
}[] | null;
|
|
6872
6829
|
setListingInactive?: boolean | null;
|
|
6873
|
-
/**
|
|
6874
|
-
* @default managed
|
|
6875
|
-
* @enum {string|null}
|
|
6876
|
-
*/
|
|
6830
|
+
/** @enum {string|null} */
|
|
6877
6831
|
businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
|
|
6878
6832
|
/**
|
|
6879
|
-
* @description How to handle date range conflicts with existing periods
|
|
6880
6833
|
* @default updateExisting
|
|
6881
6834
|
* @enum {string|null}
|
|
6882
6835
|
*/
|
|
@@ -6893,12 +6846,13 @@ export interface operations {
|
|
|
6893
6846
|
};
|
|
6894
6847
|
content: {
|
|
6895
6848
|
"application/json": {
|
|
6896
|
-
|
|
6897
|
-
id: string;
|
|
6849
|
+
name: string;
|
|
6898
6850
|
uniqueRef?: string | null;
|
|
6899
6851
|
/** Format: uuid */
|
|
6900
6852
|
connectionId?: string | null;
|
|
6901
|
-
|
|
6853
|
+
/** @enum {string} */
|
|
6854
|
+
status: "active" | "inactive";
|
|
6855
|
+
defaultCurrency?: string | null;
|
|
6902
6856
|
address?: {
|
|
6903
6857
|
full?: string | null;
|
|
6904
6858
|
line1?: string | null;
|
|
@@ -6910,9 +6864,8 @@ export interface operations {
|
|
|
6910
6864
|
stateCode?: string | null;
|
|
6911
6865
|
countryCode?: string | null;
|
|
6912
6866
|
} | null;
|
|
6913
|
-
/**
|
|
6914
|
-
|
|
6915
|
-
defaultCurrency?: string | null;
|
|
6867
|
+
/** Format: uuid */
|
|
6868
|
+
id: string;
|
|
6916
6869
|
activeOwnership?: {
|
|
6917
6870
|
/** Format: uuid */
|
|
6918
6871
|
id: string;
|
|
@@ -6939,23 +6892,24 @@ export interface operations {
|
|
|
6939
6892
|
} | null;
|
|
6940
6893
|
} | null;
|
|
6941
6894
|
activeRecurringFeePeriods?: {
|
|
6942
|
-
/** Format: uuid */
|
|
6943
|
-
id: string;
|
|
6944
6895
|
startAt?: string | null;
|
|
6945
6896
|
endAt?: string | null;
|
|
6946
|
-
/** @description
|
|
6897
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6947
6898
|
rate?: number | null;
|
|
6899
|
+
/** Format: uuid */
|
|
6900
|
+
id: string;
|
|
6948
6901
|
recurringFee: {
|
|
6949
|
-
/** Format: uuid */
|
|
6950
6902
|
id: string;
|
|
6951
|
-
|
|
6903
|
+
name: string;
|
|
6952
6904
|
/** @enum {string} */
|
|
6953
6905
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6954
6906
|
/**
|
|
6955
6907
|
* @default flat
|
|
6956
|
-
* @enum {string}
|
|
6908
|
+
* @enum {string|null}
|
|
6957
6909
|
*/
|
|
6958
|
-
rateType: "flat" | "percentage";
|
|
6910
|
+
rateType: "flat" | "percentage" | null;
|
|
6911
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6912
|
+
defaultRate?: number | null;
|
|
6959
6913
|
};
|
|
6960
6914
|
}[] | null;
|
|
6961
6915
|
source?: {
|
|
@@ -7126,12 +7080,13 @@ export interface operations {
|
|
|
7126
7080
|
content: {
|
|
7127
7081
|
"application/json": {
|
|
7128
7082
|
data: {
|
|
7129
|
-
|
|
7130
|
-
id: string;
|
|
7083
|
+
name: string;
|
|
7131
7084
|
uniqueRef?: string | null;
|
|
7132
7085
|
/** Format: uuid */
|
|
7133
7086
|
connectionId?: string | null;
|
|
7134
|
-
|
|
7087
|
+
/** @enum {string} */
|
|
7088
|
+
status: "active" | "inactive";
|
|
7089
|
+
defaultCurrency?: string | null;
|
|
7135
7090
|
address?: {
|
|
7136
7091
|
full?: string | null;
|
|
7137
7092
|
line1?: string | null;
|
|
@@ -7143,9 +7098,8 @@ export interface operations {
|
|
|
7143
7098
|
stateCode?: string | null;
|
|
7144
7099
|
countryCode?: string | null;
|
|
7145
7100
|
} | null;
|
|
7146
|
-
/**
|
|
7147
|
-
|
|
7148
|
-
defaultCurrency?: string | null;
|
|
7101
|
+
/** Format: uuid */
|
|
7102
|
+
id: string;
|
|
7149
7103
|
activeOwnership?: {
|
|
7150
7104
|
/** Format: uuid */
|
|
7151
7105
|
id: string;
|
|
@@ -7172,23 +7126,24 @@ export interface operations {
|
|
|
7172
7126
|
} | null;
|
|
7173
7127
|
} | null;
|
|
7174
7128
|
activeRecurringFeePeriods?: {
|
|
7175
|
-
/** Format: uuid */
|
|
7176
|
-
id: string;
|
|
7177
7129
|
startAt?: string | null;
|
|
7178
7130
|
endAt?: string | null;
|
|
7179
|
-
/** @description
|
|
7131
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7180
7132
|
rate?: number | null;
|
|
7133
|
+
/** Format: uuid */
|
|
7134
|
+
id: string;
|
|
7181
7135
|
recurringFee: {
|
|
7182
|
-
/** Format: uuid */
|
|
7183
7136
|
id: string;
|
|
7184
|
-
|
|
7137
|
+
name: string;
|
|
7185
7138
|
/** @enum {string} */
|
|
7186
7139
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7187
7140
|
/**
|
|
7188
7141
|
* @default flat
|
|
7189
|
-
* @enum {string}
|
|
7142
|
+
* @enum {string|null}
|
|
7190
7143
|
*/
|
|
7191
|
-
rateType: "flat" | "percentage";
|
|
7144
|
+
rateType: "flat" | "percentage" | null;
|
|
7145
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7146
|
+
defaultRate?: number | null;
|
|
7192
7147
|
};
|
|
7193
7148
|
}[] | null;
|
|
7194
7149
|
source?: {
|
|
@@ -7279,10 +7234,13 @@ export interface operations {
|
|
|
7279
7234
|
requestBody: {
|
|
7280
7235
|
content: {
|
|
7281
7236
|
"application/json": {
|
|
7237
|
+
name?: string | null;
|
|
7282
7238
|
uniqueRef?: string | null;
|
|
7283
7239
|
/** Format: uuid */
|
|
7284
7240
|
connectionId?: string | null;
|
|
7285
|
-
|
|
7241
|
+
/** @enum {string|null} */
|
|
7242
|
+
status?: "active" | "inactive" | null;
|
|
7243
|
+
defaultCurrency?: string | null;
|
|
7286
7244
|
address?: {
|
|
7287
7245
|
full?: string | null;
|
|
7288
7246
|
line1?: string | null;
|
|
@@ -7294,49 +7252,42 @@ export interface operations {
|
|
|
7294
7252
|
stateCode?: string | null;
|
|
7295
7253
|
countryCode?: string | null;
|
|
7296
7254
|
} | null;
|
|
7297
|
-
/**
|
|
7298
|
-
|
|
7299
|
-
defaultCurrency?: string | null;
|
|
7255
|
+
/** Format: uuid */
|
|
7256
|
+
sourceId?: string | null;
|
|
7300
7257
|
activeRecurringFeePeriods?: {
|
|
7301
|
-
/** Format: uuid */
|
|
7302
|
-
id: string;
|
|
7303
7258
|
startAt?: string | null;
|
|
7304
7259
|
endAt?: string | null;
|
|
7305
|
-
/** @description
|
|
7260
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7306
7261
|
rate?: number | null;
|
|
7262
|
+
/** Format: uuid */
|
|
7263
|
+
id: string;
|
|
7307
7264
|
recurringFee: {
|
|
7308
|
-
/** Format: uuid */
|
|
7309
7265
|
id: string;
|
|
7310
|
-
|
|
7266
|
+
name: string;
|
|
7311
7267
|
/** @enum {string} */
|
|
7312
7268
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7313
7269
|
/**
|
|
7314
7270
|
* @default flat
|
|
7315
|
-
* @enum {string}
|
|
7271
|
+
* @enum {string|null}
|
|
7316
7272
|
*/
|
|
7317
|
-
rateType?: "flat" | "percentage";
|
|
7273
|
+
rateType?: "flat" | "percentage" | null;
|
|
7274
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7275
|
+
defaultRate?: number | null;
|
|
7318
7276
|
};
|
|
7319
7277
|
}[] | null;
|
|
7320
|
-
/** Format: uuid */
|
|
7321
|
-
sourceId?: string | null;
|
|
7322
7278
|
initialOwnership?: {
|
|
7323
|
-
|
|
7324
|
-
startAt?: string;
|
|
7279
|
+
startAt?: string | null;
|
|
7325
7280
|
endAt?: string | null;
|
|
7326
|
-
members
|
|
7281
|
+
members?: {
|
|
7327
7282
|
/** Format: uuid */
|
|
7328
7283
|
contactId?: string | null;
|
|
7329
7284
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7330
7285
|
split?: number | null;
|
|
7331
|
-
}[];
|
|
7286
|
+
}[] | null;
|
|
7332
7287
|
setListingInactive?: boolean | null;
|
|
7333
|
-
/**
|
|
7334
|
-
* @default managed
|
|
7335
|
-
* @enum {string|null}
|
|
7336
|
-
*/
|
|
7288
|
+
/** @enum {string|null} */
|
|
7337
7289
|
businessModel?: "managed" | "co_host" | "co_host_airbnb" | null;
|
|
7338
7290
|
/**
|
|
7339
|
-
* @description How to handle date range conflicts with existing periods
|
|
7340
7291
|
* @default updateExisting
|
|
7341
7292
|
* @enum {string|null}
|
|
7342
7293
|
*/
|
|
@@ -7353,12 +7304,13 @@ export interface operations {
|
|
|
7353
7304
|
};
|
|
7354
7305
|
content: {
|
|
7355
7306
|
"application/json": {
|
|
7356
|
-
|
|
7357
|
-
id: string;
|
|
7307
|
+
name: string;
|
|
7358
7308
|
uniqueRef?: string | null;
|
|
7359
7309
|
/** Format: uuid */
|
|
7360
7310
|
connectionId?: string | null;
|
|
7361
|
-
|
|
7311
|
+
/** @enum {string} */
|
|
7312
|
+
status: "active" | "inactive";
|
|
7313
|
+
defaultCurrency?: string | null;
|
|
7362
7314
|
address?: {
|
|
7363
7315
|
full?: string | null;
|
|
7364
7316
|
line1?: string | null;
|
|
@@ -7370,46 +7322,52 @@ export interface operations {
|
|
|
7370
7322
|
stateCode?: string | null;
|
|
7371
7323
|
countryCode?: string | null;
|
|
7372
7324
|
} | null;
|
|
7373
|
-
/**
|
|
7374
|
-
|
|
7375
|
-
defaultCurrency?: string | null;
|
|
7325
|
+
/** Format: uuid */
|
|
7326
|
+
id: string;
|
|
7376
7327
|
activeOwnership?: {
|
|
7377
|
-
/**
|
|
7328
|
+
/** Format: uuid */
|
|
7329
|
+
id: string;
|
|
7378
7330
|
startAt: string;
|
|
7379
7331
|
endAt?: string | null;
|
|
7380
|
-
setListingInactive?: boolean | null;
|
|
7381
|
-
/**
|
|
7382
|
-
* @default managed
|
|
7383
|
-
* @enum {string|null}
|
|
7384
|
-
*/
|
|
7385
|
-
businessModel: "managed" | "co_host" | "co_host_airbnb" | null;
|
|
7386
7332
|
members: {
|
|
7387
7333
|
/** Format: uuid */
|
|
7388
7334
|
contactId?: string | null;
|
|
7389
7335
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7390
7336
|
split?: number | null;
|
|
7391
7337
|
}[];
|
|
7392
|
-
|
|
7393
|
-
|
|
7338
|
+
setListingInactive?: boolean | null;
|
|
7339
|
+
/** @enum {string} */
|
|
7340
|
+
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
7341
|
+
lock?: {
|
|
7342
|
+
/** @enum {string} */
|
|
7343
|
+
status: "locked" | "unlocked";
|
|
7344
|
+
booksClosed?: {
|
|
7345
|
+
date: string;
|
|
7346
|
+
} | null;
|
|
7347
|
+
ownerStatement?: {
|
|
7348
|
+
ids: string[];
|
|
7349
|
+
} | null;
|
|
7350
|
+
} | null;
|
|
7394
7351
|
} | null;
|
|
7395
7352
|
activeRecurringFeePeriods?: {
|
|
7396
|
-
/** Format: uuid */
|
|
7397
|
-
id: string;
|
|
7398
7353
|
startAt?: string | null;
|
|
7399
7354
|
endAt?: string | null;
|
|
7400
|
-
/** @description
|
|
7355
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7401
7356
|
rate?: number | null;
|
|
7357
|
+
/** Format: uuid */
|
|
7358
|
+
id: string;
|
|
7402
7359
|
recurringFee: {
|
|
7403
|
-
/** Format: uuid */
|
|
7404
7360
|
id: string;
|
|
7405
|
-
|
|
7361
|
+
name: string;
|
|
7406
7362
|
/** @enum {string} */
|
|
7407
7363
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7408
7364
|
/**
|
|
7409
7365
|
* @default flat
|
|
7410
|
-
* @enum {string}
|
|
7366
|
+
* @enum {string|null}
|
|
7411
7367
|
*/
|
|
7412
|
-
rateType: "flat" | "percentage";
|
|
7368
|
+
rateType: "flat" | "percentage" | null;
|
|
7369
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7370
|
+
defaultRate?: number | null;
|
|
7413
7371
|
};
|
|
7414
7372
|
}[] | null;
|
|
7415
7373
|
source?: {
|
|
@@ -9068,7 +9026,7 @@ export interface operations {
|
|
|
9068
9026
|
uniqueRef?: string | null;
|
|
9069
9027
|
name?: string;
|
|
9070
9028
|
formula: string;
|
|
9071
|
-
/** @description
|
|
9029
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9072
9030
|
defaultRate?: number | null;
|
|
9073
9031
|
icon?: string | null;
|
|
9074
9032
|
/** @enum {string} */
|
|
@@ -9098,7 +9056,7 @@ export interface operations {
|
|
|
9098
9056
|
listingId: string;
|
|
9099
9057
|
startAt?: string | null;
|
|
9100
9058
|
endAt?: string | null;
|
|
9101
|
-
/** @description
|
|
9059
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9102
9060
|
rate?: number | null;
|
|
9103
9061
|
}[] | null;
|
|
9104
9062
|
id?: string | null;
|
|
@@ -9275,23 +9233,25 @@ export interface operations {
|
|
|
9275
9233
|
"application/json": {
|
|
9276
9234
|
data: {
|
|
9277
9235
|
/** Format: uuid */
|
|
9278
|
-
id: string;
|
|
9279
9236
|
listingId: string;
|
|
9280
9237
|
startAt?: string | null;
|
|
9281
9238
|
endAt?: string | null;
|
|
9282
|
-
/** @description
|
|
9239
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9283
9240
|
rate?: number | null;
|
|
9241
|
+
/** Format: uuid */
|
|
9242
|
+
id: string;
|
|
9284
9243
|
recurringFee: {
|
|
9285
|
-
/** Format: uuid */
|
|
9286
9244
|
id: string;
|
|
9287
|
-
|
|
9245
|
+
name: string;
|
|
9288
9246
|
/** @enum {string} */
|
|
9289
9247
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9290
9248
|
/**
|
|
9291
9249
|
* @default flat
|
|
9292
|
-
* @enum {string}
|
|
9250
|
+
* @enum {string|null}
|
|
9293
9251
|
*/
|
|
9294
|
-
rateType: "flat" | "percentage";
|
|
9252
|
+
rateType: "flat" | "percentage" | null;
|
|
9253
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9254
|
+
defaultRate?: number | null;
|
|
9295
9255
|
};
|
|
9296
9256
|
}[];
|
|
9297
9257
|
pagination: {
|
|
@@ -9371,7 +9331,7 @@ export interface operations {
|
|
|
9371
9331
|
listingId: string;
|
|
9372
9332
|
startAt?: string | null;
|
|
9373
9333
|
endAt?: string | null;
|
|
9374
|
-
/** @description
|
|
9334
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9375
9335
|
rate?: number | null;
|
|
9376
9336
|
/** @enum {string|null} */
|
|
9377
9337
|
onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
|
|
@@ -9387,23 +9347,25 @@ export interface operations {
|
|
|
9387
9347
|
content: {
|
|
9388
9348
|
"application/json": {
|
|
9389
9349
|
/** Format: uuid */
|
|
9390
|
-
id: string;
|
|
9391
9350
|
listingId: string;
|
|
9392
9351
|
startAt?: string | null;
|
|
9393
9352
|
endAt?: string | null;
|
|
9394
|
-
/** @description
|
|
9353
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9395
9354
|
rate?: number | null;
|
|
9355
|
+
/** Format: uuid */
|
|
9356
|
+
id: string;
|
|
9396
9357
|
recurringFee: {
|
|
9397
|
-
/** Format: uuid */
|
|
9398
9358
|
id: string;
|
|
9399
|
-
|
|
9359
|
+
name: string;
|
|
9400
9360
|
/** @enum {string} */
|
|
9401
9361
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9402
9362
|
/**
|
|
9403
9363
|
* @default flat
|
|
9404
|
-
* @enum {string}
|
|
9364
|
+
* @enum {string|null}
|
|
9405
9365
|
*/
|
|
9406
|
-
rateType: "flat" | "percentage";
|
|
9366
|
+
rateType: "flat" | "percentage" | null;
|
|
9367
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9368
|
+
defaultRate?: number | null;
|
|
9407
9369
|
};
|
|
9408
9370
|
};
|
|
9409
9371
|
};
|
|
@@ -9460,9 +9422,11 @@ export interface operations {
|
|
|
9460
9422
|
requestBody: {
|
|
9461
9423
|
content: {
|
|
9462
9424
|
"application/json": {
|
|
9425
|
+
/** Format: uuid */
|
|
9426
|
+
listingId?: string;
|
|
9463
9427
|
startAt?: string | null;
|
|
9464
9428
|
endAt?: string | null;
|
|
9465
|
-
/** @description
|
|
9429
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9466
9430
|
rate?: number | null;
|
|
9467
9431
|
/** @enum {string|null} */
|
|
9468
9432
|
onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
|
|
@@ -9478,23 +9442,25 @@ export interface operations {
|
|
|
9478
9442
|
content: {
|
|
9479
9443
|
"application/json": {
|
|
9480
9444
|
/** Format: uuid */
|
|
9481
|
-
id: string;
|
|
9482
9445
|
listingId: string;
|
|
9483
9446
|
startAt?: string | null;
|
|
9484
9447
|
endAt?: string | null;
|
|
9485
|
-
/** @description
|
|
9448
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9486
9449
|
rate?: number | null;
|
|
9450
|
+
/** Format: uuid */
|
|
9451
|
+
id: string;
|
|
9487
9452
|
recurringFee: {
|
|
9488
|
-
/** Format: uuid */
|
|
9489
9453
|
id: string;
|
|
9490
|
-
|
|
9454
|
+
name: string;
|
|
9491
9455
|
/** @enum {string} */
|
|
9492
9456
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9493
9457
|
/**
|
|
9494
9458
|
* @default flat
|
|
9495
|
-
* @enum {string}
|
|
9459
|
+
* @enum {string|null}
|
|
9496
9460
|
*/
|
|
9497
|
-
rateType: "flat" | "percentage";
|
|
9461
|
+
rateType: "flat" | "percentage" | null;
|
|
9462
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9463
|
+
defaultRate?: number | null;
|
|
9498
9464
|
};
|
|
9499
9465
|
};
|
|
9500
9466
|
};
|
|
@@ -9642,7 +9608,7 @@ export interface operations {
|
|
|
9642
9608
|
"application/json": {
|
|
9643
9609
|
name: string;
|
|
9644
9610
|
formula: string;
|
|
9645
|
-
/** @description
|
|
9611
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9646
9612
|
defaultRate?: number | null;
|
|
9647
9613
|
icon?: string | null;
|
|
9648
9614
|
/** @enum {string} */
|
|
@@ -9772,7 +9738,7 @@ export interface operations {
|
|
|
9772
9738
|
uniqueRef?: string | null;
|
|
9773
9739
|
name?: string;
|
|
9774
9740
|
formula?: string;
|
|
9775
|
-
/** @description
|
|
9741
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9776
9742
|
defaultRate?: number | null;
|
|
9777
9743
|
icon?: string | null;
|
|
9778
9744
|
/** @enum {string} */
|
|
@@ -9802,7 +9768,7 @@ export interface operations {
|
|
|
9802
9768
|
listingId: string;
|
|
9803
9769
|
startAt?: string | null;
|
|
9804
9770
|
endAt?: string | null;
|
|
9805
|
-
/** @description
|
|
9771
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9806
9772
|
rate?: number | null;
|
|
9807
9773
|
}[] | null;
|
|
9808
9774
|
};
|
|
@@ -9818,7 +9784,7 @@ export interface operations {
|
|
|
9818
9784
|
"application/json": {
|
|
9819
9785
|
name: string;
|
|
9820
9786
|
formula: string;
|
|
9821
|
-
/** @description
|
|
9787
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9822
9788
|
defaultRate?: number | null;
|
|
9823
9789
|
icon?: string | null;
|
|
9824
9790
|
/** @enum {string} */
|
|
@@ -10034,7 +10000,7 @@ export interface operations {
|
|
|
10034
10000
|
data: {
|
|
10035
10001
|
name: string;
|
|
10036
10002
|
formula: string;
|
|
10037
|
-
/** @description
|
|
10003
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
10038
10004
|
defaultRate?: number | null;
|
|
10039
10005
|
icon?: string | null;
|
|
10040
10006
|
/** @enum {string} */
|
|
@@ -10172,7 +10138,7 @@ export interface operations {
|
|
|
10172
10138
|
uniqueRef?: string | null;
|
|
10173
10139
|
name: string;
|
|
10174
10140
|
formula: string;
|
|
10175
|
-
/** @description
|
|
10141
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
10176
10142
|
defaultRate?: number | null;
|
|
10177
10143
|
icon?: string | null;
|
|
10178
10144
|
/** @enum {string} */
|
|
@@ -10202,7 +10168,7 @@ export interface operations {
|
|
|
10202
10168
|
listingId: string;
|
|
10203
10169
|
startAt?: string | null;
|
|
10204
10170
|
endAt?: string | null;
|
|
10205
|
-
/** @description
|
|
10171
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
10206
10172
|
rate?: number | null;
|
|
10207
10173
|
}[] | null;
|
|
10208
10174
|
};
|
|
@@ -10218,7 +10184,7 @@ export interface operations {
|
|
|
10218
10184
|
"application/json": {
|
|
10219
10185
|
name: string;
|
|
10220
10186
|
formula: string;
|
|
10221
|
-
/** @description
|
|
10187
|
+
/** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
10222
10188
|
defaultRate?: number | null;
|
|
10223
10189
|
icon?: string | null;
|
|
10224
10190
|
/** @enum {string} */
|