@revxui/api-clients-ts 0.10.348 → 0.10.350
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 +11 -3
- package/api/advertiserController.service.d.ts +11 -3
- package/api/appSettingsController.service.d.ts +11 -3
- package/api/audienceController.service.d.ts +11 -3
- package/api/auditController.service.d.ts +11 -3
- package/api/bulkStrategyController.service.d.ts +11 -3
- package/api/cSSThemeController_.service.d.ts +11 -3
- package/api/campaignController.service.d.ts +11 -3
- package/api/catalogController.service.d.ts +11 -3
- package/api/clickDestinationController.service.d.ts +11 -3
- package/api/creativeController.service.d.ts +11 -3
- package/api/creativeSetsController.service.d.ts +11 -3
- package/api/creativeTemplateThemesController.service.d.ts +11 -3
- package/api/creativeTemplateVariablesController.service.d.ts +11 -3
- package/api/creativeTemplatesController.service.d.ts +11 -3
- package/api/customerReportingController.service.d.ts +11 -3
- package/api/dashboardController.service.d.ts +11 -3
- package/api/notificationsController.service.d.ts +11 -3
- package/api/pixelController.service.d.ts +11 -3
- package/api/reportingController.service.d.ts +11 -3
- package/api/sliceXController.service.d.ts +11 -3
- package/api/strategyController.service.d.ts +11 -3
- package/api/uILoggerController.service.d.ts +11 -3
- package/api/userPreferenceController.service.d.ts +11 -3
- package/api.module.d.ts +0 -4
- package/bundles/revxui-api-clients-ts.umd.js +8463 -0
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -0
- package/esm2015/api/adminController.service.js +178 -0
- package/esm2015/api/advertiserController.service.js +417 -0
- package/esm2015/api/appSettingsController.service.js +246 -0
- package/esm2015/api/audienceController.service.js +819 -0
- package/esm2015/api/auditController.service.js +186 -0
- package/esm2015/api/bulkStrategyController.service.js +226 -0
- package/esm2015/api/cSSThemeController_.service.js +109 -0
- package/esm2015/api/campaignController.service.js +301 -0
- package/esm2015/api/catalogController.service.js +241 -0
- package/esm2015/api/clickDestinationController.service.js +233 -0
- package/esm2015/api/creativeController.service.js +448 -0
- package/esm2015/api/creativeSetsController.service.js +463 -0
- package/esm2015/api/creativeTemplateThemesController.service.js +186 -0
- package/esm2015/api/creativeTemplateVariablesController.service.js +78 -0
- package/esm2015/api/creativeTemplatesController.service.js +166 -0
- package/esm2015/api/customerReportingController.service.js +87 -0
- package/esm2015/api/dashboardController.service.js +620 -0
- package/esm2015/api/notificationsController.service.js +184 -0
- package/esm2015/api/pixelController.service.js +308 -0
- package/esm2015/api/reportingController.service.js +171 -0
- package/esm2015/api/sliceXController.service.js +251 -0
- package/esm2015/api/strategyController.service.js +657 -0
- package/esm2015/api/uILoggerController.service.js +93 -0
- package/esm2015/api/userPreferenceController.service.js +175 -0
- package/esm2015/api.module.js +82 -0
- package/{fesm2020/revxui-api-clients-ts.mjs → fesm2015/revxui-api-clients-ts.js} +231 -360
- package/fesm2015/revxui-api-clients-ts.js.map +1 -0
- package/package.json +8 -20
- package/revxui-api-clients-ts.d.ts +0 -1
- package/revxui-api-clients-ts.metadata.json +1 -0
- package/esm2020/api/adminController.service.mjs +0 -185
- package/esm2020/api/advertiserController.service.mjs +0 -424
- package/esm2020/api/appSettingsController.service.mjs +0 -253
- package/esm2020/api/audienceController.service.mjs +0 -826
- package/esm2020/api/auditController.service.mjs +0 -193
- package/esm2020/api/bulkStrategyController.service.mjs +0 -233
- package/esm2020/api/cSSThemeController_.service.mjs +0 -116
- package/esm2020/api/campaignController.service.mjs +0 -308
- package/esm2020/api/catalogController.service.mjs +0 -248
- package/esm2020/api/clickDestinationController.service.mjs +0 -240
- package/esm2020/api/creativeController.service.mjs +0 -455
- package/esm2020/api/creativeSetsController.service.mjs +0 -470
- package/esm2020/api/creativeTemplateThemesController.service.mjs +0 -193
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +0 -85
- package/esm2020/api/creativeTemplatesController.service.mjs +0 -173
- package/esm2020/api/customerReportingController.service.mjs +0 -94
- package/esm2020/api/dashboardController.service.mjs +0 -627
- package/esm2020/api/notificationsController.service.mjs +0 -191
- package/esm2020/api/pixelController.service.mjs +0 -315
- package/esm2020/api/reportingController.service.mjs +0 -178
- package/esm2020/api/sliceXController.service.mjs +0 -258
- package/esm2020/api/strategyController.service.mjs +0 -664
- package/esm2020/api/uILoggerController.service.mjs +0 -100
- package/esm2020/api/userPreferenceController.service.mjs +0 -182
- package/esm2020/api.module.mjs +0 -114
- package/fesm2015/revxui-api-clients-ts.mjs +0 -7963
- package/fesm2015/revxui-api-clients-ts.mjs.map +0 -1
- package/fesm2020/revxui-api-clients-ts.mjs.map +0 -1
- /package/{esm2020/api/api.mjs → esm2015/api/api.js} +0 -0
- /package/{esm2020/configuration.mjs → esm2015/configuration.js} +0 -0
- /package/{esm2020/encoder.mjs → esm2015/encoder.js} +0 -0
- /package/{esm2020/index.mjs → esm2015/index.js} +0 -0
- /package/{esm2020/model/aBTestDTO.mjs → esm2015/model/aBTestDTO.js} +0 -0
- /package/{esm2020/model/activityLog.mjs → esm2015/model/activityLog.js} +0 -0
- /package/{esm2020/model/activityLogsCreativeSetsBulkUpdateDTO.mjs → esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js} +0 -0
- /package/{esm2020/model/activityLogsStrategyBulkUpdateDTO.mjs → esm2015/model/activityLogsStrategyBulkUpdateDTO.js} +0 -0
- /package/{esm2020/model/advertiser.mjs → esm2015/model/advertiser.js} +0 -0
- /package/{esm2020/model/advertiserDynamicDetails.mjs → esm2015/model/advertiserDynamicDetails.js} +0 -0
- /package/{esm2020/model/advertiserDynamicVideoConfig.mjs → esm2015/model/advertiserDynamicVideoConfig.js} +0 -0
- /package/{esm2020/model/advertiserLayoutVariables.mjs → esm2015/model/advertiserLayoutVariables.js} +0 -0
- /package/{esm2020/model/advertiserPojo.mjs → esm2015/model/advertiserPojo.js} +0 -0
- /package/{esm2020/model/advertiserSettings.mjs → esm2015/model/advertiserSettings.js} +0 -0
- /package/{esm2020/model/ageGroup.mjs → esm2015/model/ageGroup.js} +0 -0
- /package/{esm2020/model/apiListResponseABTestDTO.mjs → esm2015/model/apiListResponseABTestDTO.js} +0 -0
- /package/{esm2020/model/apiListResponseActivityLog.mjs → esm2015/model/apiListResponseActivityLog.js} +0 -0
- /package/{esm2020/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.mjs → esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js} +0 -0
- /package/{esm2020/model/apiListResponseActivityLogsStrategyBulkUpdateDTO.mjs → esm2015/model/apiListResponseActivityLogsStrategyBulkUpdateDTO.js} +0 -0
- /package/{esm2020/model/apiListResponseAudiencePerformanceDTO.mjs → esm2015/model/apiListResponseAudiencePerformanceDTO.js} +0 -0
- /package/{esm2020/model/apiListResponseCatalogFeed.mjs → esm2015/model/apiListResponseCatalogFeed.js} +0 -0
- /package/{esm2020/model/apiListResponseClickDestination.mjs → esm2015/model/apiListResponseClickDestination.js} +0 -0
- /package/{esm2020/model/apiListResponseCreativeCompactDTO.mjs → esm2015/model/apiListResponseCreativeCompactDTO.js} +0 -0
- /package/{esm2020/model/apiListResponseCreativeDTO.mjs → esm2015/model/apiListResponseCreativeDTO.js} +0 -0
- /package/{esm2020/model/apiListResponseCreativeSetDashboardMetric.mjs → esm2015/model/apiListResponseCreativeSetDashboardMetric.js} +0 -0
- /package/{esm2020/model/apiListResponseCreativeTemplateDTO.mjs → esm2015/model/apiListResponseCreativeTemplateDTO.js} +0 -0
- /package/{esm2020/model/apiListResponseMacro.mjs → esm2015/model/apiListResponseMacro.js} +0 -0
- /package/{esm2020/model/apiListResponsePixel.mjs → esm2015/model/apiListResponsePixel.js} +0 -0
- /package/{esm2020/model/apiListResponseVariablesMappingDTO.mjs → esm2015/model/apiListResponseVariablesMappingDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectABTestDTO.mjs → esm2015/model/apiResponseObjectABTestDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectAdvertiserDynamicDetails.mjs → esm2015/model/apiResponseObjectAdvertiserDynamicDetails.js} +0 -0
- /package/{esm2020/model/apiResponseObjectAdvertiserDynamicVideoConfig.mjs → esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js} +0 -0
- /package/{esm2020/model/apiResponseObjectAdvertiserPojo.mjs → esm2015/model/apiResponseObjectAdvertiserPojo.js} +0 -0
- /package/{esm2020/model/apiResponseObjectAdvertiserSettings.mjs → esm2015/model/apiResponseObjectAdvertiserSettings.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.mjs → esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO.mjs → esm2015/model/apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.mjs → esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseCatalogFeed.mjs → esm2015/model/apiResponseObjectApiListResponseCatalogFeed.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseClickDestination.mjs → esm2015/model/apiResponseObjectApiListResponseClickDestination.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseCreativeCompactDTO.mjs → esm2015/model/apiResponseObjectApiListResponseCreativeCompactDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseCreativeDTO.mjs → esm2015/model/apiResponseObjectApiListResponseCreativeDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.mjs → esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseCreativeTemplateDTO.mjs → esm2015/model/apiResponseObjectApiListResponseCreativeTemplateDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponsePixel.mjs → esm2015/model/apiResponseObjectApiListResponsePixel.js} +0 -0
- /package/{esm2020/model/apiResponseObjectApiListResponseVariablesMappingDTO.mjs → esm2015/model/apiResponseObjectApiListResponseVariablesMappingDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.mjs → esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectAudienceAccessDTO.mjs → esm2015/model/apiResponseObjectAudienceAccessDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectAudienceDTO.mjs → esm2015/model/apiResponseObjectAudienceDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectBaseModel.mjs → esm2015/model/apiResponseObjectBaseModel.js} +0 -0
- /package/{esm2020/model/apiResponseObjectBulkEditCreativeSetsResponse.mjs → esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectBulkEditStrategiesResponse.mjs → esm2015/model/apiResponseObjectBulkEditStrategiesResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectBulkstrategiesUpdateResponse.mjs → esm2015/model/apiResponseObjectBulkstrategiesUpdateResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectCampaignDTO.mjs → esm2015/model/apiResponseObjectCampaignDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectCatalogFeed.mjs → esm2015/model/apiResponseObjectCatalogFeed.js} +0 -0
- /package/{esm2020/model/apiResponseObjectChartDashboardResponse.mjs → esm2015/model/apiResponseObjectChartDashboardResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectClickDestination.mjs → esm2015/model/apiResponseObjectClickDestination.js} +0 -0
- /package/{esm2020/model/apiResponseObjectClickDestinationAutomationUrls.mjs → esm2015/model/apiResponseObjectClickDestinationAutomationUrls.js} +0 -0
- /package/{esm2020/model/apiResponseObjectCreativeDTO.mjs → esm2015/model/apiResponseObjectCreativeDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectCreativePerformanceData.mjs → esm2015/model/apiResponseObjectCreativePerformanceData.js} +0 -0
- /package/{esm2020/model/apiResponseObjectCreativeSetDetails.mjs → esm2015/model/apiResponseObjectCreativeSetDetails.js} +0 -0
- /package/{esm2020/model/apiResponseObjectCreativeSetResponse.mjs → esm2015/model/apiResponseObjectCreativeSetResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectCreativeTemplatesMetadataDTO.mjs → esm2015/model/apiResponseObjectCreativeTemplatesMetadataDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectDashboardMetrics.mjs → esm2015/model/apiResponseObjectDashboardMetrics.js} +0 -0
- /package/{esm2020/model/apiResponseObjectDashboardResponse.mjs → esm2015/model/apiResponseObjectDashboardResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectDictionaryResponse.mjs → esm2015/model/apiResponseObjectDictionaryResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectDmpAudienceDTO.mjs → esm2015/model/apiResponseObjectDmpAudienceDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectDuplicateCreativeSetResponse.mjs → esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectEResponseobject.mjs → esm2015/model/apiResponseObjectEResponseobject.js} +0 -0
- /package/{esm2020/model/apiResponseObjectEligibleUsersResponse.mjs → esm2015/model/apiResponseObjectEligibleUsersResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectFileDownloadResponse.mjs → esm2015/model/apiResponseObjectFileDownloadResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectGeoListDTO.mjs → esm2015/model/apiResponseObjectGeoListDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListAppSettingsDTO.mjs → esm2015/model/apiResponseObjectListAppSettingsDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListAudienceDTO.mjs → esm2015/model/apiResponseObjectListAudienceDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListAuditDetails.mjs → esm2015/model/apiResponseObjectListAuditDetails.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListAuditMarker.mjs → esm2015/model/apiResponseObjectListAuditMarker.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.mjs → esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListBaseModel.mjs → esm2015/model/apiResponseObjectListBaseModel.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListBulkstrategiesValidationResponse.mjs → esm2015/model/apiResponseObjectListBulkstrategiesValidationResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListCampaignDTO.mjs → esm2015/model/apiResponseObjectListCampaignDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListCreativeFiles.mjs → esm2015/model/apiResponseObjectListCreativeFiles.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListDynamicVideoTemplate.mjs → esm2015/model/apiResponseObjectListDynamicVideoTemplate.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListMenuCrubResponse.mjs → esm2015/model/apiResponseObjectListMenuCrubResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListTemplateThemeDTO.mjs → esm2015/model/apiResponseObjectListTemplateThemeDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListTemplateVariablesDTO.mjs → esm2015/model/apiResponseObjectListTemplateVariablesDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectListUserPreferenceDTO.mjs → esm2015/model/apiResponseObjectListUserPreferenceDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectMapintResponseMessage.mjs → esm2015/model/apiResponseObjectMapintResponseMessage.js} +0 -0
- /package/{esm2020/model/apiResponseObjectMaplongResponseMessage.mjs → esm2015/model/apiResponseObjectMaplongResponseMessage.js} +0 -0
- /package/{esm2020/model/apiResponseObjectMenuCrubResponse.mjs → esm2015/model/apiResponseObjectMenuCrubResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectMetaRulesDto.mjs → esm2015/model/apiResponseObjectMetaRulesDto.js} +0 -0
- /package/{esm2020/model/apiResponseObjectParentBasedObject.mjs → esm2015/model/apiResponseObjectParentBasedObject.js} +0 -0
- /package/{esm2020/model/apiResponseObjectPixel.mjs → esm2015/model/apiResponseObjectPixel.js} +0 -0
- /package/{esm2020/model/apiResponseObjectReportingResponse.mjs → esm2015/model/apiResponseObjectReportingResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectResponseMessage.mjs → esm2015/model/apiResponseObjectResponseMessage.js} +0 -0
- /package/{esm2020/model/apiResponseObjectSiteListDTO.mjs → esm2015/model/apiResponseObjectSiteListDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectSkadTargetPrivileges.mjs → esm2015/model/apiResponseObjectSkadTargetPrivileges.js} +0 -0
- /package/{esm2020/model/apiResponseObjectSlicexChartResponse.mjs → esm2015/model/apiResponseObjectSlicexChartResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectSlicexListResponse.mjs → esm2015/model/apiResponseObjectSlicexListResponse.js} +0 -0
- /package/{esm2020/model/apiResponseObjectStrategyCreativeAssociationResponseDTO.mjs → esm2015/model/apiResponseObjectStrategyCreativeAssociationResponseDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectStrategyDTO.mjs → esm2015/model/apiResponseObjectStrategyDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectStrategyQuickEditDTO.mjs → esm2015/model/apiResponseObjectStrategyQuickEditDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectTag.mjs → esm2015/model/apiResponseObjectTag.js} +0 -0
- /package/{esm2020/model/apiResponseObjectTemplateThemeDTO.mjs → esm2015/model/apiResponseObjectTemplateThemeDTO.js} +0 -0
- /package/{esm2020/model/apiResponseObjectVoid.mjs → esm2015/model/apiResponseObjectVoid.js} +0 -0
- /package/{esm2020/model/apiResponseObjectWhitelabelingEntity.mjs → esm2015/model/apiResponseObjectWhitelabelingEntity.js} +0 -0
- /package/{esm2020/model/apiResponseObjectboolean.mjs → esm2015/model/apiResponseObjectboolean.js} +0 -0
- /package/{esm2020/model/apiResponseObjectlong.mjs → esm2015/model/apiResponseObjectlong.js} +0 -0
- /package/{esm2020/model/apiResponseObjectstring.mjs → esm2015/model/apiResponseObjectstring.js} +0 -0
- /package/{esm2020/model/appSettingsDTO.mjs → esm2015/model/appSettingsDTO.js} +0 -0
- /package/{esm2020/model/appSettingsPropertyDTO.mjs → esm2015/model/appSettingsPropertyDTO.js} +0 -0
- /package/{esm2020/model/auctionTypeEditField.mjs → esm2015/model/auctionTypeEditField.js} +0 -0
- /package/{esm2020/model/audienceAccessDTO.mjs → esm2015/model/audienceAccessDTO.js} +0 -0
- /package/{esm2020/model/audienceAnalysisRequest.mjs → esm2015/model/audienceAnalysisRequest.js} +0 -0
- /package/{esm2020/model/audienceBackFilledStats.mjs → esm2015/model/audienceBackFilledStats.js} +0 -0
- /package/{esm2020/model/audienceBackfillQueryTemplateRequest.mjs → esm2015/model/audienceBackfillQueryTemplateRequest.js} +0 -0
- /package/{esm2020/model/audienceBackfillRequest.mjs → esm2015/model/audienceBackfillRequest.js} +0 -0
- /package/{esm2020/model/audienceDTO.mjs → esm2015/model/audienceDTO.js} +0 -0
- /package/{esm2020/model/audienceESDTO.mjs → esm2015/model/audienceESDTO.js} +0 -0
- /package/{esm2020/model/audiencePerformanceDTO.mjs → esm2015/model/audiencePerformanceDTO.js} +0 -0
- /package/{esm2020/model/audienceStrDTO.mjs → esm2015/model/audienceStrDTO.js} +0 -0
- /package/{esm2020/model/audienceStrEditField.mjs → esm2015/model/audienceStrEditField.js} +0 -0
- /package/{esm2020/model/auditChange.mjs → esm2015/model/auditChange.js} +0 -0
- /package/{esm2020/model/auditDetails.mjs → esm2015/model/auditDetails.js} +0 -0
- /package/{esm2020/model/auditMarker.mjs → esm2015/model/auditMarker.js} +0 -0
- /package/{esm2020/model/bIgIntegerEditFiled.mjs → esm2015/model/bIgIntegerEditFiled.js} +0 -0
- /package/{esm2020/model/backfillAudienceQueryTemplateDTO.mjs → esm2015/model/backfillAudienceQueryTemplateDTO.js} +0 -0
- /package/{esm2020/model/bannerAdSuppDimensionsDTO.mjs → esm2015/model/bannerAdSuppDimensionsDTO.js} +0 -0
- /package/{esm2020/model/baseModel.mjs → esm2015/model/baseModel.js} +0 -0
- /package/{esm2020/model/baseModelEditField.mjs → esm2015/model/baseModelEditField.js} +0 -0
- /package/{esm2020/model/baseModelWithCreativeSetType.mjs → esm2015/model/baseModelWithCreativeSetType.js} +0 -0
- /package/{esm2020/model/bigDecimalEditField.mjs → esm2015/model/bigDecimalEditField.js} +0 -0
- /package/{esm2020/model/booleanEditField.mjs → esm2015/model/booleanEditField.js} +0 -0
- /package/{esm2020/model/bulkEditCreativeSetsDTO.mjs → esm2015/model/bulkEditCreativeSetsDTO.js} +0 -0
- /package/{esm2020/model/bulkEditCreativeSetsListDTO.mjs → esm2015/model/bulkEditCreativeSetsListDTO.js} +0 -0
- /package/{esm2020/model/bulkEditCreativeSetsResponse.mjs → esm2015/model/bulkEditCreativeSetsResponse.js} +0 -0
- /package/{esm2020/model/bulkEditStrategiesDTO.mjs → esm2015/model/bulkEditStrategiesDTO.js} +0 -0
- /package/{esm2020/model/bulkEditStrategiesResponse.mjs → esm2015/model/bulkEditStrategiesResponse.js} +0 -0
- /package/{esm2020/model/bulkEditStrategyListDTO.mjs → esm2015/model/bulkEditStrategyListDTO.js} +0 -0
- /package/{esm2020/model/bulkstrategiesRequest.mjs → esm2015/model/bulkstrategiesRequest.js} +0 -0
- /package/{esm2020/model/bulkstrategiesUpdateResponse.mjs → esm2015/model/bulkstrategiesUpdateResponse.js} +0 -0
- /package/{esm2020/model/bulkstrategiesValidationRequest.mjs → esm2015/model/bulkstrategiesValidationRequest.js} +0 -0
- /package/{esm2020/model/bulkstrategiesValidationResponse.mjs → esm2015/model/bulkstrategiesValidationResponse.js} +0 -0
- /package/{esm2020/model/cSSThemeEntity.mjs → esm2015/model/cSSThemeEntity.js} +0 -0
- /package/{esm2020/model/campaignDTO.mjs → esm2015/model/campaignDTO.js} +0 -0
- /package/{esm2020/model/campaignESDTO.mjs → esm2015/model/campaignESDTO.js} +0 -0
- /package/{esm2020/model/catalogFeed.mjs → esm2015/model/catalogFeed.js} +0 -0
- /package/{esm2020/model/chartDashboardResponse.mjs → esm2015/model/chartDashboardResponse.js} +0 -0
- /package/{esm2020/model/clickDestination.mjs → esm2015/model/clickDestination.js} +0 -0
- /package/{esm2020/model/clickDestinationAutomationUrls.mjs → esm2015/model/clickDestinationAutomationUrls.js} +0 -0
- /package/{esm2020/model/combinedAudienceAnalysisResponse.mjs → esm2015/model/combinedAudienceAnalysisResponse.js} +0 -0
- /package/{esm2020/model/creative.mjs → esm2015/model/creative.js} +0 -0
- /package/{esm2020/model/creativeCompactDTO.mjs → esm2015/model/creativeCompactDTO.js} +0 -0
- /package/{esm2020/model/creativeDTO.mjs → esm2015/model/creativeDTO.js} +0 -0
- /package/{esm2020/model/creativeDetails.mjs → esm2015/model/creativeDetails.js} +0 -0
- /package/{esm2020/model/creativeFileForSet.mjs → esm2015/model/creativeFileForSet.js} +0 -0
- /package/{esm2020/model/creativeFiles.mjs → esm2015/model/creativeFiles.js} +0 -0
- /package/{esm2020/model/creativeHtmlFileForSet.mjs → esm2015/model/creativeHtmlFileForSet.js} +0 -0
- /package/{esm2020/model/creativeHtmlMockupDTO.mjs → esm2015/model/creativeHtmlMockupDTO.js} +0 -0
- /package/{esm2020/model/creativeListEditField.mjs → esm2015/model/creativeListEditField.js} +0 -0
- /package/{esm2020/model/creativeMockUpsDTO.mjs → esm2015/model/creativeMockUpsDTO.js} +0 -0
- /package/{esm2020/model/creativePerformanceData.mjs → esm2015/model/creativePerformanceData.js} +0 -0
- /package/{esm2020/model/creativeSetDashboardMetric.mjs → esm2015/model/creativeSetDashboardMetric.js} +0 -0
- /package/{esm2020/model/creativeSetDetails.mjs → esm2015/model/creativeSetDetails.js} +0 -0
- /package/{esm2020/model/creativeSetListEditField.mjs → esm2015/model/creativeSetListEditField.js} +0 -0
- /package/{esm2020/model/creativeSetRequest.mjs → esm2015/model/creativeSetRequest.js} +0 -0
- /package/{esm2020/model/creativeSetResponse.mjs → esm2015/model/creativeSetResponse.js} +0 -0
- /package/{esm2020/model/creativeStrategyAssociationStatus.mjs → esm2015/model/creativeStrategyAssociationStatus.js} +0 -0
- /package/{esm2020/model/creativeTemplateDTO.mjs → esm2015/model/creativeTemplateDTO.js} +0 -0
- /package/{esm2020/model/creativeTemplatesMetadataDTO.mjs → esm2015/model/creativeTemplatesMetadataDTO.js} +0 -0
- /package/{esm2020/model/creativeThirdPartyAdTag.mjs → esm2015/model/creativeThirdPartyAdTag.js} +0 -0
- /package/{esm2020/model/customerReportingData.mjs → esm2015/model/customerReportingData.js} +0 -0
- /package/{esm2020/model/customerReportingDataListResponse.mjs → esm2015/model/customerReportingDataListResponse.js} +0 -0
- /package/{esm2020/model/customerReportingRequest.mjs → esm2015/model/customerReportingRequest.js} +0 -0
- /package/{esm2020/model/customerReportingResponse.mjs → esm2015/model/customerReportingResponse.js} +0 -0
- /package/{esm2020/model/dashboardData.mjs → esm2015/model/dashboardData.js} +0 -0
- /package/{esm2020/model/dashboardFilters.mjs → esm2015/model/dashboardFilters.js} +0 -0
- /package/{esm2020/model/dashboardMetrics.mjs → esm2015/model/dashboardMetrics.js} +0 -0
- /package/{esm2020/model/dashboardRequest.mjs → esm2015/model/dashboardRequest.js} +0 -0
- /package/{esm2020/model/dashboardResponse.mjs → esm2015/model/dashboardResponse.js} +0 -0
- /package/{esm2020/model/day.mjs → esm2015/model/day.js} +0 -0
- /package/{esm2020/model/dayPart.mjs → esm2015/model/dayPart.js} +0 -0
- /package/{esm2020/model/dayPartEditField.mjs → esm2015/model/dayPartEditField.js} +0 -0
- /package/{esm2020/model/dcoAttributesDTO.mjs → esm2015/model/dcoAttributesDTO.js} +0 -0
- /package/{esm2020/model/dealCategoryDTO.mjs → esm2015/model/dealCategoryDTO.js} +0 -0
- /package/{esm2020/model/dealCategoryEditField.mjs → esm2015/model/dealCategoryEditField.js} +0 -0
- /package/{esm2020/model/dictionaryResponse.mjs → esm2015/model/dictionaryResponse.js} +0 -0
- /package/{esm2020/model/dmpAudience.mjs → esm2015/model/dmpAudience.js} +0 -0
- /package/{esm2020/model/dmpAudienceCriteria.mjs → esm2015/model/dmpAudienceCriteria.js} +0 -0
- /package/{esm2020/model/dmpAudienceDTO.mjs → esm2015/model/dmpAudienceDTO.js} +0 -0
- /package/{esm2020/model/duplicateCreativeSetResponse.mjs → esm2015/model/duplicateCreativeSetResponse.js} +0 -0
- /package/{esm2020/model/duplicateCreativeSetsRequestDTO.mjs → esm2015/model/duplicateCreativeSetsRequestDTO.js} +0 -0
- /package/{esm2020/model/duplicateStrategyRequestDTO.mjs → esm2015/model/duplicateStrategyRequestDTO.js} +0 -0
- /package/{esm2020/model/duration.mjs → esm2015/model/duration.js} +0 -0
- /package/{esm2020/model/durationModel.mjs → esm2015/model/durationModel.js} +0 -0
- /package/{esm2020/model/dynamicVideoConfigDTO.mjs → esm2015/model/dynamicVideoConfigDTO.js} +0 -0
- /package/{esm2020/model/dynamicVideoDTO.mjs → esm2015/model/dynamicVideoDTO.js} +0 -0
- /package/{esm2020/model/dynamicVideoTemplate.mjs → esm2015/model/dynamicVideoTemplate.js} +0 -0
- /package/{esm2020/model/eResponseobject.mjs → esm2015/model/eResponseobject.js} +0 -0
- /package/{esm2020/model/eligibleUsersRequest.mjs → esm2015/model/eligibleUsersRequest.js} +0 -0
- /package/{esm2020/model/eligibleUsersResponse.mjs → esm2015/model/eligibleUsersResponse.js} +0 -0
- /package/{esm2020/model/endCards.mjs → esm2015/model/endCards.js} +0 -0
- /package/{esm2020/model/extendedBaseModel.mjs → esm2015/model/extendedBaseModel.js} +0 -0
- /package/{esm2020/model/extendedTargetingObject.mjs → esm2015/model/extendedTargetingObject.js} +0 -0
- /package/{esm2020/model/failedDTO.mjs → esm2015/model/failedDTO.js} +0 -0
- /package/{esm2020/model/failedStrategyDTO.mjs → esm2015/model/failedStrategyDTO.js} +0 -0
- /package/{esm2020/model/failedStrategyFieldsDTO.mjs → esm2015/model/failedStrategyFieldsDTO.js} +0 -0
- /package/{esm2020/model/fcapDetails.mjs → esm2015/model/fcapDetails.js} +0 -0
- /package/{esm2020/model/fcapEditField.mjs → esm2015/model/fcapEditField.js} +0 -0
- /package/{esm2020/model/fileDownloadResponse.mjs → esm2015/model/fileDownloadResponse.js} +0 -0
- /package/{esm2020/model/filterModel.mjs → esm2015/model/filterModel.js} +0 -0
- /package/{esm2020/model/geoListDTO.mjs → esm2015/model/geoListDTO.js} +0 -0
- /package/{esm2020/model/geoListRequest.mjs → esm2015/model/geoListRequest.js} +0 -0
- /package/{esm2020/model/hybridAdMapping.mjs → esm2015/model/hybridAdMapping.js} +0 -0
- /package/{esm2020/model/incrementalityReportDTO.mjs → esm2015/model/incrementalityReportDTO.js} +0 -0
- /package/{esm2020/model/incrementalityReportResponse.mjs → esm2015/model/incrementalityReportResponse.js} +0 -0
- /package/{esm2020/model/incrementalityResponse.mjs → esm2015/model/incrementalityResponse.js} +0 -0
- /package/{esm2020/model/integerEditField.mjs → esm2015/model/integerEditField.js} +0 -0
- /package/{esm2020/model/macro.mjs → esm2015/model/macro.js} +0 -0
- /package/{esm2020/model/mapintResponseMessage.mjs → esm2015/model/mapintResponseMessage.js} +0 -0
- /package/{esm2020/model/maplongResponseMessage.mjs → esm2015/model/maplongResponseMessage.js} +0 -0
- /package/{esm2020/model/menuCrubResponse.mjs → esm2015/model/menuCrubResponse.js} +0 -0
- /package/{esm2020/model/metaRuleDto.mjs → esm2015/model/metaRuleDto.js} +0 -0
- /package/{esm2020/model/metaRulesDto.mjs → esm2015/model/metaRulesDto.js} +0 -0
- /package/{esm2020/model/modelError.mjs → esm2015/model/modelError.js} +0 -0
- /package/{esm2020/model/models.mjs → esm2015/model/models.js} +0 -0
- /package/{esm2020/model/nameAndTitleModel.mjs → esm2015/model/nameAndTitleModel.js} +0 -0
- /package/{esm2020/model/nativeAssetPojo.mjs → esm2015/model/nativeAssetPojo.js} +0 -0
- /package/{esm2020/model/notificationListResponseNotificationResponse.mjs → esm2015/model/notificationListResponseNotificationResponse.js} +0 -0
- /package/{esm2020/model/notificationResponse.mjs → esm2015/model/notificationResponse.js} +0 -0
- /package/{esm2020/model/parentBasedObject.mjs → esm2015/model/parentBasedObject.js} +0 -0
- /package/{esm2020/model/pixel.mjs → esm2015/model/pixel.js} +0 -0
- /package/{esm2020/model/pixelDataFileDTO.mjs → esm2015/model/pixelDataFileDTO.js} +0 -0
- /package/{esm2020/model/pixelDataScheduleDTO.mjs → esm2015/model/pixelDataScheduleDTO.js} +0 -0
- /package/{esm2020/model/pixelRemoteConfigDTO.mjs → esm2015/model/pixelRemoteConfigDTO.js} +0 -0
- /package/{esm2020/model/platformAudienceDTO.mjs → esm2015/model/platformAudienceDTO.js} +0 -0
- /package/{esm2020/model/rTBAggregators.mjs → esm2015/model/rTBAggregators.js} +0 -0
- /package/{esm2020/model/rTBAggregatorsEditField.mjs → esm2015/model/rTBAggregatorsEditField.js} +0 -0
- /package/{esm2020/model/rTBSites.mjs → esm2015/model/rTBSites.js} +0 -0
- /package/{esm2020/model/rTBSitesEditField.mjs → esm2015/model/rTBSitesEditField.js} +0 -0
- /package/{esm2020/model/remoteFileDTO.mjs → esm2015/model/remoteFileDTO.js} +0 -0
- /package/{esm2020/model/reportProperty.mjs → esm2015/model/reportProperty.js} +0 -0
- /package/{esm2020/model/reportingRequest.mjs → esm2015/model/reportingRequest.js} +0 -0
- /package/{esm2020/model/reportingResponse.mjs → esm2015/model/reportingResponse.js} +0 -0
- /package/{esm2020/model/responseMessage.mjs → esm2015/model/responseMessage.js} +0 -0
- /package/{esm2020/model/ruleComponentDTO.mjs → esm2015/model/ruleComponentDTO.js} +0 -0
- /package/{esm2020/model/ruleDTO.mjs → esm2015/model/ruleDTO.js} +0 -0
- /package/{esm2020/model/ruleOperatorDto.mjs → esm2015/model/ruleOperatorDto.js} +0 -0
- /package/{esm2020/model/ruleValueDto.mjs → esm2015/model/ruleValueDto.js} +0 -0
- /package/{esm2020/model/searchRequest.mjs → esm2015/model/searchRequest.js} +0 -0
- /package/{esm2020/model/siteListDTO.mjs → esm2015/model/siteListDTO.js} +0 -0
- /package/{esm2020/model/siteListRequest.mjs → esm2015/model/siteListRequest.js} +0 -0
- /package/{esm2020/model/size.mjs → esm2015/model/size.js} +0 -0
- /package/{esm2020/model/skadTargetPrivileges.mjs → esm2015/model/skadTargetPrivileges.js} +0 -0
- /package/{esm2020/model/slicexChartResponse.mjs → esm2015/model/slicexChartResponse.js} +0 -0
- /package/{esm2020/model/slicexData.mjs → esm2015/model/slicexData.js} +0 -0
- /package/{esm2020/model/slicexGridData.mjs → esm2015/model/slicexGridData.js} +0 -0
- /package/{esm2020/model/slicexListResponse.mjs → esm2015/model/slicexListResponse.js} +0 -0
- /package/{esm2020/model/slicexRequest.mjs → esm2015/model/slicexRequest.js} +0 -0
- /package/{esm2020/model/slicexRequestExtended.mjs → esm2015/model/slicexRequestExtended.js} +0 -0
- /package/{esm2020/model/sortModel.mjs → esm2015/model/sortModel.js} +0 -0
- /package/{esm2020/model/statusBaseObject.mjs → esm2015/model/statusBaseObject.js} +0 -0
- /package/{esm2020/model/strategy.mjs → esm2015/model/strategy.js} +0 -0
- /package/{esm2020/model/strategyCreativeAssociationRequestDTO.mjs → esm2015/model/strategyCreativeAssociationRequestDTO.js} +0 -0
- /package/{esm2020/model/strategyCreativeAssociationResponseDTO.mjs → esm2015/model/strategyCreativeAssociationResponseDTO.js} +0 -0
- /package/{esm2020/model/strategyDTO.mjs → esm2015/model/strategyDTO.js} +0 -0
- /package/{esm2020/model/strategyListEditField.mjs → esm2015/model/strategyListEditField.js} +0 -0
- /package/{esm2020/model/strategyQuickEditDTO.mjs → esm2015/model/strategyQuickEditDTO.js} +0 -0
- /package/{esm2020/model/strategyUpdateResponse.mjs → esm2015/model/strategyUpdateResponse.js} +0 -0
- /package/{esm2020/model/stringEditField.mjs → esm2015/model/stringEditField.js} +0 -0
- /package/{esm2020/model/tag.mjs → esm2015/model/tag.js} +0 -0
- /package/{esm2020/model/targetAppCategories.mjs → esm2015/model/targetAppCategories.js} +0 -0
- /package/{esm2020/model/targetBrowsers.mjs → esm2015/model/targetBrowsers.js} +0 -0
- /package/{esm2020/model/targetDeviceTypes.mjs → esm2015/model/targetDeviceTypes.js} +0 -0
- /package/{esm2020/model/targetGeoDTO.mjs → esm2015/model/targetGeoDTO.js} +0 -0
- /package/{esm2020/model/targetGeoEditField.mjs → esm2015/model/targetGeoEditField.js} +0 -0
- /package/{esm2020/model/targetMobileDeviceBrands.mjs → esm2015/model/targetMobileDeviceBrands.js} +0 -0
- /package/{esm2020/model/targetMobileDeviceModels.mjs → esm2015/model/targetMobileDeviceModels.js} +0 -0
- /package/{esm2020/model/targetMobileDevices.mjs → esm2015/model/targetMobileDevices.js} +0 -0
- /package/{esm2020/model/targetOperatingSystem.mjs → esm2015/model/targetOperatingSystem.js} +0 -0
- /package/{esm2020/model/targetOperatingSystemEditField.mjs → esm2015/model/targetOperatingSystemEditField.js} +0 -0
- /package/{esm2020/model/targetingObject.mjs → esm2015/model/targetingObject.js} +0 -0
- /package/{esm2020/model/templateThemeDTO.mjs → esm2015/model/templateThemeDTO.js} +0 -0
- /package/{esm2020/model/templateVariablesDTO.mjs → esm2015/model/templateVariablesDTO.js} +0 -0
- /package/{esm2020/model/timeZoneDTO.mjs → esm2015/model/timeZoneDTO.js} +0 -0
- /package/{esm2020/model/totalUniqueUserRequest.mjs → esm2015/model/totalUniqueUserRequest.js} +0 -0
- /package/{esm2020/model/userPreferenceCategory.mjs → esm2015/model/userPreferenceCategory.js} +0 -0
- /package/{esm2020/model/userPreferenceDTO.mjs → esm2015/model/userPreferenceDTO.js} +0 -0
- /package/{esm2020/model/variablesMappingDTO.mjs → esm2015/model/variablesMappingDTO.js} +0 -0
- /package/{esm2020/model/vastCreative.mjs → esm2015/model/vastCreative.js} +0 -0
- /package/{esm2020/model/videoAttributes.mjs → esm2015/model/videoAttributes.js} +0 -0
- /package/{esm2020/model/videoProperties.mjs → esm2015/model/videoProperties.js} +0 -0
- /package/{esm2020/model/videoTargeting.mjs → esm2015/model/videoTargeting.js} +0 -0
- /package/{esm2020/model/whitelabelingEntity.mjs → esm2015/model/whitelabelingEntity.js} +0 -0
- /package/{esm2020/revxui-api-clients-ts.mjs → esm2015/revxui-api-clients-ts.js} +0 -0
- /package/{esm2020/variables.mjs → esm2015/variables.js} +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.350
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.350 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -1,8 +1,18 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
4
15
|
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
16
|
export declare class AdminControllerService {
|
|
7
17
|
protected httpClient: HttpClient;
|
|
8
18
|
protected basePath: string;
|
|
@@ -69,6 +79,4 @@ export declare class AdminControllerService {
|
|
|
69
79
|
checkSAdminUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
|
|
70
80
|
checkSAdminUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
|
|
71
81
|
checkSAdminUsingGET(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdminControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
73
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AdminControllerService>;
|
|
74
82
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { AdvertiserPojo } from '../model/advertiserPojo';
|
|
@@ -10,7 +21,6 @@ import { ApiResponseObjectTag } from '../model/apiResponseObjectTag';
|
|
|
10
21
|
import { ApiResponseObjectboolean } from '../model/apiResponseObjectboolean';
|
|
11
22
|
import { SearchRequest } from '../model/searchRequest';
|
|
12
23
|
import { Configuration } from '../configuration';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
24
|
export declare class AdvertiserControllerService {
|
|
15
25
|
protected httpClient: HttpClient;
|
|
16
26
|
protected basePath: string;
|
|
@@ -157,6 +167,4 @@ export declare class AdvertiserControllerService {
|
|
|
157
167
|
updateSettingsUsingPOST(id: number, settings: AdvertiserSettings, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAdvertiserSettings>;
|
|
158
168
|
updateSettingsUsingPOST(id: number, settings: AdvertiserSettings, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAdvertiserSettings>>;
|
|
159
169
|
updateSettingsUsingPOST(id: number, settings: AdvertiserSettings, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAdvertiserSettings>>;
|
|
160
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
161
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
|
|
162
170
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectAdvertiserDynamicVideoConfig } from '../model/apiResponseObjectAdvertiserDynamicVideoConfig';
|
|
@@ -7,7 +18,6 @@ import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResp
|
|
|
7
18
|
import { AppSettingsDTO } from '../model/appSettingsDTO';
|
|
8
19
|
import { DynamicVideoDTO } from '../model/dynamicVideoDTO';
|
|
9
20
|
import { Configuration } from '../configuration';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
21
|
export declare class AppSettingsControllerService {
|
|
12
22
|
protected httpClient: HttpClient;
|
|
13
23
|
protected basePath: string;
|
|
@@ -91,6 +101,4 @@ export declare class AppSettingsControllerService {
|
|
|
91
101
|
upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
92
102
|
upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
93
103
|
upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
94
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppSettingsControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
95
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AppSettingsControllerService>;
|
|
96
104
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectApiListResponseAudiencePerformanceDTO } from '../model/apiResponseObjectApiListResponseAudiencePerformanceDTO';
|
|
@@ -26,7 +37,6 @@ import { PlatformAudienceDTO } from '../model/platformAudienceDTO';
|
|
|
26
37
|
import { SearchRequest } from '../model/searchRequest';
|
|
27
38
|
import { TotalUniqueUserRequest } from '../model/totalUniqueUserRequest';
|
|
28
39
|
import { Configuration } from '../configuration';
|
|
29
|
-
import * as i0 from "@angular/core";
|
|
30
40
|
export declare class AudienceControllerService {
|
|
31
41
|
protected httpClient: HttpClient;
|
|
32
42
|
protected basePath: string;
|
|
@@ -314,6 +324,4 @@ export declare class AudienceControllerService {
|
|
|
314
324
|
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
315
325
|
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
316
326
|
validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
317
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
318
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
|
|
319
327
|
}
|
|
@@ -1,10 +1,20 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiListResponseActivityLog } from '../model/apiListResponseActivityLog';
|
|
4
15
|
import { ApiResponseObjectListAuditDetails } from '../model/apiResponseObjectListAuditDetails';
|
|
5
16
|
import { ApiResponseObjectListAuditMarker } from '../model/apiResponseObjectListAuditMarker';
|
|
6
17
|
import { Configuration } from '../configuration';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
18
|
export declare class AuditControllerService {
|
|
9
19
|
protected httpClient: HttpClient;
|
|
10
20
|
protected basePath: string;
|
|
@@ -60,6 +70,4 @@ export declare class AuditControllerService {
|
|
|
60
70
|
getUserActivityLogUsingGET(entities?: string, pageNumber?: number, pageSize?: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseActivityLog>;
|
|
61
71
|
getUserActivityLogUsingGET(entities?: string, pageNumber?: number, pageSize?: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseActivityLog>>;
|
|
62
72
|
getUserActivityLogUsingGET(entities?: string, pageNumber?: number, pageSize?: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseActivityLog>>;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuditControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
64
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AuditControllerService>;
|
|
65
73
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO';
|
|
@@ -9,7 +20,6 @@ import { BulkEditStrategiesDTO } from '../model/bulkEditStrategiesDTO';
|
|
|
9
20
|
import { BulkstrategiesRequest } from '../model/bulkstrategiesRequest';
|
|
10
21
|
import { BulkstrategiesValidationRequest } from '../model/bulkstrategiesValidationRequest';
|
|
11
22
|
import { Configuration } from '../configuration';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
23
|
export declare class BulkStrategyControllerService {
|
|
14
24
|
protected httpClient: HttpClient;
|
|
15
25
|
protected basePath: string;
|
|
@@ -83,6 +93,4 @@ export declare class BulkStrategyControllerService {
|
|
|
83
93
|
importAndValidateTSVFileUsingPOST(request: BulkstrategiesValidationRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListBulkstrategiesValidationResponse>;
|
|
84
94
|
importAndValidateTSVFileUsingPOST(request: BulkstrategiesValidationRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListBulkstrategiesValidationResponse>>;
|
|
85
95
|
importAndValidateTSVFileUsingPOST(request: BulkstrategiesValidationRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListBulkstrategiesValidationResponse>>;
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulkStrategyControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
87
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BulkStrategyControllerService>;
|
|
88
96
|
}
|
|
@@ -1,8 +1,18 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectWhitelabelingEntity } from '../model/apiResponseObjectWhitelabelingEntity';
|
|
4
15
|
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
16
|
export declare class CSSThemeController_Service {
|
|
7
17
|
protected httpClient: HttpClient;
|
|
8
18
|
protected basePath: string;
|
|
@@ -38,6 +48,4 @@ export declare class CSSThemeController_Service {
|
|
|
38
48
|
themeBySubDomainUsingGET(subdomain: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectWhitelabelingEntity>;
|
|
39
49
|
themeBySubDomainUsingGET(subdomain: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectWhitelabelingEntity>>;
|
|
40
50
|
themeBySubDomainUsingGET(subdomain: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectWhitelabelingEntity>>;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CSSThemeController_Service, [null, { optional: true; }, { optional: true; }]>;
|
|
42
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CSSThemeController_Service>;
|
|
43
51
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectCampaignDTO } from '../model/apiResponseObjectCampaignDTO';
|
|
@@ -7,7 +18,6 @@ import { CampaignDTO } from '../model/campaignDTO';
|
|
|
7
18
|
import { IncrementalityReportDTO } from '../model/incrementalityReportDTO';
|
|
8
19
|
import { IncrementalityResponse } from '../model/incrementalityResponse';
|
|
9
20
|
import { Configuration } from '../configuration';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
21
|
export declare class CampaignControllerService {
|
|
12
22
|
protected httpClient: HttpClient;
|
|
13
23
|
protected basePath: string;
|
|
@@ -107,6 +117,4 @@ export declare class CampaignControllerService {
|
|
|
107
117
|
updateCampaignUsingPOST(campaign: CampaignDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCampaignDTO>;
|
|
108
118
|
updateCampaignUsingPOST(campaign: CampaignDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCampaignDTO>>;
|
|
109
119
|
updateCampaignUsingPOST(campaign: CampaignDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCampaignDTO>>;
|
|
110
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
111
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
|
|
112
120
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiListResponseMacro } from '../model/apiListResponseMacro';
|
|
@@ -7,7 +18,6 @@ import { ApiResponseObjectCatalogFeed } from '../model/apiResponseObjectCatalogF
|
|
|
7
18
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
8
19
|
import { SearchRequest } from '../model/searchRequest';
|
|
9
20
|
import { Configuration } from '../configuration';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
21
|
export declare class CatalogControllerService {
|
|
12
22
|
protected httpClient: HttpClient;
|
|
13
23
|
protected basePath: string;
|
|
@@ -85,6 +95,4 @@ export declare class CatalogControllerService {
|
|
|
85
95
|
getVariableMappingsUsingPOST(feedId: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseVariablesMappingDTO>;
|
|
86
96
|
getVariableMappingsUsingPOST(feedId: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseVariablesMappingDTO>>;
|
|
87
97
|
getVariableMappingsUsingPOST(feedId: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseVariablesMappingDTO>>;
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
89
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CatalogControllerService>;
|
|
90
98
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectApiListResponseClickDestination } from '../model/apiResponseObjectApiListResponseClickDestination';
|
|
@@ -6,7 +17,6 @@ import { ApiResponseObjectClickDestinationAutomationUrls } from '../model/apiRes
|
|
|
6
17
|
import { ClickDestination } from '../model/clickDestination';
|
|
7
18
|
import { SearchRequest } from '../model/searchRequest';
|
|
8
19
|
import { Configuration } from '../configuration';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
20
|
export declare class ClickDestinationControllerService {
|
|
11
21
|
protected httpClient: HttpClient;
|
|
12
22
|
protected basePath: string;
|
|
@@ -81,6 +91,4 @@ export declare class ClickDestinationControllerService {
|
|
|
81
91
|
updateClickDestinationUsingPOST(clickDestination: ClickDestination, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectClickDestination>;
|
|
82
92
|
updateClickDestinationUsingPOST(clickDestination: ClickDestination, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectClickDestination>>;
|
|
83
93
|
updateClickDestinationUsingPOST(clickDestination: ClickDestination, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectClickDestination>>;
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickDestinationControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
85
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ClickDestinationControllerService>;
|
|
86
94
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiListResponseCreativeDTO } from '../model/apiListResponseCreativeDTO';
|
|
@@ -13,7 +24,6 @@ import { CreativeThirdPartyAdTag } from '../model/creativeThirdPartyAdTag';
|
|
|
13
24
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
14
25
|
import { SearchRequest } from '../model/searchRequest';
|
|
15
26
|
import { Configuration } from '../configuration';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
27
|
export declare class CreativeControllerService {
|
|
18
28
|
protected httpClient: HttpClient;
|
|
19
29
|
protected basePath: string;
|
|
@@ -162,6 +172,4 @@ export declare class CreativeControllerService {
|
|
|
162
172
|
updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeDTO>;
|
|
163
173
|
updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeDTO>>;
|
|
164
174
|
updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeDTO>>;
|
|
165
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CreativeControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
166
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CreativeControllerService>;
|
|
167
175
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiListResponseCreativeTemplateDTO } from '../model/apiListResponseCreativeTemplateDTO';
|
|
@@ -15,7 +26,6 @@ import { CreativeSetRequest } from '../model/creativeSetRequest';
|
|
|
15
26
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
16
27
|
import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
|
|
17
28
|
import { Configuration } from '../configuration';
|
|
18
|
-
import * as i0 from "@angular/core";
|
|
19
29
|
export declare class CreativeSetsControllerService {
|
|
20
30
|
protected httpClient: HttpClient;
|
|
21
31
|
protected basePath: string;
|
|
@@ -171,6 +181,4 @@ export declare class CreativeSetsControllerService {
|
|
|
171
181
|
updateUsingPOST(creativeSetRequest: CreativeSetRequest, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
|
|
172
182
|
updateUsingPOST(creativeSetRequest: CreativeSetRequest, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
|
|
173
183
|
updateUsingPOST(creativeSetRequest: CreativeSetRequest, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CreativeSetsControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
175
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CreativeSetsControllerService>;
|
|
176
184
|
}
|
|
@@ -1,10 +1,20 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectListTemplateThemeDTO } from '../model/apiResponseObjectListTemplateThemeDTO';
|
|
4
15
|
import { ApiResponseObjectTemplateThemeDTO } from '../model/apiResponseObjectTemplateThemeDTO';
|
|
5
16
|
import { TemplateThemeDTO } from '../model/templateThemeDTO';
|
|
6
17
|
import { Configuration } from '../configuration';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
18
|
export declare class CreativeTemplateThemesControllerService {
|
|
9
19
|
protected httpClient: HttpClient;
|
|
10
20
|
protected basePath: string;
|
|
@@ -65,6 +75,4 @@ export declare class CreativeTemplateThemesControllerService {
|
|
|
65
75
|
updateTemplateThemeUsingPOST(id: number, themeDTO: TemplateThemeDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectTemplateThemeDTO>;
|
|
66
76
|
updateTemplateThemeUsingPOST(id: number, themeDTO: TemplateThemeDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectTemplateThemeDTO>>;
|
|
67
77
|
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>;
|
|
70
78
|
}
|
|
@@ -1,8 +1,18 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectListTemplateVariablesDTO } from '../model/apiResponseObjectListTemplateVariablesDTO';
|
|
4
15
|
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
16
|
export declare class CreativeTemplateVariablesControllerService {
|
|
7
17
|
protected httpClient: HttpClient;
|
|
8
18
|
protected basePath: string;
|
|
@@ -25,6 +35,4 @@ export declare class CreativeTemplateVariablesControllerService {
|
|
|
25
35
|
getTemplateVariablesUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListTemplateVariablesDTO>;
|
|
26
36
|
getTemplateVariablesUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListTemplateVariablesDTO>>;
|
|
27
37
|
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>;
|
|
30
38
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectApiListResponseCreativeTemplateDTO } from '../model/apiResponseObjectApiListResponseCreativeTemplateDTO';
|
|
@@ -5,7 +16,6 @@ import { ApiResponseObjectCreativeTemplatesMetadataDTO } from '../model/apiRespo
|
|
|
5
16
|
import { ApiResponseObjectListCreativeFiles } from '../model/apiResponseObjectListCreativeFiles';
|
|
6
17
|
import { CreativeMockUpsDTO } from '../model/creativeMockUpsDTO';
|
|
7
18
|
import { Configuration } from '../configuration';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
19
|
export declare class CreativeTemplatesControllerService {
|
|
10
20
|
protected httpClient: HttpClient;
|
|
11
21
|
protected basePath: string;
|
|
@@ -59,6 +69,4 @@ export declare class CreativeTemplatesControllerService {
|
|
|
59
69
|
saveProductImagesUsingPOST(mockupDTO: CreativeMockUpsDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListCreativeFiles>;
|
|
60
70
|
saveProductImagesUsingPOST(mockupDTO: CreativeMockUpsDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListCreativeFiles>>;
|
|
61
71
|
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>;
|
|
64
72
|
}
|
|
@@ -1,9 +1,19 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { CustomerReportingRequest } from '../model/customerReportingRequest';
|
|
4
15
|
import { CustomerReportingResponse } from '../model/customerReportingResponse';
|
|
5
16
|
import { Configuration } from '../configuration';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
17
|
export declare class CustomerReportingControllerService {
|
|
8
18
|
protected httpClient: HttpClient;
|
|
9
19
|
protected basePath: string;
|
|
@@ -27,6 +37,4 @@ export declare class CustomerReportingControllerService {
|
|
|
27
37
|
customerReportUsingPOST(customerReportingRequest: CustomerReportingRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<CustomerReportingResponse>;
|
|
28
38
|
customerReportUsingPOST(customerReportingRequest: CustomerReportingRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CustomerReportingResponse>>;
|
|
29
39
|
customerReportUsingPOST(customerReportingRequest: CustomerReportingRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CustomerReportingResponse>>;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomerReportingControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
31
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CustomerReportingControllerService>;
|
|
32
40
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
|
|
@@ -14,7 +25,6 @@ import { ApiResponseObjectParentBasedObject } from '../model/apiResponseObjectPa
|
|
|
14
25
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
15
26
|
import { SearchRequest } from '../model/searchRequest';
|
|
16
27
|
import { Configuration } from '../configuration';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
28
|
export declare class DashboardControllerService {
|
|
19
29
|
protected httpClient: HttpClient;
|
|
20
30
|
protected basePath: string;
|
|
@@ -229,6 +239,4 @@ export declare class DashboardControllerService {
|
|
|
229
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<ApiResponseObjectMapintResponseMessage>;
|
|
230
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<ApiResponseObjectMapintResponseMessage>>;
|
|
231
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<ApiResponseObjectMapintResponseMessage>>;
|
|
232
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
233
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DashboardControllerService>;
|
|
234
242
|
}
|
|
@@ -1,10 +1,20 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
4
15
|
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
5
16
|
import { NotificationListResponseNotificationResponse } from '../model/notificationListResponseNotificationResponse';
|
|
6
17
|
import { Configuration } from '../configuration';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
18
|
export declare class NotificationsControllerService {
|
|
9
19
|
protected httpClient: HttpClient;
|
|
10
20
|
protected basePath: string;
|
|
@@ -64,6 +74,4 @@ export declare class NotificationsControllerService {
|
|
|
64
74
|
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
65
75
|
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
66
76
|
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>;
|
|
69
77
|
}
|
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectApiListResponsePixel } from '../model/apiResponseObjectApiListResponsePixel';
|
|
@@ -7,7 +18,6 @@ import { ApiResponseObjectTag } from '../model/apiResponseObjectTag';
|
|
|
7
18
|
import { Pixel } from '../model/pixel';
|
|
8
19
|
import { SearchRequest } from '../model/searchRequest';
|
|
9
20
|
import { Configuration } from '../configuration';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
21
|
export declare class PixelControllerService {
|
|
12
22
|
protected httpClient: HttpClient;
|
|
13
23
|
protected basePath: string;
|
|
@@ -106,6 +116,4 @@ export declare class PixelControllerService {
|
|
|
106
116
|
updateUsingPOST1(id: number, pixel: Pixel, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectPixel>;
|
|
107
117
|
updateUsingPOST1(id: number, pixel: Pixel, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectPixel>>;
|
|
108
118
|
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>;
|
|
111
119
|
}
|
|
@@ -1,10 +1,20 @@
|
|
|
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
|
+
*/
|
|
1
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
13
|
import { Observable } from 'rxjs';
|
|
3
14
|
import { ApiResponseObjectReportingResponse } from '../model/apiResponseObjectReportingResponse';
|
|
4
15
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
5
16
|
import { ReportingRequest } from '../model/reportingRequest';
|
|
6
17
|
import { Configuration } from '../configuration';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
18
|
export declare class ReportingControllerService {
|
|
9
19
|
protected httpClient: HttpClient;
|
|
10
20
|
protected basePath: string;
|
|
@@ -56,6 +66,4 @@ export declare class ReportingControllerService {
|
|
|
56
66
|
reportConfigUsingGET(entity: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
|
|
57
67
|
reportConfigUsingGET(entity: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
|
|
58
68
|
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>;
|
|
61
69
|
}
|