Skip to content

Commit 3818536

Browse files
🤖 Merge PR DefinitelyTyped#74549 Sync latest changes to @types/google-publisher-tag by @google-publisher-tag
Co-authored-by: jimper <jimper@users.noreply.github.com>
1 parent 5df04ba commit 3818536

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.20260202
2-
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/4c584da266672a58c8bbed7add283c848a179fcb
1+
// Tests for Google Publisher Tag 1.20260216
2+
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/782098b359480f3e61d7be7ec5e922406e9775a3
33

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2812,7 +2812,7 @@ declare namespace googletag {
28122812
/**
28132813
* Supported interstitial ad triggers.
28142814
*/
2815-
type InterstitialTrigger = "unhideWindow" | "navBar";
2815+
type InterstitialTrigger = "unhideWindow" | "navBar" | "inactivity" | "backward" | "endOfArticle";
28162816

28172817
/**
28182818
* Settings to configure video ad related settings.

‎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.20260202.9999",
4+
"version": "1.20260216.9999",
55
"nonNpm": "conflict",
66
"nonNpmDescription": "Google Publisher Tag",
77
"projects": [

0 commit comments

Comments
 (0)