chrome-types 0.1.384 → 0.1.386

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.
Files changed (3) hide show
  1. package/_all.d.ts +13 -34
  2. package/index.d.ts +13 -34
  3. 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 Thu Oct 23 2025 22:33:09 GMT+0000 (Coordinated Universal Time)
18
- // Built at 20b9e709d1ed3b45b1dbcdbaf58d70c20dd1a391
17
+ // Generated on Tue Nov 04 2025 22:33:09 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 089c57425a7ca78e324d8735ced9cc51e65b9b5c
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -11414,39 +11414,18 @@ declare namespace chrome {
11414
11414
  }
11415
11415
 
11416
11416
  /**
11417
- * file
11418
- *
11419
- * The download's filename is suspicious.
11420
- *
11421
- * url
11422
- *
11423
- * The download's URL is known to be malicious.
11424
- *
11425
- * content
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" Enterprise-related values.
11426
+ * @chrome-enum "forceSaveToGdrive" For use by the Secure Enterprise Browser extension. When required, Chrome will block the download to disc and download the file directly to Google Drive.
11448
11427
  */
11449
- 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";
11428
+ 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" | "forceSaveToGdrive";
11450
11429
 
11451
11430
  /**
11452
11431
  * in\_progress
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Oct 23 2025 22:33:05 GMT+0000 (Coordinated Universal Time)
18
- // Built at 20b9e709d1ed3b45b1dbcdbaf58d70c20dd1a391
17
+ // Generated on Tue Nov 04 2025 22:33:04 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 089c57425a7ca78e324d8735ced9cc51e65b9b5c
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -7546,39 +7546,18 @@ declare namespace chrome {
7546
7546
  }
7547
7547
 
7548
7548
  /**
7549
- * file
7550
- *
7551
- * The download's filename is suspicious.
7552
- *
7553
- * url
7554
- *
7555
- * The download's URL is known to be malicious.
7556
- *
7557
- * content
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" Enterprise-related values.
7558
+ * @chrome-enum "forceSaveToGdrive" For use by the Secure Enterprise Browser extension. When required, Chrome will block the download to disc and download the file directly to Google Drive.
7580
7559
  */
7581
- 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";
7560
+ 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" | "forceSaveToGdrive";
7582
7561
 
7583
7562
  /**
7584
7563
  * in\_progress
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "ea0b6b65833aca7f"
8
+ "build-hash": "8cc68bd7c99c1f3d"
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.384"
19
+ "version": "0.1.386"
20
20
  }