@vrplatform/api 1.3.1-stage.2062 → 1.3.1-stage.2064

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.
@@ -3099,6 +3099,7 @@ export interface operations {
3099
3099
  name: string;
3100
3100
  connection?: {
3101
3101
  id: string;
3102
+ appId: string;
3102
3103
  name: string;
3103
3104
  /** @enum {string} */
3104
3105
  status: "active" | "inactive";
@@ -3310,6 +3311,7 @@ export interface operations {
3310
3311
  name: string;
3311
3312
  connection?: {
3312
3313
  id: string;
3314
+ appId: string;
3313
3315
  name: string;
3314
3316
  /** @enum {string} */
3315
3317
  status: "active" | "inactive";
@@ -3602,6 +3604,7 @@ export interface operations {
3602
3604
  name: string;
3603
3605
  connection?: {
3604
3606
  id: string;
3607
+ appId: string;
3605
3608
  name: string;
3606
3609
  /** @enum {string} */
3607
3610
  status: "active" | "inactive";
@@ -3805,6 +3808,7 @@ export interface operations {
3805
3808
  name: string;
3806
3809
  connection?: {
3807
3810
  id: string;
3811
+ appId: string;
3808
3812
  name: string;
3809
3813
  /** @enum {string} */
3810
3814
  status: "active" | "inactive";