@webex/event-dictionary-ts 1.0.1585 → 1.0.1587

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.
@@ -1845,6 +1845,19 @@
1845
1845
  "processingDelay": {
1846
1846
  "type": "integer"
1847
1847
  },
1848
+ "shareResourceType": {
1849
+ "type": "string",
1850
+ "enum": [
1851
+ "APPLICATION_OR_WINDOW",
1852
+ "CAMERA",
1853
+ "DEFAULT",
1854
+ "EMBEDDED_APP",
1855
+ "FILE",
1856
+ "MOBILE_FILE",
1857
+ "MOBILE_SCREEN_MIRRORING",
1858
+ "SCREEN"
1859
+ ]
1860
+ },
1848
1861
  "shareType": {
1849
1862
  "type": "string",
1850
1863
  "enum": [
@@ -2349,6 +2349,19 @@
2349
2349
  "processingDelay": {
2350
2350
  "type": "integer"
2351
2351
  },
2352
+ "shareResourceType": {
2353
+ "type": "string",
2354
+ "enum": [
2355
+ "APPLICATION_OR_WINDOW",
2356
+ "CAMERA",
2357
+ "DEFAULT",
2358
+ "EMBEDDED_APP",
2359
+ "FILE",
2360
+ "MOBILE_FILE",
2361
+ "MOBILE_SCREEN_MIRRORING",
2362
+ "SCREEN"
2363
+ ]
2364
+ },
2352
2365
  "shareType": {
2353
2366
  "type": "string",
2354
2367
  "enum": [
@@ -9743,6 +9756,19 @@
9743
9756
  "processingDelay": {
9744
9757
  "type": "integer"
9745
9758
  },
9759
+ "shareResourceType": {
9760
+ "type": "string",
9761
+ "enum": [
9762
+ "APPLICATION_OR_WINDOW",
9763
+ "CAMERA",
9764
+ "DEFAULT",
9765
+ "EMBEDDED_APP",
9766
+ "FILE",
9767
+ "MOBILE_FILE",
9768
+ "MOBILE_SCREEN_MIRRORING",
9769
+ "SCREEN"
9770
+ ]
9771
+ },
9746
9772
  "shareType": {
9747
9773
  "type": "string",
9748
9774
  "enum": [
@@ -14124,6 +14150,19 @@
14124
14150
  "processingDelay": {
14125
14151
  "type": "integer"
14126
14152
  },
14153
+ "shareResourceType": {
14154
+ "type": "string",
14155
+ "enum": [
14156
+ "APPLICATION_OR_WINDOW",
14157
+ "CAMERA",
14158
+ "DEFAULT",
14159
+ "EMBEDDED_APP",
14160
+ "FILE",
14161
+ "MOBILE_FILE",
14162
+ "MOBILE_SCREEN_MIRRORING",
14163
+ "SCREEN"
14164
+ ]
14165
+ },
14127
14166
  "shareType": {
14128
14167
  "type": "string",
14129
14168
  "enum": [
@@ -23384,6 +23423,19 @@
23384
23423
  "processingDelay": {
23385
23424
  "type": "integer"
23386
23425
  },
23426
+ "shareResourceType": {
23427
+ "type": "string",
23428
+ "enum": [
23429
+ "APPLICATION_OR_WINDOW",
23430
+ "CAMERA",
23431
+ "DEFAULT",
23432
+ "EMBEDDED_APP",
23433
+ "FILE",
23434
+ "MOBILE_FILE",
23435
+ "MOBILE_SCREEN_MIRRORING",
23436
+ "SCREEN"
23437
+ ]
23438
+ },
23387
23439
  "shareType": {
23388
23440
  "type": "string",
23389
23441
  "enum": [
@@ -27411,6 +27463,19 @@
27411
27463
  "processingDelay": {
27412
27464
  "type": "integer"
27413
27465
  },
27466
+ "shareResourceType": {
27467
+ "type": "string",
27468
+ "enum": [
27469
+ "APPLICATION_OR_WINDOW",
27470
+ "CAMERA",
27471
+ "DEFAULT",
27472
+ "EMBEDDED_APP",
27473
+ "FILE",
27474
+ "MOBILE_FILE",
27475
+ "MOBILE_SCREEN_MIRRORING",
27476
+ "SCREEN"
27477
+ ]
27478
+ },
27414
27479
  "shareType": {
27415
27480
  "type": "string",
27416
27481
  "enum": [
@@ -1845,6 +1845,19 @@
1845
1845
  "processingDelay": {
1846
1846
  "type": "integer"
1847
1847
  },
1848
+ "shareResourceType": {
1849
+ "type": "string",
1850
+ "enum": [
1851
+ "APPLICATION_OR_WINDOW",
1852
+ "CAMERA",
1853
+ "DEFAULT",
1854
+ "EMBEDDED_APP",
1855
+ "FILE",
1856
+ "MOBILE_FILE",
1857
+ "MOBILE_SCREEN_MIRRORING",
1858
+ "SCREEN"
1859
+ ]
1860
+ },
1848
1861
  "shareType": {
1849
1862
  "type": "string",
1850
1863
  "enum": [
@@ -1846,6 +1846,19 @@
1846
1846
  "processingDelay": {
1847
1847
  "type": "integer"
1848
1848
  },
1849
+ "shareResourceType": {
1850
+ "type": "string",
1851
+ "enum": [
1852
+ "APPLICATION_OR_WINDOW",
1853
+ "CAMERA",
1854
+ "DEFAULT",
1855
+ "EMBEDDED_APP",
1856
+ "FILE",
1857
+ "MOBILE_FILE",
1858
+ "MOBILE_SCREEN_MIRRORING",
1859
+ "SCREEN"
1860
+ ]
1861
+ },
1849
1862
  "shareType": {
1850
1863
  "type": "string",
1851
1864
  "enum": [
@@ -845,6 +845,15 @@ export interface Event {
845
845
  };
846
846
  isFocus?: boolean;
847
847
  processingDelay?: number;
848
+ shareResourceType?:
849
+ | "APPLICATION_OR_WINDOW"
850
+ | "CAMERA"
851
+ | "DEFAULT"
852
+ | "EMBEDDED_APP"
853
+ | "FILE"
854
+ | "MOBILE_FILE"
855
+ | "MOBILE_SCREEN_MIRRORING"
856
+ | "SCREEN";
848
857
  shareType?:
849
858
  | "cb-normal-share"
850
859
  | "ce-airplay-share"
@@ -4231,6 +4240,15 @@ export interface Event {
4231
4240
  };
4232
4241
  isFocus?: boolean;
4233
4242
  processingDelay?: number;
4243
+ shareResourceType?:
4244
+ | "APPLICATION_OR_WINDOW"
4245
+ | "CAMERA"
4246
+ | "DEFAULT"
4247
+ | "EMBEDDED_APP"
4248
+ | "FILE"
4249
+ | "MOBILE_FILE"
4250
+ | "MOBILE_SCREEN_MIRRORING"
4251
+ | "SCREEN";
4234
4252
  shareType?:
4235
4253
  | "cb-normal-share"
4236
4254
  | "ce-airplay-share"
@@ -6040,6 +6058,15 @@ export interface Event {
6040
6058
  };
6041
6059
  isFocus?: boolean;
6042
6060
  processingDelay?: number;
6061
+ shareResourceType?:
6062
+ | "APPLICATION_OR_WINDOW"
6063
+ | "CAMERA"
6064
+ | "DEFAULT"
6065
+ | "EMBEDDED_APP"
6066
+ | "FILE"
6067
+ | "MOBILE_FILE"
6068
+ | "MOBILE_SCREEN_MIRRORING"
6069
+ | "SCREEN";
6043
6070
  shareType?:
6044
6071
  | "cb-normal-share"
6045
6072
  | "ce-airplay-share"
@@ -9550,6 +9577,15 @@ export interface Event {
9550
9577
  };
9551
9578
  isFocus?: boolean;
9552
9579
  processingDelay?: number;
9580
+ shareResourceType?:
9581
+ | "APPLICATION_OR_WINDOW"
9582
+ | "CAMERA"
9583
+ | "DEFAULT"
9584
+ | "EMBEDDED_APP"
9585
+ | "FILE"
9586
+ | "MOBILE_FILE"
9587
+ | "MOBILE_SCREEN_MIRRORING"
9588
+ | "SCREEN";
9553
9589
  shareType?:
9554
9590
  | "cb-normal-share"
9555
9591
  | "ce-airplay-share"
@@ -11235,6 +11271,15 @@ export interface Event {
11235
11271
  };
11236
11272
  isFocus?: boolean;
11237
11273
  processingDelay?: number;
11274
+ shareResourceType?:
11275
+ | "APPLICATION_OR_WINDOW"
11276
+ | "CAMERA"
11277
+ | "DEFAULT"
11278
+ | "EMBEDDED_APP"
11279
+ | "FILE"
11280
+ | "MOBILE_FILE"
11281
+ | "MOBILE_SCREEN_MIRRORING"
11282
+ | "SCREEN";
11238
11283
  shareType?:
11239
11284
  | "cb-normal-share"
11240
11285
  | "ce-airplay-share"
@@ -12873,6 +12918,15 @@ export interface ClientEvent {
12873
12918
  };
12874
12919
  isFocus?: boolean;
12875
12920
  processingDelay?: number;
12921
+ shareResourceType?:
12922
+ | "APPLICATION_OR_WINDOW"
12923
+ | "CAMERA"
12924
+ | "DEFAULT"
12925
+ | "EMBEDDED_APP"
12926
+ | "FILE"
12927
+ | "MOBILE_FILE"
12928
+ | "MOBILE_SCREEN_MIRRORING"
12929
+ | "SCREEN";
12876
12930
  shareType?:
12877
12931
  | "cb-normal-share"
12878
12932
  | "ce-airplay-share"
@@ -16179,6 +16233,15 @@ export interface FeatureEvent {
16179
16233
  };
16180
16234
  isFocus?: boolean;
16181
16235
  processingDelay?: number;
16236
+ shareResourceType?:
16237
+ | "APPLICATION_OR_WINDOW"
16238
+ | "CAMERA"
16239
+ | "DEFAULT"
16240
+ | "EMBEDDED_APP"
16241
+ | "FILE"
16242
+ | "MOBILE_FILE"
16243
+ | "MOBILE_SCREEN_MIRRORING"
16244
+ | "SCREEN";
16182
16245
  shareType?:
16183
16246
  | "cb-normal-share"
16184
16247
  | "ce-airplay-share"
@@ -17875,6 +17938,15 @@ export interface MediaQualityEvent {
17875
17938
  };
17876
17939
  isFocus?: boolean;
17877
17940
  processingDelay?: number;
17941
+ shareResourceType?:
17942
+ | "APPLICATION_OR_WINDOW"
17943
+ | "CAMERA"
17944
+ | "DEFAULT"
17945
+ | "EMBEDDED_APP"
17946
+ | "FILE"
17947
+ | "MOBILE_FILE"
17948
+ | "MOBILE_SCREEN_MIRRORING"
17949
+ | "SCREEN";
17878
17950
  shareType?:
17879
17951
  | "cb-normal-share"
17880
17952
  | "ce-airplay-share"
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.1585"
31
+ "version": "1.0.1587"
32
32
  }