Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
276 changes: 257 additions & 19 deletions types/alicloud__log/alicloud__log-tests.ts

Large diffs are not rendered by default.

676 changes: 669 additions & 7 deletions types/alicloud__log/index.d.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions types/google-publisher-tag/google-publisher-tag-tests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Tests for Google Publisher Tag 1.20250811
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/a3d900bc56c2ce535e539ce139d7e59bc9fe7be4
// Tests for Google Publisher Tag 1.20251117
// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/b4114e351762295c878195e3b243c2afdbb5b889

// Test for googletag.cmd
function test_googletag_cmd() {
Expand Down
10 changes: 7 additions & 3 deletions types/google-publisher-tag/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3431,8 +3431,10 @@ declare namespace googletag {
/**
* Displays the rewarded ad. This method should not be called until the user
* has consented to view the ad.
*
* @return Whether the rewarded ad was successfully displayed.
*/
makeRewardedVisible(): void;
makeRewardedVisible(): boolean;
}

/**
Expand Down Expand Up @@ -3473,8 +3475,10 @@ declare namespace googletag {
* @see [Display a game manual interstitial ad](https://support.google.com/admanager/answer/14640119)
*/
interface GameManualInterstitialSlotReadyEvent extends Event {
/** Displays the game manual interstitial ad to the user. */
makeGameManualInterstitialVisible(): void;
/** Displays the game manual interstitial ad to the user.
* Returns whether the ad was successfully displayed.
*/
makeGameManualInterstitialVisible(): boolean;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion types/google-publisher-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/google-publisher-tag",
"version": "1.20250811.9999",
"version": "1.20251117.9999",
"nonNpm": "conflict",
"nonNpmDescription": "Google Publisher Tag",
"projects": [
Expand Down
1 change: 1 addition & 0 deletions types/pxr-oneline/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ declare namespace OneLine {
tiktok: boolean;
twitter: boolean;
vimeo: boolean;
wecantrack: boolean;
youtube: boolean;
};
}
Expand Down
1 change: 1 addition & 0 deletions types/pxr-oneline/oneline-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ interface SocialConsents {
tiktok: boolean;
twitter: boolean;
vimeo: boolean;
wecantrack: boolean;
youtube: boolean;
};
}
Expand Down
2 changes: 1 addition & 1 deletion types/pxr-oneline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/pxr-oneline",
"version": "1.13.9999",
"version": "1.14.9999",
"nonNpm": true,
"nonNpmDescription": "The OneLine handles all the logic needed for a publisher to serve ads.",
"projects": [
Expand Down