@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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.308
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.308 --save
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