@revxui/api-clients-ts 0.10.342 → 0.10.344
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/adminController.service.d.ts +3 -11
- package/api/advertiserController.service.d.ts +3 -11
- package/api/api.d.ts +1 -3
- package/api/appSettingsController.service.d.ts +3 -50
- package/api/audienceController.service.d.ts +7 -44
- package/api/auditController.service.d.ts +9 -17
- package/api/bulkStrategyController.service.d.ts +3 -11
- package/api/cSSThemeController_.service.d.ts +3 -11
- package/api/campaignController.service.d.ts +3 -25
- package/api/catalogController.service.d.ts +3 -24
- package/api/clickDestinationController.service.d.ts +3 -11
- package/api/creativeController.service.d.ts +3 -11
- package/api/creativeSetsController.service.d.ts +7 -74
- package/api/creativeTemplateThemesController.service.d.ts +3 -11
- package/api/creativeTemplateVariablesController.service.d.ts +3 -11
- package/api/creativeTemplatesController.service.d.ts +3 -11
- package/api/dashboardController.service.d.ts +19 -27
- package/api/notificationsController.service.d.ts +3 -11
- package/api/pixelController.service.d.ts +3 -11
- package/api/reportingController.service.d.ts +3 -11
- package/api/sliceXController.service.d.ts +9 -45
- package/api/strategyController.service.d.ts +3 -11
- package/api/uILoggerController.service.d.ts +3 -11
- package/api/userPreferenceController.service.d.ts +3 -11
- package/api.module.d.ts +4 -0
- package/esm2020/api/adminController.service.mjs +185 -0
- package/esm2020/api/advertiserController.service.mjs +424 -0
- package/esm2020/api/api.mjs +48 -0
- package/esm2020/api/appSettingsController.service.mjs +164 -0
- package/{esm2015/api/audienceController.service.js → esm2020/api/audienceController.service.mjs} +22 -86
- package/esm2020/api/auditController.service.mjs +193 -0
- package/esm2020/api/bulkStrategyController.service.mjs +233 -0
- package/esm2020/api/cSSThemeController_.service.mjs +116 -0
- package/esm2020/api/campaignController.service.mjs +274 -0
- package/esm2020/api/catalogController.service.mjs +215 -0
- package/esm2020/api/clickDestinationController.service.mjs +240 -0
- package/esm2020/api/creativeController.service.mjs +455 -0
- package/esm2020/api/creativeSetsController.service.mjs +358 -0
- package/esm2020/api/creativeTemplateThemesController.service.mjs +193 -0
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +85 -0
- package/esm2020/api/creativeTemplatesController.service.mjs +173 -0
- package/esm2020/api/dashboardController.service.mjs +627 -0
- package/esm2020/api/notificationsController.service.mjs +191 -0
- package/esm2020/api/pixelController.service.mjs +315 -0
- package/esm2020/api/reportingController.service.mjs +178 -0
- package/esm2020/api/sliceXController.service.mjs +179 -0
- package/esm2020/api/strategyController.service.mjs +627 -0
- package/esm2020/api/uILoggerController.service.mjs +100 -0
- package/esm2020/api/userPreferenceController.service.mjs +182 -0
- package/esm2020/api.module.mjs +111 -0
- package/{esm2015/model/advertiserLayoutVariables.js → esm2020/model/advertiserLayoutVariables.mjs} +1 -1
- package/esm2020/model/apiResponseObjectListMapintResponseMessage.mjs +2 -0
- package/esm2020/model/audienceDTO.mjs +23 -0
- package/esm2020/model/baseModelWithCreativeSetType.mjs +27 -0
- package/esm2020/model/campaignDTO.mjs +2 -0
- package/{esm2015/model/campaignESDTO.js → esm2020/model/campaignESDTO.mjs} +1 -1
- package/{esm2015/model/clickDestination.js → esm2020/model/clickDestination.mjs} +1 -1
- package/{esm2015/model/creative.js → esm2020/model/creative.mjs} +1 -1
- package/{esm2015/model/creativeDTO.js → esm2020/model/creativeDTO.mjs} +1 -1
- package/{esm2015/model/creativeFileForSet.js → esm2020/model/creativeFileForSet.mjs} +1 -1
- package/esm2020/model/creativeFiles.mjs +20 -0
- package/esm2020/model/creativeHtmlFileForSet.mjs +31 -0
- package/esm2020/model/creativePerformanceData.mjs +13 -0
- package/esm2020/model/creativeSetDashboardMetric.mjs +16 -0
- package/esm2020/model/creativeSetDetails.mjs +16 -0
- package/esm2020/model/creativeSetRequest.mjs +16 -0
- package/esm2020/model/creativeSetResponse.mjs +27 -0
- package/esm2020/model/duplicateCreativeSetResponse.mjs +27 -0
- package/esm2020/model/models.mjs +255 -0
- package/esm2020/model/strategyDTO.mjs +32 -0
- package/fesm2015/revxui-api-clients-ts.mjs +7267 -0
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -0
- package/{fesm2015/revxui-api-clients-ts.js → fesm2020/revxui-api-clients-ts.mjs} +417 -1022
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -0
- package/model/advertiserLayoutVariables.d.ts +0 -1
- package/model/{apiResponseObjectListDynamicVideoTemplate.d.ts → apiResponseObjectListMapintResponseMessage.d.ts} +3 -3
- package/model/audienceDTO.d.ts +15 -17
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/campaignDTO.d.ts +0 -4
- package/model/campaignESDTO.d.ts +0 -2
- package/model/clickDestination.d.ts +0 -1
- package/model/creative.d.ts +0 -3
- package/model/creativeCompactDTO.d.ts +14 -14
- package/model/creativeDTO.d.ts +16 -22
- package/model/creativeFileForSet.d.ts +14 -16
- package/model/creativeFiles.d.ts +14 -16
- package/model/creativeHtmlFileForSet.d.ts +14 -23
- package/model/creativePerformanceData.d.ts +0 -16
- package/model/creativeSetDashboardMetric.d.ts +11 -14
- package/model/creativeSetDetails.d.ts +11 -14
- package/model/creativeSetRequest.d.ts +11 -18
- package/model/creativeSetResponse.d.ts +11 -13
- package/model/duplicateCreativeSetResponse.d.ts +11 -13
- package/model/models.d.ts +1 -31
- package/model/reportingRequest.d.ts +7 -7
- package/model/strategyDTO.d.ts +5 -12
- package/model/videoAttributes.d.ts +7 -7
- package/model/videoProperties.d.ts +5 -5
- package/package.json +21 -9
- package/api/customerReportingController.service.d.ts +0 -40
- package/bundles/revxui-api-clients-ts.umd.js +0 -8391
- package/bundles/revxui-api-clients-ts.umd.js.map +0 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +0 -16
- package/bundles/revxui-api-clients-ts.umd.min.js.map +0 -1
- package/esm2015/api/adminController.service.js +0 -178
- package/esm2015/api/advertiserController.service.js +0 -417
- package/esm2015/api/api.js +0 -50
- package/esm2015/api/appSettingsController.service.js +0 -246
- package/esm2015/api/auditController.service.js +0 -186
- package/esm2015/api/bulkStrategyController.service.js +0 -226
- package/esm2015/api/cSSThemeController_.service.js +0 -109
- package/esm2015/api/campaignController.service.js +0 -301
- package/esm2015/api/catalogController.service.js +0 -241
- package/esm2015/api/clickDestinationController.service.js +0 -233
- package/esm2015/api/creativeController.service.js +0 -448
- package/esm2015/api/creativeSetsController.service.js +0 -500
- package/esm2015/api/creativeTemplateThemesController.service.js +0 -186
- package/esm2015/api/creativeTemplateVariablesController.service.js +0 -78
- package/esm2015/api/creativeTemplatesController.service.js +0 -166
- package/esm2015/api/customerReportingController.service.js +0 -87
- package/esm2015/api/dashboardController.service.js +0 -620
- package/esm2015/api/notificationsController.service.js +0 -184
- package/esm2015/api/pixelController.service.js +0 -308
- package/esm2015/api/reportingController.service.js +0 -171
- package/esm2015/api/sliceXController.service.js +0 -251
- package/esm2015/api/strategyController.service.js +0 -620
- package/esm2015/api/uILoggerController.service.js +0 -93
- package/esm2015/api/userPreferenceController.service.js +0 -175
- package/esm2015/api.module.js +0 -82
- package/esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
- package/esm2015/model/advertiserDynamicVideoConfig.js +0 -2
- package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -2
- package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -2
- package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -2
- package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -2
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -2
- package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -2
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm2015/model/audienceBackfillRequest.js +0 -9
- package/esm2015/model/audienceDTO.js +0 -23
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +0 -13
- package/esm2015/model/baseModelWithCreativeSetType.js +0 -29
- package/esm2015/model/booleanEditField.js +0 -13
- package/esm2015/model/bulkEditCreativeSetsDTO.js +0 -2
- package/esm2015/model/bulkEditCreativeSetsListDTO.js +0 -2
- package/esm2015/model/bulkEditCreativeSetsResponse.js +0 -2
- package/esm2015/model/campaignDTO.js +0 -2
- package/esm2015/model/creativeFiles.js +0 -20
- package/esm2015/model/creativeHtmlFileForSet.js +0 -25
- package/esm2015/model/creativePerformanceData.js +0 -13
- package/esm2015/model/creativeSetDashboardMetric.js +0 -18
- package/esm2015/model/creativeSetDetails.js +0 -18
- package/esm2015/model/creativeSetRequest.js +0 -18
- package/esm2015/model/creativeSetRescheduleRequest.js +0 -13
- package/esm2015/model/creativeSetResponse.js +0 -29
- package/esm2015/model/customerReportingData.js +0 -13
- package/esm2015/model/customerReportingDataListResponse.js +0 -2
- package/esm2015/model/customerReportingRequest.js +0 -13
- package/esm2015/model/customerReportingResponse.js +0 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +0 -29
- package/esm2015/model/dynamicVideoConfigDTO.js +0 -30
- package/esm2015/model/dynamicVideoDTO.js +0 -2
- package/esm2015/model/dynamicVideoTemplate.js +0 -2
- package/esm2015/model/failedDTO.js +0 -13
- package/esm2015/model/hybridAdMapping.js +0 -2
- package/esm2015/model/incrementalityReportDTO.js +0 -13
- package/esm2015/model/incrementalityReportResponse.js +0 -13
- package/esm2015/model/incrementalityResponse.js +0 -2
- package/esm2015/model/models.js +0 -285
- package/esm2015/model/nameAndTitleModel.js +0 -13
- package/esm2015/model/slicexRequestExtended.js +0 -2
- package/esm2015/model/strategyDTO.js +0 -37
- package/esm2015/model/strategyListEditField.js +0 -2
- package/fesm2015/revxui-api-clients-ts.js.map +0 -1
- package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -33
- package/model/advertiserDynamicVideoConfig.d.ts +0 -19
- package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -16
- package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +0 -17
- package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -17
- package/model/apiResponseObjectBulkEditCreativeSetsResponse.d.ts +0 -17
- package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +0 -17
- package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -26
- package/model/audienceBackfillRequest.d.ts +0 -25
- package/model/backfillAudienceQueryTemplateDTO.d.ts +0 -17
- package/model/booleanEditField.d.ts +0 -15
- package/model/bulkEditCreativeSetsDTO.d.ts +0 -25
- package/model/bulkEditCreativeSetsListDTO.d.ts +0 -17
- package/model/bulkEditCreativeSetsResponse.d.ts +0 -21
- package/model/creativeSetRescheduleRequest.d.ts +0 -15
- package/model/customerReportingData.d.ts +0 -20
- package/model/customerReportingDataListResponse.d.ts +0 -15
- package/model/customerReportingRequest.d.ts +0 -18
- package/model/customerReportingResponse.d.ts +0 -17
- package/model/dynamicVideoConfigDTO.d.ts +0 -34
- package/model/dynamicVideoDTO.d.ts +0 -16
- package/model/dynamicVideoTemplate.d.ts +0 -18
- package/model/failedDTO.d.ts +0 -16
- package/model/hybridAdMapping.d.ts +0 -17
- package/model/incrementalityReportDTO.d.ts +0 -17
- package/model/incrementalityReportResponse.d.ts +0 -24
- package/model/incrementalityResponse.d.ts +0 -17
- package/model/nameAndTitleModel.d.ts +0 -15
- package/model/slicexRequestExtended.d.ts +0 -20
- package/model/strategyListEditField.d.ts +0 -16
- package/revxui-api-clients-ts.d.ts +0 -4
- package/revxui-api-clients-ts.metadata.json +0 -1
- /package/{esm2015/configuration.js → esm2020/configuration.mjs} +0 -0
- /package/{esm2015/encoder.js → esm2020/encoder.mjs} +0 -0
- /package/{esm2015/index.js → esm2020/index.mjs} +0 -0
- /package/{esm2015/model/aBTestDTO.js → esm2020/model/aBTestDTO.mjs} +0 -0
- /package/{esm2015/model/activityLog.js → esm2020/model/activityLog.mjs} +0 -0
- /package/{esm2015/model/activityLogsStrategyBulkUpdateDTO.js → esm2020/model/activityLogsStrategyBulkUpdateDTO.mjs} +0 -0
- /package/{esm2015/model/advertiser.js → esm2020/model/advertiser.mjs} +0 -0
- /package/{esm2015/model/advertiserDynamicDetails.js → esm2020/model/advertiserDynamicDetails.mjs} +0 -0
- /package/{esm2015/model/advertiserPojo.js → esm2020/model/advertiserPojo.mjs} +0 -0
- /package/{esm2015/model/advertiserSettings.js → esm2020/model/advertiserSettings.mjs} +0 -0
- /package/{esm2015/model/ageGroup.js → esm2020/model/ageGroup.mjs} +0 -0
- /package/{esm2015/model/apiListResponseABTestDTO.js → esm2020/model/apiListResponseABTestDTO.mjs} +0 -0
- /package/{esm2015/model/apiListResponseActivityLog.js → esm2020/model/apiListResponseActivityLog.mjs} +0 -0
- /package/{esm2015/model/apiListResponseActivityLogsStrategyBulkUpdateDTO.js → esm2020/model/apiListResponseActivityLogsStrategyBulkUpdateDTO.mjs} +0 -0
- /package/{esm2015/model/apiListResponseAudiencePerformanceDTO.js → esm2020/model/apiListResponseAudiencePerformanceDTO.mjs} +0 -0
- /package/{esm2015/model/apiListResponseCatalogFeed.js → esm2020/model/apiListResponseCatalogFeed.mjs} +0 -0
- /package/{esm2015/model/apiListResponseClickDestination.js → esm2020/model/apiListResponseClickDestination.mjs} +0 -0
- /package/{esm2015/model/apiListResponseCreativeCompactDTO.js → esm2020/model/apiListResponseCreativeCompactDTO.mjs} +0 -0
- /package/{esm2015/model/apiListResponseCreativeDTO.js → esm2020/model/apiListResponseCreativeDTO.mjs} +0 -0
- /package/{esm2015/model/apiListResponseCreativeSetDashboardMetric.js → esm2020/model/apiListResponseCreativeSetDashboardMetric.mjs} +0 -0
- /package/{esm2015/model/apiListResponseCreativeTemplateDTO.js → esm2020/model/apiListResponseCreativeTemplateDTO.mjs} +0 -0
- /package/{esm2015/model/apiListResponseMacro.js → esm2020/model/apiListResponseMacro.mjs} +0 -0
- /package/{esm2015/model/apiListResponsePixel.js → esm2020/model/apiListResponsePixel.mjs} +0 -0
- /package/{esm2015/model/apiListResponseVariablesMappingDTO.js → esm2020/model/apiListResponseVariablesMappingDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectABTestDTO.js → esm2020/model/apiResponseObjectABTestDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectAdvertiserDynamicDetails.js → esm2020/model/apiResponseObjectAdvertiserDynamicDetails.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectAdvertiserPojo.js → esm2020/model/apiResponseObjectAdvertiserPojo.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectAdvertiserSettings.js → esm2020/model/apiResponseObjectAdvertiserSettings.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO.js → esm2020/model/apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js → esm2020/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseCatalogFeed.js → esm2020/model/apiResponseObjectApiListResponseCatalogFeed.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseClickDestination.js → esm2020/model/apiResponseObjectApiListResponseClickDestination.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseCreativeCompactDTO.js → esm2020/model/apiResponseObjectApiListResponseCreativeCompactDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseCreativeDTO.js → esm2020/model/apiResponseObjectApiListResponseCreativeDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js → esm2020/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseCreativeTemplateDTO.js → esm2020/model/apiResponseObjectApiListResponseCreativeTemplateDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponsePixel.js → esm2020/model/apiResponseObjectApiListResponsePixel.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectApiListResponseVariablesMappingDTO.js → esm2020/model/apiResponseObjectApiListResponseVariablesMappingDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectAudienceAccessDTO.js → esm2020/model/apiResponseObjectAudienceAccessDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectAudienceDTO.js → esm2020/model/apiResponseObjectAudienceDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectBaseModel.js → esm2020/model/apiResponseObjectBaseModel.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectBulkEditStrategiesResponse.js → esm2020/model/apiResponseObjectBulkEditStrategiesResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectBulkstrategiesUpdateResponse.js → esm2020/model/apiResponseObjectBulkstrategiesUpdateResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectCampaignDTO.js → esm2020/model/apiResponseObjectCampaignDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectCatalogFeed.js → esm2020/model/apiResponseObjectCatalogFeed.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectChartDashboardResponse.js → esm2020/model/apiResponseObjectChartDashboardResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectClickDestination.js → esm2020/model/apiResponseObjectClickDestination.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectClickDestinationAutomationUrls.js → esm2020/model/apiResponseObjectClickDestinationAutomationUrls.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectCreativeDTO.js → esm2020/model/apiResponseObjectCreativeDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectCreativePerformanceData.js → esm2020/model/apiResponseObjectCreativePerformanceData.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectCreativeSetDetails.js → esm2020/model/apiResponseObjectCreativeSetDetails.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectCreativeSetResponse.js → esm2020/model/apiResponseObjectCreativeSetResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectCreativeTemplatesMetadataDTO.js → esm2020/model/apiResponseObjectCreativeTemplatesMetadataDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectDashboardMetrics.js → esm2020/model/apiResponseObjectDashboardMetrics.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectDashboardResponse.js → esm2020/model/apiResponseObjectDashboardResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectDictionaryResponse.js → esm2020/model/apiResponseObjectDictionaryResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectDmpAudienceDTO.js → esm2020/model/apiResponseObjectDmpAudienceDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js → esm2020/model/apiResponseObjectDuplicateCreativeSetResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectEResponseobject.js → esm2020/model/apiResponseObjectEResponseobject.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectEligibleUsersResponse.js → esm2020/model/apiResponseObjectEligibleUsersResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectFileDownloadResponse.js → esm2020/model/apiResponseObjectFileDownloadResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectGeoListDTO.js → esm2020/model/apiResponseObjectGeoListDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListAppSettingsDTO.js → esm2020/model/apiResponseObjectListAppSettingsDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListAudienceDTO.js → esm2020/model/apiResponseObjectListAudienceDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListAuditDetails.js → esm2020/model/apiResponseObjectListAuditDetails.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListAuditMarker.js → esm2020/model/apiResponseObjectListAuditMarker.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListBaseModel.js → esm2020/model/apiResponseObjectListBaseModel.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListBulkstrategiesValidationResponse.js → esm2020/model/apiResponseObjectListBulkstrategiesValidationResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListCampaignDTO.js → esm2020/model/apiResponseObjectListCampaignDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListCreativeFiles.js → esm2020/model/apiResponseObjectListCreativeFiles.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListMenuCrubResponse.js → esm2020/model/apiResponseObjectListMenuCrubResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListTemplateThemeDTO.js → esm2020/model/apiResponseObjectListTemplateThemeDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListTemplateVariablesDTO.js → esm2020/model/apiResponseObjectListTemplateVariablesDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectListUserPreferenceDTO.js → esm2020/model/apiResponseObjectListUserPreferenceDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectMapintResponseMessage.js → esm2020/model/apiResponseObjectMapintResponseMessage.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectMaplongResponseMessage.js → esm2020/model/apiResponseObjectMaplongResponseMessage.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectMenuCrubResponse.js → esm2020/model/apiResponseObjectMenuCrubResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectMetaRulesDto.js → esm2020/model/apiResponseObjectMetaRulesDto.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectParentBasedObject.js → esm2020/model/apiResponseObjectParentBasedObject.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectPixel.js → esm2020/model/apiResponseObjectPixel.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectReportingResponse.js → esm2020/model/apiResponseObjectReportingResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectResponseMessage.js → esm2020/model/apiResponseObjectResponseMessage.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectSiteListDTO.js → esm2020/model/apiResponseObjectSiteListDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectSkadTargetPrivileges.js → esm2020/model/apiResponseObjectSkadTargetPrivileges.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectSlicexChartResponse.js → esm2020/model/apiResponseObjectSlicexChartResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectSlicexListResponse.js → esm2020/model/apiResponseObjectSlicexListResponse.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectStrategyCreativeAssociationResponseDTO.js → esm2020/model/apiResponseObjectStrategyCreativeAssociationResponseDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectStrategyDTO.js → esm2020/model/apiResponseObjectStrategyDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectStrategyQuickEditDTO.js → esm2020/model/apiResponseObjectStrategyQuickEditDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectTag.js → esm2020/model/apiResponseObjectTag.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectTemplateThemeDTO.js → esm2020/model/apiResponseObjectTemplateThemeDTO.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectVoid.js → esm2020/model/apiResponseObjectVoid.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectWhitelabelingEntity.js → esm2020/model/apiResponseObjectWhitelabelingEntity.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectboolean.js → esm2020/model/apiResponseObjectboolean.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectlong.js → esm2020/model/apiResponseObjectlong.mjs} +0 -0
- /package/{esm2015/model/apiResponseObjectstring.js → esm2020/model/apiResponseObjectstring.mjs} +0 -0
- /package/{esm2015/model/appSettingsDTO.js → esm2020/model/appSettingsDTO.mjs} +0 -0
- /package/{esm2015/model/appSettingsPropertyDTO.js → esm2020/model/appSettingsPropertyDTO.mjs} +0 -0
- /package/{esm2015/model/auctionTypeEditField.js → esm2020/model/auctionTypeEditField.mjs} +0 -0
- /package/{esm2015/model/audienceAccessDTO.js → esm2020/model/audienceAccessDTO.mjs} +0 -0
- /package/{esm2015/model/audienceBackFilledStats.js → esm2020/model/audienceBackFilledStats.mjs} +0 -0
- /package/{esm2015/model/audienceESDTO.js → esm2020/model/audienceESDTO.mjs} +0 -0
- /package/{esm2015/model/audiencePerformanceDTO.js → esm2020/model/audiencePerformanceDTO.mjs} +0 -0
- /package/{esm2015/model/audienceStrDTO.js → esm2020/model/audienceStrDTO.mjs} +0 -0
- /package/{esm2015/model/audienceStrEditField.js → esm2020/model/audienceStrEditField.mjs} +0 -0
- /package/{esm2015/model/auditChange.js → esm2020/model/auditChange.mjs} +0 -0
- /package/{esm2015/model/auditDetails.js → esm2020/model/auditDetails.mjs} +0 -0
- /package/{esm2015/model/auditMarker.js → esm2020/model/auditMarker.mjs} +0 -0
- /package/{esm2015/model/bIgIntegerEditFiled.js → esm2020/model/bIgIntegerEditFiled.mjs} +0 -0
- /package/{esm2015/model/bannerAdSuppDimensionsDTO.js → esm2020/model/bannerAdSuppDimensionsDTO.mjs} +0 -0
- /package/{esm2015/model/baseModel.js → esm2020/model/baseModel.mjs} +0 -0
- /package/{esm2015/model/baseModelEditField.js → esm2020/model/baseModelEditField.mjs} +0 -0
- /package/{esm2015/model/bigDecimalEditField.js → esm2020/model/bigDecimalEditField.mjs} +0 -0
- /package/{esm2015/model/bulkEditStrategiesDTO.js → esm2020/model/bulkEditStrategiesDTO.mjs} +0 -0
- /package/{esm2015/model/bulkEditStrategiesResponse.js → esm2020/model/bulkEditStrategiesResponse.mjs} +0 -0
- /package/{esm2015/model/bulkEditStrategyListDTO.js → esm2020/model/bulkEditStrategyListDTO.mjs} +0 -0
- /package/{esm2015/model/bulkstrategiesRequest.js → esm2020/model/bulkstrategiesRequest.mjs} +0 -0
- /package/{esm2015/model/bulkstrategiesUpdateResponse.js → esm2020/model/bulkstrategiesUpdateResponse.mjs} +0 -0
- /package/{esm2015/model/bulkstrategiesValidationRequest.js → esm2020/model/bulkstrategiesValidationRequest.mjs} +0 -0
- /package/{esm2015/model/bulkstrategiesValidationResponse.js → esm2020/model/bulkstrategiesValidationResponse.mjs} +0 -0
- /package/{esm2015/model/cSSThemeEntity.js → esm2020/model/cSSThemeEntity.mjs} +0 -0
- /package/{esm2015/model/catalogFeed.js → esm2020/model/catalogFeed.mjs} +0 -0
- /package/{esm2015/model/chartDashboardResponse.js → esm2020/model/chartDashboardResponse.mjs} +0 -0
- /package/{esm2015/model/clickDestinationAutomationUrls.js → esm2020/model/clickDestinationAutomationUrls.mjs} +0 -0
- /package/{esm2015/model/creativeCompactDTO.js → esm2020/model/creativeCompactDTO.mjs} +0 -0
- /package/{esm2015/model/creativeDetails.js → esm2020/model/creativeDetails.mjs} +0 -0
- /package/{esm2015/model/creativeHtmlMockupDTO.js → esm2020/model/creativeHtmlMockupDTO.mjs} +0 -0
- /package/{esm2015/model/creativeListEditField.js → esm2020/model/creativeListEditField.mjs} +0 -0
- /package/{esm2015/model/creativeMockUpsDTO.js → esm2020/model/creativeMockUpsDTO.mjs} +0 -0
- /package/{esm2015/model/creativeSetListEditField.js → esm2020/model/creativeSetListEditField.mjs} +0 -0
- /package/{esm2015/model/creativeStrategyAssociationStatus.js → esm2020/model/creativeStrategyAssociationStatus.mjs} +0 -0
- /package/{esm2015/model/creativeTemplateDTO.js → esm2020/model/creativeTemplateDTO.mjs} +0 -0
- /package/{esm2015/model/creativeTemplatesMetadataDTO.js → esm2020/model/creativeTemplatesMetadataDTO.mjs} +0 -0
- /package/{esm2015/model/creativeThirdPartyAdTag.js → esm2020/model/creativeThirdPartyAdTag.mjs} +0 -0
- /package/{esm2015/model/dashboardData.js → esm2020/model/dashboardData.mjs} +0 -0
- /package/{esm2015/model/dashboardFilters.js → esm2020/model/dashboardFilters.mjs} +0 -0
- /package/{esm2015/model/dashboardMetrics.js → esm2020/model/dashboardMetrics.mjs} +0 -0
- /package/{esm2015/model/dashboardRequest.js → esm2020/model/dashboardRequest.mjs} +0 -0
- /package/{esm2015/model/dashboardResponse.js → esm2020/model/dashboardResponse.mjs} +0 -0
- /package/{esm2015/model/day.js → esm2020/model/day.mjs} +0 -0
- /package/{esm2015/model/dayPart.js → esm2020/model/dayPart.mjs} +0 -0
- /package/{esm2015/model/dayPartEditField.js → esm2020/model/dayPartEditField.mjs} +0 -0
- /package/{esm2015/model/dcoAttributesDTO.js → esm2020/model/dcoAttributesDTO.mjs} +0 -0
- /package/{esm2015/model/dealCategoryDTO.js → esm2020/model/dealCategoryDTO.mjs} +0 -0
- /package/{esm2015/model/dealCategoryEditField.js → esm2020/model/dealCategoryEditField.mjs} +0 -0
- /package/{esm2015/model/dictionaryResponse.js → esm2020/model/dictionaryResponse.mjs} +0 -0
- /package/{esm2015/model/dmpAudience.js → esm2020/model/dmpAudience.mjs} +0 -0
- /package/{esm2015/model/dmpAudienceCriteria.js → esm2020/model/dmpAudienceCriteria.mjs} +0 -0
- /package/{esm2015/model/dmpAudienceDTO.js → esm2020/model/dmpAudienceDTO.mjs} +0 -0
- /package/{esm2015/model/duplicateCreativeSetsRequestDTO.js → esm2020/model/duplicateCreativeSetsRequestDTO.mjs} +0 -0
- /package/{esm2015/model/duplicateStrategyRequestDTO.js → esm2020/model/duplicateStrategyRequestDTO.mjs} +0 -0
- /package/{esm2015/model/duration.js → esm2020/model/duration.mjs} +0 -0
- /package/{esm2015/model/durationModel.js → esm2020/model/durationModel.mjs} +0 -0
- /package/{esm2015/model/eResponseobject.js → esm2020/model/eResponseobject.mjs} +0 -0
- /package/{esm2015/model/eligibleUsersRequest.js → esm2020/model/eligibleUsersRequest.mjs} +0 -0
- /package/{esm2015/model/eligibleUsersResponse.js → esm2020/model/eligibleUsersResponse.mjs} +0 -0
- /package/{esm2015/model/endCards.js → esm2020/model/endCards.mjs} +0 -0
- /package/{esm2015/model/extendedBaseModel.js → esm2020/model/extendedBaseModel.mjs} +0 -0
- /package/{esm2015/model/extendedTargetingObject.js → esm2020/model/extendedTargetingObject.mjs} +0 -0
- /package/{esm2015/model/failedStrategyDTO.js → esm2020/model/failedStrategyDTO.mjs} +0 -0
- /package/{esm2015/model/failedStrategyFieldsDTO.js → esm2020/model/failedStrategyFieldsDTO.mjs} +0 -0
- /package/{esm2015/model/fcapDetails.js → esm2020/model/fcapDetails.mjs} +0 -0
- /package/{esm2015/model/fcapEditField.js → esm2020/model/fcapEditField.mjs} +0 -0
- /package/{esm2015/model/fileDownloadResponse.js → esm2020/model/fileDownloadResponse.mjs} +0 -0
- /package/{esm2015/model/filterModel.js → esm2020/model/filterModel.mjs} +0 -0
- /package/{esm2015/model/geoListDTO.js → esm2020/model/geoListDTO.mjs} +0 -0
- /package/{esm2015/model/geoListRequest.js → esm2020/model/geoListRequest.mjs} +0 -0
- /package/{esm2015/model/integerEditField.js → esm2020/model/integerEditField.mjs} +0 -0
- /package/{esm2015/model/macro.js → esm2020/model/macro.mjs} +0 -0
- /package/{esm2015/model/mapintResponseMessage.js → esm2020/model/mapintResponseMessage.mjs} +0 -0
- /package/{esm2015/model/maplongResponseMessage.js → esm2020/model/maplongResponseMessage.mjs} +0 -0
- /package/{esm2015/model/menuCrubResponse.js → esm2020/model/menuCrubResponse.mjs} +0 -0
- /package/{esm2015/model/metaRuleDto.js → esm2020/model/metaRuleDto.mjs} +0 -0
- /package/{esm2015/model/metaRulesDto.js → esm2020/model/metaRulesDto.mjs} +0 -0
- /package/{esm2015/model/modelError.js → esm2020/model/modelError.mjs} +0 -0
- /package/{esm2015/model/nativeAssetPojo.js → esm2020/model/nativeAssetPojo.mjs} +0 -0
- /package/{esm2015/model/notificationListResponseNotificationResponse.js → esm2020/model/notificationListResponseNotificationResponse.mjs} +0 -0
- /package/{esm2015/model/notificationResponse.js → esm2020/model/notificationResponse.mjs} +0 -0
- /package/{esm2015/model/parentBasedObject.js → esm2020/model/parentBasedObject.mjs} +0 -0
- /package/{esm2015/model/pixel.js → esm2020/model/pixel.mjs} +0 -0
- /package/{esm2015/model/pixelDataFileDTO.js → esm2020/model/pixelDataFileDTO.mjs} +0 -0
- /package/{esm2015/model/pixelDataScheduleDTO.js → esm2020/model/pixelDataScheduleDTO.mjs} +0 -0
- /package/{esm2015/model/pixelRemoteConfigDTO.js → esm2020/model/pixelRemoteConfigDTO.mjs} +0 -0
- /package/{esm2015/model/platformAudienceDTO.js → esm2020/model/platformAudienceDTO.mjs} +0 -0
- /package/{esm2015/model/rTBAggregators.js → esm2020/model/rTBAggregators.mjs} +0 -0
- /package/{esm2015/model/rTBAggregatorsEditField.js → esm2020/model/rTBAggregatorsEditField.mjs} +0 -0
- /package/{esm2015/model/rTBSites.js → esm2020/model/rTBSites.mjs} +0 -0
- /package/{esm2015/model/rTBSitesEditField.js → esm2020/model/rTBSitesEditField.mjs} +0 -0
- /package/{esm2015/model/remoteFileDTO.js → esm2020/model/remoteFileDTO.mjs} +0 -0
- /package/{esm2015/model/reportProperty.js → esm2020/model/reportProperty.mjs} +0 -0
- /package/{esm2015/model/reportingRequest.js → esm2020/model/reportingRequest.mjs} +0 -0
- /package/{esm2015/model/reportingResponse.js → esm2020/model/reportingResponse.mjs} +0 -0
- /package/{esm2015/model/responseMessage.js → esm2020/model/responseMessage.mjs} +0 -0
- /package/{esm2015/model/ruleComponentDTO.js → esm2020/model/ruleComponentDTO.mjs} +0 -0
- /package/{esm2015/model/ruleDTO.js → esm2020/model/ruleDTO.mjs} +0 -0
- /package/{esm2015/model/ruleOperatorDto.js → esm2020/model/ruleOperatorDto.mjs} +0 -0
- /package/{esm2015/model/ruleValueDto.js → esm2020/model/ruleValueDto.mjs} +0 -0
- /package/{esm2015/model/searchRequest.js → esm2020/model/searchRequest.mjs} +0 -0
- /package/{esm2015/model/siteListDTO.js → esm2020/model/siteListDTO.mjs} +0 -0
- /package/{esm2015/model/siteListRequest.js → esm2020/model/siteListRequest.mjs} +0 -0
- /package/{esm2015/model/size.js → esm2020/model/size.mjs} +0 -0
- /package/{esm2015/model/skadTargetPrivileges.js → esm2020/model/skadTargetPrivileges.mjs} +0 -0
- /package/{esm2015/model/slicexChartResponse.js → esm2020/model/slicexChartResponse.mjs} +0 -0
- /package/{esm2015/model/slicexData.js → esm2020/model/slicexData.mjs} +0 -0
- /package/{esm2015/model/slicexGridData.js → esm2020/model/slicexGridData.mjs} +0 -0
- /package/{esm2015/model/slicexListResponse.js → esm2020/model/slicexListResponse.mjs} +0 -0
- /package/{esm2015/model/slicexRequest.js → esm2020/model/slicexRequest.mjs} +0 -0
- /package/{esm2015/model/sortModel.js → esm2020/model/sortModel.mjs} +0 -0
- /package/{esm2015/model/statusBaseObject.js → esm2020/model/statusBaseObject.mjs} +0 -0
- /package/{esm2015/model/strategy.js → esm2020/model/strategy.mjs} +0 -0
- /package/{esm2015/model/strategyCreativeAssociationRequestDTO.js → esm2020/model/strategyCreativeAssociationRequestDTO.mjs} +0 -0
- /package/{esm2015/model/strategyCreativeAssociationResponseDTO.js → esm2020/model/strategyCreativeAssociationResponseDTO.mjs} +0 -0
- /package/{esm2015/model/strategyQuickEditDTO.js → esm2020/model/strategyQuickEditDTO.mjs} +0 -0
- /package/{esm2015/model/strategyUpdateResponse.js → esm2020/model/strategyUpdateResponse.mjs} +0 -0
- /package/{esm2015/model/stringEditField.js → esm2020/model/stringEditField.mjs} +0 -0
- /package/{esm2015/model/tag.js → esm2020/model/tag.mjs} +0 -0
- /package/{esm2015/model/targetAppCategories.js → esm2020/model/targetAppCategories.mjs} +0 -0
- /package/{esm2015/model/targetBrowsers.js → esm2020/model/targetBrowsers.mjs} +0 -0
- /package/{esm2015/model/targetDeviceTypes.js → esm2020/model/targetDeviceTypes.mjs} +0 -0
- /package/{esm2015/model/targetGeoDTO.js → esm2020/model/targetGeoDTO.mjs} +0 -0
- /package/{esm2015/model/targetGeoEditField.js → esm2020/model/targetGeoEditField.mjs} +0 -0
- /package/{esm2015/model/targetMobileDeviceBrands.js → esm2020/model/targetMobileDeviceBrands.mjs} +0 -0
- /package/{esm2015/model/targetMobileDeviceModels.js → esm2020/model/targetMobileDeviceModels.mjs} +0 -0
- /package/{esm2015/model/targetMobileDevices.js → esm2020/model/targetMobileDevices.mjs} +0 -0
- /package/{esm2015/model/targetOperatingSystem.js → esm2020/model/targetOperatingSystem.mjs} +0 -0
- /package/{esm2015/model/targetOperatingSystemEditField.js → esm2020/model/targetOperatingSystemEditField.mjs} +0 -0
- /package/{esm2015/model/targetingObject.js → esm2020/model/targetingObject.mjs} +0 -0
- /package/{esm2015/model/templateThemeDTO.js → esm2020/model/templateThemeDTO.mjs} +0 -0
- /package/{esm2015/model/templateVariablesDTO.js → esm2020/model/templateVariablesDTO.mjs} +0 -0
- /package/{esm2015/model/timeZoneDTO.js → esm2020/model/timeZoneDTO.mjs} +0 -0
- /package/{esm2015/model/userPreferenceCategory.js → esm2020/model/userPreferenceCategory.mjs} +0 -0
- /package/{esm2015/model/userPreferenceDTO.js → esm2020/model/userPreferenceDTO.mjs} +0 -0
- /package/{esm2015/model/variablesMappingDTO.js → esm2020/model/variablesMappingDTO.mjs} +0 -0
- /package/{esm2015/model/vastCreative.js → esm2020/model/vastCreative.mjs} +0 -0
- /package/{esm2015/model/videoAttributes.js → esm2020/model/videoAttributes.mjs} +0 -0
- /package/{esm2015/model/videoProperties.js → esm2020/model/videoProperties.mjs} +0 -0
- /package/{esm2015/model/videoTargeting.js → esm2020/model/videoTargeting.mjs} +0 -0
- /package/{esm2015/model/whitelabelingEntity.js → esm2020/model/whitelabelingEntity.mjs} +0 -0
- /package/{esm2015/revxui-api-clients-ts.js → esm2020/revxui-api-clients-ts.mjs} +0 -0
- /package/{esm2015/variables.js → esm2020/variables.mjs} +0 -0
|
@@ -1,33 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { ApiListResponseCreativeTemplateDTO } from '../model/apiListResponseCreativeTemplateDTO';
|
|
15
3
|
import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
|
|
16
|
-
import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
17
4
|
import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
|
|
18
|
-
import { ApiResponseObjectBulkEditCreativeSetsResponse } from '../model/apiResponseObjectBulkEditCreativeSetsResponse';
|
|
19
5
|
import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectCreativeSetDetails';
|
|
20
6
|
import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
|
|
21
7
|
import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
|
|
22
8
|
import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
|
|
23
9
|
import { ApiResponseObjectDuplicateCreativeSetResponse } from '../model/apiResponseObjectDuplicateCreativeSetResponse';
|
|
24
|
-
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
25
|
-
import { BulkEditCreativeSetsDTO } from '../model/bulkEditCreativeSetsDTO';
|
|
26
10
|
import { CreativeSetRequest } from '../model/creativeSetRequest';
|
|
27
|
-
import { CreativeSetRescheduleRequest } from '../model/creativeSetRescheduleRequest';
|
|
28
11
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
29
12
|
import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
|
|
30
13
|
import { Configuration } from '../configuration';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
31
15
|
export declare class CreativeSetsControllerService {
|
|
32
16
|
protected httpClient: HttpClient;
|
|
33
17
|
protected basePath: string;
|
|
@@ -39,32 +23,6 @@ export declare class CreativeSetsControllerService {
|
|
|
39
23
|
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
40
24
|
*/
|
|
41
25
|
private canConsumeForm;
|
|
42
|
-
/**
|
|
43
|
-
* Api to get Creative Sets Bulk Edit Activity Log
|
|
44
|
-
*
|
|
45
|
-
* @param pageNumber pageNumber
|
|
46
|
-
* @param pageSize pageSize
|
|
47
|
-
* @param reqId request id
|
|
48
|
-
* @param sort sort
|
|
49
|
-
* @param token Auth Token
|
|
50
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
51
|
-
* @param reportProgress flag to report request and response progress.
|
|
52
|
-
*/
|
|
53
|
-
bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>;
|
|
54
|
-
bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>>;
|
|
55
|
-
bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>>;
|
|
56
|
-
/**
|
|
57
|
-
* Api to bulk edit creative sets
|
|
58
|
-
*
|
|
59
|
-
* @param dto dto
|
|
60
|
-
* @param reqId request id
|
|
61
|
-
* @param token Auth Token
|
|
62
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
63
|
-
* @param reportProgress flag to report request and response progress.
|
|
64
|
-
*/
|
|
65
|
-
bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectBulkEditCreativeSetsResponse>;
|
|
66
|
-
bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectBulkEditCreativeSetsResponse>>;
|
|
67
|
-
bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectBulkEditCreativeSetsResponse>>;
|
|
68
26
|
/**
|
|
69
27
|
* Api to create creative sets
|
|
70
28
|
*
|
|
@@ -132,15 +90,16 @@ export declare class CreativeSetsControllerService {
|
|
|
132
90
|
* Api to get individual creative performance
|
|
133
91
|
*
|
|
134
92
|
* @param dashboardRequest dashboardRequest
|
|
93
|
+
* @param id id
|
|
135
94
|
* @param refresh refresh
|
|
136
95
|
* @param reqId request id
|
|
137
96
|
* @param token Auth Token
|
|
138
97
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
139
98
|
* @param reportProgress flag to report request and response progress.
|
|
140
99
|
*/
|
|
141
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
142
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
143
|
-
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
100
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
101
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
102
|
+
getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
144
103
|
/**
|
|
145
104
|
* Api to get individual creative set performance
|
|
146
105
|
*
|
|
@@ -155,34 +114,6 @@ export declare class CreativeSetsControllerService {
|
|
|
155
114
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardMetrics>;
|
|
156
115
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardMetrics>>;
|
|
157
116
|
getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardMetrics>>;
|
|
158
|
-
/**
|
|
159
|
-
* Api to get available hybrid ad templates for the uploaded videos
|
|
160
|
-
*
|
|
161
|
-
* @param advertiserId advertiserId
|
|
162
|
-
* @param type type
|
|
163
|
-
* @param filters filters
|
|
164
|
-
* @param isPlacebo isPlacebo
|
|
165
|
-
* @param reqId request id
|
|
166
|
-
* @param token Auth Token
|
|
167
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
168
|
-
* @param reportProgress flag to report request and response progress.
|
|
169
|
-
*/
|
|
170
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
|
|
171
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
|
|
172
|
-
getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
|
|
173
|
-
/**
|
|
174
|
-
* Api to reschedule a creative sets
|
|
175
|
-
*
|
|
176
|
-
* @param creativeSetRescheduleRequest creativeSetRescheduleRequest
|
|
177
|
-
* @param id id
|
|
178
|
-
* @param reqId request id
|
|
179
|
-
* @param token Auth Token
|
|
180
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
181
|
-
* @param reportProgress flag to report request and response progress.
|
|
182
|
-
*/
|
|
183
|
-
rescheduleUsingPOST(creativeSetRescheduleRequest: CreativeSetRescheduleRequest, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
184
|
-
rescheduleUsingPOST(creativeSetRescheduleRequest: CreativeSetRescheduleRequest, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
185
|
-
rescheduleUsingPOST(creativeSetRescheduleRequest: CreativeSetRescheduleRequest, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
186
117
|
/**
|
|
187
118
|
* Api to update creative sets
|
|
188
119
|
*
|
|
@@ -196,4 +127,6 @@ export declare class CreativeSetsControllerService {
|
|
|
196
127
|
updateUsingPOST(creativeSetRequest: CreativeSetRequest, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
|
|
197
128
|
updateUsingPOST(creativeSetRequest: CreativeSetRequest, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
|
|
198
129
|
updateUsingPOST(creativeSetRequest: CreativeSetRequest, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
|
|
130
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreativeSetsControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
131
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CreativeSetsControllerService>;
|
|
199
132
|
}
|
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectListTemplateThemeDTO } from '../model/apiResponseObjectListTemplateThemeDTO';
|
|
15
4
|
import { ApiResponseObjectTemplateThemeDTO } from '../model/apiResponseObjectTemplateThemeDTO';
|
|
16
5
|
import { TemplateThemeDTO } from '../model/templateThemeDTO';
|
|
17
6
|
import { Configuration } from '../configuration';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
18
8
|
export declare class CreativeTemplateThemesControllerService {
|
|
19
9
|
protected httpClient: HttpClient;
|
|
20
10
|
protected basePath: string;
|
|
@@ -75,4 +65,6 @@ export declare class CreativeTemplateThemesControllerService {
|
|
|
75
65
|
updateTemplateThemeUsingPOST(id: number, themeDTO: TemplateThemeDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectTemplateThemeDTO>;
|
|
76
66
|
updateTemplateThemeUsingPOST(id: number, themeDTO: TemplateThemeDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectTemplateThemeDTO>>;
|
|
77
67
|
updateTemplateThemeUsingPOST(id: number, themeDTO: TemplateThemeDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectTemplateThemeDTO>>;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreativeTemplateThemesControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
69
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CreativeTemplateThemesControllerService>;
|
|
78
70
|
}
|
|
@@ -1,18 +1,8 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectListTemplateVariablesDTO } from '../model/apiResponseObjectListTemplateVariablesDTO';
|
|
15
4
|
import { Configuration } from '../configuration';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
16
6
|
export declare class CreativeTemplateVariablesControllerService {
|
|
17
7
|
protected httpClient: HttpClient;
|
|
18
8
|
protected basePath: string;
|
|
@@ -35,4 +25,6 @@ export declare class CreativeTemplateVariablesControllerService {
|
|
|
35
25
|
getTemplateVariablesUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListTemplateVariablesDTO>;
|
|
36
26
|
getTemplateVariablesUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListTemplateVariablesDTO>>;
|
|
37
27
|
getTemplateVariablesUsingGET(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListTemplateVariablesDTO>>;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreativeTemplateVariablesControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
29
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CreativeTemplateVariablesControllerService>;
|
|
38
30
|
}
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectApiListResponseCreativeTemplateDTO } from '../model/apiResponseObjectApiListResponseCreativeTemplateDTO';
|
|
@@ -16,6 +5,7 @@ import { ApiResponseObjectCreativeTemplatesMetadataDTO } from '../model/apiRespo
|
|
|
16
5
|
import { ApiResponseObjectListCreativeFiles } from '../model/apiResponseObjectListCreativeFiles';
|
|
17
6
|
import { CreativeMockUpsDTO } from '../model/creativeMockUpsDTO';
|
|
18
7
|
import { Configuration } from '../configuration';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
19
9
|
export declare class CreativeTemplatesControllerService {
|
|
20
10
|
protected httpClient: HttpClient;
|
|
21
11
|
protected basePath: string;
|
|
@@ -69,4 +59,6 @@ export declare class CreativeTemplatesControllerService {
|
|
|
69
59
|
saveProductImagesUsingPOST(mockupDTO: CreativeMockUpsDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListCreativeFiles>;
|
|
70
60
|
saveProductImagesUsingPOST(mockupDTO: CreativeMockUpsDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListCreativeFiles>>;
|
|
71
61
|
saveProductImagesUsingPOST(mockupDTO: CreativeMockUpsDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListCreativeFiles>>;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreativeTemplatesControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
63
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CreativeTemplatesControllerService>;
|
|
72
64
|
}
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
|
|
@@ -18,13 +7,14 @@ import { ApiResponseObjectDictionaryResponse } from '../model/apiResponseObjectD
|
|
|
18
7
|
import { ApiResponseObjectEResponseobject } from '../model/apiResponseObjectEResponseobject';
|
|
19
8
|
import { ApiResponseObjectFileDownloadResponse } from '../model/apiResponseObjectFileDownloadResponse';
|
|
20
9
|
import { ApiResponseObjectListBaseModel } from '../model/apiResponseObjectListBaseModel';
|
|
10
|
+
import { ApiResponseObjectListMapintResponseMessage } from '../model/apiResponseObjectListMapintResponseMessage';
|
|
21
11
|
import { ApiResponseObjectListMenuCrubResponse } from '../model/apiResponseObjectListMenuCrubResponse';
|
|
22
|
-
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
23
12
|
import { ApiResponseObjectMenuCrubResponse } from '../model/apiResponseObjectMenuCrubResponse';
|
|
24
13
|
import { ApiResponseObjectParentBasedObject } from '../model/apiResponseObjectParentBasedObject';
|
|
25
14
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
26
15
|
import { SearchRequest } from '../model/searchRequest';
|
|
27
16
|
import { Configuration } from '../configuration';
|
|
17
|
+
import * as i0 from "@angular/core";
|
|
28
18
|
export declare class DashboardControllerService {
|
|
29
19
|
protected httpClient: HttpClient;
|
|
30
20
|
protected basePath: string;
|
|
@@ -46,9 +36,9 @@ export declare class DashboardControllerService {
|
|
|
46
36
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
47
37
|
* @param reportProgress flag to report request and response progress.
|
|
48
38
|
*/
|
|
49
|
-
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<
|
|
50
|
-
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<
|
|
51
|
-
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<
|
|
39
|
+
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListMapintResponseMessage>;
|
|
40
|
+
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListMapintResponseMessage>>;
|
|
41
|
+
archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListMapintResponseMessage>>;
|
|
52
42
|
/**
|
|
53
43
|
* getById
|
|
54
44
|
*
|
|
@@ -110,9 +100,9 @@ export declare class DashboardControllerService {
|
|
|
110
100
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
111
101
|
* @param reportProgress flag to report request and response progress.
|
|
112
102
|
*/
|
|
113
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
114
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
115
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
103
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
104
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
105
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
116
106
|
/**
|
|
117
107
|
* DashBoard Api For Download List CSV.
|
|
118
108
|
*
|
|
@@ -123,9 +113,9 @@ export declare class DashboardControllerService {
|
|
|
123
113
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
124
114
|
* @param reportProgress flag to report request and response progress.
|
|
125
115
|
*/
|
|
126
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
127
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
128
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
116
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectFileDownloadResponse>;
|
|
117
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectFileDownloadResponse>>;
|
|
118
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectFileDownloadResponse>>;
|
|
129
119
|
/**
|
|
130
120
|
* DashBoard Api For DashBoard.
|
|
131
121
|
*
|
|
@@ -138,9 +128,9 @@ export declare class DashboardControllerService {
|
|
|
138
128
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
139
129
|
* @param reportProgress flag to report request and response progress.
|
|
140
130
|
*/
|
|
141
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
142
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
143
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE'
|
|
131
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
132
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
133
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
144
134
|
/**
|
|
145
135
|
* getDetailById
|
|
146
136
|
*
|
|
@@ -236,7 +226,9 @@ export declare class DashboardControllerService {
|
|
|
236
226
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
237
227
|
* @param reportProgress flag to report request and response progress.
|
|
238
228
|
*/
|
|
239
|
-
updateStatusUsingPOST(id: string, status: boolean, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<
|
|
240
|
-
updateStatusUsingPOST(id: string, status: boolean, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<
|
|
241
|
-
updateStatusUsingPOST(id: string, status: boolean, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<
|
|
229
|
+
updateStatusUsingPOST(id: string, status: boolean, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListMapintResponseMessage>;
|
|
230
|
+
updateStatusUsingPOST(id: string, status: boolean, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListMapintResponseMessage>>;
|
|
231
|
+
updateStatusUsingPOST(id: string, status: boolean, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListMapintResponseMessage>>;
|
|
232
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
233
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DashboardControllerService>;
|
|
242
234
|
}
|
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
15
4
|
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
16
5
|
import { NotificationListResponseNotificationResponse } from '../model/notificationListResponseNotificationResponse';
|
|
17
6
|
import { Configuration } from '../configuration';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
18
8
|
export declare class NotificationsControllerService {
|
|
19
9
|
protected httpClient: HttpClient;
|
|
20
10
|
protected basePath: string;
|
|
@@ -74,4 +64,6 @@ export declare class NotificationsControllerService {
|
|
|
74
64
|
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
75
65
|
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
76
66
|
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
67
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
68
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationsControllerService>;
|
|
77
69
|
}
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectApiListResponsePixel } from '../model/apiResponseObjectApiListResponsePixel';
|
|
@@ -18,6 +7,7 @@ import { ApiResponseObjectTag } from '../model/apiResponseObjectTag';
|
|
|
18
7
|
import { Pixel } from '../model/pixel';
|
|
19
8
|
import { SearchRequest } from '../model/searchRequest';
|
|
20
9
|
import { Configuration } from '../configuration';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
21
11
|
export declare class PixelControllerService {
|
|
22
12
|
protected httpClient: HttpClient;
|
|
23
13
|
protected basePath: string;
|
|
@@ -116,4 +106,6 @@ export declare class PixelControllerService {
|
|
|
116
106
|
updateUsingPOST1(id: number, pixel: Pixel, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectPixel>;
|
|
117
107
|
updateUsingPOST1(id: number, pixel: Pixel, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectPixel>>;
|
|
118
108
|
updateUsingPOST1(id: number, pixel: Pixel, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectPixel>>;
|
|
109
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PixelControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
110
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PixelControllerService>;
|
|
119
111
|
}
|
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectReportingResponse } from '../model/apiResponseObjectReportingResponse';
|
|
15
4
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
16
5
|
import { ReportingRequest } from '../model/reportingRequest';
|
|
17
6
|
import { Configuration } from '../configuration';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
18
8
|
export declare class ReportingControllerService {
|
|
19
9
|
protected httpClient: HttpClient;
|
|
20
10
|
protected basePath: string;
|
|
@@ -66,4 +56,6 @@ export declare class ReportingControllerService {
|
|
|
66
56
|
reportConfigUsingGET(entity: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
|
|
67
57
|
reportConfigUsingGET(entity: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
|
|
68
58
|
reportConfigUsingGET(entity: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportingControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
60
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ReportingControllerService>;
|
|
69
61
|
}
|
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectSlicexChartResponse } from '../model/apiResponseObjectSlicexChartResponse';
|
|
15
4
|
import { ApiResponseObjectSlicexListResponse } from '../model/apiResponseObjectSlicexListResponse';
|
|
16
5
|
import { FileDownloadResponse } from '../model/fileDownloadResponse';
|
|
17
6
|
import { SlicexRequest } from '../model/slicexRequest';
|
|
18
|
-
import { SlicexRequestExtended } from '../model/slicexRequestExtended';
|
|
19
7
|
import { Configuration } from '../configuration';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
20
9
|
export declare class SliceXControllerService {
|
|
21
10
|
protected httpClient: HttpClient;
|
|
22
11
|
protected basePath: string;
|
|
@@ -51,36 +40,9 @@ export declare class SliceXControllerService {
|
|
|
51
40
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
52
41
|
* @param reportProgress flag to report request and response progress.
|
|
53
42
|
*/
|
|
54
|
-
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
55
|
-
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
56
|
-
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
57
|
-
/**
|
|
58
|
-
* Slicex API for grid with compare.
|
|
59
|
-
*
|
|
60
|
-
* @param entity entity
|
|
61
|
-
* @param slicexRequest slicexRequest
|
|
62
|
-
* @param reqId request id
|
|
63
|
-
* @param sort sort
|
|
64
|
-
* @param token Auth Token
|
|
65
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
66
|
-
* @param reportProgress flag to report request and response progress.
|
|
67
|
-
*/
|
|
68
|
-
getSlicexDataListWithCompareUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
|
|
69
|
-
getSlicexDataListWithCompareUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
|
|
70
|
-
getSlicexDataListWithCompareUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
71
|
-
/**
|
|
72
|
-
* Slicex API for grid details.
|
|
73
|
-
*
|
|
74
|
-
* @param entity entity
|
|
75
|
-
* @param slicexRequestExt slicexRequestExt
|
|
76
|
-
* @param reqId request id
|
|
77
|
-
* @param token Auth Token
|
|
78
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
|
-
* @param reportProgress flag to report request and response progress.
|
|
80
|
-
*/
|
|
81
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
|
|
82
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
|
|
83
|
-
getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
43
|
+
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
|
|
44
|
+
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
|
|
45
|
+
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
84
46
|
/**
|
|
85
47
|
* Slicex API for List Export.
|
|
86
48
|
*
|
|
@@ -92,7 +54,9 @@ export declare class SliceXControllerService {
|
|
|
92
54
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
93
55
|
* @param reportProgress flag to report request and response progress.
|
|
94
56
|
*/
|
|
95
|
-
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
96
|
-
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
97
|
-
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | '
|
|
57
|
+
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<FileDownloadResponse>;
|
|
58
|
+
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FileDownloadResponse>>;
|
|
59
|
+
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SliceXControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
61
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SliceXControllerService>;
|
|
98
62
|
}
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ABTestDTO } from '../model/aBTestDTO';
|
|
@@ -29,6 +18,7 @@ import { StrategyCreativeAssociationRequestDTO } from '../model/strategyCreative
|
|
|
29
18
|
import { StrategyDTO } from '../model/strategyDTO';
|
|
30
19
|
import { StrategyQuickEditDTO } from '../model/strategyQuickEditDTO';
|
|
31
20
|
import { Configuration } from '../configuration';
|
|
21
|
+
import * as i0 from "@angular/core";
|
|
32
22
|
export declare class StrategyControllerService {
|
|
33
23
|
protected httpClient: HttpClient;
|
|
34
24
|
protected basePath: string;
|
|
@@ -250,4 +240,6 @@ export declare class StrategyControllerService {
|
|
|
250
240
|
validateSitesUsingPOST(sites: SiteListRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSiteListDTO>;
|
|
251
241
|
validateSitesUsingPOST(sites: SiteListRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSiteListDTO>>;
|
|
252
242
|
validateSitesUsingPOST(sites: SiteListRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSiteListDTO>>;
|
|
243
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StrategyControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
244
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StrategyControllerService>;
|
|
253
245
|
}
|
|
@@ -1,18 +1,8 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Api Documentation
|
|
3
|
-
* Api Documentation
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
2
|
import { Observable } from 'rxjs';
|
|
14
3
|
import { ApiResponseObjectboolean } from '../model/apiResponseObjectboolean';
|
|
15
4
|
import { Configuration } from '../configuration';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
16
6
|
export declare class UILoggerControllerService {
|
|
17
7
|
protected httpClient: HttpClient;
|
|
18
8
|
protected basePath: string;
|
|
@@ -37,4 +27,6 @@ export declare class UILoggerControllerService {
|
|
|
37
27
|
logUsingPOST(logMsg: string, logLevel?: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectboolean>;
|
|
38
28
|
logUsingPOST(logMsg: string, logLevel?: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectboolean>>;
|
|
39
29
|
logUsingPOST(logMsg: string, logLevel?: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectboolean>>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UILoggerControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
31
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UILoggerControllerService>;
|
|
40
32
|
}
|