chrome-types 0.1.348 → 0.1.350

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 +28 -2
  2. package/index.d.ts +28 -2
  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 Apr 24 2025 22:32:38 GMT+0000 (Coordinated Universal Time)
18
- // Built at c1eaaec5480d69577b4f8e79ecaaa2c12c836f7d
17
+ // Generated on Tue May 13 2025 10:59:58 GMT+0000 (Coordinated Universal Time)
18
+ // Built at e3687ca9aaa4383bd3200f5fd056fa07a90b6954
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -10234,9 +10234,14 @@ declare namespace chrome {
10234
10234
 
10235
10235
  /**
10236
10236
  * @param resource A {@link devtools.inspectedWindow.Resource} object for the resource that was clicked.
10237
+ * @param lineNumber Specifies the line number within the resource that was clicked.
10237
10238
  */
10238
10239
  callback?: (
10239
10240
  resource: devtools.inspectedWindow.Resource,
10241
+ /**
10242
+ * @since Pending
10243
+ */
10244
+ lineNumber: number,
10240
10245
  ) => void,
10241
10246
  ): void;
10242
10247
 
@@ -30430,6 +30435,13 @@ declare namespace chrome {
30430
30435
  * The ID of the window that contains the group.
30431
30436
  */
30432
30437
  windowId: number;
30438
+
30439
+ /**
30440
+ * Whether the group is shared.
30441
+ *
30442
+ * @since Pending
30443
+ */
30444
+ shared: boolean;
30433
30445
  }
30434
30446
 
30435
30447
  /**
@@ -30511,6 +30523,13 @@ declare namespace chrome {
30511
30523
  */
30512
30524
  title?: string,
30513
30525
 
30526
+ /**
30527
+ * Whether the group is shared.
30528
+ *
30529
+ * @since Pending
30530
+ */
30531
+ shared?: boolean,
30532
+
30514
30533
  /**
30515
30534
  * 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
30535
  */
@@ -30540,6 +30559,13 @@ declare namespace chrome {
30540
30559
  */
30541
30560
  title?: string,
30542
30561
 
30562
+ /**
30563
+ * Whether the group is shared.
30564
+ *
30565
+ * @since Pending
30566
+ */
30567
+ shared?: boolean,
30568
+
30543
30569
  /**
30544
30570
  * 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
30571
  */
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Apr 24 2025 22:32:33 GMT+0000 (Coordinated Universal Time)
18
- // Built at c1eaaec5480d69577b4f8e79ecaaa2c12c836f7d
17
+ // Generated on Tue May 13 2025 10:59:53 GMT+0000 (Coordinated Universal Time)
18
+ // Built at e3687ca9aaa4383bd3200f5fd056fa07a90b6954
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -6444,9 +6444,14 @@ declare namespace chrome {
6444
6444
 
6445
6445
  /**
6446
6446
  * @param resource A {@link devtools.inspectedWindow.Resource} object for the resource that was clicked.
6447
+ * @param lineNumber Specifies the line number within the resource that was clicked.
6447
6448
  */
6448
6449
  callback?: (
6449
6450
  resource: devtools.inspectedWindow.Resource,
6451
+ /**
6452
+ * @since Pending
6453
+ */
6454
+ lineNumber: number,
6450
6455
  ) => void,
6451
6456
  ): void;
6452
6457
 
@@ -23651,6 +23656,13 @@ declare namespace chrome {
23651
23656
  * The ID of the window that contains the group.
23652
23657
  */
23653
23658
  windowId: number;
23659
+
23660
+ /**
23661
+ * Whether the group is shared.
23662
+ *
23663
+ * @since Pending
23664
+ */
23665
+ shared: boolean;
23654
23666
  }
23655
23667
 
23656
23668
  /**
@@ -23732,6 +23744,13 @@ declare namespace chrome {
23732
23744
  */
23733
23745
  title?: string,
23734
23746
 
23747
+ /**
23748
+ * Whether the group is shared.
23749
+ *
23750
+ * @since Pending
23751
+ */
23752
+ shared?: boolean,
23753
+
23735
23754
  /**
23736
23755
  * 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
23756
  */
@@ -23761,6 +23780,13 @@ declare namespace chrome {
23761
23780
  */
23762
23781
  title?: string,
23763
23782
 
23783
+ /**
23784
+ * Whether the group is shared.
23785
+ *
23786
+ * @since Pending
23787
+ */
23788
+ shared?: boolean,
23789
+
23764
23790
  /**
23765
23791
  * 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
23792
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "b006ab0966f12523"
8
+ "build-hash": "5adafb56a337a092"
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.348"
19
+ "version": "0.1.350"
20
20
  }