chrome-types 0.1.369 → 0.1.371

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 +24 -8
  2. package/index.d.ts +24 -8
  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 Fri Aug 08 2025 22:33:05 GMT+0000 (Coordinated Universal Time)
18
- // Built at 58f5aa9e0051fa0b8f97c422d69ce9a80c9e42fd
17
+ // Generated on Sat Aug 16 2025 22:32:37 GMT+0000 (Coordinated Universal Time)
18
+ // Built at ef373820fec1dd17029b92b3c2b79db1c8e9ae29
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -7531,10 +7531,6 @@ declare namespace chrome {
7531
7531
  * The `chrome.debugger` API serves as an alternate transport for Chrome's [remote debugging protocol](https://developer.chrome.com/devtools/docs/debugger-protocol). Use `chrome.debugger` to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, and more. Use the {@link Debuggee} property `tabId` to target tabs with `sendCommand` and route events by `tabId` from `onEvent` callbacks.
7532
7532
  *
7533
7533
  * @chrome-permission debugger
7534
- * @chrome-platform chromeos
7535
- * @chrome-platform linux
7536
- * @chrome-platform mac
7537
- * @chrome-platform win
7538
7534
  */
7539
7535
  namespace _debugger {
7540
7536
 
@@ -24584,10 +24580,9 @@ declare namespace chrome {
24584
24580
  * @chrome-enum "cros" Specifies the Chrome operating system.
24585
24581
  * @chrome-enum "linux" Specifies the Linux operating system.
24586
24582
  * @chrome-enum "openbsd" Specifies the OpenBSD operating system.
24587
- * @chrome-enum "fuchsia" Specifies the Fuchsia operating system.
24588
24583
  * @since Chrome 44
24589
24584
  */
24590
- export type PlatformOs = "mac" | "win" | "android" | "cros" | "linux" | "openbsd" | "fuchsia";
24585
+ export type PlatformOs = "mac" | "win" | "android" | "cros" | "linux" | "openbsd";
24591
24586
 
24592
24587
  /**
24593
24588
  * The machine's processor architecture.
@@ -26660,6 +26655,27 @@ declare namespace chrome {
26660
26655
  tabId?: number;
26661
26656
  }
26662
26657
 
26658
+ /**
26659
+ * @since Pending
26660
+ */
26661
+ export interface PanelOpenedInfo {
26662
+
26663
+ /**
26664
+ * The ID of the window where the side panel is opened. This is available for both global and tab-specific panels.
26665
+ */
26666
+ windowId: number;
26667
+
26668
+ /**
26669
+ * The optional ID of the tab where the side panel is opened. This is provided only when the panel is tab-specific.
26670
+ */
26671
+ tabId?: number;
26672
+
26673
+ /**
26674
+ * The path of the local resource within the extension package whose content is displayed in the panel.
26675
+ */
26676
+ path: string;
26677
+ }
26678
+
26663
26679
  /**
26664
26680
  * Configures the side panel.
26665
26681
  *
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Aug 08 2025 22:33:00 GMT+0000 (Coordinated Universal Time)
18
- // Built at 58f5aa9e0051fa0b8f97c422d69ce9a80c9e42fd
17
+ // Generated on Sat Aug 16 2025 22:32:33 GMT+0000 (Coordinated Universal Time)
18
+ // Built at ef373820fec1dd17029b92b3c2b79db1c8e9ae29
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -4283,10 +4283,6 @@ declare namespace chrome {
4283
4283
  * The `chrome.debugger` API serves as an alternate transport for Chrome's [remote debugging protocol](https://developer.chrome.com/devtools/docs/debugger-protocol). Use `chrome.debugger` to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, and more. Use the {@link Debuggee} property `tabId` to target tabs with `sendCommand` and route events by `tabId` from `onEvent` callbacks.
4284
4284
  *
4285
4285
  * @chrome-permission debugger
4286
- * @chrome-platform chromeos
4287
- * @chrome-platform linux
4288
- * @chrome-platform mac
4289
- * @chrome-platform win
4290
4286
  */
4291
4287
  namespace _debugger {
4292
4288
 
@@ -19329,10 +19325,9 @@ declare namespace chrome {
19329
19325
  * @chrome-enum "cros" Specifies the Chrome operating system.
19330
19326
  * @chrome-enum "linux" Specifies the Linux operating system.
19331
19327
  * @chrome-enum "openbsd" Specifies the OpenBSD operating system.
19332
- * @chrome-enum "fuchsia" Specifies the Fuchsia operating system.
19333
19328
  * @since Chrome 44
19334
19329
  */
19335
- export type PlatformOs = "mac" | "win" | "android" | "cros" | "linux" | "openbsd" | "fuchsia";
19330
+ export type PlatformOs = "mac" | "win" | "android" | "cros" | "linux" | "openbsd";
19336
19331
 
19337
19332
  /**
19338
19333
  * The machine's processor architecture.
@@ -20776,6 +20771,27 @@ declare namespace chrome {
20776
20771
  tabId?: number;
20777
20772
  }
20778
20773
 
20774
+ /**
20775
+ * @since Pending
20776
+ */
20777
+ export interface PanelOpenedInfo {
20778
+
20779
+ /**
20780
+ * The ID of the window where the side panel is opened. This is available for both global and tab-specific panels.
20781
+ */
20782
+ windowId: number;
20783
+
20784
+ /**
20785
+ * The optional ID of the tab where the side panel is opened. This is provided only when the panel is tab-specific.
20786
+ */
20787
+ tabId?: number;
20788
+
20789
+ /**
20790
+ * The path of the local resource within the extension package whose content is displayed in the panel.
20791
+ */
20792
+ path: string;
20793
+ }
20794
+
20779
20795
  /**
20780
20796
  * Configures the side panel.
20781
20797
  *
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "c3fe895558822a95"
8
+ "build-hash": "d39998650a793fbd"
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.369"
19
+ "version": "0.1.371"
20
20
  }