@webex/event-dictionary-ts 1.0.1271 → 1.0.1275

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.
@@ -1075,6 +1075,7 @@ export interface Event {
1075
1075
  destinationLocusUrl?: string;
1076
1076
  destinationVenueId?: string;
1077
1077
  deviceId?: string;
1078
+ globalMeetingId?: string;
1078
1079
  ivrCallId?: string;
1079
1080
  ivrDialogId?: string;
1080
1081
  ivrId?: string;
@@ -3123,6 +3124,7 @@ export interface Event {
3123
3124
  destinationLocusUrl?: string;
3124
3125
  destinationVenueId?: string;
3125
3126
  deviceId?: string;
3127
+ globalMeetingId?: string;
3126
3128
  ivrCallId?: string;
3127
3129
  ivrDialogId?: string;
3128
3130
  ivrId?: string;
@@ -4079,6 +4081,7 @@ export interface Event {
4079
4081
  destinationLocusUrl?: string;
4080
4082
  destinationVenueId?: string;
4081
4083
  deviceId?: string;
4084
+ globalMeetingId?: string;
4082
4085
  ivrCallId?: string;
4083
4086
  ivrDialogId?: string;
4084
4087
  ivrId?: string;
@@ -5342,6 +5345,7 @@ export interface Event {
5342
5345
  destinationLocusUrl?: string;
5343
5346
  destinationVenueId?: string;
5344
5347
  deviceId?: string;
5348
+ globalMeetingId?: string;
5345
5349
  ivrCallId?: string;
5346
5350
  ivrDialogId?: string;
5347
5351
  ivrId?: string;
@@ -8152,6 +8156,7 @@ export interface Event {
8152
8156
  destinationLocusUrl?: string;
8153
8157
  destinationVenueId?: string;
8154
8158
  deviceId?: string;
8159
+ globalMeetingId?: string;
8155
8160
  ivrCallId?: string;
8156
8161
  ivrDialogId?: string;
8157
8162
  ivrId?: string;
@@ -9909,6 +9914,7 @@ export interface ClientEvent {
9909
9914
  destinationLocusUrl?: string;
9910
9915
  destinationVenueId?: string;
9911
9916
  deviceId?: string;
9917
+ globalMeetingId?: string;
9912
9918
  ivrCallId?: string;
9913
9919
  ivrDialogId?: string;
9914
9920
  ivrId?: string;
@@ -12548,6 +12554,7 @@ export interface FeatureEvent {
12548
12554
  destinationLocusUrl?: string;
12549
12555
  destinationVenueId?: string;
12550
12556
  deviceId?: string;
12557
+ globalMeetingId?: string;
12551
12558
  ivrCallId?: string;
12552
12559
  ivrDialogId?: string;
12553
12560
  ivrId?: string;
@@ -14100,6 +14107,7 @@ export interface MediaQualityEvent {
14100
14107
  destinationLocusUrl?: string;
14101
14108
  destinationVenueId?: string;
14102
14109
  deviceId?: string;
14110
+ globalMeetingId?: string;
14103
14111
  ivrCallId?: string;
14104
14112
  ivrDialogId?: string;
14105
14113
  ivrId?: string;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1271"
31
+ "version": "1.0.1275"
32
32
  }