Skip to content

Commit 475cf15

Browse files
🤖 Merge PR DefinitelyTyped#74075 Add new custom vendor. by @diogopxrnextday
1 parent 9abc813 commit 475cf15

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

types/pxr-oneline/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ declare namespace OneLine {
9494
tiktok: boolean;
9595
twitter: boolean;
9696
vimeo: boolean;
97+
wecantrack: boolean;
9798
youtube: boolean;
9899
};
99100
}

types/pxr-oneline/oneline-tests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ interface SocialConsents {
3131
tiktok: boolean;
3232
twitter: boolean;
3333
vimeo: boolean;
34+
wecantrack: boolean;
3435
youtube: boolean;
3536
};
3637
}

types/pxr-oneline/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/pxr-oneline",
4-
"version": "1.13.9999",
4+
"version": "1.14.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "The OneLine handles all the logic needed for a publisher to serve ads.",
77
"projects": [

0 commit comments

Comments
 (0)