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