@vrplatform/api 1.3.1-stage.2475 → 1.3.1-stage.2477

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