chrome-types 0.1.396 → 0.1.398
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 +10 -14
- package/index.d.ts +10 -14
- 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 Tue Dec 16 2025 22:33:53 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 49a149415b6f6704432f8de936921bf061e4978c
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -26453,10 +26453,6 @@ declare namespace chrome {
|
|
|
26453
26453
|
* Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
|
|
26454
26454
|
*
|
|
26455
26455
|
* @chrome-permission sessions
|
|
26456
|
-
* @chrome-platform chromeos
|
|
26457
|
-
* @chrome-platform linux
|
|
26458
|
-
* @chrome-platform mac
|
|
26459
|
-
* @chrome-platform win
|
|
26460
26456
|
*/
|
|
26461
26457
|
export namespace sessions {
|
|
26462
26458
|
|
|
@@ -37321,7 +37317,7 @@ declare namespace chrome {
|
|
|
37321
37317
|
*
|
|
37322
37318
|
* @since Chrome 106
|
|
37323
37319
|
*/
|
|
37324
|
-
documentId
|
|
37320
|
+
documentId?: string,
|
|
37325
37321
|
|
|
37326
37322
|
/**
|
|
37327
37323
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -37410,7 +37406,7 @@ declare namespace chrome {
|
|
|
37410
37406
|
*
|
|
37411
37407
|
* @since Chrome 106
|
|
37412
37408
|
*/
|
|
37413
|
-
documentId
|
|
37409
|
+
documentId?: string,
|
|
37414
37410
|
|
|
37415
37411
|
/**
|
|
37416
37412
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -37502,7 +37498,7 @@ declare namespace chrome {
|
|
|
37502
37498
|
*
|
|
37503
37499
|
* @since Chrome 106
|
|
37504
37500
|
*/
|
|
37505
|
-
documentId
|
|
37501
|
+
documentId?: string,
|
|
37506
37502
|
|
|
37507
37503
|
/**
|
|
37508
37504
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -37614,7 +37610,7 @@ declare namespace chrome {
|
|
|
37614
37610
|
*
|
|
37615
37611
|
* @since Chrome 106
|
|
37616
37612
|
*/
|
|
37617
|
-
documentId
|
|
37613
|
+
documentId?: string,
|
|
37618
37614
|
|
|
37619
37615
|
/**
|
|
37620
37616
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -37746,7 +37742,7 @@ declare namespace chrome {
|
|
|
37746
37742
|
*
|
|
37747
37743
|
* @since Chrome 106
|
|
37748
37744
|
*/
|
|
37749
|
-
documentId
|
|
37745
|
+
documentId?: string,
|
|
37750
37746
|
|
|
37751
37747
|
/**
|
|
37752
37748
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -37855,7 +37851,7 @@ declare namespace chrome {
|
|
|
37855
37851
|
*
|
|
37856
37852
|
* @since Chrome 106
|
|
37857
37853
|
*/
|
|
37858
|
-
documentId
|
|
37854
|
+
documentId?: string,
|
|
37859
37855
|
|
|
37860
37856
|
/**
|
|
37861
37857
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -37969,7 +37965,7 @@ declare namespace chrome {
|
|
|
37969
37965
|
*
|
|
37970
37966
|
* @since Chrome 106
|
|
37971
37967
|
*/
|
|
37972
|
-
documentId
|
|
37968
|
+
documentId?: string,
|
|
37973
37969
|
|
|
37974
37970
|
/**
|
|
37975
37971
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -38078,7 +38074,7 @@ declare namespace chrome {
|
|
|
38078
38074
|
*
|
|
38079
38075
|
* @since Chrome 106
|
|
38080
38076
|
*/
|
|
38081
|
-
documentId
|
|
38077
|
+
documentId?: string,
|
|
38082
38078
|
|
|
38083
38079
|
/**
|
|
38084
38080
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
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 Tue Dec 16 2025 22:33:48 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 49a149415b6f6704432f8de936921bf061e4978c
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -18545,10 +18545,6 @@ declare namespace chrome {
|
|
|
18545
18545
|
* Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
|
|
18546
18546
|
*
|
|
18547
18547
|
* @chrome-permission sessions
|
|
18548
|
-
* @chrome-platform chromeos
|
|
18549
|
-
* @chrome-platform linux
|
|
18550
|
-
* @chrome-platform mac
|
|
18551
|
-
* @chrome-platform win
|
|
18552
18548
|
*/
|
|
18553
18549
|
export namespace sessions {
|
|
18554
18550
|
|
|
@@ -27109,7 +27105,7 @@ declare namespace chrome {
|
|
|
27109
27105
|
*
|
|
27110
27106
|
* @since Chrome 106
|
|
27111
27107
|
*/
|
|
27112
|
-
documentId
|
|
27108
|
+
documentId?: string,
|
|
27113
27109
|
|
|
27114
27110
|
/**
|
|
27115
27111
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -27198,7 +27194,7 @@ declare namespace chrome {
|
|
|
27198
27194
|
*
|
|
27199
27195
|
* @since Chrome 106
|
|
27200
27196
|
*/
|
|
27201
|
-
documentId
|
|
27197
|
+
documentId?: string,
|
|
27202
27198
|
|
|
27203
27199
|
/**
|
|
27204
27200
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -27290,7 +27286,7 @@ declare namespace chrome {
|
|
|
27290
27286
|
*
|
|
27291
27287
|
* @since Chrome 106
|
|
27292
27288
|
*/
|
|
27293
|
-
documentId
|
|
27289
|
+
documentId?: string,
|
|
27294
27290
|
|
|
27295
27291
|
/**
|
|
27296
27292
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -27402,7 +27398,7 @@ declare namespace chrome {
|
|
|
27402
27398
|
*
|
|
27403
27399
|
* @since Chrome 106
|
|
27404
27400
|
*/
|
|
27405
|
-
documentId
|
|
27401
|
+
documentId?: string,
|
|
27406
27402
|
|
|
27407
27403
|
/**
|
|
27408
27404
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -27534,7 +27530,7 @@ declare namespace chrome {
|
|
|
27534
27530
|
*
|
|
27535
27531
|
* @since Chrome 106
|
|
27536
27532
|
*/
|
|
27537
|
-
documentId
|
|
27533
|
+
documentId?: string,
|
|
27538
27534
|
|
|
27539
27535
|
/**
|
|
27540
27536
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -27643,7 +27639,7 @@ declare namespace chrome {
|
|
|
27643
27639
|
*
|
|
27644
27640
|
* @since Chrome 106
|
|
27645
27641
|
*/
|
|
27646
|
-
documentId
|
|
27642
|
+
documentId?: string,
|
|
27647
27643
|
|
|
27648
27644
|
/**
|
|
27649
27645
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -27757,7 +27753,7 @@ declare namespace chrome {
|
|
|
27757
27753
|
*
|
|
27758
27754
|
* @since Chrome 106
|
|
27759
27755
|
*/
|
|
27760
|
-
documentId
|
|
27756
|
+
documentId?: string,
|
|
27761
27757
|
|
|
27762
27758
|
/**
|
|
27763
27759
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
|
@@ -27866,7 +27862,7 @@ declare namespace chrome {
|
|
|
27866
27862
|
*
|
|
27867
27863
|
* @since Chrome 106
|
|
27868
27864
|
*/
|
|
27869
|
-
documentId
|
|
27865
|
+
documentId?: string,
|
|
27870
27866
|
|
|
27871
27867
|
/**
|
|
27872
27868
|
* The UUID of the parent document owning this frame. This is not set if there is no parent.
|
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": "5f9c2f862e2b0f74"
|
|
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.398"
|
|
20
20
|
}
|