@webex/event-dictionary-ts 1.0.1658 → 1.0.1660

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.
@@ -11100,6 +11100,9 @@
11100
11100
  },
11101
11101
  "region": {
11102
11102
  "type": "string"
11103
+ },
11104
+ "reachabilityDueToFolding": {
11105
+ "type": "boolean"
11103
11106
  }
11104
11107
  }
11105
11108
  },
@@ -11172,6 +11175,9 @@
11172
11175
  },
11173
11176
  "region": {
11174
11177
  "type": "string"
11178
+ },
11179
+ "reachabilityDueToFolding": {
11180
+ "type": "boolean"
11175
11181
  }
11176
11182
  }
11177
11183
  },
@@ -11519,6 +11525,9 @@
11519
11525
  },
11520
11526
  "region": {
11521
11527
  "type": "string"
11528
+ },
11529
+ "reachabilityDueToFolding": {
11530
+ "type": "boolean"
11522
11531
  }
11523
11532
  }
11524
11533
  },
@@ -11591,6 +11600,9 @@
11591
11600
  },
11592
11601
  "region": {
11593
11602
  "type": "string"
11603
+ },
11604
+ "reachabilityDueToFolding": {
11605
+ "type": "boolean"
11594
11606
  }
11595
11607
  }
11596
11608
  },
@@ -11618,9 +11630,15 @@
11618
11630
  "reachableCloudReachabilityClustersCount": {
11619
11631
  "type": "integer"
11620
11632
  },
11633
+ "reachableCloudReachabilityClustersCountFolded": {
11634
+ "type": "integer"
11635
+ },
11621
11636
  "reachableHybridMediaReachabilityClustersCount": {
11622
11637
  "type": "integer"
11623
11638
  },
11639
+ "reachableHybridMediaReachabilityClustersCountFolded": {
11640
+ "type": "integer"
11641
+ },
11624
11642
  "reachabilityClusters": {
11625
11643
  "type": "array",
11626
11644
  "items": {
@@ -11760,6 +11778,9 @@
11760
11778
  },
11761
11779
  "region": {
11762
11780
  "type": "string"
11781
+ },
11782
+ "reachabilityDueToFolding": {
11783
+ "type": "boolean"
11763
11784
  }
11764
11785
  }
11765
11786
  }
@@ -11835,6 +11856,9 @@
11835
11856
  },
11836
11857
  "region": {
11837
11858
  "type": "string"
11859
+ },
11860
+ "reachabilityDueToFolding": {
11861
+ "type": "boolean"
11838
11862
  }
11839
11863
  }
11840
11864
  }
@@ -11994,6 +12018,9 @@
11994
12018
  },
11995
12019
  "region": {
11996
12020
  "type": "string"
12021
+ },
12022
+ "reachabilityDueToFolding": {
12023
+ "type": "boolean"
11997
12024
  }
11998
12025
  }
11999
12026
  },
@@ -12113,6 +12140,9 @@
12113
12140
  },
12114
12141
  "region": {
12115
12142
  "type": "string"
12143
+ },
12144
+ "reachabilityDueToFolding": {
12145
+ "type": "boolean"
12116
12146
  }
12117
12147
  }
12118
12148
  },
@@ -33006,6 +33036,9 @@
33006
33036
  },
33007
33037
  "region": {
33008
33038
  "type": "string"
33039
+ },
33040
+ "reachabilityDueToFolding": {
33041
+ "type": "boolean"
33009
33042
  }
33010
33043
  }
33011
33044
  },
@@ -5033,6 +5033,7 @@ export interface Event {
5033
5033
  | "FAILOVER_CLUSTER"
5034
5034
  | "DEFAULT_CLUSTER";
5035
5035
  region?: string;
5036
+ reachabilityDueToFolding?: boolean;
5036
5037
  additionalProperties?: false;
5037
5038
  };
