@webex/event-dictionary-ts 1.0.1292 → 1.0.1294

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.
@@ -4201,7 +4201,8 @@ export interface Event {
4201
4201
  | "LATENCY"
4202
4202
  | "OFFLINE"
4203
4203
  | "UNREACHABLE"
4204
- | "CAPACITY_OR_UNREACHABLE";
4204
+ | "CAPACITY_OR_UNREACHABLE"
4205
+ | "PRIVATE_MEETING_CLUSTER";
4205
4206
  reason?:
4206
4207
  | "CLOUD_INGRESS_REGION"
4207
4208
  | "CLIENT_SOURCE_REGION"
@@ -4233,7 +4234,8 @@ export interface Event {
4233
4234
  | "LATENCY"
4234
4235
  | "OFFLINE"
4235
4236
  | "UNREACHABLE"
4236
- | "CAPACITY_OR_UNREACHABLE";
4237
+ | "CAPACITY_OR_UNREACHABLE"
4238
+ | "PRIVATE_MEETING_CLUSTER";
4237
4239
  reason?:
4238
4240
  | "CLOUD_INGRESS_REGION"
4239
4241
  | "CLIENT_SOURCE_REGION"
@@ -4380,7 +4382,8 @@ export interface Event {
4380
4382
  | "LATENCY"
4381
4383
  | "OFFLINE"
4382
4384
  | "UNREACHABLE"
4383
- | "CAPACITY_OR_UNREACHABLE";
4385
+ | "CAPACITY_OR_UNREACHABLE"
4386
+ | "PRIVATE_MEETING_CLUSTER";
4384
4387
  reason?:
4385
4388
  | "CLOUD_INGRESS_REGION"
4386
4389
  | "CLIENT_SOURCE_REGION"
@@ -4412,7 +4415,8 @@ export interface Event {
4412
4415
  | "LATENCY"
4413
4416
  | "OFFLINE"
4414
4417
  | "UNREACHABLE"
4415
- | "CAPACITY_OR_UNREACHABLE";
4418
+ | "CAPACITY_OR_UNREACHABLE"
4419
+ | "PRIVATE_MEETING_CLUSTER";
4416
4420
  reason?:
4417
4421
  | "CLOUD_INGRESS_REGION"
4418
4422
  | "CLIENT_SOURCE_REGION"
@@ -4466,7 +4470,8 @@ export interface Event {
4466
4470
  | "LATENCY"
4467
4471
  | "OFFLINE"
4468
4472
  | "UNREACHABLE"
4469
- | "CAPACITY_OR_UNREACHABLE";
4473
+ | "CAPACITY_OR_UNREACHABLE"
4474
+ | "PRIVATE_MEETING_CLUSTER";
4470
4475
  reason?:
4471
4476
  | "CLOUD_INGRESS_REGION"
4472
4477
  | "CLIENT_SOURCE_REGION"
@@ -4558,7 +4563,8 @@ export interface Event {
4558
4563
  | "LATENCY"
4559
4564
  | "OFFLINE"
4560
4565
  | "UNREACHABLE"
4561
- | "CAPACITY_OR_UNREACHABLE";
4566
+ | "CAPACITY_OR_UNREACHABLE"
4567
+ | "PRIVATE_MEETING_CLUSTER";
4562
4568
  reason?:
4563
4569
  | "CLOUD_INGRESS_REGION"
4564
4570
  | "CLIENT_SOURCE_REGION"
@@ -4620,7 +4626,8 @@ export interface Event {
4620
4626
  | "LATENCY"
4621
4627
  | "OFFLINE"
4622
4628
  | "UNREACHABLE"
4623
- | "CAPACITY_OR_UNREACHABLE";
4629
+ | "CAPACITY_OR_UNREACHABLE"
4630
+ | "PRIVATE_MEETING_CLUSTER";
4624
4631
  reason?:
4625
4632
  | "CLOUD_INGRESS_REGION"
4626
4633
  | "CLIENT_SOURCE_REGION"
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1292"
31
+ "version": "1.0.1294"
32
32
  }