@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -16107,6 +16107,7 @@ export interface operations {
|
|
|
16107
16107
|
/** Format: uuid */
|
|
16108
16108
|
id: string;
|
|
16109
16109
|
shortRef?: string | null;
|
|
16110
|
+
title?: string | null;
|
|
16110
16111
|
pmsName?: string | null;
|
|
16111
16112
|
/** @enum {string} */
|
|
16112
16113
|
status: "active" | "inactive";
|
|
@@ -16386,6 +16387,7 @@ export interface operations {
|
|
|
16386
16387
|
/** Format: uuid */
|
|
16387
16388
|
id: string;
|
|
16388
16389
|
shortRef?: string | null;
|
|
16390
|
+
title?: string | null;
|
|
16389
16391
|
pmsName?: string | null;
|
|
16390
16392
|
/** @enum {string} */
|
|
16391
16393
|
status: "active" | "inactive";
|
|
@@ -17688,6 +17690,7 @@ export interface operations {
|
|
|
17688
17690
|
/** Format: uuid */
|
|
17689
17691
|
id: string;
|
|
17690
17692
|
shortRef?: string | null;
|
|
17693
|
+
title?: string | null;
|
|
17691
17694
|
pmsName?: string | null;
|
|
17692
17695
|
/** @enum {string} */
|
|
17693
17696
|
status: "active" | "inactive";
|
|
@@ -17959,6 +17962,7 @@ export interface operations {
|
|
|
17959
17962
|
/** Format: uuid */
|
|
17960
17963
|
id: string;
|
|
17961
17964
|
shortRef?: string | null;
|
|
17965
|
+
title?: string | null;
|
|
17962
17966
|
pmsName?: string | null;
|
|
17963
17967
|
/** @enum {string} */
|
|
17964
17968
|
status: "active" | "inactive";
|