chrome-types 0.1.381 → 0.1.382
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 +4 -7
- package/index.d.ts +6649 -9587
- 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 Wed Oct 08 2025 22:33:18 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at d9cd96aa66cfe21b7b0631b2cb1ac0a6ba5cb9bb
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -11327,10 +11327,6 @@ declare namespace chrome {
|
|
|
11327
11327
|
* Use the `chrome.downloads` API to programmatically initiate, monitor, manipulate, and search for downloads.
|
|
11328
11328
|
*
|
|
11329
11329
|
* @chrome-permission downloads
|
|
11330
|
-
* @chrome-platform chromeos
|
|
11331
|
-
* @chrome-platform linux
|
|
11332
|
-
* @chrome-platform mac
|
|
11333
|
-
* @chrome-platform win
|
|
11334
11330
|
*/
|
|
11335
11331
|
export namespace downloads {
|
|
11336
11332
|
|
|
@@ -18631,8 +18627,9 @@ declare namespace chrome {
|
|
|
18631
18627
|
/**
|
|
18632
18628
|
* @chrome-enum "SIGNIN\_PROFILE" Specifies that the extension is in the signin profile.
|
|
18633
18629
|
* @chrome-enum "USER\_PROFILE" Specifies that the extension is in the user profile.
|
|
18630
|
+
* @chrome-enum "LOCK\_PROFILE" Specifies that the extension is in the lock screen profile.
|
|
18634
18631
|
*/
|
|
18635
|
-
export type ProfileType = "SIGNIN_PROFILE" | "USER_PROFILE";
|
|
18632
|
+
export type ProfileType = "SIGNIN_PROFILE" | "USER_PROFILE" | "LOCK_PROFILE";
|
|
18636
18633
|
|
|
18637
18634
|
/**
|
|
18638
18635
|
* @chrome-enum "UNKNOWN" Specifies that the session state is unknown.
|