diff --git a/src/utils/apiList.js b/src/utils/apiList.js index b2fedde..2e757ad 100644 --- a/src/utils/apiList.js +++ b/src/utils/apiList.js @@ -2,7 +2,7 @@ // This file is generated by `npm run update-apilist`. // Note that only APIs that's documented in https://developers.google.com/doubleclick-gpt/reference is officially supported. -export const gptVersion = 83; +export const gptVersion = 95; export const gptAPI = [ ["getVersion", "function"], ["cmd", "object"], @@ -15,6 +15,7 @@ export const gptAPI = [ ["defineSlot", "function"], ["defineUnit", "function"], ["destroySlots", "function"], + ["getSlots", "function"], ["display", "function"], ["companionAds", "function"], ["content", "function"], @@ -22,13 +23,14 @@ export const gptAPI = [ ["service_manager_instance", "object"], ["disablePublisherConsole", "function"], ["onPubConsoleJsLoad", "function"], + ["openConsole", "function"], ["sizeMapping", "function"], ["evalScripts", "function"], ["apiReady", "boolean"], ["slot_manager_instance", "object"], ["pubadsReady", "boolean"] ]; -export const pubadsVersion = 84; +export const pubadsVersion = 95; export const pubadsAPI = [ ["set", "function"], ["get", "function"], @@ -41,6 +43,8 @@ export const pubadsAPI = [ ["setKidsFriendlyAds", "function"], ["setTargeting", "function"], ["clearTargeting", "function"], + ["getTargeting", "function"], + ["getTargetingKeys", "function"], ["setCategoryExclusion", "function"], ["clearCategoryExclusions", "function"], ["disableInitialLoad", "function"], @@ -67,7 +71,9 @@ export const pubadsAPI = [ ["markAsAmp", "function"], ["setSafeFrameConfig", "function"], ["setForceSafeFrame", "function"], + ["enableChromeInterventionSignals", "function"], ["markAsGladeControl", "function"], + ["markAsGladeOptOut", "function"], ["getName", "function"], ["getVersion", "function"], ["getSlots", "function"], @@ -83,6 +89,7 @@ export const slotAPI = [ ["addService", "function"], ["getName", "function"], ["getAdUnitPath", "function"], + ["getInstance", "function"], ["getSlotElementId", "function"], ["getSlotId", "function"], ["getServices", "function"], @@ -112,10 +119,12 @@ export const slotAPI = [ ["renderStarted", "function"], ["getResponseInformation", "function"], ["renderEnded", "function"], + ["loaded", "function"], ["impressionViewable", "function"], ["visibilityChanged", "function"], ["setFirstLook", "function"], ["getFirstLook", "function"], ["getDefinedId", "function"], + ["getEscapedQemQueryId", "function"], ["setSafeFrameConfig", "function"] ];