@revxui/api-clients-ts 1.1.489 → 1.1.490
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/creativeSetsV2Controller.service.d.ts +9 -9
- package/esm2020/api/creativeSetsV2Controller.service.mjs +1 -1
- package/esm2020/model/assetSelectionDTO.mjs +1 -1
- package/esm2020/model/creativeAssetUploadResponse.mjs +1 -1
- package/esm2020/model/creativeDTO.mjs +1 -6
- package/esm2020/model/creativeEntity.mjs +1 -6
- package/esm2020/model/optimizationJobStatusResponse.mjs +1 -1
- package/esm2020/model/videoAttributes.mjs +1 -6
- package/fesm2015/revxui-api-clients-ts.mjs +0 -15
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +0 -15
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/assetSelectionDTO.d.ts +1 -1
- package/model/creativeAssetUploadResponse.d.ts +1 -1
- package/model/creativeDTO.d.ts +0 -7
- package/model/creativeEntity.d.ts +0 -7
- package/model/optimizationJobStatusResponse.d.ts +1 -1
- package/model/videoAttributes.d.ts +0 -7
- package/package.json +1 -1
|
@@ -12223,11 +12223,6 @@ var CreativeCompactDTO;
|
|
|
12223
12223
|
|
|
12224
12224
|
var CreativeDTO;
|
|
12225
12225
|
(function (CreativeDTO) {
|
|
12226
|
-
CreativeDTO.BorderTypeEnum = {
|
|
12227
|
-
NONE: 'NONE',
|
|
12228
|
-
BLACK: 'BLACK',
|
|
12229
|
-
BLUR: 'BLUR'
|
|
12230
|
-
};
|
|
12231
12226
|
CreativeDTO.ContentTypeEnum = {
|
|
12232
12227
|
ZIP: 'ZIP',
|
|
12233
12228
|
JPG: 'JPG',
|
|
@@ -12296,11 +12291,6 @@ var CreativeDetails;
|
|
|
12296
12291
|
|
|
12297
12292
|
var CreativeEntity;
|
|
12298
12293
|
(function (CreativeEntity) {
|
|
12299
|
-
CreativeEntity.BorderTypeEnum = {
|
|
12300
|
-
NONE: 'NONE',
|
|
12301
|
-
BLACK: 'BLACK',
|
|
12302
|
-
BLUR: 'BLUR'
|
|
12303
|
-
};
|
|
12304
12294
|
CreativeEntity.HybridAdTypeEnum = {
|
|
12305
12295
|
STATIC: 'STATIC',
|
|
12306
12296
|
DYNAMIC: 'DYNAMIC'
|
|
@@ -14591,11 +14581,6 @@ var VastCreative;
|
|
|
14591
14581
|
*/
|
|
14592
14582
|
var VideoAttributes;
|
|
14593
14583
|
(function (VideoAttributes) {
|
|
14594
|
-
VideoAttributes.BorderTypeEnum = {
|
|
14595
|
-
NONE: 'NONE',
|
|
14596
|
-
BLACK: 'BLACK',
|
|
14597
|
-
BLUR: 'BLUR'
|
|
14598
|
-
};
|
|
14599
14584
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
14600
14585
|
ZIP: 'ZIP',
|
|
14601
14586
|
JPG: 'JPG',
|