@revxui/api-clients-ts 1.1.486 → 1.1.487
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/api.d.ts +3 -1
- package/api/appSettingsController.service.d.ts +3 -3
- package/api/creativeSetsController.service.d.ts +3 -3
- package/api/creativeSetsV2Controller.service.d.ts +97 -0
- package/api/pixelController.service.d.ts +3 -3
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/api.mjs +4 -2
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/appsFlyerController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +2 -2
- package/esm2020/api/bidFunnelController.service.mjs +2 -2
- package/esm2020/api/bulkStrategyController.service.mjs +2 -2
- package/esm2020/api/cSSThemeController_.service.mjs +2 -2
- package/esm2020/api/campaignController.service.mjs +2 -2
- package/esm2020/api/catalogController.service.mjs +2 -2
- package/esm2020/api/clickDestinationController.service.mjs +2 -2
- package/esm2020/api/creativeController.service.mjs +2 -2
- package/esm2020/api/creativeSetsController.service.mjs +5 -5
- package/esm2020/api/creativeSetsV2Controller.service.mjs +251 -0
- package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
- package/esm2020/api/customerReportingController.service.mjs +2 -2
- package/esm2020/api/dCOVideoSettingsController.service.mjs +2 -2
- package/esm2020/api/dashboardController.service.mjs +2 -2
- package/esm2020/api/experimentsController.service.mjs +2 -2
- package/esm2020/api/notificationsController.service.mjs +2 -2
- package/esm2020/api/pixelController.service.mjs +5 -5
- package/esm2020/api/reportController.service.mjs +2 -2
- package/esm2020/api/reportingController.service.mjs +2 -2
- package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
- package/esm2020/api/safeguardController.service.mjs +2 -2
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +2 -2
- package/esm2020/api/strategyTemplateController.service.mjs +2 -2
- package/esm2020/api/uILoggerController.service.mjs +2 -2
- package/esm2020/api/userPreferenceController.service.mjs +2 -2
- package/esm2020/api.module.mjs +4 -1
- package/esm2020/model/advertiserAppSettingsDTO.mjs +3 -2
- package/esm2020/model/advertiserSettings.mjs +9 -2
- package/esm2020/model/apiListResponseCreativeSizeMappingDTO.mjs +2 -0
- package/esm2020/model/appSettingsDTO.mjs +3 -2
- package/esm2020/model/assetSelectionDTO.mjs +8 -0
- package/esm2020/model/creativeAssetOptimizationRequest.mjs +23 -0
- package/esm2020/model/creativeAssetUploadResponse.mjs +20 -0
- package/esm2020/model/creativeDTO.mjs +6 -1
- package/esm2020/model/creativeEntity.mjs +6 -1
- package/esm2020/model/creativeSetDetails.mjs +1 -1
- package/esm2020/model/creativeSetPerformanceList.mjs +1 -1
- package/esm2020/model/creativeSizeMappingDTO.mjs +38 -0
- package/esm2020/model/models.mjs +9 -1
- package/esm2020/model/optimizationJobItemStatusDTO.mjs +21 -0
- package/esm2020/model/optimizationJobStatusResponse.mjs +11 -0
- package/esm2020/model/selectedTargetDTO.mjs +24 -0
- package/esm2020/model/strategyDTO.mjs +1 -1
- package/esm2020/model/videoAttributes.mjs +6 -1
- package/fesm2015/revxui-api-clients-ts.mjs +460 -42
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +458 -42
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/advertiserAppSettingsDTO.d.ts +2 -1
- package/model/advertiserSettings.d.ts +9 -0
- package/model/apiListResponseCreativeSizeMappingDTO.d.ts +16 -0
- package/model/appSettingsDTO.d.ts +2 -1
- package/model/assetSelectionDTO.d.ts +25 -0
- package/model/creativeAssetOptimizationRequest.d.ts +41 -0
- package/model/creativeAssetUploadResponse.d.ts +26 -0
- package/model/creativeDTO.d.ts +7 -0
- package/model/creativeEntity.d.ts +7 -0
- package/model/creativeSetDetails.d.ts +1 -0
- package/model/creativeSetPerformanceList.d.ts +1 -0
- package/model/creativeSizeMappingDTO.d.ts +47 -0
- package/model/models.d.ts +8 -0
- package/model/optimizationJobItemStatusDTO.d.ts +27 -0
- package/model/optimizationJobStatusResponse.d.ts +32 -0
- package/model/selectedTargetDTO.d.ts +30 -0
- package/model/strategyDTO.d.ts +0 -1
- package/model/videoAttributes.d.ts +7 -0
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.