chrome-types 0.1.396 → 0.1.397

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 +10 -10
  2. package/index.d.ts +10 -10
  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 Dec 11 2025 14:51:27 GMT+0000 (Coordinated Universal Time)
18
- // Built at 959329d992b1c527b58275c5310816f1296b0e1f
17
+ // Generated on Mon Dec 15 2025 22:33:47 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 03f290c5a6801ea2179d32674cfc8f40a9edae8e
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -37321,7 +37321,7 @@ declare namespace chrome {
37321
37321
  *
37322
37322
  * @since Chrome 106
37323
37323
  */
37324
- documentId: string,
37324
+ documentId?: string,
37325
37325
 
37326
37326
  /**
37327
37327
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -37410,7 +37410,7 @@ declare namespace chrome {
37410
37410
  *
37411
37411
  * @since Chrome 106
37412
37412
  */
37413
- documentId: string,
37413
+ documentId?: string,
37414
37414
 
37415
37415
  /**
37416
37416
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -37502,7 +37502,7 @@ declare namespace chrome {
37502
37502
  *
37503
37503
  * @since Chrome 106
37504
37504
  */
37505
- documentId: string,
37505
+ documentId?: string,
37506
37506
 
37507
37507
  /**
37508
37508
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -37614,7 +37614,7 @@ declare namespace chrome {
37614
37614
  *
37615
37615
  * @since Chrome 106
37616
37616
  */
37617
- documentId: string,
37617
+ documentId?: string,
37618
37618
 
37619
37619
  /**
37620
37620
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -37746,7 +37746,7 @@ declare namespace chrome {
37746
37746
  *
37747
37747
  * @since Chrome 106
37748
37748
  */
37749
- documentId: string,
37749
+ documentId?: string,
37750
37750
 
37751
37751
  /**
37752
37752
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -37855,7 +37855,7 @@ declare namespace chrome {
37855
37855
  *
37856
37856
  * @since Chrome 106
37857
37857
  */
37858
- documentId: string,
37858
+ documentId?: string,
37859
37859
 
37860
37860
  /**
37861
37861
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -37969,7 +37969,7 @@ declare namespace chrome {
37969
37969
  *
37970
37970
  * @since Chrome 106
37971
37971
  */
37972
- documentId: string,
37972
+ documentId?: string,
37973
37973
 
37974
37974
  /**
37975
37975
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -38078,7 +38078,7 @@ declare namespace chrome {
38078
38078
  *
38079
38079
  * @since Chrome 106
38080
38080
  */
38081
- documentId: string,
38081
+ documentId?: string,
38082
38082
 
38083
38083
  /**
38084
38084
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Dec 11 2025 14:51:22 GMT+0000 (Coordinated Universal Time)
18
- // Built at 959329d992b1c527b58275c5310816f1296b0e1f
17
+ // Generated on Mon Dec 15 2025 22:33:42 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 03f290c5a6801ea2179d32674cfc8f40a9edae8e
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -27109,7 +27109,7 @@ declare namespace chrome {
27109
27109
  *
27110
27110
  * @since Chrome 106
27111
27111
  */
27112
- documentId: string,
27112
+ documentId?: string,
27113
27113
 
27114
27114
  /**
27115
27115
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -27198,7 +27198,7 @@ declare namespace chrome {
27198
27198
  *
27199
27199
  * @since Chrome 106
27200
27200
  */
27201
- documentId: string,
27201
+ documentId?: string,
27202
27202
 
27203
27203
  /**
27204
27204
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -27290,7 +27290,7 @@ declare namespace chrome {
27290
27290
  *
27291
27291
  * @since Chrome 106
27292
27292
  */
27293
- documentId: string,
27293
+ documentId?: string,
27294
27294
 
27295
27295
  /**
27296
27296
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -27402,7 +27402,7 @@ declare namespace chrome {
27402
27402
  *
27403
27403
  * @since Chrome 106
27404
27404
  */
27405
- documentId: string,
27405
+ documentId?: string,
27406
27406
 
27407
27407
  /**
27408
27408
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -27534,7 +27534,7 @@ declare namespace chrome {
27534
27534
  *
27535
27535
  * @since Chrome 106
27536
27536
  */
27537
- documentId: string,
27537
+ documentId?: string,
27538
27538
 
27539
27539
  /**
27540
27540
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -27643,7 +27643,7 @@ declare namespace chrome {
27643
27643
  *
27644
27644
  * @since Chrome 106
27645
27645
  */
27646
- documentId: string,
27646
+ documentId?: string,
27647
27647
 
27648
27648
  /**
27649
27649
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -27757,7 +27757,7 @@ declare namespace chrome {
27757
27757
  *
27758
27758
  * @since Chrome 106
27759
27759
  */
27760
- documentId: string,
27760
+ documentId?: string,
27761
27761
 
27762
27762
  /**
27763
27763
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
@@ -27866,7 +27866,7 @@ declare namespace chrome {
27866
27866
  *
27867
27867
  * @since Chrome 106
27868
27868
  */
27869
- documentId: string,
27869
+ documentId?: string,
27870
27870
 
27871
27871
  /**
27872
27872
  * The UUID of the parent document owning this frame. This is not set if there is no parent.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "ada2256bf1ce80b2"
8
+ "build-hash": "ba512e5dbf10627b"
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.396"
19
+ "version": "0.1.397"
20
20
  }