chrome-types 0.1.214 → 0.1.215

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 +2 -7
  2. package/index.d.ts +2 -7
  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 Tue Jul 11 2023 22:32:55 GMT+0000 (Coordinated Universal Time)
18
- // Built at cf44bf2d2bf94d518e1bf0a12a05fe26640edb3e
17
+ // Generated on Wed Jul 12 2023 22:33:29 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 13fc6a4553d26b8b8812741cb86f34905fb5a853
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -24676,7 +24676,6 @@ declare namespace chrome {
24676
24676
  * Configures the extension's side panel behavior. This is an upsert operation.
24677
24677
  *
24678
24678
  * @param behavior The new behavior to be set.
24679
- * @since Pending
24680
24679
  */
24681
24680
  export function setPanelBehavior(
24682
24681
 
@@ -24688,7 +24687,6 @@ declare namespace chrome {
24688
24687
  *
24689
24688
  * @param behavior The new behavior to be set.
24690
24689
  * @param callback Called when the new behavior has been set.
24691
- * @since Pending
24692
24690
  */
24693
24691
  export function setPanelBehavior(
24694
24692
 
@@ -24699,8 +24697,6 @@ declare namespace chrome {
24699
24697
 
24700
24698
  /**
24701
24699
  * Returns the extension's current side panel behavior.
24702
- *
24703
- * @since Pending
24704
24700
  */
24705
24701
  export function getPanelBehavior(): Promise<PanelBehavior>;
24706
24702
 
@@ -24708,7 +24704,6 @@ declare namespace chrome {
24708
24704
  * Returns the extension's current side panel behavior.
24709
24705
  *
24710
24706
  * @param callback Called with the extension's side panel behavior.
24711
- * @since Pending
24712
24707
  */
24713
24708
  export function getPanelBehavior(
24714
24709
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Jul 11 2023 22:32:48 GMT+0000 (Coordinated Universal Time)
18
- // Built at cf44bf2d2bf94d518e1bf0a12a05fe26640edb3e
17
+ // Generated on Wed Jul 12 2023 22:33:23 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 13fc6a4553d26b8b8812741cb86f34905fb5a853
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -18815,7 +18815,6 @@ declare namespace chrome {
18815
18815
  * Configures the extension's side panel behavior. This is an upsert operation.
18816
18816
  *
18817
18817
  * @param behavior The new behavior to be set.
18818
- * @since Pending
18819
18818
  */
18820
18819
  export function setPanelBehavior(
18821
18820
 
@@ -18827,7 +18826,6 @@ declare namespace chrome {
18827
18826
  *
18828
18827
  * @param behavior The new behavior to be set.
18829
18828
  * @param callback Called when the new behavior has been set.
18830
- * @since Pending
18831
18829
  */
18832
18830
  export function setPanelBehavior(
18833
18831
 
@@ -18838,8 +18836,6 @@ declare namespace chrome {
18838
18836
 
18839
18837
  /**
18840
18838
  * Returns the extension's current side panel behavior.
18841
- *
18842
- * @since Pending
18843
18839
  */
18844
18840
  export function getPanelBehavior(): Promise<PanelBehavior>;
18845
18841
 
@@ -18847,7 +18843,6 @@ declare namespace chrome {
18847
18843
  * Returns the extension's current side panel behavior.
18848
18844
  *
18849
18845
  * @param callback Called with the extension's side panel behavior.
18850
- * @since Pending
18851
18846
  */
18852
18847
  export function getPanelBehavior(
18853
18848
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "fde133ceb9e86557"
8
+ "build-hash": "c1541e12135648de"
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.214"
19
+ "version": "0.1.215"
20
20
  }