@webex/event-dictionary-ts 1.0.1269 → 1.0.1273
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?: number;
|
|
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?: number;
|
|
3126
3128
|
ivrCallId?: string;
|
|
3127
3129
|
ivrDialogId?: string;
|
|
3128
3130
|
ivrId?: string;
|
|
@@ -3908,6 +3910,7 @@ export interface Event {
|
|
|
3908
3910
|
errorCodeExt1?: number;
|
|
3909
3911
|
errorData?: {};
|
|
3910
3912
|
name: "timeout" | "unauthorized" | "downstream-failure" | "upstream-failure" | "other";
|
|
3913
|
+
component?: string;
|
|
3911
3914
|
additionalProperties?: false;
|
|
3912
3915
|
}[];
|
|
3913
3916
|
/**
|
|
@@ -4078,6 +4081,7 @@ export interface Event {
|
|
|
4078
4081
|
destinationLocusUrl?: string;
|
|
4079
4082
|
destinationVenueId?: string;
|
|
4080
4083
|
deviceId?: string;
|
|
4084
|
+
globalMeetingId?: number;
|
|
4081
4085
|
ivrCallId?: string;
|
|
4082
4086
|
ivrDialogId?: string;
|
|
4083
4087
|
ivrId?: string;
|
|
@@ -5341,6 +5345,7 @@ export interface Event {
|
|
|
5341
5345
|
destinationLocusUrl?: string;
|
|
5342
5346
|
destinationVenueId?: string;
|
|
5343
5347
|
deviceId?: string;
|
|
5348
|
+
globalMeetingId?: number;
|
|
5344
5349
|
ivrCallId?: string;
|
|
5345
5350
|
ivrDialogId?: string;
|
|
5346
5351
|
ivrId?: string;
|
|
@@ -8151,6 +8156,7 @@ export interface Event {
|
|
|
8151
8156
|
destinationLocusUrl?: string;
|
|
8152
8157
|
destinationVenueId?: string;
|
|
8153
8158
|
deviceId?: string;
|
|
8159
|
+
globalMeetingId?: number;
|
|
8154
8160
|
ivrCallId?: string;
|
|
8155
8161
|
ivrDialogId?: string;
|
|
8156
8162
|
ivrId?: string;
|
|
@@ -9908,6 +9914,7 @@ export interface ClientEvent {
|
|
|
9908
9914
|
destinationLocusUrl?: string;
|
|
9909
9915
|
destinationVenueId?: string;
|
|
9910
9916
|
deviceId?: string;
|
|
9917
|
+
globalMeetingId?: number;
|
|
9911
9918
|
ivrCallId?: string;
|
|
9912
9919
|
ivrDialogId?: string;
|
|
9913
9920
|
ivrId?: string;
|
|
@@ -12547,6 +12554,7 @@ export interface FeatureEvent {
|
|
|
12547
12554
|
destinationLocusUrl?: string;
|
|
12548
12555
|
destinationVenueId?: string;
|
|
12549
12556
|
deviceId?: string;
|
|
12557
|
+
globalMeetingId?: number;
|
|
12550
12558
|
ivrCallId?: string;
|
|
12551
12559
|
ivrDialogId?: string;
|
|
12552
12560
|
ivrId?: string;
|
|
@@ -14099,6 +14107,7 @@ export interface MediaQualityEvent {
|
|
|
14099
14107
|
destinationLocusUrl?: string;
|
|
14100
14108
|
destinationVenueId?: string;
|
|
14101
14109
|
deviceId?: string;
|
|
14110
|
+
globalMeetingId?: number;
|
|
14102
14111
|
ivrCallId?: string;
|
|
14103
14112
|
ivrDialogId?: string;
|
|
14104
14113
|
ivrId?: string;
|
package/package.json
CHANGED