@webex/event-dictionary-ts 1.0.2226 → 1.0.2227

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.
@@ -3672,6 +3672,9 @@
3672
3672
  "browserVersion": {
3673
3673
  "type": "string"
3674
3674
  },
3675
+ "connectionEffectiveType": {
3676
+ "type": "string"
3677
+ },
3675
3678
  "isSupportedBrowserFamily": {
3676
3679
  "type": "boolean"
3677
3680
  },
@@ -225,6 +225,9 @@
225
225
  "browserVersion": {
226
226
  "type": "string"
227
227
  },
228
+ "connectionEffectiveType": {
229
+ "type": "string"
230
+ },
228
231
  "isSupportedBrowserFamily": {
229
232
  "type": "boolean"
230
233
  },
@@ -4328,6 +4331,9 @@
4328
4331
  "browserVersion": {
4329
4332
  "type": "string"
4330
4333
  },
4334
+ "connectionEffectiveType": {
4335
+ "type": "string"
4336
+ },
4331
4337
  "isSupportedBrowserFamily": {
4332
4338
  "type": "boolean"
4333
4339
  },
@@ -136,6 +136,7 @@ export interface Event {
136
136
  urlProtocolLaunchMethod?: "auto" | "manual" | "extension-fallback";
137
137
  browser?: string;
138
138
  browserVersion?: string;
139
+ connectionEffectiveType?: string;
139
140
  isSupportedBrowserFamily?: boolean;
140
141
  isOutdatedBrowserVersion?: boolean;
141
142
  /**
@@ -1958,6 +1959,7 @@ export interface Event {
1958
1959
  urlProtocolLaunchMethod?: "auto" | "manual" | "extension-fallback";
1959
1960
  browser?: string;
1960
1961
  browserVersion?: string;
1962
+ connectionEffectiveType?: string;
1961
1963
  isSupportedBrowserFamily?: boolean;
1962
1964
  isOutdatedBrowserVersion?: boolean;
1963
1965
  /**
@@ -18664,6 +18666,7 @@ export interface ClientEvent {
18664
18666
  urlProtocolLaunchMethod?: "auto" | "manual" | "extension-fallback";
18665
18667
  browser?: string;
18666
18668
  browserVersion?: string;
18669
+ connectionEffectiveType?: string;
18667
18670
  isSupportedBrowserFamily?: boolean;
18668
18671
  isOutdatedBrowserVersion?: boolean;
18669
18672
  /**
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2226"
35
+ "version": "1.0.2227"
36
36
  }