chrome-types 0.1.358 → 0.1.359

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 +3 -7
  2. package/index.d.ts +3 -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 Mon Jun 30 2025 22:33:56 GMT+0000 (Coordinated Universal Time)
18
- // Built at f16e1ddc09c516addedf6d80561d468136e2c4a2
17
+ // Generated on Wed Jul 02 2025 22:34:12 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 4fbe89cae1064fcfffcaca4edf08bff8c163cb53
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
 
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 Wed Jul 02 2025 22:34:07 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 4fbe89cae1064fcfffcaca4edf08bff8c163cb53
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
 
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": "73af57e6065b726c"
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.359"
20
20
  }