@webex/event-dictionary-ts 1.0.1696 → 1.0.1698

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.
@@ -2932,8 +2932,14 @@
2932
2932
  "meeting-prejoin",
2933
2933
  "meeting-prepare",
2934
2934
  "network-ip-address-changed",
2935
+ "network-ip-address-changed-vdi-hvd",
2936
+ "network-ip-address-changed-vdi-thin-client",
2935
2937
  "network-proxy-changed",
2938
+ "network-proxy-changed-vdi-hvd",
2939
+ "network-proxy-changed-vdi-thin-client",
2936
2940
  "network-restored",
2941
+ "network-vdi-switch-fallback-to-vdi",
2942
+ "network-vdi-switch-vdi-to-fallback",
2937
2943
  "startup"
2938
2944
  ],
2939
2945
  "type": "string"
@@ -3733,6 +3739,9 @@
3733
3739
  "isFirstTimeUser": {
3734
3740
  "type": "boolean"
3735
3741
  },
3742
+ "isWebReturnUser": {
3743
+ "type": "boolean"
3744
+ },
3736
3745
  "responseCode": {
3737
3746
  "type": "integer"
3738
3747
  },
@@ -3440,8 +3440,14 @@
3440
3440
  "meeting-prejoin",
3441
3441
  "meeting-prepare",
3442
3442
  "network-ip-address-changed",
3443
+ "network-ip-address-changed-vdi-hvd",
3444
+ "network-ip-address-changed-vdi-thin-client",
3443
3445
  "network-proxy-changed",
3446
+ "network-proxy-changed-vdi-hvd",
3447
+ "network-proxy-changed-vdi-thin-client",
3444
3448
  "network-restored",
3449
+ "network-vdi-switch-fallback-to-vdi",
3450
+ "network-vdi-switch-vdi-to-fallback",
3445
3451
  "startup"
3446
3452
  ],
3447
3453
  "type": "string"
@@ -4241,6 +4247,9 @@
4241
4247
  "isFirstTimeUser": {
4242
4248
  "type": "boolean"
4243
4249
  },
4250
+ "isWebReturnUser": {
4251
+ "type": "boolean"
4252
+ },
4244
4253
  "responseCode": {
4245
4254
  "type": "integer"
4246
4255
  },
@@ -1453,8 +1453,14 @@ export interface Event {
1453
1453
  | "meeting-prejoin"
1454
1454
  | "meeting-prepare"
1455
1455
  | "network-ip-address-changed"
1456
+ | "network-ip-address-changed-vdi-hvd"
1457
+ | "network-ip-address-changed-vdi-thin-client"
1456
1458
  | "network-proxy-changed"
1459
+ | "network-proxy-changed-vdi-hvd"
1460
+ | "network-proxy-changed-vdi-thin-client"
1457
1461
  | "network-restored"
1462
+ | "network-vdi-switch-fallback-to-vdi"
1463
+ | "network-vdi-switch-vdi-to-fallback"
1458
1464
  | "startup";
1459
1465
  joinCookie?: string;
1460
1466
  serverTime?: number;
@@ -1842,6 +1848,7 @@ export interface Event {
1842
1848
  emailInput?: "none" | "new" | "current" | "changed";
1843
1849
  isRoapCallEnabled?: boolean;
1844
1850
  isFirstTimeUser?: boolean;
1851
+ isWebReturnUser?: boolean;
1845
1852
  responseCode?: number;
1846
1853
  /**
1847
1854
  * Join Meeting Time
@@ -14865,8 +14872,14 @@ export interface ClientEvent {
14865
14872
  | "meeting-prejoin"
14866
14873
  | "meeting-prepare"
14867
14874
  | "network-ip-address-changed"
14875
+ | "network-ip-address-changed-vdi-hvd"
14876
+ | "network-ip-address-changed-vdi-thin-client"
14868
14877
  | "network-proxy-changed"
14878
+ | "network-proxy-changed-vdi-hvd"
14879
+ | "network-proxy-changed-vdi-thin-client"
14869
14880
  | "network-restored"
14881
+ | "network-vdi-switch-fallback-to-vdi"
14882
+ | "network-vdi-switch-vdi-to-fallback"
14870
14883
  | "startup";
14871
14884
  joinCookie?: string;
14872
14885
  serverTime?: number;
@@ -15254,6 +15267,7 @@ export interface ClientEvent {
15254
15267
  emailInput?: "none" | "new" | "current" | "changed";
15255
15268
  isRoapCallEnabled?: boolean;
15256
15269
  isFirstTimeUser?: boolean;
15270
+ isWebReturnUser?: boolean;
15257
15271
  responseCode?: number;
15258
15272
  /**
15259
15273
  * Join Meeting Time
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.1696"
31
+ "version": "1.0.1698"
32
32
  }