@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 +2 -2
- package/bundles/revxui-api-clients-ts.umd.js +27 -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/baseModelWithCreativeSetType.js +27 -0
- package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
- package/esm2015/model/creativeSetListEditField.js +1 -0
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm5/model/baseModelWithCreativeSetType.js +27 -0
- package/esm5/model/bulkEditStrategiesDTO.js +1 -1
- package/esm5/model/creativeSetListEditField.js +1 -0
- package/esm5/model/models.js +2 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +28 -1
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +28 -1
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +31 -0
- package/model/bulkEditStrategiesDTO.d.ts +2 -0
- package/model/creativeSetDashboardMetric.d.ts +10 -10
- package/model/creativeSetDetails.d.ts +10 -10
- package/model/creativeSetListEditField.d.ts +16 -0
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +10 -10
- package/model/models.d.ts +2 -0
- package/model/strategyDTO.d.ts +2 -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.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.
|
|
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 = {
|