dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
56 lines (55 loc) • 4.98 kB
JavaScript
"use strict";
const settings_1 = require("../settings");
var ApiProperties;
(function (ApiProperties) {
ApiProperties.services = {
ActivityService: { wsdl: settings_1.Settings.ENDPOINT + 'ActivityService?wsdl' },
ActivityGroupService: { wsdl: settings_1.Settings.ENDPOINT + 'ActivityGroupService?wsdl' },
AdExclusionRuleService: { wsdl: settings_1.Settings.ENDPOINT + 'AdExclusionRuleService?wsdl' },
AdRuleService: { wsdl: settings_1.Settings.ENDPOINT + 'AdRuleService?wsdl' },
AudienceSegmentService: { wsdl: settings_1.Settings.ENDPOINT + 'AudienceSegmentService?wsdl' },
BaseRateService: { wsdl: settings_1.Settings.ENDPOINT + 'BaseRateService?wsdl' },
CompanyService: { wsdl: settings_1.Settings.ENDPOINT + 'CompanyService?wsdl' },
ContactService: { wsdl: settings_1.Settings.ENDPOINT + 'ContactService?wsdl' },
ContentService: { wsdl: settings_1.Settings.ENDPOINT + 'ContentService?wsdl' },
ContentBundleService: { wsdl: settings_1.Settings.ENDPOINT + 'ContentBundleService?wsdl' },
ContentMetadataKeyHierarchyService: { wsdl: settings_1.Settings.ENDPOINT + 'ContentMetadataKeyHierarchyService?wsdl' },
CreativeService: { wsdl: settings_1.Settings.ENDPOINT + 'CreativeService?wsdl' },
CreativeSetService: { wsdl: settings_1.Settings.ENDPOINT + 'CreativeSetService?wsdl' },
CreativeTemplateService: { wsdl: settings_1.Settings.ENDPOINT + 'CreativeTemplateService?wsdl' },
CreativeWrapperService: { wsdl: settings_1.Settings.ENDPOINT + 'CreativeWrapperService?wsdl' },
CustomFieldService: { wsdl: settings_1.Settings.ENDPOINT + 'CustomFieldService?wsdl' },
CustomTargetingService: { wsdl: settings_1.Settings.ENDPOINT + 'CustomTargetingService?wsdl' },
ExchangeRateService: { wsdl: settings_1.Settings.ENDPOINT + 'ExchangeRateService?wsdl' },
ForecastService: { wsdl: settings_1.Settings.ENDPOINT + 'ForecastService?wsdl' },
InventoryService: { wsdl: settings_1.Settings.ENDPOINT + 'InventoryService?wsdl' },
LabelService: { wsdl: settings_1.Settings.ENDPOINT + 'LabelService?wsdl' },
LineItemService: { wsdl: settings_1.Settings.ENDPOINT + 'LineItemService?wsdl' },
LineItemCreativeAssociationService: { wsdl: settings_1.Settings.ENDPOINT + 'LineItemCreativeAssociationService?wsdl' },
LineItemTemplateService: { wsdl: settings_1.Settings.ENDPOINT + 'LineItemTemplateService?wsdl' },
LiveStreamEventService: { wsdl: settings_1.Settings.ENDPOINT + 'LiveStreamEventService?wsdl' },
NetworkService: { wsdl: settings_1.Settings.ENDPOINT + 'NetworkService?wsdl' },
OrderService: { wsdl: settings_1.Settings.ENDPOINT + 'OrderService?wsdl' },
PackageService: { wsdl: settings_1.Settings.ENDPOINT + 'PackageService?wsdl' },
PlacementService: { wsdl: settings_1.Settings.ENDPOINT + 'PlacementService?wsdl' },
PremiumRateService: { wsdl: settings_1.Settings.ENDPOINT + 'PremiumRateService?wsdl' },
ProductPackageItemService: { wsdl: settings_1.Settings.ENDPOINT + 'ProductPackageItemService?wsdl' },
ProductPackageService: { wsdl: settings_1.Settings.ENDPOINT + 'ProductPackageService?wsdl' },
ProductService: { wsdl: settings_1.Settings.ENDPOINT + 'ProductService?wsdl' },
ProductTemplateService: { wsdl: settings_1.Settings.ENDPOINT + 'ProductTemplateService?wsdl' },
ProposalService: { wsdl: settings_1.Settings.ENDPOINT + 'ProposalService?wsdl' },
ProposalLineItemService: { wsdl: settings_1.Settings.ENDPOINT + 'ProposalLineItemService?wsdl' },
PublisherQueryLanguageService: { wsdl: settings_1.Settings.ENDPOINT + 'PublisherQueryLanguageService?wsdl' },
RateCardService: { wsdl: settings_1.Settings.ENDPOINT + 'RateCardService?wsdl' },
ReconciliationLineItemReportService: { wsdl: settings_1.Settings.ENDPOINT + 'ReconciliationLineItemReportService?wsdl' },
ReconciliationOrderReportService: { wsdl: settings_1.Settings.ENDPOINT + 'ReconciliationOrderReportService?wsdl' },
ReconciliationReportService: { wsdl: settings_1.Settings.ENDPOINT + 'ReconciliationReportService?wsdl' },
ReconciliationReportRowService: { wsdl: settings_1.Settings.ENDPOINT + 'ReconciliationReportRowService?wsdl' },
ReportService: { wsdl: settings_1.Settings.ENDPOINT + 'ReportService?wsdl' },
SuggestedAdUnitService: { wsdl: settings_1.Settings.ENDPOINT + 'SuggestedAdUnitService?wsdl' },
TeamService: { wsdl: settings_1.Settings.ENDPOINT + 'TeamService?wsdl' },
UserService: { wsdl: settings_1.Settings.ENDPOINT + 'UserService?wsdl' },
UserTeamAssociationService: { wsdl: settings_1.Settings.ENDPOINT + 'UserTeamAssociationService?wsdl' },
WorkflowRequestService: { wsdl: settings_1.Settings.ENDPOINT + 'WorkflowRequestService?wsdl' }
};
})(ApiProperties = exports.ApiProperties || (exports.ApiProperties = {}));