@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,226 +1,299 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common/http')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@revxui/api-clients-ts', ['exports', '@angular/core', '@angular/common/http'], factory) :
|
|
4
|
-
(global = global || self, factory((global.revxui = global.revxui || {}, global.revxui[
|
|
5
|
-
}(this, (function (exports, core, http) { 'use strict';
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.revxui = global.revxui || {}, global.revxui["api-clients-ts"] = {}), global.ng.core, global.ng.common.http));
|
|
5
|
+
})(this, (function (exports, core, http) { 'use strict';
|
|
6
6
|
|
|
7
|
-
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation.
|
|
9
|
-
|
|
10
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
11
|
-
purpose with or without fee is hereby granted.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
14
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
15
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
16
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
17
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
18
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
20
|
-
***************************************************************************** */
|
|
21
|
-
/* global Reflect, Promise */
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
function __extends(d, b) {
|
|
31
|
-
extendStatics(d, b);
|
|
32
|
-
function __() { this.constructor = d; }
|
|
33
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
function __rest(s, e) {
|
|
48
|
-
var t = {};
|
|
49
|
-
for (var p in s)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
function __decorate(decorators, target, key, desc) {
|
|
60
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
61
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
return
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
function
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
function
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
return
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
return
|
|
7
|
+
/*! *****************************************************************************
|
|
8
|
+
Copyright (c) Microsoft Corporation.
|
|
9
|
+
|
|
10
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
11
|
+
purpose with or without fee is hereby granted.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
14
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
15
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
16
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
17
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
18
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
20
|
+
***************************************************************************** */
|
|
21
|
+
/* global Reflect, Promise */
|
|
22
|
+
var extendStatics = function (d, b) {
|
|
23
|
+
extendStatics = Object.setPrototypeOf ||
|
|
24
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
25
|
+
function (d, b) { for (var p in b)
|
|
26
|
+
if (b.hasOwnProperty(p))
|
|
27
|
+
d[p] = b[p]; };
|
|
28
|
+
return extendStatics(d, b);
|
|
29
|
+
};
|
|
30
|
+
function __extends(d, b) {
|
|
31
|
+
extendStatics(d, b);
|
|
32
|
+
function __() { this.constructor = d; }
|
|
33
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
34
|
+
}
|
|
35
|
+
var __assign = function () {
|
|
36
|
+
__assign = Object.assign || function __assign(t) {
|
|
37
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
38
|
+
s = arguments[i];
|
|
39
|
+
for (var p in s)
|
|
40
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
41
|
+
t[p] = s[p];
|
|
42
|
+
}
|
|
43
|
+
return t;
|
|
44
|
+
};
|
|
45
|
+
return __assign.apply(this, arguments);
|
|
46
|
+
};
|
|
47
|
+
function __rest(s, e) {
|
|
48
|
+
var t = {};
|
|
49
|
+
for (var p in s)
|
|
50
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
51
|
+
t[p] = s[p];
|
|
52
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
53
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
54
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
55
|
+
t[p[i]] = s[p[i]];
|
|
56
|
+
}
|
|
57
|
+
return t;
|
|
58
|
+
}
|
|
59
|
+
function __decorate(decorators, target, key, desc) {
|
|
60
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
61
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
62
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
63
|
+
else
|
|
64
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
65
|
+
if (d = decorators[i])
|
|
66
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
67
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
68
|
+
}
|
|
69
|
+
function __param(paramIndex, decorator) {
|
|
70
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
|
71
|
+
}
|
|
72
|
+
function __metadata(metadataKey, metadataValue) {
|
|
73
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
74
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
75
|
+
}
|
|
76
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
77
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
78
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
79
|
+
function fulfilled(value) { try {
|
|
80
|
+
step(generator.next(value));
|
|
81
|
+
}
|
|
82
|
+
catch (e) {
|
|
83
|
+
reject(e);
|
|
84
|
+
} }
|
|
85
|
+
function rejected(value) { try {
|
|
86
|
+
step(generator["throw"](value));
|
|
87
|
+
}
|
|
88
|
+
catch (e) {
|
|
89
|
+
reject(e);
|
|
90
|
+
} }
|
|
91
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
92
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
function __generator(thisArg, body) {
|
|
96
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
97
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
98
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
99
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
100
|
+
function step(op) {
|
|
101
|
+
if (f)
|
|
102
|
+
throw new TypeError("Generator is already executing.");
|
|
103
|
+
while (_)
|
|
104
|
+
try {
|
|
105
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
106
|
+
return t;
|
|
107
|
+
if (y = 0, t)
|
|
108
|
+
op = [op[0] & 2, t.value];
|
|
109
|
+
switch (op[0]) {
|
|
110
|
+
case 0:
|
|
111
|
+
case 1:
|
|
112
|
+
t = op;
|
|
113
|
+
break;
|
|
114
|
+
case 4:
|
|
115
|
+
_.label++;
|
|
116
|
+
return { value: op[1], done: false };
|
|
117
|
+
case 5:
|
|
118
|
+
_.label++;
|
|
119
|
+
y = op[1];
|
|
120
|
+
op = [0];
|
|
121
|
+
continue;
|
|
122
|
+
case 7:
|
|
123
|
+
op = _.ops.pop();
|
|
124
|
+
_.trys.pop();
|
|
125
|
+
continue;
|
|
126
|
+
default:
|
|
127
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
128
|
+
_ = 0;
|
|
129
|
+
continue;
|
|
130
|
+
}
|
|
131
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
132
|
+
_.label = op[1];
|
|
133
|
+
break;
|
|
134
|
+
}
|
|
135
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
136
|
+
_.label = t[1];
|
|
137
|
+
t = op;
|
|
138
|
+
break;
|
|
139
|
+
}
|
|
140
|
+
if (t && _.label < t[2]) {
|
|
141
|
+
_.label = t[2];
|
|
142
|
+
_.ops.push(op);
|
|
143
|
+
break;
|
|
144
|
+
}
|
|
145
|
+
if (t[2])
|
|
146
|
+
_.ops.pop();
|
|
147
|
+
_.trys.pop();
|
|
148
|
+
continue;
|
|
149
|
+
}
|
|
150
|
+
op = body.call(thisArg, _);
|
|
151
|
+
}
|
|
152
|
+
catch (e) {
|
|
153
|
+
op = [6, e];
|
|
154
|
+
y = 0;
|
|
155
|
+
}
|
|
156
|
+
finally {
|
|
157
|
+
f = t = 0;
|
|
158
|
+
}
|
|
159
|
+
if (op[0] & 5)
|
|
160
|
+
throw op[1];
|
|
161
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
function __createBinding(o, m, k, k2) {
|
|
165
|
+
if (k2 === undefined)
|
|
166
|
+
k2 = k;
|
|
167
|
+
o[k2] = m[k];
|
|
168
|
+
}
|
|
169
|
+
function __exportStar(m, exports) {
|
|
170
|
+
for (var p in m)
|
|
171
|
+
if (p !== "default" && !exports.hasOwnProperty(p))
|
|
172
|
+
exports[p] = m[p];
|
|
173
|
+
}
|
|
174
|
+
function __values(o) {
|
|
175
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
176
|
+
if (m)
|
|
177
|
+
return m.call(o);
|
|
178
|
+
if (o && typeof o.length === "number")
|
|
179
|
+
return {
|
|
180
|
+
next: function () {
|
|
181
|
+
if (o && i >= o.length)
|
|
182
|
+
o = void 0;
|
|
183
|
+
return { value: o && o[i++], done: !o };
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
187
|
+
}
|
|
188
|
+
function __read(o, n) {
|
|
189
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
190
|
+
if (!m)
|
|
191
|
+
return o;
|
|
192
|
+
var i = m.call(o), r, ar = [], e;
|
|
193
|
+
try {
|
|
194
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
195
|
+
ar.push(r.value);
|
|
196
|
+
}
|
|
197
|
+
catch (error) {
|
|
198
|
+
e = { error: error };
|
|
199
|
+
}
|
|
200
|
+
finally {
|
|
201
|
+
try {
|
|
202
|
+
if (r && !r.done && (m = i["return"]))
|
|
203
|
+
m.call(i);
|
|
204
|
+
}
|
|
205
|
+
finally {
|
|
206
|
+
if (e)
|
|
207
|
+
throw e.error;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
return ar;
|
|
211
|
+
}
|
|
212
|
+
function __spread() {
|
|
213
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
214
|
+
ar = ar.concat(__read(arguments[i]));
|
|
215
|
+
return ar;
|
|
216
|
+
}
|
|
217
|
+
function __spreadArrays() {
|
|
218
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
219
|
+
s += arguments[i].length;
|
|
220
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
221
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
222
|
+
r[k] = a[j];
|
|
223
|
+
return r;
|
|
224
|
+
}
|
|
225
|
+
;
|
|
226
|
+
function __await(v) {
|
|
227
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
228
|
+
}
|
|
229
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
230
|
+
if (!Symbol.asyncIterator)
|
|
231
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
232
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
233
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
234
|
+
function verb(n) { if (g[n])
|
|
235
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
236
|
+
function resume(n, v) { try {
|
|
237
|
+
step(g[n](v));
|
|
238
|
+
}
|
|
239
|
+
catch (e) {
|
|
240
|
+
settle(q[0][3], e);
|
|
241
|
+
} }
|
|
242
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
243
|
+
function fulfill(value) { resume("next", value); }
|
|
244
|
+
function reject(value) { resume("throw", value); }
|
|
245
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
246
|
+
resume(q[0][0], q[0][1]); }
|
|
247
|
+
}
|
|
248
|
+
function __asyncDelegator(o) {
|
|
249
|
+
var i, p;
|
|
250
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
251
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
252
|
+
}
|
|
253
|
+
function __asyncValues(o) {
|
|
254
|
+
if (!Symbol.asyncIterator)
|
|
255
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
256
|
+
var m = o[Symbol.asyncIterator], i;
|
|
257
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
258
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
259
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
260
|
+
}
|
|
261
|
+
function __makeTemplateObject(cooked, raw) {
|
|
262
|
+
if (Object.defineProperty) {
|
|
263
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
|
264
|
+
}
|
|
265
|
+
else {
|
|
266
|
+
cooked.raw = raw;
|
|
267
|
+
}
|
|
268
|
+
return cooked;
|
|
269
|
+
}
|
|
270
|
+
;
|
|
271
|
+
function __importStar(mod) {
|
|
272
|
+
if (mod && mod.__esModule)
|
|
273
|
+
return mod;
|
|
274
|
+
var result = {};
|
|
275
|
+
if (mod != null)
|
|
276
|
+
for (var k in mod)
|
|
277
|
+
if (Object.hasOwnProperty.call(mod, k))
|
|
278
|
+
result[k] = mod[k];
|
|
279
|
+
result.default = mod;
|
|
280
|
+
return result;
|
|
281
|
+
}
|
|
282
|
+
function __importDefault(mod) {
|
|
283
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
284
|
+
}
|
|
285
|
+
function __classPrivateFieldGet(receiver, privateMap) {
|
|
286
|
+
if (!privateMap.has(receiver)) {
|
|
287
|
+
throw new TypeError("attempted to get private field on non-instance");
|
|
288
|
+
}
|
|
289
|
+
return privateMap.get(receiver);
|
|
290
|
+
}
|
|
291
|
+
function __classPrivateFieldSet(receiver, privateMap, value) {
|
|
292
|
+
if (!privateMap.has(receiver)) {
|
|
293
|
+
throw new TypeError("attempted to set private field on non-instance");
|
|
294
|
+
}
|
|
295
|
+
privateMap.set(receiver, value);
|
|
296
|
+
return value;
|
|
224
297
|
}
|
|
225
298
|
|
|
226
299
|
var BASE_PATH = new core.InjectionToken('basePath');
|
|
@@ -294,21 +367,10 @@
|
|
|
294
367
|
return Configuration;
|
|
295
368
|
}());
|
|
296
369
|
|
|
297
|
-
/**
|
|
298
|
-
* Api Documentation
|
|
299
|
-
* Api Documentation
|
|
300
|
-
*
|
|
301
|
-
* OpenAPI spec version: 1.0
|
|
302
|
-
*
|
|
303
|
-
*
|
|
304
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
305
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
306
|
-
* Do not edit the class manually.
|
|
307
|
-
*/
|
|
308
370
|
var AdminControllerService = /** @class */ (function () {
|
|
309
371
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
372
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
373
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
312
374
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
375
|
this.configuration = new Configuration();
|
|
314
376
|
if (basePath) {
|
|
@@ -478,17 +540,16 @@
|
|
|
478
540
|
reportProgress: reportProgress
|
|
479
541
|
});
|
|
480
542
|
};
|
|
481
|
-
AdminControllerService.ctorParameters = function () { return [
|
|
482
|
-
{ type: http.HttpClient },
|
|
483
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
484
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
485
|
-
]; };
|
|
486
|
-
AdminControllerService = __decorate([
|
|
487
|
-
core.Injectable(),
|
|
488
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
489
|
-
], AdminControllerService);
|
|
490
543
|
return AdminControllerService;
|
|
491
544
|
}());
|
|
545
|
+
AdminControllerService.decorators = [
|
|
546
|
+
{ type: core.Injectable }
|
|
547
|
+
];
|
|
548
|
+
AdminControllerService.ctorParameters = function () { return [
|
|
549
|
+
{ type: http.HttpClient },
|
|
550
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
551
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
552
|
+
]; };
|
|
492
553
|
|
|
493
554
|
/**
|
|
494
555
|
* CustomHttpUrlEncodingCodec
|
|
@@ -511,21 +572,10 @@
|
|
|
511
572
|
return CustomHttpUrlEncodingCodec;
|
|
512
573
|
}(http.HttpUrlEncodingCodec));
|
|
513
574
|
|
|
514
|
-
/**
|
|
515
|
-
* Api Documentation
|
|
516
|
-
* Api Documentation
|
|
517
|
-
*
|
|
518
|
-
* OpenAPI spec version: 1.0
|
|
519
|
-
*
|
|
520
|
-
*
|
|
521
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
522
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
523
|
-
* Do not edit the class manually.
|
|
524
|
-
*/
|
|
525
575
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
576
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
577
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
578
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
529
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
580
|
this.configuration = new Configuration();
|
|
531
581
|
if (basePath) {
|
|
@@ -945,33 +995,21 @@
|
|
|
945
995
|
reportProgress: reportProgress
|
|
946
996
|
});
|
|
947
997
|
};
|
|
948
|
-
AdvertiserControllerService.ctorParameters = function () { return [
|
|
949
|
-
{ type: http.HttpClient },
|
|
950
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
951
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
952
|
-
]; };
|
|
953
|
-
AdvertiserControllerService = __decorate([
|
|
954
|
-
core.Injectable(),
|
|
955
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
956
|
-
], AdvertiserControllerService);
|
|
957
998
|
return AdvertiserControllerService;
|
|
958
999
|
}());
|
|
1000
|
+
AdvertiserControllerService.decorators = [
|
|
1001
|
+
{ type: core.Injectable }
|
|
1002
|
+
];
|
|
1003
|
+
AdvertiserControllerService.ctorParameters = function () { return [
|
|
1004
|
+
{ type: http.HttpClient },
|
|
1005
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
1006
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
1007
|
+
]; };
|
|
959
1008
|
|
|
960
|
-
/**
|
|
961
|
-
* Api Documentation
|
|
962
|
-
* Api Documentation
|
|
963
|
-
*
|
|
964
|
-
* OpenAPI spec version: 1.0
|
|
965
|
-
*
|
|
966
|
-
*
|
|
967
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
968
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
969
|
-
* Do not edit the class manually.
|
|
970
|
-
*/
|
|
971
1009
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
1010
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
1011
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
1012
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
975
1013
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
1014
|
this.configuration = new Configuration();
|
|
977
1015
|
if (basePath) {
|
|
@@ -1042,6 +1080,65 @@
|
|
|
1042
1080
|
reportProgress: reportProgress
|
|
1043
1081
|
});
|
|
1044
1082
|
};
|
|
1083
|
+
AppSettingsControllerService.prototype.fetchAllDynamicVideoTemplatesUsingGET = function (reqId, token, observe, reportProgress) {
|
|
1084
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1085
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1086
|
+
var headers = this.defaultHeaders;
|
|
1087
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1088
|
+
headers = headers.set('reqId', String(reqId));
|
|
1089
|
+
}
|
|
1090
|
+
if (token !== undefined && token !== null) {
|
|
1091
|
+
headers = headers.set('token', String(token));
|
|
1092
|
+
}
|
|
1093
|
+
// to determine the Accept header
|
|
1094
|
+
var httpHeaderAccepts = [
|
|
1095
|
+
'application/json'
|
|
1096
|
+
];
|
|
1097
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1098
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1099
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1100
|
+
}
|
|
1101
|
+
// to determine the Content-Type header
|
|
1102
|
+
var consumes = [];
|
|
1103
|
+
return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/templates", {
|
|
1104
|
+
withCredentials: this.configuration.withCredentials,
|
|
1105
|
+
headers: headers,
|
|
1106
|
+
observe: observe,
|
|
1107
|
+
reportProgress: reportProgress
|
|
1108
|
+
});
|
|
1109
|
+
};
|
|
1110
|
+
AppSettingsControllerService.prototype.fetchDynamicVideoConfigUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
1111
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1112
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1113
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1114
|
+
if (advertiserId !== undefined && advertiserId !== null) {
|
|
1115
|
+
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
1116
|
+
}
|
|
1117
|
+
var headers = this.defaultHeaders;
|
|
1118
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1119
|
+
headers = headers.set('reqId', String(reqId));
|
|
1120
|
+
}
|
|
1121
|
+
if (token !== undefined && token !== null) {
|
|
1122
|
+
headers = headers.set('token', String(token));
|
|
1123
|
+
}
|
|
1124
|
+
// to determine the Accept header
|
|
1125
|
+
var httpHeaderAccepts = [
|
|
1126
|
+
'application/json'
|
|
1127
|
+
];
|
|
1128
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1129
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1130
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1131
|
+
}
|
|
1132
|
+
// to determine the Content-Type header
|
|
1133
|
+
var consumes = [];
|
|
1134
|
+
return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/config", {
|
|
1135
|
+
params: queryParameters,
|
|
1136
|
+
withCredentials: this.configuration.withCredentials,
|
|
1137
|
+
headers: headers,
|
|
1138
|
+
observe: observe,
|
|
1139
|
+
reportProgress: reportProgress
|
|
1140
|
+
});
|
|
1141
|
+
};
|
|
1045
1142
|
AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
|
|
1046
1143
|
if (observe === void 0) { observe = 'body'; }
|
|
1047
1144
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1115,33 +1212,57 @@
|
|
|
1115
1212
|
reportProgress: reportProgress
|
|
1116
1213
|
});
|
|
1117
1214
|
};
|
|
1118
|
-
AppSettingsControllerService.
|
|
1119
|
-
{
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1215
|
+
AppSettingsControllerService.prototype.upsertDynamicVideoUsingPOST = function (dynamicVideoDTO, reqId, token, observe, reportProgress) {
|
|
1216
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1217
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1218
|
+
if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
|
|
1219
|
+
throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
|
|
1220
|
+
}
|
|
1221
|
+
var headers = this.defaultHeaders;
|
|
1222
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1223
|
+
headers = headers.set('reqId', String(reqId));
|
|
1224
|
+
}
|
|
1225
|
+
if (token !== undefined && token !== null) {
|
|
1226
|
+
headers = headers.set('token', String(token));
|
|
1227
|
+
}
|
|
1228
|
+
// to determine the Accept header
|
|
1229
|
+
var httpHeaderAccepts = [
|
|
1230
|
+
'application/json'
|
|
1231
|
+
];
|
|
1232
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1233
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1234
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1235
|
+
}
|
|
1236
|
+
// to determine the Content-Type header
|
|
1237
|
+
var consumes = [
|
|
1238
|
+
'application/json'
|
|
1239
|
+
];
|
|
1240
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1241
|
+
if (httpContentTypeSelected != undefined) {
|
|
1242
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1243
|
+
}
|
|
1244
|
+
return this.httpClient.post(this.basePath + "/v2/api/appsettings/dynamicvideo/upsert", dynamicVideoDTO, {
|
|
1245
|
+
withCredentials: this.configuration.withCredentials,
|
|
1246
|
+
headers: headers,
|
|
1247
|
+
observe: observe,
|
|
1248
|
+
reportProgress: reportProgress
|
|
1249
|
+
});
|
|
1250
|
+
};
|
|
1127
1251
|
return AppSettingsControllerService;
|
|
1128
1252
|
}());
|
|
1253
|
+
AppSettingsControllerService.decorators = [
|
|
1254
|
+
{ type: core.Injectable }
|
|
1255
|
+
];
|
|
1256
|
+
AppSettingsControllerService.ctorParameters = function () { return [
|
|
1257
|
+
{ type: http.HttpClient },
|
|
1258
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
1259
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
1260
|
+
]; };
|
|
1129
1261
|
|
|
1130
|
-
/**
|
|
1131
|
-
* Api Documentation
|
|
1132
|
-
* Api Documentation
|
|
1133
|
-
*
|
|
1134
|
-
* OpenAPI spec version: 1.0
|
|
1135
|
-
*
|
|
1136
|
-
*
|
|
1137
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
1138
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
1139
|
-
* Do not edit the class manually.
|
|
1140
|
-
*/
|
|
1141
1262
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1263
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1264
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1265
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1145
1266
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1267
|
this.configuration = new Configuration();
|
|
1147
1268
|
if (basePath) {
|
|
@@ -1913,33 +2034,21 @@
|
|
|
1913
2034
|
reportProgress: reportProgress
|
|
1914
2035
|
});
|
|
1915
2036
|
};
|
|
1916
|
-
AudienceControllerService.ctorParameters = function () { return [
|
|
1917
|
-
{ type: http.HttpClient },
|
|
1918
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
1919
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
1920
|
-
]; };
|
|
1921
|
-
AudienceControllerService = __decorate([
|
|
1922
|
-
core.Injectable(),
|
|
1923
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
1924
|
-
], AudienceControllerService);
|
|
1925
2037
|
return AudienceControllerService;
|
|
1926
2038
|
}());
|
|
2039
|
+
AudienceControllerService.decorators = [
|
|
2040
|
+
{ type: core.Injectable }
|
|
2041
|
+
];
|
|
2042
|
+
AudienceControllerService.ctorParameters = function () { return [
|
|
2043
|
+
{ type: http.HttpClient },
|
|
2044
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2045
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2046
|
+
]; };
|
|
1927
2047
|
|
|
1928
|
-
/**
|
|
1929
|
-
* Api Documentation
|
|
1930
|
-
* Api Documentation
|
|
1931
|
-
*
|
|
1932
|
-
* OpenAPI spec version: 1.0
|
|
1933
|
-
*
|
|
1934
|
-
*
|
|
1935
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
1936
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
1937
|
-
* Do not edit the class manually.
|
|
1938
|
-
*/
|
|
1939
2048
|
var AuditControllerService = /** @class */ (function () {
|
|
1940
2049
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1941
2050
|
this.httpClient = httpClient;
|
|
1942
|
-
this.basePath = 'https://
|
|
2051
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1943
2052
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1944
2053
|
this.configuration = new Configuration();
|
|
1945
2054
|
if (basePath) {
|
|
@@ -2112,33 +2221,21 @@
|
|
|
2112
2221
|
reportProgress: reportProgress
|
|
2113
2222
|
});
|
|
2114
2223
|
};
|
|
2115
|
-
AuditControllerService.ctorParameters = function () { return [
|
|
2116
|
-
{ type: http.HttpClient },
|
|
2117
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2118
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2119
|
-
]; };
|
|
2120
|
-
AuditControllerService = __decorate([
|
|
2121
|
-
core.Injectable(),
|
|
2122
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
2123
|
-
], AuditControllerService);
|
|
2124
2224
|
return AuditControllerService;
|
|
2125
2225
|
}());
|
|
2226
|
+
AuditControllerService.decorators = [
|
|
2227
|
+
{ type: core.Injectable }
|
|
2228
|
+
];
|
|
2229
|
+
AuditControllerService.ctorParameters = function () { return [
|
|
2230
|
+
{ type: http.HttpClient },
|
|
2231
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2232
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2233
|
+
]; };
|
|
2126
2234
|
|
|
2127
|
-
/**
|
|
2128
|
-
* Api Documentation
|
|
2129
|
-
* Api Documentation
|
|
2130
|
-
*
|
|
2131
|
-
* OpenAPI spec version: 1.0
|
|
2132
|
-
*
|
|
2133
|
-
*
|
|
2134
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
2135
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
2136
|
-
* Do not edit the class manually.
|
|
2137
|
-
*/
|
|
2138
2235
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2139
2236
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2140
2237
|
this.httpClient = httpClient;
|
|
2141
|
-
this.basePath = 'https://
|
|
2238
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2142
2239
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2143
2240
|
this.configuration = new Configuration();
|
|
2144
2241
|
if (basePath) {
|
|
@@ -2355,33 +2452,21 @@
|
|
|
2355
2452
|
reportProgress: reportProgress
|
|
2356
2453
|
});
|
|
2357
2454
|
};
|
|
2358
|
-
BulkStrategyControllerService.ctorParameters = function () { return [
|
|
2359
|
-
{ type: http.HttpClient },
|
|
2360
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2361
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2362
|
-
]; };
|
|
2363
|
-
BulkStrategyControllerService = __decorate([
|
|
2364
|
-
core.Injectable(),
|
|
2365
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
2366
|
-
], BulkStrategyControllerService);
|
|
2367
2455
|
return BulkStrategyControllerService;
|
|
2368
2456
|
}());
|
|
2457
|
+
BulkStrategyControllerService.decorators = [
|
|
2458
|
+
{ type: core.Injectable }
|
|
2459
|
+
];
|
|
2460
|
+
BulkStrategyControllerService.ctorParameters = function () { return [
|
|
2461
|
+
{ type: http.HttpClient },
|
|
2462
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2463
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2464
|
+
]; };
|
|
2369
2465
|
|
|
2370
|
-
/**
|
|
2371
|
-
* Api Documentation
|
|
2372
|
-
* Api Documentation
|
|
2373
|
-
*
|
|
2374
|
-
* OpenAPI spec version: 1.0
|
|
2375
|
-
*
|
|
2376
|
-
*
|
|
2377
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
2378
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
2379
|
-
* Do not edit the class manually.
|
|
2380
|
-
*/
|
|
2381
2466
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2382
2467
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2383
2468
|
this.httpClient = httpClient;
|
|
2384
|
-
this.basePath = 'https://
|
|
2469
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2385
2470
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2386
2471
|
this.configuration = new Configuration();
|
|
2387
2472
|
if (basePath) {
|
|
@@ -2476,33 +2561,21 @@
|
|
|
2476
2561
|
reportProgress: reportProgress
|
|
2477
2562
|
});
|
|
2478
2563
|
};
|
|
2479
|
-
CSSThemeController_Service.ctorParameters = function () { return [
|
|
2480
|
-
{ type: http.HttpClient },
|
|
2481
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2482
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2483
|
-
]; };
|
|
2484
|
-
CSSThemeController_Service = __decorate([
|
|
2485
|
-
core.Injectable(),
|
|
2486
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
2487
|
-
], CSSThemeController_Service);
|
|
2488
2564
|
return CSSThemeController_Service;
|
|
2489
2565
|
}());
|
|
2566
|
+
CSSThemeController_Service.decorators = [
|
|
2567
|
+
{ type: core.Injectable }
|
|
2568
|
+
];
|
|
2569
|
+
CSSThemeController_Service.ctorParameters = function () { return [
|
|
2570
|
+
{ type: http.HttpClient },
|
|
2571
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2572
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2573
|
+
]; };
|
|
2490
2574
|
|
|
2491
|
-
/**
|
|
2492
|
-
* Api Documentation
|
|
2493
|
-
* Api Documentation
|
|
2494
|
-
*
|
|
2495
|
-
* OpenAPI spec version: 1.0
|
|
2496
|
-
*
|
|
2497
|
-
*
|
|
2498
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
2499
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
2500
|
-
* Do not edit the class manually.
|
|
2501
|
-
*/
|
|
2502
2575
|
var CampaignControllerService = /** @class */ (function () {
|
|
2503
2576
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2504
2577
|
this.httpClient = httpClient;
|
|
2505
|
-
this.basePath = 'https://
|
|
2578
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2506
2579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2507
2580
|
this.configuration = new Configuration();
|
|
2508
2581
|
if (basePath) {
|
|
@@ -2798,33 +2871,21 @@
|
|
|
2798
2871
|
reportProgress: reportProgress
|
|
2799
2872
|
});
|
|
2800
2873
|
};
|
|
2801
|
-
CampaignControllerService.ctorParameters = function () { return [
|
|
2802
|
-
{ type: http.HttpClient },
|
|
2803
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2804
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2805
|
-
]; };
|
|
2806
|
-
CampaignControllerService = __decorate([
|
|
2807
|
-
core.Injectable(),
|
|
2808
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
2809
|
-
], CampaignControllerService);
|
|
2810
2874
|
return CampaignControllerService;
|
|
2811
2875
|
}());
|
|
2876
|
+
CampaignControllerService.decorators = [
|
|
2877
|
+
{ type: core.Injectable }
|
|
2878
|
+
];
|
|
2879
|
+
CampaignControllerService.ctorParameters = function () { return [
|
|
2880
|
+
{ type: http.HttpClient },
|
|
2881
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
2882
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
2883
|
+
]; };
|
|
2812
2884
|
|
|
2813
|
-
/**
|
|
2814
|
-
* Api Documentation
|
|
2815
|
-
* Api Documentation
|
|
2816
|
-
*
|
|
2817
|
-
* OpenAPI spec version: 1.0
|
|
2818
|
-
*
|
|
2819
|
-
*
|
|
2820
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
2821
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
2822
|
-
* Do not edit the class manually.
|
|
2823
|
-
*/
|
|
2824
2885
|
var CatalogControllerService = /** @class */ (function () {
|
|
2825
2886
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2826
2887
|
this.httpClient = httpClient;
|
|
2827
|
-
this.basePath = 'https://
|
|
2888
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2828
2889
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2829
2890
|
this.configuration = new Configuration();
|
|
2830
2891
|
if (basePath) {
|
|
@@ -3056,33 +3117,21 @@
|
|
|
3056
3117
|
reportProgress: reportProgress
|
|
3057
3118
|
});
|
|
3058
3119
|
};
|
|
3059
|
-
CatalogControllerService.ctorParameters = function () { return [
|
|
3060
|
-
{ type: http.HttpClient },
|
|
3061
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
3062
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
3063
|
-
]; };
|
|
3064
|
-
CatalogControllerService = __decorate([
|
|
3065
|
-
core.Injectable(),
|
|
3066
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
3067
|
-
], CatalogControllerService);
|
|
3068
3120
|
return CatalogControllerService;
|
|
3069
3121
|
}());
|
|
3122
|
+
CatalogControllerService.decorators = [
|
|
3123
|
+
{ type: core.Injectable }
|
|
3124
|
+
];
|
|
3125
|
+
CatalogControllerService.ctorParameters = function () { return [
|
|
3126
|
+
{ type: http.HttpClient },
|
|
3127
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
3128
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
3129
|
+
]; };
|
|
3070
3130
|
|
|
3071
|
-
/**
|
|
3072
|
-
* Api Documentation
|
|
3073
|
-
* Api Documentation
|
|
3074
|
-
*
|
|
3075
|
-
* OpenAPI spec version: 1.0
|
|
3076
|
-
*
|
|
3077
|
-
*
|
|
3078
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
3079
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
3080
|
-
* Do not edit the class manually.
|
|
3081
|
-
*/
|
|
3082
3131
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3083
3132
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3084
3133
|
this.httpClient = httpClient;
|
|
3085
|
-
this.basePath = 'https://
|
|
3134
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3086
3135
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3087
3136
|
this.configuration = new Configuration();
|
|
3088
3137
|
if (basePath) {
|
|
@@ -3306,33 +3355,21 @@
|
|
|
3306
3355
|
reportProgress: reportProgress
|
|
3307
3356
|
});
|
|
3308
3357
|
};
|
|
3309
|
-
ClickDestinationControllerService.ctorParameters = function () { return [
|
|
3310
|
-
{ type: http.HttpClient },
|
|
3311
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
3312
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
3313
|
-
]; };
|
|
3314
|
-
ClickDestinationControllerService = __decorate([
|
|
3315
|
-
core.Injectable(),
|
|
3316
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
3317
|
-
], ClickDestinationControllerService);
|
|
3318
3358
|
return ClickDestinationControllerService;
|
|
3319
3359
|
}());
|
|
3360
|
+
ClickDestinationControllerService.decorators = [
|
|
3361
|
+
{ type: core.Injectable }
|
|
3362
|
+
];
|
|
3363
|
+
ClickDestinationControllerService.ctorParameters = function () { return [
|
|
3364
|
+
{ type: http.HttpClient },
|
|
3365
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
3366
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
3367
|
+
]; };
|
|
3320
3368
|
|
|
3321
|
-
/**
|
|
3322
|
-
* Api Documentation
|
|
3323
|
-
* Api Documentation
|
|
3324
|
-
*
|
|
3325
|
-
* OpenAPI spec version: 1.0
|
|
3326
|
-
*
|
|
3327
|
-
*
|
|
3328
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
3329
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
3330
|
-
* Do not edit the class manually.
|
|
3331
|
-
*/
|
|
3332
3369
|
var CreativeControllerService = /** @class */ (function () {
|
|
3333
3370
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3334
3371
|
this.httpClient = httpClient;
|
|
3335
|
-
this.basePath = 'https://
|
|
3372
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3336
3373
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3337
3374
|
this.configuration = new Configuration();
|
|
3338
3375
|
if (basePath) {
|
|
@@ -3783,33 +3820,21 @@
|
|
|
3783
3820
|
reportProgress: reportProgress
|
|
3784
3821
|
});
|
|
3785
3822
|
};
|
|
3786
|
-
CreativeControllerService.ctorParameters = function () { return [
|
|
3787
|
-
{ type: http.HttpClient },
|
|
3788
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
3789
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
3790
|
-
]; };
|
|
3791
|
-
CreativeControllerService = __decorate([
|
|
3792
|
-
core.Injectable(),
|
|
3793
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
3794
|
-
], CreativeControllerService);
|
|
3795
3823
|
return CreativeControllerService;
|
|
3796
3824
|
}());
|
|
3825
|
+
CreativeControllerService.decorators = [
|
|
3826
|
+
{ type: core.Injectable }
|
|
3827
|
+
];
|
|
3828
|
+
CreativeControllerService.ctorParameters = function () { return [
|
|
3829
|
+
{ type: http.HttpClient },
|
|
3830
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
3831
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
3832
|
+
]; };
|
|
3797
3833
|
|
|
3798
|
-
/**
|
|
3799
|
-
* Api Documentation
|
|
3800
|
-
* Api Documentation
|
|
3801
|
-
*
|
|
3802
|
-
* OpenAPI spec version: 1.0
|
|
3803
|
-
*
|
|
3804
|
-
*
|
|
3805
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
3806
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
3807
|
-
* Do not edit the class manually.
|
|
3808
|
-
*/
|
|
3809
3834
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3810
3835
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3811
3836
|
this.httpClient = httpClient;
|
|
3812
|
-
this.basePath = 'https://
|
|
3837
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3813
3838
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3814
3839
|
this.configuration = new Configuration();
|
|
3815
3840
|
if (basePath) {
|
|
@@ -4275,33 +4300,21 @@
|
|
|
4275
4300
|
reportProgress: reportProgress
|
|
4276
4301
|
});
|
|
4277
4302
|
};
|
|
4278
|
-
CreativeSetsControllerService.ctorParameters = function () { return [
|
|
4279
|
-
{ type: http.HttpClient },
|
|
4280
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4281
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4282
|
-
]; };
|
|
4283
|
-
CreativeSetsControllerService = __decorate([
|
|
4284
|
-
core.Injectable(),
|
|
4285
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
4286
|
-
], CreativeSetsControllerService);
|
|
4287
4303
|
return CreativeSetsControllerService;
|
|
4288
4304
|
}());
|
|
4305
|
+
CreativeSetsControllerService.decorators = [
|
|
4306
|
+
{ type: core.Injectable }
|
|
4307
|
+
];
|
|
4308
|
+
CreativeSetsControllerService.ctorParameters = function () { return [
|
|
4309
|
+
{ type: http.HttpClient },
|
|
4310
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4311
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4312
|
+
]; };
|
|
4289
4313
|
|
|
4290
|
-
/**
|
|
4291
|
-
* Api Documentation
|
|
4292
|
-
* Api Documentation
|
|
4293
|
-
*
|
|
4294
|
-
* OpenAPI spec version: 1.0
|
|
4295
|
-
*
|
|
4296
|
-
*
|
|
4297
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
4298
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
4299
|
-
* Do not edit the class manually.
|
|
4300
|
-
*/
|
|
4301
4314
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4302
4315
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4303
4316
|
this.httpClient = httpClient;
|
|
4304
|
-
this.basePath = 'https://
|
|
4317
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4305
4318
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4306
4319
|
this.configuration = new Configuration();
|
|
4307
4320
|
if (basePath) {
|
|
@@ -4476,33 +4489,21 @@
|
|
|
4476
4489
|
reportProgress: reportProgress
|
|
4477
4490
|
});
|
|
4478
4491
|
};
|
|
4479
|
-
CreativeTemplateThemesControllerService.ctorParameters = function () { return [
|
|
4480
|
-
{ type: http.HttpClient },
|
|
4481
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4482
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4483
|
-
]; };
|
|
4484
|
-
CreativeTemplateThemesControllerService = __decorate([
|
|
4485
|
-
core.Injectable(),
|
|
4486
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
4487
|
-
], CreativeTemplateThemesControllerService);
|
|
4488
4492
|
return CreativeTemplateThemesControllerService;
|
|
4489
4493
|
}());
|
|
4494
|
+
CreativeTemplateThemesControllerService.decorators = [
|
|
4495
|
+
{ type: core.Injectable }
|
|
4496
|
+
];
|
|
4497
|
+
CreativeTemplateThemesControllerService.ctorParameters = function () { return [
|
|
4498
|
+
{ type: http.HttpClient },
|
|
4499
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4500
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4501
|
+
]; };
|
|
4490
4502
|
|
|
4491
|
-
/**
|
|
4492
|
-
* Api Documentation
|
|
4493
|
-
* Api Documentation
|
|
4494
|
-
*
|
|
4495
|
-
* OpenAPI spec version: 1.0
|
|
4496
|
-
*
|
|
4497
|
-
*
|
|
4498
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
4499
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
4500
|
-
* Do not edit the class manually.
|
|
4501
|
-
*/
|
|
4502
4503
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4503
4504
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4504
4505
|
this.httpClient = httpClient;
|
|
4505
|
-
this.basePath = 'https://
|
|
4506
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4506
4507
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4507
4508
|
this.configuration = new Configuration();
|
|
4508
4509
|
if (basePath) {
|
|
@@ -4564,33 +4565,21 @@
|
|
|
4564
4565
|
reportProgress: reportProgress
|
|
4565
4566
|
});
|
|
4566
4567
|
};
|
|
4567
|
-
CreativeTemplateVariablesControllerService.ctorParameters = function () { return [
|
|
4568
|
-
{ type: http.HttpClient },
|
|
4569
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4570
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4571
|
-
]; };
|
|
4572
|
-
CreativeTemplateVariablesControllerService = __decorate([
|
|
4573
|
-
core.Injectable(),
|
|
4574
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
4575
|
-
], CreativeTemplateVariablesControllerService);
|
|
4576
4568
|
return CreativeTemplateVariablesControllerService;
|
|
4577
4569
|
}());
|
|
4570
|
+
CreativeTemplateVariablesControllerService.decorators = [
|
|
4571
|
+
{ type: core.Injectable }
|
|
4572
|
+
];
|
|
4573
|
+
CreativeTemplateVariablesControllerService.ctorParameters = function () { return [
|
|
4574
|
+
{ type: http.HttpClient },
|
|
4575
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4576
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4577
|
+
]; };
|
|
4578
4578
|
|
|
4579
|
-
/**
|
|
4580
|
-
* Api Documentation
|
|
4581
|
-
* Api Documentation
|
|
4582
|
-
*
|
|
4583
|
-
* OpenAPI spec version: 1.0
|
|
4584
|
-
*
|
|
4585
|
-
*
|
|
4586
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
4587
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
4588
|
-
* Do not edit the class manually.
|
|
4589
|
-
*/
|
|
4590
4579
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4591
4580
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4592
4581
|
this.httpClient = httpClient;
|
|
4593
|
-
this.basePath = 'https://
|
|
4582
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4594
4583
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4595
4584
|
this.configuration = new Configuration();
|
|
4596
4585
|
if (basePath) {
|
|
@@ -4743,33 +4732,21 @@
|
|
|
4743
4732
|
reportProgress: reportProgress
|
|
4744
4733
|
});
|
|
4745
4734
|
};
|
|
4746
|
-
CreativeTemplatesControllerService.ctorParameters = function () { return [
|
|
4747
|
-
{ type: http.HttpClient },
|
|
4748
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4749
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4750
|
-
]; };
|
|
4751
|
-
CreativeTemplatesControllerService = __decorate([
|
|
4752
|
-
core.Injectable(),
|
|
4753
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
4754
|
-
], CreativeTemplatesControllerService);
|
|
4755
4735
|
return CreativeTemplatesControllerService;
|
|
4756
4736
|
}());
|
|
4737
|
+
CreativeTemplatesControllerService.decorators = [
|
|
4738
|
+
{ type: core.Injectable }
|
|
4739
|
+
];
|
|
4740
|
+
CreativeTemplatesControllerService.ctorParameters = function () { return [
|
|
4741
|
+
{ type: http.HttpClient },
|
|
4742
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
4743
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
4744
|
+
]; };
|
|
4757
4745
|
|
|
4758
|
-
/**
|
|
4759
|
-
* Api Documentation
|
|
4760
|
-
* Api Documentation
|
|
4761
|
-
*
|
|
4762
|
-
* OpenAPI spec version: 1.0
|
|
4763
|
-
*
|
|
4764
|
-
*
|
|
4765
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
4766
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
4767
|
-
* Do not edit the class manually.
|
|
4768
|
-
*/
|
|
4769
4746
|
var DashboardControllerService = /** @class */ (function () {
|
|
4770
4747
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4771
4748
|
this.httpClient = httpClient;
|
|
4772
|
-
this.basePath = 'https://
|
|
4749
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4773
4750
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4774
4751
|
this.configuration = new Configuration();
|
|
4775
4752
|
if (basePath) {
|
|
@@ -5400,33 +5377,21 @@
|
|
|
5400
5377
|
reportProgress: reportProgress
|
|
5401
5378
|
});
|
|
5402
5379
|
};
|
|
5403
|
-
DashboardControllerService.ctorParameters = function () { return [
|
|
5404
|
-
{ type: http.HttpClient },
|
|
5405
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
5406
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
5407
|
-
]; };
|
|
5408
|
-
DashboardControllerService = __decorate([
|
|
5409
|
-
core.Injectable(),
|
|
5410
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
5411
|
-
], DashboardControllerService);
|
|
5412
5380
|
return DashboardControllerService;
|
|
5413
5381
|
}());
|
|
5382
|
+
DashboardControllerService.decorators = [
|
|
5383
|
+
{ type: core.Injectable }
|
|
5384
|
+
];
|
|
5385
|
+
DashboardControllerService.ctorParameters = function () { return [
|
|
5386
|
+
{ type: http.HttpClient },
|
|
5387
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
5388
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
5389
|
+
]; };
|
|
5414
5390
|
|
|
5415
|
-
/**
|
|
5416
|
-
* Api Documentation
|
|
5417
|
-
* Api Documentation
|
|
5418
|
-
*
|
|
5419
|
-
* OpenAPI spec version: 1.0
|
|
5420
|
-
*
|
|
5421
|
-
*
|
|
5422
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5423
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
5424
|
-
* Do not edit the class manually.
|
|
5425
|
-
*/
|
|
5426
5391
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5427
5392
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5428
5393
|
this.httpClient = httpClient;
|
|
5429
|
-
this.basePath = 'https://
|
|
5394
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5430
5395
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5431
5396
|
this.configuration = new Configuration();
|
|
5432
5397
|
if (basePath) {
|
|
@@ -5599,33 +5564,21 @@
|
|
|
5599
5564
|
reportProgress: reportProgress
|
|
5600
5565
|
});
|
|
5601
5566
|
};
|
|
5602
|
-
NotificationsControllerService.ctorParameters = function () { return [
|
|
5603
|
-
{ type: http.HttpClient },
|
|
5604
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
5605
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
5606
|
-
]; };
|
|
5607
|
-
NotificationsControllerService = __decorate([
|
|
5608
|
-
core.Injectable(),
|
|
5609
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
5610
|
-
], NotificationsControllerService);
|
|
5611
5567
|
return NotificationsControllerService;
|
|
5612
5568
|
}());
|
|
5569
|
+
NotificationsControllerService.decorators = [
|
|
5570
|
+
{ type: core.Injectable }
|
|
5571
|
+
];
|
|
5572
|
+
NotificationsControllerService.ctorParameters = function () { return [
|
|
5573
|
+
{ type: http.HttpClient },
|
|
5574
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
5575
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
5576
|
+
]; };
|
|
5613
5577
|
|
|
5614
|
-
/**
|
|
5615
|
-
* Api Documentation
|
|
5616
|
-
* Api Documentation
|
|
5617
|
-
*
|
|
5618
|
-
* OpenAPI spec version: 1.0
|
|
5619
|
-
*
|
|
5620
|
-
*
|
|
5621
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5622
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
5623
|
-
* Do not edit the class manually.
|
|
5624
|
-
*/
|
|
5625
5578
|
var PixelControllerService = /** @class */ (function () {
|
|
5626
5579
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5627
5580
|
this.httpClient = httpClient;
|
|
5628
|
-
this.basePath = 'https://
|
|
5581
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5629
5582
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5630
5583
|
this.configuration = new Configuration();
|
|
5631
5584
|
if (basePath) {
|
|
@@ -5928,33 +5881,21 @@
|
|
|
5928
5881
|
reportProgress: reportProgress
|
|
5929
5882
|
});
|
|
5930
5883
|
};
|
|
5931
|
-
PixelControllerService.ctorParameters = function () { return [
|
|
5932
|
-
{ type: http.HttpClient },
|
|
5933
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
5934
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
5935
|
-
]; };
|
|
5936
|
-
PixelControllerService = __decorate([
|
|
5937
|
-
core.Injectable(),
|
|
5938
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
5939
|
-
], PixelControllerService);
|
|
5940
5884
|
return PixelControllerService;
|
|
5941
5885
|
}());
|
|
5886
|
+
PixelControllerService.decorators = [
|
|
5887
|
+
{ type: core.Injectable }
|
|
5888
|
+
];
|
|
5889
|
+
PixelControllerService.ctorParameters = function () { return [
|
|
5890
|
+
{ type: http.HttpClient },
|
|
5891
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
5892
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
5893
|
+
]; };
|
|
5942
5894
|
|
|
5943
|
-
/**
|
|
5944
|
-
* Api Documentation
|
|
5945
|
-
* Api Documentation
|
|
5946
|
-
*
|
|
5947
|
-
* OpenAPI spec version: 1.0
|
|
5948
|
-
*
|
|
5949
|
-
*
|
|
5950
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
5951
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
5952
|
-
* Do not edit the class manually.
|
|
5953
|
-
*/
|
|
5954
5895
|
var ReportingControllerService = /** @class */ (function () {
|
|
5955
5896
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5956
5897
|
this.httpClient = httpClient;
|
|
5957
|
-
this.basePath = 'https://
|
|
5898
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5958
5899
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5959
5900
|
this.configuration = new Configuration();
|
|
5960
5901
|
if (basePath) {
|
|
@@ -6112,33 +6053,21 @@
|
|
|
6112
6053
|
reportProgress: reportProgress
|
|
6113
6054
|
});
|
|
6114
6055
|
};
|
|
6115
|
-
ReportingControllerService.ctorParameters = function () { return [
|
|
6116
|
-
{ type: http.HttpClient },
|
|
6117
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
6118
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
6119
|
-
]; };
|
|
6120
|
-
ReportingControllerService = __decorate([
|
|
6121
|
-
core.Injectable(),
|
|
6122
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
6123
|
-
], ReportingControllerService);
|
|
6124
6056
|
return ReportingControllerService;
|
|
6125
6057
|
}());
|
|
6058
|
+
ReportingControllerService.decorators = [
|
|
6059
|
+
{ type: core.Injectable }
|
|
6060
|
+
];
|
|
6061
|
+
ReportingControllerService.ctorParameters = function () { return [
|
|
6062
|
+
{ type: http.HttpClient },
|
|
6063
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
6064
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
6065
|
+
]; };
|
|
6126
6066
|
|
|
6127
|
-
/**
|
|
6128
|
-
* Api Documentation
|
|
6129
|
-
* Api Documentation
|
|
6130
|
-
*
|
|
6131
|
-
* OpenAPI spec version: 1.0
|
|
6132
|
-
*
|
|
6133
|
-
*
|
|
6134
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6135
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6136
|
-
* Do not edit the class manually.
|
|
6137
|
-
*/
|
|
6138
6067
|
var SliceXControllerService = /** @class */ (function () {
|
|
6139
6068
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6140
6069
|
this.httpClient = httpClient;
|
|
6141
|
-
this.basePath = 'https://
|
|
6070
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6142
6071
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6143
6072
|
this.configuration = new Configuration();
|
|
6144
6073
|
if (basePath) {
|
|
@@ -6380,33 +6309,21 @@
|
|
|
6380
6309
|
reportProgress: reportProgress
|
|
6381
6310
|
});
|
|
6382
6311
|
};
|
|
6383
|
-
SliceXControllerService.ctorParameters = function () { return [
|
|
6384
|
-
{ type: http.HttpClient },
|
|
6385
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
6386
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
6387
|
-
]; };
|
|
6388
|
-
SliceXControllerService = __decorate([
|
|
6389
|
-
core.Injectable(),
|
|
6390
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
6391
|
-
], SliceXControllerService);
|
|
6392
6312
|
return SliceXControllerService;
|
|
6393
6313
|
}());
|
|
6314
|
+
SliceXControllerService.decorators = [
|
|
6315
|
+
{ type: core.Injectable }
|
|
6316
|
+
];
|
|
6317
|
+
SliceXControllerService.ctorParameters = function () { return [
|
|
6318
|
+
{ type: http.HttpClient },
|
|
6319
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
6320
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
6321
|
+
]; };
|
|
6394
6322
|
|
|
6395
|
-
/**
|
|
6396
|
-
* Api Documentation
|
|
6397
|
-
* Api Documentation
|
|
6398
|
-
*
|
|
6399
|
-
* OpenAPI spec version: 1.0
|
|
6400
|
-
*
|
|
6401
|
-
*
|
|
6402
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6403
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6404
|
-
* Do not edit the class manually.
|
|
6405
|
-
*/
|
|
6406
6323
|
var StrategyControllerService = /** @class */ (function () {
|
|
6407
6324
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6408
6325
|
this.httpClient = httpClient;
|
|
6409
|
-
this.basePath = 'https://
|
|
6326
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6410
6327
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6411
6328
|
this.configuration = new Configuration();
|
|
6412
6329
|
if (basePath) {
|
|
@@ -7041,33 +6958,21 @@
|
|
|
7041
6958
|
reportProgress: reportProgress
|
|
7042
6959
|
});
|
|
7043
6960
|
};
|
|
7044
|
-
StrategyControllerService.ctorParameters = function () { return [
|
|
7045
|
-
{ type: http.HttpClient },
|
|
7046
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
7047
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
7048
|
-
]; };
|
|
7049
|
-
StrategyControllerService = __decorate([
|
|
7050
|
-
core.Injectable(),
|
|
7051
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
7052
|
-
], StrategyControllerService);
|
|
7053
6961
|
return StrategyControllerService;
|
|
7054
6962
|
}());
|
|
6963
|
+
StrategyControllerService.decorators = [
|
|
6964
|
+
{ type: core.Injectable }
|
|
6965
|
+
];
|
|
6966
|
+
StrategyControllerService.ctorParameters = function () { return [
|
|
6967
|
+
{ type: http.HttpClient },
|
|
6968
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
6969
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
6970
|
+
]; };
|
|
7055
6971
|
|
|
7056
|
-
/**
|
|
7057
|
-
* Api Documentation
|
|
7058
|
-
* Api Documentation
|
|
7059
|
-
*
|
|
7060
|
-
* OpenAPI spec version: 1.0
|
|
7061
|
-
*
|
|
7062
|
-
*
|
|
7063
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7064
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7065
|
-
* Do not edit the class manually.
|
|
7066
|
-
*/
|
|
7067
6972
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7068
6973
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7069
6974
|
this.httpClient = httpClient;
|
|
7070
|
-
this.basePath = 'https://
|
|
6975
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7071
6976
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7072
6977
|
this.configuration = new Configuration();
|
|
7073
6978
|
if (basePath) {
|
|
@@ -7143,33 +7048,21 @@
|
|
|
7143
7048
|
reportProgress: reportProgress
|
|
7144
7049
|
});
|
|
7145
7050
|
};
|
|
7146
|
-
UILoggerControllerService.ctorParameters = function () { return [
|
|
7147
|
-
{ type: http.HttpClient },
|
|
7148
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
7149
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
7150
|
-
]; };
|
|
7151
|
-
UILoggerControllerService = __decorate([
|
|
7152
|
-
core.Injectable(),
|
|
7153
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
7154
|
-
], UILoggerControllerService);
|
|
7155
7051
|
return UILoggerControllerService;
|
|
7156
7052
|
}());
|
|
7053
|
+
UILoggerControllerService.decorators = [
|
|
7054
|
+
{ type: core.Injectable }
|
|
7055
|
+
];
|
|
7056
|
+
UILoggerControllerService.ctorParameters = function () { return [
|
|
7057
|
+
{ type: http.HttpClient },
|
|
7058
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
7059
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
7060
|
+
]; };
|
|
7157
7061
|
|
|
7158
|
-
/**
|
|
7159
|
-
* Api Documentation
|
|
7160
|
-
* Api Documentation
|
|
7161
|
-
*
|
|
7162
|
-
* OpenAPI spec version: 1.0
|
|
7163
|
-
*
|
|
7164
|
-
*
|
|
7165
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7166
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7167
|
-
* Do not edit the class manually.
|
|
7168
|
-
*/
|
|
7169
7062
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7170
7063
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7171
7064
|
this.httpClient = httpClient;
|
|
7172
|
-
this.basePath = 'https://
|
|
7065
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7173
7066
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7174
7067
|
this.configuration = new Configuration();
|
|
7175
7068
|
if (basePath) {
|
|
@@ -7333,21 +7226,20 @@
|
|
|
7333
7226
|
reportProgress: reportProgress
|
|
7334
7227
|
});
|
|
7335
7228
|
};
|
|
7336
|
-
UserPreferenceControllerService.ctorParameters = function () { return [
|
|
7337
|
-
{ type: http.HttpClient },
|
|
7338
|
-
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
7339
|
-
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
7340
|
-
]; };
|
|
7341
|
-
UserPreferenceControllerService = __decorate([
|
|
7342
|
-
core.Injectable(),
|
|
7343
|
-
__param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
|
|
7344
|
-
], UserPreferenceControllerService);
|
|
7345
7229
|
return UserPreferenceControllerService;
|
|
7346
7230
|
}());
|
|
7231
|
+
UserPreferenceControllerService.decorators = [
|
|
7232
|
+
{ type: core.Injectable }
|
|
7233
|
+
];
|
|
7234
|
+
UserPreferenceControllerService.ctorParameters = function () { return [
|
|
7235
|
+
{ type: http.HttpClient },
|
|
7236
|
+
{ type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
|
|
7237
|
+
{ type: Configuration, decorators: [{ type: core.Optional }] }
|
|
7238
|
+
]; };
|
|
7347
7239
|
|
|
7348
7240
|
var 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];
|
|
7349
7241
|
|
|
7350
|
-
|
|
7242
|
+
exports.ActivityLogsCreativeSetsBulkUpdateDTO = void 0;
|
|
7351
7243
|
(function (ActivityLogsCreativeSetsBulkUpdateDTO) {
|
|
7352
7244
|
ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
|
|
7353
7245
|
PENDING: 'PENDING',
|
|
@@ -7358,7 +7250,7 @@
|
|
|
7358
7250
|
};
|
|
7359
7251
|
})(exports.ActivityLogsCreativeSetsBulkUpdateDTO || (exports.ActivityLogsCreativeSetsBulkUpdateDTO = {}));
|
|
7360
7252
|
|
|
7361
|
-
|
|
7253
|
+
exports.ActivityLogsStrategyBulkUpdateDTO = void 0;
|
|
7362
7254
|
(function (ActivityLogsStrategyBulkUpdateDTO) {
|
|
7363
7255
|
ActivityLogsStrategyBulkUpdateDTO.StatusEnum = {
|
|
7364
7256
|
PENDING: 'PENDING',
|
|
@@ -7369,7 +7261,7 @@
|
|
|
7369
7261
|
};
|
|
7370
7262
|
})(exports.ActivityLogsStrategyBulkUpdateDTO || (exports.ActivityLogsStrategyBulkUpdateDTO = {}));
|
|
7371
7263
|
|
|
7372
|
-
|
|
7264
|
+
exports.AppSettingsDTO = void 0;
|
|
7373
7265
|
(function (AppSettingsDTO) {
|
|
7374
7266
|
AppSettingsDTO.SettingsKeyEnum = {
|
|
7375
7267
|
LOGOLINK: 'LOGO_LINK',
|
|
@@ -7398,7 +7290,7 @@
|
|
|
7398
7290
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7399
7291
|
* Do not edit the class manually.
|
|
7400
7292
|
*/
|
|
7401
|
-
|
|
7293
|
+
exports.AppSettingsPropertyDTO = void 0;
|
|
7402
7294
|
(function (AppSettingsPropertyDTO) {
|
|
7403
7295
|
AppSettingsPropertyDTO.PropertyKeyEnum = {
|
|
7404
7296
|
DIMENSIONS: 'DIMENSIONS'
|
|
@@ -7416,7 +7308,7 @@
|
|
|
7416
7308
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7417
7309
|
* Do not edit the class manually.
|
|
7418
7310
|
*/
|
|
7419
|
-
|
|
7311
|
+
exports.AuctionTypeEditField = void 0;
|
|
7420
7312
|
(function (AuctionTypeEditField) {
|
|
7421
7313
|
AuctionTypeEditField.ValueEnum = {
|
|
7422
7314
|
FIRST: 'FIRST',
|
|
@@ -7436,7 +7328,7 @@
|
|
|
7436
7328
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7437
7329
|
* Do not edit the class manually.
|
|
7438
7330
|
*/
|
|
7439
|
-
|
|
7331
|
+
exports.AudienceBackfillQueryTemplateRequest = void 0;
|
|
7440
7332
|
(function (AudienceBackfillQueryTemplateRequest) {
|
|
7441
7333
|
AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
|
|
7442
7334
|
MINUTE: 'MINUTE',
|
|
@@ -7447,7 +7339,7 @@
|
|
|
7447
7339
|
};
|
|
7448
7340
|
})(exports.AudienceBackfillQueryTemplateRequest || (exports.AudienceBackfillQueryTemplateRequest = {}));
|
|
7449
7341
|
|
|
7450
|
-
|
|
7342
|
+
exports.AudienceBackfillRequest = void 0;
|
|
7451
7343
|
(function (AudienceBackfillRequest) {
|
|
7452
7344
|
AudienceBackfillRequest.BackfillScheduleEnum = {
|
|
7453
7345
|
ONLYONCE: 'ONLY_ONCE',
|
|
@@ -7456,7 +7348,7 @@
|
|
|
7456
7348
|
};
|
|
7457
7349
|
})(exports.AudienceBackfillRequest || (exports.AudienceBackfillRequest = {}));
|
|
7458
7350
|
|
|
7459
|
-
|
|
7351
|
+
exports.AudienceDTO = void 0;
|
|
7460
7352
|
(function (AudienceDTO) {
|
|
7461
7353
|
AudienceDTO.AudienceTypeEnum = {
|
|
7462
7354
|
WEBBROWSING: 'WEB_BROWSING',
|
|
@@ -7490,7 +7382,7 @@
|
|
|
7490
7382
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7491
7383
|
* Do not edit the class manually.
|
|
7492
7384
|
*/
|
|
7493
|
-
|
|
7385
|
+
exports.AudienceESDTO = void 0;
|
|
7494
7386
|
(function (AudienceESDTO) {
|
|
7495
7387
|
AudienceESDTO.AudienceTypeEnum = {
|
|
7496
7388
|
WEBBROWSING: 'WEB_BROWSING',
|
|
@@ -7506,7 +7398,7 @@
|
|
|
7506
7398
|
};
|
|
7507
7399
|
})(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
|
|
7508
7400
|
|
|
7509
|
-
|
|
7401
|
+
exports.AudiencePerformanceDTO = void 0;
|
|
7510
7402
|
(function (AudiencePerformanceDTO) {
|
|
7511
7403
|
AudiencePerformanceDTO.GenderEnum = {
|
|
7512
7404
|
MALE: 'MALE',
|
|
@@ -7525,7 +7417,7 @@
|
|
|
7525
7417
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7526
7418
|
* Do not edit the class manually.
|
|
7527
7419
|
*/
|
|
7528
|
-
|
|
7420
|
+
exports.BaseModelWithCreativeSetType = void 0;
|
|
7529
7421
|
(function (BaseModelWithCreativeSetType) {
|
|
7530
7422
|
BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
|
|
7531
7423
|
IMAGE: 'IMAGE',
|
|
@@ -7543,7 +7435,7 @@
|
|
|
7543
7435
|
};
|
|
7544
7436
|
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
7545
7437
|
|
|
7546
|
-
|
|
7438
|
+
exports.ClickDestination = void 0;
|
|
7547
7439
|
(function (ClickDestination) {
|
|
7548
7440
|
ClickDestination.CampaignTypeEnum = {
|
|
7549
7441
|
UA: 'UA',
|
|
@@ -7556,7 +7448,7 @@
|
|
|
7556
7448
|
};
|
|
7557
7449
|
})(exports.ClickDestination || (exports.ClickDestination = {}));
|
|
7558
7450
|
|
|
7559
|
-
|
|
7451
|
+
exports.CreativeCompactDTO = void 0;
|
|
7560
7452
|
(function (CreativeCompactDTO) {
|
|
7561
7453
|
CreativeCompactDTO.TypeEnum = {
|
|
7562
7454
|
Image: 'image',
|
|
@@ -7576,7 +7468,7 @@
|
|
|
7576
7468
|
};
|
|
7577
7469
|
})(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
|
|
7578
7470
|
|
|
7579
|
-
|
|
7471
|
+
exports.CreativeDTO = void 0;
|
|
7580
7472
|
(function (CreativeDTO) {
|
|
7581
7473
|
CreativeDTO.ContentTypeEnum = {
|
|
7582
7474
|
ZIP: 'ZIP',
|
|
@@ -7618,7 +7510,7 @@
|
|
|
7618
7510
|
};
|
|
7619
7511
|
})(exports.CreativeDTO || (exports.CreativeDTO = {}));
|
|
7620
7512
|
|
|
7621
|
-
|
|
7513
|
+
exports.CreativeFileForSet = void 0;
|
|
7622
7514
|
(function (CreativeFileForSet) {
|
|
7623
7515
|
CreativeFileForSet.TypeEnum = {
|
|
7624
7516
|
Image: 'image',
|
|
@@ -7638,7 +7530,7 @@
|
|
|
7638
7530
|
};
|
|
7639
7531
|
})(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
|
|
7640
7532
|
|
|
7641
|
-
|
|
7533
|
+
exports.CreativeFiles = void 0;
|
|
7642
7534
|
(function (CreativeFiles) {
|
|
7643
7535
|
CreativeFiles.TypeEnum = {
|
|
7644
7536
|
Image: 'image',
|
|
@@ -7658,7 +7550,7 @@
|
|
|
7658
7550
|
};
|
|
7659
7551
|
})(exports.CreativeFiles || (exports.CreativeFiles = {}));
|
|
7660
7552
|
|
|
7661
|
-
|
|
7553
|
+
exports.CreativeHtmlFileForSet = void 0;
|
|
7662
7554
|
(function (CreativeHtmlFileForSet) {
|
|
7663
7555
|
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
7664
7556
|
DCO: 'DCO',
|
|
@@ -7683,7 +7575,7 @@
|
|
|
7683
7575
|
};
|
|
7684
7576
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
7685
7577
|
|
|
7686
|
-
|
|
7578
|
+
exports.CreativeSetDashboardMetric = void 0;
|
|
7687
7579
|
(function (CreativeSetDashboardMetric) {
|
|
7688
7580
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
7689
7581
|
IMAGE: 'IMAGE',
|
|
@@ -7701,7 +7593,7 @@
|
|
|
7701
7593
|
};
|
|
7702
7594
|
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
7703
7595
|
|
|
7704
|
-
|
|
7596
|
+
exports.CreativeSetDetails = void 0;
|
|
7705
7597
|
(function (CreativeSetDetails) {
|
|
7706
7598
|
CreativeSetDetails.TypeEnum = {
|
|
7707
7599
|
IMAGE: 'IMAGE',
|
|
@@ -7719,7 +7611,7 @@
|
|
|
7719
7611
|
};
|
|
7720
7612
|
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
7721
7613
|
|
|
7722
|
-
|
|
7614
|
+
exports.CreativeSetRequest = void 0;
|
|
7723
7615
|
(function (CreativeSetRequest) {
|
|
7724
7616
|
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
7725
7617
|
IMAGE: 'IMAGE',
|
|
@@ -7748,7 +7640,7 @@
|
|
|
7748
7640
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7749
7641
|
* Do not edit the class manually.
|
|
7750
7642
|
*/
|
|
7751
|
-
|
|
7643
|
+
exports.CreativeSetResponse = void 0;
|
|
7752
7644
|
(function (CreativeSetResponse) {
|
|
7753
7645
|
CreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
7754
7646
|
IMAGE: 'IMAGE',
|
|
@@ -7777,7 +7669,7 @@
|
|
|
7777
7669
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7778
7670
|
* Do not edit the class manually.
|
|
7779
7671
|
*/
|
|
7780
|
-
|
|
7672
|
+
exports.DcoAttributesDTO = void 0;
|
|
7781
7673
|
(function (DcoAttributesDTO) {
|
|
7782
7674
|
DcoAttributesDTO.DcoAttributeEnum = {
|
|
7783
7675
|
Flash: 'flash',
|
|
@@ -7797,7 +7689,7 @@
|
|
|
7797
7689
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7798
7690
|
* Do not edit the class manually.
|
|
7799
7691
|
*/
|
|
7800
|
-
|
|
7692
|
+
exports.DuplicateCreativeSetResponse = void 0;
|
|
7801
7693
|
(function (DuplicateCreativeSetResponse) {
|
|
7802
7694
|
DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
7803
7695
|
IMAGE: 'IMAGE',
|
|
@@ -7826,7 +7718,35 @@
|
|
|
7826
7718
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7827
7719
|
* Do not edit the class manually.
|
|
7828
7720
|
*/
|
|
7721
|
+
exports.DynamicVideoConfigDTO = void 0;
|
|
7722
|
+
(function (DynamicVideoConfigDTO) {
|
|
7723
|
+
DynamicVideoConfigDTO.ConfigKeyEnum = {
|
|
7724
|
+
TEMPLATEID: 'TEMPLATE_ID',
|
|
7725
|
+
LOGO: 'LOGO',
|
|
7726
|
+
SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
|
|
7727
|
+
ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
|
|
7728
|
+
CTA: 'CTA',
|
|
7729
|
+
TITLELENGTH: 'TITLE_LENGTH',
|
|
7730
|
+
DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
|
|
7731
|
+
FONT: 'FONT',
|
|
7732
|
+
ROUNDPRICE: 'ROUND_PRICE',
|
|
7733
|
+
MUSICFILE: 'MUSIC_FILE',
|
|
7734
|
+
VIDEOFILE: 'VIDEO_FILE'
|
|
7735
|
+
};
|
|
7736
|
+
})(exports.DynamicVideoConfigDTO || (exports.DynamicVideoConfigDTO = {}));
|
|
7829
7737
|
|
|
7738
|
+
/**
|
|
7739
|
+
* Api Documentation
|
|
7740
|
+
* Api Documentation
|
|
7741
|
+
*
|
|
7742
|
+
* OpenAPI spec version: 1.0
|
|
7743
|
+
*
|
|
7744
|
+
*
|
|
7745
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7746
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7747
|
+
* Do not edit the class manually.
|
|
7748
|
+
*/
|
|
7749
|
+
exports.FilterModel = void 0;
|
|
7830
7750
|
(function (FilterModel) {
|
|
7831
7751
|
FilterModel.OperatorEnum = {
|
|
7832
7752
|
Eq: 'eq',
|
|
@@ -7835,7 +7755,7 @@
|
|
|
7835
7755
|
};
|
|
7836
7756
|
})(exports.FilterModel || (exports.FilterModel = {}));
|
|
7837
7757
|
|
|
7838
|
-
|
|
7758
|
+
exports.GeoListRequest = void 0;
|
|
7839
7759
|
(function (GeoListRequest) {
|
|
7840
7760
|
GeoListRequest.GeoTypeEnum = {
|
|
7841
7761
|
COUNTRY: 'COUNTRY',
|
|
@@ -7855,7 +7775,7 @@
|
|
|
7855
7775
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7856
7776
|
* Do not edit the class manually.
|
|
7857
7777
|
*/
|
|
7858
|
-
|
|
7778
|
+
exports.Macro = void 0;
|
|
7859
7779
|
(function (Macro) {
|
|
7860
7780
|
Macro.MacroTypeEnum = {
|
|
7861
7781
|
Feed: 'feed',
|
|
@@ -7865,7 +7785,7 @@
|
|
|
7865
7785
|
};
|
|
7866
7786
|
})(exports.Macro || (exports.Macro = {}));
|
|
7867
7787
|
|
|
7868
|
-
|
|
7788
|
+
exports.MetaRuleDto = void 0;
|
|
7869
7789
|
(function (MetaRuleDto) {
|
|
7870
7790
|
MetaRuleDto.FilterTypeEnum = {
|
|
7871
7791
|
OPTIONS: 'OPTIONS',
|
|
@@ -7891,7 +7811,7 @@
|
|
|
7891
7811
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7892
7812
|
* Do not edit the class manually.
|
|
7893
7813
|
*/
|
|
7894
|
-
|
|
7814
|
+
exports.NotificationResponse = void 0;
|
|
7895
7815
|
(function (NotificationResponse) {
|
|
7896
7816
|
NotificationResponse.TypeEnum = {
|
|
7897
7817
|
STATIC: 'STATIC',
|
|
@@ -7910,7 +7830,7 @@
|
|
|
7910
7830
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7911
7831
|
* Do not edit the class manually.
|
|
7912
7832
|
*/
|
|
7913
|
-
|
|
7833
|
+
exports.PixelDataFileDTO = void 0;
|
|
7914
7834
|
(function (PixelDataFileDTO) {
|
|
7915
7835
|
PixelDataFileDTO.CompressionTypeEnum = {
|
|
7916
7836
|
UNKNOWN: 'UNKNOWN',
|
|
@@ -7985,7 +7905,7 @@
|
|
|
7985
7905
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
7986
7906
|
* Do not edit the class manually.
|
|
7987
7907
|
*/
|
|
7988
|
-
|
|
7908
|
+
exports.RemoteFileDTO = void 0;
|
|
7989
7909
|
(function (RemoteFileDTO) {
|
|
7990
7910
|
RemoteFileDTO.AuthMethodEnum = {
|
|
7991
7911
|
NONE: 'NONE',
|
|
@@ -8013,7 +7933,7 @@
|
|
|
8013
7933
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
8014
7934
|
* Do not edit the class manually.
|
|
8015
7935
|
*/
|
|
8016
|
-
|
|
7936
|
+
exports.ReportProperty = void 0;
|
|
8017
7937
|
(function (ReportProperty) {
|
|
8018
7938
|
ReportProperty.TypeEnum = {
|
|
8019
7939
|
Object: 'object',
|
|
@@ -8022,7 +7942,7 @@
|
|
|
8022
7942
|
};
|
|
8023
7943
|
})(exports.ReportProperty || (exports.ReportProperty = {}));
|
|
8024
7944
|
|
|
8025
|
-
|
|
7945
|
+
exports.ReportingRequest = void 0;
|
|
8026
7946
|
(function (ReportingRequest) {
|
|
8027
7947
|
ReportingRequest.CurrencyOfEnum = {
|
|
8028
7948
|
Licensee: 'licensee',
|
|
@@ -8042,7 +7962,7 @@
|
|
|
8042
7962
|
};
|
|
8043
7963
|
})(exports.ReportingRequest || (exports.ReportingRequest = {}));
|
|
8044
7964
|
|
|
8045
|
-
|
|
7965
|
+
exports.ReportingResponse = void 0;
|
|
8046
7966
|
(function (ReportingResponse) {
|
|
8047
7967
|
ReportingResponse.CurrencyOfEnum = {
|
|
8048
7968
|
Licensee: 'licensee',
|
|
@@ -8057,7 +7977,7 @@
|
|
|
8057
7977
|
};
|
|
8058
7978
|
})(exports.ReportingResponse || (exports.ReportingResponse = {}));
|
|
8059
7979
|
|
|
8060
|
-
|
|
7980
|
+
exports.RuleDTO = void 0;
|
|
8061
7981
|
(function (RuleDTO) {
|
|
8062
7982
|
RuleDTO.DurationUnitEnum = {
|
|
8063
7983
|
MINUTE: 'MINUTE',
|
|
@@ -8073,7 +7993,7 @@
|
|
|
8073
7993
|
};
|
|
8074
7994
|
})(exports.RuleDTO || (exports.RuleDTO = {}));
|
|
8075
7995
|
|
|
8076
|
-
|
|
7996
|
+
exports.StrategyDTO = void 0;
|
|
8077
7997
|
(function (StrategyDTO) {
|
|
8078
7998
|
StrategyDTO.AuctionTypeTargetingEnum = {
|
|
8079
7999
|
FIRST: 'FIRST',
|
|
@@ -8121,7 +8041,7 @@
|
|
|
8121
8041
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
8122
8042
|
* Do not edit the class manually.
|
|
8123
8043
|
*/
|
|
8124
|
-
|
|
8044
|
+
exports.StrategyQuickEditDTO = void 0;
|
|
8125
8045
|
(function (StrategyQuickEditDTO) {
|
|
8126
8046
|
StrategyQuickEditDTO.StrategyTypeEnum = {
|
|
8127
8047
|
Standard: 'standard',
|
|
@@ -8140,7 +8060,7 @@
|
|
|
8140
8060
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
8141
8061
|
* Do not edit the class manually.
|
|
8142
8062
|
*/
|
|
8143
|
-
|
|
8063
|
+
exports.TemplateVariablesDTO = void 0;
|
|
8144
8064
|
(function (TemplateVariablesDTO) {
|
|
8145
8065
|
TemplateVariablesDTO.VariableTypeEnum = {
|
|
8146
8066
|
SELECT: 'SELECT',
|
|
@@ -8153,7 +8073,7 @@
|
|
|
8153
8073
|
};
|
|
8154
8074
|
})(exports.TemplateVariablesDTO || (exports.TemplateVariablesDTO = {}));
|
|
8155
8075
|
|
|
8156
|
-
|
|
8076
|
+
exports.VastCreative = void 0;
|
|
8157
8077
|
(function (VastCreative) {
|
|
8158
8078
|
VastCreative.VideoFormatEnum = {
|
|
8159
8079
|
FLV: 'FLV',
|
|
@@ -8177,7 +8097,7 @@
|
|
|
8177
8097
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
8178
8098
|
* Do not edit the class manually.
|
|
8179
8099
|
*/
|
|
8180
|
-
|
|
8100
|
+
exports.VideoAttributes = void 0;
|
|
8181
8101
|
(function (VideoAttributes) {
|
|
8182
8102
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
8183
8103
|
ZIP: 'ZIP',
|
|
@@ -8238,7 +8158,7 @@
|
|
|
8238
8158
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
8239
8159
|
* Do not edit the class manually.
|
|
8240
8160
|
*/
|
|
8241
|
-
|
|
8161
|
+
exports.VideoProperties = void 0;
|
|
8242
8162
|
(function (VideoProperties) {
|
|
8243
8163
|
VideoProperties.CampanionTypeEnum = {
|
|
8244
8164
|
NOCOMPANION: 'NO_COMPANION',
|
|
@@ -8259,54 +8179,54 @@
|
|
|
8259
8179
|
'See also https://github.com/angular/angular/issues/20575');
|
|
8260
8180
|
}
|
|
8261
8181
|
}
|
|
8262
|
-
ApiModule_1 = ApiModule;
|
|
8263
8182
|
ApiModule.forRoot = function (configurationFactory) {
|
|
8264
8183
|
return {
|
|
8265
|
-
ngModule:
|
|
8184
|
+
ngModule: ApiModule,
|
|
8266
8185
|
providers: [{ provide: Configuration, useFactory: configurationFactory }]
|
|
8267
8186
|
};
|
|
8268
8187
|
};
|
|
8269
|
-
var ApiModule_1;
|
|
8270
|
-
ApiModule.ctorParameters = function () { return [
|
|
8271
|
-
{ type: ApiModule, decorators: [{ type: core.Optional }, { type: core.SkipSelf }] },
|
|
8272
|
-
{ type: http.HttpClient, decorators: [{ type: core.Optional }] }
|
|
8273
|
-
]; };
|
|
8274
|
-
ApiModule = ApiModule_1 = __decorate([
|
|
8275
|
-
core.NgModule({
|
|
8276
|
-
imports: [],
|
|
8277
|
-
declarations: [],
|
|
8278
|
-
exports: [],
|
|
8279
|
-
providers: [
|
|
8280
|
-
AdminControllerService,
|
|
8281
|
-
AdvertiserControllerService,
|
|
8282
|
-
AppSettingsControllerService,
|
|
8283
|
-
AudienceControllerService,
|
|
8284
|
-
AuditControllerService,
|
|
8285
|
-
BulkStrategyControllerService,
|
|
8286
|
-
CSSThemeController_Service,
|
|
8287
|
-
CampaignControllerService,
|
|
8288
|
-
CatalogControllerService,
|
|
8289
|
-
ClickDestinationControllerService,
|
|
8290
|
-
CreativeControllerService,
|
|
8291
|
-
CreativeSetsControllerService,
|
|
8292
|
-
CreativeTemplateThemesControllerService,
|
|
8293
|
-
CreativeTemplateVariablesControllerService,
|
|
8294
|
-
CreativeTemplatesControllerService,
|
|
8295
|
-
DashboardControllerService,
|
|
8296
|
-
NotificationsControllerService,
|
|
8297
|
-
PixelControllerService,
|
|
8298
|
-
ReportingControllerService,
|
|
8299
|
-
SliceXControllerService,
|
|
8300
|
-
StrategyControllerService,
|
|
8301
|
-
UILoggerControllerService,
|
|
8302
|
-
UserPreferenceControllerService
|
|
8303
|
-
]
|
|
8304
|
-
}),
|
|
8305
|
-
__param(0, core.Optional()), __param(0, core.SkipSelf()),
|
|
8306
|
-
__param(1, core.Optional())
|
|
8307
|
-
], ApiModule);
|
|
8308
8188
|
return ApiModule;
|
|
8309
8189
|
}());
|
|
8190
|
+
ApiModule.decorators = [
|
|
8191
|
+
{ type: core.NgModule, args: [{
|
|
8192
|
+
imports: [],
|
|
8193
|
+
declarations: [],
|
|
8194
|
+
exports: [],
|
|
8195
|
+
providers: [
|
|
8196
|
+
AdminControllerService,
|
|
8197
|
+
AdvertiserControllerService,
|
|
8198
|
+
AppSettingsControllerService,
|
|
8199
|
+
AudienceControllerService,
|
|
8200
|
+
AuditControllerService,
|
|
8201
|
+
BulkStrategyControllerService,
|
|
8202
|
+
CSSThemeController_Service,
|
|
8203
|
+
CampaignControllerService,
|
|
8204
|
+
CatalogControllerService,
|
|
8205
|
+
ClickDestinationControllerService,
|
|
8206
|
+
CreativeControllerService,
|
|
8207
|
+
CreativeSetsControllerService,
|
|
8208
|
+
CreativeTemplateThemesControllerService,
|
|
8209
|
+
CreativeTemplateVariablesControllerService,
|
|
8210
|
+
CreativeTemplatesControllerService,
|
|
8211
|
+
DashboardControllerService,
|
|
8212
|
+
NotificationsControllerService,
|
|
8213
|
+
PixelControllerService,
|
|
8214
|
+
ReportingControllerService,
|
|
8215
|
+
SliceXControllerService,
|
|
8216
|
+
StrategyControllerService,
|
|
8217
|
+
UILoggerControllerService,
|
|
8218
|
+
UserPreferenceControllerService
|
|
8219
|
+
]
|
|
8220
|
+
},] }
|
|
8221
|
+
];
|
|
8222
|
+
ApiModule.ctorParameters = function () { return [
|
|
8223
|
+
{ type: ApiModule, decorators: [{ type: core.Optional }, { type: core.SkipSelf }] },
|
|
8224
|
+
{ type: http.HttpClient, decorators: [{ type: core.Optional }] }
|
|
8225
|
+
]; };
|
|
8226
|
+
|
|
8227
|
+
/**
|
|
8228
|
+
* Generated bundle index. Do not edit.
|
|
8229
|
+
*/
|
|
8310
8230
|
|
|
8311
8231
|
exports.APIS = APIS;
|
|
8312
8232
|
exports.AdminControllerService = AdminControllerService;
|
|
@@ -8339,5 +8259,5 @@
|
|
|
8339
8259
|
|
|
8340
8260
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8341
8261
|
|
|
8342
|
-
}))
|
|
8262
|
+
}));
|
|
8343
8263
|
//# sourceMappingURL=revxui-api-clients-ts.umd.js.map
|