@types/chrome 0.0.307 → 0.0.308

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. chrome/README.md +1 -1
  2. chrome/index.d.ts +4 -4
  3. chrome/package.json +2 -2
chrome/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for chrome (http://developer.chrome.com/e
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 28 Feb 2025 08:36:18 GMT
11
+ * Last updated: Tue, 04 Mar 2025 18:02:48 GMT
12
12
  * Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
13
13
 
14
14
  # Credits
chrome/index.d.ts CHANGED
@@ -1806,7 +1806,7 @@ declare namespace chrome {
1806
1806
  * ask: Ask when a site wants to access the microphone.
1807
1807
  * Default is ask.
1808
1808
  * The primary URL is the URL of the document which requested microphone access. The secondary URL is not used.
1809
- * NOTE: The 'allow' setting is not valid if both patterns are ''.
1809
+ * NOTE: The 'allow' setting is not valid if both patterns are '<all_urls>'.
1810
1810
  */
1811
1811
  export var microphone: MicrophoneContentSetting;
1812
1812
  /**
@@ -1817,7 +1817,7 @@ declare namespace chrome {
1817
1817
  * ask: Ask when a site wants to access the camera.
1818
1818
  * Default is ask.
1819
1819
  * The primary URL is the URL of the document which requested camera access. The secondary URL is not used.
1820
- * NOTE: The 'allow' setting is not valid if both patterns are ''.
1820
+ * NOTE: The 'allow' setting is not valid if both patterns are '<all_urls>'.
1821
1821
  */
1822
1822
  export var camera: CameraContentSetting;
1823
1823
  /**
@@ -7600,7 +7600,7 @@ declare namespace chrome {
7600
7600
  export interface SubmitJobRequest {
7601
7601
  /**
7602
7602
  * The print job to be submitted.
7603
- * The only supported content type is "application/pdf", and the Cloud Job Ticket shouldn't include FitToPageTicketItem, PageRangeTicketItem, ReverseOrderTicketItem and VendorTicketItem fields since they are irrelevant for native printing.
7603
+ * Supported content types are "application/pdf" and "image/png". The Cloud Job Ticket shouldn't include `FitToPageTicketItem`, `PageRangeTicketItem` and `ReverseOrderTicketItem` fields since they are irrelevant for native printing. `VendorTicketItem` is optional
7604
7604
  * All other fields must be present.
7605
7605
  */
7606
7606
  job: chrome.printerProvider.PrintJob;
@@ -9606,7 +9606,7 @@ declare namespace chrome {
9606
9606
  }
9607
9607
 
9608
9608
  export interface Session {
9609
- /** The time when the window or tab was closed or modified, represented in milliseconds since the epoch. */
9609
+ /** The time when the window or tab was closed or modified, represented in seconds since the epoch. */
9610
9610
  lastModified: number;
9611
9611
  /**
9612
9612
  * Optional.
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.307",
3
+ "version": "0.0.308",
4
4
  "description": "TypeScript definitions for chrome",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -94,6 +94,6 @@
94
94
  "@types/har-format": "*"
95
95
  },
96
96
  "peerDependencies": {},
97
- "typesPublisherContentHash": "1b2cd14db3a39318621debc8f99f89670de83d3669b282a376524e7b4fad1362",
97
+ "typesPublisherContentHash": "d6d370073d78bd092e8a6a0aaa70f8cd75e04c26bc3c1973ebca3fec96badf29",
98
98
  "typeScriptVersion": "5.0"
99
99
  }