chrome-types 0.1.276 → 0.1.277
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 +7 -2
- package/index.d.ts +7 -2
- 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 Tue Apr 02 2024 22:30:12 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at ac0126f433b8d8657775f500649f513a743db0cb
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -10725,6 +10725,11 @@ declare namespace chrome {
|
|
|
10725
10725
|
* Specifies the MIME type to return scanned data in.
|
|
10726
10726
|
*/
|
|
10727
10727
|
format: string;
|
|
10728
|
+
|
|
10729
|
+
/**
|
|
10730
|
+
* If a non-zero value is specified, limits the maximum scanned bytes returned in a single {@link readScanData} response to that value. The smallest allowed value is 32768 (32 KB). If this property is not specified, the size of a returned chunk may be as large as the entire scanned image.
|
|
10731
|
+
*/
|
|
10732
|
+
maxReadSize?: number;
|
|
10728
10733
|
}
|
|
10729
10734
|
|
|
10730
10735
|
/**
|
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 Tue Apr 02 2024 22:30:08 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at ac0126f433b8d8657775f500649f513a743db0cb
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -6855,6 +6855,11 @@ declare namespace chrome {
|
|
|
6855
6855
|
* Specifies the MIME type to return scanned data in.
|
|
6856
6856
|
*/
|
|
6857
6857
|
format: string;
|
|
6858
|
+
|
|
6859
|
+
/**
|
|
6860
|
+
* If a non-zero value is specified, limits the maximum scanned bytes returned in a single {@link readScanData} response to that value. The smallest allowed value is 32768 (32 KB). If this property is not specified, the size of a returned chunk may be as large as the entire scanned image.
|
|
6861
|
+
*/
|
|
6862
|
+
maxReadSize?: number;
|
|
6858
6863
|
}
|
|
6859
6864
|
|
|
6860
6865
|
/**
|
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": "56e5e0424da20a22"
|
|
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.277"
|
|
20
20
|
}
|