2
2
// This file is generated by `npm run update-apilist`.
3
3
// Note that only APIs that's documented in https://developers.google.com/doubleclick-gpt/reference is officially supported.
4
4
5
- export const gptVersion = 95 ;
5
+ export const gptVersion = 110 ;
6
6
export const gptAPI = [
7
7
[ "getVersion" , "function" ] ,
8
8
[ "cmd" , "object" ] ,
@@ -15,7 +15,6 @@ export const gptAPI = [
15
15
[ "defineSlot" , "function" ] ,
16
16
[ "defineUnit" , "function" ] ,
17
17
[ "destroySlots" , "function" ] ,
18
- [ "getSlots" , "function" ] ,
19
18
[ "display" , "function" ] ,
20
19
[ "companionAds" , "function" ] ,
21
20
[ "content" , "function" ] ,
@@ -30,7 +29,7 @@ export const gptAPI = [
30
29
[ "slot_manager_instance" , "object" ] ,
31
30
[ "pubadsReady" , "boolean" ]
32
31
] ;
33
- export const pubadsVersion = 95 ;
32
+ export const pubadsVersion = 110 ;
34
33
export const pubadsAPI = [
35
34
[ "set" , "function" ] ,
36
35
[ "get" , "function" ] ,
@@ -124,7 +123,7 @@ export const slotAPI = [
124
123
[ "visibilityChanged" , "function" ] ,
125
124
[ "setFirstLook" , "function" ] ,
126
125
[ "getFirstLook" , "function" ] ,
127
- [ "getDefinedId" , "function" ] ,
128
126
[ "getEscapedQemQueryId" , "function" ] ,
129
- [ "setSafeFrameConfig" , "function" ]
127
+ [ "setSafeFrameConfig" , "function" ] ,
128
+ [ "getCsiId" , "function" ]
130
129
] ;
0 commit comments