@vrplatform/api 1.3.1-stage.2505 → 1.3.1-stage.2506
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.
|
@@ -16106,6 +16106,7 @@ export interface operations {
|
|
|
16106
16106
|
/** Format: uuid */
|
|
16107
16107
|
id: string;
|
|
16108
16108
|
shortRef?: string | null;
|
|
16109
|
+
title?: string | null;
|
|
16109
16110
|
pmsName?: string | null;
|
|
16110
16111
|
/** @enum {string} */
|
|
16111
16112
|
status: "active" | "inactive";
|
|
@@ -16385,6 +16386,7 @@ export interface operations {
|
|
|
16385
16386
|
/** Format: uuid */
|
|
16386
16387
|
id: string;
|
|
16387
16388
|
shortRef?: string | null;
|
|
16389
|
+
title?: string | null;
|
|
16388
16390
|
pmsName?: string | null;
|
|
16389
16391
|
/** @enum {string} */
|
|
16390
16392
|
status: "active" | "inactive";
|
|
@@ -17687,6 +17689,7 @@ export interface operations {
|
|
|
17687
17689
|
/** Format: uuid */
|
|
17688
17690
|
id: string;
|
|
17689
17691
|
shortRef?: string | null;
|
|
17692
|
+
title?: string | null;
|
|
17690
17693
|
pmsName?: string | null;
|
|
17691
17694
|
/** @enum {string} */
|
|
17692
17695
|
status: "active" | "inactive";
|
|
@@ -17958,6 +17961,7 @@ export interface operations {
|
|
|
17958
17961
|
/** Format: uuid */
|
|
17959
17962
|
id: string;
|
|
17960
17963
|
shortRef?: string | null;
|
|
17964
|
+
title?: string | null;
|
|
17961
17965
|
pmsName?: string | null;
|
|
17962
17966
|
/** @enum {string} */
|
|
17963
17967
|
status: "active" | "inactive";
|