chrome-types 0.1.297 → 0.1.299
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 +6 -6
- package/index.d.ts +6 -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 Sat Aug 17 2024 22:31:04 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 4c9a6c1b7fcd2e6de3e3541848f1f231babe6a17
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -7939,7 +7939,7 @@ declare namespace chrome {
|
|
|
7939
7939
|
}
|
|
7940
7940
|
|
|
7941
7941
|
/**
|
|
7942
|
-
* @since
|
|
7942
|
+
* @since Chrome 128
|
|
7943
7943
|
*/
|
|
7944
7944
|
export interface HeaderInfo {
|
|
7945
7945
|
|
|
@@ -8128,14 +8128,14 @@ declare namespace chrome {
|
|
|
8128
8128
|
/**
|
|
8129
8129
|
* Rule matches if the request matches any response header condition in this list (if specified).
|
|
8130
8130
|
*
|
|
8131
|
-
* @since
|
|
8131
|
+
* @since Chrome 128
|
|
8132
8132
|
*/
|
|
8133
8133
|
responseHeaders?: HeaderInfo[];
|
|
8134
8134
|
|
|
8135
8135
|
/**
|
|
8136
8136
|
* Rule does not match if the request matches any response header condition in this list (if specified). If both `excludedResponseHeaders` and `responseHeaders` are specified, then the `excludedResponseHeaders` property takes precedence.
|
|
8137
8137
|
*
|
|
8138
|
-
* @since
|
|
8138
|
+
* @since Chrome 128
|
|
8139
8139
|
*/
|
|
8140
8140
|
excludedResponseHeaders?: HeaderInfo[];
|
|
8141
8141
|
}
|
|
@@ -30380,7 +30380,7 @@ declare namespace chrome {
|
|
|
30380
30380
|
*
|
|
30381
30381
|
* @since Chrome 121
|
|
30382
30382
|
*/
|
|
30383
|
-
lastAccessed
|
|
30383
|
+
lastAccessed: number;
|
|
30384
30384
|
|
|
30385
30385
|
/**
|
|
30386
30386
|
* Whether the tab is highlighted.
|
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 Sat Aug 17 2024 22:31:00 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 4c9a6c1b7fcd2e6de3e3541848f1f231babe6a17
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -4685,7 +4685,7 @@ declare namespace chrome {
|
|
|
4685
4685
|
}
|
|
4686
4686
|
|
|
4687
4687
|
/**
|
|
4688
|
-
* @since
|
|
4688
|
+
* @since Chrome 128
|
|
4689
4689
|
*/
|
|
4690
4690
|
export interface HeaderInfo {
|
|
4691
4691
|
|
|
@@ -4874,14 +4874,14 @@ declare namespace chrome {
|
|
|
4874
4874
|
/**
|
|
4875
4875
|
* Rule matches if the request matches any response header condition in this list (if specified).
|
|
4876
4876
|
*
|
|
4877
|
-
* @since
|
|
4877
|
+
* @since Chrome 128
|
|
4878
4878
|
*/
|
|
4879
4879
|
responseHeaders?: HeaderInfo[];
|
|
4880
4880
|
|
|
4881
4881
|
/**
|
|
4882
4882
|
* Rule does not match if the request matches any response header condition in this list (if specified). If both `excludedResponseHeaders` and `responseHeaders` are specified, then the `excludedResponseHeaders` property takes precedence.
|
|
4883
4883
|
*
|
|
4884
|
-
* @since
|
|
4884
|
+
* @since Chrome 128
|
|
4885
4885
|
*/
|
|
4886
4886
|
excludedResponseHeaders?: HeaderInfo[];
|
|
4887
4887
|
}
|
|
@@ -23592,7 +23592,7 @@ declare namespace chrome {
|
|
|
23592
23592
|
*
|
|
23593
23593
|
* @since Chrome 121
|
|
23594
23594
|
*/
|
|
23595
|
-
lastAccessed
|
|
23595
|
+
lastAccessed: number;
|
|
23596
23596
|
|
|
23597
23597
|
/**
|
|
23598
23598
|
* Whether the tab is highlighted.
|
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": "dd07995f779d780e"
|
|
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.299"
|
|
20
20
|
}
|