chrome-types 0.1.166 → 0.1.168
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 +4 -3
- package/index.d.ts +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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Sat Jan 28 2023 22:27:15 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 374ef949c7c9daec9b0e690e857bdfa2a967bbfe
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -23146,8 +23146,9 @@ declare namespace chrome {
|
|
|
23146
23146
|
thirdPartyCookiesAllowed: types.ChromeSetting<boolean>,
|
|
23147
23147
|
|
|
23148
23148
|
/**
|
|
23149
|
-
* If enabled, the experimental [Privacy Sandbox](
|
|
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`.
|
|
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 Sat Jan 28 2023 22:27:10 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 374ef949c7c9daec9b0e690e857bdfa2a967bbfe
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -18072,8 +18072,9 @@ declare namespace chrome {
|
|
|
18072
18072
|
thirdPartyCookiesAllowed: types.ChromeSetting<boolean>,
|
|
18073
18073
|
|
|
18074
18074
|
/**
|
|
18075
|
-
* If enabled, the experimental [Privacy Sandbox](
|
|
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`.
|
|
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": "4a6af176010648cf"
|
|
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.168"
|
|
20
20
|
}
|