@webex/event-dictionary-ts 1.0.1436 → 1.0.1437
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.
|
@@ -6145,19 +6145,6 @@
|
|
|
6145
6145
|
"PresenterAndAudience"
|
|
6146
6146
|
]
|
|
6147
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
|
-
},
|
|
6161
6148
|
"peopleCount": {
|
|
6162
6149
|
"type": "number",
|
|
6163
6150
|
"minimum": -9223372036854776000.0,
|
|
@@ -6621,19 +6621,6 @@
|
|
|
6621
6621
|
"PresenterAndAudience"
|
|
6622
6622
|
]
|
|
6623
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
|
-
},
|
|
6637
6624
|
"peopleCount": {
|
|
6638
6625
|
"type": "number",
|
|
6639
6626
|
"minimum": -9223372036854776000.0,
|
|
@@ -14669,19 +14656,6 @@
|
|
|
14669
14656
|
"PresenterAndAudience"
|
|
14670
14657
|
]
|
|
14671
14658
|
},
|
|
14672
|
-
"roomTypes": {
|
|
14673
|
-
"type": "array",
|
|
14674
|
-
"items": {
|
|
14675
|
-
"type": "string",
|
|
14676
|
-
"description": "provisioning room type for CE devices",
|
|
14677
|
-
"enum": [
|
|
14678
|
-
"Briefing",
|
|
14679
|
-
"Classroom",
|
|
14680
|
-
"Standard",
|
|
14681
|
-
"PresenterAndAudience"
|
|
14682
|
-
]
|
|
14683
|
-
}
|
|
14684
|
-
},
|
|
14685
14659
|
"peopleCount": {
|
|
14686
14660
|
"type": "number",
|
|
14687
14661
|
"minimum": -9223372036854776000.0,
|
|
@@ -3155,19 +3155,6 @@
|
|
|
3155
3155
|
"PresenterAndAudience"
|
|
3156
3156
|
]
|
|
3157
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
|
-
},
|
|
3171
3158
|
"peopleCount": {
|
|
3172
3159
|
"type": "number",
|
|
3173
3160
|
"minimum": -9223372036854776000.0,
|
|
@@ -2958,7 +2958,6 @@ export interface Event {
|
|
|
2958
2958
|
* provisioning room type for CE devices
|
|
2959
2959
|
*/
|
|
2960
2960
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
2961
|
-
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
2962
2961
|
peopleCount?: number;
|
|
2963
2962
|
additionalProperties?: false;
|
|
2964
2963
|
};
|
|
@@ -6049,7 +6048,6 @@ export interface Event {
|
|
|
6049
6048
|
* provisioning room type for CE devices
|
|
6050
6049
|
*/
|
|
6051
6050
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
6052
|
-
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
6053
6051
|
peopleCount?: number;
|
|
6054
6052
|
additionalProperties?: false;
|
|
6055
6053
|
};
|
|
@@ -12375,7 +12373,6 @@ export interface ClientEvent {
|
|
|
12375
12373
|
* provisioning room type for CE devices
|
|
12376
12374
|
*/
|
|
12377
12375
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
12378
|
-
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
12379
12376
|
peopleCount?: number;
|
|
12380
12377
|
additionalProperties?: false;
|
|
12381
12378
|
};
|
|
@@ -15313,7 +15310,6 @@ export interface MediaQualityEvent {
|
|
|
15313
15310
|
* provisioning room type for CE devices
|
|
15314
15311
|
*/
|
|
15315
15312
|
roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
|
|
15316
|
-
roomTypes?: ("Briefing" | "Classroom" | "Standard" | "PresenterAndAudience")[];
|
|
15317
15313
|
peopleCount?: number;
|
|
15318
15314
|
additionalProperties?: false;
|
|
15319
15315
|
};
|
package/package.json
CHANGED