@vrplatform/api 1.3.1-stage.1521 → 1.3.1-stage.1523
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.
|
@@ -3148,7 +3148,10 @@ export interface operations {
|
|
|
3148
3148
|
taxRate?: {
|
|
3149
3149
|
id: string;
|
|
3150
3150
|
name: string;
|
|
3151
|
-
/**
|
|
3151
|
+
/**
|
|
3152
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
3153
|
+
* @example 100000
|
|
3154
|
+
*/
|
|
3152
3155
|
basisPoints: number;
|
|
3153
3156
|
} | null;
|
|
3154
3157
|
} | null;
|
|
@@ -12481,7 +12484,10 @@ export interface operations {
|
|
|
12481
12484
|
description?: string | null;
|
|
12482
12485
|
countryCode?: string | null;
|
|
12483
12486
|
currency?: string | null;
|
|
12484
|
-
/**
|
|
12487
|
+
/**
|
|
12488
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
12489
|
+
* @example 100000
|
|
12490
|
+
*/
|
|
12485
12491
|
basisPoints: number;
|
|
12486
12492
|
type?: ("markup" | "tax") | null;
|
|
12487
12493
|
uniqueRef?: string | null;
|
|
@@ -12599,7 +12605,10 @@ export interface operations {
|
|
|
12599
12605
|
description?: string | null;
|
|
12600
12606
|
countryCode?: string | null;
|
|
12601
12607
|
currency?: string | null;
|
|
12602
|
-
/**
|
|
12608
|
+
/**
|
|
12609
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
12610
|
+
* @example 100000
|
|
12611
|
+
*/
|
|
12603
12612
|
basisPoints: number;
|
|
12604
12613
|
type?: ("markup" | "tax") | null;
|
|
12605
12614
|
uniqueRef?: string | null;
|
|
@@ -12622,7 +12631,10 @@ export interface operations {
|
|
|
12622
12631
|
description?: string | null;
|
|
12623
12632
|
countryCode?: string | null;
|
|
12624
12633
|
currency?: string | null;
|
|
12625
|
-
/**
|
|
12634
|
+
/**
|
|
12635
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
12636
|
+
* @example 100000
|
|
12637
|
+
*/
|
|
12626
12638
|
basisPoints: number;
|
|
12627
12639
|
type?: ("markup" | "tax") | null;
|
|
12628
12640
|
uniqueRef?: string | null;
|
|
@@ -12732,7 +12744,10 @@ export interface operations {
|
|
|
12732
12744
|
description?: string | null;
|
|
12733
12745
|
countryCode?: string | null;
|
|
12734
12746
|
currency?: string | null;
|
|
12735
|
-
/**
|
|
12747
|
+
/**
|
|
12748
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
12749
|
+
* @example 100000
|
|
12750
|
+
*/
|
|
12736
12751
|
basisPoints?: number;
|
|
12737
12752
|
type?: ("markup" | "tax") | null;
|
|
12738
12753
|
uniqueRef?: string | null;
|
|
@@ -12755,7 +12770,10 @@ export interface operations {
|
|
|
12755
12770
|
description?: string | null;
|
|
12756
12771
|
countryCode?: string | null;
|
|
12757
12772
|
currency?: string | null;
|
|
12758
|
-
/**
|
|
12773
|
+
/**
|
|
12774
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
12775
|
+
* @example 100000
|
|
12776
|
+
*/
|
|
12759
12777
|
basisPoints: number;
|
|
12760
12778
|
type?: ("markup" | "tax") | null;
|
|
12761
12779
|
uniqueRef?: string | null;
|
|
@@ -13045,7 +13063,10 @@ export interface operations {
|
|
|
13045
13063
|
taxRate?: {
|
|
13046
13064
|
id: string;
|
|
13047
13065
|
name: string;
|
|
13048
|
-
/**
|
|
13066
|
+
/**
|
|
13067
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
13068
|
+
* @example 100000
|
|
13069
|
+
*/
|
|
13049
13070
|
basisPoints: number;
|
|
13050
13071
|
} | null;
|
|
13051
13072
|
activeListings: number;
|
|
@@ -13249,7 +13270,10 @@ export interface operations {
|
|
|
13249
13270
|
taxRate?: {
|
|
13250
13271
|
id: string;
|
|
13251
13272
|
name: string;
|
|
13252
|
-
/**
|
|
13273
|
+
/**
|
|
13274
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
13275
|
+
* @example 100000
|
|
13276
|
+
*/
|
|
13253
13277
|
basisPoints: number;
|
|
13254
13278
|
} | null;
|
|
13255
13279
|
activeListings: number;
|
|
@@ -14153,7 +14177,10 @@ export interface operations {
|
|
|
14153
14177
|
taxRate?: {
|
|
14154
14178
|
id: string;
|
|
14155
14179
|
name: string;
|
|
14156
|
-
/**
|
|
14180
|
+
/**
|
|
14181
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
14182
|
+
* @example 100000
|
|
14183
|
+
*/
|
|
14157
14184
|
basisPoints: number;
|
|
14158
14185
|
} | null;
|
|
14159
14186
|
activeListings: number;
|
|
@@ -14349,7 +14376,10 @@ export interface operations {
|
|
|
14349
14376
|
taxRate?: {
|
|
14350
14377
|
id: string;
|
|
14351
14378
|
name: string;
|
|
14352
|
-
/**
|
|
14379
|
+
/**
|
|
14380
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
14381
|
+
* @example 100000
|
|
14382
|
+
*/
|
|
14353
14383
|
basisPoints: number;
|
|
14354
14384
|
} | null;
|
|
14355
14385
|
activeListings: number;
|
|
@@ -18054,6 +18084,7 @@ export interface operations {
|
|
|
18054
18084
|
connectionId?: string;
|
|
18055
18085
|
bookingChannel?: string;
|
|
18056
18086
|
amount?: number;
|
|
18087
|
+
businessModel?: "managed" | "co_host" | "co_host_airbnb";
|
|
18057
18088
|
includeLines?: boolean;
|
|
18058
18089
|
limit?: number;
|
|
18059
18090
|
page?: number;
|
|
@@ -24278,7 +24309,10 @@ export interface operations {
|
|
|
24278
24309
|
taxRate?: {
|
|
24279
24310
|
id: string;
|
|
24280
24311
|
name: string;
|
|
24281
|
-
/**
|
|
24312
|
+
/**
|
|
24313
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
24314
|
+
* @example 100000
|
|
24315
|
+
*/
|
|
24282
24316
|
basisPoints: number;
|
|
24283
24317
|
} | null;
|
|
24284
24318
|
} | null;
|
|
@@ -29104,7 +29138,10 @@ export interface operations {
|
|
|
29104
29138
|
taxRate?: {
|
|
29105
29139
|
id: string;
|
|
29106
29140
|
name: string;
|
|
29107
|
-
/**
|
|
29141
|
+
/**
|
|
29142
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
29143
|
+
* @example 100000
|
|
29144
|
+
*/
|
|
29108
29145
|
basisPoints: number;
|
|
29109
29146
|
} | null;
|
|
29110
29147
|
} | null;
|
|
@@ -29482,7 +29519,10 @@ export interface operations {
|
|
|
29482
29519
|
taxRate?: {
|
|
29483
29520
|
id: string;
|
|
29484
29521
|
name: string;
|
|
29485
|
-
/**
|
|
29522
|
+
/**
|
|
29523
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
29524
|
+
* @example 100000
|
|
29525
|
+
*/
|
|
29486
29526
|
basisPoints: number;
|
|
29487
29527
|
} | null;
|
|
29488
29528
|
} | null;
|
|
@@ -30465,7 +30505,10 @@ export interface operations {
|
|
|
30465
30505
|
taxRate?: {
|
|
30466
30506
|
id: string;
|
|
30467
30507
|
name: string;
|
|
30468
|
-
/**
|
|
30508
|
+
/**
|
|
30509
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
30510
|
+
* @example 100000
|
|
30511
|
+
*/
|
|
30469
30512
|
basisPoints: number;
|
|
30470
30513
|
} | null;
|
|
30471
30514
|
} | null;
|
|
@@ -30759,7 +30802,10 @@ export interface operations {
|
|
|
30759
30802
|
taxRate?: {
|
|
30760
30803
|
id: string;
|
|
30761
30804
|
name: string;
|
|
30762
|
-
/**
|
|
30805
|
+
/**
|
|
30806
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
30807
|
+
* @example 100000
|
|
30808
|
+
*/
|
|
30763
30809
|
basisPoints: number;
|
|
30764
30810
|
} | null;
|
|
30765
30811
|
} | null;
|
|
@@ -31128,7 +31174,10 @@ export interface operations {
|
|
|
31128
31174
|
taxRate?: {
|
|
31129
31175
|
id: string;
|
|
31130
31176
|
name: string;
|
|
31131
|
-
/**
|
|
31177
|
+
/**
|
|
31178
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
31179
|
+
* @example 100000
|
|
31180
|
+
*/
|
|
31132
31181
|
basisPoints: number;
|
|
31133
31182
|
} | null;
|
|
31134
31183
|
} | null;
|
|
@@ -31415,7 +31464,10 @@ export interface operations {
|
|
|
31415
31464
|
taxRate?: {
|
|
31416
31465
|
id: string;
|
|
31417
31466
|
name: string;
|
|
31418
|
-
/**
|
|
31467
|
+
/**
|
|
31468
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
31469
|
+
* @example 100000
|
|
31470
|
+
*/
|
|
31419
31471
|
basisPoints: number;
|
|
31420
31472
|
} | null;
|
|
31421
31473
|
} | null;
|
|
@@ -31750,7 +31802,10 @@ export interface operations {
|
|
|
31750
31802
|
taxRate?: {
|
|
31751
31803
|
id: string;
|
|
31752
31804
|
name: string;
|
|
31753
|
-
/**
|
|
31805
|
+
/**
|
|
31806
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
31807
|
+
* @example 100000
|
|
31808
|
+
*/
|
|
31754
31809
|
basisPoints: number;
|
|
31755
31810
|
} | null;
|
|
31756
31811
|
} | null;
|
|
@@ -32053,7 +32108,10 @@ export interface operations {
|
|
|
32053
32108
|
taxRate?: {
|
|
32054
32109
|
id: string;
|
|
32055
32110
|
name: string;
|
|
32056
|
-
/**
|
|
32111
|
+
/**
|
|
32112
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
32113
|
+
* @example 100000
|
|
32114
|
+
*/
|
|
32057
32115
|
basisPoints: number;
|
|
32058
32116
|
} | null;
|
|
32059
32117
|
} | null;
|
|
@@ -32479,7 +32537,10 @@ export interface operations {
|
|
|
32479
32537
|
taxRate?: {
|
|
32480
32538
|
id: string;
|
|
32481
32539
|
name: string;
|
|
32482
|
-
/**
|
|
32540
|
+
/**
|
|
32541
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
32542
|
+
* @example 100000
|
|
32543
|
+
*/
|
|
32483
32544
|
basisPoints: number;
|
|
32484
32545
|
} | null;
|
|
32485
32546
|
} | null;
|
|
@@ -32920,7 +32981,10 @@ export interface operations {
|
|
|
32920
32981
|
taxRate?: {
|
|
32921
32982
|
id: string;
|
|
32922
32983
|
name: string;
|
|
32923
|
-
/**
|
|
32984
|
+
/**
|
|
32985
|
+
* @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
|
|
32986
|
+
* @example 100000
|
|
32987
|
+
*/
|
|
32924
32988
|
basisPoints: number;
|
|
32925
32989
|
} | null;
|
|
32926
32990
|
} | null;
|