@webex/event-dictionary-ts 1.0.2106 → 1.0.2107

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.
@@ -4128,6 +4128,9 @@
4128
4128
  "isWebReturnUser": {
4129
4129
  "type": "boolean"
4130
4130
  },
4131
+ "webOnlyDayCrossLaunch": {
4132
+ "type": "boolean"
4133
+ },
4131
4134
  "responseCode": {
4132
4135
  "type": "integer"
4133
4136
  },
@@ -4688,6 +4688,9 @@
4688
4688
  "isWebReturnUser": {
4689
4689
  "type": "boolean"
4690
4690
  },
4691
+ "webOnlyDayCrossLaunch": {
4692
+ "type": "boolean"
4693
+ },
4691
4694
  "responseCode": {
4692
4695
  "type": "integer"
4693
4696
  },
@@ -2097,6 +2097,7 @@ export interface Event {
2097
2097
  isRoapCallEnabled?: boolean;
2098
2098
  isFirstTimeUser?: boolean;
2099
2099
  isWebReturnUser?: boolean;
2100
+ webOnlyDayCrossLaunch?: boolean;
2100
2101
  responseCode?: number;
2101
2102
  /**
2102
2103
  * Join Meeting Time
@@ -17876,6 +17877,7 @@ export interface ClientEvent {
17876
17877
  isRoapCallEnabled?: boolean;
17877
17878
  isFirstTimeUser?: boolean;
17878
17879
  isWebReturnUser?: boolean;
17880
+ webOnlyDayCrossLaunch?: boolean;
17879
17881
  responseCode?: number;
17880
17882
  /**
17881
17883
  * Join Meeting Time
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2106"
30
+ "version": "1.0.2107"
31
31
  }