@vrplatform/api 1.3.1-stage.2512 → 1.3.1-stage.2514
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.
|
@@ -16119,6 +16119,8 @@ export interface operations {
|
|
|
16119
16119
|
reserve: number;
|
|
16120
16120
|
members: {
|
|
16121
16121
|
split?: number | null;
|
|
16122
|
+
/** Format: uuid */
|
|
16123
|
+
id: string;
|
|
16122
16124
|
contact?: {
|
|
16123
16125
|
/** Format: uuid */
|
|
16124
16126
|
id: string;
|
|
@@ -16399,6 +16401,8 @@ export interface operations {
|
|
|
16399
16401
|
reserve: number;
|
|
16400
16402
|
members: {
|
|
16401
16403
|
split?: number | null;
|
|
16404
|
+
/** Format: uuid */
|
|
16405
|
+
id: string;
|
|
16402
16406
|
contact?: {
|
|
16403
16407
|
/** Format: uuid */
|
|
16404
16408
|
id: string;
|
|
@@ -17019,6 +17023,8 @@ export interface operations {
|
|
|
17019
17023
|
reserve: number;
|
|
17020
17024
|
members: {
|
|
17021
17025
|
split?: number | null;
|
|
17026
|
+
/** Format: uuid */
|
|
17027
|
+
id: string;
|
|
17022
17028
|
contact?: {
|
|
17023
17029
|
/** Format: uuid */
|
|
17024
17030
|
id: string;
|
|
@@ -17171,6 +17177,8 @@ export interface operations {
|
|
|
17171
17177
|
reserve: number;
|
|
17172
17178
|
members: {
|
|
17173
17179
|
split?: number | null;
|
|
17180
|
+
/** Format: uuid */
|
|
17181
|
+
id: string;
|
|
17174
17182
|
contact?: {
|
|
17175
17183
|
/** Format: uuid */
|
|
17176
17184
|
id: string;
|
|
@@ -17298,6 +17306,8 @@ export interface operations {
|
|
|
17298
17306
|
reserve: number;
|
|
17299
17307
|
members: {
|
|
17300
17308
|
split?: number | null;
|
|
17309
|
+
/** Format: uuid */
|
|
17310
|
+
id: string;
|
|
17301
17311
|
contact?: {
|
|
17302
17312
|
/** Format: uuid */
|
|
17303
17313
|
id: string;
|
|
@@ -17442,6 +17452,8 @@ export interface operations {
|
|
|
17442
17452
|
reserve: number;
|
|
17443
17453
|
members: {
|
|
17444
17454
|
split?: number | null;
|
|
17455
|
+
/** Format: uuid */
|
|
17456
|
+
id: string;
|
|
17445
17457
|
contact?: {
|
|
17446
17458
|
/** Format: uuid */
|
|
17447
17459
|
id: string;
|
|
@@ -17702,6 +17714,8 @@ export interface operations {
|
|
|
17702
17714
|
reserve: number;
|
|
17703
17715
|
members: {
|
|
17704
17716
|
split?: number | null;
|
|
17717
|
+
/** Format: uuid */
|
|
17718
|
+
id: string;
|
|
17705
17719
|
contact?: {
|
|
17706
17720
|
/** Format: uuid */
|
|
17707
17721
|
id: string;
|
|
@@ -17974,6 +17988,8 @@ export interface operations {
|
|
|
17974
17988
|
reserve: number;
|
|
17975
17989
|
members: {
|
|
17976
17990
|
split?: number | null;
|
|
17991
|
+
/** Format: uuid */
|
|
17992
|
+
id: string;
|
|
17977
17993
|
contact?: {
|
|
17978
17994
|
/** Format: uuid */
|
|
17979
17995
|
id: string;
|
|
@@ -27858,6 +27874,7 @@ export interface operations {
|
|
|
27858
27874
|
nights?: number | null;
|
|
27859
27875
|
/** @enum {string} */
|
|
27860
27876
|
status: "booked" | "canceled" | "inactive";
|
|
27877
|
+
bookingPlatformLabel?: string | null;
|
|
27861
27878
|
listing?: {
|
|
27862
27879
|
/** Format: uuid */
|
|
27863
27880
|
id: string;
|
|
@@ -28220,6 +28237,7 @@ export interface operations {
|
|
|
28220
28237
|
nights?: number | null;
|
|
28221
28238
|
/** @enum {string} */
|
|
28222
28239
|
status: "booked" | "canceled" | "inactive";
|
|
28240
|
+
bookingPlatformLabel?: string | null;
|
|
28223
28241
|
financials: {
|
|
28224
28242
|
totals: {
|
|
28225
28243
|
tax: number;
|
|
@@ -29633,6 +29651,7 @@ export interface operations {
|
|
|
29633
29651
|
nights?: number | null;
|
|
29634
29652
|
/** @enum {string} */
|
|
29635
29653
|
status: "booked" | "canceled" | "inactive";
|
|
29654
|
+
bookingPlatformLabel?: string | null;
|
|
29636
29655
|
financials: {
|
|
29637
29656
|
totals: {
|
|
29638
29657
|
tax: number;
|
|
@@ -30224,6 +30243,7 @@ export interface operations {
|
|
|
30224
30243
|
nights?: number | null;
|
|
30225
30244
|
/** @enum {string} */
|
|
30226
30245
|
status: "booked" | "canceled" | "inactive";
|
|
30246
|
+
bookingPlatformLabel?: string | null;
|
|
30227
30247
|
financials: {
|
|
30228
30248
|
totals: {
|
|
30229
30249
|
tax: number;
|
|
@@ -30931,6 +30951,7 @@ export interface operations {
|
|
|
30931
30951
|
nights?: number | null;
|
|
30932
30952
|
/** @enum {string} */
|
|
30933
30953
|
status: "booked" | "canceled" | "inactive";
|
|
30954
|
+
bookingPlatformLabel?: string | null;
|
|
30934
30955
|
financials: {
|
|
30935
30956
|
totals: {
|
|
30936
30957
|
tax: number;
|
|
@@ -31412,6 +31433,7 @@ export interface operations {
|
|
|
31412
31433
|
nights?: number | null;
|
|
31413
31434
|
/** @enum {string} */
|
|
31414
31435
|
status: "booked" | "canceled" | "inactive";
|
|
31436
|
+
bookingPlatformLabel?: string | null;
|
|
31415
31437
|
financials: {
|
|
31416
31438
|
totals: {
|
|
31417
31439
|
tax: number;
|
|
@@ -31879,6 +31901,7 @@ export interface operations {
|
|
|
31879
31901
|
nights?: number | null;
|
|
31880
31902
|
/** @enum {string} */
|
|
31881
31903
|
status: "booked" | "canceled" | "inactive";
|
|
31904
|
+
bookingPlatformLabel?: string | null;
|
|
31882
31905
|
financials: {
|
|
31883
31906
|
totals: {
|
|
31884
31907
|
tax: number;
|