@webex/event-dictionary-ts 1.0.1273 → 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,7 +1075,7 @@ export interface Event {
1075
1075
  destinationLocusUrl?: string;
1076
1076
  destinationVenueId?: string;
1077
1077
  deviceId?: string;
1078
- globalMeetingId?: number;
1078
+ globalMeetingId?: string;
1079
1079
  ivrCallId?: string;
1080
1080
  ivrDialogId?: string;
1081
1081
  ivrId?: string;
@@ -3124,7 +3124,7 @@ export interface Event {
3124
3124
  destinationLocusUrl?: string;
3125
3125
  destinationVenueId?: string;
3126
3126
  deviceId?: string;
3127
- globalMeetingId?: number;
3127
+ globalMeetingId?: string;
3128
3128
  ivrCallId?: string;
3129
3129
  ivrDialogId?: string;
3130
3130
  ivrId?: string;
@@ -4081,7 +4081,7 @@ export interface Event {
4081
4081
  destinationLocusUrl?: string;
4082
4082
  destinationVenueId?: string;
4083
4083
  deviceId?: string;
4084
- globalMeetingId?: number;
4084
+ globalMeetingId?: string;
4085
4085
  ivrCallId?: string;
4086
4086
  ivrDialogId?: string;
4087
4087
  ivrId?: string;
@@ -5345,7 +5345,7 @@ export interface Event {
5345
5345
  destinationLocusUrl?: string;
5346
5346
  destinationVenueId?: string;
5347
5347
  deviceId?: string;
5348
- globalMeetingId?: number;
5348
+ globalMeetingId?: string;
5349
5349
  ivrCallId?: string;
5350
5350
  ivrDialogId?: string;
5351
5351
  ivrId?: string;
@@ -8156,7 +8156,7 @@ export interface Event {
8156
8156
  destinationLocusUrl?: string;
8157
8157
  destinationVenueId?: string;
8158
8158
  deviceId?: string;
8159
- globalMeetingId?: number;
8159
+ globalMeetingId?: string;
8160
8160
  ivrCallId?: string;
8161
8161
  ivrDialogId?: string;
8162
8162
  ivrId?: string;
@@ -9914,7 +9914,7 @@ export interface ClientEvent {
9914
9914
  destinationLocusUrl?: string;
9915
9915
  destinationVenueId?: string;
9916
9916
  deviceId?: string;
9917
- globalMeetingId?: number;
9917
+ globalMeetingId?: string;
9918
9918
  ivrCallId?: string;
9919
9919
  ivrDialogId?: string;
9920
9920
  ivrId?: string;
@@ -12554,7 +12554,7 @@ export interface FeatureEvent {
12554
12554
  destinationLocusUrl?: string;
12555
12555
  destinationVenueId?: string;
12556
12556
  deviceId?: string;
12557
- globalMeetingId?: number;
12557
+ globalMeetingId?: string;
12558
12558
  ivrCallId?: string;
12559
12559
  ivrDialogId?: string;
12560
12560
  ivrId?: string;
@@ -14107,7 +14107,7 @@ export interface MediaQualityEvent {
14107
14107
  destinationLocusUrl?: string;
14108
14108
  destinationVenueId?: string;
14109
14109
  deviceId?: string;
14110
- globalMeetingId?: number;
14110
+ globalMeetingId?: string;
14111
14111
  ivrCallId?: string;
14112
14112
  ivrDialogId?: string;
14113
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.1273"
31
+ "version": "1.0.1275"
32
32
  }