@webex/event-dictionary-ts 1.0.1431 → 1.0.1433
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.
|
@@ -2370,6 +2370,9 @@
|
|
|
2370
2370
|
"globalMeetingId": {
|
|
2371
2371
|
"type": "string"
|
|
2372
2372
|
},
|
|
2373
|
+
"installationId": {
|
|
2374
|
+
"type": "string"
|
|
2375
|
+
},
|
|
2373
2376
|
"ivrCallId": {
|
|
2374
2377
|
"type": "string",
|
|
2375
2378
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -6142,6 +6145,19 @@
|
|
|
6142
6145
|
"PresenterAndAudience"
|
|
6143
6146
|
]
|
|
6144
6147
|
},
|
|
6148
|
+
"roomTypes": {
|
|
6149
|
+
"type": "array",
|
|
6150
|
+
"items": {
|
|
6151
|
+
"type": "string",
|
|
6152
|
+
"description": "provisioning room type for CE devices",
|
|
6153
|
+
"enum": [
|
|
6154
|
+
"Briefing",
|
|
6155
|
+
"Classroom",
|
|
6156
|
+
"Standard",
|
|
6157
|
+
"PresenterAndAudience"
|
|
6158
|
+
]
|
|
6159
|
+
}
|
|
6160
|
+
},
|
|
6145
6161
|
"peopleCount": {
|
|
6146
6162
|
"type": "number",
|
|
6147
6163
|
"minimum": -9223372036854776000.0,
|
|
@@ -2846,6 +2846,9 @@
|
|
|
2846
2846
|
"globalMeetingId": {
|
|
2847
2847
|
"type": "string"
|
|
2848
2848
|
},
|
|
2849
|
+
"installationId": {
|
|
2850
|
+
"type": "string"
|
|
2851
|
+
},
|
|
2849
2852
|
"ivrCallId": {
|
|
2850
2853
|
"type": "string",
|
|
2851
2854
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -6618,6 +6621,19 @@
|
|
|
6618
6621
|
"PresenterAndAudience"
|
|
6619
6622
|
]
|
|
6620
6623
|
},
|
|
6624
|
+
"roomTypes": {
|
|
6625
|
+
"type": "array",
|
|
6626
|
+
"items": {
|
|
6627
|
+
"type": "string",
|
|
6628
|
+
"description": "provisioning room type for CE devices",
|
|
6629
|
+
"enum": [
|
|
6630
|
+
"Briefing",
|
|
6631
|
+
"Classroom",
|
|
6632
|
+
"Standard",
|
|
6633
|
+
"PresenterAndAudience"
|
|
6634
|
+
]
|
|
6635
|
+
}
|
|
6636
|
+
},
|
|
6621
6637
|
"peopleCount": {
|
|
6622
6638
|
"type": "number",
|
|
6623
6639
|
"minimum": -9223372036854776000.0,
|
|
@@ -7489,6 +7505,9 @@
|
|
|
7489
7505
|
"globalMeetingId": {
|
|
7490
7506
|
"type": "string"
|
|
7491
7507
|
},
|
|
7508
|
+
"installationId": {
|
|
7509
|
+
"type": "string"
|
|
7510
|
+
},
|
|
7492
7511
|
"ivrCallId": {
|
|
7493
7512
|
"type": "string",
|
|
7494
7513
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -10099,6 +10118,9 @@
|
|
|
10099
10118
|
"globalMeetingId": {
|
|
10100
10119
|
"type": "string"
|
|
10101
10120
|
},
|
|
10121
|
+
"installationId": {
|
|
10122
|
+
"type": "string"
|
|
10123
|
+
},
|
|
10102
10124
|
"ivrCallId": {
|
|
10103
10125
|
"type": "string",
|
|
10104
10126
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -13763,6 +13785,9 @@
|
|
|
13763
13785
|
"globalMeetingId": {
|
|
13764
13786
|
"type": "string"
|
|
13765
13787
|
},
|
|
13788
|
+
"installationId": {
|
|
13789
|
+
"type": "string"
|
|
13790
|
+
},
|
|
13766
13791
|
"ivrCallId": {
|
|
13767
13792
|
"type": "string",
|
|
13768
13793
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -14641,6 +14666,19 @@
|
|
|
14641
14666
|
"PresenterAndAudience"
|
|
14642
14667
|
]
|
|
14643
14668
|
},
|
|
14669
|
+
"roomTypes": {
|
|
14670
|
+
"type": "array",
|
|
14671
|
+
"items": {
|
|
14672
|
+
"type": "string",
|
|
14673
|
+
"description": "provisioning room type for CE devices",
|
|
14674
|
+
"enum": [
|
|
14675
|
+
"Briefing",
|
|
14676
|
+
"Classroom",
|
|
14677
|
+
"Standard",
|
|
14678
|
+
"PresenterAndAudience"
|
|
14679
|
+
]
|
|
14680
|
+
}
|
|
14681
|
+
},
|
|
14644
14682
|
"peopleCount": {
|
|
14645
14683
|
"type": "number",
|
|
14646
14684
|
"minimum": -9223372036854776000.0,
|
|
@@ -21972,6 +22010,9 @@
|
|
|
21972
22010
|
"globalMeetingId": {
|
|
21973
22011
|
"type": "string"
|
|
21974
22012
|
},
|
|
22013
|
+
"installationId": {
|
|
22014
|
+
"type": "string"
|
|
22015
|
+
},
|
|
21975
22016
|
"ivrCallId": {
|
|
21976
22017
|
"type": "string",
|
|
21977
22018
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -2233,6 +2233,9 @@
|
|
|
2233
2233
|
"globalMeetingId": {
|
|
2234
2234
|
"type": "string"
|
|
2235
2235
|
},
|
|
2236
|
+
"installationId": {
|
|
2237
|
+
"type": "string"
|
|
2238
|
+
},
|
|
2236
2239
|
"ivrCallId": {
|
|
2237
2240
|
"type": "string",
|
|
2238
2241
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -2274,6 +2274,9 @@
|
|
|
2274
2274
|
"globalMeetingId": {
|
|
2275
2275
|
"type": "string"
|
|
2276
2276
|
},
|
|
2277
|
+
"installationId": {
|
|
2278
|
+
"type": "string"
|
|
2279
|
+
},
|
|
2277
2280
|
"ivrCallId": {
|
|
2278
2281
|
"type": "string",
|
|
2279
2282
|
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
@@ -3152,6 +3155,19 @@
|
|
|
3152
3155
|
"PresenterAndAudience"
|
|
3153
3156
|
]
|
|
3154
3157
|
},
|
|
3158
|
+
"roomTypes": {
|
|
3159
|
+
"type": "array",
|
|
3160
|
+
"items": {
|
|
3161
|
+
"type": "string",
|
|
3162
|
+
"description": "provisioning room type for CE devices",
|
|
3163
|
+
"enum": [
|
|
3164
|
+
"Briefing",
|
|
3165
|
+
"Classroom",
|
|
3166
|
+
"Standard",
|
|
3167
|
+
"PresenterAndAudience"
|
|
3168
|
+
]
|
|
3169
|
+
}
|
|
3170
|
+
},
|
|
3155
3171
|
"peopleCount": {
|
|
3156
3172
|
"type": "number",
|
|
3157
3173
|
"minimum": -9223372036854776000.0,
|
|
@@ -1125,6 +1125,7 @@ export interface Event {
|
|
|
1125
1125
|
destinationVenueId?: string;
|
|
1126
1126
|
deviceId?: string;
|
|
1127
1127
|
globalMeetingId?: string;
|
|
1128
|
+
installationId?: string;
|
|
1128
1129
|
ivrCallId?: string;
|
|
1129
1130
|
ivrDialogId?: string;
|
|
1130
1131
|
ivrId?: string;
|
|
@@ -2957,6 +2958,7 @@ export interface Event {
|
|
|
2957
2958
|
* provisioning room type for CE devices
|
|
2958
2959
|
*/
|
|
2959
2960
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
2961
|
+
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
2960
2962
|
peopleCount?: number;
|
|
2961
2963
|
additionalProperties?: false;
|
|
2962
2964
|
};
|
|
@@ -3377,6 +3379,7 @@ export interface Event {
|
|
|
3377
3379
|
destinationVenueId?: string;
|
|
3378
3380
|
deviceId?: string;
|
|
3379
3381
|
globalMeetingId?: string;
|
|
3382
|
+
installationId?: string;
|
|
3380
3383
|
ivrCallId?: string;
|
|
3381
3384
|
ivrDialogId?: string;
|
|
3382
3385
|
ivrId?: string;
|
|
@@ -4374,6 +4377,7 @@ export interface Event {
|
|
|
4374
4377
|
destinationVenueId?: string;
|
|
4375
4378
|
deviceId?: string;
|
|
4376
4379
|
globalMeetingId?: string;
|
|
4380
|
+
installationId?: string;
|
|
4377
4381
|
ivrCallId?: string;
|
|
4378
4382
|
ivrDialogId?: string;
|
|
4379
4383
|
ivrId?: string;
|
|
@@ -5747,6 +5751,7 @@ export interface Event {
|
|
|
5747
5751
|
destinationVenueId?: string;
|
|
5748
5752
|
deviceId?: string;
|
|
5749
5753
|
globalMeetingId?: string;
|
|
5754
|
+
installationId?: string;
|
|
5750
5755
|
ivrCallId?: string;
|
|
5751
5756
|
ivrDialogId?: string;
|
|
5752
5757
|
ivrId?: string;
|
|
@@ -6043,6 +6048,7 @@ export interface Event {
|
|
|
6043
6048
|
* provisioning room type for CE devices
|
|
6044
6049
|
*/
|
|
6045
6050
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
6051
|
+
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
6046
6052
|
peopleCount?: number;
|
|
6047
6053
|
additionalProperties?: false;
|
|
6048
6054
|
};
|
|
@@ -8729,6 +8735,7 @@ export interface Event {
|
|
|
8729
8735
|
destinationVenueId?: string;
|
|
8730
8736
|
deviceId?: string;
|
|
8731
8737
|
globalMeetingId?: string;
|
|
8738
|
+
installationId?: string;
|
|
8732
8739
|
ivrCallId?: string;
|
|
8733
8740
|
ivrDialogId?: string;
|
|
8734
8741
|
ivrId?: string;
|
|
@@ -10523,6 +10530,7 @@ export interface ClientEvent {
|
|
|
10523
10530
|
destinationVenueId?: string;
|
|
10524
10531
|
deviceId?: string;
|
|
10525
10532
|
globalMeetingId?: string;
|
|
10533
|
+
installationId?: string;
|
|
10526
10534
|
ivrCallId?: string;
|
|
10527
10535
|
ivrDialogId?: string;
|
|
10528
10536
|
ivrId?: string;
|
|
@@ -12355,6 +12363,7 @@ export interface ClientEvent {
|
|
|
12355
12363
|
* provisioning room type for CE devices
|
|
12356
12364
|
*/
|
|
12357
12365
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
12366
|
+
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
12358
12367
|
peopleCount?: number;
|
|
12359
12368
|
additionalProperties?: false;
|
|
12360
12369
|
};
|
|
@@ -13390,6 +13399,7 @@ export interface FeatureEvent {
|
|
|
13390
13399
|
destinationVenueId?: string;
|
|
13391
13400
|
deviceId?: string;
|
|
13392
13401
|
globalMeetingId?: string;
|
|
13402
|
+
installationId?: string;
|
|
13393
13403
|
ivrCallId?: string;
|
|
13394
13404
|
ivrDialogId?: string;
|
|
13395
13405
|
ivrId?: string;
|
|
@@ -14994,6 +15004,7 @@ export interface MediaQualityEvent {
|
|
|
14994
15004
|
destinationVenueId?: string;
|
|
14995
15005
|
deviceId?: string;
|
|
14996
15006
|
globalMeetingId?: string;
|
|
15007
|
+
installationId?: string;
|
|
14997
15008
|
ivrCallId?: string;
|
|
14998
15009
|
ivrDialogId?: string;
|
|
14999
15010
|
ivrId?: string;
|
|
@@ -15290,6 +15301,7 @@ export interface MediaQualityEvent {
|
|
|
15290
15301
|
* provisioning room type for CE devices
|
|
15291
15302
|
*/
|
|
15292
15303
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
15304
|
+
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
15293
15305
|
peopleCount?: number;
|
|
15294
15306
|
additionalProperties?: false;
|
|
15295
15307
|
};
|
package/package.json
CHANGED