chrome-types 0.1.420 → 0.1.422

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 -13
  2. package/index.d.ts +2 -13
  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 Fri Feb 27 2026 16:11:35 GMT+0000 (Coordinated Universal Time)
18
- // Built at faf699ca85f5ac5e21471939753d9ab476cfd5bc
17
+ // Generated on Wed Mar 04 2026 22:27:04 GMT+0000 (Coordinated Universal Time)
18
+ // Built at bbe3cab7f1e1d18125e4a30870f41555482338ee
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -4433,6 +4433,7 @@ declare namespace chrome {
4433
4433
  *
4434
4434
  * @chrome-permission browser
4435
4435
  * @chrome-platform-apps
4436
+ * @chrome-platform chromeos
4436
4437
  */
4437
4438
  export namespace browser {
4438
4439
 
@@ -6060,10 +6061,6 @@ declare namespace chrome {
6060
6061
  * Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
6061
6062
  *
6062
6063
  * @chrome-permission contentSettings
6063
- * @chrome-platform chromeos
6064
- * @chrome-platform linux
6065
- * @chrome-platform mac
6066
- * @chrome-platform win
6067
6064
  */
6068
6065
  export namespace contentSettings {
6069
6066
 
@@ -23668,13 +23665,6 @@ declare namespace chrome {
23668
23665
  */
23669
23666
  autofillCreditCardEnabled: types.ChromeSetting<boolean>,
23670
23667
 
23671
- /**
23672
- * If enabled, Chrome offers to automatically fill in the other data types. This includes travel and identity docs. This preference's value is a boolean, defaulting to `true`.
23673
- *
23674
- * @since Pending
23675
- */
23676
- autofillOtherDatatypesEnabled: types.ChromeSetting<boolean>,
23677
-
23678
23668
  /**
23679
23669
  * If enabled, the password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to `true`.
23680
23670
  */
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Feb 27 2026 16:11:31 GMT+0000 (Coordinated Universal Time)
18
- // Built at faf699ca85f5ac5e21471939753d9ab476cfd5bc
17
+ // Generated on Wed Mar 04 2026 22:26:59 GMT+0000 (Coordinated Universal Time)
18
+ // Built at bbe3cab7f1e1d18125e4a30870f41555482338ee
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -2868,10 +2868,6 @@ declare namespace chrome {
2868
2868
  * Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
2869
2869
  *
2870
2870
  * @chrome-permission contentSettings
2871
- * @chrome-platform chromeos
2872
- * @chrome-platform linux
2873
- * @chrome-platform mac
2874
- * @chrome-platform win
2875
2871
  */
2876
2872
  export namespace contentSettings {
2877
2873
 
@@ -16461,13 +16457,6 @@ declare namespace chrome {
16461
16457
  */
16462
16458
  autofillCreditCardEnabled: types.ChromeSetting<boolean>,
16463
16459
 
16464
- /**
16465
- * If enabled, Chrome offers to automatically fill in the other data types. This includes travel and identity docs. This preference's value is a boolean, defaulting to `true`.
16466
- *
16467
- * @since Pending
16468
- */
16469
- autofillOtherDatatypesEnabled: types.ChromeSetting<boolean>,
16470
-
16471
16460
  /**
16472
16461
  * If enabled, the password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to `true`.
16473
16462
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "4aa8e2fcdae4f973"
8
+ "build-hash": "58be7b37dff871e1"
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.420"
19
+ "version": "0.1.422"
20
20
  }