dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
733 lines (732 loc) • 66.5 kB
TypeScript
export { DfpConfig } from './lib/dfpConfig';
export { DfpUser } from './lib/dfpUser';
export { OAuth2Token } from './lib/oauth2Token';
export { DateTimeUtils } from './util/dateTimeUtils';
export { Pql } from './util/pql';
export { ReportDownloader } from './util/reportDownloader';
export { StatementBuilder } from './util/statementBuilder';
export { PromiseUtils } from '../common/util/promiseUtils';
export { IOAuth2Handler } from '../common/util/iOAuth2Handler';
export { OAuth2Handler } from '../common/util/oauth2Handler';
export { ActivityGroupService } from './service/activityGroupService';
export { ActivityService } from './service/activityService';
export { AdExclusionRuleService } from './service/adExclusionRuleService';
export { AdRuleService } from './service/adRuleService';
export { AudienceSegmentService } from './service/audienceSegmentService';
export { BaseRateService } from './service/baseRateService';
export { CompanyService } from './service/companyService';
export { ContactService } from './service/contactService';
export { ContentBundleService } from './service/contentBundleService';
export { ContentMetadataKeyHierarchyService } from './service/contentMetadataKeyHierarchyService';
export { ContentService } from './service/contentService';
export { CreativeService } from './service/creativeService';
export { CreativeSetService } from './service/creativeSetService';
export { CreativeTemplateService } from './service/creativeTemplateService';
export { CreativeWrapperService } from './service/creativeWrapperService';
export { CustomFieldService } from './service/customFieldService';
export { CustomTargetingService } from './service/customTargetingService';
export { ExchangeRateService } from './service/exchangeRateService';
export { ForecastService } from './service/forecastService';
export { InventoryService } from './service/inventoryService';
export { LabelService } from './service/labelService';
export { LineItemCreativeAssociationService } from './service/lineItemCreativeAssociationService';
export { LineItemService } from './service/lineItemService';
export { LineItemTemplateService } from './service/lineItemTemplateService';
export { LiveStreamEventService } from './service/liveStreamEventService';
export { MobileApplicationService } from './service/mobileApplicationService';
export { NetworkService } from './service/networkService';
export { OrderService } from './service/orderService';
export { PackageService } from './service/packageService';
export { PlacementService } from './service/placementService';
export { PremiumRateService } from './service/premiumRateService';
export { ProductPackageItemService } from './service/productPackageItemService';
export { ProductPackageService } from './service/productPackageService';
export { ProductService } from './service/productService';
export { ProductTemplateService } from './service/productTemplateService';
export { ProposalLineItemService } from './service/proposalLineItemService';
export { ProposalService } from './service/proposalService';
export { PublisherQueryLanguageService } from './service/publisherQueryLanguageService';
export { RateCardService } from './service/rateCardService';
export { ReconciliationLineItemReportService } from './service/reconciliationLineItemReportService';
export { ReconciliationOrderReportService } from './service/reconciliationOrderReportService';
export { ReconciliationReportRowService } from './service/reconciliationReportRowService';
export { ReconciliationReportService } from './service/reconciliationReportService';
export { ReportService } from './service/reportService';
export { SuggestedAdUnitService } from './service/suggestedAdUnitService';
export { TeamService } from './service/teamService';
export { UserService } from './service/userService';
export { UserTeamAssociationService } from './service/userTeamAssociationService';
export { WorkflowRequestService } from './service/workflowRequestService';
export { AdExchangeEnvironment } from './soap/adExchangeEnvironment';
export { ActivateAdExclusionRules } from './soap/activateAdExclusionRules';
export { ActivateAdRules } from './soap/activateAdRules';
export { ActivateAdUnits } from './soap/activateAdUnits';
export { ActivateAudienceSegments } from './soap/activateAudienceSegments';
export { ActivateContentBundles } from './soap/activateContentBundles';
export { ActivateCreativeWrappers } from './soap/activateCreativeWrappers';
export { ActivateCustomFields } from './soap/activateCustomFields';
export { ActivateCustomTargetingKeys } from './soap/activateCustomTargetingKeys';
export { ActivateCustomTargetingValues } from './soap/activateCustomTargetingValues';
export { ActivateLabels } from './soap/activateLabels';
export { ActivateLineItemCreativeAssociations } from './soap/activateLineItemCreativeAssociations';
export { ActivateLineItems } from './soap/activateLineItems';
export { ActivateLiveStreamEvents } from './soap/activateLiveStreamEvents';
export { ActivatePlacements } from './soap/activatePlacements';
export { ActivateProductPackages } from './soap/activateProductPackages';
export { ActivateProductTemplates } from './soap/activateProductTemplates';
export { ActivateProducts } from './soap/activateProducts';
export { ActivateRateCards } from './soap/activateRateCards';
export { ActivateUsers } from './soap/activateUsers';
export { Activity } from './soap/activity';
export { ActivityError } from './soap/activityError';
export { ActivityErrorReason } from './soap/activityErrorReason';
export { ActivityGroup } from './soap/activityGroup';
export { ActivityGroupPage } from './soap/activityGroupPage';
export { ActivityGroupStatus } from './soap/activityGroupStatus';
export { ActivityPage } from './soap/activityPage';
export { ActivityStatus } from './soap/activityStatus';
export { ActivityType } from './soap/activityType';
export { ActualizeProposalLineItems } from './soap/actualizeProposalLineItems';
export { AdBreakFillType } from './soap/adBreakFillType';
export { AdExchangeCreative } from './soap/adExchangeCreative';
export { AdExclusionRule } from './soap/adExclusionRule';
export { AdExclusionRuleAction } from './soap/adExclusionRuleAction';
export { AdExclusionRuleError } from './soap/adExclusionRuleError';
export { AdExclusionRuleErrorReason } from './soap/adExclusionRuleErrorReason';
export { AdExclusionRulePage } from './soap/adExclusionRulePage';
export { AdExclusionRuleType } from './soap/adExclusionRuleType';
export { AdMobBackfillCreative } from './soap/adMobBackfillCreative';
export { AdRule } from './soap/adRule';
export { AdRuleAction } from './soap/adRuleAction';
export { AdRuleDateError } from './soap/adRuleDateError';
export { AdRuleDateErrorReason } from './soap/adRuleDateErrorReason';
export { AdRuleFrequencyCapError } from './soap/adRuleFrequencyCapError';
export { AdRuleFrequencyCapErrorReason } from './soap/adRuleFrequencyCapErrorReason';
export { AdRulePage } from './soap/adRulePage';
export { AdRulePriorityError } from './soap/adRulePriorityError';
export { AdRulePriorityErrorReason } from './soap/adRulePriorityErrorReason';
export { AdRuleSlotBehavior } from './soap/adRuleSlotBehavior';
export { AdRuleSlotBumper } from './soap/adRuleSlotBumper';
export { AdRuleSlotError } from './soap/adRuleSlotError';
export { AdRuleSlotErrorReason } from './soap/adRuleSlotErrorReason';
export { AdRuleStatus } from './soap/adRuleStatus';
export { AdSenseAccountError } from './soap/adSenseAccountError';
export { AdSenseAccountErrorReason } from './soap/adSenseAccountErrorReason';
export { AdSenseCreative } from './soap/adSenseCreative';
export { AdSenseSettings } from './soap/adSenseSettings';
export { AdSenseSettingsAdType } from './soap/adSenseSettingsAdType';
export { AdSenseSettingsBorderStyle } from './soap/adSenseSettingsBorderStyle';
export { AdSenseSettingsFontFamily } from './soap/adSenseSettingsFontFamily';
export { AdSenseSettingsFontSize } from './soap/adSenseSettingsFontSize';
export { AdSenseSettingsInheritedProperty } from './soap/adSenseSettingsInheritedProperty';
export { AdUnit } from './soap/adUnit';
export { AdUnitAction } from './soap/adUnitAction';
export { AdUnitCodeError } from './soap/adUnitCodeError';
export { AdUnitCodeErrorReason } from './soap/adUnitCodeErrorReason';
export { AdUnitHierarchyError } from './soap/adUnitHierarchyError';
export { AdUnitHierarchyErrorReason } from './soap/adUnitHierarchyErrorReason';
export { AdUnitPage } from './soap/adUnitPage';
export { AdUnitParent } from './soap/adUnitParent';
export { AdUnitPremiumFeature } from './soap/adUnitPremiumFeature';
export { AdUnitSize } from './soap/adUnitSize';
export { AdUnitTargetWindow } from './soap/adUnitTargetWindow';
export { AdUnitTargeting } from './soap/adUnitTargeting';
export { AdUnitTypeError } from './soap/adUnitTypeError';
export { AdUnitTypeErrorReason } from './soap/adUnitTypeErrorReason';
export { AlternativeUnitTypeForecast } from './soap/alternativeUnitTypeForecast';
export { ApiError } from './soap/apiError';
export { ApiException } from './soap/apiException';
export { ApiFramework } from './soap/apiFramework';
export { ApiVersionError } from './soap/apiVersionError';
export { ApiVersionErrorReason } from './soap/apiVersionErrorReason';
export { ApplicationException } from './soap/applicationException';
export { AppliedLabel } from './soap/appliedLabel';
export { ApproveAndOverbookOrders } from './soap/approveAndOverbookOrders';
export { ApproveAudienceSegments } from './soap/approveAudienceSegments';
export { ApproveOrders } from './soap/approveOrders';
export { ApproveOrdersWithoutReservationChanges } from './soap/approveOrdersWithoutReservationChanges';
export { ApproveSuggestedAdUnits } from './soap/approveSuggestedAdUnits';
export { ApproveWorkflowApprovalRequests } from './soap/approveWorkflowApprovalRequests';
export { ArchiveAdUnits } from './soap/archiveAdUnits';
export { ArchiveLineItems } from './soap/archiveLineItems';
export { ArchiveLiveStreamEvents } from './soap/archiveLiveStreamEvents';
export { ArchiveMobileApplications } from './soap/archiveMobileApplications';
export { ArchiveOrders } from './soap/archiveOrders';
export { ArchivePlacements } from './soap/archivePlacements';
export { ArchiveProductPackageItems } from './soap/archiveProductPackageItems';
export { ArchiveProductPackages } from './soap/archiveProductPackages';
export { ArchiveProductTemplates } from './soap/archiveProductTemplates';
export { ArchiveProposalLineItems } from './soap/archiveProposalLineItems';
export { ArchiveProposals } from './soap/archiveProposals';
export { ArchiveStatus } from './soap/archiveStatus';
export { AspectRatioImageCreative } from './soap/aspectRatioImageCreative';
export { Asset } from './soap/asset';
export { AssetCreativeTemplateVariable } from './soap/assetCreativeTemplateVariable';
export { AssetCreativeTemplateVariableMimeType } from './soap/assetCreativeTemplateVariableMimeType';
export { AssetCreativeTemplateVariableValue } from './soap/assetCreativeTemplateVariableValue';
export { AssetError } from './soap/assetError';
export { AssetErrorReason } from './soap/assetErrorReason';
export { AssignAdUnitsToPlacement } from './soap/assignAdUnitsToPlacement';
export { AudienceExtensionError } from './soap/audienceExtensionError';
export { AudienceExtensionErrorReason } from './soap/audienceExtensionErrorReason';
export { AudienceSegment } from './soap/audienceSegment';
export { AudienceSegmentAction } from './soap/audienceSegmentAction';
export { AudienceSegmentCriteria } from './soap/audienceSegmentCriteria';
export { AudienceSegmentCriteriaComparisonOperator } from './soap/audienceSegmentCriteriaComparisonOperator';
export { AudienceSegmentDataProvider } from './soap/audienceSegmentDataProvider';
export { AudienceSegmentError } from './soap/audienceSegmentError';
export { AudienceSegmentErrorReason } from './soap/audienceSegmentErrorReason';
export { AudienceSegmentPage } from './soap/audienceSegmentPage';
export { AudienceSegmentPremiumFeature } from './soap/audienceSegmentPremiumFeature';
export { AudienceSegmentStatus } from './soap/audienceSegmentStatus';
export { AudienceSegmentType } from './soap/audienceSegmentType';
export { AuthenticationError } from './soap/authenticationError';
export { AuthenticationErrorReason } from './soap/authenticationErrorReason';
export { AuthenticationService } from './soap/authenticationService';
export { AvailabilityForecast } from './soap/availabilityForecast';
export { AvailabilityForecastOptions } from './soap/availabilityForecastOptions';
export { AvailableBillingError } from './soap/availableBillingError';
export { AvailableBillingErrorReason } from './soap/availableBillingErrorReason';
export { BandwidthGroup } from './soap/bandwidthGroup';
export { BandwidthGroupTargeting } from './soap/bandwidthGroupTargeting';
export { BandwidthPremiumFeature } from './soap/bandwidthPremiumFeature';
export { BaseAdRuleSlot } from './soap/baseAdRuleSlot';
export { BaseContact } from './soap/baseContact';
export { BaseCreativeTemplateVariableValue } from './soap/baseCreativeTemplateVariableValue';
export { BaseCustomFieldValue } from './soap/baseCustomFieldValue';
export { BaseDynamicAllocationCreative } from './soap/baseDynamicAllocationCreative';
export { BaseFlashCreative } from './soap/baseFlashCreative';
export { BaseFlashRedirectCreative } from './soap/baseFlashRedirectCreative';
export { BaseImageCreative } from './soap/baseImageCreative';
export { BaseImageRedirectCreative } from './soap/baseImageRedirectCreative';
export { BaseRate } from './soap/baseRate';
export { BaseRateAction } from './soap/baseRateAction';
export { BaseRateActionError } from './soap/baseRateActionError';
export { BaseRateActionErrorReason } from './soap/baseRateActionErrorReason';
export { BaseRateError } from './soap/baseRateError';
export { BaseRateErrorReason } from './soap/baseRateErrorReason';
export { BaseRatePage } from './soap/baseRatePage';
export { BaseRichMediaStudioCreative } from './soap/baseRichMediaStudioCreative';
export { BaseVideoCreative } from './soap/baseVideoCreative';
export { BillFrom } from './soap/billFrom';
export { BillableRevenueOverrides } from './soap/billableRevenueOverrides';
export { BillingBase } from './soap/billingBase';
export { BillingCap } from './soap/billingCap';
export { BillingError } from './soap/billingError';
export { BillingErrorReason } from './soap/billingErrorReason';
export { BillingSchedule } from './soap/billingSchedule';
export { BillingSource } from './soap/billingSource';
export { BooleanValue } from './soap/booleanValue';
export { Browser } from './soap/browser';
export { BrowserLanguage } from './soap/browserLanguage';
export { BrowserLanguagePremiumFeature } from './soap/browserLanguagePremiumFeature';
export { BrowserLanguageTargeting } from './soap/browserLanguageTargeting';
export { BrowserPremiumFeature } from './soap/browserPremiumFeature';
export { BrowserTargeting } from './soap/browserTargeting';
export { BypassProposalWorkflowRules } from './soap/bypassProposalWorkflowRules';
export { CancelRetractionForProposals } from './soap/cancelRetractionForProposals';
export { CanoeSyncResult } from './soap/canoeSyncResult';
export { ChangeHistoryEntityType } from './soap/changeHistoryEntityType';
export { ChangeHistoryOperation } from './soap/changeHistoryOperation';
export { ChangeHistoryValue } from './soap/changeHistoryValue';
export { ClickTag } from './soap/clickTag';
export { ClickTrackingCreative } from './soap/clickTrackingCreative';
export { ClickTrackingLineItemError } from './soap/clickTrackingLineItemError';
export { ClickTrackingLineItemErrorReason } from './soap/clickTrackingLineItemErrorReason';
export { CmsContent } from './soap/cmsContent';
export { CollectionSizeError } from './soap/collectionSizeError';
export { CollectionSizeErrorReason } from './soap/collectionSizeErrorReason';
export { Column } from './soap/column';
export { ColumnType } from './soap/columnType';
export { CommonError } from './soap/commonError';
export { CommonErrorReason } from './soap/commonErrorReason';
export { CompanionDeliveryOption } from './soap/companionDeliveryOption';
export { Company } from './soap/company';
export { CompanyCreditStatus } from './soap/companyCreditStatus';
export { CompanyCreditStatusError } from './soap/companyCreditStatusError';
export { CompanyCreditStatusErrorReason } from './soap/companyCreditStatusErrorReason';
export { CompanyError } from './soap/companyError';
export { CompanyErrorReason } from './soap/companyErrorReason';
export { CompanyPage } from './soap/companyPage';
export { CompanySettings } from './soap/companySettings';
export { CompanyType } from './soap/companyType';
export { ComputedStatus } from './soap/computedStatus';
export { Contact } from './soap/contact';
export { ContactError } from './soap/contactError';
export { ContactErrorReason } from './soap/contactErrorReason';
export { ContactPage } from './soap/contactPage';
export { ContactStatus } from './soap/contactStatus';
export { ContendingLineItem } from './soap/contendingLineItem';
export { Content } from './soap/content';
export { ContentBundle } from './soap/contentBundle';
export { ContentBundleAction } from './soap/contentBundleAction';
export { ContentBundlePage } from './soap/contentBundlePage';
export { ContentBundlePremiumFeature } from './soap/contentBundlePremiumFeature';
export { ContentBundleStatus } from './soap/contentBundleStatus';
export { ContentMetadataKeyHierarchy } from './soap/contentMetadataKeyHierarchy';
export { ContentMetadataKeyHierarchyAction } from './soap/contentMetadataKeyHierarchyAction';
export { ContentMetadataKeyHierarchyError } from './soap/contentMetadataKeyHierarchyError';
export { ContentMetadataKeyHierarchyErrorReason } from './soap/contentMetadataKeyHierarchyErrorReason';
export { ContentMetadataKeyHierarchyLevel } from './soap/contentMetadataKeyHierarchyLevel';
export { ContentMetadataKeyHierarchyPage } from './soap/contentMetadataKeyHierarchyPage';
export { ContentMetadataKeyHierarchyStatus } from './soap/contentMetadataKeyHierarchyStatus';
export { ContentMetadataKeyHierarchyTargeting } from './soap/contentMetadataKeyHierarchyTargeting';
export { ContentMetadataTargetingError } from './soap/contentMetadataTargetingError';
export { ContentMetadataTargetingErrorReason } from './soap/contentMetadataTargetingErrorReason';
export { ContentPage } from './soap/contentPage';
export { ContentPartnerError } from './soap/contentPartnerError';
export { ContentPartnerErrorReason } from './soap/contentPartnerErrorReason';
export { ContentStatus } from './soap/contentStatus';
export { ContentStatusDefinedBy } from './soap/contentStatusDefinedBy';
export { ContentTargeting } from './soap/contentTargeting';
export { ConversionEvent } from './soap/conversionEvent';
export { ConversionEventTrackingUrlsMapEntry } from './soap/conversionEventTrackingUrlsMapEntry';
export { CostAdjustment } from './soap/costAdjustment';
export { CostType } from './soap/costType';
export { CreateProposalLineItemsFromPackages } from './soap/createProposalLineItemsFromPackages';
export { Creative } from './soap/creative';
export { CreativeAsset } from './soap/creativeAsset';
export { CreativeAssetMacroError } from './soap/creativeAssetMacroError';
export { CreativeAssetMacroErrorReason } from './soap/creativeAssetMacroErrorReason';
export { CreativeError } from './soap/creativeError';
export { CreativeErrorReason } from './soap/creativeErrorReason';
export { CreativePage } from './soap/creativePage';
export { CreativePersistenceType } from './soap/creativePersistenceType';
export { CreativePlaceholder } from './soap/creativePlaceholder';
export { CreativePolicyViolation } from './soap/creativePolicyViolation';
export { CreativePreviewError } from './soap/creativePreviewError';
export { CreativePreviewErrorReason } from './soap/creativePreviewErrorReason';
export { CreativeRotationType } from './soap/creativeRotationType';
export { CreativeSet } from './soap/creativeSet';
export { CreativeSetError } from './soap/creativeSetError';
export { CreativeSetErrorReason } from './soap/creativeSetErrorReason';
export { CreativeSetPage } from './soap/creativeSetPage';
export { CreativeSizeType } from './soap/creativeSizeType';
export { CreativeTargeting } from './soap/creativeTargeting';
export { CreativeTemplate } from './soap/creativeTemplate';
export { CreativeTemplateError } from './soap/creativeTemplateError';
export { CreativeTemplateErrorReason } from './soap/creativeTemplateErrorReason';
export { CreativeTemplateOperationError } from './soap/creativeTemplateOperationError';
export { CreativeTemplateOperationErrorReason } from './soap/creativeTemplateOperationErrorReason';
export { CreativeTemplatePage } from './soap/creativeTemplatePage';
export { CreativeTemplateStatus } from './soap/creativeTemplateStatus';
export { CreativeTemplateType } from './soap/creativeTemplateType';
export { CreativeTemplateVariable } from './soap/creativeTemplateVariable';
export { CreativeWrapper } from './soap/creativeWrapper';
export { CreativeWrapperAction } from './soap/creativeWrapperAction';
export { CreativeWrapperError } from './soap/creativeWrapperError';
export { CreativeWrapperErrorReason } from './soap/creativeWrapperErrorReason';
export { CreativeWrapperHtmlSnippet } from './soap/creativeWrapperHtmlSnippet';
export { CreativeWrapperOrdering } from './soap/creativeWrapperOrdering';
export { CreativeWrapperPage } from './soap/creativeWrapperPage';
export { CreativeWrapperStatus } from './soap/creativeWrapperStatus';
export { CrossSellError } from './soap/crossSellError';
export { CrossSellErrorReason } from './soap/crossSellErrorReason';
export { CrossSellingDistributor } from './soap/crossSellingDistributor';
export { CustomCreative } from './soap/customCreative';
export { CustomCreativeAsset } from './soap/customCreativeAsset';
export { CustomCreativeError } from './soap/customCreativeError';
export { CustomCreativeErrorReason } from './soap/customCreativeErrorReason';
export { CustomCriteria } from './soap/customCriteria';
export { CustomCriteriaComparisonOperator } from './soap/customCriteriaComparisonOperator';
export { CustomCriteriaLeaf } from './soap/customCriteriaLeaf';
export { CustomCriteriaNode } from './soap/customCriteriaNode';
export { CustomCriteriaSet } from './soap/customCriteriaSet';
export { CustomCriteriaSetLogicalOperator } from './soap/customCriteriaSetLogicalOperator';
export { CustomField } from './soap/customField';
export { CustomFieldAction } from './soap/customFieldAction';
export { CustomFieldDataType } from './soap/customFieldDataType';
export { CustomFieldEntityType } from './soap/customFieldEntityType';
export { CustomFieldError } from './soap/customFieldError';
export { CustomFieldErrorReason } from './soap/customFieldErrorReason';
export { CustomFieldOption } from './soap/customFieldOption';
export { CustomFieldPage } from './soap/customFieldPage';
export { CustomFieldValue } from './soap/customFieldValue';
export { CustomFieldValueError } from './soap/customFieldValueError';
export { CustomFieldValueErrorReason } from './soap/customFieldValueErrorReason';
export { CustomFieldVisibility } from './soap/customFieldVisibility';
export { CustomTargetingError } from './soap/customTargetingError';
export { CustomTargetingErrorReason } from './soap/customTargetingErrorReason';
export { CustomTargetingKey } from './soap/customTargetingKey';
export { CustomTargetingKeyAction } from './soap/customTargetingKeyAction';
export { CustomTargetingKeyPage } from './soap/customTargetingKeyPage';
export { CustomTargetingKeyStatus } from './soap/customTargetingKeyStatus';
export { CustomTargetingKeyType } from './soap/customTargetingKeyType';
export { CustomTargetingPremiumFeature } from './soap/customTargetingPremiumFeature';
export { CustomTargetingValue } from './soap/customTargetingValue';
export { CustomTargetingValueAction } from './soap/customTargetingValueAction';
export { CustomTargetingValueMatchType } from './soap/customTargetingValueMatchType';
export { CustomTargetingValuePage } from './soap/customTargetingValuePage';
export { CustomTargetingValueStatus } from './soap/customTargetingValueStatus';
export { CustomizableAttributes } from './soap/customizableAttributes';
export { DateRangeType } from './soap/dateRangeType';
export { DateTimeRangeTargetingError } from './soap/dateTimeRangeTargetingError';
export { DateTimeRangeTargetingErrorReason } from './soap/dateTimeRangeTargetingErrorReason';
export { DateTimeValue } from './soap/dateTimeValue';
export { DateValue } from './soap/dateValue';
export { DayOfWeek } from './soap/dayOfWeek';
export { DayPart } from './soap/dayPart';
export { DayPartTargeting } from './soap/dayPartTargeting';
export { DayPartTargetingError } from './soap/dayPartTargetingError';
export { DayPartTargetingErrorReason } from './soap/dayPartTargetingErrorReason';
export { DaypartPremiumFeature } from './soap/daypartPremiumFeature';
export { DeactivateAdExclusionRules } from './soap/deactivateAdExclusionRules';
export { DeactivateAdRules } from './soap/deactivateAdRules';
export { DeactivateAdUnits } from './soap/deactivateAdUnits';
export { DeactivateAudienceSegments } from './soap/deactivateAudienceSegments';
export { DeactivateContentBundles } from './soap/deactivateContentBundles';
export { DeactivateCreativeWrappers } from './soap/deactivateCreativeWrappers';
export { DeactivateCustomFields } from './soap/deactivateCustomFields';
export { DeactivateLabels } from './soap/deactivateLabels';
export { DeactivateLineItemCreativeAssociations } from './soap/deactivateLineItemCreativeAssociations';
export { DeactivatePlacements } from './soap/deactivatePlacements';
export { DeactivateProductPackages } from './soap/deactivateProductPackages';
export { DeactivateProductTemplates } from './soap/deactivateProductTemplates';
export { DeactivateProducts } from './soap/deactivateProducts';
export { DeactivateRateCards } from './soap/deactivateRateCards';
export { DeactivateUsers } from './soap/deactivateUsers';
export { DealError } from './soap/dealError';
export { DealErrorReason } from './soap/dealErrorReason';
export { DeleteAdRules } from './soap/deleteAdRules';
export { DeleteBaseRates } from './soap/deleteBaseRates';
export { DeleteContentMetadataKeyHierarchies } from './soap/deleteContentMetadataKeyHierarchies';
export { DeleteCustomTargetingKeys } from './soap/deleteCustomTargetingKeys';
export { DeleteCustomTargetingValues } from './soap/deleteCustomTargetingValues';
export { DeleteExchangeRates } from './soap/deleteExchangeRates';
export { DeleteLineItemCreativeAssociations } from './soap/deleteLineItemCreativeAssociations';
export { DeleteLineItems } from './soap/deleteLineItems';
export { DeleteOrders } from './soap/deleteOrders';
export { DeleteUserTeamAssociations } from './soap/deleteUserTeamAssociations';
export { DeliveryData } from './soap/deliveryData';
export { DeliveryForecast } from './soap/deliveryForecast';
export { DeliveryForecastOptions } from './soap/deliveryForecastOptions';
export { DeliveryIndicator } from './soap/deliveryIndicator';
export { DeliveryRateType } from './soap/deliveryRateType';
export { DeliveryTimeZone } from './soap/deliveryTimeZone';
export { DestinationUrlType } from './soap/destinationUrlType';
export { DeviceCapability } from './soap/deviceCapability';
export { DeviceCapabilityPremiumFeature } from './soap/deviceCapabilityPremiumFeature';
export { DeviceCapabilityTargeting } from './soap/deviceCapabilityTargeting';
export { DeviceCategory } from './soap/deviceCategory';
export { DeviceCategoryPremiumFeature } from './soap/deviceCategoryPremiumFeature';
export { DeviceCategoryTargeting } from './soap/deviceCategoryTargeting';
export { DeviceManufacturer } from './soap/deviceManufacturer';
export { DeviceManufacturerPremiumFeature } from './soap/deviceManufacturerPremiumFeature';
export { DeviceManufacturerTargeting } from './soap/deviceManufacturerTargeting';
export { DfpDate } from './soap/dfpDate';
export { DfpDateTime } from './soap/dfpDateTime';
export { DfpLocation } from './soap/dfpLocation';
export { Dimension } from './soap/dimension';
export { DimensionAttribute } from './soap/dimensionAttribute';
export { DisapproveOrders } from './soap/disapproveOrders';
export { DisapproveOrdersWithoutReservationChanges } from './soap/disapproveOrdersWithoutReservationChanges';
export { DiscardLocalVersionEdits } from './soap/discardLocalVersionEdits';
export { DropDownCustomField } from './soap/dropDownCustomField';
export { DropDownCustomFieldValue } from './soap/dropDownCustomFieldValue';
export { EditProposalsForNegotiation } from './soap/editProposalsForNegotiation';
export { EntityChildrenLimitReachedError } from './soap/entityChildrenLimitReachedError';
export { EntityChildrenLimitReachedErrorReason } from './soap/entityChildrenLimitReachedErrorReason';
export { EntityLimitReachedError } from './soap/entityLimitReachedError';
export { EntityLimitReachedErrorReason } from './soap/entityLimitReachedErrorReason';
export { EnvironmentType } from './soap/environmentType';
export { EvaluationStatus } from './soap/evaluationStatus';
export { ExchangeRate } from './soap/exchangeRate';
export { ExchangeRateAction } from './soap/exchangeRateAction';
export { ExchangeRateDirection } from './soap/exchangeRateDirection';
export { ExchangeRateError } from './soap/exchangeRateError';
export { ExchangeRateErrorReason } from './soap/exchangeRateErrorReason';
export { ExchangeRatePage } from './soap/exchangeRatePage';
export { ExchangeRateRefreshRate } from './soap/exchangeRateRefreshRate';
export { ExcludeContentFromContentBundle } from './soap/excludeContentFromContentBundle';
export { ExportFormat } from './soap/exportFormat';
export { FeatureError } from './soap/featureError';
export { FeatureErrorReason } from './soap/featureErrorReason';
export { FileError } from './soap/fileError';
export { FileErrorReason } from './soap/fileErrorReason';
export { FirstPartyAudienceSegment } from './soap/firstPartyAudienceSegment';
export { FirstPartyAudienceSegmentRule } from './soap/firstPartyAudienceSegmentRule';
export { FlashCreative } from './soap/flashCreative';
export { FlashOverlayCreative } from './soap/flashOverlayCreative';
export { FlashRedirectCreative } from './soap/flashRedirectCreative';
export { FlashRedirectOverlayCreative } from './soap/flashRedirectOverlayCreative';
export { ForecastError } from './soap/forecastError';
export { ForecastErrorReason } from './soap/forecastErrorReason';
export { FrequencyCap } from './soap/frequencyCap';
export { FrequencyCapBehavior } from './soap/frequencyCapBehavior';
export { FrequencyCapError } from './soap/frequencyCapError';
export { FrequencyCapErrorReason } from './soap/frequencyCapErrorReason';
export { FrequencyCapPremiumFeature } from './soap/frequencyCapPremiumFeature';
export { GenericTargetingError } from './soap/genericTargetingError';
export { GenericTargetingErrorReason } from './soap/genericTargetingErrorReason';
export { GeoTargeting } from './soap/geoTargeting';
export { GeoTargetingError } from './soap/geoTargetingError';
export { GeoTargetingErrorReason } from './soap/geoTargetingErrorReason';
export { GeographyPremiumFeature } from './soap/geographyPremiumFeature';
export { Goal } from './soap/goal';
export { GoalType } from './soap/goalType';
export { GrpAge } from './soap/grpAge';
export { GrpDemographicBreakdown } from './soap/grpDemographicBreakdown';
export { GrpGender } from './soap/grpGender';
export { GrpProvider } from './soap/grpProvider';
export { GrpSettings } from './soap/grpSettings';
export { GrpSettingsError } from './soap/grpSettingsError';
export { GrpSettingsErrorReason } from './soap/grpSettingsErrorReason';
export { GrpTargetGender } from './soap/grpTargetGender';
export { GrpUnitType } from './soap/grpUnitType';
export { HasDestinationUrlCreative } from './soap/hasDestinationUrlCreative';
export { HasHtmlSnippetDynamicAllocationCreative } from './soap/hasHtmlSnippetDynamicAllocationCreative';
export { Html5Creative } from './soap/html5Creative';
export { Html5Feature } from './soap/html5Feature';
export { HtmlBundleProcessorError } from './soap/htmlBundleProcessorError';
export { HtmlBundleProcessorErrorReason } from './soap/htmlBundleProcessorErrorReason';
export { ImageCreative } from './soap/imageCreative';
export { ImageDensity } from './soap/imageDensity';
export { ImageError } from './soap/imageError';
export { ImageErrorReason } from './soap/imageErrorReason';
export { ImageOverlayCreative } from './soap/imageOverlayCreative';
export { ImageRedirectCreative } from './soap/imageRedirectCreative';
export { ImageRedirectOverlayCreative } from './soap/imageRedirectOverlayCreative';
export { IncludeContentInContentBundle } from './soap/includeContentInContentBundle';
export { InternalApiError } from './soap/internalApiError';
export { InternalApiErrorReason } from './soap/internalApiErrorReason';
export { InternalRedirectCreative } from './soap/internalRedirectCreative';
export { InvalidColorError } from './soap/invalidColorError';
export { InvalidColorErrorReason } from './soap/invalidColorErrorReason';
export { InvalidEmailError } from './soap/invalidEmailError';
export { InvalidEmailErrorReason } from './soap/invalidEmailErrorReason';
export { InvalidPhoneNumberError } from './soap/invalidPhoneNumberError';
export { InvalidPhoneNumberErrorReason } from './soap/invalidPhoneNumberErrorReason';
export { InvalidUrlError } from './soap/invalidUrlError';
export { InvalidUrlErrorReason } from './soap/invalidUrlErrorReason';
export { InventoryStatus } from './soap/inventoryStatus';
export { InventoryTargeting } from './soap/inventoryTargeting';
export { InventoryTargetingError } from './soap/inventoryTargetingError';
export { InventoryTargetingErrorReason } from './soap/inventoryTargetingErrorReason';
export { InventoryUnitError } from './soap/inventoryUnitError';
export { InventoryUnitErrorReason } from './soap/inventoryUnitErrorReason';
export { InventoryUnitPartnerAssociationError } from './soap/inventoryUnitPartnerAssociationError';
export { InventoryUnitPartnerAssociationErrorReason } from './soap/inventoryUnitPartnerAssociationErrorReason';
export { InventoryUnitRefreshRateError } from './soap/inventoryUnitRefreshRateError';
export { InventoryUnitRefreshRateErrorReason } from './soap/inventoryUnitRefreshRateErrorReason';
export { InventoryUnitSizesError } from './soap/inventoryUnitSizesError';
export { InventoryUnitSizesErrorReason } from './soap/inventoryUnitSizesErrorReason';
export { Label } from './soap/label';
export { LabelAction } from './soap/labelAction';
export { LabelEntityAssociationError } from './soap/labelEntityAssociationError';
export { LabelEntityAssociationErrorReason } from './soap/labelEntityAssociationErrorReason';
export { LabelError } from './soap/labelError';
export { LabelErrorReason } from './soap/labelErrorReason';
export { LabelFrequencyCap } from './soap/labelFrequencyCap';
export { LabelPage } from './soap/labelPage';
export { LabelType } from './soap/labelType';
export { LegacyDfpCreative } from './soap/legacyDfpCreative';
export { LegacyDfpMobileCreative } from './soap/legacyDfpMobileCreative';
export { LineItem } from './soap/lineItem';
export { LineItemAction } from './soap/lineItemAction';
export { LineItemActivityAssociation } from './soap/lineItemActivityAssociation';
export { LineItemActivityAssociationError } from './soap/lineItemActivityAssociationError';
export { LineItemActivityAssociationErrorReason } from './soap/lineItemActivityAssociationErrorReason';
export { LineItemCreativeAssociation } from './soap/lineItemCreativeAssociation';
export { LineItemCreativeAssociationAction } from './soap/lineItemCreativeAssociationAction';
export { LineItemCreativeAssociationError } from './soap/lineItemCreativeAssociationError';
export { LineItemCreativeAssociationErrorReason } from './soap/lineItemCreativeAssociationErrorReason';
export { LineItemCreativeAssociationOperationError } from './soap/lineItemCreativeAssociationOperationError';
export { LineItemCreativeAssociationOperationErrorReason } from './soap/lineItemCreativeAssociationOperationErrorReason';
export { LineItemCreativeAssociationPage } from './soap/lineItemCreativeAssociationPage';
export { LineItemCreativeAssociationStats } from './soap/lineItemCreativeAssociationStats';
export { LineItemCreativeAssociationStatus } from './soap/lineItemCreativeAssociationStatus';
export { LineItemDeliveryForecast } from './soap/lineItemDeliveryForecast';
export { LineItemDiscountType } from './soap/lineItemDiscountType';
export { LineItemError } from './soap/lineItemError';
export { LineItemErrorReason } from './soap/lineItemErrorReason';
export { LineItemFlightDateError } from './soap/lineItemFlightDateError';
export { LineItemFlightDateErrorReason } from './soap/lineItemFlightDateErrorReason';
export { LineItemOperationError } from './soap/lineItemOperationError';
export { LineItemOperationErrorReason } from './soap/lineItemOperationErrorReason';
export { LineItemPage } from './soap/lineItemPage';
export { LineItemSummary } from './soap/lineItemSummary';
export { LineItemSummaryReservationStatus } from './soap/lineItemSummaryReservationStatus';
export { LineItemTemplate } from './soap/lineItemTemplate';
export { LineItemTemplatePage } from './soap/lineItemTemplatePage';
export { LineItemType } from './soap/lineItemType';
export { LinkStatus } from './soap/linkStatus';
export { ListStringCreativeTemplateVariable } from './soap/listStringCreativeTemplateVariable';
export { ListStringCreativeTemplateVariableVariableChoice } from './soap/listStringCreativeTemplateVariableVariableChoice';
export { LiveStreamEvent } from './soap/liveStreamEvent';
export { LiveStreamEventAction } from './soap/liveStreamEventAction';
export { LiveStreamEventActionError } from './soap/liveStreamEventActionError';
export { LiveStreamEventActionErrorReason } from './soap/liveStreamEventActionErrorReason';
export { LiveStreamEventDateTimeError } from './soap/liveStreamEventDateTimeError';
export { LiveStreamEventDateTimeErrorReason } from './soap/liveStreamEventDateTimeErrorReason';
export { LiveStreamEventPage } from './soap/liveStreamEventPage';
export { LiveStreamEventStatus } from './soap/liveStreamEventStatus';
export { Location } from './soap/location';
export { LockedOrientation } from './soap/lockedOrientation';
export { LongCreativeTemplateVariable } from './soap/longCreativeTemplateVariable';
export { LongCreativeTemplateVariableValue } from './soap/longCreativeTemplateVariableValue';
export { LongStatsMapEntry } from './soap/longStatsMapEntry';
export { MidrollFrequencyType } from './soap/midrollFrequencyType';
export { MimeType } from './soap/mimeType';
export { MinuteOfHour } from './soap/minuteOfHour';
export { MobileApplication } from './soap/mobileApplication';
export { MobileApplicationAction } from './soap/mobileApplicationAction';
export { MobileApplicationActionError } from './soap/mobileApplicationActionError';
export { MobileApplicationActionErrorReason } from './soap/mobileApplicationActionErrorReason';
export { MobileApplicationError } from './soap/mobileApplicationError';
export { MobileApplicationErrorReason } from './soap/mobileApplicationErrorReason';
export { MobileApplicationPage } from './soap/mobileApplicationPage';
export { MobileApplicationPlatform } from './soap/mobileApplicationPlatform';
export { MobileApplicationStore } from './soap/mobileApplicationStore';
export { MobileApplicationTargeting } from './soap/mobileApplicationTargeting';
export { MobileCarrier } from './soap/mobileCarrier';
export { MobileCarrierPremiumFeature } from './soap/mobileCarrierPremiumFeature';
export { MobileCarrierTargeting } from './soap/mobileCarrierTargeting';
export { MobileDevice } from './soap/mobileDevice';
export { MobileDeviceSubmodel } from './soap/mobileDeviceSubmodel';
export { MobileDeviceSubmodelTargeting } from './soap/mobileDeviceSubmodelTargeting';
export { MobileDeviceTargeting } from './soap/mobileDeviceTargeting';
export { MobilePlatform } from './soap/mobilePlatform';
export { Money } from './soap/money';
export { NegotiationStatus } from './soap/negotiationStatus';
export { Network } from './soap/network';
export { NetworkError } from './soap/networkError';
export { NetworkErrorReason } from './soap/networkErrorReason';
export { NoPoddingAdRuleSlot } from './soap/noPoddingAdRuleSlot';
export { NonProgrammaticProductError } from './soap/nonProgrammaticProductError';
export { NonRuleBasedFirstPartyAudienceSegment } from './soap/nonRuleBasedFirstPartyAudienceSegment';
export { NotNullError } from './soap/notNullError';
export { NotNullErrorReason } from './soap/notNullErrorReason';
export { NullError } from './soap/nullError';
export { NullErrorReason } from './soap/nullErrorReason';
export { NumberValue } from './soap/numberValue';
export { ObjectValue } from './soap/objectValue';
export { OfflineError } from './soap/offlineError';
export { OperatingSystem } from './soap/operatingSystem';
export { OperatingSystemPremiumFeature } from './soap/operatingSystemPremiumFeature';
export { OperatingSystemTargeting } from './soap/operatingSystemTargeting';
export { OperatingSystemVersion } from './soap/operatingSystemVersion';
export { OperatingSystemVersionTargeting } from './soap/operatingSystemVersionTargeting';
export { OptimizedPoddingAdRuleSlot } from './soap/optimizedPoddingAdRuleSlot';
export { Order } from './soap/order';
export { OrderAction } from './soap/orderAction';
export { OrderActionError } from './soap/orderActionError';
export { OrderActionErrorReason } from './soap/orderActionErrorReason';
export { OrderError } from './soap/orderError';
export { OrderErrorReason } from './soap/orderErrorReason';
export { OrderPage } from './soap/orderPage';
export { OrderStatus } from './soap/orderStatus';
export { Package } from './soap/package';
export { PackageAction } from './soap/packageAction';
export { PackageActionError } from './soap/packageActionError';
export { PackageActionErrorReason } from './soap/packageActionErrorReason';
export { PackageError } from './soap/packageError';
export { PackageErrorReason } from './soap/packageErrorReason';
export { PackagePage } from './soap/packagePage';
export { PackageStatus } from './soap/packageStatus';
export { ParseError } from './soap/parseError';
export { ParseErrorReason } from './soap/parseErrorReason';
export { PauseLineItems } from './soap/pauseLineItems';
export { PauseLiveStreamEventAds } from './soap/pauseLiveStreamEventAds';
export { PauseLiveStreamEvents } from './soap/pauseLiveStreamEvents';
export { PauseOrders } from './soap/pauseOrders';
export { PauseProposalLineItems } from './soap/pauseProposalLineItems';
export { PermissionError } from './soap/permissionError';
export { PermissionErrorReason } from './soap/permissionErrorReason';
export { Placement } from './soap/placement';
export { PlacementAction } from './soap/placementAction';
export { PlacementError } from './soap/placementError';
export { PlacementErrorReason } from './soap/placementErrorReason';
export { PlacementPage } from './soap/placementPage';
export { PlacementPremiumFeature } from './soap/placementPremiumFeature';
export { PlacementTargeting } from './soap/placementTargeting';
export { PoddingError } from './soap/poddingError';
export { PoddingErrorReason } from './soap/poddingErrorReason';
export { PopulateAudienceSegments } from './soap/populateAudienceSegments';
export { PrecisionError } from './soap/precisionError';
export { PrecisionErrorReason } from './soap/precisionErrorReason';
export { PremiumAdjustmentType } from './soap/premiumAdjustmentType';
export { PremiumFeature } from './soap/premiumFeature';
export { PremiumRate } from './soap/premiumRate';
export { PremiumRateError } from './soap/premiumRateError';
export { PremiumRateErrorReason } from './soap/premiumRateErrorReason';
export { PremiumRatePage } from './soap/premiumRatePage';
export { PremiumRateValue } from './soap/premiumRateValue';
export { PricingMethod } from './soap/pricingMethod';
export { PricingModel } from './soap/pricingModel';
export { Product } from './soap/product';
export { ProductAction } from './soap/productAction';
export { ProductActionError } from './soap/productActionError';
export { ProductActionErrorReason } from './soap/productActionErrorReason';
export { ProductBaseRate } from './soap/productBaseRate';
export { ProductError } from './soap/productError';
export { ProductErrorReason } from './soap/productErrorReason';
export { ProductMarketplaceInfo } from './soap/productMarketplaceInfo';
export { ProductPackage } from './soap/productPackage';
export { ProductPackageAction } from './soap/productPackageAction';
export { ProductPackageActionError } from './soap/productPackageActionError';
export { ProductPackageActionErrorReason } from './soap/productPackageActionErrorReason';
export { ProductPackageItem } from './soap/productPackageItem';
export { ProductPackageItemAction } from './soap/productPackageItemAction';
export { ProductPackageItemActionError } from './soap/productPackageItemActionError';
export { ProductPackageItemActionErrorReason } from './soap/productPackageItemActionErrorReason';
export { ProductPackageItemBaseRate } from './soap/productPackageItemBaseRate';
export { ProductPackageItemError } from './soap/productPackageItemError';
export { ProductPackageItemErrorReason } from './soap/productPackageItemErrorReason';
export { ProductPackageItemPage } from './soap/productPackageItemPage';
export { ProductPackagePage } from './soap/productPackagePage';
export { ProductPackageRateCardAssociationError } from './soap/productPackageRateCardAssociationError';
export { ProductPackageRateCardAssociationErrorReason } from './soap/productPackageRateCardAssociationErrorReason';
export { ProductPackageStatus } from './soap/productPackageStatus';
export { ProductPage } from './soap/productPage';
export { ProductSegmentation } from './soap/productSegmentation';
export { ProductStatus } from './soap/productStatus';
export { ProductTemplate } from './soap/productTemplate';
export { ProductTemplateAction } from './soap/productTemplateAction';
export { ProductTemplateActionError } from './soap/productTemplateActionError';
export { ProductTemplateActionErrorReason } from './soap/productTemplateActionErrorReason';
export { ProductTemplateBaseRate } from './soap/productTemplateBaseRate';
export { ProductTemplateError } from './soap/productTemplateError';
export { ProductTemplateErrorReason } from './soap/productTemplateErrorReason';
export { ProductTemplateMarketplaceInfo } from './soap/productTemplateMarketplaceInfo';
export { ProductTemplatePage } from './soap/productTemplatePage';
export { ProductTemplateStatus } from './soap/productTemplateStatus';
export { ProductType } from './soap/productType';
export { ProgrammaticCreative } from './soap/programmaticCreative';
export { ProgrammaticEntitiesError } from './soap/programmaticEntitiesError';
export { ProgrammaticEntitiesErrorReason } from './soap/programmaticEntitiesErrorReason';
export { ProgrammaticError } from './soap/programmaticError';
export { ProgrammaticErrorReason } from './soap/programmaticErrorReason';
export { ProgrammaticProductError } from './soap/programmaticProductError';
export { ProgrammaticProductErrorReason } from './soap/programmaticProductErrorReason';
export { ProgressAction } from './soap/progressAction';
export { ProgressRule } from './soap/progressRule';
export { ProgressStep } from './soap/progressStep';
export { Proposal } from './soap/proposal';
export { ProposalAction } from './soap/proposalAction';
export { ProposalActionError } from './soap/proposalActionError';
export { ProposalActionErrorReason } from './soap/proposalActionErrorReason';
export { ProposalApprovalStatus } from './soap/proposalApprovalStatus';
export { ProposalCompanyAssociation } from './soap/proposalCompanyAssociation';
export { ProposalCompanyAssociationType } from './soap/proposalCompanyAssociationType';
export { ProposalError } from './soap/proposalError';
export { ProposalErrorReason } from './soap/proposalErrorReason';
export { ProposalLineItem } from './soap/proposalLineItem';
export { ProposalLineItemAction } from './soap/proposalLineItemAction';
export { ProposalLineItemActionError } from './soap/proposalLineItemActionError';
export { ProposalLineItemActionErrorReason } from './soap/proposalLineItemActionErrorReason';
export { ProposalLineItemConstraints } from './soap/proposalLineItemConstraints';
export { ProposalLineItemError } from './soap/proposalLineItemError';
export { ProposalLineItemErrorReason } from './soap/proposalLineItemErrorReason';
export { ProposalLineItemMarketplaceInfo } from './soap/proposalLineItemMarketplaceInfo';
export { ProposalLineItemPage } from './soap/proposalLineItemPage';
export { ProposalLineItemPremium } from './soap/proposalLineItemPremium';
export { ProposalLineItemPremiumStatus } from './soap/proposalLineItemPremiumStatus';
export { ProposalLineItemProgrammaticError } from './soap/proposalLineItemProgrammaticError';
export { ProposalLineItemProgrammaticErrorReason } from './soap/proposalLineItemProgrammaticErrorReason';
export { ProposalLink } from './soap/proposalLink';
export { ProposalPage } from './soap/proposalPage';
export { ProposalStatus } from './soap/proposalStatus';
export { ProposalTermsAndConditions } from './soap/proposalTermsAndConditions';
export { ProspectiveLineItem } from './soap/prospectiveLineItem';
export { PublisherQueryLanguageContextError } from './soap/publisherQueryLanguageContextError';
export { PublisherQueryLanguageContextErrorReason } from './soap/publisherQueryLanguageContextErrorReason';