chrome-types 0.1.421 → 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.
- package/_all.d.ts +2 -9
- package/index.d.ts +2 -9
- 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
|
|
18
|
-
// Built at
|
|
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
|
|
|
@@ -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
|
*/
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
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
|
|
|
@@ -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
|
*/
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
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.
|
|
19
|
+
"version": "0.1.422"
|
|
20
20
|
}
|