@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1521",
9
+ "version": "1.3.1-stage.1523",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -3149,7 +3149,10 @@ export interface operations {
3149
3149
  taxRate?: {
3150
3150
  id: string;
3151
3151
  name: string;
3152
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
3152
+ /**
3153
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
3154
+ * @example 100000
3155
+ */
3153
3156
  basisPoints: number;
3154
3157
  } | null;
3155
3158
  } | null;
@@ -12482,7 +12485,10 @@ export interface operations {
12482
12485
  description?: string | null;
12483
12486
  countryCode?: string | null;
12484
12487
  currency?: string | null;
12485
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
12488
+ /**
12489
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
12490
+ * @example 100000
12491
+ */
12486
12492
  basisPoints: number;
12487
12493
  type?: ("markup" | "tax") | null;
12488
12494
  uniqueRef?: string | null;
@@ -12600,7 +12606,10 @@ export interface operations {
12600
12606
  description?: string | null;
12601
12607
  countryCode?: string | null;
12602
12608
  currency?: string | null;
12603
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
12609
+ /**
12610
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
12611
+ * @example 100000
12612
+ */
12604
12613
  basisPoints: number;
12605
12614
  type?: ("markup" | "tax") | null;
12606
12615
  uniqueRef?: string | null;
@@ -12623,7 +12632,10 @@ export interface operations {
12623
12632
  description?: string | null;
12624
12633
  countryCode?: string | null;
12625
12634
  currency?: string | null;
12626
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
12635
+ /**
12636
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
12637
+ * @example 100000
12638
+ */
12627
12639
  basisPoints: number;
12628
12640
  type?: ("markup" | "tax") | null;
12629
12641
  uniqueRef?: string | null;
@@ -12733,7 +12745,10 @@ export interface operations {
12733
12745
  description?: string | null;
12734
12746
  countryCode?: string | null;
12735
12747
  currency?: string | null;
12736
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
12748
+ /**
12749
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
12750
+ * @example 100000
12751
+ */
12737
12752
  basisPoints?: number;
12738
12753
  type?: ("markup" | "tax") | null;
12739
12754
  uniqueRef?: string | null;
@@ -12756,7 +12771,10 @@ export interface operations {
12756
12771
  description?: string | null;
12757
12772
  countryCode?: string | null;
12758
12773
  currency?: string | null;
12759
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
12774
+ /**
12775
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
12776
+ * @example 100000
12777
+ */
12760
12778
  basisPoints: number;
12761
12779
  type?: ("markup" | "tax") | null;
12762
12780
  uniqueRef?: string | null;
@@ -13046,7 +13064,10 @@ export interface operations {
13046
13064
  taxRate?: {
13047
13065
  id: string;
13048
13066
  name: string;
13049
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
13067
+ /**
13068
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
13069
+ * @example 100000
13070
+ */
13050
13071
  basisPoints: number;
13051
13072
  } | null;
13052
13073
  activeListings: number;
@@ -13250,7 +13271,10 @@ export interface operations {
13250
13271
  taxRate?: {
13251
13272
  id: string;
13252
13273
  name: string;
13253
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
13274
+ /**
13275
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
13276
+ * @example 100000
13277
+ */
13254
13278
  basisPoints: number;
13255
13279
  } | null;
13256
13280
  activeListings: number;
@@ -14154,7 +14178,10 @@ export interface operations {
14154
14178
  taxRate?: {
14155
14179
  id: string;
14156
14180
  name: string;
14157
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
14181
+ /**
14182
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
14183
+ * @example 100000
14184
+ */
14158
14185
  basisPoints: number;
14159
14186
  } | null;
14160
14187
  activeListings: number;
@@ -14350,7 +14377,10 @@ export interface operations {
14350
14377
  taxRate?: {
14351
14378
  id: string;
14352
14379
  name: string;
14353
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
14380
+ /**
14381
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
14382
+ * @example 100000
14383
+ */
14354
14384
  basisPoints: number;
14355
14385
  } | null;
14356
14386
  activeListings: number;
@@ -18055,6 +18085,7 @@ export interface operations {
18055
18085
  connectionId?: string;
18056
18086
  bookingChannel?: string;
18057
18087
  amount?: number;
18088
+ businessModel?: "managed" | "co_host" | "co_host_airbnb";
18058
18089
  includeLines?: boolean;
18059
18090
  limit?: number;
18060
18091
  page?: number;
@@ -24279,7 +24310,10 @@ export interface operations {
24279
24310
  taxRate?: {
24280
24311
  id: string;
24281
24312
  name: string;
24282
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
24313
+ /**
24314
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
24315
+ * @example 100000
24316
+ */
24283
24317
  basisPoints: number;
24284
24318
  } | null;
24285
24319
  } | null;
@@ -29105,7 +29139,10 @@ export interface operations {
29105
29139
  taxRate?: {
29106
29140
  id: string;
29107
29141
  name: string;
29108
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
29142
+ /**
29143
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
29144
+ * @example 100000
29145
+ */
29109
29146
  basisPoints: number;
29110
29147
  } | null;
29111
29148
  } | null;
@@ -29483,7 +29520,10 @@ export interface operations {
29483
29520
  taxRate?: {
29484
29521
  id: string;
29485
29522
  name: string;
29486
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
29523
+ /**
29524
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
29525
+ * @example 100000
29526
+ */
29487
29527
  basisPoints: number;
29488
29528
  } | null;
29489
29529
  } | null;
@@ -30466,7 +30506,10 @@ export interface operations {
30466
30506
  taxRate?: {
30467
30507
  id: string;
30468
30508
  name: string;
30469
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
30509
+ /**
30510
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
30511
+ * @example 100000
30512
+ */
30470
30513
  basisPoints: number;
30471
30514
  } | null;
30472
30515
  } | null;
@@ -30760,7 +30803,10 @@ export interface operations {
30760
30803
  taxRate?: {
30761
30804
  id: string;
30762
30805
  name: string;
30763
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
30806
+ /**
30807
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
30808
+ * @example 100000
30809
+ */
30764
30810
  basisPoints: number;
30765
30811
  } | null;
30766
30812
  } | null;
@@ -31129,7 +31175,10 @@ export interface operations {
31129
31175
  taxRate?: {
31130
31176
  id: string;
31131
31177
  name: string;
31132
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
31178
+ /**
31179
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
31180
+ * @example 100000
31181
+ */
31133
31182
  basisPoints: number;
31134
31183
  } | null;
31135
31184
  } | null;
@@ -31416,7 +31465,10 @@ export interface operations {
31416
31465
  taxRate?: {
31417
31466
  id: string;
31418
31467
  name: string;
31419
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
31468
+ /**
31469
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
31470
+ * @example 100000
31471
+ */
31420
31472
  basisPoints: number;
31421
31473
  } | null;
31422
31474
  } | null;
@@ -31751,7 +31803,10 @@ export interface operations {
31751
31803
  taxRate?: {
31752
31804
  id: string;
31753
31805
  name: string;
31754
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
31806
+ /**
31807
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
31808
+ * @example 100000
31809
+ */
31755
31810
  basisPoints: number;
31756
31811
  } | null;
31757
31812
  } | null;
@@ -32054,7 +32109,10 @@ export interface operations {
32054
32109
  taxRate?: {
32055
32110
  id: string;
32056
32111
  name: string;
32057
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
32112
+ /**
32113
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
32114
+ * @example 100000
32115
+ */
32058
32116
  basisPoints: number;
32059
32117
  } | null;
32060
32118
  } | null;
@@ -32480,7 +32538,10 @@ export interface operations {
32480
32538
  taxRate?: {
32481
32539
  id: string;
32482
32540
  name: string;
32483
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
32541
+ /**
32542
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
32543
+ * @example 100000
32544
+ */
32484
32545
  basisPoints: number;
32485
32546
  } | null;
32486
32547
  } | null;
@@ -32921,7 +32982,10 @@ export interface operations {
32921
32982
  taxRate?: {
32922
32983
  id: string;
32923
32984
  name: string;
32924
- /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
32985
+ /**
32986
+ * @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%)
32987
+ * @example 100000
32988
+ */
32925
32989
  basisPoints: number;
32926
32990
  } | null;
32927
32991
  } | null;