chrome-types 0.1.344 → 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.
Files changed (3) hide show
  1. package/_all.d.ts +5 -5
  2. package/index.d.ts +5 -5
  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 Tue Feb 25 2025 22:32:11 GMT+0000 (Coordinated Universal Time)
18
- // Built at 315c95485c4aae5a199aef5b42b837451ff426db
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 Pending
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 Pending
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 Pending
4041
+ * @since Chrome 134
4042
4042
  */
4043
4043
  syncing: boolean;
4044
4044
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Feb 25 2025 22:32:06 GMT+0000 (Coordinated Universal Time)
18
- // Built at 315c95485c4aae5a199aef5b42b837451ff426db
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 Pending
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 Pending
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 Pending
1375
+ * @since Chrome 134
1376
1376
  */
1377
1377
  syncing: boolean;
1378
1378
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "3c6f0c5c969c7920"
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.344"
19
+ "version": "0.1.345"
20
20
  }