@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2512",
6
+ "version": "1.3.1-stage.2514",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -16120,6 +16120,8 @@ export interface operations {
16120
16120
  reserve: number;
16121
16121
  members: {
16122
16122
  split?: number | null;
16123
+ /** Format: uuid */
16124
+ id: string;
16123
16125
  contact?: {
16124
16126
  /** Format: uuid */
16125
16127
  id: string;
@@ -16400,6 +16402,8 @@ export interface operations {
16400
16402
  reserve: number;
16401
16403
  members: {
16402
16404
  split?: number | null;
16405
+ /** Format: uuid */
16406
+ id: string;
16403
16407
  contact?: {
16404
16408
  /** Format: uuid */
16405
16409
  id: string;
@@ -17020,6 +17024,8 @@ export interface operations {
17020
17024
  reserve: number;
17021
17025
  members: {
17022
17026
  split?: number | null;
17027
+ /** Format: uuid */
17028
+ id: string;
17023
17029
  contact?: {
17024
17030
  /** Format: uuid */
17025
17031
  id: string;
@@ -17172,6 +17178,8 @@ export interface operations {
17172
17178
  reserve: number;
17173
17179
  members: {
17174
17180
  split?: number | null;
17181
+ /** Format: uuid */
17182
+ id: string;
17175
17183
  contact?: {
17176
17184
  /** Format: uuid */
17177
17185
  id: string;
@@ -17299,6 +17307,8 @@ export interface operations {
17299
17307
  reserve: number;
17300
17308
  members: {
17301
17309
  split?: number | null;
17310
+ /** Format: uuid */
17311
+ id: string;
17302
17312
  contact?: {
17303
17313
  /** Format: uuid */
17304
17314
  id: string;
@@ -17443,6 +17453,8 @@ export interface operations {
17443
17453
  reserve: number;
17444
17454
  members: {
17445
17455
  split?: number | null;
17456
+ /** Format: uuid */
17457
+ id: string;
17446
17458
  contact?: {
17447
17459
  /** Format: uuid */
17448
17460
  id: string;
@@ -17703,6 +17715,8 @@ export interface operations {
17703
17715
  reserve: number;
17704
17716
  members: {
17705
17717
  split?: number | null;
17718
+ /** Format: uuid */
17719
+ id: string;
17706
17720
  contact?: {
17707
17721
  /** Format: uuid */
17708
17722
  id: string;
@@ -17975,6 +17989,8 @@ export interface operations {
17975
17989
  reserve: number;
17976
17990
  members: {
17977
17991
  split?: number | null;
17992
+ /** Format: uuid */
17993
+ id: string;
17978
17994
  contact?: {
17979
17995
  /** Format: uuid */
17980
17996
  id: string;
@@ -27859,6 +27875,7 @@ export interface operations {
27859
27875
  nights?: number | null;
27860
27876
  /** @enum {string} */
27861
27877
  status: "booked" | "canceled" | "inactive";
27878
+ bookingPlatformLabel?: string | null;
27862
27879
  listing?: {
27863
27880
  /** Format: uuid */
27864
27881
  id: string;
@@ -28221,6 +28238,7 @@ export interface operations {
28221
28238
  nights?: number | null;
28222
28239
  /** @enum {string} */
28223
28240
  status: "booked" | "canceled" | "inactive";
28241
+ bookingPlatformLabel?: string | null;
28224
28242
  financials: {
28225
28243
  totals: {
28226
28244
  tax: number;
@@ -29634,6 +29652,7 @@ export interface operations {
29634
29652
  nights?: number | null;
29635
29653
  /** @enum {string} */
29636
29654
  status: "booked" | "canceled" | "inactive";
29655
+ bookingPlatformLabel?: string | null;
29637
29656
  financials: {
29638
29657
  totals: {
29639
29658
  tax: number;
@@ -30225,6 +30244,7 @@ export interface operations {
30225
30244
  nights?: number | null;
30226
30245
  /** @enum {string} */
30227
30246
  status: "booked" | "canceled" | "inactive";
30247
+ bookingPlatformLabel?: string | null;
30228
30248
  financials: {
30229
30249
  totals: {
30230
30250
  tax: number;
@@ -30932,6 +30952,7 @@ export interface operations {
30932
30952
  nights?: number | null;
30933
30953
  /** @enum {string} */
30934
30954
  status: "booked" | "canceled" | "inactive";
30955
+ bookingPlatformLabel?: string | null;
30935
30956
  financials: {
30936
30957
  totals: {
30937
30958
  tax: number;
@@ -31413,6 +31434,7 @@ export interface operations {
31413
31434
  nights?: number | null;
31414
31435
  /** @enum {string} */
31415
31436
  status: "booked" | "canceled" | "inactive";
31437
+ bookingPlatformLabel?: string | null;
31416
31438
  financials: {
31417
31439
  totals: {
31418
31440
  tax: number;
@@ -31880,6 +31902,7 @@ export interface operations {
31880
31902
  nights?: number | null;
31881
31903
  /** @enum {string} */
31882
31904
  status: "booked" | "canceled" | "inactive";
31905
+ bookingPlatformLabel?: string | null;
31883
31906
  financials: {
31884
31907
  totals: {
31885
31908
  tax: number;