chrome-types 0.1.381 → 0.1.383
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 +6634 -9632
- 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 Fri Oct 10 2025 22:32:16 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 0b3fefadc27e13487fcb014498c3cece9c63aa50
|
|
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.
|