@webex/event-dictionary-ts 1.0.2048 → 1.0.2050

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.
@@ -1820,7 +1820,8 @@
1820
1820
  "E2EEV2",
1821
1821
  "E2EEV3",
1822
1822
  "E2EEV4",
1823
- "E2EEV4+"
1823
+ "E2EEV4+",
1824
+ "E2EEV4_PLUS"
1824
1825
  ],
1825
1826
  "type": "string"
1826
1827
  },
@@ -2374,7 +2374,8 @@
2374
2374
  "E2EEV2",
2375
2375
  "E2EEV3",
2376
2376
  "E2EEV4",
2377
- "E2EEV4+"
2377
+ "E2EEV4+",
2378
+ "E2EEV4_PLUS"
2378
2379
  ],
2379
2380
  "type": "string"
2380
2381
  },
@@ -10451,7 +10452,8 @@
10451
10452
  "E2EEV2",
10452
10453
  "E2EEV3",
10453
10454
  "E2EEV4",
10454
- "E2EEV4+"
10455
+ "E2EEV4+",
10456
+ "E2EEV4_PLUS"
10455
10457
  ],
10456
10458
  "type": "string"
10457
10459
  },
@@ -15086,7 +15088,8 @@
15086
15088
  "E2EEV2",
15087
15089
  "E2EEV3",
15088
15090
  "E2EEV4",
15089
- "E2EEV4+"
15091
+ "E2EEV4+",
15092
+ "E2EEV4_PLUS"
15090
15093
  ],
15091
15094
  "type": "string"
15092
15095
  },
@@ -26682,7 +26685,8 @@
26682
26685
  "E2EEV2",
26683
26686
  "E2EEV3",
26684
26687
  "E2EEV4",
26685
- "E2EEV4+"
26688
+ "E2EEV4+",
26689
+ "E2EEV4_PLUS"
26686
26690
  ],
26687
26691
  "type": "string"
26688
26692
  },
@@ -30760,7 +30764,8 @@
30760
30764
  "E2EEV2",
30761
30765
  "E2EEV3",
30762
30766
  "E2EEV4",
30763
- "E2EEV4+"
30767
+ "E2EEV4+",
30768
+ "E2EEV4_PLUS"
30764
30769
  ],
30765
30770
  "type": "string"
30766
30771
  },
@@ -36561,7 +36566,8 @@
36561
36566
  "E2EEV2",
36562
36567
  "E2EEV3",
36563
36568
  "E2EEV4",
36564
- "E2EEV4+"
36569
+ "E2EEV4+",
36570
+ "E2EEV4_PLUS"
36565
36571
  ],
36566
36572
  "type": "string"
36567
36573
  },
@@ -1820,7 +1820,8 @@
1820
1820
  "E2EEV2",
1821
1821
  "E2EEV3",
1822
1822
  "E2EEV4",
1823
- "E2EEV4+"
1823
+ "E2EEV4+",
1824
+ "E2EEV4_PLUS"
1824
1825
  ],
1825
1826
  "type": "string"
1826
1827
  },
@@ -1821,7 +1821,8 @@
1821
1821
  "E2EEV2",
1822
1822
  "E2EEV3",
1823
1823
  "E2EEV4",
1824
- "E2EEV4+"
1824
+ "E2EEV4+",
1825
+ "E2EEV4_PLUS"
1825
1826
  ],
1826
1827
  "type": "string"
1827
1828
  },
@@ -936,7 +936,7 @@ export interface Event {
936
936
  cacheKeyTime?: number;
937
937
  additionalProperties?: false;
938
938
  }[];
939
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
939
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
940
940
  isConvergedArchitectureEnabled?: boolean;
941
941
  isCustomBrowser?: boolean;
942
942
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -4728,7 +4728,7 @@ export interface Event {
4728
4728
  cacheKeyTime?: number;
4729
4729
  additionalProperties?: false;
4730
4730
  }[];
4731
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
4731
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
4732
4732
  isConvergedArchitectureEnabled?: boolean;
4733
4733
  isCustomBrowser?: boolean;
4734
4734
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -6738,7 +6738,7 @@ export interface Event {
6738
6738
  cacheKeyTime?: number;
6739
6739
  additionalProperties?: false;
6740
6740
  }[];
6741
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
6741
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
6742
6742
  isConvergedArchitectureEnabled?: boolean;
6743
6743
  isCustomBrowser?: boolean;
6744
6744
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -11461,7 +11461,7 @@ export interface Event {
11461
11461
  cacheKeyTime?: number;
11462
11462
  additionalProperties?: false;
11463
11463
  }[];
11464
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
11464
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
11465
11465
  isConvergedArchitectureEnabled?: boolean;
11466
11466
  isCustomBrowser?: boolean;
11467
11467
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -13239,7 +13239,7 @@ export interface Event {
13239
13239
  cacheKeyTime?: number;
13240
13240
  additionalProperties?: false;
13241
13241
  }[];
13242
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
13242
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
13243
13243
  isConvergedArchitectureEnabled?: boolean;
13244
13244
  isCustomBrowser?: boolean;
13245
13245
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -15199,7 +15199,7 @@ export interface Event {
15199
15199
  cacheKeyTime?: number;
15200
15200
  additionalProperties?: false;
15201
15201
  }[];
15202
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
15202
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
15203
15203
  isConvergedArchitectureEnabled?: boolean;
15204
15204
  isCustomBrowser?: boolean;
15205
15205
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -16264,7 +16264,7 @@ export interface ClientEvent {
16264
16264
  cacheKeyTime?: number;
16265
16265
  additionalProperties?: false;
16266
16266
  }[];
16267
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
16267
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
16268
16268
  isConvergedArchitectureEnabled?: boolean;
16269
16269
  isCustomBrowser?: boolean;
16270
16270
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -19962,7 +19962,7 @@ export interface FeatureEvent {
19962
19962
  cacheKeyTime?: number;
19963
19963
  additionalProperties?: false;
19964
19964
  }[];
19965
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
19965
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
19966
19966
  isConvergedArchitectureEnabled?: boolean;
19967
19967
  isCustomBrowser?: boolean;
19968
19968
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
@@ -21745,7 +21745,7 @@ export interface MediaQualityEvent {
21745
21745
  cacheKeyTime?: number;
21746
21746
  additionalProperties?: false;
21747
21747
  }[];
21748
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+";
21748
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
21749
21749
  isConvergedArchitectureEnabled?: boolean;
21750
21750
  isCustomBrowser?: boolean;
21751
21751
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2048"
30
+ "version": "1.0.2050"
31
31
  }