@vrplatform/api 1.3.1-stage.4013 → 1.3.1-stage.4015
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.
|
@@ -41537,6 +41537,7 @@ export interface operations {
|
|
|
41537
41537
|
id: string;
|
|
41538
41538
|
name: string;
|
|
41539
41539
|
uniqueRef: string | null;
|
|
41540
|
+
childCount: number;
|
|
41540
41541
|
};
|
|
41541
41542
|
/** @enum {string} */
|
|
41542
41543
|
status: "draft" | "inReview" | "published";
|
|
@@ -41550,6 +41551,17 @@ export interface operations {
|
|
|
41550
41551
|
id: string;
|
|
41551
41552
|
ownerId: string | null;
|
|
41552
41553
|
contactId: string | null;
|
|
41554
|
+
contact?: {
|
|
41555
|
+
/** Format: uuid */
|
|
41556
|
+
id: string;
|
|
41557
|
+
name?: string | null;
|
|
41558
|
+
firstName?: string | null;
|
|
41559
|
+
uniqueRef?: string | null;
|
|
41560
|
+
shortRef?: string | null;
|
|
41561
|
+
email?: string | null;
|
|
41562
|
+
/** @enum {string} */
|
|
41563
|
+
type: "owner" | "vendor";
|
|
41564
|
+
} | null;
|
|
41553
41565
|
split: number;
|
|
41554
41566
|
}[];
|
|
41555
41567
|
} | null;
|
|
@@ -42027,6 +42039,7 @@ export interface operations {
|
|
|
42027
42039
|
id: string;
|
|
42028
42040
|
name: string;
|
|
42029
42041
|
uniqueRef: string | null;
|
|
42042
|
+
childCount: number;
|
|
42030
42043
|
};
|
|
42031
42044
|
/** @enum {string} */
|
|
42032
42045
|
status: "draft" | "inReview" | "published";
|
|
@@ -42040,6 +42053,17 @@ export interface operations {
|
|
|
42040
42053
|
id: string;
|
|
42041
42054
|
ownerId: string | null;
|
|
42042
42055
|
contactId: string | null;
|
|
42056
|
+
contact?: {
|
|
42057
|
+
/** Format: uuid */
|
|
42058
|
+
id: string;
|
|
42059
|
+
name?: string | null;
|
|
42060
|
+
firstName?: string | null;
|
|
42061
|
+
uniqueRef?: string | null;
|
|
42062
|
+
shortRef?: string | null;
|
|
42063
|
+
email?: string | null;
|
|
42064
|
+
/** @enum {string} */
|
|
42065
|
+
type: "owner" | "vendor";
|
|
42066
|
+
} | null;
|
|
42043
42067
|
split: number;
|
|
42044
42068
|
}[];
|
|
42045
42069
|
} | null;
|
|
@@ -43335,6 +43359,7 @@ export interface operations {
|
|
|
43335
43359
|
id: string;
|
|
43336
43360
|
name: string;
|
|
43337
43361
|
uniqueRef: string | null;
|
|
43362
|
+
childCount: number;
|
|
43338
43363
|
};
|
|
43339
43364
|
/** @enum {string} */
|
|
43340
43365
|
status: "draft" | "inReview" | "published";
|
|
@@ -43348,6 +43373,17 @@ export interface operations {
|
|
|
43348
43373
|
id: string;
|
|
43349
43374
|
ownerId: string | null;
|
|
43350
43375
|
contactId: string | null;
|
|
43376
|
+
contact?: {
|
|
43377
|
+
/** Format: uuid */
|
|
43378
|
+
id: string;
|
|
43379
|
+
name?: string | null;
|
|
43380
|
+
firstName?: string | null;
|
|
43381
|
+
uniqueRef?: string | null;
|
|
43382
|
+
shortRef?: string | null;
|
|
43383
|
+
email?: string | null;
|
|
43384
|
+
/** @enum {string} */
|
|
43385
|
+
type: "owner" | "vendor";
|
|
43386
|
+
} | null;
|
|
43351
43387
|
split: number;
|
|
43352
43388
|
}[];
|
|
43353
43389
|
} | null;
|
|
@@ -47417,6 +47453,7 @@ export interface operations {
|
|
|
47417
47453
|
id: string;
|
|
47418
47454
|
name: string;
|
|
47419
47455
|
uniqueRef: string | null;
|
|
47456
|
+
childCount: number;
|
|
47420
47457
|
};
|
|
47421
47458
|
/** @enum {string} */
|
|
47422
47459
|
status: "draft" | "inReview" | "published";
|
|
@@ -47430,6 +47467,17 @@ export interface operations {
|
|
|
47430
47467
|
id: string;
|
|
47431
47468
|
ownerId: string | null;
|
|
47432
47469
|
contactId: string | null;
|
|
47470
|
+
contact?: {
|
|
47471
|
+
/** Format: uuid */
|
|
47472
|
+
id: string;
|
|
47473
|
+
name?: string | null;
|
|
47474
|
+
firstName?: string | null;
|
|
47475
|
+
uniqueRef?: string | null;
|
|
47476
|
+
shortRef?: string | null;
|
|
47477
|
+
email?: string | null;
|
|
47478
|
+
/** @enum {string} */
|
|
47479
|
+
type: "owner" | "vendor";
|
|
47480
|
+
} | null;
|
|
47433
47481
|
split: number;
|
|
47434
47482
|
}[];
|
|
47435
47483
|
} | null;
|
|
@@ -48730,6 +48778,7 @@ export interface operations {
|
|
|
48730
48778
|
id: string;
|
|
48731
48779
|
name: string;
|
|
48732
48780
|
uniqueRef: string | null;
|
|
48781
|
+
childCount: number;
|
|
48733
48782
|
};
|
|
48734
48783
|
/** @enum {string} */
|
|
48735
48784
|
status: "draft" | "inReview" | "published";
|
|
@@ -48743,6 +48792,17 @@ export interface operations {
|
|
|
48743
48792
|
id: string;
|
|
48744
48793
|
ownerId: string | null;
|
|
48745
48794
|
contactId: string | null;
|
|
48795
|
+
contact?: {
|
|
48796
|
+
/** Format: uuid */
|
|
48797
|
+
id: string;
|
|
48798
|
+
name?: string | null;
|
|
48799
|
+
firstName?: string | null;
|
|
48800
|
+
uniqueRef?: string | null;
|
|
48801
|
+
shortRef?: string | null;
|
|
48802
|
+
email?: string | null;
|
|
48803
|
+
/** @enum {string} */
|
|
48804
|
+
type: "owner" | "vendor";
|
|
48805
|
+
} | null;
|
|
48746
48806
|
split: number;
|
|
48747
48807
|
}[];
|
|
48748
48808
|
} | null;
|