5038
5039
  /**
@@ -5067,6 +5068,7 @@ export interface Event {
5067
5068
  | "FAILOVER_CLUSTER"
5068
5069
  | "DEFAULT_CLUSTER";
5069
5070
  region?: string;
5071
+ reachabilityDueToFolding?: boolean;
5070
5072
  additionalProperties?: false;
5071
5073
  };
5072
5074
  usedJunctionBoxAlias?: string;
@@ -5231,6 +5233,7 @@ export interface Event {
5231
5233
  | "FAILOVER_CLUSTER"
5232
5234
  | "DEFAULT_CLUSTER";
5233
5235
  region?: string;
5236
+ reachabilityDueToFolding?: boolean;
5234
5237
  additionalProperties?: false;
5235
5238
  };
5236
5239
  /**
@@ -5265,6 +5268,7 @@ export interface Event {
5265
5268
  | "FAILOVER_CLUSTER"
5266
5269
  | "DEFAULT_CLUSTER";
5267
5270
  region?: string;
5271
+ reachabilityDueToFolding?: boolean;
5268
5272
  additionalProperties?: false;
5269
5273
  };
5270
5274
  venueClusters?: string[];
@@ -5273,7 +5277,9 @@ export interface Event {
5273
5277
  preferredClustersLoadBalanced?: string[];
5274
5278
  preferTranscode?: boolean;
5275
5279
  reachableCloudReachabilityClustersCount?: number;
5280
+ reachableCloudReachabilityClustersCountFolded?: number;
5276
5281
  reachableHybridMediaReachabilityClustersCount?: number;
5282
+ reachableHybridMediaReachabilityClustersCountFolded?: number;
5277
5283
  reachabilityClusters?: string[];
5278
5284
  reportedCloudReachabilityClustersCount?: number;
5279
5285
  reportedHybridMediaReachabilityClustersCount?: number;
@@ -5323,6 +5329,7 @@ export interface Event {
5323
5329
  | "FAILOVER_CLUSTER"
5324
5330
  | "DEFAULT_CLUSTER";
5325
5331
  region?: string;
5332
+ reachabilityDueToFolding?: boolean;
5326
5333
  additionalProperties?: false;
5327
5334
  }[];
5328
5335
  designatedClusters?: {
@@ -5354,6 +5361,7 @@ export interface Event {
5354
5361
  | "FAILOVER_CLUSTER"
5355
5362
  | "DEFAULT_CLUSTER";
5356
5363
  region?: string;
5364
+ reachabilityDueToFolding?: boolean;
5357
5365
  additionalProperties?: false;
5358
5366
  }[];
5359
5367
  additionalProperties?: false;
@@ -5450,6 +5458,7 @@ export interface Event {
5450
5458
  | "FAILOVER_CLUSTER"
5451
5459
  | "DEFAULT_CLUSTER";
5452
5460
  region?: string;
5461
+ reachabilityDueToFolding?: boolean;
5453
5462
  additionalProperties?: false;
5454
5463
  };
5455
5464
  isClusterReachabilityProvided?: boolean;
@@ -5515,6 +5524,7 @@ export interface Event {
5515
5524
  | "FAILOVER_CLUSTER"
5516
5525
  | "DEFAULT_CLUSTER";
5517
5526
  region?: string;
5527
+ reachabilityDueToFolding?: boolean;
5518
5528
  additionalProperties?: false;
5519
5529
  };
5520
5530
  isClusterReachabilityProvided?: boolean;
@@ -13432,6 +13442,7 @@ export interface Event {
13432
13442
  | "FAILOVER_CLUSTER"
13433
13443
  | "DEFAULT_CLUSTER";
13434
13444
  region?: string;
13445
+ reachabilityDueToFolding?: boolean;
13435
13446
  additionalProperties?: false;
13436
13447
  };
13437
13448
  /**
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.1658"
31
+ "version": "1.0.1660"
32
32
  }