@webex/event-dictionary-ts 1.0.1395 → 1.0.1397
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.
|
@@ -2902,6 +2902,9 @@
|
|
|
2902
2902
|
"msteamsConferenceId": {
|
|
2903
2903
|
"type": "string"
|
|
2904
2904
|
},
|
|
2905
|
+
"msteamsMeetingId": {
|
|
2906
|
+
"type": "string"
|
|
2907
|
+
},
|
|
2905
2908
|
"oauth2ClientId": {
|
|
2906
2909
|
"type": "string"
|
|
2907
2910
|
},
|
|
@@ -7382,6 +7385,9 @@
|
|
|
7382
7385
|
"msteamsConferenceId": {
|
|
7383
7386
|
"type": "string"
|
|
7384
7387
|
},
|
|
7388
|
+
"msteamsMeetingId": {
|
|
7389
|
+
"type": "string"
|
|
7390
|
+
},
|
|
7385
7391
|
"oauth2ClientId": {
|
|
7386
7392
|
"type": "string"
|
|
7387
7393
|
},
|
|
@@ -9985,6 +9991,9 @@
|
|
|
9985
9991
|
"msteamsConferenceId": {
|
|
9986
9992
|
"type": "string"
|
|
9987
9993
|
},
|
|
9994
|
+
"msteamsMeetingId": {
|
|
9995
|
+
"type": "string"
|
|
9996
|
+
},
|
|
9988
9997
|
"oauth2ClientId": {
|
|
9989
9998
|
"type": "string"
|
|
9990
9999
|
},
|
|
@@ -13642,6 +13651,9 @@
|
|
|
13642
13651
|
"msteamsConferenceId": {
|
|
13643
13652
|
"type": "string"
|
|
13644
13653
|
},
|
|
13654
|
+
"msteamsMeetingId": {
|
|
13655
|
+
"type": "string"
|
|
13656
|
+
},
|
|
13645
13657
|
"oauth2ClientId": {
|
|
13646
13658
|
"type": "string"
|
|
13647
13659
|
},
|
|
@@ -21902,6 +21914,9 @@
|
|
|
21902
21914
|
"msteamsConferenceId": {
|
|
21903
21915
|
"type": "string"
|
|
21904
21916
|
},
|
|
21917
|
+
"msteamsMeetingId": {
|
|
21918
|
+
"type": "string"
|
|
21919
|
+
},
|
|
21905
21920
|
"oauth2ClientId": {
|
|
21906
21921
|
"type": "string"
|
|
21907
21922
|
},
|
|
@@ -1140,6 +1140,7 @@ export interface Event {
|
|
|
1140
1140
|
meetingOrgId?: string;
|
|
1141
1141
|
msteamsTenantGuid?: string;
|
|
1142
1142
|
msteamsConferenceId?: string;
|
|
1143
|
+
msteamsMeetingId?: string;
|
|
1143
1144
|
oauth2ClientId?: string;
|
|
1144
1145
|
orgId?: string;
|
|
1145
1146
|
provisionalCorrelationId?: string;
|
|
@@ -3294,6 +3295,7 @@ export interface Event {
|
|
|
3294
3295
|
meetingOrgId?: string;
|
|
3295
3296
|
msteamsTenantGuid?: string;
|
|
3296
3297
|
msteamsConferenceId?: string;
|
|
3298
|
+
msteamsMeetingId?: string;
|
|
3297
3299
|
oauth2ClientId?: string;
|
|
3298
3300
|
orgId?: string;
|
|
3299
3301
|
provisionalCorrelationId?: string;
|
|
@@ -4288,6 +4290,7 @@ export interface Event {
|
|
|
4288
4290
|
meetingOrgId?: string;
|
|
4289
4291
|
msteamsTenantGuid?: string;
|
|
4290
4292
|
msteamsConferenceId?: string;
|
|
4293
|
+
msteamsMeetingId?: string;
|
|
4291
4294
|
oauth2ClientId?: string;
|
|
4292
4295
|
orgId?: string;
|
|
4293
4296
|
provisionalCorrelationId?: string;
|
|
@@ -5658,6 +5661,7 @@ export interface Event {
|
|
|
5658
5661
|
meetingOrgId?: string;
|
|
5659
5662
|
msteamsTenantGuid?: string;
|
|
5660
5663
|
msteamsConferenceId?: string;
|
|
5664
|
+
msteamsMeetingId?: string;
|
|
5661
5665
|
oauth2ClientId?: string;
|
|
5662
5666
|
orgId?: string;
|
|
5663
5667
|
provisionalCorrelationId?: string;
|
|
@@ -8655,6 +8659,7 @@ export interface Event {
|
|
|
8655
8659
|
meetingOrgId?: string;
|
|
8656
8660
|
msteamsTenantGuid?: string;
|
|
8657
8661
|
msteamsConferenceId?: string;
|
|
8662
|
+
msteamsMeetingId?: string;
|
|
8658
8663
|
oauth2ClientId?: string;
|
|
8659
8664
|
orgId?: string;
|
|
8660
8665
|
provisionalCorrelationId?: string;
|
|
@@ -10446,6 +10451,7 @@ export interface ClientEvent {
|
|
|
10446
10451
|
meetingOrgId?: string;
|
|
10447
10452
|
msteamsTenantGuid?: string;
|
|
10448
10453
|
msteamsConferenceId?: string;
|
|
10454
|
+
msteamsMeetingId?: string;
|
|
10449
10455
|
oauth2ClientId?: string;
|
|
10450
10456
|
orgId?: string;
|
|
10451
10457
|
provisionalCorrelationId?: string;
|
|
@@ -13214,6 +13220,7 @@ export interface FeatureEvent {
|
|
|
13214
13220
|
meetingOrgId?: string;
|
|
13215
13221
|
msteamsTenantGuid?: string;
|
|
13216
13222
|
msteamsConferenceId?: string;
|
|
13223
|
+
msteamsMeetingId?: string;
|
|
13217
13224
|
oauth2ClientId?: string;
|
|
13218
13225
|
orgId?: string;
|
|
13219
13226
|
provisionalCorrelationId?: string;
|
|
@@ -14815,6 +14822,7 @@ export interface MediaQualityEvent {
|
|
|
14815
14822
|
meetingOrgId?: string;
|
|
14816
14823
|
msteamsTenantGuid?: string;
|
|
14817
14824
|
msteamsConferenceId?: string;
|
|
14825
|
+
msteamsMeetingId?: string;
|
|
14818
14826
|
oauth2ClientId?: string;
|
|
14819
14827
|
orgId?: string;
|
|
14820
14828
|
provisionalCorrelationId?: string;
|
package/package.json
CHANGED