chrome-types 0.1.377 → 0.1.378

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 Wed Sep 17 2025 22:33:05 GMT+0000 (Coordinated Universal Time)
18
- // Built at 8371ad7bb8fe4359a4515e60de1700fd77516384
17
+ // Generated on Tue Sep 23 2025 22:32:55 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 1ee791397a82522faf6bac7ffcc6180cbebad93b
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -26685,6 +26685,27 @@ declare namespace chrome {
26685
26685
  path: string;
26686
26686
  }
26687
26687
 
26688
+ /**
26689
+ * @since Pending
26690
+ */
26691
+ export interface PanelClosedInfo {
26692
+
26693
+ /**
26694
+ * The ID of the window where the side panel was closed. This is available for both global and tab-specific panels.
26695
+ */
26696
+ windowId: number;
26697
+
26698
+ /**
26699
+ * The optional ID of the tab where the side panel was closed. This is provided only when the panel is tab-specific.
26700
+ */
26701
+ tabId?: number;
26702
+
26703
+ /**
26704
+ * The path of the local resource within the extension package whose content is displayed in the panel.
26705
+ */
26706
+ path: string;
26707
+ }
26708
+
26688
26709
  /**
26689
26710
  * Fired when the extension's side panel is opened.
26690
26711
  *
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Wed Sep 17 2025 22:33:00 GMT+0000 (Coordinated Universal Time)
18
- // Built at 8371ad7bb8fe4359a4515e60de1700fd77516384
17
+ // Generated on Tue Sep 23 2025 22:32:50 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 1ee791397a82522faf6bac7ffcc6180cbebad93b
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -20801,6 +20801,27 @@ declare namespace chrome {
20801
20801
  path: string;
20802
20802
  }
20803
20803
 
20804
+ /**
20805
+ * @since Pending
20806
+ */
20807
+ export interface PanelClosedInfo {
20808
+
20809
+ /**
20810
+ * The ID of the window where the side panel was closed. This is available for both global and tab-specific panels.
20811
+ */
20812
+ windowId: number;
20813
+
20814
+ /**
20815
+ * The optional ID of the tab where the side panel was closed. This is provided only when the panel is tab-specific.
20816
+ */
20817
+ tabId?: number;
20818
+
20819
+ /**
20820
+ * The path of the local resource within the extension package whose content is displayed in the panel.
20821
+ */
20822
+ path: string;
20823
+ }
20824
+
20804
20825
  /**
20805
20826
  * Fired when the extension's side panel is opened.
20806
20827
  *
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "fe073f2ebb4d9a3e"
8
+ "build-hash": "bb446e22a834cc2c"
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.377"
19
+ "version": "0.1.378"
20
20
  }