File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
types/google-publisher-tag Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
55function test_googletag_cmd ( ) {
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments