Skip to content

Commit

Permalink
fix(dfareporting): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sofisl committed May 21, 2021
1 parent ba3bdca commit b198f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/apis/dfareporting/v3.3.ts
Expand Up @@ -196,9 +196,8 @@ export namespace dfareporting_v3_3 {
);
this.advertisers = new Resource$Advertisers(this.context);
this.browsers = new Resource$Browsers(this.context);
this.campaignCreativeAssociations = new Resource$Campaigncreativeassociations(
this.context
);
this.campaignCreativeAssociations =
new Resource$Campaigncreativeassociations(this.context);
this.campaigns = new Resource$Campaigns(this.context);
this.changeLogs = new Resource$Changelogs(this.context);
this.cities = new Resource$Cities(this.context);
Expand Down
5 changes: 2 additions & 3 deletions src/apis/dfareporting/v3.4.ts
Expand Up @@ -197,9 +197,8 @@ export namespace dfareporting_v3_4 {
);
this.advertisers = new Resource$Advertisers(this.context);
this.browsers = new Resource$Browsers(this.context);
this.campaignCreativeAssociations = new Resource$Campaigncreativeassociations(
this.context
);
this.campaignCreativeAssociations =
new Resource$Campaigncreativeassociations(this.context);
this.campaigns = new Resource$Campaigns(this.context);
this.changeLogs = new Resource$Changelogs(this.context);
this.cities = new Resource$Cities(this.context);
Expand Down

0 comments on commit b198f70

Please sign in to comment.