chrome-types 0.1.329 → 0.1.330

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 +17 -17
  2. package/index.d.ts +16 -16
  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 Jan 03 2025 22:30:46 GMT+0000 (Coordinated Universal Time)
18
- // Built at b985dd9dd7673857bec65e838f75bec4eff229e0
17
+ // Generated on Wed Jan 08 2025 22:32:32 GMT+0000 (Coordinated Universal Time)
18
+ // Built at a76e388fb0093c10cd2bcaa5d2360c4f98f59922
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -1738,7 +1738,7 @@ declare namespace chrome {
1738
1738
  /**
1739
1739
  * Requests another app to be embedded.
1740
1740
  *
1741
- * @chrome-returns-extra since Pending
1741
+ * @chrome-returns-extra since Chrome 132
1742
1742
  * @param app The extension id of the app to be embedded.
1743
1743
  * @param data Optional developer specified data that the app to be embedded can use when making an embedding decision.
1744
1744
  */
@@ -7030,7 +7030,7 @@ declare namespace chrome {
7030
7030
  /**
7031
7031
  * Details to identify the frame.
7032
7032
  *
7033
- * @since Pending
7033
+ * @since Chrome 132
7034
7034
  */
7035
7035
  export interface FrameDetails {
7036
7036
 
@@ -7454,7 +7454,7 @@ declare namespace chrome {
7454
7454
  /**
7455
7455
  * The partition key for the frame indicated.
7456
7456
  *
7457
- * @since Pending
7457
+ * @since Chrome 132
7458
7458
  */
7459
7459
  export function getPartitionKey(
7460
7460
 
@@ -7470,7 +7470,7 @@ declare namespace chrome {
7470
7470
  /**
7471
7471
  * The partition key for the frame indicated.
7472
7472
  *
7473
- * @since Pending
7473
+ * @since Chrome 132
7474
7474
  */
7475
7475
  export function getPartitionKey(
7476
7476
 
@@ -12261,7 +12261,7 @@ declare namespace chrome {
12261
12261
  /**
12262
12262
  * Use the `chrome.enterprise.kioskInput` API to change input settings for Kiosk sessions. Note: This API is only available to extensions installed by enterprise policy in ChromeOS Kiosk sessions.
12263
12263
  *
12264
- * @since Pending
12264
+ * @since Chrome 132
12265
12265
  * @chrome-permission enterprise.kioskInput
12266
12266
  * @chrome-install-location policy
12267
12267
  * @chrome-platform chromeos
@@ -30747,7 +30747,7 @@ declare namespace chrome {
30747
30747
  /**
30748
30748
  * Whether the tab is frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
30749
30749
  *
30750
- * @since Pending
30750
+ * @since Chrome 132
30751
30751
  */
30752
30752
  frozen: boolean;
30753
30753
 
@@ -30936,7 +30936,7 @@ declare namespace chrome {
30936
30936
  /**
30937
30937
  * The tab's new frozen state.
30938
30938
  *
30939
- * @since Pending
30939
+ * @since Chrome 132
30940
30940
  */
30941
30941
  frozen?: boolean,
30942
30942
 
@@ -31546,7 +31546,7 @@ declare namespace chrome {
31546
31546
  /**
31547
31547
  * Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
31548
31548
  *
31549
- * @since Pending
31549
+ * @since Chrome 132
31550
31550
  */
31551
31551
  frozen?: boolean,
31552
31552
 
@@ -31652,7 +31652,7 @@ declare namespace chrome {
31652
31652
  /**
31653
31653
  * Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
31654
31654
  *
31655
- * @since Pending
31655
+ * @since Chrome 132
31656
31656
  */
31657
31657
  frozen?: boolean,
31658
31658
 
@@ -33078,7 +33078,7 @@ declare namespace chrome {
33078
33078
  /**
33079
33079
  * Options for uninstalling a given language.
33080
33080
  *
33081
- * @since Pending
33081
+ * @since Chrome 132
33082
33082
  */
33083
33083
  export interface LanguageUninstallOptions {
33084
33084
 
@@ -33091,14 +33091,14 @@ declare namespace chrome {
33091
33091
  /**
33092
33092
  * The install status of a voice.
33093
33093
  *
33094
- * @since Pending
33094
+ * @since Chrome 132
33095
33095
  */
33096
33096
  export type LanguageInstallStatus = "notInstalled" | "installing" | "installed" | "failed";
33097
33097
 
33098
33098
  /**
33099
33099
  * Install status of a language.
33100
33100
  *
33101
- * @since Pending
33101
+ * @since Chrome 132
33102
33102
  */
33103
33103
  export interface LanguageStatus {
33104
33104
 
@@ -33266,7 +33266,7 @@ declare namespace chrome {
33266
33266
  /**
33267
33267
  * Fired when a TTS client indicates a language is no longer needed.
33268
33268
  *
33269
- * @since Pending
33269
+ * @since Chrome 132
33270
33270
  */
33271
33271
  export const onUninstallLanguageRequest: events.Event<(
33272
33272
  requestor: TtsClient,
@@ -33277,7 +33277,7 @@ declare namespace chrome {
33277
33277
  /**
33278
33278
  * Fired when a TTS client requests the install status of a language.
33279
33279
  *
33280
- * @since Pending
33280
+ * @since Chrome 132
33281
33281
  */
33282
33282
  export const onLanguageStatusRequest: events.Event<(
33283
33283
  requestor: TtsClient,
@@ -33299,7 +33299,7 @@ declare namespace chrome {
33299
33299
  * Called by an engine when a language install is attempted, and when a language is uninstalled. Also called in response to a status request from a client. When a voice is installed or uninstalled, the engine should also call ttsEngine.updateVoices to register the voice.
33300
33300
  *
33301
33301
  * @param status The install status of the language.
33302
- * @since Pending
33302
+ * @since Chrome 132
33303
33303
  */
33304
33304
  export function updateLanguage(
33305
33305
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Jan 03 2025 22:30:41 GMT+0000 (Coordinated Universal Time)
18
- // Built at b985dd9dd7673857bec65e838f75bec4eff229e0
17
+ // Generated on Wed Jan 08 2025 22:32:27 GMT+0000 (Coordinated Universal Time)
18
+ // Built at a76e388fb0093c10cd2bcaa5d2360c4f98f59922
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -3766,7 +3766,7 @@ declare namespace chrome {
3766
3766
  /**
3767
3767
  * Details to identify the frame.
3768
3768
  *
3769
- * @since Pending
3769
+ * @since Chrome 132
3770
3770
  */
3771
3771
  export interface FrameDetails {
3772
3772
 
@@ -4190,7 +4190,7 @@ declare namespace chrome {
4190
4190
  /**
4191
4191
  * The partition key for the frame indicated.
4192
4192
  *
4193
- * @since Pending
4193
+ * @since Chrome 132
4194
4194
  */
4195
4195
  export function getPartitionKey(
4196
4196
 
@@ -4206,7 +4206,7 @@ declare namespace chrome {
4206
4206
  /**
4207
4207
  * The partition key for the frame indicated.
4208
4208
  *
4209
- * @since Pending
4209
+ * @since Chrome 132
4210
4210
  */
4211
4211
  export function getPartitionKey(
4212
4212
 
@@ -8381,7 +8381,7 @@ declare namespace chrome {
8381
8381
  /**
8382
8382
  * Use the `chrome.enterprise.kioskInput` API to change input settings for Kiosk sessions. Note: This API is only available to extensions installed by enterprise policy in ChromeOS Kiosk sessions.
8383
8383
  *
8384
- * @since Pending
8384
+ * @since Chrome 132
8385
8385
  * @chrome-permission enterprise.kioskInput
8386
8386
  * @chrome-install-location policy
8387
8387
  * @chrome-platform chromeos
@@ -23945,7 +23945,7 @@ declare namespace chrome {
23945
23945
  /**
23946
23946
  * Whether the tab is frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
23947
23947
  *
23948
- * @since Pending
23948
+ * @since Chrome 132
23949
23949
  */
23950
23950
  frozen: boolean;
23951
23951
 
@@ -24134,7 +24134,7 @@ declare namespace chrome {
24134
24134
  /**
24135
24135
  * The tab's new frozen state.
24136
24136
  *
24137
- * @since Pending
24137
+ * @since Chrome 132
24138
24138
  */
24139
24139
  frozen?: boolean,
24140
24140
 
@@ -24596,7 +24596,7 @@ declare namespace chrome {
24596
24596
  /**
24597
24597
  * Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
24598
24598
  *
24599
- * @since Pending
24599
+ * @since Chrome 132
24600
24600
  */
24601
24601
  frozen?: boolean,
24602
24602
 
@@ -24702,7 +24702,7 @@ declare namespace chrome {
24702
24702
  /**
24703
24703
  * Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
24704
24704
  *
24705
- * @since Pending
24705
+ * @since Chrome 132
24706
24706
  */
24707
24707
  frozen?: boolean,
24708
24708
 
@@ -25916,7 +25916,7 @@ declare namespace chrome {
25916
25916
  /**
25917
25917
  * Options for uninstalling a given language.
25918
25918
  *
25919
- * @since Pending
25919
+ * @since Chrome 132
25920
25920
  */
25921
25921
  export interface LanguageUninstallOptions {
25922
25922
 
@@ -25929,14 +25929,14 @@ declare namespace chrome {
25929
25929
  /**
25930
25930
  * The install status of a voice.
25931
25931
  *
25932
- * @since Pending
25932
+ * @since Chrome 132
25933
25933
  */
25934
25934
  export type LanguageInstallStatus = "notInstalled" | "installing" | "installed" | "failed";
25935
25935
 
25936
25936
  /**
25937
25937
  * Install status of a language.
25938
25938
  *
25939
- * @since Pending
25939
+ * @since Chrome 132
25940
25940
  */
25941
25941
  export interface LanguageStatus {
25942
25942
 
@@ -26104,7 +26104,7 @@ declare namespace chrome {
26104
26104
  /**
26105
26105
  * Fired when a TTS client indicates a language is no longer needed.
26106
26106
  *
26107
- * @since Pending
26107
+ * @since Chrome 132
26108
26108
  */
26109
26109
  export const onUninstallLanguageRequest: events.Event<(
26110
26110
  requestor: TtsClient,
@@ -26115,7 +26115,7 @@ declare namespace chrome {
26115
26115
  /**
26116
26116
  * Fired when a TTS client requests the install status of a language.
26117
26117
  *
26118
- * @since Pending
26118
+ * @since Chrome 132
26119
26119
  */
26120
26120
  export const onLanguageStatusRequest: events.Event<(
26121
26121
  requestor: TtsClient,
@@ -26137,7 +26137,7 @@ declare namespace chrome {
26137
26137
  * Called by an engine when a language install is attempted, and when a language is uninstalled. Also called in response to a status request from a client. When a voice is installed or uninstalled, the engine should also call ttsEngine.updateVoices to register the voice.
26138
26138
  *
26139
26139
  * @param status The install status of the language.
26140
- * @since Pending
26140
+ * @since Chrome 132
26141
26141
  */
26142
26142
  export function updateLanguage(
26143
26143
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "1303218adc43c193"
8
+ "build-hash": "a7067afc1aafa064"
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.329"
19
+ "version": "0.1.330"
20
20
  }