@revxui/api-clients-ts 0.10.331 → 0.10.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/appSettingsController.service.d.ts +39 -0
- package/bundles/revxui-api-clients-ts.umd.js +703 -783
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +2 -2
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +8 -11
- package/esm2015/api/advertiserController.service.js +8 -11
- package/esm2015/api/api.js +1 -1
- package/esm2015/api/appSettingsController.service.js +97 -11
- package/esm2015/api/audienceController.service.js +8 -11
- package/esm2015/api/auditController.service.js +8 -11
- package/esm2015/api/bulkStrategyController.service.js +8 -11
- package/esm2015/api/cSSThemeController_.service.js +8 -11
- package/esm2015/api/campaignController.service.js +8 -11
- package/esm2015/api/catalogController.service.js +8 -11
- package/esm2015/api/clickDestinationController.service.js +8 -11
- package/esm2015/api/creativeController.service.js +8 -11
- package/esm2015/api/creativeSetsController.service.js +8 -11
- package/esm2015/api/creativeTemplateThemesController.service.js +8 -11
- package/esm2015/api/creativeTemplateVariablesController.service.js +8 -11
- package/esm2015/api/creativeTemplatesController.service.js +8 -11
- package/esm2015/api/dashboardController.service.js +8 -11
- package/esm2015/api/notificationsController.service.js +8 -11
- package/esm2015/api/pixelController.service.js +8 -11
- package/esm2015/api/reportingController.service.js +8 -11
- package/esm2015/api/sliceXController.service.js +8 -11
- package/esm2015/api/strategyController.service.js +8 -11
- package/esm2015/api/uILoggerController.service.js +8 -11
- package/esm2015/api/userPreferenceController.service.js +8 -11
- package/esm2015/api.module.js +36 -41
- package/esm2015/configuration.js +1 -1
- package/esm2015/encoder.js +1 -1
- package/esm2015/index.js +1 -1
- package/esm2015/model/aBTestDTO.js +2 -1
- package/esm2015/model/activityLog.js +2 -1
- package/esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js +1 -1
- package/esm2015/model/activityLogsStrategyBulkUpdateDTO.js +1 -1
- package/esm2015/model/advertiser.js +2 -1
- package/esm2015/model/advertiserDynamicDetails.js +2 -1
- package/esm2015/model/advertiserDynamicVideoConfig.js +2 -0
- package/esm2015/model/advertiserLayoutVariables.js +2 -1
- package/esm2015/model/advertiserPojo.js +2 -1
- package/esm2015/model/advertiserSettings.js +2 -1
- package/esm2015/model/ageGroup.js +2 -1
- package/esm2015/model/apiListResponseABTestDTO.js +2 -1
- package/esm2015/model/apiListResponseActivityLog.js +2 -1
- package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +2 -1
- package/esm2015/model/apiListResponseActivityLogsStrategyBulkUpdateDTO.js +2 -1
- package/esm2015/model/apiListResponseAudiencePerformanceDTO.js +2 -1
- package/esm2015/model/apiListResponseCatalogFeed.js +2 -1
- package/esm2015/model/apiListResponseClickDestination.js +2 -1
- package/esm2015/model/apiListResponseCreativeCompactDTO.js +2 -1
- package/esm2015/model/apiListResponseCreativeDTO.js +2 -1
- package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +2 -1
- package/esm2015/model/apiListResponseCreativeTemplateDTO.js +2 -1
- package/esm2015/model/apiListResponseMacro.js +2 -1
- package/esm2015/model/apiListResponsePixel.js +2 -1
- package/esm2015/model/apiListResponseVariablesMappingDTO.js +2 -1
- package/esm2015/model/apiResponseObjectABTestDTO.js +2 -1
- package/esm2015/model/apiResponseObjectAdvertiserDynamicDetails.js +2 -1
- package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +2 -0
- package/esm2015/model/apiResponseObjectAdvertiserPojo.js +2 -1
- package/esm2015/model/apiResponseObjectAdvertiserSettings.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseCatalogFeed.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseClickDestination.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeCompactDTO.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeDTO.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeTemplateDTO.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponsePixel.js +2 -1
- package/esm2015/model/apiResponseObjectApiListResponseVariablesMappingDTO.js +2 -1
- package/esm2015/model/apiResponseObjectAudienceAccessDTO.js +2 -1
- package/esm2015/model/apiResponseObjectAudienceDTO.js +2 -1
- package/esm2015/model/apiResponseObjectBaseModel.js +2 -1
- package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +2 -1
- package/esm2015/model/apiResponseObjectBulkEditStrategiesResponse.js +2 -1
- package/esm2015/model/apiResponseObjectBulkstrategiesUpdateResponse.js +2 -1
- package/esm2015/model/apiResponseObjectCampaignDTO.js +2 -1
- package/esm2015/model/apiResponseObjectCatalogFeed.js +2 -1
- package/esm2015/model/apiResponseObjectChartDashboardResponse.js +2 -1
- package/esm2015/model/apiResponseObjectClickDestination.js +2 -1
- package/esm2015/model/apiResponseObjectClickDestinationAutomationUrls.js +2 -1
- package/esm2015/model/apiResponseObjectCreativeDTO.js +2 -1
- package/esm2015/model/apiResponseObjectCreativePerformanceData.js +2 -1
- package/esm2015/model/apiResponseObjectCreativeSetDetails.js +2 -1
- package/esm2015/model/apiResponseObjectCreativeSetResponse.js +2 -1
- package/esm2015/model/apiResponseObjectCreativeTemplatesMetadataDTO.js +2 -1
- package/esm2015/model/apiResponseObjectDashboardMetrics.js +2 -1
- package/esm2015/model/apiResponseObjectDashboardResponse.js +2 -1
- package/esm2015/model/apiResponseObjectDictionaryResponse.js +2 -1
- package/esm2015/model/apiResponseObjectDmpAudienceDTO.js +2 -1
- package/esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js +2 -1
- package/esm2015/model/apiResponseObjectEResponseobject.js +2 -1
- package/esm2015/model/apiResponseObjectEligibleUsersResponse.js +2 -1
- package/esm2015/model/apiResponseObjectFileDownloadResponse.js +2 -1
- package/esm2015/model/apiResponseObjectGeoListDTO.js +2 -1
- package/esm2015/model/apiResponseObjectListAppSettingsDTO.js +2 -1
- package/esm2015/model/apiResponseObjectListAudienceDTO.js +2 -1
- package/esm2015/model/apiResponseObjectListAuditDetails.js +2 -1
- package/esm2015/model/apiResponseObjectListAuditMarker.js +2 -1
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +2 -1
- package/esm2015/model/apiResponseObjectListBaseModel.js +2 -1
- package/esm2015/model/apiResponseObjectListBulkstrategiesValidationResponse.js +2 -1
- package/esm2015/model/apiResponseObjectListCampaignDTO.js +2 -1
- package/esm2015/model/apiResponseObjectListCreativeFiles.js +2 -1
- package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +2 -0
- package/esm2015/model/apiResponseObjectListMenuCrubResponse.js +2 -1
- package/esm2015/model/apiResponseObjectListTemplateThemeDTO.js +2 -1
- package/esm2015/model/apiResponseObjectListTemplateVariablesDTO.js +2 -1
- package/esm2015/model/apiResponseObjectListUserPreferenceDTO.js +2 -1
- package/esm2015/model/apiResponseObjectMapintResponseMessage.js +2 -1
- package/esm2015/model/apiResponseObjectMaplongResponseMessage.js +2 -1
- package/esm2015/model/apiResponseObjectMenuCrubResponse.js +2 -1
- package/esm2015/model/apiResponseObjectMetaRulesDto.js +2 -1
- package/esm2015/model/apiResponseObjectParentBasedObject.js +2 -1
- package/esm2015/model/apiResponseObjectPixel.js +2 -1
- package/esm2015/model/apiResponseObjectReportingResponse.js +2 -1
- package/esm2015/model/apiResponseObjectResponseMessage.js +2 -1
- package/esm2015/model/apiResponseObjectSiteListDTO.js +2 -1
- package/esm2015/model/apiResponseObjectSkadTargetPrivileges.js +2 -1
- package/esm2015/model/apiResponseObjectSlicexChartResponse.js +2 -1
- package/esm2015/model/apiResponseObjectSlicexListResponse.js +2 -1
- package/esm2015/model/apiResponseObjectStrategyCreativeAssociationResponseDTO.js +2 -1
- package/esm2015/model/apiResponseObjectStrategyDTO.js +2 -1
- package/esm2015/model/apiResponseObjectStrategyQuickEditDTO.js +2 -1
- package/esm2015/model/apiResponseObjectTag.js +2 -1
- package/esm2015/model/apiResponseObjectTemplateThemeDTO.js +2 -1
- package/esm2015/model/apiResponseObjectVoid.js +2 -1
- package/esm2015/model/apiResponseObjectWhitelabelingEntity.js +2 -1
- package/esm2015/model/apiResponseObjectboolean.js +2 -1
- package/esm2015/model/apiResponseObjectlong.js +2 -1
- package/esm2015/model/apiResponseObjectstring.js +2 -1
- package/esm2015/model/appSettingsDTO.js +1 -1
- package/esm2015/model/appSettingsPropertyDTO.js +1 -1
- package/esm2015/model/auctionTypeEditField.js +1 -1
- package/esm2015/model/audienceAccessDTO.js +2 -1
- package/esm2015/model/audienceBackFilledStats.js +2 -1
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +1 -1
- package/esm2015/model/audienceBackfillRequest.js +1 -1
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/audienceESDTO.js +1 -1
- package/esm2015/model/audiencePerformanceDTO.js +1 -1
- package/esm2015/model/audienceStrDTO.js +2 -1
- package/esm2015/model/audienceStrEditField.js +2 -1
- package/esm2015/model/auditChange.js +2 -1
- package/esm2015/model/auditDetails.js +2 -1
- package/esm2015/model/auditMarker.js +2 -1
- package/esm2015/model/bIgIntegerEditFiled.js +2 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +2 -1
- package/esm2015/model/bannerAdSuppDimensionsDTO.js +2 -1
- package/esm2015/model/baseModel.js +2 -1
- package/esm2015/model/baseModelEditField.js +2 -1
- package/esm2015/model/baseModelWithCreativeSetType.js +1 -1
- package/esm2015/model/bigDecimalEditField.js +2 -1
- package/esm2015/model/booleanEditField.js +2 -1
- package/esm2015/model/bulkEditCreativeSetsDTO.js +2 -1
- package/esm2015/model/bulkEditCreativeSetsListDTO.js +2 -1
- package/esm2015/model/bulkEditCreativeSetsResponse.js +2 -1
- package/esm2015/model/bulkEditStrategiesDTO.js +2 -1
- package/esm2015/model/bulkEditStrategiesResponse.js +2 -1
- package/esm2015/model/bulkEditStrategyListDTO.js +2 -1
- package/esm2015/model/bulkstrategiesRequest.js +2 -1
- package/esm2015/model/bulkstrategiesUpdateResponse.js +2 -1
- package/esm2015/model/bulkstrategiesValidationRequest.js +2 -1
- package/esm2015/model/bulkstrategiesValidationResponse.js +2 -1
- package/esm2015/model/cSSThemeEntity.js +2 -1
- package/esm2015/model/campaignDTO.js +2 -1
- package/esm2015/model/campaignESDTO.js +2 -1
- package/esm2015/model/catalogFeed.js +2 -1
- package/esm2015/model/chartDashboardResponse.js +2 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/clickDestinationAutomationUrls.js +2 -1
- package/esm2015/model/creative.js +2 -1
- package/esm2015/model/creativeCompactDTO.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeDetails.js +2 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +1 -1
- package/esm2015/model/creativeHtmlMockupDTO.js +2 -1
- package/esm2015/model/creativeListEditField.js +2 -1
- package/esm2015/model/creativeMockUpsDTO.js +2 -1
- package/esm2015/model/creativePerformanceData.js +2 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetListEditField.js +2 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/creativeSetResponse.js +1 -1
- package/esm2015/model/creativeStrategyAssociationStatus.js +2 -1
- package/esm2015/model/creativeTemplateDTO.js +2 -1
- package/esm2015/model/creativeTemplatesMetadataDTO.js +2 -1
- package/esm2015/model/creativeThirdPartyAdTag.js +2 -1
- package/esm2015/model/dashboardData.js +2 -1
- package/esm2015/model/dashboardFilters.js +2 -1
- package/esm2015/model/dashboardMetrics.js +2 -1
- package/esm2015/model/dashboardRequest.js +2 -1
- package/esm2015/model/dashboardResponse.js +2 -1
- package/esm2015/model/day.js +2 -1
- package/esm2015/model/dayPart.js +2 -1
- package/esm2015/model/dayPartEditField.js +2 -1
- package/esm2015/model/dcoAttributesDTO.js +1 -1
- package/esm2015/model/dealCategoryDTO.js +2 -1
- package/esm2015/model/dealCategoryEditField.js +2 -1
- package/esm2015/model/dictionaryResponse.js +2 -1
- package/esm2015/model/dmpAudience.js +2 -1
- package/esm2015/model/dmpAudienceCriteria.js +2 -1
- package/esm2015/model/dmpAudienceDTO.js +2 -1
- package/esm2015/model/duplicateCreativeSetResponse.js +1 -1
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +2 -1
- package/esm2015/model/duplicateStrategyRequestDTO.js +2 -1
- package/esm2015/model/duration.js +2 -1
- package/esm2015/model/durationModel.js +2 -1
- package/esm2015/model/dynamicVideoConfigDTO.js +28 -0
- package/esm2015/model/dynamicVideoDTO.js +2 -0
- package/{esm5/model/menuCrubResponse.js → esm2015/model/dynamicVideoTemplate.js} +2 -1
- package/esm2015/model/eResponseobject.js +2 -1
- package/esm2015/model/eligibleUsersRequest.js +2 -1
- package/esm2015/model/eligibleUsersResponse.js +2 -1
- package/esm2015/model/endCards.js +2 -1
- package/esm2015/model/extendedBaseModel.js +2 -1
- package/esm2015/model/extendedTargetingObject.js +2 -1
- package/esm2015/model/failedDTO.js +2 -1
- package/esm2015/model/failedStrategyDTO.js +2 -1
- package/esm2015/model/failedStrategyFieldsDTO.js +2 -1
- package/esm2015/model/fcapDetails.js +2 -1
- package/esm2015/model/fcapEditField.js +2 -1
- package/esm2015/model/fileDownloadResponse.js +2 -1
- package/esm2015/model/filterModel.js +1 -1
- package/esm2015/model/geoListDTO.js +2 -1
- package/esm2015/model/geoListRequest.js +1 -1
- package/esm2015/model/hybridAdMapping.js +2 -1
- package/esm2015/model/incrementalityReportDTO.js +2 -1
- package/esm2015/model/incrementalityReportResponse.js +2 -1
- package/esm2015/model/incrementalityResponse.js +2 -1
- package/esm2015/model/integerEditField.js +2 -1
- package/esm2015/model/macro.js +1 -1
- package/esm2015/model/mapintResponseMessage.js +2 -1
- package/esm2015/model/maplongResponseMessage.js +2 -1
- package/esm2015/model/menuCrubResponse.js +2 -1
- package/esm2015/model/metaRuleDto.js +1 -1
- package/esm2015/model/metaRulesDto.js +2 -1
- package/esm2015/model/modelError.js +2 -1
- package/esm2015/model/models.js +240 -1
- package/{esm5/model/durationModel.js → esm2015/model/nameAndTitleModel.js} +2 -1
- package/esm2015/model/nativeAssetPojo.js +2 -1
- package/esm2015/model/notificationListResponseNotificationResponse.js +2 -1
- package/esm2015/model/notificationResponse.js +1 -1
- package/esm2015/model/parentBasedObject.js +2 -1
- package/esm2015/model/pixel.js +2 -1
- package/esm2015/model/pixelDataFileDTO.js +1 -1
- package/esm2015/model/pixelDataScheduleDTO.js +2 -1
- package/esm2015/model/pixelRemoteConfigDTO.js +2 -1
- package/esm2015/model/platformAudienceDTO.js +2 -1
- package/esm2015/model/rTBAggregators.js +2 -1
- package/esm2015/model/rTBAggregatorsEditField.js +2 -1
- package/esm2015/model/rTBSites.js +2 -1
- package/esm2015/model/rTBSitesEditField.js +2 -1
- package/esm2015/model/remoteFileDTO.js +1 -1
- package/esm2015/model/reportProperty.js +1 -1
- package/esm2015/model/reportingRequest.js +1 -1
- package/esm2015/model/reportingResponse.js +1 -1
- package/esm2015/model/responseMessage.js +2 -1
- package/esm2015/model/ruleComponentDTO.js +2 -1
- package/esm2015/model/ruleDTO.js +1 -1
- package/esm2015/model/ruleOperatorDto.js +2 -1
- package/esm2015/model/ruleValueDto.js +2 -1
- package/esm2015/model/searchRequest.js +2 -1
- package/esm2015/model/siteListDTO.js +2 -1
- package/esm2015/model/siteListRequest.js +2 -1
- package/esm2015/model/size.js +2 -1
- package/esm2015/model/skadTargetPrivileges.js +2 -1
- package/esm2015/model/slicexChartResponse.js +2 -1
- package/esm2015/model/slicexData.js +2 -1
- package/esm2015/model/slicexGridData.js +2 -1
- package/esm2015/model/slicexListResponse.js +2 -1
- package/esm2015/model/slicexRequest.js +2 -1
- package/esm2015/model/slicexRequestExtended.js +2 -1
- package/esm2015/model/sortModel.js +2 -1
- package/esm2015/model/statusBaseObject.js +2 -1
- package/esm2015/model/strategy.js +2 -1
- package/esm2015/model/strategyCreativeAssociationRequestDTO.js +2 -1
- package/esm2015/model/strategyCreativeAssociationResponseDTO.js +2 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm2015/model/strategyListEditField.js +2 -1
- package/esm2015/model/strategyQuickEditDTO.js +1 -1
- package/esm2015/model/strategyUpdateResponse.js +2 -1
- package/esm2015/model/stringEditField.js +2 -1
- package/esm2015/model/tag.js +2 -1
- package/esm2015/model/targetAppCategories.js +2 -1
- package/esm2015/model/targetBrowsers.js +2 -1
- package/esm2015/model/targetDeviceTypes.js +2 -1
- package/esm2015/model/targetGeoDTO.js +2 -1
- package/esm2015/model/targetGeoEditField.js +2 -1
- package/esm2015/model/targetMobileDeviceBrands.js +2 -1
- package/esm2015/model/targetMobileDeviceModels.js +2 -1
- package/esm2015/model/targetMobileDevices.js +2 -1
- package/esm2015/model/targetOperatingSystem.js +2 -1
- package/esm2015/model/targetOperatingSystemEditField.js +2 -1
- package/esm2015/model/targetingObject.js +2 -1
- package/esm2015/model/templateThemeDTO.js +2 -1
- package/esm2015/model/templateVariablesDTO.js +1 -1
- package/esm2015/model/timeZoneDTO.js +2 -1
- package/esm2015/model/userPreferenceCategory.js +2 -1
- package/esm2015/model/userPreferenceDTO.js +2 -1
- package/esm2015/model/variablesMappingDTO.js +2 -1
- package/esm2015/model/vastCreative.js +1 -1
- package/esm2015/model/videoAttributes.js +1 -1
- package/esm2015/model/videoProperties.js +1 -1
- package/esm2015/model/videoTargeting.js +2 -1
- package/esm2015/model/whitelabelingEntity.js +2 -1
- package/esm2015/revxui-api-clients-ts.js +1 -1
- package/esm2015/variables.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +1106 -212
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserDynamicVideoConfig.d.ts +19 -0
- package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +17 -0
- package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
- package/model/dynamicVideoConfigDTO.d.ts +32 -0
- package/model/dynamicVideoDTO.d.ts +16 -0
- package/model/dynamicVideoTemplate.d.ts +18 -0
- package/model/models.d.ts +7 -0
- package/model/nameAndTitleModel.d.ts +15 -0
- package/package.json +3 -5
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm5/api/adminController.service.js +0 -203
- package/esm5/api/advertiserController.service.js +0 -454
- package/esm5/api/api.js +0 -48
- package/esm5/api/appSettingsController.service.js +0 -178
- package/esm5/api/audienceController.service.js +0 -806
- package/esm5/api/auditController.service.js +0 -207
- package/esm5/api/bulkStrategyController.service.js +0 -251
- package/esm5/api/cSSThemeController_.service.js +0 -128
- package/esm5/api/campaignController.service.js +0 -330
- package/esm5/api/catalogController.service.js +0 -266
- package/esm5/api/clickDestinationController.service.js +0 -258
- package/esm5/api/creativeController.service.js +0 -485
- package/esm5/api/creativeSetsController.service.js +0 -500
- package/esm5/api/creativeTemplateThemesController.service.js +0 -209
- package/esm5/api/creativeTemplateVariablesController.service.js +0 -95
- package/esm5/api/creativeTemplatesController.service.js +0 -187
- package/esm5/api/dashboardController.service.js +0 -665
- package/esm5/api/notificationsController.service.js +0 -207
- package/esm5/api/pixelController.service.js +0 -337
- package/esm5/api/reportingController.service.js +0 -192
- package/esm5/api/sliceXController.service.js +0 -276
- package/esm5/api/strategyController.service.js +0 -669
- package/esm5/api/uILoggerController.service.js +0 -110
- package/esm5/api/userPreferenceController.service.js +0 -198
- package/esm5/api.module.js +0 -87
- package/esm5/configuration.js +0 -64
- package/esm5/encoder.js +0 -24
- package/esm5/index.js +0 -6
- package/esm5/model/aBTestDTO.js +0 -1
- package/esm5/model/activityLog.js +0 -1
- package/esm5/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
- package/esm5/model/activityLogsStrategyBulkUpdateDTO.js +0 -11
- package/esm5/model/advertiser.js +0 -1
- package/esm5/model/advertiserDynamicDetails.js +0 -1
- package/esm5/model/advertiserLayoutVariables.js +0 -12
- package/esm5/model/advertiserPojo.js +0 -1
- package/esm5/model/advertiserSettings.js +0 -1
- package/esm5/model/ageGroup.js +0 -12
- package/esm5/model/apiListResponseABTestDTO.js +0 -1
- package/esm5/model/apiListResponseActivityLog.js +0 -1
- package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
- package/esm5/model/apiListResponseActivityLogsStrategyBulkUpdateDTO.js +0 -1
- package/esm5/model/apiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm5/model/apiListResponseCatalogFeed.js +0 -1
- package/esm5/model/apiListResponseClickDestination.js +0 -1
- package/esm5/model/apiListResponseCreativeCompactDTO.js +0 -1
- package/esm5/model/apiListResponseCreativeDTO.js +0 -1
- package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/apiListResponseCreativeTemplateDTO.js +0 -1
- package/esm5/model/apiListResponseMacro.js +0 -1
- package/esm5/model/apiListResponsePixel.js +0 -1
- package/esm5/model/apiListResponseVariablesMappingDTO.js +0 -1
- package/esm5/model/apiResponseObjectABTestDTO.js +0 -1
- package/esm5/model/apiResponseObjectAdvertiserDynamicDetails.js +0 -1
- package/esm5/model/apiResponseObjectAdvertiserPojo.js +0 -1
- package/esm5/model/apiResponseObjectAdvertiserSettings.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCatalogFeed.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseClickDestination.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeCompactDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeTemplateDTO.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponsePixel.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseVariablesMappingDTO.js +0 -1
- package/esm5/model/apiResponseObjectAudienceAccessDTO.js +0 -1
- package/esm5/model/apiResponseObjectAudienceDTO.js +0 -1
- package/esm5/model/apiResponseObjectBaseModel.js +0 -1
- package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
- package/esm5/model/apiResponseObjectBulkEditStrategiesResponse.js +0 -1
- package/esm5/model/apiResponseObjectBulkstrategiesUpdateResponse.js +0 -1
- package/esm5/model/apiResponseObjectCampaignDTO.js +0 -1
- package/esm5/model/apiResponseObjectCatalogFeed.js +0 -1
- package/esm5/model/apiResponseObjectChartDashboardResponse.js +0 -1
- package/esm5/model/apiResponseObjectClickDestination.js +0 -1
- package/esm5/model/apiResponseObjectClickDestinationAutomationUrls.js +0 -1
- package/esm5/model/apiResponseObjectCreativeDTO.js +0 -1
- package/esm5/model/apiResponseObjectCreativePerformanceData.js +0 -1
- package/esm5/model/apiResponseObjectCreativeSetDetails.js +0 -1
- package/esm5/model/apiResponseObjectCreativeSetResponse.js +0 -1
- package/esm5/model/apiResponseObjectCreativeTemplatesMetadataDTO.js +0 -1
- package/esm5/model/apiResponseObjectDashboardMetrics.js +0 -1
- package/esm5/model/apiResponseObjectDashboardResponse.js +0 -1
- package/esm5/model/apiResponseObjectDictionaryResponse.js +0 -1
- package/esm5/model/apiResponseObjectDmpAudienceDTO.js +0 -1
- package/esm5/model/apiResponseObjectDuplicateCreativeSetResponse.js +0 -1
- package/esm5/model/apiResponseObjectEResponseobject.js +0 -1
- package/esm5/model/apiResponseObjectEligibleUsersResponse.js +0 -1
- package/esm5/model/apiResponseObjectFileDownloadResponse.js +0 -1
- package/esm5/model/apiResponseObjectGeoListDTO.js +0 -1
- package/esm5/model/apiResponseObjectListAppSettingsDTO.js +0 -1
- package/esm5/model/apiResponseObjectListAudienceDTO.js +0 -1
- package/esm5/model/apiResponseObjectListAuditDetails.js +0 -1
- package/esm5/model/apiResponseObjectListAuditMarker.js +0 -1
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm5/model/apiResponseObjectListBaseModel.js +0 -1
- package/esm5/model/apiResponseObjectListBulkstrategiesValidationResponse.js +0 -1
- package/esm5/model/apiResponseObjectListCampaignDTO.js +0 -1
- package/esm5/model/apiResponseObjectListCreativeFiles.js +0 -1
- package/esm5/model/apiResponseObjectListMenuCrubResponse.js +0 -1
- package/esm5/model/apiResponseObjectListTemplateThemeDTO.js +0 -1
- package/esm5/model/apiResponseObjectListTemplateVariablesDTO.js +0 -1
- package/esm5/model/apiResponseObjectListUserPreferenceDTO.js +0 -1
- package/esm5/model/apiResponseObjectMapintResponseMessage.js +0 -1
- package/esm5/model/apiResponseObjectMaplongResponseMessage.js +0 -1
- package/esm5/model/apiResponseObjectMenuCrubResponse.js +0 -1
- package/esm5/model/apiResponseObjectMetaRulesDto.js +0 -1
- package/esm5/model/apiResponseObjectParentBasedObject.js +0 -1
- package/esm5/model/apiResponseObjectPixel.js +0 -1
- package/esm5/model/apiResponseObjectReportingResponse.js +0 -1
- package/esm5/model/apiResponseObjectResponseMessage.js +0 -1
- package/esm5/model/apiResponseObjectSiteListDTO.js +0 -1
- package/esm5/model/apiResponseObjectSkadTargetPrivileges.js +0 -1
- package/esm5/model/apiResponseObjectSlicexChartResponse.js +0 -1
- package/esm5/model/apiResponseObjectSlicexListResponse.js +0 -1
- package/esm5/model/apiResponseObjectStrategyCreativeAssociationResponseDTO.js +0 -1
- package/esm5/model/apiResponseObjectStrategyDTO.js +0 -1
- package/esm5/model/apiResponseObjectStrategyQuickEditDTO.js +0 -1
- package/esm5/model/apiResponseObjectTag.js +0 -1
- package/esm5/model/apiResponseObjectTemplateThemeDTO.js +0 -1
- package/esm5/model/apiResponseObjectVoid.js +0 -12
- package/esm5/model/apiResponseObjectWhitelabelingEntity.js +0 -1
- package/esm5/model/apiResponseObjectboolean.js +0 -12
- package/esm5/model/apiResponseObjectlong.js +0 -12
- package/esm5/model/apiResponseObjectstring.js +0 -12
- package/esm5/model/appSettingsDTO.js +0 -18
- package/esm5/model/appSettingsPropertyDTO.js +0 -18
- package/esm5/model/auctionTypeEditField.js +0 -20
- package/esm5/model/audienceAccessDTO.js +0 -12
- package/esm5/model/audienceBackFilledStats.js +0 -12
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm5/model/audienceBackfillRequest.js +0 -9
- package/esm5/model/audienceDTO.js +0 -23
- package/esm5/model/audienceESDTO.js +0 -27
- package/esm5/model/audiencePerformanceDTO.js +0 -8
- package/esm5/model/audienceStrDTO.js +0 -1
- package/esm5/model/audienceStrEditField.js +0 -1
- package/esm5/model/auditChange.js +0 -12
- package/esm5/model/auditDetails.js +0 -1
- package/esm5/model/auditMarker.js +0 -12
- package/esm5/model/bIgIntegerEditFiled.js +0 -12
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +0 -12
- package/esm5/model/bannerAdSuppDimensionsDTO.js +0 -12
- package/esm5/model/baseModel.js +0 -12
- package/esm5/model/baseModelEditField.js +0 -1
- package/esm5/model/baseModelWithCreativeSetType.js +0 -29
- package/esm5/model/bigDecimalEditField.js +0 -12
- package/esm5/model/booleanEditField.js +0 -12
- package/esm5/model/bulkEditCreativeSetsDTO.js +0 -1
- package/esm5/model/bulkEditCreativeSetsListDTO.js +0 -1
- package/esm5/model/bulkEditCreativeSetsResponse.js +0 -1
- package/esm5/model/bulkEditStrategiesDTO.js +0 -1
- package/esm5/model/bulkEditStrategiesResponse.js +0 -1
- package/esm5/model/bulkEditStrategyListDTO.js +0 -1
- package/esm5/model/bulkstrategiesRequest.js +0 -12
- package/esm5/model/bulkstrategiesUpdateResponse.js +0 -1
- package/esm5/model/bulkstrategiesValidationRequest.js +0 -12
- package/esm5/model/bulkstrategiesValidationResponse.js +0 -12
- package/esm5/model/cSSThemeEntity.js +0 -12
- package/esm5/model/campaignDTO.js +0 -1
- package/esm5/model/campaignESDTO.js +0 -1
- package/esm5/model/catalogFeed.js +0 -12
- package/esm5/model/chartDashboardResponse.js +0 -1
- package/esm5/model/clickDestination.js +0 -13
- package/esm5/model/clickDestinationAutomationUrls.js +0 -12
- package/esm5/model/creative.js +0 -12
- package/esm5/model/creativeCompactDTO.js +0 -20
- package/esm5/model/creativeDTO.js +0 -42
- package/esm5/model/creativeDetails.js +0 -1
- package/esm5/model/creativeFileForSet.js +0 -20
- package/esm5/model/creativeFiles.js +0 -20
- package/esm5/model/creativeHtmlFileForSet.js +0 -25
- package/esm5/model/creativeHtmlMockupDTO.js +0 -1
- package/esm5/model/creativeListEditField.js +0 -1
- package/esm5/model/creativeMockUpsDTO.js +0 -1
- package/esm5/model/creativePerformanceData.js +0 -12
- package/esm5/model/creativeSetDashboardMetric.js +0 -18
- package/esm5/model/creativeSetDetails.js +0 -18
- package/esm5/model/creativeSetListEditField.js +0 -1
- package/esm5/model/creativeSetRequest.js +0 -18
- package/esm5/model/creativeSetResponse.js +0 -29
- package/esm5/model/creativeStrategyAssociationStatus.js +0 -1
- package/esm5/model/creativeTemplateDTO.js +0 -12
- package/esm5/model/creativeTemplatesMetadataDTO.js +0 -12
- package/esm5/model/creativeThirdPartyAdTag.js +0 -1
- package/esm5/model/dashboardData.js +0 -1
- package/esm5/model/dashboardFilters.js +0 -12
- package/esm5/model/dashboardMetrics.js +0 -12
- package/esm5/model/dashboardRequest.js +0 -1
- package/esm5/model/dashboardResponse.js +0 -1
- package/esm5/model/day.js +0 -12
- package/esm5/model/dayPart.js +0 -1
- package/esm5/model/dayPartEditField.js +0 -1
- package/esm5/model/dcoAttributesDTO.js +0 -20
- package/esm5/model/dealCategoryDTO.js +0 -1
- package/esm5/model/dealCategoryEditField.js +0 -1
- package/esm5/model/dictionaryResponse.js +0 -1
- package/esm5/model/dmpAudience.js +0 -1
- package/esm5/model/dmpAudienceCriteria.js +0 -12
- package/esm5/model/dmpAudienceDTO.js +0 -1
- package/esm5/model/duplicateCreativeSetResponse.js +0 -29
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
- package/esm5/model/duplicateStrategyRequestDTO.js +0 -12
- package/esm5/model/duration.js +0 -1
- package/esm5/model/eResponseobject.js +0 -12
- package/esm5/model/eligibleUsersRequest.js +0 -12
- package/esm5/model/eligibleUsersResponse.js +0 -12
- package/esm5/model/endCards.js +0 -12
- package/esm5/model/extendedBaseModel.js +0 -1
- package/esm5/model/extendedTargetingObject.js +0 -1
- package/esm5/model/failedDTO.js +0 -12
- package/esm5/model/failedStrategyDTO.js +0 -12
- package/esm5/model/failedStrategyFieldsDTO.js +0 -12
- package/esm5/model/fcapDetails.js +0 -12
- package/esm5/model/fcapEditField.js +0 -1
- package/esm5/model/fileDownloadResponse.js +0 -12
- package/esm5/model/filterModel.js +0 -20
- package/esm5/model/geoListDTO.js +0 -1
- package/esm5/model/geoListRequest.js +0 -9
- package/esm5/model/hybridAdMapping.js +0 -1
- package/esm5/model/incrementalityReportDTO.js +0 -12
- package/esm5/model/incrementalityReportResponse.js +0 -12
- package/esm5/model/incrementalityResponse.js +0 -1
- package/esm5/model/integerEditField.js +0 -12
- package/esm5/model/macro.js +0 -21
- package/esm5/model/mapintResponseMessage.js +0 -1
- package/esm5/model/maplongResponseMessage.js +0 -1
- package/esm5/model/metaRuleDto.js +0 -15
- package/esm5/model/metaRulesDto.js +0 -1
- package/esm5/model/modelError.js +0 -12
- package/esm5/model/models.js +0 -41
- package/esm5/model/nativeAssetPojo.js +0 -12
- package/esm5/model/notificationListResponseNotificationResponse.js +0 -1
- package/esm5/model/notificationResponse.js +0 -19
- package/esm5/model/parentBasedObject.js +0 -12
- package/esm5/model/pixel.js +0 -1
- package/esm5/model/pixelDataFileDTO.js +0 -75
- package/esm5/model/pixelDataScheduleDTO.js +0 -1
- package/esm5/model/pixelRemoteConfigDTO.js +0 -1
- package/esm5/model/platformAudienceDTO.js +0 -12
- package/esm5/model/rTBAggregators.js +0 -1
- package/esm5/model/rTBAggregatorsEditField.js +0 -1
- package/esm5/model/rTBSites.js +0 -1
- package/esm5/model/rTBSitesEditField.js +0 -1
- package/esm5/model/remoteFileDTO.js +0 -28
- package/esm5/model/reportProperty.js +0 -20
- package/esm5/model/reportingRequest.js +0 -20
- package/esm5/model/reportingResponse.js +0 -15
- package/esm5/model/responseMessage.js +0 -12
- package/esm5/model/ruleComponentDTO.js +0 -12
- package/esm5/model/ruleDTO.js +0 -16
- package/esm5/model/ruleOperatorDto.js +0 -12
- package/esm5/model/ruleValueDto.js +0 -12
- package/esm5/model/searchRequest.js +0 -1
- package/esm5/model/siteListDTO.js +0 -1
- package/esm5/model/siteListRequest.js +0 -12
- package/esm5/model/size.js +0 -12
- package/esm5/model/skadTargetPrivileges.js +0 -1
- package/esm5/model/slicexChartResponse.js +0 -1
- package/esm5/model/slicexData.js +0 -12
- package/esm5/model/slicexGridData.js +0 -12
- package/esm5/model/slicexListResponse.js +0 -1
- package/esm5/model/slicexRequest.js +0 -1
- package/esm5/model/slicexRequestExtended.js +0 -1
- package/esm5/model/sortModel.js +0 -12
- package/esm5/model/statusBaseObject.js +0 -12
- package/esm5/model/strategy.js +0 -1
- package/esm5/model/strategyCreativeAssociationRequestDTO.js +0 -1
- package/esm5/model/strategyCreativeAssociationResponseDTO.js +0 -1
- package/esm5/model/strategyDTO.js +0 -37
- package/esm5/model/strategyListEditField.js +0 -1
- package/esm5/model/strategyQuickEditDTO.js +0 -19
- package/esm5/model/strategyUpdateResponse.js +0 -12
- package/esm5/model/stringEditField.js +0 -12
- package/esm5/model/tag.js +0 -12
- package/esm5/model/targetAppCategories.js +0 -1
- package/esm5/model/targetBrowsers.js +0 -1
- package/esm5/model/targetDeviceTypes.js +0 -1
- package/esm5/model/targetGeoDTO.js +0 -1
- package/esm5/model/targetGeoEditField.js +0 -1
- package/esm5/model/targetMobileDeviceBrands.js +0 -1
- package/esm5/model/targetMobileDeviceModels.js +0 -1
- package/esm5/model/targetMobileDevices.js +0 -1
- package/esm5/model/targetOperatingSystem.js +0 -1
- package/esm5/model/targetOperatingSystemEditField.js +0 -1
- package/esm5/model/targetingObject.js +0 -1
- package/esm5/model/templateThemeDTO.js +0 -12
- package/esm5/model/templateVariablesDTO.js +0 -24
- package/esm5/model/timeZoneDTO.js +0 -12
- package/esm5/model/userPreferenceCategory.js +0 -12
- package/esm5/model/userPreferenceDTO.js +0 -1
- package/esm5/model/variablesMappingDTO.js +0 -12
- package/esm5/model/vastCreative.js +0 -13
- package/esm5/model/videoAttributes.js +0 -61
- package/esm5/model/videoProperties.js +0 -22
- package/esm5/model/videoTargeting.js +0 -12
- package/esm5/model/whitelabelingEntity.js +0 -1
- package/esm5/revxui-api-clients-ts.js +0 -5
- package/esm5/variables.js +0 -9
- package/fesm5/revxui-api-clients-ts.js +0 -8095
- package/fesm5/revxui-api-clients-ts.js.map +0 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { InjectionToken, Optional, Inject, Injectable, SkipSelf, NgModule } from '@angular/core';
|
|
1
|
+
import { InjectionToken, Injectable, Optional, Inject, NgModule, SkipSelf } from '@angular/core';
|
|
3
2
|
import { HttpHeaders, HttpClient, HttpUrlEncodingCodec, HttpParams } from '@angular/common/http';
|
|
4
3
|
|
|
5
4
|
const BASE_PATH = new InjectionToken('basePath');
|
|
@@ -80,10 +79,10 @@ class Configuration {
|
|
|
80
79
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
81
80
|
* Do not edit the class manually.
|
|
82
81
|
*/
|
|
83
|
-
|
|
82
|
+
class AdminControllerService {
|
|
84
83
|
constructor(httpClient, basePath, configuration) {
|
|
85
84
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
85
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
87
86
|
this.defaultHeaders = new HttpHeaders();
|
|
88
87
|
this.configuration = new Configuration();
|
|
89
88
|
if (basePath) {
|
|
@@ -232,16 +231,15 @@ let AdminControllerService = class AdminControllerService {
|
|
|
232
231
|
reportProgress: reportProgress
|
|
233
232
|
});
|
|
234
233
|
}
|
|
235
|
-
}
|
|
234
|
+
}
|
|
235
|
+
AdminControllerService.decorators = [
|
|
236
|
+
{ type: Injectable }
|
|
237
|
+
];
|
|
236
238
|
AdminControllerService.ctorParameters = () => [
|
|
237
239
|
{ type: HttpClient },
|
|
238
240
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
239
241
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
240
242
|
];
|
|
241
|
-
AdminControllerService = __decorate([
|
|
242
|
-
Injectable(),
|
|
243
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
244
|
-
], AdminControllerService);
|
|
245
243
|
|
|
246
244
|
/**
|
|
247
245
|
* CustomHttpUrlEncodingCodec
|
|
@@ -270,10 +268,10 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
270
268
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
271
269
|
* Do not edit the class manually.
|
|
272
270
|
*/
|
|
273
|
-
|
|
271
|
+
class AdvertiserControllerService {
|
|
274
272
|
constructor(httpClient, basePath, configuration) {
|
|
275
273
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
274
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
277
275
|
this.defaultHeaders = new HttpHeaders();
|
|
278
276
|
this.configuration = new Configuration();
|
|
279
277
|
if (basePath) {
|
|
@@ -660,16 +658,15 @@ let AdvertiserControllerService = class AdvertiserControllerService {
|
|
|
660
658
|
reportProgress: reportProgress
|
|
661
659
|
});
|
|
662
660
|
}
|
|
663
|
-
}
|
|
661
|
+
}
|
|
662
|
+
AdvertiserControllerService.decorators = [
|
|
663
|
+
{ type: Injectable }
|
|
664
|
+
];
|
|
664
665
|
AdvertiserControllerService.ctorParameters = () => [
|
|
665
666
|
{ type: HttpClient },
|
|
666
667
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
667
668
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
668
669
|
];
|
|
669
|
-
AdvertiserControllerService = __decorate([
|
|
670
|
-
Injectable(),
|
|
671
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
672
|
-
], AdvertiserControllerService);
|
|
673
670
|
|
|
674
671
|
/**
|
|
675
672
|
* Api Documentation
|
|
@@ -682,10 +679,10 @@ AdvertiserControllerService = __decorate([
|
|
|
682
679
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
683
680
|
* Do not edit the class manually.
|
|
684
681
|
*/
|
|
685
|
-
|
|
682
|
+
class AppSettingsControllerService {
|
|
686
683
|
constructor(httpClient, basePath, configuration) {
|
|
687
684
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
685
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
689
686
|
this.defaultHeaders = new HttpHeaders();
|
|
690
687
|
this.configuration = new Configuration();
|
|
691
688
|
if (basePath) {
|
|
@@ -743,6 +740,61 @@ let AppSettingsControllerService = class AppSettingsControllerService {
|
|
|
743
740
|
reportProgress: reportProgress
|
|
744
741
|
});
|
|
745
742
|
}
|
|
743
|
+
fetchAllDynamicVideoTemplatesUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
744
|
+
let headers = this.defaultHeaders;
|
|
745
|
+
if (reqId !== undefined && reqId !== null) {
|
|
746
|
+
headers = headers.set('reqId', String(reqId));
|
|
747
|
+
}
|
|
748
|
+
if (token !== undefined && token !== null) {
|
|
749
|
+
headers = headers.set('token', String(token));
|
|
750
|
+
}
|
|
751
|
+
// to determine the Accept header
|
|
752
|
+
let httpHeaderAccepts = [
|
|
753
|
+
'application/json'
|
|
754
|
+
];
|
|
755
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
756
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
757
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
758
|
+
}
|
|
759
|
+
// to determine the Content-Type header
|
|
760
|
+
const consumes = [];
|
|
761
|
+
return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/templates`, {
|
|
762
|
+
withCredentials: this.configuration.withCredentials,
|
|
763
|
+
headers: headers,
|
|
764
|
+
observe: observe,
|
|
765
|
+
reportProgress: reportProgress
|
|
766
|
+
});
|
|
767
|
+
}
|
|
768
|
+
fetchDynamicVideoConfigUsingGET(advertiserId, reqId, token, observe = 'body', reportProgress = false) {
|
|
769
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
770
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
771
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
772
|
+
}
|
|
773
|
+
let headers = this.defaultHeaders;
|
|
774
|
+
if (reqId !== undefined && reqId !== null) {
|
|
775
|
+
headers = headers.set('reqId', String(reqId));
|
|
776
|
+
}
|
|
777
|
+
if (token !== undefined && token !== null) {
|
|
778
|
+
headers = headers.set('token', String(token));
|
|
779
|
+
}
|
|
780
|
+
// to determine the Accept header
|
|
781
|
+
let httpHeaderAccepts = [
|
|
782
|
+
'application/json'
|
|
783
|
+
];
|
|
784
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
785
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
786
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
787
|
+
}
|
|
788
|
+
// to determine the Content-Type header
|
|
789
|
+
const consumes = [];
|
|
790
|
+
return this.httpClient.get(`${this.basePath}/v2/api/appsettings/dynamicvideo/config`, {
|
|
791
|
+
params: queryParameters,
|
|
792
|
+
withCredentials: this.configuration.withCredentials,
|
|
793
|
+
headers: headers,
|
|
794
|
+
observe: observe,
|
|
795
|
+
reportProgress: reportProgress
|
|
796
|
+
});
|
|
797
|
+
}
|
|
746
798
|
getAppSettingsUsingGET(advertiserId, reqId, settingsKeys, token, observe = 'body', reportProgress = false) {
|
|
747
799
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
748
800
|
if (advertiserId !== undefined && advertiserId !== null) {
|
|
@@ -812,16 +864,49 @@ let AppSettingsControllerService = class AppSettingsControllerService {
|
|
|
812
864
|
reportProgress: reportProgress
|
|
813
865
|
});
|
|
814
866
|
}
|
|
815
|
-
|
|
867
|
+
upsertDynamicVideoUsingPOST(dynamicVideoDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
868
|
+
if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
|
|
869
|
+
throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
|
|
870
|
+
}
|
|
871
|
+
let headers = this.defaultHeaders;
|
|
872
|
+
if (reqId !== undefined && reqId !== null) {
|
|
873
|
+
headers = headers.set('reqId', String(reqId));
|
|
874
|
+
}
|
|
875
|
+
if (token !== undefined && token !== null) {
|
|
876
|
+
headers = headers.set('token', String(token));
|
|
877
|
+
}
|
|
878
|
+
// to determine the Accept header
|
|
879
|
+
let httpHeaderAccepts = [
|
|
880
|
+
'application/json'
|
|
881
|
+
];
|
|
882
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
883
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
884
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
885
|
+
}
|
|
886
|
+
// to determine the Content-Type header
|
|
887
|
+
const consumes = [
|
|
888
|
+
'application/json'
|
|
889
|
+
];
|
|
890
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
891
|
+
if (httpContentTypeSelected != undefined) {
|
|
892
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
893
|
+
}
|
|
894
|
+
return this.httpClient.post(`${this.basePath}/v2/api/appsettings/dynamicvideo/upsert`, dynamicVideoDTO, {
|
|
895
|
+
withCredentials: this.configuration.withCredentials,
|
|
896
|
+
headers: headers,
|
|
897
|
+
observe: observe,
|
|
898
|
+
reportProgress: reportProgress
|
|
899
|
+
});
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
AppSettingsControllerService.decorators = [
|
|
903
|
+
{ type: Injectable }
|
|
904
|
+
];
|
|
816
905
|
AppSettingsControllerService.ctorParameters = () => [
|
|
817
906
|
{ type: HttpClient },
|
|
818
907
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
819
908
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
820
909
|
];
|
|
821
|
-
AppSettingsControllerService = __decorate([
|
|
822
|
-
Injectable(),
|
|
823
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
824
|
-
], AppSettingsControllerService);
|
|
825
910
|
|
|
826
911
|
/**
|
|
827
912
|
* Api Documentation
|
|
@@ -834,10 +919,10 @@ AppSettingsControllerService = __decorate([
|
|
|
834
919
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
835
920
|
* Do not edit the class manually.
|
|
836
921
|
*/
|
|
837
|
-
|
|
922
|
+
class AudienceControllerService {
|
|
838
923
|
constructor(httpClient, basePath, configuration) {
|
|
839
924
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
925
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
841
926
|
this.defaultHeaders = new HttpHeaders();
|
|
842
927
|
this.configuration = new Configuration();
|
|
843
928
|
if (basePath) {
|
|
@@ -1558,16 +1643,15 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1558
1643
|
reportProgress: reportProgress
|
|
1559
1644
|
});
|
|
1560
1645
|
}
|
|
1561
|
-
}
|
|
1646
|
+
}
|
|
1647
|
+
AudienceControllerService.decorators = [
|
|
1648
|
+
{ type: Injectable }
|
|
1649
|
+
];
|
|
1562
1650
|
AudienceControllerService.ctorParameters = () => [
|
|
1563
1651
|
{ type: HttpClient },
|
|
1564
1652
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
1565
1653
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
1566
1654
|
];
|
|
1567
|
-
AudienceControllerService = __decorate([
|
|
1568
|
-
Injectable(),
|
|
1569
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
1570
|
-
], AudienceControllerService);
|
|
1571
1655
|
|
|
1572
1656
|
/**
|
|
1573
1657
|
* Api Documentation
|
|
@@ -1580,10 +1664,10 @@ AudienceControllerService = __decorate([
|
|
|
1580
1664
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
1581
1665
|
* Do not edit the class manually.
|
|
1582
1666
|
*/
|
|
1583
|
-
|
|
1667
|
+
class AuditControllerService {
|
|
1584
1668
|
constructor(httpClient, basePath, configuration) {
|
|
1585
1669
|
this.httpClient = httpClient;
|
|
1586
|
-
this.basePath = 'https://
|
|
1670
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1587
1671
|
this.defaultHeaders = new HttpHeaders();
|
|
1588
1672
|
this.configuration = new Configuration();
|
|
1589
1673
|
if (basePath) {
|
|
@@ -1739,16 +1823,15 @@ let AuditControllerService = class AuditControllerService {
|
|
|
1739
1823
|
reportProgress: reportProgress
|
|
1740
1824
|
});
|
|
1741
1825
|
}
|
|
1742
|
-
}
|
|
1826
|
+
}
|
|
1827
|
+
AuditControllerService.decorators = [
|
|
1828
|
+
{ type: Injectable }
|
|
1829
|
+
];
|
|
1743
1830
|
AuditControllerService.ctorParameters = () => [
|
|
1744
1831
|
{ type: HttpClient },
|
|
1745
1832
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
1746
1833
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
1747
1834
|
];
|
|
1748
|
-
AuditControllerService = __decorate([
|
|
1749
|
-
Injectable(),
|
|
1750
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
1751
|
-
], AuditControllerService);
|
|
1752
1835
|
|
|
1753
1836
|
/**
|
|
1754
1837
|
* Api Documentation
|
|
@@ -1761,10 +1844,10 @@ AuditControllerService = __decorate([
|
|
|
1761
1844
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
1762
1845
|
* Do not edit the class manually.
|
|
1763
1846
|
*/
|
|
1764
|
-
|
|
1847
|
+
class BulkStrategyControllerService {
|
|
1765
1848
|
constructor(httpClient, basePath, configuration) {
|
|
1766
1849
|
this.httpClient = httpClient;
|
|
1767
|
-
this.basePath = 'https://
|
|
1850
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1768
1851
|
this.defaultHeaders = new HttpHeaders();
|
|
1769
1852
|
this.configuration = new Configuration();
|
|
1770
1853
|
if (basePath) {
|
|
@@ -1960,16 +2043,15 @@ let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
|
1960
2043
|
reportProgress: reportProgress
|
|
1961
2044
|
});
|
|
1962
2045
|
}
|
|
1963
|
-
}
|
|
2046
|
+
}
|
|
2047
|
+
BulkStrategyControllerService.decorators = [
|
|
2048
|
+
{ type: Injectable }
|
|
2049
|
+
];
|
|
1964
2050
|
BulkStrategyControllerService.ctorParameters = () => [
|
|
1965
2051
|
{ type: HttpClient },
|
|
1966
2052
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
1967
2053
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
1968
2054
|
];
|
|
1969
|
-
BulkStrategyControllerService = __decorate([
|
|
1970
|
-
Injectable(),
|
|
1971
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
1972
|
-
], BulkStrategyControllerService);
|
|
1973
2055
|
|
|
1974
2056
|
/**
|
|
1975
2057
|
* Api Documentation
|
|
@@ -1982,10 +2064,10 @@ BulkStrategyControllerService = __decorate([
|
|
|
1982
2064
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
1983
2065
|
* Do not edit the class manually.
|
|
1984
2066
|
*/
|
|
1985
|
-
|
|
2067
|
+
class CSSThemeController_Service {
|
|
1986
2068
|
constructor(httpClient, basePath, configuration) {
|
|
1987
2069
|
this.httpClient = httpClient;
|
|
1988
|
-
this.basePath = 'https://
|
|
2070
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1989
2071
|
this.defaultHeaders = new HttpHeaders();
|
|
1990
2072
|
this.configuration = new Configuration();
|
|
1991
2073
|
if (basePath) {
|
|
@@ -2065,16 +2147,15 @@ let CSSThemeController_Service = class CSSThemeController_Service {
|
|
|
2065
2147
|
reportProgress: reportProgress
|
|
2066
2148
|
});
|
|
2067
2149
|
}
|
|
2068
|
-
}
|
|
2150
|
+
}
|
|
2151
|
+
CSSThemeController_Service.decorators = [
|
|
2152
|
+
{ type: Injectable }
|
|
2153
|
+
];
|
|
2069
2154
|
CSSThemeController_Service.ctorParameters = () => [
|
|
2070
2155
|
{ type: HttpClient },
|
|
2071
2156
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
2072
2157
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
2073
2158
|
];
|
|
2074
|
-
CSSThemeController_Service = __decorate([
|
|
2075
|
-
Injectable(),
|
|
2076
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
2077
|
-
], CSSThemeController_Service);
|
|
2078
2159
|
|
|
2079
2160
|
/**
|
|
2080
2161
|
* Api Documentation
|
|
@@ -2087,10 +2168,10 @@ CSSThemeController_Service = __decorate([
|
|
|
2087
2168
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
2088
2169
|
* Do not edit the class manually.
|
|
2089
2170
|
*/
|
|
2090
|
-
|
|
2171
|
+
class CampaignControllerService {
|
|
2091
2172
|
constructor(httpClient, basePath, configuration) {
|
|
2092
2173
|
this.httpClient = httpClient;
|
|
2093
|
-
this.basePath = 'https://
|
|
2174
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2094
2175
|
this.defaultHeaders = new HttpHeaders();
|
|
2095
2176
|
this.configuration = new Configuration();
|
|
2096
2177
|
if (basePath) {
|
|
@@ -2361,16 +2442,15 @@ let CampaignControllerService = class CampaignControllerService {
|
|
|
2361
2442
|
reportProgress: reportProgress
|
|
2362
2443
|
});
|
|
2363
2444
|
}
|
|
2364
|
-
}
|
|
2445
|
+
}
|
|
2446
|
+
CampaignControllerService.decorators = [
|
|
2447
|
+
{ type: Injectable }
|
|
2448
|
+
];
|
|
2365
2449
|
CampaignControllerService.ctorParameters = () => [
|
|
2366
2450
|
{ type: HttpClient },
|
|
2367
2451
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
2368
2452
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
2369
2453
|
];
|
|
2370
|
-
CampaignControllerService = __decorate([
|
|
2371
|
-
Injectable(),
|
|
2372
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
2373
|
-
], CampaignControllerService);
|
|
2374
2454
|
|
|
2375
2455
|
/**
|
|
2376
2456
|
* Api Documentation
|
|
@@ -2383,10 +2463,10 @@ CampaignControllerService = __decorate([
|
|
|
2383
2463
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
2384
2464
|
* Do not edit the class manually.
|
|
2385
2465
|
*/
|
|
2386
|
-
|
|
2466
|
+
class CatalogControllerService {
|
|
2387
2467
|
constructor(httpClient, basePath, configuration) {
|
|
2388
2468
|
this.httpClient = httpClient;
|
|
2389
|
-
this.basePath = 'https://
|
|
2469
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2390
2470
|
this.defaultHeaders = new HttpHeaders();
|
|
2391
2471
|
this.configuration = new Configuration();
|
|
2392
2472
|
if (basePath) {
|
|
@@ -2597,16 +2677,15 @@ let CatalogControllerService = class CatalogControllerService {
|
|
|
2597
2677
|
reportProgress: reportProgress
|
|
2598
2678
|
});
|
|
2599
2679
|
}
|
|
2600
|
-
}
|
|
2680
|
+
}
|
|
2681
|
+
CatalogControllerService.decorators = [
|
|
2682
|
+
{ type: Injectable }
|
|
2683
|
+
];
|
|
2601
2684
|
CatalogControllerService.ctorParameters = () => [
|
|
2602
2685
|
{ type: HttpClient },
|
|
2603
2686
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
2604
2687
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
2605
2688
|
];
|
|
2606
|
-
CatalogControllerService = __decorate([
|
|
2607
|
-
Injectable(),
|
|
2608
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
2609
|
-
], CatalogControllerService);
|
|
2610
2689
|
|
|
2611
2690
|
/**
|
|
2612
2691
|
* Api Documentation
|
|
@@ -2619,10 +2698,10 @@ CatalogControllerService = __decorate([
|
|
|
2619
2698
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
2620
2699
|
* Do not edit the class manually.
|
|
2621
2700
|
*/
|
|
2622
|
-
|
|
2701
|
+
class ClickDestinationControllerService {
|
|
2623
2702
|
constructor(httpClient, basePath, configuration) {
|
|
2624
2703
|
this.httpClient = httpClient;
|
|
2625
|
-
this.basePath = 'https://
|
|
2704
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2626
2705
|
this.defaultHeaders = new HttpHeaders();
|
|
2627
2706
|
this.configuration = new Configuration();
|
|
2628
2707
|
if (basePath) {
|
|
@@ -2825,16 +2904,15 @@ let ClickDestinationControllerService = class ClickDestinationControllerService
|
|
|
2825
2904
|
reportProgress: reportProgress
|
|
2826
2905
|
});
|
|
2827
2906
|
}
|
|
2828
|
-
}
|
|
2907
|
+
}
|
|
2908
|
+
ClickDestinationControllerService.decorators = [
|
|
2909
|
+
{ type: Injectable }
|
|
2910
|
+
];
|
|
2829
2911
|
ClickDestinationControllerService.ctorParameters = () => [
|
|
2830
2912
|
{ type: HttpClient },
|
|
2831
2913
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
2832
2914
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
2833
2915
|
];
|
|
2834
|
-
ClickDestinationControllerService = __decorate([
|
|
2835
|
-
Injectable(),
|
|
2836
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
2837
|
-
], ClickDestinationControllerService);
|
|
2838
2916
|
|
|
2839
2917
|
/**
|
|
2840
2918
|
* Api Documentation
|
|
@@ -2847,10 +2925,10 @@ ClickDestinationControllerService = __decorate([
|
|
|
2847
2925
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
2848
2926
|
* Do not edit the class manually.
|
|
2849
2927
|
*/
|
|
2850
|
-
|
|
2928
|
+
class CreativeControllerService {
|
|
2851
2929
|
constructor(httpClient, basePath, configuration) {
|
|
2852
2930
|
this.httpClient = httpClient;
|
|
2853
|
-
this.basePath = 'https://
|
|
2931
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2854
2932
|
this.defaultHeaders = new HttpHeaders();
|
|
2855
2933
|
this.configuration = new Configuration();
|
|
2856
2934
|
if (basePath) {
|
|
@@ -3268,16 +3346,15 @@ let CreativeControllerService = class CreativeControllerService {
|
|
|
3268
3346
|
reportProgress: reportProgress
|
|
3269
3347
|
});
|
|
3270
3348
|
}
|
|
3271
|
-
}
|
|
3349
|
+
}
|
|
3350
|
+
CreativeControllerService.decorators = [
|
|
3351
|
+
{ type: Injectable }
|
|
3352
|
+
];
|
|
3272
3353
|
CreativeControllerService.ctorParameters = () => [
|
|
3273
3354
|
{ type: HttpClient },
|
|
3274
3355
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
3275
3356
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
3276
3357
|
];
|
|
3277
|
-
CreativeControllerService = __decorate([
|
|
3278
|
-
Injectable(),
|
|
3279
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
3280
|
-
], CreativeControllerService);
|
|
3281
3358
|
|
|
3282
3359
|
/**
|
|
3283
3360
|
* Api Documentation
|
|
@@ -3290,10 +3367,10 @@ CreativeControllerService = __decorate([
|
|
|
3290
3367
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
3291
3368
|
* Do not edit the class manually.
|
|
3292
3369
|
*/
|
|
3293
|
-
|
|
3370
|
+
class CreativeSetsControllerService {
|
|
3294
3371
|
constructor(httpClient, basePath, configuration) {
|
|
3295
3372
|
this.httpClient = httpClient;
|
|
3296
|
-
this.basePath = 'https://
|
|
3373
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3297
3374
|
this.defaultHeaders = new HttpHeaders();
|
|
3298
3375
|
this.configuration = new Configuration();
|
|
3299
3376
|
if (basePath) {
|
|
@@ -3726,16 +3803,15 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3726
3803
|
reportProgress: reportProgress
|
|
3727
3804
|
});
|
|
3728
3805
|
}
|
|
3729
|
-
}
|
|
3806
|
+
}
|
|
3807
|
+
CreativeSetsControllerService.decorators = [
|
|
3808
|
+
{ type: Injectable }
|
|
3809
|
+
];
|
|
3730
3810
|
CreativeSetsControllerService.ctorParameters = () => [
|
|
3731
3811
|
{ type: HttpClient },
|
|
3732
3812
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
3733
3813
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
3734
3814
|
];
|
|
3735
|
-
CreativeSetsControllerService = __decorate([
|
|
3736
|
-
Injectable(),
|
|
3737
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
3738
|
-
], CreativeSetsControllerService);
|
|
3739
3815
|
|
|
3740
3816
|
/**
|
|
3741
3817
|
* Api Documentation
|
|
@@ -3748,10 +3824,10 @@ CreativeSetsControllerService = __decorate([
|
|
|
3748
3824
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
3749
3825
|
* Do not edit the class manually.
|
|
3750
3826
|
*/
|
|
3751
|
-
|
|
3827
|
+
class CreativeTemplateThemesControllerService {
|
|
3752
3828
|
constructor(httpClient, basePath, configuration) {
|
|
3753
3829
|
this.httpClient = httpClient;
|
|
3754
|
-
this.basePath = 'https://
|
|
3830
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3755
3831
|
this.defaultHeaders = new HttpHeaders();
|
|
3756
3832
|
this.configuration = new Configuration();
|
|
3757
3833
|
if (basePath) {
|
|
@@ -3907,16 +3983,15 @@ let CreativeTemplateThemesControllerService = class CreativeTemplateThemesContro
|
|
|
3907
3983
|
reportProgress: reportProgress
|
|
3908
3984
|
});
|
|
3909
3985
|
}
|
|
3910
|
-
}
|
|
3986
|
+
}
|
|
3987
|
+
CreativeTemplateThemesControllerService.decorators = [
|
|
3988
|
+
{ type: Injectable }
|
|
3989
|
+
];
|
|
3911
3990
|
CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
3912
3991
|
{ type: HttpClient },
|
|
3913
3992
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
3914
3993
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
3915
3994
|
];
|
|
3916
|
-
CreativeTemplateThemesControllerService = __decorate([
|
|
3917
|
-
Injectable(),
|
|
3918
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
3919
|
-
], CreativeTemplateThemesControllerService);
|
|
3920
3995
|
|
|
3921
3996
|
/**
|
|
3922
3997
|
* Api Documentation
|
|
@@ -3929,10 +4004,10 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3929
4004
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
3930
4005
|
* Do not edit the class manually.
|
|
3931
4006
|
*/
|
|
3932
|
-
|
|
4007
|
+
class CreativeTemplateVariablesControllerService {
|
|
3933
4008
|
constructor(httpClient, basePath, configuration) {
|
|
3934
4009
|
this.httpClient = httpClient;
|
|
3935
|
-
this.basePath = 'https://
|
|
4010
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3936
4011
|
this.defaultHeaders = new HttpHeaders();
|
|
3937
4012
|
this.configuration = new Configuration();
|
|
3938
4013
|
if (basePath) {
|
|
@@ -3981,16 +4056,15 @@ let CreativeTemplateVariablesControllerService = class CreativeTemplateVariables
|
|
|
3981
4056
|
reportProgress: reportProgress
|
|
3982
4057
|
});
|
|
3983
4058
|
}
|
|
3984
|
-
}
|
|
4059
|
+
}
|
|
4060
|
+
CreativeTemplateVariablesControllerService.decorators = [
|
|
4061
|
+
{ type: Injectable }
|
|
4062
|
+
];
|
|
3985
4063
|
CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
3986
4064
|
{ type: HttpClient },
|
|
3987
4065
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
3988
4066
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
3989
4067
|
];
|
|
3990
|
-
CreativeTemplateVariablesControllerService = __decorate([
|
|
3991
|
-
Injectable(),
|
|
3992
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
3993
|
-
], CreativeTemplateVariablesControllerService);
|
|
3994
4068
|
|
|
3995
4069
|
/**
|
|
3996
4070
|
* Api Documentation
|
|
@@ -4003,10 +4077,10 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
4003
4077
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
4004
4078
|
* Do not edit the class manually.
|
|
4005
4079
|
*/
|
|
4006
|
-
|
|
4080
|
+
class CreativeTemplatesControllerService {
|
|
4007
4081
|
constructor(httpClient, basePath, configuration) {
|
|
4008
4082
|
this.httpClient = httpClient;
|
|
4009
|
-
this.basePath = 'https://
|
|
4083
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4010
4084
|
this.defaultHeaders = new HttpHeaders();
|
|
4011
4085
|
this.configuration = new Configuration();
|
|
4012
4086
|
if (basePath) {
|
|
@@ -4142,16 +4216,15 @@ let CreativeTemplatesControllerService = class CreativeTemplatesControllerServic
|
|
|
4142
4216
|
reportProgress: reportProgress
|
|
4143
4217
|
});
|
|
4144
4218
|
}
|
|
4145
|
-
}
|
|
4219
|
+
}
|
|
4220
|
+
CreativeTemplatesControllerService.decorators = [
|
|
4221
|
+
{ type: Injectable }
|
|
4222
|
+
];
|
|
4146
4223
|
CreativeTemplatesControllerService.ctorParameters = () => [
|
|
4147
4224
|
{ type: HttpClient },
|
|
4148
4225
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
4149
4226
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
4150
4227
|
];
|
|
4151
|
-
CreativeTemplatesControllerService = __decorate([
|
|
4152
|
-
Injectable(),
|
|
4153
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
4154
|
-
], CreativeTemplatesControllerService);
|
|
4155
4228
|
|
|
4156
4229
|
/**
|
|
4157
4230
|
* Api Documentation
|
|
@@ -4164,10 +4237,10 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
4164
4237
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
4165
4238
|
* Do not edit the class manually.
|
|
4166
4239
|
*/
|
|
4167
|
-
|
|
4240
|
+
class DashboardControllerService {
|
|
4168
4241
|
constructor(httpClient, basePath, configuration) {
|
|
4169
4242
|
this.httpClient = httpClient;
|
|
4170
|
-
this.basePath = 'https://
|
|
4243
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4171
4244
|
this.defaultHeaders = new HttpHeaders();
|
|
4172
4245
|
this.configuration = new Configuration();
|
|
4173
4246
|
if (basePath) {
|
|
@@ -4757,16 +4830,15 @@ let DashboardControllerService = class DashboardControllerService {
|
|
|
4757
4830
|
reportProgress: reportProgress
|
|
4758
4831
|
});
|
|
4759
4832
|
}
|
|
4760
|
-
}
|
|
4833
|
+
}
|
|
4834
|
+
DashboardControllerService.decorators = [
|
|
4835
|
+
{ type: Injectable }
|
|
4836
|
+
];
|
|
4761
4837
|
DashboardControllerService.ctorParameters = () => [
|
|
4762
4838
|
{ type: HttpClient },
|
|
4763
4839
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
4764
4840
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
4765
4841
|
];
|
|
4766
|
-
DashboardControllerService = __decorate([
|
|
4767
|
-
Injectable(),
|
|
4768
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
4769
|
-
], DashboardControllerService);
|
|
4770
4842
|
|
|
4771
4843
|
/**
|
|
4772
4844
|
* Api Documentation
|
|
@@ -4779,10 +4851,10 @@ DashboardControllerService = __decorate([
|
|
|
4779
4851
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
4780
4852
|
* Do not edit the class manually.
|
|
4781
4853
|
*/
|
|
4782
|
-
|
|
4854
|
+
class NotificationsControllerService {
|
|
4783
4855
|
constructor(httpClient, basePath, configuration) {
|
|
4784
4856
|
this.httpClient = httpClient;
|
|
4785
|
-
this.basePath = 'https://
|
|
4857
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4786
4858
|
this.defaultHeaders = new HttpHeaders();
|
|
4787
4859
|
this.configuration = new Configuration();
|
|
4788
4860
|
if (basePath) {
|
|
@@ -4936,16 +5008,15 @@ let NotificationsControllerService = class NotificationsControllerService {
|
|
|
4936
5008
|
reportProgress: reportProgress
|
|
4937
5009
|
});
|
|
4938
5010
|
}
|
|
4939
|
-
}
|
|
5011
|
+
}
|
|
5012
|
+
NotificationsControllerService.decorators = [
|
|
5013
|
+
{ type: Injectable }
|
|
5014
|
+
];
|
|
4940
5015
|
NotificationsControllerService.ctorParameters = () => [
|
|
4941
5016
|
{ type: HttpClient },
|
|
4942
5017
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
4943
5018
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
4944
5019
|
];
|
|
4945
|
-
NotificationsControllerService = __decorate([
|
|
4946
|
-
Injectable(),
|
|
4947
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
4948
|
-
], NotificationsControllerService);
|
|
4949
5020
|
|
|
4950
5021
|
/**
|
|
4951
5022
|
* Api Documentation
|
|
@@ -4958,10 +5029,10 @@ NotificationsControllerService = __decorate([
|
|
|
4958
5029
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
4959
5030
|
* Do not edit the class manually.
|
|
4960
5031
|
*/
|
|
4961
|
-
|
|
5032
|
+
class PixelControllerService {
|
|
4962
5033
|
constructor(httpClient, basePath, configuration) {
|
|
4963
5034
|
this.httpClient = httpClient;
|
|
4964
|
-
this.basePath = 'https://
|
|
5035
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4965
5036
|
this.defaultHeaders = new HttpHeaders();
|
|
4966
5037
|
this.configuration = new Configuration();
|
|
4967
5038
|
if (basePath) {
|
|
@@ -5239,16 +5310,15 @@ let PixelControllerService = class PixelControllerService {
|
|
|
5239
5310
|
reportProgress: reportProgress
|
|
5240
5311
|
});
|
|
5241
5312
|
}
|
|
5242
|
-
}
|
|
5313
|
+
}
|
|
5314
|
+
PixelControllerService.decorators = [
|
|
5315
|
+
{ type: Injectable }
|
|
5316
|
+
];
|
|
5243
5317
|
PixelControllerService.ctorParameters = () => [
|
|
5244
5318
|
{ type: HttpClient },
|
|
5245
5319
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
5246
5320
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
5247
5321
|
];
|
|
5248
|
-
PixelControllerService = __decorate([
|
|
5249
|
-
Injectable(),
|
|
5250
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
5251
|
-
], PixelControllerService);
|
|
5252
5322
|
|
|
5253
5323
|
/**
|
|
5254
5324
|
* Api Documentation
|
|
@@ -5261,10 +5331,10 @@ PixelControllerService = __decorate([
|
|
|
5261
5331
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
5262
5332
|
* Do not edit the class manually.
|
|
5263
5333
|
*/
|
|
5264
|
-
|
|
5334
|
+
class ReportingControllerService {
|
|
5265
5335
|
constructor(httpClient, basePath, configuration) {
|
|
5266
5336
|
this.httpClient = httpClient;
|
|
5267
|
-
this.basePath = 'https://
|
|
5337
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5268
5338
|
this.defaultHeaders = new HttpHeaders();
|
|
5269
5339
|
this.configuration = new Configuration();
|
|
5270
5340
|
if (basePath) {
|
|
@@ -5405,16 +5475,15 @@ let ReportingControllerService = class ReportingControllerService {
|
|
|
5405
5475
|
reportProgress: reportProgress
|
|
5406
5476
|
});
|
|
5407
5477
|
}
|
|
5408
|
-
}
|
|
5478
|
+
}
|
|
5479
|
+
ReportingControllerService.decorators = [
|
|
5480
|
+
{ type: Injectable }
|
|
5481
|
+
];
|
|
5409
5482
|
ReportingControllerService.ctorParameters = () => [
|
|
5410
5483
|
{ type: HttpClient },
|
|
5411
5484
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
5412
5485
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
5413
5486
|
];
|
|
5414
|
-
ReportingControllerService = __decorate([
|
|
5415
|
-
Injectable(),
|
|
5416
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
5417
|
-
], ReportingControllerService);
|
|
5418
5487
|
|
|
5419
5488
|
/**
|
|
5420
5489
|
* Api Documentation
|
|
@@ -5427,10 +5496,10 @@ ReportingControllerService = __decorate([
|
|
|
5427
5496
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
5428
5497
|
* Do not edit the class manually.
|
|
5429
5498
|
*/
|
|
5430
|
-
|
|
5499
|
+
class SliceXControllerService {
|
|
5431
5500
|
constructor(httpClient, basePath, configuration) {
|
|
5432
5501
|
this.httpClient = httpClient;
|
|
5433
|
-
this.basePath = 'https://
|
|
5502
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5434
5503
|
this.defaultHeaders = new HttpHeaders();
|
|
5435
5504
|
this.configuration = new Configuration();
|
|
5436
5505
|
if (basePath) {
|
|
@@ -5651,16 +5720,15 @@ let SliceXControllerService = class SliceXControllerService {
|
|
|
5651
5720
|
reportProgress: reportProgress
|
|
5652
5721
|
});
|
|
5653
5722
|
}
|
|
5654
|
-
}
|
|
5723
|
+
}
|
|
5724
|
+
SliceXControllerService.decorators = [
|
|
5725
|
+
{ type: Injectable }
|
|
5726
|
+
];
|
|
5655
5727
|
SliceXControllerService.ctorParameters = () => [
|
|
5656
5728
|
{ type: HttpClient },
|
|
5657
5729
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
5658
5730
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
5659
5731
|
];
|
|
5660
|
-
SliceXControllerService = __decorate([
|
|
5661
|
-
Injectable(),
|
|
5662
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
5663
|
-
], SliceXControllerService);
|
|
5664
5732
|
|
|
5665
5733
|
/**
|
|
5666
5734
|
* Api Documentation
|
|
@@ -5673,10 +5741,10 @@ SliceXControllerService = __decorate([
|
|
|
5673
5741
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
5674
5742
|
* Do not edit the class manually.
|
|
5675
5743
|
*/
|
|
5676
|
-
|
|
5744
|
+
class StrategyControllerService {
|
|
5677
5745
|
constructor(httpClient, basePath, configuration) {
|
|
5678
5746
|
this.httpClient = httpClient;
|
|
5679
|
-
this.basePath = 'https://
|
|
5747
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5680
5748
|
this.defaultHeaders = new HttpHeaders();
|
|
5681
5749
|
this.configuration = new Configuration();
|
|
5682
5750
|
if (basePath) {
|
|
@@ -6266,16 +6334,15 @@ let StrategyControllerService = class StrategyControllerService {
|
|
|
6266
6334
|
reportProgress: reportProgress
|
|
6267
6335
|
});
|
|
6268
6336
|
}
|
|
6269
|
-
}
|
|
6337
|
+
}
|
|
6338
|
+
StrategyControllerService.decorators = [
|
|
6339
|
+
{ type: Injectable }
|
|
6340
|
+
];
|
|
6270
6341
|
StrategyControllerService.ctorParameters = () => [
|
|
6271
6342
|
{ type: HttpClient },
|
|
6272
6343
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
6273
6344
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
6274
6345
|
];
|
|
6275
|
-
StrategyControllerService = __decorate([
|
|
6276
|
-
Injectable(),
|
|
6277
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
6278
|
-
], StrategyControllerService);
|
|
6279
6346
|
|
|
6280
6347
|
/**
|
|
6281
6348
|
* Api Documentation
|
|
@@ -6288,10 +6355,10 @@ StrategyControllerService = __decorate([
|
|
|
6288
6355
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
6289
6356
|
* Do not edit the class manually.
|
|
6290
6357
|
*/
|
|
6291
|
-
|
|
6358
|
+
class UILoggerControllerService {
|
|
6292
6359
|
constructor(httpClient, basePath, configuration) {
|
|
6293
6360
|
this.httpClient = httpClient;
|
|
6294
|
-
this.basePath = 'https://
|
|
6361
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6295
6362
|
this.defaultHeaders = new HttpHeaders();
|
|
6296
6363
|
this.configuration = new Configuration();
|
|
6297
6364
|
if (basePath) {
|
|
@@ -6354,16 +6421,15 @@ let UILoggerControllerService = class UILoggerControllerService {
|
|
|
6354
6421
|
reportProgress: reportProgress
|
|
6355
6422
|
});
|
|
6356
6423
|
}
|
|
6357
|
-
}
|
|
6424
|
+
}
|
|
6425
|
+
UILoggerControllerService.decorators = [
|
|
6426
|
+
{ type: Injectable }
|
|
6427
|
+
];
|
|
6358
6428
|
UILoggerControllerService.ctorParameters = () => [
|
|
6359
6429
|
{ type: HttpClient },
|
|
6360
6430
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
6361
6431
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
6362
6432
|
];
|
|
6363
|
-
UILoggerControllerService = __decorate([
|
|
6364
|
-
Injectable(),
|
|
6365
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
6366
|
-
], UILoggerControllerService);
|
|
6367
6433
|
|
|
6368
6434
|
/**
|
|
6369
6435
|
* Api Documentation
|
|
@@ -6376,10 +6442,10 @@ UILoggerControllerService = __decorate([
|
|
|
6376
6442
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
6377
6443
|
* Do not edit the class manually.
|
|
6378
6444
|
*/
|
|
6379
|
-
|
|
6445
|
+
class UserPreferenceControllerService {
|
|
6380
6446
|
constructor(httpClient, basePath, configuration) {
|
|
6381
6447
|
this.httpClient = httpClient;
|
|
6382
|
-
this.basePath = 'https://
|
|
6448
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6383
6449
|
this.defaultHeaders = new HttpHeaders();
|
|
6384
6450
|
this.configuration = new Configuration();
|
|
6385
6451
|
if (basePath) {
|
|
@@ -6524,16 +6590,15 @@ let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
|
6524
6590
|
reportProgress: reportProgress
|
|
6525
6591
|
});
|
|
6526
6592
|
}
|
|
6527
|
-
}
|
|
6593
|
+
}
|
|
6594
|
+
UserPreferenceControllerService.decorators = [
|
|
6595
|
+
{ type: Injectable }
|
|
6596
|
+
];
|
|
6528
6597
|
UserPreferenceControllerService.ctorParameters = () => [
|
|
6529
6598
|
{ type: HttpClient },
|
|
6530
6599
|
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
6531
6600
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
6532
6601
|
];
|
|
6533
|
-
UserPreferenceControllerService = __decorate([
|
|
6534
|
-
Injectable(),
|
|
6535
|
-
__param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
|
|
6536
|
-
], UserPreferenceControllerService);
|
|
6537
6602
|
|
|
6538
6603
|
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
6539
6604
|
|
|
@@ -6559,6 +6624,78 @@ var ActivityLogsStrategyBulkUpdateDTO;
|
|
|
6559
6624
|
};
|
|
6560
6625
|
})(ActivityLogsStrategyBulkUpdateDTO || (ActivityLogsStrategyBulkUpdateDTO = {}));
|
|
6561
6626
|
|
|
6627
|
+
/**
|
|
6628
|
+
* Api Documentation
|
|
6629
|
+
* Api Documentation
|
|
6630
|
+
*
|
|
6631
|
+
* OpenAPI spec version: 1.0
|
|
6632
|
+
*
|
|
6633
|
+
*
|
|
6634
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6635
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6636
|
+
* Do not edit the class manually.
|
|
6637
|
+
*/
|
|
6638
|
+
|
|
6639
|
+
/**
|
|
6640
|
+
* Api Documentation
|
|
6641
|
+
* Api Documentation
|
|
6642
|
+
*
|
|
6643
|
+
* OpenAPI spec version: 1.0
|
|
6644
|
+
*
|
|
6645
|
+
*
|
|
6646
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6647
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6648
|
+
* Do not edit the class manually.
|
|
6649
|
+
*/
|
|
6650
|
+
|
|
6651
|
+
/**
|
|
6652
|
+
* Api Documentation
|
|
6653
|
+
* Api Documentation
|
|
6654
|
+
*
|
|
6655
|
+
* OpenAPI spec version: 1.0
|
|
6656
|
+
*
|
|
6657
|
+
*
|
|
6658
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6659
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6660
|
+
* Do not edit the class manually.
|
|
6661
|
+
*/
|
|
6662
|
+
|
|
6663
|
+
/**
|
|
6664
|
+
* Api Documentation
|
|
6665
|
+
* Api Documentation
|
|
6666
|
+
*
|
|
6667
|
+
* OpenAPI spec version: 1.0
|
|
6668
|
+
*
|
|
6669
|
+
*
|
|
6670
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6671
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6672
|
+
* Do not edit the class manually.
|
|
6673
|
+
*/
|
|
6674
|
+
|
|
6675
|
+
/**
|
|
6676
|
+
* Api Documentation
|
|
6677
|
+
* Api Documentation
|
|
6678
|
+
*
|
|
6679
|
+
* OpenAPI spec version: 1.0
|
|
6680
|
+
*
|
|
6681
|
+
*
|
|
6682
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6683
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6684
|
+
* Do not edit the class manually.
|
|
6685
|
+
*/
|
|
6686
|
+
|
|
6687
|
+
/**
|
|
6688
|
+
* Api Documentation
|
|
6689
|
+
* Api Documentation
|
|
6690
|
+
*
|
|
6691
|
+
* OpenAPI spec version: 1.0
|
|
6692
|
+
*
|
|
6693
|
+
*
|
|
6694
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6695
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6696
|
+
* Do not edit the class manually.
|
|
6697
|
+
*/
|
|
6698
|
+
|
|
6562
6699
|
var AppSettingsDTO;
|
|
6563
6700
|
(function (AppSettingsDTO) {
|
|
6564
6701
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
@@ -6615,6 +6752,30 @@ var AuctionTypeEditField;
|
|
|
6615
6752
|
};
|
|
6616
6753
|
})(AuctionTypeEditField || (AuctionTypeEditField = {}));
|
|
6617
6754
|
|
|
6755
|
+
/**
|
|
6756
|
+
* Api Documentation
|
|
6757
|
+
* Api Documentation
|
|
6758
|
+
*
|
|
6759
|
+
* OpenAPI spec version: 1.0
|
|
6760
|
+
*
|
|
6761
|
+
*
|
|
6762
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6763
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6764
|
+
* Do not edit the class manually.
|
|
6765
|
+
*/
|
|
6766
|
+
|
|
6767
|
+
/**
|
|
6768
|
+
* Api Documentation
|
|
6769
|
+
* Api Documentation
|
|
6770
|
+
*
|
|
6771
|
+
* OpenAPI spec version: 1.0
|
|
6772
|
+
*
|
|
6773
|
+
*
|
|
6774
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6775
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6776
|
+
* Do not edit the class manually.
|
|
6777
|
+
*/
|
|
6778
|
+
|
|
6618
6779
|
/**
|
|
6619
6780
|
* Api Documentation
|
|
6620
6781
|
* Api Documentation
|
|
@@ -6715,16 +6876,88 @@ var AudiencePerformanceDTO;
|
|
|
6715
6876
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
6716
6877
|
* Do not edit the class manually.
|
|
6717
6878
|
*/
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6879
|
+
|
|
6880
|
+
/**
|
|
6881
|
+
* Api Documentation
|
|
6882
|
+
* Api Documentation
|
|
6883
|
+
*
|
|
6884
|
+
* OpenAPI spec version: 1.0
|
|
6885
|
+
*
|
|
6886
|
+
*
|
|
6887
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6888
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6889
|
+
* Do not edit the class manually.
|
|
6890
|
+
*/
|
|
6891
|
+
|
|
6892
|
+
/**
|
|
6893
|
+
* Api Documentation
|
|
6894
|
+
* Api Documentation
|
|
6895
|
+
*
|
|
6896
|
+
* OpenAPI spec version: 1.0
|
|
6897
|
+
*
|
|
6898
|
+
*
|
|
6899
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6900
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6901
|
+
* Do not edit the class manually.
|
|
6902
|
+
*/
|
|
6903
|
+
|
|
6904
|
+
/**
|
|
6905
|
+
* Api Documentation
|
|
6906
|
+
* Api Documentation
|
|
6907
|
+
*
|
|
6908
|
+
* OpenAPI spec version: 1.0
|
|
6909
|
+
*
|
|
6910
|
+
*
|
|
6911
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6912
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6913
|
+
* Do not edit the class manually.
|
|
6914
|
+
*/
|
|
6915
|
+
|
|
6916
|
+
/**
|
|
6917
|
+
* Api Documentation
|
|
6918
|
+
* Api Documentation
|
|
6919
|
+
*
|
|
6920
|
+
* OpenAPI spec version: 1.0
|
|
6921
|
+
*
|
|
6922
|
+
*
|
|
6923
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6924
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6925
|
+
* Do not edit the class manually.
|
|
6926
|
+
*/
|
|
6927
|
+
|
|
6928
|
+
/**
|
|
6929
|
+
* Api Documentation
|
|
6930
|
+
* Api Documentation
|
|
6931
|
+
*
|
|
6932
|
+
* OpenAPI spec version: 1.0
|
|
6933
|
+
*
|
|
6934
|
+
*
|
|
6935
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6936
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6937
|
+
* Do not edit the class manually.
|
|
6938
|
+
*/
|
|
6939
|
+
|
|
6940
|
+
/**
|
|
6941
|
+
* Api Documentation
|
|
6942
|
+
* Api Documentation
|
|
6943
|
+
*
|
|
6944
|
+
* OpenAPI spec version: 1.0
|
|
6945
|
+
*
|
|
6946
|
+
*
|
|
6947
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6948
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6949
|
+
* Do not edit the class manually.
|
|
6950
|
+
*/
|
|
6951
|
+
var BaseModelWithCreativeSetType;
|
|
6952
|
+
(function (BaseModelWithCreativeSetType) {
|
|
6953
|
+
BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
|
|
6954
|
+
IMAGE: 'IMAGE',
|
|
6955
|
+
VIDEO: 'VIDEO',
|
|
6956
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6957
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6958
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6959
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6960
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6728
6961
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6729
6962
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6730
6963
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
@@ -6733,6 +6966,90 @@ var BaseModelWithCreativeSetType;
|
|
|
6733
6966
|
};
|
|
6734
6967
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6735
6968
|
|
|
6969
|
+
/**
|
|
6970
|
+
* Api Documentation
|
|
6971
|
+
* Api Documentation
|
|
6972
|
+
*
|
|
6973
|
+
* OpenAPI spec version: 1.0
|
|
6974
|
+
*
|
|
6975
|
+
*
|
|
6976
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6977
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6978
|
+
* Do not edit the class manually.
|
|
6979
|
+
*/
|
|
6980
|
+
|
|
6981
|
+
/**
|
|
6982
|
+
* Api Documentation
|
|
6983
|
+
* Api Documentation
|
|
6984
|
+
*
|
|
6985
|
+
* OpenAPI spec version: 1.0
|
|
6986
|
+
*
|
|
6987
|
+
*
|
|
6988
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6989
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6990
|
+
* Do not edit the class manually.
|
|
6991
|
+
*/
|
|
6992
|
+
|
|
6993
|
+
/**
|
|
6994
|
+
* Api Documentation
|
|
6995
|
+
* Api Documentation
|
|
6996
|
+
*
|
|
6997
|
+
* OpenAPI spec version: 1.0
|
|
6998
|
+
*
|
|
6999
|
+
*
|
|
7000
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7001
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7002
|
+
* Do not edit the class manually.
|
|
7003
|
+
*/
|
|
7004
|
+
|
|
7005
|
+
/**
|
|
7006
|
+
* Api Documentation
|
|
7007
|
+
* Api Documentation
|
|
7008
|
+
*
|
|
7009
|
+
* OpenAPI spec version: 1.0
|
|
7010
|
+
*
|
|
7011
|
+
*
|
|
7012
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7013
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7014
|
+
* Do not edit the class manually.
|
|
7015
|
+
*/
|
|
7016
|
+
|
|
7017
|
+
/**
|
|
7018
|
+
* Api Documentation
|
|
7019
|
+
* Api Documentation
|
|
7020
|
+
*
|
|
7021
|
+
* OpenAPI spec version: 1.0
|
|
7022
|
+
*
|
|
7023
|
+
*
|
|
7024
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7025
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7026
|
+
* Do not edit the class manually.
|
|
7027
|
+
*/
|
|
7028
|
+
|
|
7029
|
+
/**
|
|
7030
|
+
* Api Documentation
|
|
7031
|
+
* Api Documentation
|
|
7032
|
+
*
|
|
7033
|
+
* OpenAPI spec version: 1.0
|
|
7034
|
+
*
|
|
7035
|
+
*
|
|
7036
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7037
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7038
|
+
* Do not edit the class manually.
|
|
7039
|
+
*/
|
|
7040
|
+
|
|
7041
|
+
/**
|
|
7042
|
+
* Api Documentation
|
|
7043
|
+
* Api Documentation
|
|
7044
|
+
*
|
|
7045
|
+
* OpenAPI spec version: 1.0
|
|
7046
|
+
*
|
|
7047
|
+
*
|
|
7048
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7049
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7050
|
+
* Do not edit the class manually.
|
|
7051
|
+
*/
|
|
7052
|
+
|
|
6736
7053
|
var ClickDestination;
|
|
6737
7054
|
(function (ClickDestination) {
|
|
6738
7055
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6746,6 +7063,30 @@ var ClickDestination;
|
|
|
6746
7063
|
};
|
|
6747
7064
|
})(ClickDestination || (ClickDestination = {}));
|
|
6748
7065
|
|
|
7066
|
+
/**
|
|
7067
|
+
* Api Documentation
|
|
7068
|
+
* Api Documentation
|
|
7069
|
+
*
|
|
7070
|
+
* OpenAPI spec version: 1.0
|
|
7071
|
+
*
|
|
7072
|
+
*
|
|
7073
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7074
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7075
|
+
* Do not edit the class manually.
|
|
7076
|
+
*/
|
|
7077
|
+
|
|
7078
|
+
/**
|
|
7079
|
+
* Api Documentation
|
|
7080
|
+
* Api Documentation
|
|
7081
|
+
*
|
|
7082
|
+
* OpenAPI spec version: 1.0
|
|
7083
|
+
*
|
|
7084
|
+
*
|
|
7085
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7086
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7087
|
+
* Do not edit the class manually.
|
|
7088
|
+
*/
|
|
7089
|
+
|
|
6749
7090
|
var CreativeCompactDTO;
|
|
6750
7091
|
(function (CreativeCompactDTO) {
|
|
6751
7092
|
CreativeCompactDTO.TypeEnum = {
|
|
@@ -6873,6 +7214,18 @@ var CreativeHtmlFileForSet;
|
|
|
6873
7214
|
};
|
|
6874
7215
|
})(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
|
|
6875
7216
|
|
|
7217
|
+
/**
|
|
7218
|
+
* Api Documentation
|
|
7219
|
+
* Api Documentation
|
|
7220
|
+
*
|
|
7221
|
+
* OpenAPI spec version: 1.0
|
|
7222
|
+
*
|
|
7223
|
+
*
|
|
7224
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7225
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7226
|
+
* Do not edit the class manually.
|
|
7227
|
+
*/
|
|
7228
|
+
|
|
6876
7229
|
var CreativeSetDashboardMetric;
|
|
6877
7230
|
(function (CreativeSetDashboardMetric) {
|
|
6878
7231
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -6956,6 +7309,66 @@ var CreativeSetResponse;
|
|
|
6956
7309
|
};
|
|
6957
7310
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6958
7311
|
|
|
7312
|
+
/**
|
|
7313
|
+
* Api Documentation
|
|
7314
|
+
* Api Documentation
|
|
7315
|
+
*
|
|
7316
|
+
* OpenAPI spec version: 1.0
|
|
7317
|
+
*
|
|
7318
|
+
*
|
|
7319
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7320
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7321
|
+
* Do not edit the class manually.
|
|
7322
|
+
*/
|
|
7323
|
+
|
|
7324
|
+
/**
|
|
7325
|
+
* Api Documentation
|
|
7326
|
+
* Api Documentation
|
|
7327
|
+
*
|
|
7328
|
+
* OpenAPI spec version: 1.0
|
|
7329
|
+
*
|
|
7330
|
+
*
|
|
7331
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7332
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7333
|
+
* Do not edit the class manually.
|
|
7334
|
+
*/
|
|
7335
|
+
|
|
7336
|
+
/**
|
|
7337
|
+
* Api Documentation
|
|
7338
|
+
* Api Documentation
|
|
7339
|
+
*
|
|
7340
|
+
* OpenAPI spec version: 1.0
|
|
7341
|
+
*
|
|
7342
|
+
*
|
|
7343
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7344
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7345
|
+
* Do not edit the class manually.
|
|
7346
|
+
*/
|
|
7347
|
+
|
|
7348
|
+
/**
|
|
7349
|
+
* Api Documentation
|
|
7350
|
+
* Api Documentation
|
|
7351
|
+
*
|
|
7352
|
+
* OpenAPI spec version: 1.0
|
|
7353
|
+
*
|
|
7354
|
+
*
|
|
7355
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7356
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7357
|
+
* Do not edit the class manually.
|
|
7358
|
+
*/
|
|
7359
|
+
|
|
7360
|
+
/**
|
|
7361
|
+
* Api Documentation
|
|
7362
|
+
* Api Documentation
|
|
7363
|
+
*
|
|
7364
|
+
* OpenAPI spec version: 1.0
|
|
7365
|
+
*
|
|
7366
|
+
*
|
|
7367
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7368
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7369
|
+
* Do not edit the class manually.
|
|
7370
|
+
*/
|
|
7371
|
+
|
|
6959
7372
|
/**
|
|
6960
7373
|
* Api Documentation
|
|
6961
7374
|
* Api Documentation
|
|
@@ -6976,6 +7389,18 @@ var DcoAttributesDTO;
|
|
|
6976
7389
|
};
|
|
6977
7390
|
})(DcoAttributesDTO || (DcoAttributesDTO = {}));
|
|
6978
7391
|
|
|
7392
|
+
/**
|
|
7393
|
+
* Api Documentation
|
|
7394
|
+
* Api Documentation
|
|
7395
|
+
*
|
|
7396
|
+
* OpenAPI spec version: 1.0
|
|
7397
|
+
*
|
|
7398
|
+
*
|
|
7399
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7400
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7401
|
+
* Do not edit the class manually.
|
|
7402
|
+
*/
|
|
7403
|
+
|
|
6979
7404
|
/**
|
|
6980
7405
|
* Api Documentation
|
|
6981
7406
|
* Api Documentation
|
|
@@ -7005,6 +7430,166 @@ var DuplicateCreativeSetResponse;
|
|
|
7005
7430
|
};
|
|
7006
7431
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
7007
7432
|
|
|
7433
|
+
/**
|
|
7434
|
+
* Api Documentation
|
|
7435
|
+
* Api Documentation
|
|
7436
|
+
*
|
|
7437
|
+
* OpenAPI spec version: 1.0
|
|
7438
|
+
*
|
|
7439
|
+
*
|
|
7440
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7441
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7442
|
+
* Do not edit the class manually.
|
|
7443
|
+
*/
|
|
7444
|
+
|
|
7445
|
+
/**
|
|
7446
|
+
* Api Documentation
|
|
7447
|
+
* Api Documentation
|
|
7448
|
+
*
|
|
7449
|
+
* OpenAPI spec version: 1.0
|
|
7450
|
+
*
|
|
7451
|
+
*
|
|
7452
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7453
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7454
|
+
* Do not edit the class manually.
|
|
7455
|
+
*/
|
|
7456
|
+
|
|
7457
|
+
/**
|
|
7458
|
+
* Api Documentation
|
|
7459
|
+
* Api Documentation
|
|
7460
|
+
*
|
|
7461
|
+
* OpenAPI spec version: 1.0
|
|
7462
|
+
*
|
|
7463
|
+
*
|
|
7464
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7465
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7466
|
+
* Do not edit the class manually.
|
|
7467
|
+
*/
|
|
7468
|
+
var DynamicVideoConfigDTO;
|
|
7469
|
+
(function (DynamicVideoConfigDTO) {
|
|
7470
|
+
DynamicVideoConfigDTO.ConfigKeyEnum = {
|
|
7471
|
+
TEMPLATEID: 'TEMPLATE_ID',
|
|
7472
|
+
LOGO: 'LOGO',
|
|
7473
|
+
SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
|
|
7474
|
+
ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
|
|
7475
|
+
CTA: 'CTA',
|
|
7476
|
+
TITLELENGTH: 'TITLE_LENGTH',
|
|
7477
|
+
DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
|
|
7478
|
+
FONT: 'FONT',
|
|
7479
|
+
ROUNDPRICE: 'ROUND_PRICE',
|
|
7480
|
+
MUSICFILE: 'MUSIC_FILE',
|
|
7481
|
+
VIDEOFILE: 'VIDEO_FILE'
|
|
7482
|
+
};
|
|
7483
|
+
})(DynamicVideoConfigDTO || (DynamicVideoConfigDTO = {}));
|
|
7484
|
+
|
|
7485
|
+
/**
|
|
7486
|
+
* Api Documentation
|
|
7487
|
+
* Api Documentation
|
|
7488
|
+
*
|
|
7489
|
+
* OpenAPI spec version: 1.0
|
|
7490
|
+
*
|
|
7491
|
+
*
|
|
7492
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7493
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7494
|
+
* Do not edit the class manually.
|
|
7495
|
+
*/
|
|
7496
|
+
|
|
7497
|
+
/**
|
|
7498
|
+
* Api Documentation
|
|
7499
|
+
* Api Documentation
|
|
7500
|
+
*
|
|
7501
|
+
* OpenAPI spec version: 1.0
|
|
7502
|
+
*
|
|
7503
|
+
*
|
|
7504
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7505
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7506
|
+
* Do not edit the class manually.
|
|
7507
|
+
*/
|
|
7508
|
+
|
|
7509
|
+
/**
|
|
7510
|
+
* Api Documentation
|
|
7511
|
+
* Api Documentation
|
|
7512
|
+
*
|
|
7513
|
+
* OpenAPI spec version: 1.0
|
|
7514
|
+
*
|
|
7515
|
+
*
|
|
7516
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7517
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7518
|
+
* Do not edit the class manually.
|
|
7519
|
+
*/
|
|
7520
|
+
|
|
7521
|
+
/**
|
|
7522
|
+
* Api Documentation
|
|
7523
|
+
* Api Documentation
|
|
7524
|
+
*
|
|
7525
|
+
* OpenAPI spec version: 1.0
|
|
7526
|
+
*
|
|
7527
|
+
*
|
|
7528
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7529
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7530
|
+
* Do not edit the class manually.
|
|
7531
|
+
*/
|
|
7532
|
+
|
|
7533
|
+
/**
|
|
7534
|
+
* Api Documentation
|
|
7535
|
+
* Api Documentation
|
|
7536
|
+
*
|
|
7537
|
+
* OpenAPI spec version: 1.0
|
|
7538
|
+
*
|
|
7539
|
+
*
|
|
7540
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7541
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7542
|
+
* Do not edit the class manually.
|
|
7543
|
+
*/
|
|
7544
|
+
|
|
7545
|
+
/**
|
|
7546
|
+
* Api Documentation
|
|
7547
|
+
* Api Documentation
|
|
7548
|
+
*
|
|
7549
|
+
* OpenAPI spec version: 1.0
|
|
7550
|
+
*
|
|
7551
|
+
*
|
|
7552
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7553
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7554
|
+
* Do not edit the class manually.
|
|
7555
|
+
*/
|
|
7556
|
+
|
|
7557
|
+
/**
|
|
7558
|
+
* Api Documentation
|
|
7559
|
+
* Api Documentation
|
|
7560
|
+
*
|
|
7561
|
+
* OpenAPI spec version: 1.0
|
|
7562
|
+
*
|
|
7563
|
+
*
|
|
7564
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7565
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7566
|
+
* Do not edit the class manually.
|
|
7567
|
+
*/
|
|
7568
|
+
|
|
7569
|
+
/**
|
|
7570
|
+
* Api Documentation
|
|
7571
|
+
* Api Documentation
|
|
7572
|
+
*
|
|
7573
|
+
* OpenAPI spec version: 1.0
|
|
7574
|
+
*
|
|
7575
|
+
*
|
|
7576
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7577
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7578
|
+
* Do not edit the class manually.
|
|
7579
|
+
*/
|
|
7580
|
+
|
|
7581
|
+
/**
|
|
7582
|
+
* Api Documentation
|
|
7583
|
+
* Api Documentation
|
|
7584
|
+
*
|
|
7585
|
+
* OpenAPI spec version: 1.0
|
|
7586
|
+
*
|
|
7587
|
+
*
|
|
7588
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7589
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7590
|
+
* Do not edit the class manually.
|
|
7591
|
+
*/
|
|
7592
|
+
|
|
7008
7593
|
/**
|
|
7009
7594
|
* Api Documentation
|
|
7010
7595
|
* Api Documentation
|
|
@@ -7034,6 +7619,42 @@ var GeoListRequest;
|
|
|
7034
7619
|
};
|
|
7035
7620
|
})(GeoListRequest || (GeoListRequest = {}));
|
|
7036
7621
|
|
|
7622
|
+
/**
|
|
7623
|
+
* Api Documentation
|
|
7624
|
+
* Api Documentation
|
|
7625
|
+
*
|
|
7626
|
+
* OpenAPI spec version: 1.0
|
|
7627
|
+
*
|
|
7628
|
+
*
|
|
7629
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7630
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7631
|
+
* Do not edit the class manually.
|
|
7632
|
+
*/
|
|
7633
|
+
|
|
7634
|
+
/**
|
|
7635
|
+
* Api Documentation
|
|
7636
|
+
* Api Documentation
|
|
7637
|
+
*
|
|
7638
|
+
* OpenAPI spec version: 1.0
|
|
7639
|
+
*
|
|
7640
|
+
*
|
|
7641
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7642
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7643
|
+
* Do not edit the class manually.
|
|
7644
|
+
*/
|
|
7645
|
+
|
|
7646
|
+
/**
|
|
7647
|
+
* Api Documentation
|
|
7648
|
+
* Api Documentation
|
|
7649
|
+
*
|
|
7650
|
+
* OpenAPI spec version: 1.0
|
|
7651
|
+
*
|
|
7652
|
+
*
|
|
7653
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7654
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7655
|
+
* Do not edit the class manually.
|
|
7656
|
+
*/
|
|
7657
|
+
|
|
7037
7658
|
/**
|
|
7038
7659
|
* Api Documentation
|
|
7039
7660
|
* Api Documentation
|
|
@@ -7070,6 +7691,42 @@ var MetaRuleDto;
|
|
|
7070
7691
|
};
|
|
7071
7692
|
})(MetaRuleDto || (MetaRuleDto = {}));
|
|
7072
7693
|
|
|
7694
|
+
/**
|
|
7695
|
+
* Api Documentation
|
|
7696
|
+
* Api Documentation
|
|
7697
|
+
*
|
|
7698
|
+
* OpenAPI spec version: 1.0
|
|
7699
|
+
*
|
|
7700
|
+
*
|
|
7701
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7702
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7703
|
+
* Do not edit the class manually.
|
|
7704
|
+
*/
|
|
7705
|
+
|
|
7706
|
+
/**
|
|
7707
|
+
* Api Documentation
|
|
7708
|
+
* Api Documentation
|
|
7709
|
+
*
|
|
7710
|
+
* OpenAPI spec version: 1.0
|
|
7711
|
+
*
|
|
7712
|
+
*
|
|
7713
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7714
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7715
|
+
* Do not edit the class manually.
|
|
7716
|
+
*/
|
|
7717
|
+
|
|
7718
|
+
/**
|
|
7719
|
+
* Api Documentation
|
|
7720
|
+
* Api Documentation
|
|
7721
|
+
*
|
|
7722
|
+
* OpenAPI spec version: 1.0
|
|
7723
|
+
*
|
|
7724
|
+
*
|
|
7725
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7726
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7727
|
+
* Do not edit the class manually.
|
|
7728
|
+
*/
|
|
7729
|
+
|
|
7073
7730
|
/**
|
|
7074
7731
|
* Api Documentation
|
|
7075
7732
|
* Api Documentation
|
|
@@ -7089,6 +7746,18 @@ var NotificationResponse;
|
|
|
7089
7746
|
};
|
|
7090
7747
|
})(NotificationResponse || (NotificationResponse = {}));
|
|
7091
7748
|
|
|
7749
|
+
/**
|
|
7750
|
+
* Api Documentation
|
|
7751
|
+
* Api Documentation
|
|
7752
|
+
*
|
|
7753
|
+
* OpenAPI spec version: 1.0
|
|
7754
|
+
*
|
|
7755
|
+
*
|
|
7756
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7757
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7758
|
+
* Do not edit the class manually.
|
|
7759
|
+
*/
|
|
7760
|
+
|
|
7092
7761
|
/**
|
|
7093
7762
|
* Api Documentation
|
|
7094
7763
|
* Api Documentation
|
|
@@ -7164,6 +7833,18 @@ var PixelDataFileDTO;
|
|
|
7164
7833
|
};
|
|
7165
7834
|
})(PixelDataFileDTO || (PixelDataFileDTO = {}));
|
|
7166
7835
|
|
|
7836
|
+
/**
|
|
7837
|
+
* Api Documentation
|
|
7838
|
+
* Api Documentation
|
|
7839
|
+
*
|
|
7840
|
+
* OpenAPI spec version: 1.0
|
|
7841
|
+
*
|
|
7842
|
+
*
|
|
7843
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7844
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7845
|
+
* Do not edit the class manually.
|
|
7846
|
+
*/
|
|
7847
|
+
|
|
7167
7848
|
/**
|
|
7168
7849
|
* Api Documentation
|
|
7169
7850
|
* Api Documentation
|
|
@@ -7247,6 +7928,30 @@ var ReportingResponse;
|
|
|
7247
7928
|
};
|
|
7248
7929
|
})(ReportingResponse || (ReportingResponse = {}));
|
|
7249
7930
|
|
|
7931
|
+
/**
|
|
7932
|
+
* Api Documentation
|
|
7933
|
+
* Api Documentation
|
|
7934
|
+
*
|
|
7935
|
+
* OpenAPI spec version: 1.0
|
|
7936
|
+
*
|
|
7937
|
+
*
|
|
7938
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7939
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7940
|
+
* Do not edit the class manually.
|
|
7941
|
+
*/
|
|
7942
|
+
|
|
7943
|
+
/**
|
|
7944
|
+
* Api Documentation
|
|
7945
|
+
* Api Documentation
|
|
7946
|
+
*
|
|
7947
|
+
* OpenAPI spec version: 1.0
|
|
7948
|
+
*
|
|
7949
|
+
*
|
|
7950
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7951
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7952
|
+
* Do not edit the class manually.
|
|
7953
|
+
*/
|
|
7954
|
+
|
|
7250
7955
|
var RuleDTO;
|
|
7251
7956
|
(function (RuleDTO) {
|
|
7252
7957
|
RuleDTO.DurationUnitEnum = {
|
|
@@ -7263,6 +7968,102 @@ var RuleDTO;
|
|
|
7263
7968
|
};
|
|
7264
7969
|
})(RuleDTO || (RuleDTO = {}));
|
|
7265
7970
|
|
|
7971
|
+
/**
|
|
7972
|
+
* Api Documentation
|
|
7973
|
+
* Api Documentation
|
|
7974
|
+
*
|
|
7975
|
+
* OpenAPI spec version: 1.0
|
|
7976
|
+
*
|
|
7977
|
+
*
|
|
7978
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7979
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7980
|
+
* Do not edit the class manually.
|
|
7981
|
+
*/
|
|
7982
|
+
|
|
7983
|
+
/**
|
|
7984
|
+
* Api Documentation
|
|
7985
|
+
* Api Documentation
|
|
7986
|
+
*
|
|
7987
|
+
* OpenAPI spec version: 1.0
|
|
7988
|
+
*
|
|
7989
|
+
*
|
|
7990
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7991
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7992
|
+
* Do not edit the class manually.
|
|
7993
|
+
*/
|
|
7994
|
+
|
|
7995
|
+
/**
|
|
7996
|
+
* Api Documentation
|
|
7997
|
+
* Api Documentation
|
|
7998
|
+
*
|
|
7999
|
+
* OpenAPI spec version: 1.0
|
|
8000
|
+
*
|
|
8001
|
+
*
|
|
8002
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8003
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8004
|
+
* Do not edit the class manually.
|
|
8005
|
+
*/
|
|
8006
|
+
|
|
8007
|
+
/**
|
|
8008
|
+
* Api Documentation
|
|
8009
|
+
* Api Documentation
|
|
8010
|
+
*
|
|
8011
|
+
* OpenAPI spec version: 1.0
|
|
8012
|
+
*
|
|
8013
|
+
*
|
|
8014
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8015
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8016
|
+
* Do not edit the class manually.
|
|
8017
|
+
*/
|
|
8018
|
+
|
|
8019
|
+
/**
|
|
8020
|
+
* Api Documentation
|
|
8021
|
+
* Api Documentation
|
|
8022
|
+
*
|
|
8023
|
+
* OpenAPI spec version: 1.0
|
|
8024
|
+
*
|
|
8025
|
+
*
|
|
8026
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8027
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8028
|
+
* Do not edit the class manually.
|
|
8029
|
+
*/
|
|
8030
|
+
|
|
8031
|
+
/**
|
|
8032
|
+
* Api Documentation
|
|
8033
|
+
* Api Documentation
|
|
8034
|
+
*
|
|
8035
|
+
* OpenAPI spec version: 1.0
|
|
8036
|
+
*
|
|
8037
|
+
*
|
|
8038
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8039
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8040
|
+
* Do not edit the class manually.
|
|
8041
|
+
*/
|
|
8042
|
+
|
|
8043
|
+
/**
|
|
8044
|
+
* Api Documentation
|
|
8045
|
+
* Api Documentation
|
|
8046
|
+
*
|
|
8047
|
+
* OpenAPI spec version: 1.0
|
|
8048
|
+
*
|
|
8049
|
+
*
|
|
8050
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8051
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8052
|
+
* Do not edit the class manually.
|
|
8053
|
+
*/
|
|
8054
|
+
|
|
8055
|
+
/**
|
|
8056
|
+
* Api Documentation
|
|
8057
|
+
* Api Documentation
|
|
8058
|
+
*
|
|
8059
|
+
* OpenAPI spec version: 1.0
|
|
8060
|
+
*
|
|
8061
|
+
*
|
|
8062
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8063
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8064
|
+
* Do not edit the class manually.
|
|
8065
|
+
*/
|
|
8066
|
+
|
|
7266
8067
|
var StrategyDTO;
|
|
7267
8068
|
(function (StrategyDTO) {
|
|
7268
8069
|
StrategyDTO.AuctionTypeTargetingEnum = {
|
|
@@ -7319,6 +8120,54 @@ var StrategyQuickEditDTO;
|
|
|
7319
8120
|
};
|
|
7320
8121
|
})(StrategyQuickEditDTO || (StrategyQuickEditDTO = {}));
|
|
7321
8122
|
|
|
8123
|
+
/**
|
|
8124
|
+
* Api Documentation
|
|
8125
|
+
* Api Documentation
|
|
8126
|
+
*
|
|
8127
|
+
* OpenAPI spec version: 1.0
|
|
8128
|
+
*
|
|
8129
|
+
*
|
|
8130
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8131
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8132
|
+
* Do not edit the class manually.
|
|
8133
|
+
*/
|
|
8134
|
+
|
|
8135
|
+
/**
|
|
8136
|
+
* Api Documentation
|
|
8137
|
+
* Api Documentation
|
|
8138
|
+
*
|
|
8139
|
+
* OpenAPI spec version: 1.0
|
|
8140
|
+
*
|
|
8141
|
+
*
|
|
8142
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8143
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8144
|
+
* Do not edit the class manually.
|
|
8145
|
+
*/
|
|
8146
|
+
|
|
8147
|
+
/**
|
|
8148
|
+
* Api Documentation
|
|
8149
|
+
* Api Documentation
|
|
8150
|
+
*
|
|
8151
|
+
* OpenAPI spec version: 1.0
|
|
8152
|
+
*
|
|
8153
|
+
*
|
|
8154
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8155
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8156
|
+
* Do not edit the class manually.
|
|
8157
|
+
*/
|
|
8158
|
+
|
|
8159
|
+
/**
|
|
8160
|
+
* Api Documentation
|
|
8161
|
+
* Api Documentation
|
|
8162
|
+
*
|
|
8163
|
+
* OpenAPI spec version: 1.0
|
|
8164
|
+
*
|
|
8165
|
+
*
|
|
8166
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8167
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8168
|
+
* Do not edit the class manually.
|
|
8169
|
+
*/
|
|
8170
|
+
|
|
7322
8171
|
/**
|
|
7323
8172
|
* Api Documentation
|
|
7324
8173
|
* Api Documentation
|
|
@@ -7343,6 +8192,42 @@ var TemplateVariablesDTO;
|
|
|
7343
8192
|
};
|
|
7344
8193
|
})(TemplateVariablesDTO || (TemplateVariablesDTO = {}));
|
|
7345
8194
|
|
|
8195
|
+
/**
|
|
8196
|
+
* Api Documentation
|
|
8197
|
+
* Api Documentation
|
|
8198
|
+
*
|
|
8199
|
+
* OpenAPI spec version: 1.0
|
|
8200
|
+
*
|
|
8201
|
+
*
|
|
8202
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8203
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8204
|
+
* Do not edit the class manually.
|
|
8205
|
+
*/
|
|
8206
|
+
|
|
8207
|
+
/**
|
|
8208
|
+
* Api Documentation
|
|
8209
|
+
* Api Documentation
|
|
8210
|
+
*
|
|
8211
|
+
* OpenAPI spec version: 1.0
|
|
8212
|
+
*
|
|
8213
|
+
*
|
|
8214
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8215
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8216
|
+
* Do not edit the class manually.
|
|
8217
|
+
*/
|
|
8218
|
+
|
|
8219
|
+
/**
|
|
8220
|
+
* Api Documentation
|
|
8221
|
+
* Api Documentation
|
|
8222
|
+
*
|
|
8223
|
+
* OpenAPI spec version: 1.0
|
|
8224
|
+
*
|
|
8225
|
+
*
|
|
8226
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8227
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8228
|
+
* Do not edit the class manually.
|
|
8229
|
+
*/
|
|
8230
|
+
|
|
7346
8231
|
var VastCreative;
|
|
7347
8232
|
(function (VastCreative) {
|
|
7348
8233
|
VastCreative.VideoFormatEnum = {
|
|
@@ -7439,8 +8324,19 @@ var VideoProperties;
|
|
|
7439
8324
|
};
|
|
7440
8325
|
})(VideoProperties || (VideoProperties = {}));
|
|
7441
8326
|
|
|
7442
|
-
|
|
7443
|
-
|
|
8327
|
+
/**
|
|
8328
|
+
* Api Documentation
|
|
8329
|
+
* Api Documentation
|
|
8330
|
+
*
|
|
8331
|
+
* OpenAPI spec version: 1.0
|
|
8332
|
+
*
|
|
8333
|
+
*
|
|
8334
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8335
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
8336
|
+
* Do not edit the class manually.
|
|
8337
|
+
*/
|
|
8338
|
+
|
|
8339
|
+
class ApiModule {
|
|
7444
8340
|
constructor(parentModule, http) {
|
|
7445
8341
|
if (parentModule) {
|
|
7446
8342
|
throw new Error('ApiModule is already loaded. Import in your base AppModule only.');
|
|
@@ -7452,53 +8348,51 @@ let ApiModule = ApiModule_1 = class ApiModule {
|
|
|
7452
8348
|
}
|
|
7453
8349
|
static forRoot(configurationFactory) {
|
|
7454
8350
|
return {
|
|
7455
|
-
ngModule:
|
|
8351
|
+
ngModule: ApiModule,
|
|
7456
8352
|
providers: [{ provide: Configuration, useFactory: configurationFactory }]
|
|
7457
8353
|
};
|
|
7458
8354
|
}
|
|
7459
|
-
}
|
|
8355
|
+
}
|
|
8356
|
+
ApiModule.decorators = [
|
|
8357
|
+
{ type: NgModule, args: [{
|
|
8358
|
+
imports: [],
|
|
8359
|
+
declarations: [],
|
|
8360
|
+
exports: [],
|
|
8361
|
+
providers: [
|
|
8362
|
+
AdminControllerService,
|
|
8363
|
+
AdvertiserControllerService,
|
|
8364
|
+
AppSettingsControllerService,
|
|
8365
|
+
AudienceControllerService,
|
|
8366
|
+
AuditControllerService,
|
|
8367
|
+
BulkStrategyControllerService,
|
|
8368
|
+
CSSThemeController_Service,
|
|
8369
|
+
CampaignControllerService,
|
|
8370
|
+
CatalogControllerService,
|
|
8371
|
+
ClickDestinationControllerService,
|
|
8372
|
+
CreativeControllerService,
|
|
8373
|
+
CreativeSetsControllerService,
|
|
8374
|
+
CreativeTemplateThemesControllerService,
|
|
8375
|
+
CreativeTemplateVariablesControllerService,
|
|
8376
|
+
CreativeTemplatesControllerService,
|
|
8377
|
+
DashboardControllerService,
|
|
8378
|
+
NotificationsControllerService,
|
|
8379
|
+
PixelControllerService,
|
|
8380
|
+
ReportingControllerService,
|
|
8381
|
+
SliceXControllerService,
|
|
8382
|
+
StrategyControllerService,
|
|
8383
|
+
UILoggerControllerService,
|
|
8384
|
+
UserPreferenceControllerService
|
|
8385
|
+
]
|
|
8386
|
+
},] }
|
|
8387
|
+
];
|
|
7460
8388
|
ApiModule.ctorParameters = () => [
|
|
7461
8389
|
{ type: ApiModule, decorators: [{ type: Optional }, { type: SkipSelf }] },
|
|
7462
8390
|
{ type: HttpClient, decorators: [{ type: Optional }] }
|
|
7463
8391
|
];
|
|
7464
|
-
ApiModule = ApiModule_1 = __decorate([
|
|
7465
|
-
NgModule({
|
|
7466
|
-
imports: [],
|
|
7467
|
-
declarations: [],
|
|
7468
|
-
exports: [],
|
|
7469
|
-
providers: [
|
|
7470
|
-
AdminControllerService,
|
|
7471
|
-
AdvertiserControllerService,
|
|
7472
|
-
AppSettingsControllerService,
|
|
7473
|
-
AudienceControllerService,
|
|
7474
|
-
AuditControllerService,
|
|
7475
|
-
BulkStrategyControllerService,
|
|
7476
|
-
CSSThemeController_Service,
|
|
7477
|
-
CampaignControllerService,
|
|
7478
|
-
CatalogControllerService,
|
|
7479
|
-
ClickDestinationControllerService,
|
|
7480
|
-
CreativeControllerService,
|
|
7481
|
-
CreativeSetsControllerService,
|
|
7482
|
-
CreativeTemplateThemesControllerService,
|
|
7483
|
-
CreativeTemplateVariablesControllerService,
|
|
7484
|
-
CreativeTemplatesControllerService,
|
|
7485
|
-
DashboardControllerService,
|
|
7486
|
-
NotificationsControllerService,
|
|
7487
|
-
PixelControllerService,
|
|
7488
|
-
ReportingControllerService,
|
|
7489
|
-
SliceXControllerService,
|
|
7490
|
-
StrategyControllerService,
|
|
7491
|
-
UILoggerControllerService,
|
|
7492
|
-
UserPreferenceControllerService
|
|
7493
|
-
]
|
|
7494
|
-
}),
|
|
7495
|
-
__param(0, Optional()), __param(0, SkipSelf()),
|
|
7496
|
-
__param(1, Optional())
|
|
7497
|
-
], ApiModule);
|
|
7498
8392
|
|
|
7499
8393
|
/**
|
|
7500
8394
|
* Generated bundle index. Do not edit.
|
|
7501
8395
|
*/
|
|
7502
8396
|
|
|
7503
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
8397
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7504
8398
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|