chrome-types 0.1.413 → 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.
Files changed (3) hide show
  1. package/_all.d.ts +12 -12
  2. package/index.d.ts +12 -12
  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 Thu Jan 15 2026 11:43:50 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7f45e81fc971d00098ea2181318d14d3bb9486ea
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 Pending
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 Pending
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 Pending
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 Pending
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 Pending
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 Pending
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 Pending
24853
+ * @since Chrome 145
24854
24854
  */
24855
24855
  response?: any,
24856
24856
  ) => void,
@@ -26604,7 +26604,7 @@ declare namespace chrome {
26604
26604
  windowId?: number;
26605
26605
 
26606
26606
  /**
26607
- * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. At least one of this or `windowId` must be provided.
26607
+ * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. If only the global side panel is open, the promise returned by the call to `close()` will reject with an error. This behavior was changed in Chrome 145, with prior versions falling back to closing the global panel. At least one of this or `windowId` must be provided.
26608
26608
  */
26609
26609
  tabId?: number;
26610
26610
  }
@@ -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 Pending
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 Pending
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 Thu Jan 15 2026 11:43:45 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7f45e81fc971d00098ea2181318d14d3bb9486ea
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 Pending
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 Pending
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 Pending
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 Pending
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 Pending
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 Pending
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 Pending
17635
+ * @since Chrome 145
17636
17636
  */
17637
17637
  response?: any,
17638
17638
  ) => void,
@@ -18780,7 +18780,7 @@ declare namespace chrome {
18780
18780
  windowId?: number;
18781
18781
 
18782
18782
  /**
18783
- * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. At least one of this or `windowId` must be provided.
18783
+ * The tab in which to close the side panel. If a tab-specific side panel is open in the specified tab, it will be closed for that tab. If only the global side panel is open, the promise returned by the call to `close()` will reject with an error. This behavior was changed in Chrome 145, with prior versions falling back to closing the global panel. At least one of this or `windowId` must be provided.
18784
18784
  */
18785
18785
  tabId?: number;
18786
18786
  }
@@ -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 Pending
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 Pending
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": "3bb213a25a4c8556"
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.413"
19
+ "version": "0.1.415"
20
20
  }