chrome-types 0.1.173 → 0.1.175

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 +6 -6
  2. package/index.d.ts +6 -6
  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 Sat Feb 18 2023 22:29:02 GMT+0000 (Coordinated Universal Time)
18
- // Built at 20ff6fdebd8421b1f458b97cb86cb40fe7c7398e
17
+ // Generated on Thu Feb 23 2023 22:28:10 GMT+0000 (Coordinated Universal Time)
18
+ // Built at dcf37a5452c0bbc502f51ef73ea096c8ab7edb1f
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -18871,7 +18871,7 @@ declare namespace chrome {
18871
18871
  ): void;
18872
18872
 
18873
18873
  /**
18874
- * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
18874
+ * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
18875
18875
  *
18876
18876
  * @chrome-returns-extra since Chrome 88
18877
18877
  * @param id This should be the id from an item of {@link management.ExtensionInfo}.
@@ -18884,7 +18884,7 @@ declare namespace chrome {
18884
18884
  ): Promise<void>;
18885
18885
 
18886
18886
  /**
18887
- * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
18887
+ * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
18888
18888
  *
18889
18889
  * @param id This should be the id from an item of {@link management.ExtensionInfo}.
18890
18890
  */
@@ -27591,7 +27591,7 @@ declare namespace chrome {
27591
27591
  /**
27592
27592
  * The maximum amount (in bytes) of data that can be stored in memory, as measured by estimating the dynamically allocated memory usage of every value and key. Updates that would cause this limit to be exceeded fail immediately and set {@link runtime.lastError}.
27593
27593
  */
27594
- QUOTA_BYTES: 1048576,
27594
+ QUOTA_BYTES: 10485760,
27595
27595
  };
27596
27596
 
27597
27597
  /**
@@ -34319,7 +34319,7 @@ declare namespace chrome {
34319
34319
  /**
34320
34320
  * @since Chrome 44
34321
34321
  */
34322
- export type ResourceType = "main_frame" | "sub_frame" | "stylesheet" | "script" | "image" | "font" | "object" | "xmlhttprequest" | "ping" | "csp_report" | "media" | "websocket" | "other";
34322
+ export type ResourceType = "main_frame" | "sub_frame" | "stylesheet" | "script" | "image" | "font" | "object" | "xmlhttprequest" | "ping" | "csp_report" | "media" | "websocket" | "webbundle" | "other";
34323
34323
 
34324
34324
  /**
34325
34325
  * @since Chrome 44
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Sat Feb 18 2023 22:28:56 GMT+0000 (Coordinated Universal Time)
18
- // Built at 20ff6fdebd8421b1f458b97cb86cb40fe7c7398e
17
+ // Generated on Thu Feb 23 2023 22:28:05 GMT+0000 (Coordinated Universal Time)
18
+ // Built at dcf37a5452c0bbc502f51ef73ea096c8ab7edb1f
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -14432,7 +14432,7 @@ declare namespace chrome {
14432
14432
  ): void;
14433
14433
 
14434
14434
  /**
14435
- * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
14435
+ * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
14436
14436
  *
14437
14437
  * @chrome-returns-extra since Chrome 88
14438
14438
  * @param id This should be the id from an item of {@link management.ExtensionInfo}.
@@ -14445,7 +14445,7 @@ declare namespace chrome {
14445
14445
  ): Promise<void>;
14446
14446
 
14447
14447
  /**
14448
- * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app.
14448
+ * Uninstalls a currently installed app or extension. Note: This function does not work in managed environments when the user is not allowed to uninstall the specified extension/app. If the uninstall fails (e.g. the user cancels the dialog) the promise will be rejected or the callback will be called with {@link runtime.lastError} set.
14449
14449
  *
14450
14450
  * @param id This should be the id from an item of {@link management.ExtensionInfo}.
14451
14451
  */
@@ -21412,7 +21412,7 @@ declare namespace chrome {
21412
21412
  /**
21413
21413
  * The maximum amount (in bytes) of data that can be stored in memory, as measured by estimating the dynamically allocated memory usage of every value and key. Updates that would cause this limit to be exceeded fail immediately and set {@link runtime.lastError}.
21414
21414
  */
21415
- QUOTA_BYTES: 1048576,
21415
+ QUOTA_BYTES: 10485760,
21416
21416
  };
21417
21417
 
21418
21418
  /**
@@ -27570,7 +27570,7 @@ declare namespace chrome {
27570
27570
  /**
27571
27571
  * @since Chrome 44
27572
27572
  */
27573
- export type ResourceType = "main_frame" | "sub_frame" | "stylesheet" | "script" | "image" | "font" | "object" | "xmlhttprequest" | "ping" | "csp_report" | "media" | "websocket" | "other";
27573
+ export type ResourceType = "main_frame" | "sub_frame" | "stylesheet" | "script" | "image" | "font" | "object" | "xmlhttprequest" | "ping" | "csp_report" | "media" | "websocket" | "webbundle" | "other";
27574
27574
 
27575
27575
  /**
27576
27576
  * @since Chrome 44
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "1fac81d492da0929"
8
+ "build-hash": "e95fc17f246ca0b1"
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.173"
19
+ "version": "0.1.175"
20
20
  }