chrome-types 0.1.383 → 0.1.385
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.
- package/_all.d.ts +12 -34
- package/index.d.ts +12 -34
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Mon Nov 03 2025 22:33:16 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 6b0254fdf99c2e2ad0ff4860065b58f63d72e774
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -11414,37 +11414,15 @@ declare namespace chrome {
|
|
|
11414
11414
|
}
|
|
11415
11415
|
|
|
11416
11416
|
/**
|
|
11417
|
-
* file
|
|
11418
|
-
*
|
|
11419
|
-
* The
|
|
11420
|
-
*
|
|
11421
|
-
*
|
|
11422
|
-
*
|
|
11423
|
-
* The download
|
|
11424
|
-
*
|
|
11425
|
-
*
|
|
11426
|
-
*
|
|
11427
|
-
* The downloaded file is known to be malicious.
|
|
11428
|
-
*
|
|
11429
|
-
* uncommon
|
|
11430
|
-
*
|
|
11431
|
-
* The download's URL is not commonly downloaded and could be dangerous.
|
|
11432
|
-
*
|
|
11433
|
-
* host
|
|
11434
|
-
*
|
|
11435
|
-
* The download came from a host known to distribute malicious binaries and is likely dangerous.
|
|
11436
|
-
*
|
|
11437
|
-
* unwanted
|
|
11438
|
-
*
|
|
11439
|
-
* The download is potentially unwanted or unsafe. E.g. it could make changes to browser or computer settings.
|
|
11440
|
-
*
|
|
11441
|
-
* safe
|
|
11442
|
-
*
|
|
11443
|
-
* The download presents no known danger to the user's computer.
|
|
11444
|
-
*
|
|
11445
|
-
* accepted
|
|
11446
|
-
*
|
|
11447
|
-
* The user has accepted the dangerous download.
|
|
11417
|
+
* @chrome-enum "file" The download's filename is suspicious.
|
|
11418
|
+
* @chrome-enum "url" The download's URL is known to be malicious.
|
|
11419
|
+
* @chrome-enum "content" The downloaded file is known to be malicious.
|
|
11420
|
+
* @chrome-enum "uncommon" The download's URL is not commonly downloaded and could be dangerous.
|
|
11421
|
+
* @chrome-enum "host" The download came from a host known to distribute malicious binaries and is likely dangerous.
|
|
11422
|
+
* @chrome-enum "unwanted" The download is potentially unwanted or unsafe. E.g. it could make changes to browser or computer settings.
|
|
11423
|
+
* @chrome-enum "safe" The download presents no known danger to the user's computer.
|
|
11424
|
+
* @chrome-enum "accepted" The user has accepted the dangerous download.
|
|
11425
|
+
* @chrome-enum "allowlistedByPolicy" Eneterprise-related values.
|
|
11448
11426
|
*/
|
|
11449
11427
|
export type DangerType = "file" | "url" | "content" | "uncommon" | "host" | "unwanted" | "safe" | "accepted" | "allowlistedByPolicy" | "asyncScanning" | "asyncLocalPasswordScanning" | "passwordProtected" | "blockedTooLarge" | "sensitiveContentWarning" | "sensitiveContentBlock" | "deepScannedFailed" | "deepScannedSafe" | "deepScannedOpenedDangerous" | "promptForScanning" | "promptForLocalPasswordScanning" | "accountCompromise" | "blockedScanFailed";
|
|
11450
11428
|
|
|
@@ -26691,7 +26669,7 @@ declare namespace chrome {
|
|
|
26691
26669
|
}
|
|
26692
26670
|
|
|
26693
26671
|
/**
|
|
26694
|
-
* @since
|
|
26672
|
+
* @since Chrome 142
|
|
26695
26673
|
*/
|
|
26696
26674
|
export interface PanelClosedInfo {
|
|
26697
26675
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Mon Nov 03 2025 22:33:11 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 6b0254fdf99c2e2ad0ff4860065b58f63d72e774
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -7546,37 +7546,15 @@ declare namespace chrome {
|
|
|
7546
7546
|
}
|
|
7547
7547
|
|
|
7548
7548
|
/**
|
|
7549
|
-
* file
|
|
7550
|
-
*
|
|
7551
|
-
* The
|
|
7552
|
-
*
|
|
7553
|
-
*
|
|
7554
|
-
*
|
|
7555
|
-
* The download
|
|
7556
|
-
*
|
|
7557
|
-
*
|
|
7558
|
-
*
|
|
7559
|
-
* The downloaded file is known to be malicious.
|
|
7560
|
-
*
|
|
7561
|
-
* uncommon
|
|
7562
|
-
*
|
|
7563
|
-
* The download's URL is not commonly downloaded and could be dangerous.
|
|
7564
|
-
*
|
|
7565
|
-
* host
|
|
7566
|
-
*
|
|
7567
|
-
* The download came from a host known to distribute malicious binaries and is likely dangerous.
|
|
7568
|
-
*
|
|
7569
|
-
* unwanted
|
|
7570
|
-
*
|
|
7571
|
-
* The download is potentially unwanted or unsafe. E.g. it could make changes to browser or computer settings.
|
|
7572
|
-
*
|
|
7573
|
-
* safe
|
|
7574
|
-
*
|
|
7575
|
-
* The download presents no known danger to the user's computer.
|
|
7576
|
-
*
|
|
7577
|
-
* accepted
|
|
7578
|
-
*
|
|
7579
|
-
* The user has accepted the dangerous download.
|
|
7549
|
+
* @chrome-enum "file" The download's filename is suspicious.
|
|
7550
|
+
* @chrome-enum "url" The download's URL is known to be malicious.
|
|
7551
|
+
* @chrome-enum "content" The downloaded file is known to be malicious.
|
|
7552
|
+
* @chrome-enum "uncommon" The download's URL is not commonly downloaded and could be dangerous.
|
|
7553
|
+
* @chrome-enum "host" The download came from a host known to distribute malicious binaries and is likely dangerous.
|
|
7554
|
+
* @chrome-enum "unwanted" The download is potentially unwanted or unsafe. E.g. it could make changes to browser or computer settings.
|
|
7555
|
+
* @chrome-enum "safe" The download presents no known danger to the user's computer.
|
|
7556
|
+
* @chrome-enum "accepted" The user has accepted the dangerous download.
|
|
7557
|
+
* @chrome-enum "allowlistedByPolicy" Eneterprise-related values.
|
|
7580
7558
|
*/
|
|
7581
7559
|
export type DangerType = "file" | "url" | "content" | "uncommon" | "host" | "unwanted" | "safe" | "accepted" | "allowlistedByPolicy" | "asyncScanning" | "asyncLocalPasswordScanning" | "passwordProtected" | "blockedTooLarge" | "sensitiveContentWarning" | "sensitiveContentBlock" | "deepScannedFailed" | "deepScannedSafe" | "deepScannedOpenedDangerous" | "promptForScanning" | "promptForLocalPasswordScanning" | "accountCompromise" | "blockedScanFailed";
|
|
7582
7560
|
|
|
@@ -18787,7 +18765,7 @@ declare namespace chrome {
|
|
|
18787
18765
|
}
|
|
18788
18766
|
|
|
18789
18767
|
/**
|
|
18790
|
-
* @since
|
|
18768
|
+
* @since Chrome 142
|
|
18791
18769
|
*/
|
|
18792
18770
|
export interface PanelClosedInfo {
|
|
18793
18771
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "618d3232f0a64a6a"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.385"
|
|
20
20
|
}
|