UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

10 lines (9 loc) 343 B
"use strict"; const proposalLineItemAction_1 = require("./proposalLineItemAction"); class ArchiveProposalLineItems extends proposalLineItemAction_1.ProposalLineItemAction { constructor() { super(); } } ArchiveProposalLineItems.XSI_TYPE = "ArchiveProposalLineItems"; exports.ArchiveProposalLineItems = ArchiveProposalLineItems;