@webex/event-dictionary-ts 1.0.1452 → 1.0.1454

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.
@@ -10440,6 +10440,9 @@
10440
10440
  "DEFAULT_CLUSTER"
10441
10441
  ],
10442
10442
  "type": "string"
10443
+ },
10444
+ "region": {
10445
+ "type": "string"
10443
10446
  }
10444
10447
  }
10445
10448
  },
@@ -10509,6 +10512,9 @@
10509
10512
  "DEFAULT_CLUSTER"
10510
10513
  ],
10511
10514
  "type": "string"
10515
+ },
10516
+ "region": {
10517
+ "type": "string"
10512
10518
  }
10513
10519
  }
10514
10520
  },
@@ -10851,6 +10857,9 @@
10851
10857
  "DEFAULT_CLUSTER"
10852
10858
  ],
10853
10859
  "type": "string"
10860
+ },
10861
+ "region": {
10862
+ "type": "string"
10854
10863
  }
10855
10864
  }
10856
10865
  },
@@ -10920,6 +10929,9 @@
10920
10929
  "DEFAULT_CLUSTER"
10921
10930
  ],
10922
10931
  "type": "string"
10932
+ },
10933
+ "region": {
10934
+ "type": "string"
10923
10935
  }
10924
10936
  }
10925
10937
  },
@@ -11075,6 +11087,9 @@
11075
11087
  "DEFAULT_CLUSTER"
11076
11088
  ],
11077
11089
  "type": "string"
11090
+ },
11091
+ "region": {
11092
+ "type": "string"
11078
11093
  }
11079
11094
  }
11080
11095
  }
@@ -11229,6 +11244,9 @@
11229
11244
  "DEFAULT_CLUSTER"
11230
11245
  ],
11231
11246
  "type": "string"
11247
+ },
11248
+ "region": {
11249
+ "type": "string"
11232
11250
  }
11233
11251
  }
11234
11252
  },
@@ -11344,6 +11362,9 @@
11344
11362
  "DEFAULT_CLUSTER"
11345
11363
  ],
11346
11364
  "type": "string"
11365
+ },
11366
+ "region": {
11367
+ "type": "string"
11347
11368
  }
11348
11369
  }
11349
11370
  },
@@ -11385,9 +11406,6 @@
11385
11406
  },
11386
11407
  "isBridging": {
11387
11408
  "type": "boolean"
11388
- },
11389
- "isInterRegion": {
11390
- "type": "boolean"
11391
11409
  }
11392
11410
  }
11393
11411
  },
@@ -4508,6 +4508,7 @@ export interface Event {
4508
4508
  | "USER_SETTING"
4509
4509
  | "FAILOVER_CLUSTER"
4510
4510
  | "DEFAULT_CLUSTER";
4511
+ region?: string;
4511
4512
  additionalProperties?: false;
4512
4513
  };
4513
4514
  /**
@@ -4541,6 +4542,7 @@ export interface Event {
4541
4542
  | "USER_SETTING"
4542
4543
  | "FAILOVER_CLUSTER"
4543
4544
  | "DEFAULT_CLUSTER";
4545
+ region?: string;
4544
4546
  additionalProperties?: false;
4545
4547
  };
4546
4548
  usedJunctionBoxAlias?: string;
@@ -4702,6 +4704,7 @@ export interface Event {
4702
4704
  | "USER_SETTING"
4703
4705
  | "FAILOVER_CLUSTER"
4704
4706
  | "DEFAULT_CLUSTER";
4707
+ region?: string;
4705
4708
  additionalProperties?: false;
4706
4709
  };
4707
4710
  /**
@@ -4735,6 +4738,7 @@ export interface Event {
4735
4738
  | "USER_SETTING"
4736
4739
  | "FAILOVER_CLUSTER"
4737
4740
  | "DEFAULT_CLUSTER";
4741
+ region?: string;
4738
4742
  additionalProperties?: false;
4739
4743
  };
4740
4744
  venueClusters?: string[];
@@ -4790,6 +4794,7 @@ export interface Event {
4790
4794
  | "USER_SETTING"
4791
4795
  | "FAILOVER_CLUSTER"
4792
4796
  | "DEFAULT_CLUSTER";
4797
+ region?: string;
4793
4798
  additionalProperties?: false;
4794
4799
  }[];
4795
4800
  additionalProperties?: false;
@@ -4883,6 +4888,7 @@ export interface Event {
4883
4888
  | "USER_SETTING"
4884
4889
  | "FAILOVER_CLUSTER"
4885
4890
  | "DEFAULT_CLUSTER";
4891
+ region?: string;
4886
4892
  additionalProperties?: false;
4887
4893
  };
4888
4894
  isClusterReachabilityProvided?: boolean;
@@ -4946,6 +4952,7 @@ export interface Event {
4946
4952
  | "USER_SETTING"
4947
4953
  | "FAILOVER_CLUSTER"
4948
4954
  | "DEFAULT_CLUSTER";
4955
+ region?: string;
4949
4956
  additionalProperties?: false;
4950
4957
  };
4951
4958
  isClusterReachabilityProvided?: boolean;
@@ -4975,7 +4982,6 @@ export interface Event {
4975
4982
  additionalProperties?: false;
4976
4983
  };
4977
4984
  isBridging?: boolean;
4978
- isInterRegion?: boolean;
4979
4985
  additionalProperties?: false;
4980
4986
  };
4981
4987
  /**
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.1452"
31
+ "version": "1.0.1454"
32
32
  }