@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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4750",
6
+ "version": "1.3.1-stage.4756",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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;