chrome-types 0.1.414 → 0.1.415
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 +11 -11
- package/index.d.ts +11 -11
- 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 Thu Jan 29 2026 22:38:22 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 0c1cfac406a9571eeeaa7f69773ac1e40cc4573d
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -4041,7 +4041,7 @@ declare namespace chrome {
|
|
|
4041
4041
|
/**
|
|
4042
4042
|
* The `id` associated with the root level node.
|
|
4043
4043
|
*
|
|
4044
|
-
* @since
|
|
4044
|
+
* @since Chrome 145
|
|
4045
4045
|
*/
|
|
4046
4046
|
export const ROOT_NODE_ID: "0";
|
|
4047
4047
|
|
|
@@ -7894,7 +7894,7 @@ declare namespace chrome {
|
|
|
7894
7894
|
export type UnsupportedRegexReason = "syntaxError" | "memoryLimitExceeded";
|
|
7895
7895
|
|
|
7896
7896
|
/**
|
|
7897
|
-
* @since
|
|
7897
|
+
* @since Chrome 145
|
|
7898
7898
|
*/
|
|
7899
7899
|
export type RuleConditionKeys = "urlFilter" | "regexFilter" | "isUrlFilterCaseSensitive" | "initiatorDomains" | "excludedInitiatorDomains" | "requestDomains" | "excludedRequestDomains" | "topDomains" | "excludedTopDomains" | "domains" | "excludedDomains" | "resourceTypes" | "excludedResourceTypes" | "requestMethods" | "excludedRequestMethods" | "domainType" | "tabIds" | "excludedTabIds" | "responseHeaders" | "excludedResponseHeaders";
|
|
7900
7900
|
|
|
@@ -8149,7 +8149,7 @@ declare namespace chrome {
|
|
|
8149
8149
|
* * Sub-domains of the listed domains are also matched.
|
|
8150
8150
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
8151
8151
|
*
|
|
8152
|
-
* @since
|
|
8152
|
+
* @since Chrome 145
|
|
8153
8153
|
*/
|
|
8154
8154
|
topDomains?: string[];
|
|
8155
8155
|
|
|
@@ -8164,7 +8164,7 @@ declare namespace chrome {
|
|
|
8164
8164
|
* * Sub-domains of the listed domains are also excluded.
|
|
8165
8165
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
8166
8166
|
*
|
|
8167
|
-
* @since
|
|
8167
|
+
* @since Chrome 145
|
|
8168
8168
|
*/
|
|
8169
8169
|
excludedTopDomains?: string[];
|
|
8170
8170
|
|
|
@@ -8481,7 +8481,7 @@ declare namespace chrome {
|
|
|
8481
8481
|
/**
|
|
8482
8482
|
* The associated top-level frame URL (if any) for the request.
|
|
8483
8483
|
*
|
|
8484
|
-
* @since
|
|
8484
|
+
* @since Chrome 145
|
|
8485
8485
|
*/
|
|
8486
8486
|
topUrl?: string;
|
|
8487
8487
|
|
|
@@ -24830,7 +24830,7 @@ declare namespace chrome {
|
|
|
24830
24830
|
*/
|
|
24831
24831
|
sendResponse: (
|
|
24832
24832
|
/**
|
|
24833
|
-
* @since
|
|
24833
|
+
* @since Chrome 145
|
|
24834
24834
|
*/
|
|
24835
24835
|
response?: any,
|
|
24836
24836
|
) => void,
|
|
@@ -24850,7 +24850,7 @@ declare namespace chrome {
|
|
|
24850
24850
|
*/
|
|
24851
24851
|
sendResponse: (
|
|
24852
24852
|
/**
|
|
24853
|
-
* @since
|
|
24853
|
+
* @since Chrome 145
|
|
24854
24854
|
*/
|
|
24855
24855
|
response?: any,
|
|
24856
24856
|
) => void,
|
|
@@ -30964,7 +30964,7 @@ declare namespace chrome {
|
|
|
30964
30964
|
/**
|
|
30965
30965
|
* The ID of the Split View that the tab belongs to.
|
|
30966
30966
|
*
|
|
30967
|
-
* @since
|
|
30967
|
+
* @since Chrome 145
|
|
30968
30968
|
*/
|
|
30969
30969
|
splitViewId?: number;
|
|
30970
30970
|
|
|
@@ -31149,7 +31149,7 @@ declare namespace chrome {
|
|
|
31149
31149
|
/**
|
|
31150
31150
|
* An ID that represents the absence of a split tab.
|
|
31151
31151
|
*
|
|
31152
|
-
* @since
|
|
31152
|
+
* @since Chrome 145
|
|
31153
31153
|
*/
|
|
31154
31154
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
31155
31155
|
|
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 Thu Jan 29 2026 22:38:17 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 0c1cfac406a9571eeeaa7f69773ac1e40cc4573d
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1416,7 +1416,7 @@ declare namespace chrome {
|
|
|
1416
1416
|
/**
|
|
1417
1417
|
* The `id` associated with the root level node.
|
|
1418
1418
|
*
|
|
1419
|
-
* @since
|
|
1419
|
+
* @since Chrome 145
|
|
1420
1420
|
*/
|
|
1421
1421
|
export const ROOT_NODE_ID: "0";
|
|
1422
1422
|
|
|
@@ -4702,7 +4702,7 @@ declare namespace chrome {
|
|
|
4702
4702
|
export type UnsupportedRegexReason = "syntaxError" | "memoryLimitExceeded";
|
|
4703
4703
|
|
|
4704
4704
|
/**
|
|
4705
|
-
* @since
|
|
4705
|
+
* @since Chrome 145
|
|
4706
4706
|
*/
|
|
4707
4707
|
export type RuleConditionKeys = "urlFilter" | "regexFilter" | "isUrlFilterCaseSensitive" | "initiatorDomains" | "excludedInitiatorDomains" | "requestDomains" | "excludedRequestDomains" | "topDomains" | "excludedTopDomains" | "domains" | "excludedDomains" | "resourceTypes" | "excludedResourceTypes" | "requestMethods" | "excludedRequestMethods" | "domainType" | "tabIds" | "excludedTabIds" | "responseHeaders" | "excludedResponseHeaders";
|
|
4708
4708
|
|
|
@@ -4957,7 +4957,7 @@ declare namespace chrome {
|
|
|
4957
4957
|
* * Sub-domains of the listed domains are also matched.
|
|
4958
4958
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
4959
4959
|
*
|
|
4960
|
-
* @since
|
|
4960
|
+
* @since Chrome 145
|
|
4961
4961
|
*/
|
|
4962
4962
|
topDomains?: string[];
|
|
4963
4963
|
|
|
@@ -4972,7 +4972,7 @@ declare namespace chrome {
|
|
|
4972
4972
|
* * Sub-domains of the listed domains are also excluded.
|
|
4973
4973
|
* * For requests with no associated top-level frame (e.g. ServiceWorker initiated requests, the request initiator's domain is considered instead.
|
|
4974
4974
|
*
|
|
4975
|
-
* @since
|
|
4975
|
+
* @since Chrome 145
|
|
4976
4976
|
*/
|
|
4977
4977
|
excludedTopDomains?: string[];
|
|
4978
4978
|
|
|
@@ -5289,7 +5289,7 @@ declare namespace chrome {
|
|
|
5289
5289
|
/**
|
|
5290
5290
|
* The associated top-level frame URL (if any) for the request.
|
|
5291
5291
|
*
|
|
5292
|
-
* @since
|
|
5292
|
+
* @since Chrome 145
|
|
5293
5293
|
*/
|
|
5294
5294
|
topUrl?: string;
|
|
5295
5295
|
|
|
@@ -17612,7 +17612,7 @@ declare namespace chrome {
|
|
|
17612
17612
|
*/
|
|
17613
17613
|
sendResponse: (
|
|
17614
17614
|
/**
|
|
17615
|
-
* @since
|
|
17615
|
+
* @since Chrome 145
|
|
17616
17616
|
*/
|
|
17617
17617
|
response?: any,
|
|
17618
17618
|
) => void,
|
|
@@ -17632,7 +17632,7 @@ declare namespace chrome {
|
|
|
17632
17632
|
*/
|
|
17633
17633
|
sendResponse: (
|
|
17634
17634
|
/**
|
|
17635
|
-
* @since
|
|
17635
|
+
* @since Chrome 145
|
|
17636
17636
|
*/
|
|
17637
17637
|
response?: any,
|
|
17638
17638
|
) => void,
|
|
@@ -22257,7 +22257,7 @@ declare namespace chrome {
|
|
|
22257
22257
|
/**
|
|
22258
22258
|
* The ID of the Split View that the tab belongs to.
|
|
22259
22259
|
*
|
|
22260
|
-
* @since
|
|
22260
|
+
* @since Chrome 145
|
|
22261
22261
|
*/
|
|
22262
22262
|
splitViewId?: number;
|
|
22263
22263
|
|
|
@@ -22442,7 +22442,7 @@ declare namespace chrome {
|
|
|
22442
22442
|
/**
|
|
22443
22443
|
* An ID that represents the absence of a split tab.
|
|
22444
22444
|
*
|
|
22445
|
-
* @since
|
|
22445
|
+
* @since Chrome 145
|
|
22446
22446
|
*/
|
|
22447
22447
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
22448
22448
|
|
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": "177c6b60247436db"
|
|
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.415"
|
|
20
20
|
}
|