chrome-types 0.1.166 → 0.1.167
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 +3 -2
- package/index.d.ts +3 -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 Thu Jan 26 2023 22:29:15 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 7d9f54c2cebcf84026a172b2f3035fb2a896e688
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -23148,6 +23148,7 @@ declare namespace chrome {
|
|
|
23148
23148
|
/**
|
|
23149
23149
|
* If enabled, the experimental [Privacy Sandbox](”https://www.chromium.org/Home/chromium-privacy/privacy-sandbox”) features are active. The value of this preference is of type boolean, and the default value is `true`. PLEASE NOTE: The schema of this API may change in the future as the Privacy Sandbox features crystallize. In that case, we will provide prior notice.
|
|
23150
23150
|
*
|
|
23151
|
+
* @deprecated We’re deprecating the API `{@link websites.privacySandboxEnabled chrome.privacy.websites.privacySandboxEnabled}`, though it will remain active for backward compatibility until release M113. Instead, please use `{@link websites.topicsEnabled chrome.privacy.websites.topicsEnabled}`, `{@link websites.fledgeEnabled chrome.privacy.websites.fledgeEnabled}` and `{@link websites.adMeasurementEnabled chrome.privacy.websites.adMeasurementEnabled}`.
|
|
23151
23152
|
* @since Chrome 90
|
|
23152
23153
|
*/
|
|
23153
23154
|
privacySandboxEnabled: types.ChromeSetting<boolean>,
|
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 Thu Jan 26 2023 22:29:08 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 7d9f54c2cebcf84026a172b2f3035fb2a896e688
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -18074,6 +18074,7 @@ declare namespace chrome {
|
|
|
18074
18074
|
/**
|
|
18075
18075
|
* If enabled, the experimental [Privacy Sandbox](”https://www.chromium.org/Home/chromium-privacy/privacy-sandbox”) features are active. The value of this preference is of type boolean, and the default value is `true`. PLEASE NOTE: The schema of this API may change in the future as the Privacy Sandbox features crystallize. In that case, we will provide prior notice.
|
|
18076
18076
|
*
|
|
18077
|
+
* @deprecated We’re deprecating the API `{@link websites.privacySandboxEnabled chrome.privacy.websites.privacySandboxEnabled}`, though it will remain active for backward compatibility until release M113. Instead, please use `{@link websites.topicsEnabled chrome.privacy.websites.topicsEnabled}`, `{@link websites.fledgeEnabled chrome.privacy.websites.fledgeEnabled}` and `{@link websites.adMeasurementEnabled chrome.privacy.websites.adMeasurementEnabled}`.
|
|
18077
18078
|
* @since Chrome 90
|
|
18078
18079
|
*/
|
|
18079
18080
|
privacySandboxEnabled: types.ChromeSetting<boolean>,
|
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": "433ece1ae24b7762"
|
|
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.167"
|
|
20
20
|
}
|