chrome-types 0.1.240 → 0.1.242
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 +7 -6
- package/index.d.ts +7 -6
- 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 Fri Nov 10 2023 22:30:19 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 1a4f48fcb53e7010d05ddd87d3bb771616cfa109
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -6950,7 +6950,7 @@ declare namespace chrome {
|
|
|
6950
6950
|
): void;
|
|
6951
6951
|
|
|
6952
6952
|
/**
|
|
6953
|
-
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first.
|
|
6953
|
+
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first. Only retrieves cookies for domains which the extension has host permissions to
|
|
6954
6954
|
*
|
|
6955
6955
|
* @chrome-returns-extra since Chrome 88
|
|
6956
6956
|
* @param details Information to filter the cookies being retrieved.
|
|
@@ -7004,7 +7004,7 @@ declare namespace chrome {
|
|
|
7004
7004
|
): Promise<Cookie[]>;
|
|
7005
7005
|
|
|
7006
7006
|
/**
|
|
7007
|
-
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first.
|
|
7007
|
+
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first. Only retrieves cookies for domains which the extension has host permissions to
|
|
7008
7008
|
*
|
|
7009
7009
|
* @param details Information to filter the cookies being retrieved.
|
|
7010
7010
|
*/
|
|
@@ -10385,7 +10385,7 @@ declare namespace chrome {
|
|
|
10385
10385
|
*
|
|
10386
10386
|
* The user has accepted the dangerous download.
|
|
10387
10387
|
*/
|
|
10388
|
-
export type DangerType = "file" | "url" | "content" | "uncommon" | "host" | "unwanted" | "safe" | "accepted" | "allowlistedByPolicy" | "asyncScanning" | "passwordProtected" | "blockedTooLarge" | "sensitiveContentWarning" | "sensitiveContentBlock" | "unsupportedFileType" | "deepScannedFailed" | "deepScannedSafe" | "deepScannedOpenedDangerous" | "promptForScanning" | "promptForLocalPasswordScanning" | "accountCompromise";
|
|
10388
|
+
export type DangerType = "file" | "url" | "content" | "uncommon" | "host" | "unwanted" | "safe" | "accepted" | "allowlistedByPolicy" | "asyncScanning" | "asyncLocalPasswordScanning" | "passwordProtected" | "blockedTooLarge" | "sensitiveContentWarning" | "sensitiveContentBlock" | "unsupportedFileType" | "deepScannedFailed" | "deepScannedSafe" | "deepScannedOpenedDangerous" | "promptForScanning" | "promptForLocalPasswordScanning" | "accountCompromise";
|
|
10389
10389
|
|
|
10390
10390
|
/**
|
|
10391
10391
|
* in\_progress
|
|
@@ -21932,8 +21932,9 @@ declare namespace chrome {
|
|
|
21932
21932
|
* @chrome-enum "PRINT\_PREVIEW" Specifies that the job was created from the Print Preview page initiated by the user.
|
|
21933
21933
|
* @chrome-enum "ANDROID\_APP" Specifies that the job was created from an Android App.
|
|
21934
21934
|
* @chrome-enum "EXTENSION" Specifies that the job was created by extension via Chrome API.
|
|
21935
|
+
* @chrome-enum "ISOLATED\_WEB\_APP" Specifies that the job was created by an Isolated Web App via API.
|
|
21935
21936
|
*/
|
|
21936
|
-
export type PrintJobSource = "PRINT_PREVIEW" | "ANDROID_APP" | "EXTENSION";
|
|
21937
|
+
export type PrintJobSource = "PRINT_PREVIEW" | "ANDROID_APP" | "EXTENSION" | "ISOLATED_WEB_APP";
|
|
21937
21938
|
|
|
21938
21939
|
/**
|
|
21939
21940
|
* Specifies the final status of the print job.
|
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 Fri Nov 10 2023 22:30:12 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 1a4f48fcb53e7010d05ddd87d3bb771616cfa109
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -3696,7 +3696,7 @@ declare namespace chrome {
|
|
|
3696
3696
|
): void;
|
|
3697
3697
|
|
|
3698
3698
|
/**
|
|
3699
|
-
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first.
|
|
3699
|
+
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first. Only retrieves cookies for domains which the extension has host permissions to
|
|
3700
3700
|
*
|
|
3701
3701
|
* @chrome-returns-extra since Chrome 88
|
|
3702
3702
|
* @param details Information to filter the cookies being retrieved.
|
|
@@ -3750,7 +3750,7 @@ declare namespace chrome {
|
|
|
3750
3750
|
): Promise<Cookie[]>;
|
|
3751
3751
|
|
|
3752
3752
|
/**
|
|
3753
|
-
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first.
|
|
3753
|
+
* Retrieves all cookies from a single cookie store that match the given information. The cookies returned will be sorted, with those with the longest path first. If multiple cookies have the same path length, those with the earliest creation time will be first. Only retrieves cookies for domains which the extension has host permissions to
|
|
3754
3754
|
*
|
|
3755
3755
|
* @param details Information to filter the cookies being retrieved.
|
|
3756
3756
|
*/
|
|
@@ -6515,7 +6515,7 @@ declare namespace chrome {
|
|
|
6515
6515
|
*
|
|
6516
6516
|
* The user has accepted the dangerous download.
|
|
6517
6517
|
*/
|
|
6518
|
-
export type DangerType = "file" | "url" | "content" | "uncommon" | "host" | "unwanted" | "safe" | "accepted" | "allowlistedByPolicy" | "asyncScanning" | "passwordProtected" | "blockedTooLarge" | "sensitiveContentWarning" | "sensitiveContentBlock" | "unsupportedFileType" | "deepScannedFailed" | "deepScannedSafe" | "deepScannedOpenedDangerous" | "promptForScanning" | "promptForLocalPasswordScanning" | "accountCompromise";
|
|
6518
|
+
export type DangerType = "file" | "url" | "content" | "uncommon" | "host" | "unwanted" | "safe" | "accepted" | "allowlistedByPolicy" | "asyncScanning" | "asyncLocalPasswordScanning" | "passwordProtected" | "blockedTooLarge" | "sensitiveContentWarning" | "sensitiveContentBlock" | "unsupportedFileType" | "deepScannedFailed" | "deepScannedSafe" | "deepScannedOpenedDangerous" | "promptForScanning" | "promptForLocalPasswordScanning" | "accountCompromise";
|
|
6519
6519
|
|
|
6520
6520
|
/**
|
|
6521
6521
|
* in\_progress
|
|
@@ -16696,8 +16696,9 @@ declare namespace chrome {
|
|
|
16696
16696
|
* @chrome-enum "PRINT\_PREVIEW" Specifies that the job was created from the Print Preview page initiated by the user.
|
|
16697
16697
|
* @chrome-enum "ANDROID\_APP" Specifies that the job was created from an Android App.
|
|
16698
16698
|
* @chrome-enum "EXTENSION" Specifies that the job was created by extension via Chrome API.
|
|
16699
|
+
* @chrome-enum "ISOLATED\_WEB\_APP" Specifies that the job was created by an Isolated Web App via API.
|
|
16699
16700
|
*/
|
|
16700
|
-
export type PrintJobSource = "PRINT_PREVIEW" | "ANDROID_APP" | "EXTENSION";
|
|
16701
|
+
export type PrintJobSource = "PRINT_PREVIEW" | "ANDROID_APP" | "EXTENSION" | "ISOLATED_WEB_APP";
|
|
16701
16702
|
|
|
16702
16703
|
/**
|
|
16703
16704
|
* Specifies the final status of the print job.
|
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": "14bba66470c70cfc"
|
|
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.242"
|
|
20
20
|
}
|