dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
1,081 lines (1,080 loc) • 47.4 kB
JSON
{
"compilerOptions": {
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": false,
"module": "CommonJS",
"moduleResolution": "Node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedParameters": false,
"noLib": false,
"outDir": "./build",
"preserveConstEnums": false,
"pretty": true,
"removeComments": true,
"sourceMap": false,
"stripInternal": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es6"
},
"filesGlob": [
"**/*.ts",
"**/*.tsx",
"!node_modules/**",
"!build/**",
"!dist/**",
"!.git/**"
],
"atom": {
"rewriteTsconfig": true
},
"files": [
"examples/dfp/audienceSegmentService/createAudienceSegments.ts",
"examples/dfp/audienceSegmentService/getAllAudienceSegments.ts",
"examples/dfp/audienceSegmentService/getFirstPartyAudienceSegments.ts",
"examples/dfp/audienceSegmentService/populateFirstPartyAudienceSegments.ts",
"examples/dfp/audienceSegmentService/updateFirstPartyAudienceSegments.ts",
"examples/dfp/auth/config.ts",
"examples/dfp/auth/createDfpUserWithoutAuthFile.ts",
"examples/dfp/auth/getOrRefreshAccessToken.ts",
"examples/dfp/auth/getRefreshToken.ts",
"examples/dfp/auth/getRefreshTokenWithoutAuthFile.ts",
"examples/dfp/creativeService/getAllCreatives.ts",
"examples/dfp/creativeService/getImageCreatives.ts",
"examples/dfp/lineItemService/getAllLineItems.ts",
"examples/dfp/lineItemService/getLineItemsThatNeedCreatives.ts",
"examples/dfp/lineItemService/getRecentlyUpdatedLineItems.ts",
"examples/dfp/networkService/getAllNetworks.ts",
"examples/dfp/networkService/getCurrentNetwork.ts",
"examples/dfp/networkService/makeTestNetwork.ts",
"examples/dfp/orderService/approveOrders.ts",
"examples/dfp/orderService/createOrders.ts",
"examples/dfp/orderService/getAllOrders.ts",
"examples/dfp/orderService/getOrdersStartingSoon.ts",
"examples/dfp/orderService/updateOrders.ts",
"examples/dfp/publisherQueryLanguageService/fetchMatchTables.ts",
"examples/dfp/publisherQueryLanguageService/getAllBrowsers.ts",
"examples/dfp/publisherQueryLanguageService/getGeoTargets.ts",
"examples/dfp/publisherQueryLanguageService/getLineItemsNamedLike.ts",
"examples/dfp/reportService/runDeliveryReportForOrder.ts",
"examples/dfp/reportService/runInventoryReport.ts",
"examples/dfp/reportService/runReachReport.ts",
"examples/dfp/reportService/runReportWithCustomFields.ts",
"src/common/lib/adsService.ts",
"src/common/lib/adsSoapClient.ts",
"src/common/lib/adsUser.ts",
"src/common/lib/invalidArgumentException.ts",
"src/common/lib/soapClient.ts",
"src/common/lib/soapClientFactory.ts",
"src/common/lib/validationException.ts",
"src/common/soap/soapRequestHeader.ts",
"src/common/soap/soapResponseHeader.ts",
"src/common/soap/xmlElement.ts",
"src/common/util/baseOAuth2Handler.ts",
"src/common/util/iOAuth2Handler.ts",
"src/common/util/iRequestHandler.ts",
"src/common/util/jsUtils.ts",
"src/common/util/logger.ts",
"src/common/util/mapUtils.ts",
"src/common/util/oauth2Exception.ts",
"src/common/util/oauth2Handler.ts",
"src/common/util/promiseUtils.ts",
"src/common/util/requestHandler.ts",
"src/common/util/soapConstant.ts",
"src/dfp/apiProperties.ts",
"src/dfp/index.ts",
"src/dfp/lib/dfpConfig.ts",
"src/dfp/lib/dfpService.ts",
"src/dfp/lib/dfpSoapClient.ts",
"src/dfp/lib/dfpSoapClientFactory.ts",
"src/dfp/lib/dfpUser.ts",
"src/dfp/lib/oauth2Token.ts",
"src/dfp/service/activityGroupService.ts",
"src/dfp/service/activityService.ts",
"src/dfp/service/adExclusionRuleService.ts",
"src/dfp/service/adRuleService.ts",
"src/dfp/service/audienceSegmentService.ts",
"src/dfp/service/baseRateService.ts",
"src/dfp/service/companyService.ts",
"src/dfp/service/contactService.ts",
"src/dfp/service/contentBundleService.ts",
"src/dfp/service/contentMetadataKeyHierarchyService.ts",
"src/dfp/service/contentService.ts",
"src/dfp/service/creativeService.ts",
"src/dfp/service/creativeSetService.ts",
"src/dfp/service/creativeTemplateService.ts",
"src/dfp/service/creativeWrapperService.ts",
"src/dfp/service/customFieldService.ts",
"src/dfp/service/customTargetingService.ts",
"src/dfp/service/exchangeRateService.ts",
"src/dfp/service/forecastService.ts",
"src/dfp/service/inventoryService.ts",
"src/dfp/service/labelService.ts",
"src/dfp/service/lineItemCreativeAssociationService.ts",
"src/dfp/service/lineItemService.ts",
"src/dfp/service/lineItemTemplateService.ts",
"src/dfp/service/liveStreamEventService.ts",
"src/dfp/service/mobileApplicationService.ts",
"src/dfp/service/networkService.ts",
"src/dfp/service/orderService.ts",
"src/dfp/service/packageService.ts",
"src/dfp/service/placementService.ts",
"src/dfp/service/premiumRateService.ts",
"src/dfp/service/productPackageItemService.ts",
"src/dfp/service/productPackageService.ts",
"src/dfp/service/productService.ts",
"src/dfp/service/productTemplateService.ts",
"src/dfp/service/proposalLineItemService.ts",
"src/dfp/service/proposalService.ts",
"src/dfp/service/publisherQueryLanguageService.ts",
"src/dfp/service/rateCardService.ts",
"src/dfp/service/reconciliationLineItemReportService.ts",
"src/dfp/service/reconciliationOrderReportService.ts",
"src/dfp/service/reconciliationReportRowService.ts",
"src/dfp/service/reconciliationReportService.ts",
"src/dfp/service/reportService.ts",
"src/dfp/service/suggestedAdUnitService.ts",
"src/dfp/service/teamService.ts",
"src/dfp/service/userService.ts",
"src/dfp/service/userTeamAssociationService.ts",
"src/dfp/service/workflowRequestService.ts",
"src/dfp/settings.ts",
"src/dfp/soap/activateAdExclusionRules.ts",
"src/dfp/soap/activateAdRules.ts",
"src/dfp/soap/activateAdUnits.ts",
"src/dfp/soap/activateAudienceSegments.ts",
"src/dfp/soap/activateContentBundles.ts",
"src/dfp/soap/activateCreativeWrappers.ts",
"src/dfp/soap/activateCustomFields.ts",
"src/dfp/soap/activateCustomTargetingKeys.ts",
"src/dfp/soap/activateCustomTargetingValues.ts",
"src/dfp/soap/activateLabels.ts",
"src/dfp/soap/activateLineItemCreativeAssociations.ts",
"src/dfp/soap/activateLineItems.ts",
"src/dfp/soap/activateLiveStreamEvents.ts",
"src/dfp/soap/activatePlacements.ts",
"src/dfp/soap/activateProductPackages.ts",
"src/dfp/soap/activateProducts.ts",
"src/dfp/soap/activateProductTemplates.ts",
"src/dfp/soap/activateRateCards.ts",
"src/dfp/soap/activateUsers.ts",
"src/dfp/soap/activity.ts",
"src/dfp/soap/activityError.ts",
"src/dfp/soap/activityErrorReason.ts",
"src/dfp/soap/activityGroup.ts",
"src/dfp/soap/activityGroupPage.ts",
"src/dfp/soap/activityGroupStatus.ts",
"src/dfp/soap/activityPage.ts",
"src/dfp/soap/activityStatus.ts",
"src/dfp/soap/activityType.ts",
"src/dfp/soap/actualizeProposalLineItems.ts",
"src/dfp/soap/adBreakFillType.ts",
"src/dfp/soap/adExchangeCreative.ts",
"src/dfp/soap/adExchangeEnvironment.ts",
"src/dfp/soap/adExclusionRule.ts",
"src/dfp/soap/adExclusionRuleAction.ts",
"src/dfp/soap/adExclusionRuleError.ts",
"src/dfp/soap/adExclusionRuleErrorReason.ts",
"src/dfp/soap/adExclusionRulePage.ts",
"src/dfp/soap/adExclusionRuleType.ts",
"src/dfp/soap/adMobBackfillCreative.ts",
"src/dfp/soap/adRule.ts",
"src/dfp/soap/adRuleAction.ts",
"src/dfp/soap/adRuleDateError.ts",
"src/dfp/soap/adRuleDateErrorReason.ts",
"src/dfp/soap/adRuleFrequencyCapError.ts",
"src/dfp/soap/adRuleFrequencyCapErrorReason.ts",
"src/dfp/soap/adRulePage.ts",
"src/dfp/soap/adRulePriorityError.ts",
"src/dfp/soap/adRulePriorityErrorReason.ts",
"src/dfp/soap/adRuleSlotBehavior.ts",
"src/dfp/soap/adRuleSlotBumper.ts",
"src/dfp/soap/adRuleSlotError.ts",
"src/dfp/soap/adRuleSlotErrorReason.ts",
"src/dfp/soap/adRuleStatus.ts",
"src/dfp/soap/adSenseAccountError.ts",
"src/dfp/soap/adSenseAccountErrorReason.ts",
"src/dfp/soap/adSenseCreative.ts",
"src/dfp/soap/adSenseSettings.ts",
"src/dfp/soap/adSenseSettingsAdType.ts",
"src/dfp/soap/adSenseSettingsBorderStyle.ts",
"src/dfp/soap/adSenseSettingsFontFamily.ts",
"src/dfp/soap/adSenseSettingsFontSize.ts",
"src/dfp/soap/adSenseSettingsInheritedProperty.ts",
"src/dfp/soap/adUnit.ts",
"src/dfp/soap/adUnitAction.ts",
"src/dfp/soap/adUnitCodeError.ts",
"src/dfp/soap/adUnitCodeErrorReason.ts",
"src/dfp/soap/adUnitHierarchyError.ts",
"src/dfp/soap/adUnitHierarchyErrorReason.ts",
"src/dfp/soap/adUnitPage.ts",
"src/dfp/soap/adUnitParent.ts",
"src/dfp/soap/adUnitPremiumFeature.ts",
"src/dfp/soap/adUnitSize.ts",
"src/dfp/soap/adUnitTargeting.ts",
"src/dfp/soap/adUnitTargetWindow.ts",
"src/dfp/soap/adUnitTypeError.ts",
"src/dfp/soap/adUnitTypeErrorReason.ts",
"src/dfp/soap/alternativeUnitTypeForecast.ts",
"src/dfp/soap/apiError.ts",
"src/dfp/soap/apiException.ts",
"src/dfp/soap/apiFramework.ts",
"src/dfp/soap/apiVersionError.ts",
"src/dfp/soap/apiVersionErrorReason.ts",
"src/dfp/soap/applicationException.ts",
"src/dfp/soap/appliedLabel.ts",
"src/dfp/soap/approveAndOverbookOrders.ts",
"src/dfp/soap/approveAudienceSegments.ts",
"src/dfp/soap/approveOrders.ts",
"src/dfp/soap/approveOrdersWithoutReservationChanges.ts",
"src/dfp/soap/approveSuggestedAdUnits.ts",
"src/dfp/soap/approveWorkflowApprovalRequests.ts",
"src/dfp/soap/archiveAdUnits.ts",
"src/dfp/soap/archiveLineItems.ts",
"src/dfp/soap/archiveLiveStreamEvents.ts",
"src/dfp/soap/archiveMobileApplications.ts",
"src/dfp/soap/archiveOrders.ts",
"src/dfp/soap/archivePlacements.ts",
"src/dfp/soap/archiveProductPackageItems.ts",
"src/dfp/soap/archiveProductPackages.ts",
"src/dfp/soap/archiveProductTemplates.ts",
"src/dfp/soap/archiveProposalLineItems.ts",
"src/dfp/soap/archiveProposals.ts",
"src/dfp/soap/archiveStatus.ts",
"src/dfp/soap/aspectRatioImageCreative.ts",
"src/dfp/soap/asset.ts",
"src/dfp/soap/assetCreativeTemplateVariable.ts",
"src/dfp/soap/assetCreativeTemplateVariableMimeType.ts",
"src/dfp/soap/assetCreativeTemplateVariableValue.ts",
"src/dfp/soap/assetError.ts",
"src/dfp/soap/assetErrorReason.ts",
"src/dfp/soap/assignAdUnitsToPlacement.ts",
"src/dfp/soap/audienceExtensionError.ts",
"src/dfp/soap/audienceExtensionErrorReason.ts",
"src/dfp/soap/audienceSegment.ts",
"src/dfp/soap/audienceSegmentAction.ts",
"src/dfp/soap/audienceSegmentCriteria.ts",
"src/dfp/soap/audienceSegmentCriteriaComparisonOperator.ts",
"src/dfp/soap/audienceSegmentDataProvider.ts",
"src/dfp/soap/audienceSegmentError.ts",
"src/dfp/soap/audienceSegmentErrorReason.ts",
"src/dfp/soap/audienceSegmentPage.ts",
"src/dfp/soap/audienceSegmentPremiumFeature.ts",
"src/dfp/soap/audienceSegmentStatus.ts",
"src/dfp/soap/audienceSegmentType.ts",
"src/dfp/soap/authenticationError.ts",
"src/dfp/soap/authenticationErrorReason.ts",
"src/dfp/soap/authenticationService.ts",
"src/dfp/soap/availabilityForecast.ts",
"src/dfp/soap/availabilityForecastOptions.ts",
"src/dfp/soap/availableBillingError.ts",
"src/dfp/soap/availableBillingErrorReason.ts",
"src/dfp/soap/bandwidthGroup.ts",
"src/dfp/soap/bandwidthGroupTargeting.ts",
"src/dfp/soap/bandwidthPremiumFeature.ts",
"src/dfp/soap/baseAdRuleSlot.ts",
"src/dfp/soap/baseContact.ts",
"src/dfp/soap/baseCreativeTemplateVariableValue.ts",
"src/dfp/soap/baseCustomFieldValue.ts",
"src/dfp/soap/baseDynamicAllocationCreative.ts",
"src/dfp/soap/baseFlashCreative.ts",
"src/dfp/soap/baseFlashRedirectCreative.ts",
"src/dfp/soap/baseImageCreative.ts",
"src/dfp/soap/baseImageRedirectCreative.ts",
"src/dfp/soap/baseRate.ts",
"src/dfp/soap/baseRateAction.ts",
"src/dfp/soap/baseRateActionError.ts",
"src/dfp/soap/baseRateActionErrorReason.ts",
"src/dfp/soap/baseRateError.ts",
"src/dfp/soap/baseRateErrorReason.ts",
"src/dfp/soap/baseRatePage.ts",
"src/dfp/soap/baseRichMediaStudioCreative.ts",
"src/dfp/soap/baseVideoCreative.ts",
"src/dfp/soap/billableRevenueOverrides.ts",
"src/dfp/soap/billFrom.ts",
"src/dfp/soap/billingBase.ts",
"src/dfp/soap/billingCap.ts",
"src/dfp/soap/billingError.ts",
"src/dfp/soap/billingErrorReason.ts",
"src/dfp/soap/billingSchedule.ts",
"src/dfp/soap/billingSource.ts",
"src/dfp/soap/booleanValue.ts",
"src/dfp/soap/browser.ts",
"src/dfp/soap/browserLanguage.ts",
"src/dfp/soap/browserLanguagePremiumFeature.ts",
"src/dfp/soap/browserLanguageTargeting.ts",
"src/dfp/soap/browserPremiumFeature.ts",
"src/dfp/soap/browserTargeting.ts",
"src/dfp/soap/bypassProposalWorkflowRules.ts",
"src/dfp/soap/cancelRetractionForProposals.ts",
"src/dfp/soap/canoeSyncResult.ts",
"src/dfp/soap/changeHistoryEntityType.ts",
"src/dfp/soap/changeHistoryOperation.ts",
"src/dfp/soap/changeHistoryValue.ts",
"src/dfp/soap/clickTag.ts",
"src/dfp/soap/clickTrackingCreative.ts",
"src/dfp/soap/clickTrackingLineItemError.ts",
"src/dfp/soap/clickTrackingLineItemErrorReason.ts",
"src/dfp/soap/cmsContent.ts",
"src/dfp/soap/collectionSizeError.ts",
"src/dfp/soap/collectionSizeErrorReason.ts",
"src/dfp/soap/column.ts",
"src/dfp/soap/columnType.ts",
"src/dfp/soap/commonError.ts",
"src/dfp/soap/commonErrorReason.ts",
"src/dfp/soap/companionDeliveryOption.ts",
"src/dfp/soap/company.ts",
"src/dfp/soap/companyCreditStatus.ts",
"src/dfp/soap/companyCreditStatusError.ts",
"src/dfp/soap/companyCreditStatusErrorReason.ts",
"src/dfp/soap/companyError.ts",
"src/dfp/soap/companyErrorReason.ts",
"src/dfp/soap/companyPage.ts",
"src/dfp/soap/companySettings.ts",
"src/dfp/soap/companyType.ts",
"src/dfp/soap/computedStatus.ts",
"src/dfp/soap/contact.ts",
"src/dfp/soap/contactError.ts",
"src/dfp/soap/contactErrorReason.ts",
"src/dfp/soap/contactPage.ts",
"src/dfp/soap/contactStatus.ts",
"src/dfp/soap/contendingLineItem.ts",
"src/dfp/soap/content.ts",
"src/dfp/soap/contentBundle.ts",
"src/dfp/soap/contentBundleAction.ts",
"src/dfp/soap/contentBundlePage.ts",
"src/dfp/soap/contentBundlePremiumFeature.ts",
"src/dfp/soap/contentBundleStatus.ts",
"src/dfp/soap/contentMetadataKeyHierarchy.ts",
"src/dfp/soap/contentMetadataKeyHierarchyAction.ts",
"src/dfp/soap/contentMetadataKeyHierarchyError.ts",
"src/dfp/soap/contentMetadataKeyHierarchyErrorReason.ts",
"src/dfp/soap/contentMetadataKeyHierarchyLevel.ts",
"src/dfp/soap/contentMetadataKeyHierarchyPage.ts",
"src/dfp/soap/contentMetadataKeyHierarchyStatus.ts",
"src/dfp/soap/contentMetadataKeyHierarchyTargeting.ts",
"src/dfp/soap/contentMetadataTargetingError.ts",
"src/dfp/soap/contentMetadataTargetingErrorReason.ts",
"src/dfp/soap/contentPage.ts",
"src/dfp/soap/contentPartnerError.ts",
"src/dfp/soap/contentPartnerErrorReason.ts",
"src/dfp/soap/contentStatus.ts",
"src/dfp/soap/contentStatusDefinedBy.ts",
"src/dfp/soap/contentTargeting.ts",
"src/dfp/soap/conversionEvent.ts",
"src/dfp/soap/conversionEventTrackingUrlsMapEntry.ts",
"src/dfp/soap/costAdjustment.ts",
"src/dfp/soap/costType.ts",
"src/dfp/soap/createProposalLineItemsFromPackages.ts",
"src/dfp/soap/creative.ts",
"src/dfp/soap/creativeAsset.ts",
"src/dfp/soap/creativeAssetMacroError.ts",
"src/dfp/soap/creativeAssetMacroErrorReason.ts",
"src/dfp/soap/creativeError.ts",
"src/dfp/soap/creativeErrorReason.ts",
"src/dfp/soap/creativePage.ts",
"src/dfp/soap/creativePersistenceType.ts",
"src/dfp/soap/creativePlaceholder.ts",
"src/dfp/soap/creativePolicyViolation.ts",
"src/dfp/soap/creativePreviewError.ts",
"src/dfp/soap/creativePreviewErrorReason.ts",
"src/dfp/soap/creativeRotationType.ts",
"src/dfp/soap/creativeSet.ts",
"src/dfp/soap/creativeSetError.ts",
"src/dfp/soap/creativeSetErrorReason.ts",
"src/dfp/soap/creativeSetPage.ts",
"src/dfp/soap/creativeSizeType.ts",
"src/dfp/soap/creativeTargeting.ts",
"src/dfp/soap/creativeTemplate.ts",
"src/dfp/soap/creativeTemplateError.ts",
"src/dfp/soap/creativeTemplateErrorReason.ts",
"src/dfp/soap/creativeTemplateOperationError.ts",
"src/dfp/soap/creativeTemplateOperationErrorReason.ts",
"src/dfp/soap/creativeTemplatePage.ts",
"src/dfp/soap/creativeTemplateStatus.ts",
"src/dfp/soap/creativeTemplateType.ts",
"src/dfp/soap/creativeTemplateVariable.ts",
"src/dfp/soap/creativeWrapper.ts",
"src/dfp/soap/creativeWrapperAction.ts",
"src/dfp/soap/creativeWrapperError.ts",
"src/dfp/soap/creativeWrapperErrorReason.ts",
"src/dfp/soap/creativeWrapperHtmlSnippet.ts",
"src/dfp/soap/creativeWrapperOrdering.ts",
"src/dfp/soap/creativeWrapperPage.ts",
"src/dfp/soap/creativeWrapperStatus.ts",
"src/dfp/soap/crossSellError.ts",
"src/dfp/soap/crossSellErrorReason.ts",
"src/dfp/soap/crossSellingDistributor.ts",
"src/dfp/soap/customCreative.ts",
"src/dfp/soap/customCreativeAsset.ts",
"src/dfp/soap/customCreativeError.ts",
"src/dfp/soap/customCreativeErrorReason.ts",
"src/dfp/soap/customCriteria.ts",
"src/dfp/soap/customCriteriaComparisonOperator.ts",
"src/dfp/soap/customCriteriaLeaf.ts",
"src/dfp/soap/customCriteriaNode.ts",
"src/dfp/soap/customCriteriaSet.ts",
"src/dfp/soap/customCriteriaSetLogicalOperator.ts",
"src/dfp/soap/customField.ts",
"src/dfp/soap/customFieldAction.ts",
"src/dfp/soap/customFieldDataType.ts",
"src/dfp/soap/customFieldEntityType.ts",
"src/dfp/soap/customFieldError.ts",
"src/dfp/soap/customFieldErrorReason.ts",
"src/dfp/soap/customFieldOption.ts",
"src/dfp/soap/customFieldPage.ts",
"src/dfp/soap/customFieldValue.ts",
"src/dfp/soap/customFieldValueError.ts",
"src/dfp/soap/customFieldValueErrorReason.ts",
"src/dfp/soap/customFieldVisibility.ts",
"src/dfp/soap/customizableAttributes.ts",
"src/dfp/soap/customTargetingError.ts",
"src/dfp/soap/customTargetingErrorReason.ts",
"src/dfp/soap/customTargetingKey.ts",
"src/dfp/soap/customTargetingKeyAction.ts",
"src/dfp/soap/customTargetingKeyPage.ts",
"src/dfp/soap/customTargetingKeyStatus.ts",
"src/dfp/soap/customTargetingKeyType.ts",
"src/dfp/soap/customTargetingPremiumFeature.ts",
"src/dfp/soap/customTargetingValue.ts",
"src/dfp/soap/customTargetingValueAction.ts",
"src/dfp/soap/customTargetingValueMatchType.ts",
"src/dfp/soap/customTargetingValuePage.ts",
"src/dfp/soap/customTargetingValueStatus.ts",
"src/dfp/soap/dateRangeType.ts",
"src/dfp/soap/dateTimeRangeTargetingError.ts",
"src/dfp/soap/dateTimeRangeTargetingErrorReason.ts",
"src/dfp/soap/dateTimeValue.ts",
"src/dfp/soap/dateValue.ts",
"src/dfp/soap/dayOfWeek.ts",
"src/dfp/soap/dayPart.ts",
"src/dfp/soap/daypartPremiumFeature.ts",
"src/dfp/soap/dayPartTargeting.ts",
"src/dfp/soap/dayPartTargetingError.ts",
"src/dfp/soap/dayPartTargetingErrorReason.ts",
"src/dfp/soap/deactivateAdExclusionRules.ts",
"src/dfp/soap/deactivateAdRules.ts",
"src/dfp/soap/deactivateAdUnits.ts",
"src/dfp/soap/deactivateAudienceSegments.ts",
"src/dfp/soap/deactivateContentBundles.ts",
"src/dfp/soap/deactivateCreativeWrappers.ts",
"src/dfp/soap/deactivateCustomFields.ts",
"src/dfp/soap/deactivateLabels.ts",
"src/dfp/soap/deactivateLineItemCreativeAssociations.ts",
"src/dfp/soap/deactivatePlacements.ts",
"src/dfp/soap/deactivateProductPackages.ts",
"src/dfp/soap/deactivateProducts.ts",
"src/dfp/soap/deactivateProductTemplates.ts",
"src/dfp/soap/deactivateRateCards.ts",
"src/dfp/soap/deactivateUsers.ts",
"src/dfp/soap/dealError.ts",
"src/dfp/soap/dealErrorReason.ts",
"src/dfp/soap/deleteAdRules.ts",
"src/dfp/soap/deleteBaseRates.ts",
"src/dfp/soap/deleteContentMetadataKeyHierarchies.ts",
"src/dfp/soap/deleteCustomTargetingKeys.ts",
"src/dfp/soap/deleteCustomTargetingValues.ts",
"src/dfp/soap/deleteExchangeRates.ts",
"src/dfp/soap/deleteLineItemCreativeAssociations.ts",
"src/dfp/soap/deleteLineItems.ts",
"src/dfp/soap/deleteOrders.ts",
"src/dfp/soap/deleteUserTeamAssociations.ts",
"src/dfp/soap/deliveryData.ts",
"src/dfp/soap/deliveryForecast.ts",
"src/dfp/soap/deliveryForecastOptions.ts",
"src/dfp/soap/deliveryIndicator.ts",
"src/dfp/soap/deliveryRateType.ts",
"src/dfp/soap/deliveryTimeZone.ts",
"src/dfp/soap/destinationUrlType.ts",
"src/dfp/soap/deviceCapability.ts",
"src/dfp/soap/deviceCapabilityPremiumFeature.ts",
"src/dfp/soap/deviceCapabilityTargeting.ts",
"src/dfp/soap/deviceCategory.ts",
"src/dfp/soap/deviceCategoryPremiumFeature.ts",
"src/dfp/soap/deviceCategoryTargeting.ts",
"src/dfp/soap/deviceManufacturer.ts",
"src/dfp/soap/deviceManufacturerPremiumFeature.ts",
"src/dfp/soap/deviceManufacturerTargeting.ts",
"src/dfp/soap/dfpDate.ts",
"src/dfp/soap/dfpDateTime.ts",
"src/dfp/soap/dfpLocation.ts",
"src/dfp/soap/dimension.ts",
"src/dfp/soap/dimensionAttribute.ts",
"src/dfp/soap/disapproveOrders.ts",
"src/dfp/soap/disapproveOrdersWithoutReservationChanges.ts",
"src/dfp/soap/discardLocalVersionEdits.ts",
"src/dfp/soap/dropDownCustomField.ts",
"src/dfp/soap/dropDownCustomFieldValue.ts",
"src/dfp/soap/editProposalsForNegotiation.ts",
"src/dfp/soap/entityChildrenLimitReachedError.ts",
"src/dfp/soap/entityChildrenLimitReachedErrorReason.ts",
"src/dfp/soap/entityLimitReachedError.ts",
"src/dfp/soap/entityLimitReachedErrorReason.ts",
"src/dfp/soap/environmentType.ts",
"src/dfp/soap/evaluationStatus.ts",
"src/dfp/soap/exchangeRate.ts",
"src/dfp/soap/exchangeRateAction.ts",
"src/dfp/soap/exchangeRateDirection.ts",
"src/dfp/soap/exchangeRateError.ts",
"src/dfp/soap/exchangeRateErrorReason.ts",
"src/dfp/soap/exchangeRatePage.ts",
"src/dfp/soap/exchangeRateRefreshRate.ts",
"src/dfp/soap/excludeContentFromContentBundle.ts",
"src/dfp/soap/exportFormat.ts",
"src/dfp/soap/featureError.ts",
"src/dfp/soap/featureErrorReason.ts",
"src/dfp/soap/fileError.ts",
"src/dfp/soap/fileErrorReason.ts",
"src/dfp/soap/firstPartyAudienceSegment.ts",
"src/dfp/soap/firstPartyAudienceSegmentRule.ts",
"src/dfp/soap/flashCreative.ts",
"src/dfp/soap/flashOverlayCreative.ts",
"src/dfp/soap/flashRedirectCreative.ts",
"src/dfp/soap/flashRedirectOverlayCreative.ts",
"src/dfp/soap/forecastError.ts",
"src/dfp/soap/forecastErrorReason.ts",
"src/dfp/soap/frequencyCap.ts",
"src/dfp/soap/frequencyCapBehavior.ts",
"src/dfp/soap/frequencyCapError.ts",
"src/dfp/soap/frequencyCapErrorReason.ts",
"src/dfp/soap/frequencyCapPremiumFeature.ts",
"src/dfp/soap/genericTargetingError.ts",
"src/dfp/soap/genericTargetingErrorReason.ts",
"src/dfp/soap/geographyPremiumFeature.ts",
"src/dfp/soap/geoTargeting.ts",
"src/dfp/soap/geoTargetingError.ts",
"src/dfp/soap/geoTargetingErrorReason.ts",
"src/dfp/soap/goal.ts",
"src/dfp/soap/goalType.ts",
"src/dfp/soap/grpAge.ts",
"src/dfp/soap/grpDemographicBreakdown.ts",
"src/dfp/soap/grpGender.ts",
"src/dfp/soap/grpProvider.ts",
"src/dfp/soap/grpSettings.ts",
"src/dfp/soap/grpSettingsError.ts",
"src/dfp/soap/grpSettingsErrorReason.ts",
"src/dfp/soap/grpTargetGender.ts",
"src/dfp/soap/grpUnitType.ts",
"src/dfp/soap/hasDestinationUrlCreative.ts",
"src/dfp/soap/hasHtmlSnippetDynamicAllocationCreative.ts",
"src/dfp/soap/html5Creative.ts",
"src/dfp/soap/html5Feature.ts",
"src/dfp/soap/htmlBundleProcessorError.ts",
"src/dfp/soap/htmlBundleProcessorErrorReason.ts",
"src/dfp/soap/imageCreative.ts",
"src/dfp/soap/imageDensity.ts",
"src/dfp/soap/imageError.ts",
"src/dfp/soap/imageErrorReason.ts",
"src/dfp/soap/imageOverlayCreative.ts",
"src/dfp/soap/imageRedirectCreative.ts",
"src/dfp/soap/imageRedirectOverlayCreative.ts",
"src/dfp/soap/includeContentInContentBundle.ts",
"src/dfp/soap/internalApiError.ts",
"src/dfp/soap/internalApiErrorReason.ts",
"src/dfp/soap/internalRedirectCreative.ts",
"src/dfp/soap/invalidColorError.ts",
"src/dfp/soap/invalidColorErrorReason.ts",
"src/dfp/soap/invalidEmailError.ts",
"src/dfp/soap/invalidEmailErrorReason.ts",
"src/dfp/soap/invalidPhoneNumberError.ts",
"src/dfp/soap/invalidPhoneNumberErrorReason.ts",
"src/dfp/soap/invalidUrlError.ts",
"src/dfp/soap/invalidUrlErrorReason.ts",
"src/dfp/soap/inventoryStatus.ts",
"src/dfp/soap/inventoryTargeting.ts",
"src/dfp/soap/inventoryTargetingError.ts",
"src/dfp/soap/inventoryTargetingErrorReason.ts",
"src/dfp/soap/inventoryUnitError.ts",
"src/dfp/soap/inventoryUnitErrorReason.ts",
"src/dfp/soap/inventoryUnitPartnerAssociationError.ts",
"src/dfp/soap/inventoryUnitPartnerAssociationErrorReason.ts",
"src/dfp/soap/inventoryUnitRefreshRateError.ts",
"src/dfp/soap/inventoryUnitRefreshRateErrorReason.ts",
"src/dfp/soap/inventoryUnitSizesError.ts",
"src/dfp/soap/inventoryUnitSizesErrorReason.ts",
"src/dfp/soap/label.ts",
"src/dfp/soap/labelAction.ts",
"src/dfp/soap/labelEntityAssociationError.ts",
"src/dfp/soap/labelEntityAssociationErrorReason.ts",
"src/dfp/soap/labelError.ts",
"src/dfp/soap/labelErrorReason.ts",
"src/dfp/soap/labelFrequencyCap.ts",
"src/dfp/soap/labelPage.ts",
"src/dfp/soap/labelType.ts",
"src/dfp/soap/legacyDfpCreative.ts",
"src/dfp/soap/legacyDfpMobileCreative.ts",
"src/dfp/soap/lineItem.ts",
"src/dfp/soap/lineItemAction.ts",
"src/dfp/soap/lineItemActivityAssociation.ts",
"src/dfp/soap/lineItemActivityAssociationError.ts",
"src/dfp/soap/lineItemActivityAssociationErrorReason.ts",
"src/dfp/soap/lineItemCreativeAssociation.ts",
"src/dfp/soap/lineItemCreativeAssociationAction.ts",
"src/dfp/soap/lineItemCreativeAssociationError.ts",
"src/dfp/soap/lineItemCreativeAssociationErrorReason.ts",
"src/dfp/soap/lineItemCreativeAssociationOperationError.ts",
"src/dfp/soap/lineItemCreativeAssociationOperationErrorReason.ts",
"src/dfp/soap/lineItemCreativeAssociationPage.ts",
"src/dfp/soap/lineItemCreativeAssociationStats.ts",
"src/dfp/soap/lineItemCreativeAssociationStatus.ts",
"src/dfp/soap/lineItemDeliveryForecast.ts",
"src/dfp/soap/lineItemDiscountType.ts",
"src/dfp/soap/lineItemError.ts",
"src/dfp/soap/lineItemErrorReason.ts",
"src/dfp/soap/lineItemFlightDateError.ts",
"src/dfp/soap/lineItemFlightDateErrorReason.ts",
"src/dfp/soap/lineItemOperationError.ts",
"src/dfp/soap/lineItemOperationErrorReason.ts",
"src/dfp/soap/lineItemPage.ts",
"src/dfp/soap/lineItemSummary.ts",
"src/dfp/soap/lineItemSummaryReservationStatus.ts",
"src/dfp/soap/lineItemTemplate.ts",
"src/dfp/soap/lineItemTemplatePage.ts",
"src/dfp/soap/lineItemType.ts",
"src/dfp/soap/linkStatus.ts",
"src/dfp/soap/listStringCreativeTemplateVariable.ts",
"src/dfp/soap/listStringCreativeTemplateVariableVariableChoice.ts",
"src/dfp/soap/liveStreamEvent.ts",
"src/dfp/soap/liveStreamEventAction.ts",
"src/dfp/soap/liveStreamEventActionError.ts",
"src/dfp/soap/liveStreamEventActionErrorReason.ts",
"src/dfp/soap/liveStreamEventDateTimeError.ts",
"src/dfp/soap/liveStreamEventDateTimeErrorReason.ts",
"src/dfp/soap/liveStreamEventPage.ts",
"src/dfp/soap/liveStreamEventStatus.ts",
"src/dfp/soap/location.ts",
"src/dfp/soap/lockedOrientation.ts",
"src/dfp/soap/longCreativeTemplateVariable.ts",
"src/dfp/soap/longCreativeTemplateVariableValue.ts",
"src/dfp/soap/longStatsMapEntry.ts",
"src/dfp/soap/marketplaceComment.ts",
"src/dfp/soap/marketplaceCommentPage.ts",
"src/dfp/soap/midrollFrequencyType.ts",
"src/dfp/soap/mimeType.ts",
"src/dfp/soap/minuteOfHour.ts",
"src/dfp/soap/mobileApplication.ts",
"src/dfp/soap/mobileApplicationAction.ts",
"src/dfp/soap/mobileApplicationActionError.ts",
"src/dfp/soap/mobileApplicationActionErrorReason.ts",
"src/dfp/soap/mobileApplicationError.ts",
"src/dfp/soap/mobileApplicationErrorReason.ts",
"src/dfp/soap/mobileApplicationPage.ts",
"src/dfp/soap/mobileApplicationPlatform.ts",
"src/dfp/soap/mobileApplicationStore.ts",
"src/dfp/soap/mobileApplicationTargeting.ts",
"src/dfp/soap/mobileCarrier.ts",
"src/dfp/soap/mobileCarrierPremiumFeature.ts",
"src/dfp/soap/mobileCarrierTargeting.ts",
"src/dfp/soap/mobileDevice.ts",
"src/dfp/soap/mobileDeviceSubmodel.ts",
"src/dfp/soap/mobileDeviceSubmodelTargeting.ts",
"src/dfp/soap/mobileDeviceTargeting.ts",
"src/dfp/soap/mobilePlatform.ts",
"src/dfp/soap/money.ts",
"src/dfp/soap/negotiationStatus.ts",
"src/dfp/soap/network.ts",
"src/dfp/soap/networkError.ts",
"src/dfp/soap/networkErrorReason.ts",
"src/dfp/soap/nonProgrammaticProductError.ts",
"src/dfp/soap/nonProgrammaticProductErrorReason.ts",
"src/dfp/soap/nonRuleBasedFirstPartyAudienceSegment.ts",
"src/dfp/soap/noPoddingAdRuleSlot.ts",
"src/dfp/soap/notNullError.ts",
"src/dfp/soap/notNullErrorReason.ts",
"src/dfp/soap/nullError.ts",
"src/dfp/soap/nullErrorReason.ts",
"src/dfp/soap/numberValue.ts",
"src/dfp/soap/objectValue.ts",
"src/dfp/soap/offlineError.ts",
"src/dfp/soap/operatingSystem.ts",
"src/dfp/soap/operatingSystemPremiumFeature.ts",
"src/dfp/soap/operatingSystemTargeting.ts",
"src/dfp/soap/operatingSystemVersion.ts",
"src/dfp/soap/operatingSystemVersionTargeting.ts",
"src/dfp/soap/optimizedPoddingAdRuleSlot.ts",
"src/dfp/soap/order.ts",
"src/dfp/soap/orderAction.ts",
"src/dfp/soap/orderActionError.ts",
"src/dfp/soap/orderActionErrorReason.ts",
"src/dfp/soap/orderError.ts",
"src/dfp/soap/orderErrorReason.ts",
"src/dfp/soap/orderPage.ts",
"src/dfp/soap/orderStatus.ts",
"src/dfp/soap/package.ts",
"src/dfp/soap/packageAction.ts",
"src/dfp/soap/packageActionError.ts",
"src/dfp/soap/packageActionErrorReason.ts",
"src/dfp/soap/packageError.ts",
"src/dfp/soap/packageErrorReason.ts",
"src/dfp/soap/packagePage.ts",
"src/dfp/soap/packageStatus.ts",
"src/dfp/soap/parseError.ts",
"src/dfp/soap/parseErrorReason.ts",
"src/dfp/soap/pauseLineItems.ts",
"src/dfp/soap/pauseLiveStreamEventAds.ts",
"src/dfp/soap/pauseLiveStreamEvents.ts",
"src/dfp/soap/pauseOrders.ts",
"src/dfp/soap/pauseProposalLineItems.ts",
"src/dfp/soap/permissionError.ts",
"src/dfp/soap/permissionErrorReason.ts",
"src/dfp/soap/placement.ts",
"src/dfp/soap/placementAction.ts",
"src/dfp/soap/placementError.ts",
"src/dfp/soap/placementErrorReason.ts",
"src/dfp/soap/placementPage.ts",
"src/dfp/soap/placementPremiumFeature.ts",
"src/dfp/soap/placementTargeting.ts",
"src/dfp/soap/poddingError.ts",
"src/dfp/soap/poddingErrorReason.ts",
"src/dfp/soap/populateAudienceSegments.ts",
"src/dfp/soap/precisionError.ts",
"src/dfp/soap/precisionErrorReason.ts",
"src/dfp/soap/premiumAdjustmentType.ts",
"src/dfp/soap/premiumFeature.ts",
"src/dfp/soap/premiumRate.ts",
"src/dfp/soap/premiumRateError.ts",
"src/dfp/soap/premiumRateErrorReason.ts",
"src/dfp/soap/premiumRatePage.ts",
"src/dfp/soap/premiumRateValue.ts",
"src/dfp/soap/pricingMethod.ts",
"src/dfp/soap/pricingModel.ts",
"src/dfp/soap/product.ts",
"src/dfp/soap/productAction.ts",
"src/dfp/soap/productActionError.ts",
"src/dfp/soap/productActionErrorReason.ts",
"src/dfp/soap/productBaseRate.ts",
"src/dfp/soap/productError.ts",
"src/dfp/soap/productErrorReason.ts",
"src/dfp/soap/productMarketplaceInfo.ts",
"src/dfp/soap/productPackage.ts",
"src/dfp/soap/productPackageAction.ts",
"src/dfp/soap/productPackageActionError.ts",
"src/dfp/soap/productPackageActionErrorReason.ts",
"src/dfp/soap/productPackageItem.ts",
"src/dfp/soap/productPackageItemAction.ts",
"src/dfp/soap/productPackageItemActionError.ts",
"src/dfp/soap/productPackageItemActionErrorReason.ts",
"src/dfp/soap/productPackageItemBaseRate.ts",
"src/dfp/soap/productPackageItemError.ts",
"src/dfp/soap/productPackageItemErrorReason.ts",
"src/dfp/soap/productPackageItemPage.ts",
"src/dfp/soap/productPackagePage.ts",
"src/dfp/soap/productPackageRateCardAssociationError.ts",
"src/dfp/soap/productPackageRateCardAssociationErrorReason.ts",
"src/dfp/soap/productPackageStatus.ts",
"src/dfp/soap/productPage.ts",
"src/dfp/soap/productSegmentation.ts",
"src/dfp/soap/productStatus.ts",
"src/dfp/soap/productTemplate.ts",
"src/dfp/soap/productTemplateAction.ts",
"src/dfp/soap/productTemplateActionError.ts",
"src/dfp/soap/productTemplateActionErrorReason.ts",
"src/dfp/soap/productTemplateBaseRate.ts",
"src/dfp/soap/productTemplateError.ts",
"src/dfp/soap/productTemplateErrorReason.ts",
"src/dfp/soap/productTemplateMarketplaceInfo.ts",
"src/dfp/soap/productTemplatePage.ts",
"src/dfp/soap/productTemplateStatus.ts",
"src/dfp/soap/productType.ts",
"src/dfp/soap/programmaticCreative.ts",
"src/dfp/soap/programmaticEntitiesError.ts",
"src/dfp/soap/programmaticEntitiesErrorReason.ts",
"src/dfp/soap/programmaticError.ts",
"src/dfp/soap/programmaticErrorReason.ts",
"src/dfp/soap/programmaticProductError.ts",
"src/dfp/soap/programmaticProductErrorReason.ts",
"src/dfp/soap/progressAction.ts",
"src/dfp/soap/progressRule.ts",
"src/dfp/soap/progressStep.ts",
"src/dfp/soap/proposal.ts",
"src/dfp/soap/proposalAction.ts",
"src/dfp/soap/proposalActionError.ts",
"src/dfp/soap/proposalActionErrorReason.ts",
"src/dfp/soap/proposalApprovalStatus.ts",
"src/dfp/soap/proposalCompanyAssociation.ts",
"src/dfp/soap/proposalCompanyAssociationType.ts",
"src/dfp/soap/proposalError.ts",
"src/dfp/soap/proposalErrorReason.ts",
"src/dfp/soap/proposalLineItem.ts",
"src/dfp/soap/proposalLineItemAction.ts",
"src/dfp/soap/proposalLineItemActionError.ts",
"src/dfp/soap/proposalLineItemActionErrorReason.ts",
"src/dfp/soap/proposalLineItemConstraints.ts",
"src/dfp/soap/proposalLineItemError.ts",
"src/dfp/soap/proposalLineItemErrorReason.ts",
"src/dfp/soap/proposalLineItemMarketplaceInfo.ts",
"src/dfp/soap/proposalLineItemPage.ts",
"src/dfp/soap/proposalLineItemPremium.ts",
"src/dfp/soap/proposalLineItemPremiumStatus.ts",
"src/dfp/soap/proposalLineItemProgrammaticError.ts",
"src/dfp/soap/proposalLineItemProgrammaticErrorReason.ts",
"src/dfp/soap/proposalLink.ts",
"src/dfp/soap/proposalMarketplaceInfo.ts",
"src/dfp/soap/proposalPage.ts",
"src/dfp/soap/proposalStatus.ts",
"src/dfp/soap/proposalTermsAndConditions.ts",
"src/dfp/soap/prospectiveLineItem.ts",
"src/dfp/soap/publisherQueryLanguageContextError.ts",
"src/dfp/soap/publisherQueryLanguageContextErrorReason.ts",
"src/dfp/soap/publisherQueryLanguageSyntaxError.ts",
"src/dfp/soap/publisherQueryLanguageSyntaxErrorReason.ts",
"src/dfp/soap/publishProducts.ts",
"src/dfp/soap/quotaError.ts",
"src/dfp/soap/quotaErrorReason.ts",
"src/dfp/soap/rangeError.ts",
"src/dfp/soap/rangeErrorReason.ts",
"src/dfp/soap/rateCard.ts",
"src/dfp/soap/rateCardAction.ts",
"src/dfp/soap/rateCardActionError.ts",
"src/dfp/soap/rateCardActionErrorReason.ts",
"src/dfp/soap/rateCardError.ts",
"src/dfp/soap/rateCardErrorReason.ts",
"src/dfp/soap/rateCardPage.ts",
"src/dfp/soap/rateCardStatus.ts",
"src/dfp/soap/rateType.ts",
"src/dfp/soap/reconciliationError.ts",
"src/dfp/soap/reconciliationErrorReason.ts",
"src/dfp/soap/reconciliationImportError.ts",
"src/dfp/soap/reconciliationImportErrorReason.ts",
"src/dfp/soap/reconciliationLineItemReport.ts",
"src/dfp/soap/reconciliationLineItemReportPage.ts",
"src/dfp/soap/reconciliationOrderReport.ts",
"src/dfp/soap/reconciliationOrderReportAction.ts",
"src/dfp/soap/reconciliationOrderReportPage.ts",
"src/dfp/soap/reconciliationOrderReportStatus.ts",
"src/dfp/soap/reconciliationReport.ts",
"src/dfp/soap/reconciliationReportPage.ts",
"src/dfp/soap/reconciliationReportRow.ts",
"src/dfp/soap/reconciliationReportRowPage.ts",
"src/dfp/soap/reconciliationReportStatus.ts",
"src/dfp/soap/redirectAsset.ts",
"src/dfp/soap/regExError.ts",
"src/dfp/soap/regExErrorReason.ts",
"src/dfp/soap/rejectAudienceSegments.ts",
"src/dfp/soap/rejectWorkflowApprovalRequests.ts",
"src/dfp/soap/releaseLineItems.ts",
"src/dfp/soap/releaseProposalLineItems.ts",
"src/dfp/soap/removeAdUnitsFromPlacement.ts",
"src/dfp/soap/reportDownloadOptions.ts",
"src/dfp/soap/reportError.ts",
"src/dfp/soap/reportErrorReason.ts",
"src/dfp/soap/reportJob.ts",
"src/dfp/soap/reportJobStatus.ts",
"src/dfp/soap/reportQuery.ts",
"src/dfp/soap/reportQueryAdUnitView.ts",
"src/dfp/soap/requestApprovalProgressAction.ts",
"src/dfp/soap/requestBuyerAcceptance.ts",
"src/dfp/soap/requiredCollectionError.ts",
"src/dfp/soap/requiredCollectionErrorReason.ts",
"src/dfp/soap/requiredError.ts",
"src/dfp/soap/requiredErrorReason.ts",
"src/dfp/soap/requiredNumberError.ts",
"src/dfp/soap/requiredNumberErrorReason.ts",
"src/dfp/soap/requiredSizeError.ts",
"src/dfp/soap/requiredSizeErrorReason.ts",
"src/dfp/soap/reservationDetailsError.ts",
"src/dfp/soap/reservationDetailsErrorReason.ts",
"src/dfp/soap/reservationStatus.ts",
"src/dfp/soap/reserveAndOverbookLineItems.ts",
"src/dfp/soap/reserveInventoryProgressAction.ts",
"src/dfp/soap/reserveLineItems.ts",
"src/dfp/soap/reserveProposalLineItems.ts",
"src/dfp/soap/reserveProposals.ts",
"src/dfp/soap/resultSet.ts",
"src/dfp/soap/resumeAndOverbookLineItems.ts",
"src/dfp/soap/resumeAndOverbookOrders.ts",
"src/dfp/soap/resumeLineItems.ts",
"src/dfp/soap/resumeOrders.ts",
"src/dfp/soap/resumeProposalLineItems.ts",
"src/dfp/soap/retractionDetails.ts",
"src/dfp/soap/retractOrders.ts",
"src/dfp/soap/retractOrdersWithoutReservationChanges.ts",
"src/dfp/soap/retractProposals.ts",
"src/dfp/soap/revertReconciliationOrderReports.ts",
"src/dfp/soap/richMediaStudioChildAssetProperty.ts",
"src/dfp/soap/richMediaStudioChildAssetPropertyType.ts",
"src/dfp/soap/richMediaStudioCreative.ts",
"src/dfp/soap/richMediaStudioCreativeArtworkType.ts",
"src/dfp/soap/richMediaStudioCreativeBillingAttribute.ts",
"src/dfp/soap/richMediaStudioCreativeError.ts",
"src/dfp/soap/richMediaStudioCreativeErrorReason.ts",
"src/dfp/soap/richMediaStudioCreativeFormat.ts",
"src/dfp/soap/roadblockingType.ts",
"src/dfp/soap/role.ts",
"src/dfp/soap/row.ts",
"src/dfp/soap/ruleBasedFirstPartyAudienceSegment.ts",
"src/dfp/soap/ruleBasedFirstPartyAudienceSegmentSummary.ts",
"src/dfp/soap/salespersonSplit.ts",
"src/dfp/soap/samSessionError.ts",
"src/dfp/soap/samSessionErrorReason.ts",
"src/dfp/soap/savedQuery.ts",
"src/dfp/soap/savedQueryPage.ts",
"src/dfp/soap/scalableType.ts",
"src/dfp/soap/sendNotificationProgressAction.ts",
"src/dfp/soap/serverError.ts",
"src/dfp/soap/serverErrorReason.ts",
"src/dfp/soap/setTopBoxCreative.ts",
"src/dfp/soap/setTopBoxCreativeError.ts",
"src/dfp/soap/setTopBoxCreativeErrorReason.ts",
"src/dfp/soap/setTopBoxInfo.ts",
"src/dfp/soap/setTopBoxLineItemError.ts",
"src/dfp/soap/setTopBoxLineItemErrorReason.ts",
"src/dfp/soap/setTopBoxSyncStatus.ts",
"src/dfp/soap/setValue.ts",
"src/dfp/soap/sharedAudienceSegment.ts",
"src/dfp/soap/siteTargetingInfo.ts",
"src/dfp/soap/size.ts",
"src/dfp/soap/skipWorkflowExternalConditionRequests.ts",
"src/dfp/soap/smartSizeMode.ts",
"src/dfp/soap/sslManualOverride.ts",
"src/dfp/soap/sslScanResult.ts",
"src/dfp/soap/standardPoddingAdRuleSlot.ts",
"src/dfp/soap/startDateTimeType.ts",
"src/dfp/soap/statement.ts",
"src/dfp/soap/statementError.ts",
"src/dfp/soap/statementErrorReason.ts",
"src/dfp/soap/stats.ts",
"src/dfp/soap/stringCreativeTemplateVariable.ts",
"src/dfp/soap/stringCreativeTemplateVariableValue.ts",
"src/dfp/soap/stringLengthError.ts",
"src/dfp/soap/stringLengthErrorReason.ts",
"src/dfp/soap/stringValueMapEntry.ts",
"src/dfp/soap/submitOrdersForApproval.ts",
"src/dfp/soap/submitOrdersForApprovalAndOverbook.ts",
"src/dfp/soap/submitOrdersForApprovalWithoutReservationChanges.ts",
"src/dfp/soap/submitProposalsForApproval.ts",
"src/dfp/soap/submitProposalsForApprovalBypassValidation.ts",
"src/dfp/soap/submitProposalsForArchival.ts",
"src/dfp/soap/submitReconciliationOrderReports.ts",
"src/dfp/soap/suggestedAdUnit.ts",
"src/dfp/soap/suggestedAdUnitAction.ts",
"src/dfp/soap/suggestedAdUnitPage.ts",
"src/dfp/soap/suggestedAdUnitUpdateResult.ts",
"src/dfp/soap/swiffyConversionError.ts",
"src/dfp/soap/swiffyConversionErrorReason.ts",
"src/dfp/soap/swiffyFallbackAsset.ts",
"src/dfp/soap/syncProposalsWithMarketplace.ts",
"src/dfp/soap/targeting.ts",
"src/dfp/soap/targetingCriteriaBreakdown.ts",
"src/dfp/soap/targetingDimension.ts",
"src/dfp/soap/targetingValue.ts",
"src/dfp/soap/targetPlatform.ts",
"src/dfp/soap/team.ts",
"src/dfp/soap/teamAccessType.ts",
"src/dfp/soap/teamError.ts",
"src/dfp/soap/teamErrorReason.ts",
"src/dfp/soap/teamPage.ts",
"src/dfp/soap/technology.ts",
"src/dfp/soap/technologyTargeting.ts",
"src/dfp/soap/technologyTargetingError.ts",
"src/dfp/soap/technologyTargetingErrorReason.ts",
"src/dfp/soap/templateCreative.ts",
"src/dfp/soap/templateInstantiatedCreativeError.ts",
"src/dfp/soap/templateInstantiatedCreativeErrorReason.ts",
"src/dfp/soap/terminateNegotiations.ts",
"src/dfp/soap/textValue.ts",
"src/dfp/soap/thirdPartyAudienceSegment.ts",
"src/dfp/soap/thirdPartyAudienceSegmentAudienceSegmentApprovalStatus.ts",
"src/dfp/soap/thirdPartyAudienceSegmentLicenseType.ts",
"src/dfp/soap/thirdPartyCreative.ts",
"src/dfp/soap/timeOfDay.ts",
"src/dfp/soap/timeUnit.ts",
"src/dfp/soap/timeZoneError.ts",
"src/dfp/soap/timeZoneErrorReason.ts",
"src/dfp/soap/tokenError.ts",
"src/dfp/soap/tokenErrorReason.ts",
"src/dfp/soap/trackingUrls.ts",
"src/dfp/soap/triggerWorkflowExternalConditionRequests.ts",
"src/dfp/soap/typeError.ts",
"src/dfp/soap/unarchiveLineItems.ts",
"src/dfp/soap/unarchiveMobileApplications.ts",
"src/dfp/soap/unarchiveOrders.ts",
"src/dfp/soap/unArchiveProductPackageItems.ts",
"src/dfp/soap/unarchiveProductPackages.ts",
"src/dfp/soap/unarchiveProductTemplates.ts",
"src/dfp/soap/unarchiveProposalLineItems.ts",
"src/dfp/soap/unarchiveProposals.ts",
"src/dfp/soap/uniqueError.ts",
"src/dfp/soap/unitType.ts",
"src/dfp/soap/unknownAdRuleSlot.ts",
"src/dfp/soap/unknownBaseRate.ts",
"src/dfp/soap/unknownPremiumFeature.ts",
"src/dfp/soap/unlinkProposalLineItems.ts",
"src/dfp/soap/unsupportedCreative.ts",
"src/dfp/soap/updateOrderWithSellerData.ts",
"src/dfp/soap/updateResult.ts",
"src/dfp/soap/urlCreativeTemplateVariable.ts",
"src/dfp/soap/urlCreativeTemplateVariableValue.ts",
"src/dfp/soap/user.ts",
"src/dfp/soap/userAction.ts",
"src/dfp/soap/userDomainPremiumFeature.ts",
"src/dfp/soap/userDomainTargeting.ts",
"src/dfp/soap/userDomainTargetingError.ts",
"src/dfp/soap/userDomainTargetingErrorReason.ts",
"src/dfp/soap/userPage.ts",
"src/dfp/soap/userRecord.ts",
"src/dfp/soap/userRecordTeamAssociation.ts",
"src/dfp/soap/userTeamAssociation.ts",
"src/dfp/soap/userTeamAssociationAction.ts",
"src/dfp/soap/userTeamAssociationPage.ts",
"src/dfp/soap/value.ts",
"src/dfp/soap/valueSourceType.ts",
"src/dfp/soap/vastRedirectCreative.ts",
"src/dfp/soap/vastRedirectType.ts",
"src/dfp/soap/videoBumperType.ts",
"src/dfp/soap/videoCreative.ts",
"src/dfp/soap/videoDeliveryType.ts",
"src/dfp/soap/videoMetadata.ts",
"src/dfp/soap/videoPosition.ts",
"src/dfp/soap/videoPositionPremiumFeature.ts",
"src/dfp/soap/videoPositionTarget.ts",
"src/dfp/soap/videoPositionTargeting.ts",
"src/dfp/soap/videoPositionTargetingError.ts",
"src/dfp/soap/videoPositionTargetingErrorReason.ts",
"src/dfp/soap/videoPositionType.ts",
"src/dfp/soap/videoPositionWithinPod.ts",
"src/dfp/soap/videoRedirectAsset.ts",
"src/dfp/soap/videoRedirectCreative.ts",
"src/dfp/soap/vpaidLinearCreative.ts",
"src/dfp/soap/vpaidLinearRedirectCreative.ts",
"src/dfp/soap/withdrawProducts.ts",
"src/dfp/soap/workflowActionError.ts",
"src/dfp/soap/workflowActionErrorReason.ts",
"src/dfp/soap/workflowApprovalRequest.ts",
"src/dfp/soap/workflowApprovalRequestStatus.ts",
"src/dfp/soap/workflowEntityType.ts",
"src/dfp/soap/workflowEvaluationStatus.ts",
"src/dfp/soap/workflowExternalConditionRequest.ts",
"src/dfp/soap/workflowProgress.ts",
"src/dfp/soap/workflowRequest.ts",
"src/dfp/soap/workflowRequestAction.ts",
"src/dfp/soap/workflowRequestError.ts",
"src/dfp/soap/workflowRequestErrorReason.ts",
"src/dfp/soap/workflowRequestPage.ts",
"src/dfp/soap/workflowRequestType.ts",
"src/dfp/soap/workflowValidationError.ts",
"src/dfp/soap/workflowValidationErrorReason.ts",
"src/dfp/util/dateTimeUtils.ts",
"src/dfp/util/pql.ts",
"src/dfp/util/reportDownloader.ts",
"src/dfp/util/statementBuilder.ts",
"src/index.ts",
"src/settings.ts",
"typings/globals/google-apps-script/google-apps-script.base/index.d.ts",
"typings/globals/google-apps-script/google-apps-script.types/index.d.ts",
"typings/globals/google-apps-script/google-apps-script.url-fetch/index.d.ts",
"typings/globals/node/index.d.ts",
"typings/globals/sprintf-js/index.d.ts",
"typings/globals/xml2js/index.d.ts",
"typings/index.d.ts",
"typings/modules/form-data/index.d.ts",
"typings/modules/mime/index.d.ts",
"typings/modules/request/index.d.ts",
"web_modules/fs/index.ts"
]
}