UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 326 B
"use strict"; const proposalAction_1 = require("./proposalAction"); class EditProposalsForNegotiation extends proposalAction_1.ProposalAction { constructor() { super(); } } EditProposalsForNegotiation.XSI_TYPE = "EditProposalsForNegotiation"; exports.EditProposalsForNegotiation = EditProposalsForNegotiation;