chrome-types 0.1.71 → 0.1.72
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 +3 -3
- package/index.d.ts +3 -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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Sun Nov 28 2021 22:27:41 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 1eb17e15be59ac864df2dd46b1d5cf8452086414
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -21371,7 +21371,7 @@ declare namespace chrome {
|
|
|
21371
21371
|
/**
|
|
21372
21372
|
* The maximum number of times that {@link submitJob} can be called per minute.
|
|
21373
21373
|
*/
|
|
21374
|
-
export const MAX_SUBMIT_JOB_CALLS_PER_MINUTE:
|
|
21374
|
+
export const MAX_SUBMIT_JOB_CALLS_PER_MINUTE: 40;
|
|
21375
21375
|
|
|
21376
21376
|
/**
|
|
21377
21377
|
* The maximum number of times that {@link getPrinterInfo} can be called per minute.
|
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 Sun Nov 28 2021 22:27:36 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 1eb17e15be59ac864df2dd46b1d5cf8452086414
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -14293,7 +14293,7 @@ declare namespace chrome {
|
|
|
14293
14293
|
/**
|
|
14294
14294
|
* The maximum number of times that {@link submitJob} can be called per minute.
|
|
14295
14295
|
*/
|
|
14296
|
-
export const MAX_SUBMIT_JOB_CALLS_PER_MINUTE:
|
|
14296
|
+
export const MAX_SUBMIT_JOB_CALLS_PER_MINUTE: 40;
|
|
14297
14297
|
|
|
14298
14298
|
/**
|
|
14299
14299
|
* The maximum number of times that {@link getPrinterInfo} can be called per minute.
|
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": "2c997a3731772930"
|
|
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.72"
|
|
20
20
|
}
|