chrome-types 0.1.348 → 0.1.349
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 +23 -2
- package/index.d.ts +23 -2
- 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 Mon Apr 28 2025 22:32:15 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at c01b39596f1eecc4240f12e52599905dbf232207
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -30430,6 +30430,13 @@ declare namespace chrome {
|
|
|
30430
30430
|
* The ID of the window that contains the group.
|
|
30431
30431
|
*/
|
|
30432
30432
|
windowId: number;
|
|
30433
|
+
|
|
30434
|
+
/**
|
|
30435
|
+
* Whether the group is shared.
|
|
30436
|
+
*
|
|
30437
|
+
* @since Pending
|
|
30438
|
+
*/
|
|
30439
|
+
shared: boolean;
|
|
30433
30440
|
}
|
|
30434
30441
|
|
|
30435
30442
|
/**
|
|
@@ -30511,6 +30518,13 @@ declare namespace chrome {
|
|
|
30511
30518
|
*/
|
|
30512
30519
|
title?: string,
|
|
30513
30520
|
|
|
30521
|
+
/**
|
|
30522
|
+
* Whether the group is shared.
|
|
30523
|
+
*
|
|
30524
|
+
* @since Pending
|
|
30525
|
+
*/
|
|
30526
|
+
shared?: boolean,
|
|
30527
|
+
|
|
30514
30528
|
/**
|
|
30515
30529
|
* The ID of the parent window, or {@link windows.WINDOW_ID_CURRENT} for the [current window](https://developer.chrome.com/docs/extensions/reference/windows/#current-window).
|
|
30516
30530
|
*/
|
|
@@ -30540,6 +30554,13 @@ declare namespace chrome {
|
|
|
30540
30554
|
*/
|
|
30541
30555
|
title?: string,
|
|
30542
30556
|
|
|
30557
|
+
/**
|
|
30558
|
+
* Whether the group is shared.
|
|
30559
|
+
*
|
|
30560
|
+
* @since Pending
|
|
30561
|
+
*/
|
|
30562
|
+
shared?: boolean,
|
|
30563
|
+
|
|
30543
30564
|
/**
|
|
30544
30565
|
* The ID of the parent window, or {@link windows.WINDOW_ID_CURRENT} for the [current window](https://developer.chrome.com/docs/extensions/reference/windows/#current-window).
|
|
30545
30566
|
*/
|
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 Mon Apr 28 2025 22:32:11 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at c01b39596f1eecc4240f12e52599905dbf232207
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -23651,6 +23651,13 @@ declare namespace chrome {
|
|
|
23651
23651
|
* The ID of the window that contains the group.
|
|
23652
23652
|
*/
|
|
23653
23653
|
windowId: number;
|
|
23654
|
+
|
|
23655
|
+
/**
|
|
23656
|
+
* Whether the group is shared.
|
|
23657
|
+
*
|
|
23658
|
+
* @since Pending
|
|
23659
|
+
*/
|
|
23660
|
+
shared: boolean;
|
|
23654
23661
|
}
|
|
23655
23662
|
|
|
23656
23663
|
/**
|
|
@@ -23732,6 +23739,13 @@ declare namespace chrome {
|
|
|
23732
23739
|
*/
|
|
23733
23740
|
title?: string,
|
|
23734
23741
|
|
|
23742
|
+
/**
|
|
23743
|
+
* Whether the group is shared.
|
|
23744
|
+
*
|
|
23745
|
+
* @since Pending
|
|
23746
|
+
*/
|
|
23747
|
+
shared?: boolean,
|
|
23748
|
+
|
|
23735
23749
|
/**
|
|
23736
23750
|
* The ID of the parent window, or {@link windows.WINDOW_ID_CURRENT} for the [current window](https://developer.chrome.com/docs/extensions/reference/windows/#current-window).
|
|
23737
23751
|
*/
|
|
@@ -23761,6 +23775,13 @@ declare namespace chrome {
|
|
|
23761
23775
|
*/
|
|
23762
23776
|
title?: string,
|
|
23763
23777
|
|
|
23778
|
+
/**
|
|
23779
|
+
* Whether the group is shared.
|
|
23780
|
+
*
|
|
23781
|
+
* @since Pending
|
|
23782
|
+
*/
|
|
23783
|
+
shared?: boolean,
|
|
23784
|
+
|
|
23764
23785
|
/**
|
|
23765
23786
|
* The ID of the parent window, or {@link windows.WINDOW_ID_CURRENT} for the [current window](https://developer.chrome.com/docs/extensions/reference/windows/#current-window).
|
|
23766
23787
|
*/
|
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": "9b728a91f0c41480"
|
|
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.349"
|
|
20
20
|
}
|