@webex/event-dictionary-ts 1.0.1858 → 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
  }
@@ -3088,6 +3091,8 @@
3088
3091
  "bricklet",
3089
3092
  "call-history",
3090
3093
  "carPlay",
3094
+ "APNS",
3095
+ "widget-meeting",
3091
3096
  "companion-join",
3092
3097
  "app-hub",
3093
3098
  "contact-profile",
@@ -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
  }
@@ -3612,6 +3615,8 @@
3612
3615
  "bricklet",
3613
3616
  "call-history",
3614
3617
  "carPlay",
3618
+ "APNS",
3619
+ "widget-meeting",
3615
3620
  "companion-join",
3616
3621
  "app-hub",
3617
3622
  "contact-profile",
@@ -25717,6 +25722,9 @@
25717
25722
  "other"
25718
25723
  ],
25719
25724
  "type": "string"
25725
+ },
25726
+ "component": {
25727
+ "type": "string"
25720
25728
  }
25721
25729
  }
25722
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
  /**
@@ -1558,6 +1559,8 @@ export interface Event {
1558
1559
  | "bricklet"
1559
1560
  | "call-history"
1560
1561
  | "carPlay"
1562
+ | "APNS"
1563
+ | "widget-meeting"
1561
1564
  | "companion-join"
1562
1565
  | "app-hub"
1563
1566
  | "contact-profile"
@@ -10893,6 +10896,7 @@ export interface Event {
10893
10896
  | "service-api-error"
10894
10897
  | "network-error"
10895
10898
  | "other";
10899
+ component?: string;
10896
10900
  additionalProperties?: false;
10897
10901
  }[];
10898
10902
  pairingState?: "paired" | "observing" | "challenging";
@@ -15714,6 +15718,7 @@ export interface ClientEvent {
15714
15718
  | "service-api-error"
15715
15719
  | "network-error"
15716
15720
  | "other";
15721
+ component?: string;
15717
15722
  additionalProperties?: false;
15718
15723
  }[];
15719
15724
  /**
@@ -15823,6 +15828,8 @@ export interface ClientEvent {
15823
15828
  | "bricklet"
15824
15829
  | "call-history"
15825
15830
  | "carPlay"
15831
+ | "APNS"
15832
+ | "widget-meeting"
15826
15833
  | "companion-join"
15827
15834
  | "app-hub"
15828
15835
  | "contact-profile"
@@ -19125,6 +19132,7 @@ export interface FeatureEvent {
19125
19132
  | "service-api-error"
19126
19133
  | "network-error"
19127
19134
  | "other";
19135
+ component?: string;
19128
19136
  additionalProperties?: false;
19129
19137
  }[];
19130
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.1858"
30
+ "version": "1.0.1863"
31
31
  }