chrome-types 0.1.358 → 0.1.360

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 -9
  2. package/index.d.ts +5 -9
  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 Mon Jun 30 2025 22:33:56 GMT+0000 (Coordinated Universal Time)
18
- // Built at f16e1ddc09c516addedf6d80561d468136e2c4a2
17
+ // Generated on Mon Jul 07 2025 22:33:41 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 6035204fd46a464837ff6b319de8d0cd2e86b1a3
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -12349,7 +12349,7 @@ declare namespace chrome {
12349
12349
  }
12350
12350
 
12351
12351
  /**
12352
- * Use the `chrome.enterprise.login` API to exit user sessions. Note: This API is only available to extensions installed by enterprise policy in ChromeOS managed sessions.
12352
+ * Use the `chrome.enterprise.login` API to exit Managed Guest sessions. Note: This API is only available to extensions installed by enterprise policy in ChromeOS Managed Guest sessions.
12353
12353
  *
12354
12354
  * @since Pending
12355
12355
  * @chrome-permission enterprise.login
@@ -22176,10 +22176,6 @@ declare namespace chrome {
22176
22176
  * The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.
22177
22177
  *
22178
22178
  * @chrome-manifest omnibox
22179
- * @chrome-platform chromeos
22180
- * @chrome-platform linux
22181
- * @chrome-platform mac
22182
- * @chrome-platform win
22183
22179
  */
22184
22180
  export namespace omnibox {
22185
22181
 
@@ -28983,7 +28979,7 @@ declare namespace chrome {
28983
28979
  ): void;
28984
28980
 
28985
28981
  /**
28986
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
28982
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
28987
28983
  *
28988
28984
  * @since Chrome 102
28989
28985
  */
@@ -28999,7 +28995,7 @@ declare namespace chrome {
28999
28995
  ): Promise<void>;
29000
28996
 
29001
28997
  /**
29002
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
28998
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
29003
28999
  *
29004
29000
  * @param callback Callback on success, or on failure (in which case {@link runtime.lastError} will be set).
29005
29001
  * @since Chrome 102
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Mon Jun 30 2025 22:33:51 GMT+0000 (Coordinated Universal Time)
18
- // Built at f16e1ddc09c516addedf6d80561d468136e2c4a2
17
+ // Generated on Mon Jul 07 2025 22:33:36 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 6035204fd46a464837ff6b319de8d0cd2e86b1a3
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -8481,7 +8481,7 @@ declare namespace chrome {
8481
8481
  }
8482
8482
 
8483
8483
  /**
8484
- * Use the `chrome.enterprise.login` API to exit user sessions. Note: This API is only available to extensions installed by enterprise policy in ChromeOS managed sessions.
8484
+ * Use the `chrome.enterprise.login` API to exit Managed Guest sessions. Note: This API is only available to extensions installed by enterprise policy in ChromeOS Managed Guest sessions.
8485
8485
  *
8486
8486
  * @since Pending
8487
8487
  * @chrome-permission enterprise.login
@@ -17205,10 +17205,6 @@ declare namespace chrome {
17205
17205
  * The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.
17206
17206
  *
17207
17207
  * @chrome-manifest omnibox
17208
- * @chrome-platform chromeos
17209
- * @chrome-platform linux
17210
- * @chrome-platform mac
17211
- * @chrome-platform win
17212
17208
  */
17213
17209
  export namespace omnibox {
17214
17210
 
@@ -22434,7 +22430,7 @@ declare namespace chrome {
22434
22430
  ): void;
22435
22431
 
22436
22432
  /**
22437
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
22433
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
22438
22434
  *
22439
22435
  * @since Chrome 102
22440
22436
  */
@@ -22450,7 +22446,7 @@ declare namespace chrome {
22450
22446
  ): Promise<void>;
22451
22447
 
22452
22448
  /**
22453
- * Sets the desired access level for the storage area. The default will be only trusted contexts.
22449
+ * Sets the desired access level for the storage area. By default, `session` storage is restricted to trusted contexts (extension pages and service workers), while `local` and `sync` storage allow access from both trusted and untrusted contexts.
22454
22450
  *
22455
22451
  * @param callback Callback on success, or on failure (in which case {@link runtime.lastError} will be set).
22456
22452
  * @since Chrome 102
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "379ab1744f2bb5fd"
8
+ "build-hash": "85997a565d9ea9ba"
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.358"
19
+ "version": "0.1.360"
20
20
  }