@@ -188,17 +188,18 @@ interface MozAdsSize {
188188declare function recordClick ( placement : MozAdsPlacementWithContent ) : Promise < void > ;
189189
190190declare const IS_BROWSER : boolean ;
191+ declare const IS_PRODUCTION : boolean ;
191192declare const DEFAULT_SERVICE_ENDPOINT : HTTPSURLString ;
193+ declare const INSTRUMENT_ENDPOINT : HTTPSURLString ;
194+ declare const LOG_TO_CONSOLE_FLAG_DEFAULT : boolean ;
195+ declare const LOG_EMIT_FLAG_DEFAULT = true ;
192196declare const IABFixedSize : Record < IABAdUnitFormatType , MozAdsSize > ;
193197declare const NonIABFixedSize : Record < NonIABAdUnitFormatType , MozAdsSize > ;
194198declare const FixedSize : Record < AdUnitFormatType , MozAdsSize > ;
195199declare const AdUnitFormatTypeLookup : Record < AdUnitFormatTypeLookupKey , AdUnitFormatType > ;
196200declare const FallbackAdURL : Partial < Record < AdUnitFormatType , HTTPSURLString > > ;
197201declare const AdUnitFormatImpressionThreshold : Record < AdUnitFormatType , ImpressionThreshold > ;
198202declare const DefaultImpressionThreshold : ImpressionThreshold ;
199- declare const INSTRUMENT_ENDPOINT : HTTPSURLString ;
200- declare const LOG_TO_CONSOLE_FLAG_DEFAULT = true ;
201- declare const LOG_EMIT_FLAG_DEFAULT = true ;
202203
203204interface MozAdsRenderPlacementProps {
204205 placement : MozAdsPlacementWithContent ;
@@ -393,4 +394,4 @@ declare const setItemInStore: (key: MozAdsStoreKey, value: string, storeType?: S
393394declare const removeItemFromStore : ( key : MozAdsStoreKey , storeType ?: StoreType ) => void ;
394395declare const getOrGenerateContextId : ( forceRegenerate ?: boolean ) => string ;
395396
396- export { AdUnitFormatImpressionThreshold , type AdUnitFormatType , AdUnitFormatTypeLookup , type AdUnitFormatTypeLookupKey , CLOSE_ICON_SVG , DEFAULT_SERVICE_ENDPOINT , DefaultImpressionThreshold , DefaultLogReporter , type DefaultLogReporterConfig , DefaultLogger , DefaultMozAdsImpressionObserver , FALLBACK_BILLBOARD_SVG , FALLBACK_DINO_SVG_FRAGMENT , FALLBACK_DONATE_SVG_FRAGMENT , FALLBACK_MRECTANGLE_SVG , FALLBACK_SKYSCRAPER_SVG , FallbackAdURL , FetchAdsError , type FetchAdsParams , FixedSize , type HTTPSURLString , type HttpRequestMethod , type IABAdUnitFormatType , type IABContent , type IABContentTaxonomyType , IABFixedSize , INSTRUMENT_ENDPOINT , IS_BROWSER , type ImpressionThreshold , LOG_EMIT_FLAG_DEFAULT , LOG_TO_CONSOLE_FLAG_DEFAULT , type LogEmitterOptions , type LogFields , type LogReporter , type LogType , type Logger , type LoggerConfig , LoggerLevel , type MozAdsContent , type MozAdsImpressionObserver , type MozAdsImpressionTracker , type MozAdsLocalizedStringKey , type MozAdsPlacementConfig , type MozAdsPlacementWithContent , type MozAdsPlacements , type MozAdsRenderPlacementErrorEvent , type MozAdsRenderPlacementEvent , type MozAdsRenderPlacementProps , type MozAdsRenderPlacementReportEvent , type MozAdsSize , type MozAdsStoreKey , type MozLogMessage , type NonIABAdUnitFormatType , NonIABFixedSize , type PlacementImpressionInfo , REPORT_ICON_SVG , SeverityLevel , StoreType , type TelemetryEventLabel , buildPlacementsRequest , defaultImpressionObserver , defaultLogReporter , fetchAds , getItemFromStore , getOrGenerateContextId , l , mapResponseToPlacementsWithContent , preloadImage , recordClick , removeItemFromStore , renderPlacement , setItemInStore } ;
397+ export { AdUnitFormatImpressionThreshold , type AdUnitFormatType , AdUnitFormatTypeLookup , type AdUnitFormatTypeLookupKey , CLOSE_ICON_SVG , DEFAULT_SERVICE_ENDPOINT , DefaultImpressionThreshold , DefaultLogReporter , type DefaultLogReporterConfig , DefaultLogger , DefaultMozAdsImpressionObserver , FALLBACK_BILLBOARD_SVG , FALLBACK_DINO_SVG_FRAGMENT , FALLBACK_DONATE_SVG_FRAGMENT , FALLBACK_MRECTANGLE_SVG , FALLBACK_SKYSCRAPER_SVG , FallbackAdURL , FetchAdsError , type FetchAdsParams , FixedSize , type HTTPSURLString , type HttpRequestMethod , type IABAdUnitFormatType , type IABContent , type IABContentTaxonomyType , IABFixedSize , INSTRUMENT_ENDPOINT , IS_BROWSER , IS_PRODUCTION , type ImpressionThreshold , LOG_EMIT_FLAG_DEFAULT , LOG_TO_CONSOLE_FLAG_DEFAULT , type LogEmitterOptions , type LogFields , type LogReporter , type LogType , type Logger , type LoggerConfig , LoggerLevel , type MozAdsContent , type MozAdsImpressionObserver , type MozAdsImpressionTracker , type MozAdsLocalizedStringKey , type MozAdsPlacementConfig , type MozAdsPlacementWithContent , type MozAdsPlacements , type MozAdsRenderPlacementErrorEvent , type MozAdsRenderPlacementEvent , type MozAdsRenderPlacementProps , type MozAdsRenderPlacementReportEvent , type MozAdsSize , type MozAdsStoreKey , type MozLogMessage , type NonIABAdUnitFormatType , NonIABFixedSize , type PlacementImpressionInfo , REPORT_ICON_SVG , SeverityLevel , StoreType , type TelemetryEventLabel , buildPlacementsRequest , defaultImpressionObserver , defaultLogReporter , fetchAds , getItemFromStore , getOrGenerateContextId , l , mapResponseToPlacementsWithContent , preloadImage , recordClick , removeItemFromStore , renderPlacement , setItemInStore } ;
0 commit comments