@vrplatform/api 1.3.1-stage.2476 → 1.3.1-stage.2478

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.
@@ -15781,8 +15781,18 @@ export interface operations {
15781
15781
  /** @description Value in cents (100 = 1€) */
15782
15782
  reserve: number;
15783
15783
  members: {
15784
- contactId?: string | null;
15785
15784
  split?: number | null;
15785
+ contact?: {
15786
+ /** Format: uuid */
15787
+ id: string;
15788
+ name?: string | null;
15789
+ firstName?: string | null;
15790
+ uniqueRef?: string | null;
15791
+ shortRef?: string | null;
15792
+ email?: string | null;
15793
+ /** @enum {string} */
15794
+ type: "owner" | "vendor";
15795
+ } | null;
15786
15796
  }[];
15787
15797
  setListingInactive?: boolean | null;
15788
15798
  /** @enum {string} */
@@ -16049,8 +16059,18 @@ export interface operations {
16049
16059
  /** @description Value in cents (100 = 1€) */
16050
16060
  reserve: number;
16051
16061
  members: {
16052
- contactId?: string | null;
16053
16062
  split?: number | null;
16063
+ contact?: {
16064
+ /** Format: uuid */
16065
+ id: string;
16066
+ name?: string | null;
16067
+ firstName?: string | null;
16068
+ uniqueRef?: string | null;
16069
+ shortRef?: string | null;
16070
+ email?: string | null;
16071
+ /** @enum {string} */
16072
+ type: "owner" | "vendor";
16073
+ } | null;
16054
16074
  }[];
16055
16075
  setListingInactive?: boolean | null;
16056
16076
  /** @enum {string} */
@@ -16655,8 +16675,18 @@ export interface operations {
16655
16675
  /** @description Value in cents (100 = 1€) */
16656
16676
  reserve: number;
16657
16677
  members: {
16658
- contactId?: string | null;
16659
16678
  split?: number | null;
16679
+ contact?: {
16680
+ /** Format: uuid */
16681
+ id: string;
16682
+ name?: string | null;
16683
+ firstName?: string | null;
16684
+ uniqueRef?: string | null;
16685
+ shortRef?: string | null;
16686
+ email?: string | null;
16687
+ /** @enum {string} */
16688
+ type: "owner" | "vendor";
16689
+ } | null;
16660
16690
  }[];
16661
16691
  /** Format: uuid */
16662
16692
  id: string;
@@ -16797,8 +16827,18 @@ export interface operations {
16797
16827
  /** @description Value in cents (100 = 1€) */
16798
16828
  reserve: number;
16799
16829
  members: {
16800
- contactId?: string | null;
16801
16830
  split?: number | null;
16831
+ contact?: {
16832
+ /** Format: uuid */
16833
+ id: string;
16834
+ name?: string | null;
16835
+ firstName?: string | null;
16836
+ uniqueRef?: string | null;
16837
+ shortRef?: string | null;
16838
+ email?: string | null;
16839
+ /** @enum {string} */
16840
+ type: "owner" | "vendor";
16841
+ } | null;
16802
16842
  }[];
16803
16843
  /** Format: uuid */
16804
16844
  id: string;
@@ -16914,8 +16954,18 @@ export interface operations {
16914
16954
  /** @description Value in cents (100 = 1€) */
16915
16955
  reserve: number;
16916
16956
  members: {
16917
- contactId?: string | null;
16918
16957
  split?: number | null;
16958
+ contact?: {
16959
+ /** Format: uuid */
16960
+ id: string;
16961
+ name?: string | null;
16962
+ firstName?: string | null;
16963
+ uniqueRef?: string | null;
16964
+ shortRef?: string | null;
16965
+ email?: string | null;
16966
+ /** @enum {string} */
16967
+ type: "owner" | "vendor";
16968
+ } | null;
16919
16969
  }[];
16920
16970
  /** Format: uuid */
16921
16971
  id: string;
@@ -17048,8 +17098,18 @@ export interface operations {
17048
17098
  /** @description Value in cents (100 = 1€) */
17049
17099
  reserve: number;
17050
17100
  members: {
17051
- contactId?: string | null;
17052
17101
  split?: number | null;
17102
+ contact?: {
17103
+ /** Format: uuid */
17104
+ id: string;
17105
+ name?: string | null;
17106
+ firstName?: string | null;
17107
+ uniqueRef?: string | null;
17108
+ shortRef?: string | null;
17109
+ email?: string | null;
17110
+ /** @enum {string} */
17111
+ type: "owner" | "vendor";
17112
+ } | null;
17053
17113
  }[];
17054
17114
  /** Format: uuid */
17055
17115
  id: string;
@@ -17296,8 +17356,18 @@ export interface operations {
17296
17356
  /** @description Value in cents (100 = 1€) */
17297
17357
  reserve: number;
17298
17358
  members: {
17299
- contactId?: string | null;
17300
17359
  split?: number | null;
17360
+ contact?: {
17361
+ /** Format: uuid */
17362
+ id: string;
17363
+ name?: string | null;
17364
+ firstName?: string | null;
17365
+ uniqueRef?: string | null;
17366
+ shortRef?: string | null;
17367
+ email?: string | null;
17368
+ /** @enum {string} */
17369
+ type: "owner" | "vendor";
17370
+ } | null;
17301
17371
  }[];
17302
17372
  setListingInactive?: boolean | null;
17303
17373
  /** @enum {string} */
@@ -17556,8 +17626,18 @@ export interface operations {
17556
17626
  /** @description Value in cents (100 = 1€) */
17557
17627
  reserve: number;
17558
17628
  members: {
17559
- contactId?: string | null;
17560
17629
  split?: number | null;
17630
+ contact?: {
17631
+ /** Format: uuid */
17632
+ id: string;
17633
+ name?: string | null;
17634
+ firstName?: string | null;
17635
+ uniqueRef?: string | null;
17636
+ shortRef?: string | null;
17637
+ email?: string | null;
17638
+ /** @enum {string} */
17639
+ type: "owner" | "vendor";
17640
+ } | null;
17561
17641
  }[];
17562
17642
  setListingInactive?: boolean | null;
17563
17643
  /** @enum {string} */