@webex/event-dictionary-ts 1.0.1859 → 1.0.1863

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.
@@ -2848,6 +2848,9 @@
2848
2848
  "other"
2849
2849
  ],
2850
2850
  "type": "string"
2851
+ },
2852
+ "component": {
2853
+ "type": "string"
2851
2854
  }
2852
2855
  }
2853
2856
  }
@@ -3372,6 +3372,9 @@
3372
3372
  "other"
3373
3373
  ],
3374
3374
  "type": "string"
3375
+ },
3376
+ "component": {
3377
+ "type": "string"
3375
3378
  }
3376
3379
  }
3377
3380
  }
@@ -25719,6 +25722,9 @@
25719
25722
  "other"
25720
25723
  ],
25721
25724
  "type": "string"
25725
+ },
25726
+ "component": {
25727
+ "type": "string"
25722
25728
  }
25723
25729
  }
25724
25730
  }
@@ -2667,6 +2667,9 @@
2667
2667
  "other"
2668
2668
  ],
2669
2669
  "type": "string"
2670
+ },
2671
+ "component": {
2672
+ "type": "string"
2670
2673
  }
2671
2674
  }
2672
2675
  }
@@ -1449,6 +1449,7 @@ export interface Event {
1449
1449
  | "service-api-error"
1450
1450
  | "network-error"
1451
1451
  | "other";
1452
+ component?: string;
1452
1453
  additionalProperties?: false;
1453
1454
  }[];
1454
1455
  /**
@@ -10895,6 +10896,7 @@ export interface Event {
10895
10896
  | "service-api-error"
10896
10897
  | "network-error"
10897
10898
  | "other";
10899
+ component?: string;
10898
10900
  additionalProperties?: false;
10899
10901
  }[];
10900
10902
  pairingState?: "paired" | "observing" | "challenging";
@@ -15716,6 +15718,7 @@ export interface ClientEvent {
15716
15718
  | "service-api-error"
15717
15719
  | "network-error"
15718
15720
  | "other";
15721
+ component?: string;
15719
15722
  additionalProperties?: false;
15720
15723
  }[];
15721
15724
  /**
@@ -19129,6 +19132,7 @@ export interface FeatureEvent {
19129
19132
  | "service-api-error"
19130
19133
  | "network-error"
19131
19134
  | "other";
19135
+ component?: string;
19132
19136
  additionalProperties?: false;
19133
19137
  }[];
19134
19138
  pairingState?: "paired" | "observing" | "challenging";
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1859"
30
+ "version": "1.0.1863"
31
31
  }