@webex/event-dictionary-ts 1.0.1689 → 1.0.1691
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.
|
@@ -2301,7 +2301,9 @@
|
|
|
2301
2301
|
"enum": [
|
|
2302
2302
|
"E2EEV1",
|
|
2303
2303
|
"E2EEV2",
|
|
2304
|
-
"E2EEV3"
|
|
2304
|
+
"E2EEV3",
|
|
2305
|
+
"E2EEV4",
|
|
2306
|
+
"E2EEV4+"
|
|
2305
2307
|
],
|
|
2306
2308
|
"type": "string"
|
|
2307
2309
|
},
|
|
@@ -9804,7 +9806,9 @@
|
|
|
9804
9806
|
"enum": [
|
|
9805
9807
|
"E2EEV1",
|
|
9806
9808
|
"E2EEV2",
|
|
9807
|
-
"E2EEV3"
|
|
9809
|
+
"E2EEV3",
|
|
9810
|
+
"E2EEV4",
|
|
9811
|
+
"E2EEV4+"
|
|
9808
9812
|
],
|
|
9809
9813
|
"type": "string"
|
|
9810
9814
|
},
|
|
@@ -14244,7 +14248,9 @@
|
|
|
14244
14248
|
"enum": [
|
|
14245
14249
|
"E2EEV1",
|
|
14246
14250
|
"E2EEV2",
|
|
14247
|
-
"E2EEV3"
|
|
14251
|
+
"E2EEV3",
|
|
14252
|
+
"E2EEV4",
|
|
14253
|
+
"E2EEV4+"
|
|
14248
14254
|
],
|
|
14249
14255
|
"type": "string"
|
|
14250
14256
|
},
|
|
@@ -23629,7 +23635,9 @@
|
|
|
23629
23635
|
"enum": [
|
|
23630
23636
|
"E2EEV1",
|
|
23631
23637
|
"E2EEV2",
|
|
23632
|
-
"E2EEV3"
|
|
23638
|
+
"E2EEV3",
|
|
23639
|
+
"E2EEV4",
|
|
23640
|
+
"E2EEV4+"
|
|
23633
23641
|
],
|
|
23634
23642
|
"type": "string"
|
|
23635
23643
|
},
|
|
@@ -27562,7 +27570,9 @@
|
|
|
27562
27570
|
"enum": [
|
|
27563
27571
|
"E2EEV1",
|
|
27564
27572
|
"E2EEV2",
|
|
27565
|
-
"E2EEV3"
|
|
27573
|
+
"E2EEV3",
|
|
27574
|
+
"E2EEV4",
|
|
27575
|
+
"E2EEV4+"
|
|
27566
27576
|
],
|
|
27567
27577
|
"type": "string"
|
|
27568
27578
|
},
|
|
@@ -32595,7 +32605,9 @@
|
|
|
32595
32605
|
"enum": [
|
|
32596
32606
|
"E2EEV1",
|
|
32597
32607
|
"E2EEV2",
|
|
32598
|
-
"E2EEV3"
|
|
32608
|
+
"E2EEV3",
|
|
32609
|
+
"E2EEV4",
|
|
32610
|
+
"E2EEV4+"
|
|
32599
32611
|
],
|
|
32600
32612
|
"type": "string"
|
|
32601
32613
|
},
|
|
@@ -894,7 +894,7 @@ export interface Event {
|
|
|
894
894
|
cacheKeyTime?: number;
|
|
895
895
|
additionalProperties?: false;
|
|
896
896
|
}[];
|
|
897
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
897
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
898
898
|
isConvergedArchitectureEnabled?: boolean;
|
|
899
899
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
900
900
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -4374,7 +4374,7 @@ export interface Event {
|
|
|
4374
4374
|
cacheKeyTime?: number;
|
|
4375
4375
|
additionalProperties?: false;
|
|
4376
4376
|
}[];
|
|
4377
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
4377
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
4378
4378
|
isConvergedArchitectureEnabled?: boolean;
|
|
4379
4379
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
4380
4380
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -6275,7 +6275,7 @@ export interface Event {
|
|
|
6275
6275
|
cacheKeyTime?: number;
|
|
6276
6276
|
additionalProperties?: false;
|
|
6277
6277
|
}[];
|
|
6278
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
6278
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
6279
6279
|
isConvergedArchitectureEnabled?: boolean;
|
|
6280
6280
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
6281
6281
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -9892,7 +9892,7 @@ export interface Event {
|
|
|
9892
9892
|
cacheKeyTime?: number;
|
|
9893
9893
|
additionalProperties?: false;
|
|
9894
9894
|
}[];
|
|
9895
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
9895
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
9896
9896
|
isConvergedArchitectureEnabled?: boolean;
|
|
9897
9897
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
9898
9898
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -11603,7 +11603,7 @@ export interface Event {
|
|
|
11603
11603
|
cacheKeyTime?: number;
|
|
11604
11604
|
additionalProperties?: false;
|
|
11605
11605
|
}[];
|
|
11606
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
11606
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
11607
11607
|
isConvergedArchitectureEnabled?: boolean;
|
|
11608
11608
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
11609
11609
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -13277,7 +13277,7 @@ export interface Event {
|
|
|
13277
13277
|
cacheKeyTime?: number;
|
|
13278
13278
|
additionalProperties?: false;
|
|
13279
13279
|
}[];
|
|
13280
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
13280
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
13281
13281
|
isConvergedArchitectureEnabled?: boolean;
|
|
13282
13282
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
13283
13283
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -14274,7 +14274,7 @@ export interface ClientEvent {
|
|
|
14274
14274
|
cacheKeyTime?: number;
|
|
14275
14275
|
additionalProperties?: false;
|
|
14276
14276
|
}[];
|
|
14277
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
14277
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
14278
14278
|
isConvergedArchitectureEnabled?: boolean;
|
|
14279
14279
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
14280
14280
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -17671,7 +17671,7 @@ export interface FeatureEvent {
|
|
|
17671
17671
|
cacheKeyTime?: number;
|
|
17672
17672
|
additionalProperties?: false;
|
|
17673
17673
|
}[];
|
|
17674
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
17674
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
17675
17675
|
isConvergedArchitectureEnabled?: boolean;
|
|
17676
17676
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
17677
17677
|
supplementaryMediaSessionType?: "DirectShare";
|
|
@@ -19393,7 +19393,7 @@ export interface MediaQualityEvent {
|
|
|
19393
19393
|
cacheKeyTime?: number;
|
|
19394
19394
|
additionalProperties?: false;
|
|
19395
19395
|
}[];
|
|
19396
|
-
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
19396
|
+
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
|
|
19397
19397
|
isConvergedArchitectureEnabled?: boolean;
|
|
19398
19398
|
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
19399
19399
|
supplementaryMediaSessionType?: "DirectShare";
|
package/package.json
CHANGED