@webex/event-dictionary-ts 1.0.1433 → 1.0.1435

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.
@@ -11391,6 +11391,9 @@
11391
11391
  },
11392
11392
  "isBridging": {
11393
11393
  "type": "boolean"
11394
+ },
11395
+ "isInterRegion": {
11396
+ "type": "boolean"
11394
11397
  }
11395
11398
  }
11396
11399
  },
@@ -4977,6 +4977,7 @@ export interface Event {
4977
4977
  additionalProperties?: false;
4978
4978
  };
4979
4979
  isBridging?: boolean;
4980
+ isInterRegion?: boolean;
4980
4981
  additionalProperties?: false;
4981
4982
  };
4982
4983
  /**
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.1433"
31
+ "version": "1.0.1435"
32
32
  }