chrome-types 0.1.172 → 0.1.174
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 +5 -5
- package/index.d.ts +5 -5
- 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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Feb 22 2023 22:27:31 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 6ae88a3bf44b37e944b448b63017448e816872ee
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -6881,7 +6881,7 @@ declare namespace chrome {
|
|
|
6881
6881
|
/**
|
|
6882
6882
|
* Types of supported cryptographic signature algorithms.
|
|
6883
6883
|
*
|
|
6884
|
-
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_MD5\_SHA1" RSASSA PKCS#1 v1.5 signature algorithm with the MD5-SHA-1 hashing. The extension must not prepend a DigestInfo prefix but only add PKCS#1 padding.
|
|
6884
|
+
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_MD5\_SHA1" RSASSA PKCS#1 v1.5 signature algorithm with the MD5-SHA-1 hashing. The extension must not prepend a DigestInfo prefix but only add PKCS#1 padding. This algorithm is deprecated and will never be requested by Chrome as of version 109.
|
|
6885
6885
|
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_SHA1" RSASSA PKCS#1 v1.5 signature algorithm with the SHA-1 hash function.
|
|
6886
6886
|
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_SHA256" RSASSA PKCS#1 v1.5 signature algorithm with the SHA-256 hashing function.
|
|
6887
6887
|
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_SHA384" RSASSA PKCS#1 v1.5 signature algorithm with the SHA-384 hashing function.
|
|
@@ -18871,7 +18871,7 @@ declare namespace chrome {
|
|
|
18871
18871
|
): void;
|
|
18872
18872
|
|
|
18873
18873
|
/**
|
|
18874
|
-
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
|
|
18874
|
+
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
|
|
18875
18875
|
*
|
|
18876
18876
|
* @chrome-returns-extra since Chrome 88
|
|
18877
18877
|
* @param id This should be the id from an item of {@link management.ExtensionInfo}.
|
|
@@ -18884,7 +18884,7 @@ declare namespace chrome {
|
|
|
18884
18884
|
): Promise<void>;
|
|
18885
18885
|
|
|
18886
18886
|
/**
|
|
18887
|
-
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
|
|
18887
|
+
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
|
|
18888
18888
|
*
|
|
18889
18889
|
* @param id This should be the id from an item of {@link management.ExtensionInfo}.
|
|
18890
18890
|
*/
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Wed Feb
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Feb 22 2023 22:27:25 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 6ae88a3bf44b37e944b448b63017448e816872ee
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -3812,7 +3812,7 @@ declare namespace chrome {
|
|
|
3812
3812
|
/**
|
|
3813
3813
|
* Types of supported cryptographic signature algorithms.
|
|
3814
3814
|
*
|
|
3815
|
-
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_MD5\_SHA1" RSASSA PKCS#1 v1.5 signature algorithm with the MD5-SHA-1 hashing. The extension must not prepend a DigestInfo prefix but only add PKCS#1 padding.
|
|
3815
|
+
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_MD5\_SHA1" RSASSA PKCS#1 v1.5 signature algorithm with the MD5-SHA-1 hashing. The extension must not prepend a DigestInfo prefix but only add PKCS#1 padding. This algorithm is deprecated and will never be requested by Chrome as of version 109.
|
|
3816
3816
|
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_SHA1" RSASSA PKCS#1 v1.5 signature algorithm with the SHA-1 hash function.
|
|
3817
3817
|
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_SHA256" RSASSA PKCS#1 v1.5 signature algorithm with the SHA-256 hashing function.
|
|
3818
3818
|
* @chrome-enum "RSASSA\_PKCS1\_v1\_5\_SHA384" RSASSA PKCS#1 v1.5 signature algorithm with the SHA-384 hashing function.
|
|
@@ -14432,7 +14432,7 @@ declare namespace chrome {
|
|
|
14432
14432
|
): void;
|
|
14433
14433
|
|
|
14434
14434
|
/**
|
|
14435
|
-
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
|
|
14435
|
+
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
|
|
14436
14436
|
*
|
|
14437
14437
|
* @chrome-returns-extra since Chrome 88
|
|
14438
14438
|
* @param id This should be the id from an item of {@link management.ExtensionInfo}.
|
|
@@ -14445,7 +14445,7 @@ declare namespace chrome {
|
|
|
14445
14445
|
): Promise<void>;
|
|
14446
14446
|
|
|
14447
14447
|
/**
|
|
14448
|
-
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
|
|
14448
|
+
* Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
|
|
14449
14449
|
*
|
|
14450
14450
|
* @param id This should be the id from an item of {@link management.ExtensionInfo}.
|
|
14451
14451
|
*/
|
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": "7eda04a43b5674ad"
|
|
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.174"
|
|
20
20
|
}
|