@webex/event-dictionary-ts 1.0.1456 → 1.0.1458
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.
|
@@ -3294,7 +3294,6 @@
|
|
|
3294
3294
|
"additionalProperties": true,
|
|
3295
3295
|
"required": [
|
|
3296
3296
|
"description",
|
|
3297
|
-
"clockSpeedGigaHertz",
|
|
3298
3297
|
"numberOfCores",
|
|
3299
3298
|
"architecture"
|
|
3300
3299
|
],
|
|
@@ -3302,10 +3301,6 @@
|
|
|
3302
3301
|
"description": {
|
|
3303
3302
|
"type": "string"
|
|
3304
3303
|
},
|
|
3305
|
-
"clockSpeedGigaHertz": {
|
|
3306
|
-
"type": "number",
|
|
3307
|
-
"minimum": 0.0
|
|
3308
|
-
},
|
|
3309
3304
|
"numberOfCores": {
|
|
3310
3305
|
"type": "number",
|
|
3311
3306
|
"minimum": 1.0,
|
|
@@ -3325,6 +3320,10 @@
|
|
|
3325
3320
|
},
|
|
3326
3321
|
"staticPerformance": {
|
|
3327
3322
|
"type": "string"
|
|
3323
|
+
},
|
|
3324
|
+
"clockSpeedGigaHertz": {
|
|
3325
|
+
"type": "number",
|
|
3326
|
+
"minimum": 0.0
|
|
3328
3327
|
}
|
|
3329
3328
|
}
|
|
3330
3329
|
},
|
|
@@ -5991,7 +5990,6 @@
|
|
|
5991
5990
|
"additionalProperties": true,
|
|
5992
5991
|
"required": [
|
|
5993
5992
|
"description",
|
|
5994
|
-
"clockSpeedGigaHertz",
|
|
5995
5993
|
"numberOfCores",
|
|
5996
5994
|
"architecture"
|
|
5997
5995
|
],
|
|
@@ -5999,10 +5997,6 @@
|
|
|
5999
5997
|
"description": {
|
|
6000
5998
|
"type": "string"
|
|
6001
5999
|
},
|
|
6002
|
-
"clockSpeedGigaHertz": {
|
|
6003
|
-
"type": "number",
|
|
6004
|
-
"minimum": 0.0
|
|
6005
|
-
},
|
|
6006
6000
|
"numberOfCores": {
|
|
6007
6001
|
"type": "number",
|
|
6008
6002
|
"minimum": 1.0,
|
|
@@ -6022,6 +6016,10 @@
|
|
|
6022
6016
|
},
|
|
6023
6017
|
"staticPerformance": {
|
|
6024
6018
|
"type": "string"
|
|
6019
|
+
},
|
|
6020
|
+
"clockSpeedGigaHertz": {
|
|
6021
|
+
"type": "number",
|
|
6022
|
+
"minimum": 0.0
|
|
6025
6023
|
}
|
|
6026
6024
|
}
|
|
6027
6025
|
},
|
|
@@ -314,7 +314,6 @@
|
|
|
314
314
|
"additionalProperties": true,
|
|
315
315
|
"required": [
|
|
316
316
|
"description",
|
|
317
|
-
"clockSpeedGigaHertz",
|
|
318
317
|
"numberOfCores",
|
|
319
318
|
"architecture"
|
|
320
319
|
],
|
|
@@ -322,10 +321,6 @@
|
|
|
322
321
|
"description": {
|
|
323
322
|
"type": "string"
|
|
324
323
|
},
|
|
325
|
-
"clockSpeedGigaHertz": {
|
|
326
|
-
"type": "number",
|
|
327
|
-
"minimum": 0.0
|
|
328
|
-
},
|
|
329
324
|
"numberOfCores": {
|
|
330
325
|
"type": "number",
|
|
331
326
|
"minimum": 1.0,
|
|
@@ -345,6 +340,10 @@
|
|
|
345
340
|
},
|
|
346
341
|
"staticPerformance": {
|
|
347
342
|
"type": "string"
|
|
343
|
+
},
|
|
344
|
+
"clockSpeedGigaHertz": {
|
|
345
|
+
"type": "number",
|
|
346
|
+
"minimum": 0.0
|
|
348
347
|
}
|
|
349
348
|
}
|
|
350
349
|
},
|
|
@@ -3770,7 +3769,6 @@
|
|
|
3770
3769
|
"additionalProperties": true,
|
|
3771
3770
|
"required": [
|
|
3772
3771
|
"description",
|
|
3773
|
-
"clockSpeedGigaHertz",
|
|
3774
3772
|
"numberOfCores",
|
|
3775
3773
|
"architecture"
|
|
3776
3774
|
],
|
|
@@ -3778,10 +3776,6 @@
|
|
|
3778
3776
|
"description": {
|
|
3779
3777
|
"type": "string"
|
|
3780
3778
|
},
|
|
3781
|
-
"clockSpeedGigaHertz": {
|
|
3782
|
-
"type": "number",
|
|
3783
|
-
"minimum": 0.0
|
|
3784
|
-
},
|
|
3785
3779
|
"numberOfCores": {
|
|
3786
3780
|
"type": "number",
|
|
3787
3781
|
"minimum": 1.0,
|
|
@@ -3801,6 +3795,10 @@
|
|
|
3801
3795
|
},
|
|
3802
3796
|
"staticPerformance": {
|
|
3803
3797
|
"type": "string"
|
|
3798
|
+
},
|
|
3799
|
+
"clockSpeedGigaHertz": {
|
|
3800
|
+
"type": "number",
|
|
3801
|
+
"minimum": 0.0
|
|
3804
3802
|
}
|
|
3805
3803
|
}
|
|
3806
3804
|
},
|
|
@@ -6467,7 +6465,6 @@
|
|
|
6467
6465
|
"additionalProperties": true,
|
|
6468
6466
|
"required": [
|
|
6469
6467
|
"description",
|
|
6470
|
-
"clockSpeedGigaHertz",
|
|
6471
6468
|
"numberOfCores",
|
|
6472
6469
|
"architecture"
|
|
6473
6470
|
],
|
|
@@ -6475,10 +6472,6 @@
|
|
|
6475
6472
|
"description": {
|
|
6476
6473
|
"type": "string"
|
|
6477
6474
|
},
|
|
6478
|
-
"clockSpeedGigaHertz": {
|
|
6479
|
-
"type": "number",
|
|
6480
|
-
"minimum": 0.0
|
|
6481
|
-
},
|
|
6482
6475
|
"numberOfCores": {
|
|
6483
6476
|
"type": "number",
|
|
6484
6477
|
"minimum": 1.0,
|
|
@@ -6498,6 +6491,10 @@
|
|
|
6498
6491
|
},
|
|
6499
6492
|
"staticPerformance": {
|
|
6500
6493
|
"type": "string"
|
|
6494
|
+
},
|
|
6495
|
+
"clockSpeedGigaHertz": {
|
|
6496
|
+
"type": "number",
|
|
6497
|
+
"minimum": 0.0
|
|
6501
6498
|
}
|
|
6502
6499
|
}
|
|
6503
6500
|
},
|
|
@@ -14574,7 +14571,6 @@
|
|
|
14574
14571
|
"additionalProperties": true,
|
|
14575
14572
|
"required": [
|
|
14576
14573
|
"description",
|
|
14577
|
-
"clockSpeedGigaHertz",
|
|
14578
14574
|
"numberOfCores",
|
|
14579
14575
|
"architecture"
|
|
14580
14576
|
],
|
|
@@ -14582,10 +14578,6 @@
|
|
|
14582
14578
|
"description": {
|
|
14583
14579
|
"type": "string"
|
|
14584
14580
|
},
|
|
14585
|
-
"clockSpeedGigaHertz": {
|
|
14586
|
-
"type": "number",
|
|
14587
|
-
"minimum": 0.0
|
|
14588
|
-
},
|
|
14589
14581
|
"numberOfCores": {
|
|
14590
14582
|
"type": "number",
|
|
14591
14583
|
"minimum": 1.0,
|
|
@@ -14605,6 +14597,10 @@
|
|
|
14605
14597
|
},
|
|
14606
14598
|
"staticPerformance": {
|
|
14607
14599
|
"type": "string"
|
|
14600
|
+
},
|
|
14601
|
+
"clockSpeedGigaHertz": {
|
|
14602
|
+
"type": "number",
|
|
14603
|
+
"minimum": 0.0
|
|
14608
14604
|
}
|
|
14609
14605
|
}
|
|
14610
14606
|
},
|
|
@@ -26849,7 +26845,6 @@
|
|
|
26849
26845
|
"additionalProperties": true,
|
|
26850
26846
|
"required": [
|
|
26851
26847
|
"description",
|
|
26852
|
-
"clockSpeedGigaHertz",
|
|
26853
26848
|
"numberOfCores",
|
|
26854
26849
|
"architecture"
|
|
26855
26850
|
],
|
|
@@ -26857,10 +26852,6 @@
|
|
|
26857
26852
|
"description": {
|
|
26858
26853
|
"type": "string"
|
|
26859
26854
|
},
|
|
26860
|
-
"clockSpeedGigaHertz": {
|
|
26861
|
-
"type": "number",
|
|
26862
|
-
"minimum": 0.0
|
|
26863
|
-
},
|
|
26864
26855
|
"numberOfCores": {
|
|
26865
26856
|
"type": "number",
|
|
26866
26857
|
"minimum": 1.0,
|
|
@@ -26880,6 +26871,10 @@
|
|
|
26880
26871
|
},
|
|
26881
26872
|
"staticPerformance": {
|
|
26882
26873
|
"type": "string"
|
|
26874
|
+
},
|
|
26875
|
+
"clockSpeedGigaHertz": {
|
|
26876
|
+
"type": "number",
|
|
26877
|
+
"minimum": 0.0
|
|
26883
26878
|
}
|
|
26884
26879
|
}
|
|
26885
26880
|
},
|
|
@@ -2998,7 +2998,6 @@
|
|
|
2998
2998
|
"additionalProperties": true,
|
|
2999
2999
|
"required": [
|
|
3000
3000
|
"description",
|
|
3001
|
-
"clockSpeedGigaHertz",
|
|
3002
3001
|
"numberOfCores",
|
|
3003
3002
|
"architecture"
|
|
3004
3003
|
],
|
|
@@ -3006,10 +3005,6 @@
|
|
|
3006
3005
|
"description": {
|
|
3007
3006
|
"type": "string"
|
|
3008
3007
|
},
|
|
3009
|
-
"clockSpeedGigaHertz": {
|
|
3010
|
-
"type": "number",
|
|
3011
|
-
"minimum": 0.0
|
|
3012
|
-
},
|
|
3013
3008
|
"numberOfCores": {
|
|
3014
3009
|
"type": "number",
|
|
3015
3010
|
"minimum": 1.0,
|
|
@@ -3029,6 +3024,10 @@
|
|
|
3029
3024
|
},
|
|
3030
3025
|
"staticPerformance": {
|
|
3031
3026
|
"type": "string"
|
|
3027
|
+
},
|
|
3028
|
+
"clockSpeedGigaHertz": {
|
|
3029
|
+
"type": "number",
|
|
3030
|
+
"minimum": 0.0
|
|
3032
3031
|
}
|
|
3033
3032
|
}
|
|
3034
3033
|
},
|
|
@@ -174,10 +174,10 @@ export interface Event {
|
|
|
174
174
|
*/
|
|
175
175
|
cpuInfo?: {
|
|
176
176
|
description: string;
|
|
177
|
-
clockSpeedGigaHertz: number;
|
|
178
177
|
numberOfCores: number;
|
|
179
178
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
180
179
|
staticPerformance?: string;
|
|
180
|
+
clockSpeedGigaHertz?: number;
|
|
181
181
|
additionalProperties?: false;
|
|
182
182
|
};
|
|
183
183
|
shareType?:
|
|
@@ -1542,10 +1542,10 @@ export interface Event {
|
|
|
1542
1542
|
*/
|
|
1543
1543
|
cpuInfo?: {
|
|
1544
1544
|
description: string;
|
|
1545
|
-
clockSpeedGigaHertz: number;
|
|
1546
1545
|
numberOfCores: number;
|
|
1547
1546
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
1548
1547
|
staticPerformance?: string;
|
|
1548
|
+
clockSpeedGigaHertz?: number;
|
|
1549
1549
|
additionalProperties?: false;
|
|
1550
1550
|
};
|
|
1551
1551
|
shareType?:
|
|
@@ -2912,10 +2912,10 @@ export interface Event {
|
|
|
2912
2912
|
*/
|
|
2913
2913
|
cpuInfo?: {
|
|
2914
2914
|
description: string;
|
|
2915
|
-
clockSpeedGigaHertz: number;
|
|
2916
2915
|
numberOfCores: number;
|
|
2917
2916
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
2918
2917
|
staticPerformance?: string;
|
|
2918
|
+
clockSpeedGigaHertz?: number;
|
|
2919
2919
|
additionalProperties?: false;
|
|
2920
2920
|
};
|
|
2921
2921
|
/**
|
|
@@ -6014,10 +6014,10 @@ export interface Event {
|
|
|
6014
6014
|
*/
|
|
6015
6015
|
cpuInfo?: {
|
|
6016
6016
|
description: string;
|
|
6017
|
-
clockSpeedGigaHertz: number;
|
|
6018
6017
|
numberOfCores: number;
|
|
6019
6018
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
6020
6019
|
staticPerformance?: string;
|
|
6020
|
+
clockSpeedGigaHertz?: number;
|
|
6021
6021
|
additionalProperties?: false;
|
|
6022
6022
|
};
|
|
6023
6023
|
/**
|
|
@@ -10658,10 +10658,10 @@ export interface Event {
|
|
|
10658
10658
|
*/
|
|
10659
10659
|
cpuInfo?: {
|
|
10660
10660
|
description: string;
|
|
10661
|
-
clockSpeedGigaHertz: number;
|
|
10662
10661
|
numberOfCores: number;
|
|
10663
10662
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
10664
10663
|
staticPerformance?: string;
|
|
10664
|
+
clockSpeedGigaHertz?: number;
|
|
10665
10665
|
additionalProperties?: false;
|
|
10666
10666
|
};
|
|
10667
10667
|
/**
|
|
@@ -12385,10 +12385,10 @@ export interface ClientEvent {
|
|
|
12385
12385
|
*/
|
|
12386
12386
|
cpuInfo?: {
|
|
12387
12387
|
description: string;
|
|
12388
|
-
clockSpeedGigaHertz: number;
|
|
12389
12388
|
numberOfCores: number;
|
|
12390
12389
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
12391
12390
|
staticPerformance?: string;
|
|
12391
|
+
clockSpeedGigaHertz?: number;
|
|
12392
12392
|
additionalProperties?: false;
|
|
12393
12393
|
};
|
|
12394
12394
|
shareType?:
|
|
@@ -13755,10 +13755,10 @@ export interface ClientEvent {
|
|
|
13755
13755
|
*/
|
|
13756
13756
|
cpuInfo?: {
|
|
13757
13757
|
description: string;
|
|
13758
|
-
clockSpeedGigaHertz: number;
|
|
13759
13758
|
numberOfCores: number;
|
|
13760
13759
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
13761
13760
|
staticPerformance?: string;
|
|
13761
|
+
clockSpeedGigaHertz?: number;
|
|
13762
13762
|
additionalProperties?: false;
|
|
13763
13763
|
};
|
|
13764
13764
|
/**
|
|
@@ -16698,10 +16698,10 @@ export interface MediaQualityEvent {
|
|
|
16698
16698
|
*/
|
|
16699
16699
|
cpuInfo?: {
|
|
16700
16700
|
description: string;
|
|
16701
|
-
clockSpeedGigaHertz: number;
|
|
16702
16701
|
numberOfCores: number;
|
|
16703
16702
|
architecture: "intel32" | "intel64" | "amd32" | "amd64" | "arm32" | "arm64" | "unknown";
|
|
16704
16703
|
staticPerformance?: string;
|
|
16704
|
+
clockSpeedGigaHertz?: number;
|
|
16705
16705
|
additionalProperties?: false;
|
|
16706
16706
|
};
|
|
16707
16707
|
/**
|
package/package.json
CHANGED