@revxui/api-clients-ts 1.1.485 → 1.1.486
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 +1 -3
- package/api/appSettingsController.service.d.ts +3 -3
- package/api/creativeSetsController.service.d.ts +3 -3
- 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 +2 -4
- 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/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 +1 -4
- package/esm2020/model/advertiserAppSettingsDTO.mjs +2 -3
- package/esm2020/model/advertiserSettings.mjs +2 -9
- package/esm2020/model/appSettingsDTO.mjs +2 -3
- package/esm2020/model/creativeDTO.mjs +1 -6
- package/esm2020/model/creativeEntity.mjs +1 -6
- package/esm2020/model/creativeSetDetails.mjs +1 -1
- package/esm2020/model/creativeSetPerformanceList.mjs +1 -1
- package/esm2020/model/models.mjs +1 -10
- package/esm2020/model/strategyDTO.mjs +1 -1
- package/esm2020/model/videoAttributes.mjs +1 -6
- package/fesm2015/revxui-api-clients-ts.mjs +42 -471
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +42 -469
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/advertiserAppSettingsDTO.d.ts +1 -2
- package/model/advertiserSettings.d.ts +0 -9
- package/model/appSettingsDTO.d.ts +1 -2
- package/model/creativeDTO.d.ts +0 -7
- package/model/creativeEntity.d.ts +0 -7
- package/model/creativeSetDetails.d.ts +0 -1
- package/model/creativeSetPerformanceList.d.ts +0 -1
- package/model/models.d.ts +0 -9
- package/model/strategyDTO.d.ts +1 -0
- package/model/videoAttributes.d.ts +0 -7
- package/package.json +1 -1
- package/api/creativeSetsV2Controller.service.d.ts +0 -97
- package/esm2020/api/creativeSetsV2Controller.service.mjs +0 -251
- package/esm2020/model/apiListResponseCreativeSizeMappingDTO.mjs +0 -2
- package/esm2020/model/assetSelectionDTO.mjs +0 -2
- package/esm2020/model/creativeAssetOptimizationRequest.mjs +0 -23
- package/esm2020/model/creativeAssetUploadResponse.mjs +0 -20
- package/esm2020/model/creativeSizeMappingDTO.mjs +0 -38
- package/esm2020/model/endCardSelectionDTO.mjs +0 -19
- package/esm2020/model/optimizationJobItemStatusDTO.mjs +0 -21
- package/esm2020/model/optimizationJobStatusResponse.mjs +0 -11
- package/esm2020/model/selectedTargetDTO.mjs +0 -24
- package/model/apiListResponseCreativeSizeMappingDTO.d.ts +0 -16
- package/model/assetSelectionDTO.d.ts +0 -18
- package/model/creativeAssetOptimizationRequest.d.ts +0 -41
- package/model/creativeAssetUploadResponse.d.ts +0 -26
- package/model/creativeSizeMappingDTO.d.ts +0 -47
- package/model/endCardSelectionDTO.d.ts +0 -22
- package/model/optimizationJobItemStatusDTO.d.ts +0 -27
- package/model/optimizationJobStatusResponse.d.ts +0 -32
- package/model/selectedTargetDTO.d.ts +0 -30
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.