chrome-types 0.1.84 → 0.1.85

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 +11 -4
  2. package/index.d.ts +11 -4
  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 Jan 27 2022 22:27:05 GMT+0000 (Coordinated Universal Time)
18
- // Built at cf396c239436e0250cece84a6ec008fcce6a6cff
17
+ // Generated on Fri Jan 28 2022 04:52:02 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b6e837b5eb177ef37cdb563a6ba7895960619541
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -31491,6 +31491,13 @@ declare namespace chrome {
31491
31491
  requestDetailsJson: string;
31492
31492
  }
31493
31493
 
31494
+ export interface DOMExceptionDetails {
31495
+
31496
+ name: string;
31497
+
31498
+ message: string;
31499
+ }
31500
+
31494
31501
  export interface CreateResponseDetails {
31495
31502
 
31496
31503
  /**
@@ -31499,9 +31506,9 @@ declare namespace chrome {
31499
31506
  requestId: number;
31500
31507
 
31501
31508
  /**
31502
- * The `name` property of the `DOMException`, if any, yielded by the remote request.
31509
+ * The `DOMException`, if any, yielded by the remote request.
31503
31510
  */
31504
- errorName?: string;
31511
+ error?: DOMExceptionDetails;
31505
31512
 
31506
31513
  /**
31507
31514
  * A JSON serialized representation of the `PublicKeyCredential` (https://w3c.github.io/webauthn/#publickeycredential), if any, yielded by the remote request.
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Jan 27 2022 22:27:00 GMT+0000 (Coordinated Universal Time)
18
- // Built at cf396c239436e0250cece84a6ec008fcce6a6cff
17
+ // Generated on Fri Jan 28 2022 04:51:58 GMT+0000 (Coordinated Universal Time)
18
+ // Built at b6e837b5eb177ef37cdb563a6ba7895960619541
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -20777,6 +20777,13 @@ declare namespace chrome {
20777
20777
  requestDetailsJson: string;
20778
20778
  }
20779
20779
 
20780
+ export interface DOMExceptionDetails {
20781
+
20782
+ name: string;
20783
+
20784
+ message: string;
20785
+ }
20786
+
20780
20787
  export interface CreateResponseDetails {
20781
20788
 
20782
20789
  /**
@@ -20785,9 +20792,9 @@ declare namespace chrome {
20785
20792
  requestId: number;
20786
20793
 
20787
20794
  /**
20788
- * The `name` property of the `DOMException`, if any, yielded by the remote request.
20795
+ * The `DOMException`, if any, yielded by the remote request.
20789
20796
  */
20790
- errorName?: string;
20797
+ error?: DOMExceptionDetails;
20791
20798
 
20792
20799
  /**
20793
20800
  * A JSON serialized representation of the `PublicKeyCredential` (https://w3c.github.io/webauthn/#publickeycredential), if any, yielded by the remote request.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "51015783bc3937c8"
8
+ "build-hash": "0d21ba8edc4494cb"
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.84"
19
+ "version": "0.1.85"
20
20
  }