chrome-types 0.1.433 → 0.1.434

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 -27
  2. package/index.d.ts +2 -27
  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 Jul 03 2026 22:38:14 GMT+0000 (Coordinated Universal Time)
18
- // Built at 982c8891a135fb0d4080302f39805a93e66c972a
17
+ // Generated on Thu Jul 09 2026 22:45:36 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 57d55873c06e38b910331c28156c39a076144649
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -23950,24 +23950,6 @@ declare namespace chrome {
23950
23950
  */
23951
23951
  export type AutofillBlockedType = "contact_info" | "payments" | "identity_docs" | "travel";
23952
23952
 
23953
- /**
23954
- * Site-specific block rules for Autofill features.
23955
- *
23956
- * @since Pending
23957
- */
23958
- export type AutofillSettings = {
23959
-
23960
- /**
23961
- * A URL pattern specifying the sites for which the block rule applies.
23962
- */
23963
- urlPattern: string,
23964
-
23965
- /**
23966
- * The categories of Autofill data to block on matching sites.
23967
- */
23968
- blockedTypes: AutofillBlockedType[],
23969
- }[];
23970
-
23971
23953
  /**
23972
23954
  * Settings that influence Chrome's handling of network connections in general.
23973
23955
  */
@@ -24018,13 +24000,6 @@ declare namespace chrome {
24018
24000
  */
24019
24001
  autofillCreditCardEnabled: types.ChromeSetting<boolean>,
24020
24002
 
24021
- /**
24022
- * If set, allows site-specific control over Autofill features by blocking specific data categories on matching URL patterns.
24023
- *
24024
- * @since Pending
24025
- */
24026
- autofillSettings: types.ChromeSetting<AutofillSettings>,
24027
-
24028
24003
  /**
24029
24004
  * If enabled, the password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to `true`.
24030
24005
  */
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Jul 03 2026 22:38:10 GMT+0000 (Coordinated Universal Time)
18
- // Built at 982c8891a135fb0d4080302f39805a93e66c972a
17
+ // Generated on Thu Jul 09 2026 22:45:34 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 57d55873c06e38b910331c28156c39a076144649
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -16754,24 +16754,6 @@ declare namespace chrome {
16754
16754
  */
16755
16755
  export type AutofillBlockedType = "contact_info" | "payments" | "identity_docs" | "travel";
16756
16756
 
16757
- /**
16758
- * Site-specific block rules for Autofill features.
16759
- *
16760
- * @since Pending
16761
- */
16762
- export type AutofillSettings = {
16763
-
16764
- /**
16765
- * A URL pattern specifying the sites for which the block rule applies.
16766
- */
16767
- urlPattern: string,
16768
-
16769
- /**
16770
- * The categories of Autofill data to block on matching sites.
16771
- */
16772
- blockedTypes: AutofillBlockedType[],
16773
- }[];
16774
-
16775
16757
  /**
16776
16758
  * Settings that influence Chrome's handling of network connections in general.
16777
16759
  */
@@ -16822,13 +16804,6 @@ declare namespace chrome {
16822
16804
  */
16823
16805
  autofillCreditCardEnabled: types.ChromeSetting<boolean>,
16824
16806
 
16825
- /**
16826
- * If set, allows site-specific control over Autofill features by blocking specific data categories on matching URL patterns.
16827
- *
16828
- * @since Pending
16829
- */
16830
- autofillSettings: types.ChromeSetting<AutofillSettings>,
16831
-
16832
16807
  /**
16833
16808
  * If enabled, the password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to `true`.
16834
16809
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "5d26daf541dbd280"
8
+ "build-hash": "2b8df6073955a81d"
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.433"
19
+ "version": "0.1.434"
20
20
  }