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