@revxui/api-clients-ts 0.10.308 → 0.10.310
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/bundles/revxui-api-clients-ts.umd.js +28 -0
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/model/advertiserDynamicVideoConfig.js +1 -1
- package/esm2015/model/dynamicVideoConfigDTO.js +17 -1
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/nameAndTitleModel.js +12 -0
- package/esm5/model/advertiserDynamicVideoConfig.js +1 -1
- package/esm5/model/dynamicVideoConfigDTO.js +17 -1
- package/esm5/model/models.js +2 -1
- package/esm5/model/nameAndTitleModel.js +12 -0
- package/fesm2015/revxui-api-clients-ts.js +29 -1
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +29 -1
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserDynamicVideoConfig.d.ts +2 -0
- package/model/dynamicVideoConfigDTO.d.ts +17 -1
- package/model/models.d.ts +1 -0
- package/model/nameAndTitleModel.d.ts +15 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.310
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.310 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -7716,6 +7716,34 @@
|
|
|
7716
7716
|
};
|
|
7717
7717
|
})(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
|
|
7718
7718
|
|
|
7719
|
+
/**
|
|
7720
|
+
* Api Documentation
|
|
7721
|
+
* Api Documentation
|
|
7722
|
+
*
|
|
7723
|
+
* OpenAPI spec version: 1.0
|
|
7724
|
+
*
|
|
7725
|
+
*
|
|
7726
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7727
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7728
|
+
* Do not edit the class manually.
|
|
7729
|
+
*/
|
|
7730
|
+
|
|
7731
|
+
(function (DynamicVideoConfigDTO) {
|
|
7732
|
+
DynamicVideoConfigDTO.ConfigKeyEnum = {
|
|
7733
|
+
TEMPLATEID: 'TEMPLATE_ID',
|
|
7734
|
+
LOGO: 'LOGO',
|
|
7735
|
+
SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
|
|
7736
|
+
ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
|
|
7737
|
+
CTA: 'CTA',
|
|
7738
|
+
TITLELENGTH: 'TITLE_LENGTH',
|
|
7739
|
+
DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
|
|
7740
|
+
FONT: 'FONT',
|
|
7741
|
+
ROUNDPRICE: 'ROUND_PRICE',
|
|
7742
|
+
MUSICFILE: 'MUSIC_FILE',
|
|
7743
|
+
VIDEOFILE: 'VIDEO_FILE'
|
|
7744
|
+
};
|
|
7745
|
+
})(exports.DynamicVideoConfigDTO || (exports.DynamicVideoConfigDTO = {}));
|
|
7746
|
+
|
|
7719
7747
|
/**
|
|
7720
7748
|
* Api Documentation
|
|
7721
7749
|
* Api Documentation
|