@revxui/api-clients-ts 0.10.211 → 0.10.212

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.211
1
+ ## @revxui/api-clients-ts@0.10.212
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.211 --save
22
+ npm install @revxui/api-clients-ts@0.10.212 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -7007,6 +7007,33 @@
7007
7007
  };
7008
7008
  })(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
7009
7009
 
7010
+ /**
7011
+ * Api Documentation
7012
+ * Api Documentation
7013
+ *
7014
+ * OpenAPI spec version: 1.0
7015
+ *
7016
+ *
7017
+ * NOTE: This class is auto generated by the swagger code generator program.
7018
+ * https://github.com/swagger-api/swagger-codegen.git
7019
+ * Do not edit the class manually.
7020
+ */
7021
+
7022
+ (function (BaseModelWithCreativeSetType) {
7023
+ BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
7024
+ IMAGE: 'IMAGE',
7025
+ VIDEO: 'VIDEO',
7026
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7027
+ ZIPPEDHTML: 'ZIPPED_HTML',
7028
+ NATIVEIMAGE: 'NATIVE_IMAGE',
7029
+ NATIVEVIDEO: 'NATIVE_VIDEO',
7030
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7031
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
7032
+ DYNAMICHTML: 'DYNAMIC_HTML',
7033
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7034
+ };
7035
+ })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7036
+
7010
7037
 
7011
7038
  (function (ClickDestination) {
7012
7039
  ClickDestination.CampaignTypeEnum = {