chrome-types 0.1.333 → 0.1.334

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 +6 -7
  2. package/index.d.ts +6 -7
  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 Sat Jan 18 2025 22:30:58 GMT+0000 (Coordinated Universal Time)
18
- // Built at a34a3de0d4740a229a200c7339a9ef873414a5fe
17
+ // Generated on Fri Jan 24 2025 22:30:41 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 0267fd33f0662227f553f6a9194474b95e52bf5d
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -3978,11 +3978,10 @@ declare namespace chrome {
3978
3978
  /**
3979
3979
  * Indicates the type of folder.
3980
3980
  *
3981
- * * bookmarks-bar: The folder whose contents is displayed at the top of the browser window
3982
- * * other: Bookmarks which are displayed in the full list of bookmarks on all platforms
3983
- * * mobile: bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager
3984
- * * managed: a top-level folder that may be present if the system administrator or the custodian of a supervised user has configured bookmarks.
3985
- *
3981
+ * @chrome-enum "bookmarks-bar" The folder whose contents is displayed at the top of the browser window.
3982
+ * @chrome-enum "other" Bookmarks which are displayed in the full list of bookmarks on all platforms.
3983
+ * @chrome-enum "mobile" Bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager.
3984
+ * @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.
3986
3985
  * @since Pending
3987
3986
  */
3988
3987
  export type FolderType = "bookmarks-bar" | "other" | "mobile" | "managed";
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Sat Jan 18 2025 22:30:53 GMT+0000 (Coordinated Universal Time)
18
- // Built at a34a3de0d4740a229a200c7339a9ef873414a5fe
17
+ // Generated on Fri Jan 24 2025 22:30:37 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 0267fd33f0662227f553f6a9194474b95e52bf5d
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -1289,11 +1289,10 @@ declare namespace chrome {
1289
1289
  /**
1290
1290
  * Indicates the type of folder.
1291
1291
  *
1292
- * * bookmarks-bar: The folder whose contents is displayed at the top of the browser window
1293
- * * other: Bookmarks which are displayed in the full list of bookmarks on all platforms
1294
- * * mobile: bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager
1295
- * * managed: a top-level folder that may be present if the system administrator or the custodian of a supervised user has configured bookmarks.
1296
- *
1292
+ * @chrome-enum "bookmarks-bar" The folder whose contents is displayed at the top of the browser window.
1293
+ * @chrome-enum "other" Bookmarks which are displayed in the full list of bookmarks on all platforms.
1294
+ * @chrome-enum "mobile" Bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager.
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.
1297
1296
  * @since Pending
1298
1297
  */
1299
1298
  export type FolderType = "bookmarks-bar" | "other" | "mobile" | "managed";
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "41dbc1f5cf0072fd"
8
+ "build-hash": "560758d4ed75fee7"
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.333"
19
+ "version": "0.1.334"
20
20
  }