@revxui/api-clients-ts 1.1.488 → 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/adoPersonDetails.mjs +13 -0
- package/esm2020/model/advertiserDynamicDetails.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/models.mjs +2 -1
- 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 +12 -15
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/adoPersonDetails.d.ts +17 -0
- package/model/advertiserDynamicDetails.d.ts +2 -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/models.d.ts +1 -0
- package/model/optimizationJobStatusResponse.d.ts +1 -1
- package/model/videoAttributes.d.ts +0 -7
- package/package.json +1 -1
|
@@ -11414,6 +11414,18 @@ var ActivityLogsStrategyBulkUpdateDTO;
|
|
|
11414
11414
|
* Do not edit the class manually.
|
|
11415
11415
|
*/
|
|
11416
11416
|
|
|
11417
|
+
/**
|
|
11418
|
+
* Api Documentation
|
|
11419
|
+
* Api Documentation
|
|
11420
|
+
*
|
|
11421
|
+
* OpenAPI spec version: 1.0
|
|
11422
|
+
*
|
|
11423
|
+
*
|
|
11424
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11425
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11426
|
+
* Do not edit the class manually.
|
|
11427
|
+
*/
|
|
11428
|
+
|
|
11417
11429
|
/**
|
|
11418
11430
|
* Api Documentation
|
|
11419
11431
|
* Api Documentation
|
|
@@ -12211,11 +12223,6 @@ var CreativeCompactDTO;
|
|
|
12211
12223
|
|
|
12212
12224
|
var CreativeDTO;
|
|
12213
12225
|
(function (CreativeDTO) {
|
|
12214
|
-
CreativeDTO.BorderTypeEnum = {
|
|
12215
|
-
NONE: 'NONE',
|
|
12216
|
-
BLACK: 'BLACK',
|
|
12217
|
-
BLUR: 'BLUR'
|
|
12218
|
-
};
|
|
12219
12226
|
CreativeDTO.ContentTypeEnum = {
|
|
12220
12227
|
ZIP: 'ZIP',
|
|
12221
12228
|
JPG: 'JPG',
|
|
@@ -12284,11 +12291,6 @@ var CreativeDetails;
|
|
|
12284
12291
|
|
|
12285
12292
|
var CreativeEntity;
|
|
12286
12293
|
(function (CreativeEntity) {
|
|
12287
|
-
CreativeEntity.BorderTypeEnum = {
|
|
12288
|
-
NONE: 'NONE',
|
|
12289
|
-
BLACK: 'BLACK',
|
|
12290
|
-
BLUR: 'BLUR'
|
|
12291
|
-
};
|
|
12292
12294
|
CreativeEntity.HybridAdTypeEnum = {
|
|
12293
12295
|
STATIC: 'STATIC',
|
|
12294
12296
|
DYNAMIC: 'DYNAMIC'
|
|
@@ -14579,11 +14581,6 @@ var VastCreative;
|
|
|
14579
14581
|
*/
|
|
14580
14582
|
var VideoAttributes;
|
|
14581
14583
|
(function (VideoAttributes) {
|
|
14582
|
-
VideoAttributes.BorderTypeEnum = {
|
|
14583
|
-
NONE: 'NONE',
|
|
14584
|
-
BLACK: 'BLACK',
|
|
14585
|
-
BLUR: 'BLUR'
|
|
14586
|
-
};
|
|
14587
14584
|
VideoAttributes.CompanionContentTypeEnum = {
|
|
14588
14585
|
ZIP: 'ZIP',
|
|
14589
14586
|
JPG: 'JPG',
|