chrome-types 0.1.245 → 0.1.246
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 +6 -4
- package/index.d.ts +6 -4
- 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 Thu Nov 16 2023
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Nov 16 2023 22:29:28 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 5ef1df8bfcb455dab07ae70b8bc8d8ea25c8509f
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -21825,7 +21825,8 @@ declare namespace chrome {
|
|
|
21825
21825
|
) => void>;
|
|
21826
21826
|
|
|
21827
21827
|
/**
|
|
21828
|
-
* Submits the job for
|
|
21828
|
+
* Submits the job for printing. Use the [`PrintingAPIExtensionsAllowlist`](https://chromeenterprise.google/policies/#PrintingAPIExtensionsAllowlist) to bypass promting the user to confirm printing.
|
|
21829
|
+
* Before Chrome 120, this function did not return a promise.
|
|
21829
21830
|
*
|
|
21830
21831
|
* @chrome-returns-extra since Chrome 100
|
|
21831
21832
|
*/
|
|
@@ -21835,7 +21836,8 @@ declare namespace chrome {
|
|
|
21835
21836
|
): Promise<SubmitJobResponse>;
|
|
21836
21837
|
|
|
21837
21838
|
/**
|
|
21838
|
-
* Submits the job for
|
|
21839
|
+
* Submits the job for printing. Use the [`PrintingAPIExtensionsAllowlist`](https://chromeenterprise.google/policies/#PrintingAPIExtensionsAllowlist) to bypass promting the user to confirm printing.
|
|
21840
|
+
* Before Chrome 120, this function did not return a promise.
|
|
21839
21841
|
*/
|
|
21840
21842
|
export function submitJob(
|
|
21841
21843
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Thu Nov 16 2023
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Nov 16 2023 22:29:23 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 5ef1df8bfcb455dab07ae70b8bc8d8ea25c8509f
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -16589,7 +16589,8 @@ declare namespace chrome {
|
|
|
16589
16589
|
) => void>;
|
|
16590
16590
|
|
|
16591
16591
|
/**
|
|
16592
|
-
* Submits the job for
|
|
16592
|
+
* Submits the job for printing. Use the [`PrintingAPIExtensionsAllowlist`](https://chromeenterprise.google/policies/#PrintingAPIExtensionsAllowlist) to bypass promting the user to confirm printing.
|
|
16593
|
+
* Before Chrome 120, this function did not return a promise.
|
|
16593
16594
|
*
|
|
16594
16595
|
* @chrome-returns-extra since Chrome 100
|
|
16595
16596
|
*/
|
|
@@ -16599,7 +16600,8 @@ declare namespace chrome {
|
|
|
16599
16600
|
): Promise<SubmitJobResponse>;
|
|
16600
16601
|
|
|
16601
16602
|
/**
|
|
16602
|
-
* Submits the job for
|
|
16603
|
+
* Submits the job for printing. Use the [`PrintingAPIExtensionsAllowlist`](https://chromeenterprise.google/policies/#PrintingAPIExtensionsAllowlist) to bypass promting the user to confirm printing.
|
|
16604
|
+
* Before Chrome 120, this function did not return a promise.
|
|
16603
16605
|
*/
|
|
16604
16606
|
export function submitJob(
|
|
16605
16607
|
|
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": "02b9002e6b4079fc"
|
|
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.246"
|
|
20
20
|
}
|