chrome-types 0.1.344 → 0.1.346
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 +12 -12
- package/index.d.ts +12 -12
- 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 Wed Mar 26 2025 22:32:21 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e5b98cb7ec6e056d0034055539ef3002972a6dc0
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -3959,7 +3959,7 @@ declare namespace chrome {
|
|
|
3959
3959
|
* @chrome-enum "other" Bookmarks which are displayed in the full list of bookmarks on all platforms.
|
|
3960
3960
|
* @chrome-enum "mobile" Bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager.
|
|
3961
3961
|
* @chrome-enum "managed" A top-level folder that may be present if the system administrator or the custodian of a supervised user has configured bookmarks.
|
|
3962
|
-
* @since
|
|
3962
|
+
* @since Chrome 134
|
|
3963
3963
|
*/
|
|
3964
3964
|
export type FolderType = "bookmarks-bar" | "other" | "mobile" | "managed";
|
|
3965
3965
|
|
|
@@ -4022,7 +4022,7 @@ declare namespace chrome {
|
|
|
4022
4022
|
*
|
|
4023
4023
|
* There may be zero, one or multiple nodes of each folder type. A folder may be added or removed by the browser, but not via the extensions API.
|
|
4024
4024
|
*
|
|
4025
|
-
* @since
|
|
4025
|
+
* @since Chrome 134
|
|
4026
4026
|
*/
|
|
4027
4027
|
folderType?: FolderType;
|
|
4028
4028
|
|
|
@@ -4038,7 +4038,7 @@ declare namespace chrome {
|
|
|
4038
4038
|
*
|
|
4039
4039
|
* For managed nodes (nodes where `unmodifiable` is set to `true`), this property will always be `false`.
|
|
4040
4040
|
*
|
|
4041
|
-
* @since
|
|
4041
|
+
* @since Chrome 134
|
|
4042
4042
|
*/
|
|
4043
4043
|
syncing: boolean;
|
|
4044
4044
|
|
|
@@ -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
|
|
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
|
|
23362
|
+
* @since Chrome 135
|
|
23363
23363
|
*/
|
|
23364
23364
|
export function getJobStatus(
|
|
23365
23365
|
|
|
@@ -34596,7 +34596,7 @@ declare namespace chrome {
|
|
|
34596
34596
|
}
|
|
34597
34597
|
|
|
34598
34598
|
/**
|
|
34599
|
-
* @since
|
|
34599
|
+
* @since Chrome 135
|
|
34600
34600
|
*/
|
|
34601
34601
|
export interface InjectionTarget {
|
|
34602
34602
|
|
|
@@ -34622,7 +34622,7 @@ declare namespace chrome {
|
|
|
34622
34622
|
}
|
|
34623
34623
|
|
|
34624
34624
|
/**
|
|
34625
|
-
* @since
|
|
34625
|
+
* @since Chrome 135
|
|
34626
34626
|
*/
|
|
34627
34627
|
export interface InjectionResult {
|
|
34628
34628
|
|
|
@@ -34648,7 +34648,7 @@ declare namespace chrome {
|
|
|
34648
34648
|
}
|
|
34649
34649
|
|
|
34650
34650
|
/**
|
|
34651
|
-
* @since
|
|
34651
|
+
* @since Chrome 135
|
|
34652
34652
|
*/
|
|
34653
34653
|
export interface UserScriptInjection {
|
|
34654
34654
|
|
|
@@ -34795,7 +34795,7 @@ declare namespace chrome {
|
|
|
34795
34795
|
/**
|
|
34796
34796
|
* 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
34797
|
*
|
|
34798
|
-
* @since
|
|
34798
|
+
* @since Chrome 135
|
|
34799
34799
|
*/
|
|
34800
34800
|
export function execute(
|
|
34801
34801
|
|
|
@@ -34805,7 +34805,7 @@ declare namespace chrome {
|
|
|
34805
34805
|
/**
|
|
34806
34806
|
* 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
34807
|
*
|
|
34808
|
-
* @since
|
|
34808
|
+
* @since Chrome 135
|
|
34809
34809
|
*/
|
|
34810
34810
|
export function execute(
|
|
34811
34811
|
|
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 Wed Mar 26 2025 22:32:16 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e5b98cb7ec6e056d0034055539ef3002972a6dc0
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1293,7 +1293,7 @@ declare namespace chrome {
|
|
|
1293
1293
|
* @chrome-enum "other" Bookmarks which are displayed in the full list of bookmarks on all platforms.
|
|
1294
1294
|
* @chrome-enum "mobile" Bookmarks generally available on the user's mobile devices, but modifiable by extension or in the bookmarks manager.
|
|
1295
1295
|
* @chrome-enum "managed" A top-level folder that may be present if the system administrator or the custodian of a supervised user has configured bookmarks.
|
|
1296
|
-
* @since
|
|
1296
|
+
* @since Chrome 134
|
|
1297
1297
|
*/
|
|
1298
1298
|
export type FolderType = "bookmarks-bar" | "other" | "mobile" | "managed";
|
|
1299
1299
|
|
|
@@ -1356,7 +1356,7 @@ declare namespace chrome {
|
|
|
1356
1356
|
*
|
|
1357
1357
|
* There may be zero, one or multiple nodes of each folder type. A folder may be added or removed by the browser, but not via the extensions API.
|
|
1358
1358
|
*
|
|
1359
|
-
* @since
|
|
1359
|
+
* @since Chrome 134
|
|
1360
1360
|
*/
|
|
1361
1361
|
folderType?: FolderType;
|
|
1362
1362
|
|
|
@@ -1372,7 +1372,7 @@ declare namespace chrome {
|
|
|
1372
1372
|
*
|
|
1373
1373
|
* For managed nodes (nodes where `unmodifiable` is set to `true`), this property will always be `false`.
|
|
1374
1374
|
*
|
|
1375
|
-
* @since
|
|
1375
|
+
* @since Chrome 134
|
|
1376
1376
|
*/
|
|
1377
1377
|
syncing: boolean;
|
|
1378
1378
|
|
|
@@ -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
|
|
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
|
|
18130
|
+
* @since Chrome 135
|
|
18131
18131
|
*/
|
|
18132
18132
|
export function getJobStatus(
|
|
18133
18133
|
|
|
@@ -27425,7 +27425,7 @@ declare namespace chrome {
|
|
|
27425
27425
|
}
|
|
27426
27426
|
|
|
27427
27427
|
/**
|
|
27428
|
-
* @since
|
|
27428
|
+
* @since Chrome 135
|
|
27429
27429
|
*/
|
|
27430
27430
|
export interface InjectionTarget {
|
|
27431
27431
|
|
|
@@ -27451,7 +27451,7 @@ declare namespace chrome {
|
|
|
27451
27451
|
}
|
|
27452
27452
|
|
|
27453
27453
|
/**
|
|
27454
|
-
* @since
|
|
27454
|
+
* @since Chrome 135
|
|
27455
27455
|
*/
|
|
27456
27456
|
export interface InjectionResult {
|
|
27457
27457
|
|
|
@@ -27477,7 +27477,7 @@ declare namespace chrome {
|
|
|
27477
27477
|
}
|
|
27478
27478
|
|
|
27479
27479
|
/**
|
|
27480
|
-
* @since
|
|
27480
|
+
* @since Chrome 135
|
|
27481
27481
|
*/
|
|
27482
27482
|
export interface UserScriptInjection {
|
|
27483
27483
|
|
|
@@ -27624,7 +27624,7 @@ declare namespace chrome {
|
|
|
27624
27624
|
/**
|
|
27625
27625
|
* 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
27626
|
*
|
|
27627
|
-
* @since
|
|
27627
|
+
* @since Chrome 135
|
|
27628
27628
|
*/
|
|
27629
27629
|
export function execute(
|
|
27630
27630
|
|
|
@@ -27634,7 +27634,7 @@ declare namespace chrome {
|
|
|
27634
27634
|
/**
|
|
27635
27635
|
* 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
27636
|
*
|
|
27637
|
-
* @since
|
|
27637
|
+
* @since Chrome 135
|
|
27638
27638
|
*/
|
|
27639
27639
|
export function execute(
|
|
27640
27640
|
|
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": "844e0367c2dd1cb6"
|
|
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.346"
|
|
20
20
|
}
|