chrome-types 0.1.421 → 0.1.423

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 +2 -10
  2. package/index.d.ts +2 -10
  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 Mar 03 2026 22:34:18 GMT+0000 (Coordinated Universal Time)
18
- // Built at d7039a6d2ef0ce35c253c044a0f3a7df9f9172e5
17
+ // Generated on Tue Mar 10 2026 22:26:50 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 3a694d424609101a9e1beb1711a527929bb20537
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -23665,13 +23665,6 @@ declare namespace chrome {
23665
23665
  */
23666
23666
  autofillCreditCardEnabled: types.ChromeSetting<boolean>,
23667
23667
 
23668
- /**
23669
- * 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`.
23670
- *
23671
- * @since Pending
23672
- */
23673
- autofillOtherDatatypesEnabled: types.ChromeSetting<boolean>,
23674
-
23675
23668
  /**
23676
23669
  * If enabled, the password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to `true`.
23677
23670
  */
@@ -35602,7 +35595,6 @@ declare namespace chrome {
35602
35595
  * @since Chrome 115
35603
35596
  * @chrome-permission webAuthenticationProxy
35604
35597
  * @chrome-min-manifest MV3
35605
- * @chrome-platform desktop_android
35606
35598
  * @chrome-platform linux
35607
35599
  * @chrome-platform mac
35608
35600
  * @chrome-platform win
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Mar 03 2026 22:34:14 GMT+0000 (Coordinated Universal Time)
18
- // Built at d7039a6d2ef0ce35c253c044a0f3a7df9f9172e5
17
+ // Generated on Tue Mar 10 2026 22:26:46 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 3a694d424609101a9e1beb1711a527929bb20537
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -16457,13 +16457,6 @@ declare namespace chrome {
16457
16457
  */
16458
16458
  autofillCreditCardEnabled: types.ChromeSetting<boolean>,
16459
16459
 
16460
- /**
16461
- * 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`.
16462
- *
16463
- * @since Pending
16464
- */
16465
- autofillOtherDatatypesEnabled: types.ChromeSetting<boolean>,
16466
-
16467
16460
  /**
16468
16461
  * If enabled, the password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to `true`.
16469
16462
  */
@@ -25524,7 +25517,6 @@ declare namespace chrome {
25524
25517
  * @since Chrome 115
25525
25518
  * @chrome-permission webAuthenticationProxy
25526
25519
  * @chrome-min-manifest MV3
25527
- * @chrome-platform desktop_android
25528
25520
  * @chrome-platform linux
25529
25521
  * @chrome-platform mac
25530
25522
  * @chrome-platform win
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "803efaf774d19682"
8
+ "build-hash": "3f068b5b34843254"
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.421"
19
+ "version": "0.1.423"
20
20
  }