@revxui/api-clients-ts 1.1.492 → 1.1.493
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
|
@@ -12254,11 +12254,6 @@ var CreativeCompactDTO;
|
|
|
12254
12254
|
|
|
12255
12255
|
var CreativeDTO;
|
|
12256
12256
|
(function (CreativeDTO) {
|
|
12257
|
-
CreativeDTO.BorderTypeEnum = {
|
|
12258
|
-
NONE: 'NONE',
|
|
12259
|
-
BLACK: 'BLACK',
|
|
12260
|
-
BLUR: 'BLUR'
|
|
12261
|
-
};
|
|
12262
12257
|
CreativeDTO.ContentTypeEnum = {
|
|
12263
12258
|
ZIP: 'ZIP',
|
|
12264
12259
|
JPG: 'JPG',
|
|
@@ -12327,11 +12322,6 @@ var CreativeDetails;
|
|
|
12327
12322
|
|
|
12328
12323
|
var CreativeEntity;
|
|
12329
12324
|
(function (CreativeEntity) {
|
|
12330
|
-
CreativeEntity.BorderTypeEnum = {
|
|
12331
|
-
NONE: 'NONE',
|
|
12332
|
-
BLACK: 'BLACK',
|
|
12333
|
-
BLUR: 'BLUR'
|
|
12334
|
-
};
|
|
12335
12325
|
CreativeEntity.HybridAdTypeEnum = {
|
|
12336
12326
|
STATIC: 'STATIC',
|
|
12337
12327
|
DYNAMIC: 'DYNAMIC'
|
|
@@ -14638,11 +14628,6 @@ var VastCreative;
|
|
|
14638
14628
|
*/
|
|
14639
14629
|
var VideoAttributes;
|
|
14640
14630
|
(function (VideoAttributes) {
|
|
14641
|
-
VideoAttributes.BorderTypeEnum = {
|
|
14642
|
-
NONE: 'NONE',
|
|
14643
|
-
BLACK: 'BLACK',
|
|
14644
|
-
BLUR: 'BLUR'
|
|
14645
|
-
};
|
|
14646
14631
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
14647
14632
|
ZIP: 'ZIP',
|
|
14648
14633
|
JPG: 'JPG',
|