Skip to content

Commit 85e2945

Browse files
🤖 Merge PR DefinitelyTyped#71926 Sync latest changes to @types/google-publisher-tag by @publisher-ads-audits-bot
Co-authored-by: jimper <[email protected]>
1 parent 8b36dbd commit 85e2945

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎types/google-publisher-tag/google-publisher-tag-tests.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Tests for Google Publisher Tag 1.20250127
2-
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/a3d2c8faf18f9b915f4df1cd9f9bed6c2c6823cf
1+
// Tests for Google Publisher Tag 1.20250210
2+
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/37473af8b2381a60482e3a9b961f99c8f4a63d85
33

44
// Test for googletag.cmd
55
function test_googletag_cmd() {

‎types/google-publisher-tag/index.d.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,9 +1887,9 @@ declare namespace googletag {
18871887
*/
18881888
interface PublisherProvidedSignalsConfig {
18891889
/**
1890-
* An object containing {@link googletag.config.Taxonomy | Taxonomy} mappings.
1890+
* An object containing {@link googletag.config.Taxonomy | Taxonomy} mappings or null to clear the config.
18911891
*/
1892-
taxonomies: Partial<Record<Taxonomy, TaxonomyData>>;
1892+
taxonomies: Partial<Record<Taxonomy, TaxonomyData>> | null;
18931893
}
18941894

18951895
/**

‎types/google-publisher-tag/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/google-publisher-tag",
4-
"version": "1.20250127.9999",
4+
"version": "1.20250210.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "Google Publisher Tag",
77
"projects": [

0 commit comments

Comments
 (0)