chrome-types 0.1.157 → 0.1.158
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.
- package/_all.d.ts +23 -2
- package/index.d.ts +23 -2
- 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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Dec 30 2022 22:26:53 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at fdb54e5b030f5806a4529230e0255714ab41bd93
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -9618,6 +9618,27 @@ declare namespace chrome {
|
|
|
9618
9618
|
enableRulesetIds?: string[];
|
|
9619
9619
|
}
|
|
9620
9620
|
|
|
9621
|
+
/**
|
|
9622
|
+
* @since Pending
|
|
9623
|
+
*/
|
|
9624
|
+
export interface UpdateStaticRulesOptions {
|
|
9625
|
+
|
|
9626
|
+
/**
|
|
9627
|
+
* The id corresponding to a static {@link Ruleset}.
|
|
9628
|
+
*/
|
|
9629
|
+
rulesetId: string;
|
|
9630
|
+
|
|
9631
|
+
/**
|
|
9632
|
+
* Set of ids corresponding to rules in the {@link Ruleset} to disable.
|
|
9633
|
+
*/
|
|
9634
|
+
disableRuleIds?: number[];
|
|
9635
|
+
|
|
9636
|
+
/**
|
|
9637
|
+
* Set of ids corresponding to rules in the {@link Ruleset} to enable.
|
|
9638
|
+
*/
|
|
9639
|
+
enableRuleIds?: number[];
|
|
9640
|
+
}
|
|
9641
|
+
|
|
9621
9642
|
/**
|
|
9622
9643
|
* @since Chrome 89
|
|
9623
9644
|
*/
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Dec 30 2022 22:26:48 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at fdb54e5b030f5806a4529230e0255714ab41bd93
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -6420,6 +6420,27 @@ declare namespace chrome {
|
|
|
6420
6420
|
enableRulesetIds?: string[];
|
|
6421
6421
|
}
|
|
6422
6422
|
|
|
6423
|
+
/**
|
|
6424
|
+
* @since Pending
|
|
6425
|
+
*/
|
|
6426
|
+
export interface UpdateStaticRulesOptions {
|
|
6427
|
+
|
|
6428
|
+
/**
|
|
6429
|
+
* The id corresponding to a static {@link Ruleset}.
|
|
6430
|
+
*/
|
|
6431
|
+
rulesetId: string;
|
|
6432
|
+
|
|
6433
|
+
/**
|
|
6434
|
+
* Set of ids corresponding to rules in the {@link Ruleset} to disable.
|
|
6435
|
+
*/
|
|
6436
|
+
disableRuleIds?: number[];
|
|
6437
|
+
|
|
6438
|
+
/**
|
|
6439
|
+
* Set of ids corresponding to rules in the {@link Ruleset} to enable.
|
|
6440
|
+
*/
|
|
6441
|
+
enableRuleIds?: number[];
|
|
6442
|
+
}
|
|
6443
|
+
|
|
6423
6444
|
/**
|
|
6424
6445
|
* @since Chrome 89
|
|
6425
6446
|
*/
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "7bdcff0d21f2bc23"
|
|
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.
|
|
19
|
+
"version": "0.1.158"
|
|
20
20
|
}
|