🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@maxim_mazurok/gapi.client.dfareporting-v4

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.dfareporting-v4 - npm Package Compare versions

Comparing version

to
0.0.20240926

{
"name": "@maxim_mazurok/gapi.client.dfareporting-v4",
"version": "0.0.20240821",
"version": "0.0.20240926",
"description": "TypeScript typings for Campaign Manager 360 API v4",

@@ -5,0 +5,0 @@ "repository": {

@@ -1382,2 +1382,17 @@ # TypeScript typings for Campaign Manager 360 API v4

/*
Gets one TvCampaignDetail by ID.
*/
await gapi.client.dfareporting.tvCampaignDetails.get({
id: 'id',
profileId: 'profileId',
});
/*
Retrieves a list of TV campaign summaries.
*/
await gapi.client.dfareporting.tvCampaignSummaries.list({
profileId: 'profileId',
});
/*
Gets one user profile by ID.

@@ -1384,0 +1399,0 @@ */

Sorry, the diff of this file is too big to display