UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

12 lines 746 B
import type { Client } from "soap"; import type { Statement, UpdateResult } from "../../../common/types"; import type { CreativeReviewAction } from "./creativeReview.action"; import type { CreativeReviewPage } from "./creativeReview.type"; import type { CreativeReviewServiceOperations } from "./creativeReviewService.interface"; export declare class CreativeReviewService implements CreativeReviewServiceOperations { private _client; constructor(client: Client); getCreativeReviewsByStatement(filterStatement: Statement): Promise<CreativeReviewPage>; performCreativeReviewAction(creativeReviewAction: CreativeReviewAction, filterStatement: Statement): Promise<UpdateResult>; } //# sourceMappingURL=creativeReview.service.d.ts.map