chrome-types 0.1.133 → 0.1.134

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 +20 -9
  2. package/index.d.ts +20 -9
  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 25 2022 22:30:15 GMT+0000 (Coordinated Universal Time)
18
- // Built at f2b88766ebdfe0a7bc7e80edc7839ef95dffe2d2
17
+ // Generated on Tue Aug 30 2022 22:29:28 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 2dcd5aa99fd73de21a01369f46f13f5f0109016d
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -2347,6 +2347,16 @@ declare namespace chrome {
2347
2347
  */
2348
2348
  name?: string;
2349
2349
 
2350
+ /**
2351
+ * Explains what will happen when the doDefault action is performed.
2352
+ */
2353
+ doDefaultLabel?: string;
2354
+
2355
+ /**
2356
+ * Explains what will happen when the long click action is performed.
2357
+ */
2358
+ longClickLabel?: string;
2359
+
2350
2360
  /**
2351
2361
  * The tooltip of the node, if any.
2352
2362
  */
@@ -10459,7 +10469,7 @@ declare namespace chrome {
10459
10469
  /**
10460
10470
  * Mirrors [SystemAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-systemaudiopreferenceenum).
10461
10471
  *
10462
- * @since Pending
10472
+ * @since Chrome 105
10463
10473
  */
10464
10474
  export type SystemAudioPreferenceEnum = "include" | "exclude";
10465
10475
 
@@ -11070,7 +11080,7 @@ declare namespace chrome {
11070
11080
  /**
11071
11081
  * Use the `chrome.devtools.recorder` API to customize the Recorder panel in DevTools.
11072
11082
  *
11073
- * @since Pending
11083
+ * @since Chrome 105
11074
11084
  */
11075
11085
  export namespace devtools.recorder {
11076
11086
 
@@ -11814,7 +11824,7 @@ declare namespace chrome {
11814
11824
  }
11815
11825
 
11816
11826
  /**
11817
- * @since Pending
11827
+ * @since Chrome 105
11818
11828
  */
11819
11829
  export interface UiOptions {
11820
11830
 
@@ -12107,8 +12117,9 @@ declare namespace chrome {
12107
12117
  /**
12108
12118
  * Change the download UI of every window associated with the current browser profile. As long as at least one extension has set {@link UiOptions.enabled} to false, the download UI will be hidden. Setting {@link UiOptions.enabled} to true while at least one other extension has disabled it will return an error through {@link runtime.lastError}. Requires the `"downloads.ui"` permission in addition to the `"downloads"` permission.
12109
12119
  *
12120
+ * @chrome-returns-extra since Pending
12110
12121
  * @param options Encapsulate a change to the download UI.
12111
- * @since Pending
12122
+ * @since Chrome 105
12112
12123
  */
12113
12124
  export function setUiOptions(
12114
12125
 
@@ -12120,7 +12131,7 @@ declare namespace chrome {
12120
12131
  *
12121
12132
  * @param options Encapsulate a change to the download UI.
12122
12133
  * @param callback Called when the UI update is completed.
12123
- * @since Pending
12134
+ * @since Chrome 105
12124
12135
  */
12125
12136
  export function setUiOptions(
12126
12137
 
@@ -16395,7 +16406,7 @@ declare namespace chrome {
16395
16406
  }
16396
16407
 
16397
16408
  /**
16398
- * @since Pending
16409
+ * @since Chrome 105
16399
16410
  */
16400
16411
  export interface GetAuthTokenResult {
16401
16412
 
@@ -16474,7 +16485,7 @@ declare namespace chrome {
16474
16485
 
16475
16486
  callback?: (
16476
16487
  /**
16477
- * @since Pending
16488
+ * @since Chrome 105
16478
16489
  */
16479
16490
  result: GetAuthTokenResult,
16480
16491
  ) => void,
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Aug 25 2022 22:30:10 GMT+0000 (Coordinated Universal Time)
18
- // Built at f2b88766ebdfe0a7bc7e80edc7839ef95dffe2d2
17
+ // Generated on Tue Aug 30 2022 22:29:23 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 2dcd5aa99fd73de21a01369f46f13f5f0109016d
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -1597,6 +1597,16 @@ declare namespace chrome {
1597
1597
  */
1598
1598
  name?: string;
1599
1599
 
1600
+ /**
1601
+ * Explains what will happen when the doDefault action is performed.
1602
+ */
1603
+ doDefaultLabel?: string;
1604
+
1605
+ /**
1606
+ * Explains what will happen when the long click action is performed.
1607
+ */
1608
+ longClickLabel?: string;
1609
+
1600
1610
  /**
1601
1611
  * The tooltip of the node, if any.
1602
1612
  */
@@ -6712,7 +6722,7 @@ declare namespace chrome {
6712
6722
  /**
6713
6723
  * Mirrors [SystemAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-systemaudiopreferenceenum).
6714
6724
  *
6715
- * @since Pending
6725
+ * @since Chrome 105
6716
6726
  */
6717
6727
  export type SystemAudioPreferenceEnum = "include" | "exclude";
6718
6728
 
@@ -7323,7 +7333,7 @@ declare namespace chrome {
7323
7333
  /**
7324
7334
  * Use the `chrome.devtools.recorder` API to customize the Recorder panel in DevTools.
7325
7335
  *
7326
- * @since Pending
7336
+ * @since Chrome 105
7327
7337
  */
7328
7338
  export namespace devtools.recorder {
7329
7339
 
@@ -8000,7 +8010,7 @@ declare namespace chrome {
8000
8010
  }
8001
8011
 
8002
8012
  /**
8003
- * @since Pending
8013
+ * @since Chrome 105
8004
8014
  */
8005
8015
  export interface UiOptions {
8006
8016
 
@@ -8293,8 +8303,9 @@ declare namespace chrome {
8293
8303
  /**
8294
8304
  * Change the download UI of every window associated with the current browser profile. As long as at least one extension has set {@link UiOptions.enabled} to false, the download UI will be hidden. Setting {@link UiOptions.enabled} to true while at least one other extension has disabled it will return an error through {@link runtime.lastError}. Requires the `"downloads.ui"` permission in addition to the `"downloads"` permission.
8295
8305
  *
8306
+ * @chrome-returns-extra since Pending
8296
8307
  * @param options Encapsulate a change to the download UI.
8297
- * @since Pending
8308
+ * @since Chrome 105
8298
8309
  */
8299
8310
  export function setUiOptions(
8300
8311
 
@@ -8306,7 +8317,7 @@ declare namespace chrome {
8306
8317
  *
8307
8318
  * @param options Encapsulate a change to the download UI.
8308
8319
  * @param callback Called when the UI update is completed.
8309
- * @since Pending
8320
+ * @since Chrome 105
8310
8321
  */
8311
8322
  export function setUiOptions(
8312
8323
 
@@ -11911,7 +11922,7 @@ declare namespace chrome {
11911
11922
  }
11912
11923
 
11913
11924
  /**
11914
- * @since Pending
11925
+ * @since Chrome 105
11915
11926
  */
11916
11927
  export interface GetAuthTokenResult {
11917
11928
 
@@ -11990,7 +12001,7 @@ declare namespace chrome {
11990
12001
 
11991
12002
  callback?: (
11992
12003
  /**
11993
- * @since Pending
12004
+ * @since Chrome 105
11994
12005
  */
11995
12006
  result: GetAuthTokenResult,
11996
12007
  ) => void,
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "b7370cb061dea296"
8
+ "build-hash": "dd50d3542dc61435"
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.133"
19
+ "version": "0.1.134"
20
20
  }