chrome-types 0.1.343 → 0.1.345
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 +6 -6
- package/index.d.ts +6 -6
- 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 Feb 26 2025 22:33:41 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 79ca7df8b7405d53b162d4ac287c0a65247946d5
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -3959,7 +3959,7 @@ declare namespace chrome {
|
|
|
3959
3959
|
* @chrome-enum "other" Bookmarks which are displayed in the full list of bookmarks on all platforms.
|
|
3960
3960
|
* @chrome-enum "mobile" Bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager.
|
|
3961
3961
|
* @chrome-enum "managed" A top-level folder that may be present if the system administrator or the custodian of a supervised user has configured bookmarks.
|
|
3962
|
-
* @since
|
|
3962
|
+
* @since Chrome 134
|
|
3963
3963
|
*/
|
|
3964
3964
|
export type FolderType = "bookmarks-bar" | "other" | "mobile" | "managed";
|
|
3965
3965
|
|
|
@@ -4022,7 +4022,7 @@ declare namespace chrome {
|
|
|
4022
4022
|
*
|
|
4023
4023
|
* There may be zero, one or multiple nodes of each folder type. A folder may be added or removed by the browser, but not via the extensions API.
|
|
4024
4024
|
*
|
|
4025
|
-
* @since
|
|
4025
|
+
* @since Chrome 134
|
|
4026
4026
|
*/
|
|
4027
4027
|
folderType?: FolderType;
|
|
4028
4028
|
|
|
@@ -4038,7 +4038,7 @@ declare namespace chrome {
|
|
|
4038
4038
|
*
|
|
4039
4039
|
* For managed nodes (nodes where `unmodifiable` is set to `true`), this property will always be `false`.
|
|
4040
4040
|
*
|
|
4041
|
-
* @since
|
|
4041
|
+
* @since Chrome 134
|
|
4042
4042
|
*/
|
|
4043
4043
|
syncing: boolean;
|
|
4044
4044
|
|
|
@@ -6408,7 +6408,7 @@ declare namespace chrome {
|
|
|
6408
6408
|
* `allow`: Allow sites to use the Private State Tokens API,
|
|
6409
6409
|
* `block`: Block sites from using the Private State Tokens API.
|
|
6410
6410
|
* Default is `allow`.
|
|
6411
|
-
*
|
|
6411
|
+
* When calling `set()`, the primary URL pattern must be `<all_urls>`. The secondary URL is not used.
|
|
6412
6412
|
*
|
|
6413
6413
|
* @since Chrome 113
|
|
6414
6414
|
*/
|
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 Wed Feb 26 2025 22:33:36 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 79ca7df8b7405d53b162d4ac287c0a65247946d5
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1293,7 +1293,7 @@ declare namespace chrome {
|
|
|
1293
1293
|
* @chrome-enum "other" Bookmarks which are displayed in the full list of bookmarks on all platforms.
|
|
1294
1294
|
* @chrome-enum "mobile" Bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager.
|
|
1295
1295
|
* @chrome-enum "managed" A top-level folder that may be present if the system administrator or the custodian of a supervised user has configured bookmarks.
|
|
1296
|
-
* @since
|
|
1296
|
+
* @since Chrome 134
|
|
1297
1297
|
*/
|
|
1298
1298
|
export type FolderType = "bookmarks-bar" | "other" | "mobile" | "managed";
|
|
1299
1299
|
|
|
@@ -1356,7 +1356,7 @@ declare namespace chrome {
|
|
|
1356
1356
|
*
|
|
1357
1357
|
* There may be zero, one or multiple nodes of each folder type. A folder may be added or removed by the browser, but not via the extensions API.
|
|
1358
1358
|
*
|
|
1359
|
-
* @since
|
|
1359
|
+
* @since Chrome 134
|
|
1360
1360
|
*/
|
|
1361
1361
|
folderType?: FolderType;
|
|
1362
1362
|
|
|
@@ -1372,7 +1372,7 @@ declare namespace chrome {
|
|
|
1372
1372
|
*
|
|
1373
1373
|
* For managed nodes (nodes where `unmodifiable` is set to `true`), this property will always be `false`.
|
|
1374
1374
|
*
|
|
1375
|
-
* @since
|
|
1375
|
+
* @since Chrome 134
|
|
1376
1376
|
*/
|
|
1377
1377
|
syncing: boolean;
|
|
1378
1378
|
|
|
@@ -3167,7 +3167,7 @@ declare namespace chrome {
|
|
|
3167
3167
|
* `allow`: Allow sites to use the Private State Tokens API,
|
|
3168
3168
|
* `block`: Block sites from using the Private State Tokens API.
|
|
3169
3169
|
* Default is `allow`.
|
|
3170
|
-
*
|
|
3170
|
+
* When calling `set()`, the primary URL pattern must be `<all_urls>`. The secondary URL is not used.
|
|
3171
3171
|
*
|
|
3172
3172
|
* @since Chrome 113
|
|
3173
3173
|
*/
|
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": "25e2719cef7707df"
|
|
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.345"
|
|
20
20
|
}
|