chrome-types 0.1.372 → 0.1.373

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 +23 -2
  2. package/index.d.ts +23 -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 Aug 21 2025 22:32:46 GMT+0000 (Coordinated Universal Time)
18
- // Built at 0985f026222f7b539a5428a5c96aa19bdcf235dc
17
+ // Generated on Mon Aug 25 2025 22:34:24 GMT+0000 (Coordinated Universal Time)
18
+ // Built at f6a160fe6b8378fc2e61dd84e286e3493d6da59a
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -26656,6 +26656,27 @@ declare namespace chrome {
26656
26656
  tabId?: number;
26657
26657
  }
26658
26658
 
26659
+ /**
26660
+ * @since Pending
26661
+ */
26662
+ export interface PanelOpenedInfo {
26663
+
26664
+ /**
26665
+ * The ID of the window where the side panel is opened. This is available for both global and tab-specific panels.
26666
+ */
26667
+ windowId: number;
26668
+
26669
+ /**
26670
+ * The optional ID of the tab where the side panel is opened. This is provided only when the panel is tab-specific.
26671
+ */
26672
+ tabId?: number;
26673
+
26674
+ /**
26675
+ * The path of the local resource within the extension package whose content is displayed in the panel.
26676
+ */
26677
+ path: string;
26678
+ }
26679
+
26659
26680
  /**
26660
26681
  * Configures the side panel.
26661
26682
  *
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Aug 21 2025 22:32:41 GMT+0000 (Coordinated Universal Time)
18
- // Built at 0985f026222f7b539a5428a5c96aa19bdcf235dc
17
+ // Generated on Mon Aug 25 2025 22:34:19 GMT+0000 (Coordinated Universal Time)
18
+ // Built at f6a160fe6b8378fc2e61dd84e286e3493d6da59a
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -20772,6 +20772,27 @@ declare namespace chrome {
20772
20772
  tabId?: number;
20773
20773
  }
20774
20774
 
20775
+ /**
20776
+ * @since Pending
20777
+ */
20778
+ export interface PanelOpenedInfo {
20779
+
20780
+ /**
20781
+ * The ID of the window where the side panel is opened. This is available for both global and tab-specific panels.
20782
+ */
20783
+ windowId: number;
20784
+
20785
+ /**
20786
+ * The optional ID of the tab where the side panel is opened. This is provided only when the panel is tab-specific.
20787
+ */
20788
+ tabId?: number;
20789
+
20790
+ /**
20791
+ * The path of the local resource within the extension package whose content is displayed in the panel.
20792
+ */
20793
+ path: string;
20794
+ }
20795
+
20775
20796
  /**
20776
20797
  * Configures the side panel.
20777
20798
  *
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "6a00907b1f44d61c"
8
+ "build-hash": "ffc96a8aa57bbde1"
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.372"
19
+ "version": "0.1.373"
20
20
  }