chrome-types 0.1.345 → 0.1.347

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 +11 -9
  2. package/index.d.ts +11 -9
  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 Wed Feb 26 2025 22:33:41 GMT+0000 (Coordinated Universal Time)
18
- // Built at 79ca7df8b7405d53b162d4ac287c0a65247946d5
17
+ // Generated on Tue Apr 01 2025 22:31:59 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 59edc8ebe353ac85c97b6ed1f5539c69ad5ce263
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -23349,7 +23349,7 @@ declare namespace chrome {
23349
23349
  /**
23350
23350
  * Returns the status of the print job. This call will fail with a runtime error if the print job with the given `jobId` doesn't exist. `jobId`: The id of the print job to return the status of. This should be the same id received in a {@link SubmitJobResponse}.
23351
23351
  *
23352
- * @since Pending
23352
+ * @since Chrome 135
23353
23353
  */
23354
23354
  export function getJobStatus(
23355
23355
 
@@ -23359,7 +23359,7 @@ declare namespace chrome {
23359
23359
  /**
23360
23360
  * Returns the status of the print job. This call will fail with a runtime error if the print job with the given `jobId` doesn't exist. `jobId`: The id of the print job to return the status of. This should be the same id received in a {@link SubmitJobResponse}.
23361
23361
  *
23362
- * @since Pending
23362
+ * @since Chrome 135
23363
23363
  */
23364
23364
  export function getJobStatus(
23365
23365
 
@@ -23667,6 +23667,8 @@ declare namespace chrome {
23667
23667
 
23668
23668
  /**
23669
23669
  * If disabled, Chrome blocks third-party sites from setting cookies. The value of this preference is of type boolean, and the default value is `true`.
23670
+ *
23671
+ * **Note:**Individual sites may still be able to access third-party cookies when this API returns `false`, if they have a valid [exemption](https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/preserving-critical-user-experiences) or they use the [Storage Access API](https://developers.google.com/privacy-sandbox/cookies/storage-access-api) instead.
23670
23672
  */
23671
23673
  thirdPartyCookiesAllowed: types.ChromeSetting<boolean>,
23672
23674
 
@@ -34596,7 +34598,7 @@ declare namespace chrome {
34596
34598
  }
34597
34599
 
34598
34600
  /**
34599
- * @since Pending
34601
+ * @since Chrome 135
34600
34602
  */
34601
34603
  export interface InjectionTarget {
34602
34604
 
@@ -34622,7 +34624,7 @@ declare namespace chrome {
34622
34624
  }
34623
34625
 
34624
34626
  /**
34625
- * @since Pending
34627
+ * @since Chrome 135
34626
34628
  */
34627
34629
  export interface InjectionResult {
34628
34630
 
@@ -34648,7 +34650,7 @@ declare namespace chrome {
34648
34650
  }
34649
34651
 
34650
34652
  /**
34651
- * @since Pending
34653
+ * @since Chrome 135
34652
34654
  */
34653
34655
  export interface UserScriptInjection {
34654
34656
 
@@ -34795,7 +34797,7 @@ declare namespace chrome {
34795
34797
  /**
34796
34798
  * Injects a script into a target context. By default, the script will be run at `document_idle`, or immediately if the page has already loaded. If the `injectImmediately` property is set, the script will inject without waiting, even if the page has not finished loading. If the script evaluates to a promise, the browser will wait for the promise to settle and return the resulting value.
34797
34799
  *
34798
- * @since Pending
34800
+ * @since Chrome 135
34799
34801
  */
34800
34802
  export function execute(
34801
34803
 
@@ -34805,7 +34807,7 @@ declare namespace chrome {
34805
34807
  /**
34806
34808
  * Injects a script into a target context. By default, the script will be run at `document_idle`, or immediately if the page has already loaded. If the `injectImmediately` property is set, the script will inject without waiting, even if the page has not finished loading. If the script evaluates to a promise, the browser will wait for the promise to settle and return the resulting value.
34807
34809
  *
34808
- * @since Pending
34810
+ * @since Chrome 135
34809
34811
  */
34810
34812
  export function execute(
34811
34813
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Feb 26 2025 22:33:36 GMT+0000 (Coordinated Universal Time)
18
- // Built at 79ca7df8b7405d53b162d4ac287c0a65247946d5
17
+ // Generated on Tue Apr 01 2025 22:31:54 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 59edc8ebe353ac85c97b6ed1f5539c69ad5ce263
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -18117,7 +18117,7 @@ declare namespace chrome {
18117
18117
  /**
18118
18118
  * Returns the status of the print job. This call will fail with a runtime error if the print job with the given `jobId` doesn't exist. `jobId`: The id of the print job to return the status of. This should be the same id received in a {@link SubmitJobResponse}.
18119
18119
  *
18120
- * @since Pending
18120
+ * @since Chrome 135
18121
18121
  */
18122
18122
  export function getJobStatus(
18123
18123
 
@@ -18127,7 +18127,7 @@ declare namespace chrome {
18127
18127
  /**
18128
18128
  * Returns the status of the print job. This call will fail with a runtime error if the print job with the given `jobId` doesn't exist. `jobId`: The id of the print job to return the status of. This should be the same id received in a {@link SubmitJobResponse}.
18129
18129
  *
18130
- * @since Pending
18130
+ * @since Chrome 135
18131
18131
  */
18132
18132
  export function getJobStatus(
18133
18133
 
@@ -18435,6 +18435,8 @@ declare namespace chrome {
18435
18435
 
18436
18436
  /**
18437
18437
  * If disabled, Chrome blocks third-party sites from setting cookies. The value of this preference is of type boolean, and the default value is `true`.
18438
+ *
18439
+ * **Note:**Individual sites may still be able to access third-party cookies when this API returns `false`, if they have a valid [exemption](https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/preserving-critical-user-experiences) or they use the [Storage Access API](https://developers.google.com/privacy-sandbox/cookies/storage-access-api) instead.
18438
18440
  */
18439
18441
  thirdPartyCookiesAllowed: types.ChromeSetting<boolean>,
18440
18442
 
@@ -27425,7 +27427,7 @@ declare namespace chrome {
27425
27427
  }
27426
27428
 
27427
27429
  /**
27428
- * @since Pending
27430
+ * @since Chrome 135
27429
27431
  */
27430
27432
  export interface InjectionTarget {
27431
27433
 
@@ -27451,7 +27453,7 @@ declare namespace chrome {
27451
27453
  }
27452
27454
 
27453
27455
  /**
27454
- * @since Pending
27456
+ * @since Chrome 135
27455
27457
  */
27456
27458
  export interface InjectionResult {
27457
27459
 
@@ -27477,7 +27479,7 @@ declare namespace chrome {
27477
27479
  }
27478
27480
 
27479
27481
  /**
27480
- * @since Pending
27482
+ * @since Chrome 135
27481
27483
  */
27482
27484
  export interface UserScriptInjection {
27483
27485
 
@@ -27624,7 +27626,7 @@ declare namespace chrome {
27624
27626
  /**
27625
27627
  * Injects a script into a target context. By default, the script will be run at `document_idle`, or immediately if the page has already loaded. If the `injectImmediately` property is set, the script will inject without waiting, even if the page has not finished loading. If the script evaluates to a promise, the browser will wait for the promise to settle and return the resulting value.
27626
27628
  *
27627
- * @since Pending
27629
+ * @since Chrome 135
27628
27630
  */
27629
27631
  export function execute(
27630
27632
 
@@ -27634,7 +27636,7 @@ declare namespace chrome {
27634
27636
  /**
27635
27637
  * Injects a script into a target context. By default, the script will be run at `document_idle`, or immediately if the page has already loaded. If the `injectImmediately` property is set, the script will inject without waiting, even if the page has not finished loading. If the script evaluates to a promise, the browser will wait for the promise to settle and return the resulting value.
27636
27638
  *
27637
- * @since Pending
27639
+ * @since Chrome 135
27638
27640
  */
27639
27641
  export function execute(
27640
27642
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "25e2719cef7707df"
8
+ "build-hash": "a70776cfd0eb6d8d"
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.345"
19
+ "version": "0.1.347"
20
20
  }