@vrplatform/api 1.3.1-stage.4750 → 1.3.1-stage.4756
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
|
@@ -8971,6 +8971,9 @@ export interface operations {
|
|
|
8971
8971
|
type: string;
|
|
8972
8972
|
category: string;
|
|
8973
8973
|
description?: string | null;
|
|
8974
|
+
extension?: {
|
|
8975
|
+
url: string;
|
|
8976
|
+
};
|
|
8974
8977
|
flows: {
|
|
8975
8978
|
/** Format: uuid */
|
|
8976
8979
|
id: string;
|
|
@@ -9180,6 +9183,9 @@ export interface operations {
|
|
|
9180
9183
|
type: string;
|
|
9181
9184
|
category: string;
|
|
9182
9185
|
description?: string | null;
|
|
9186
|
+
extension?: {
|
|
9187
|
+
url: string;
|
|
9188
|
+
};
|
|
9183
9189
|
flows: {
|
|
9184
9190
|
/** Format: uuid */
|
|
9185
9191
|
id: string;
|