@webex/event-dictionary-ts 1.0.2172 → 1.0.2173

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.
@@ -1872,8 +1872,9 @@
1872
1872
  "E2EEV2",
1873
1873
  "E2EEV3",
1874
1874
  "E2EEV4",
1875
- "E2EEV4+",
1876
- "E2EEV4_PLUS"
1875
+ "E2EEV4_PLUS",
1876
+ "E2EEV4_B",
1877
+ "E2EEV5"
1877
1878
  ],
1878
1879
  "type": "string"
1879
1880
  },
@@ -2476,8 +2476,9 @@
2476
2476
  "E2EEV2",
2477
2477
  "E2EEV3",
2478
2478
  "E2EEV4",
2479
- "E2EEV4+",
2480
- "E2EEV4_PLUS"
2479
+ "E2EEV4_PLUS",
2480
+ "E2EEV4_B",
2481
+ "E2EEV5"
2481
2482
  ],
2482
2483
  "type": "string"
2483
2484
  },
@@ -11155,8 +11156,9 @@
11155
11156
  "E2EEV2",
11156
11157
  "E2EEV3",
11157
11158
  "E2EEV4",
11158
- "E2EEV4+",
11159
- "E2EEV4_PLUS"
11159
+ "E2EEV4_PLUS",
11160
+ "E2EEV4_B",
11161
+ "E2EEV5"
11160
11162
  ],
11161
11163
  "type": "string"
11162
11164
  },
@@ -15934,8 +15936,9 @@
15934
15936
  "E2EEV2",
15935
15937
  "E2EEV3",
15936
15938
  "E2EEV4",
15937
- "E2EEV4+",
15938
- "E2EEV4_PLUS"
15939
+ "E2EEV4_PLUS",
15940
+ "E2EEV4_B",
15941
+ "E2EEV5"
15939
15942
  ],
15940
15943
  "type": "string"
15941
15944
  },
@@ -28187,8 +28190,9 @@
28187
28190
  "E2EEV2",
28188
28191
  "E2EEV3",
28189
28192
  "E2EEV4",
28190
- "E2EEV4+",
28191
- "E2EEV4_PLUS"
28193
+ "E2EEV4_PLUS",
28194
+ "E2EEV4_B",
28195
+ "E2EEV5"
28192
28196
  ],
28193
28197
  "type": "string"
28194
28198
  },
@@ -32415,8 +32419,9 @@
32415
32419
  "E2EEV2",
32416
32420
  "E2EEV3",
32417
32421
  "E2EEV4",
32418
- "E2EEV4+",
32419
- "E2EEV4_PLUS"
32422
+ "E2EEV4_PLUS",
32423
+ "E2EEV4_B",
32424
+ "E2EEV5"
32420
32425
  ],
32421
32426
  "type": "string"
32422
32427
  },
@@ -38603,8 +38608,9 @@
38603
38608
  "E2EEV2",
38604
38609
  "E2EEV3",
38605
38610
  "E2EEV4",
38606
- "E2EEV4+",
38607
- "E2EEV4_PLUS"
38611
+ "E2EEV4_PLUS",
38612
+ "E2EEV4_B",
38613
+ "E2EEV5"
38608
38614
  ],
38609
38615
  "type": "string"
38610
38616
  },
@@ -1872,8 +1872,9 @@
1872
1872
  "E2EEV2",
1873
1873
  "E2EEV3",
1874
1874
  "E2EEV4",
1875
- "E2EEV4+",
1876
- "E2EEV4_PLUS"
1875
+ "E2EEV4_PLUS",
1876
+ "E2EEV4_B",
1877
+ "E2EEV5"
1877
1878
  ],
1878
1879
  "type": "string"
1879
1880
  },
@@ -1873,8 +1873,9 @@
1873
1873
  "E2EEV2",
1874
1874
  "E2EEV3",
1875
1875
  "E2EEV4",
1876
- "E2EEV4+",
1877
- "E2EEV4_PLUS"
1876
+ "E2EEV4_PLUS",
1877
+ "E2EEV4_B",
1878
+ "E2EEV5"
1878
1879
  ],
1879
1880
  "type": "string"
1880
1881
  },
@@ -1012,7 +1012,7 @@ export interface Event {
1012
1012
  cacheKeyTime?: number;
1013
1013
  additionalProperties?: never;
1014
1014
  }[];
1015
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
1015
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
1016
1016
  isZeroTrust?: boolean;
1017
1017
  /**
1018
1018
  * Version of SFrame in use.
@@ -5109,7 +5109,7 @@ export interface Event {
5109
5109
  cacheKeyTime?: number;
5110
5110
  additionalProperties?: never;
5111
5111
  }[];
5112
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
5112
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
5113
5113
  isZeroTrust?: boolean;
5114
5114
  /**
5115
5115
  * Version of SFrame in use.
@@ -7187,7 +7187,7 @@ export interface Event {
7187
7187
  cacheKeyTime?: number;
7188
7188
  additionalProperties?: never;
7189
7189
  }[];
7190
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
7190
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
7191
7191
  isZeroTrust?: boolean;
7192
7192
  /**
7193
7193
  * Version of SFrame in use.
@@ -12304,7 +12304,7 @@ export interface Event {
12304
12304
  cacheKeyTime?: number;
12305
12305
  additionalProperties?: never;
12306
12306
  }[];
12307
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
12307
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
12308
12308
  isZeroTrust?: boolean;
12309
12309
  /**
12310
12310
  * Version of SFrame in use.
@@ -14156,7 +14156,7 @@ export interface Event {
14156
14156
  cacheKeyTime?: number;
14157
14157
  additionalProperties?: never;
14158
14158
  }[];
14159
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
14159
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
14160
14160
  isZeroTrust?: boolean;
14161
14161
  /**
14162
14162
  * Version of SFrame in use.
@@ -16319,7 +16319,7 @@ export interface Event {
16319
16319
  cacheKeyTime?: number;
16320
16320
  additionalProperties?: never;
16321
16321
  }[];
16322
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
16322
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
16323
16323
  isZeroTrust?: boolean;
16324
16324
  /**
16325
16325
  * Version of SFrame in use.
@@ -17456,7 +17456,7 @@ export interface ClientEvent {
17456
17456
  cacheKeyTime?: number;
17457
17457
  additionalProperties?: never;
17458
17458
  }[];
17459
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
17459
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
17460
17460
  isZeroTrust?: boolean;
17461
17461
  /**
17462
17462
  * Version of SFrame in use.
@@ -21457,7 +21457,7 @@ export interface FeatureEvent {
21457
21457
  cacheKeyTime?: number;
21458
21458
  additionalProperties?: never;
21459
21459
  }[];
21460
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
21460
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
21461
21461
  isZeroTrust?: boolean;
21462
21462
  /**
21463
21463
  * Version of SFrame in use.
@@ -23314,7 +23314,7 @@ export interface MediaQualityEvent {
23314
23314
  cacheKeyTime?: number;
23315
23315
  additionalProperties?: never;
23316
23316
  }[];
23317
- e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4+" | "E2EEV4_PLUS";
23317
+ e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3" | "E2EEV4" | "E2EEV4_PLUS" | "E2EEV4_B" | "E2EEV5";
23318
23318
  isZeroTrust?: boolean;
23319
23319
  /**
23320
23320
  * Version of SFrame in use.
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2172"
35
+ "version": "1.0.2173"
36
36
  }