chrome-types 0.1.341 → 0.1.342

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 +3 -3
  2. package/index.d.ts +3 -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 Mon Feb 17 2025 22:32:12 GMT+0000 (Coordinated Universal Time)
18
- // Built at 06b95a90f93c90d0fa37f7484e68f5e7a027f770
17
+ // Generated on Tue Feb 18 2025 22:32:51 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 7857ead51766b33094c81d87c20449a20e1ab634
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -23129,7 +23129,7 @@ declare namespace chrome {
23129
23129
  export interface SubmitJobRequest {
23130
23130
 
23131
23131
  /**
23132
- * The print job to be submitted. The only supported content type is "application/pdf", and the [Cloud Job Ticket](https://developers.google.com/cloud-print/docs/cdd#cjt) shouldn't include `FitToPageTicketItem`, `PageRangeTicketItem`, `ReverseOrderTicketItem` and `VendorTicketItem` fields since they are irrelevant for native printing. All other fields must be present.
23132
+ * The print job to be submitted. Supported content types are "application/pdf" and "image/png". The [Cloud Job Ticket](https://developers.google.com/cloud-print/docs/cdd#cjt) shouldn't include `FitToPageTicketItem`, `PageRangeTicketItem` and `ReverseOrderTicketItem` fields since they are irrelevant for native printing. `VendorTicketItem` is optional. All other fields must be present.
23133
23133
  */
23134
23134
  job: printerProvider.PrintJob;
23135
23135
  }
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Mon Feb 17 2025 22:32:08 GMT+0000 (Coordinated Universal Time)
18
- // Built at 06b95a90f93c90d0fa37f7484e68f5e7a027f770
17
+ // Generated on Tue Feb 18 2025 22:32:46 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 7857ead51766b33094c81d87c20449a20e1ab634
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -17897,7 +17897,7 @@ declare namespace chrome {
17897
17897
  export interface SubmitJobRequest {
17898
17898
 
17899
17899
  /**
17900
- * The print job to be submitted. The only supported content type is "application/pdf", and the [Cloud Job Ticket](https://developers.google.com/cloud-print/docs/cdd#cjt) shouldn't include `FitToPageTicketItem`, `PageRangeTicketItem`, `ReverseOrderTicketItem` and `VendorTicketItem` fields since they are irrelevant for native printing. All other fields must be present.
17900
+ * The print job to be submitted. Supported content types are "application/pdf" and "image/png". The [Cloud Job Ticket](https://developers.google.com/cloud-print/docs/cdd#cjt) shouldn't include `FitToPageTicketItem`, `PageRangeTicketItem` and `ReverseOrderTicketItem` fields since they are irrelevant for native printing. `VendorTicketItem` is optional. All other fields must be present.
17901
17901
  */
17902
17902
  job: printerProvider.PrintJob;
17903
17903
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "4395af85e98e7a07"
8
+ "build-hash": "9714241f2d69aa88"
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.341"
19
+ "version": "0.1.342"
20
20
  }