@revxui/api-clients-ts 0.10.202 → 0.10.205
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 -7
- 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/audienceDTO.js +1 -8
- 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/audienceDTO.js +1 -8
- 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 -8
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +28 -8
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/audienceDTO.d.ts +1 -10
- package/model/baseModelWithCreativeSetType.d.ts +31 -0
- package/model/bulkEditStrategiesDTO.d.ts +2 -2
- package/model/creativeSetDashboardMetric.d.ts +10 -10
- package/model/creativeSetDetails.d.ts +10 -10
- package/model/{integerEditField.d.ts → creativeSetListEditField.d.ts} +3 -2
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +10 -10
- package/model/models.d.ts +2 -1
- package/model/strategyDTO.d.ts +2 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/integerEditField.js +0 -12
- package/esm5/model/integerEditField.js +0 -12
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.205
|
|
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.205 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -6967,13 +6967,6 @@
|
|
|
6967
6967
|
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6968
6968
|
FACEBOOKID: 'FACEBOOK_ID'
|
|
6969
6969
|
};
|
|
6970
|
-
AudienceDTO.BackfillDurationUnitEnum = {
|
|
6971
|
-
MINUTE: 'MINUTE',
|
|
6972
|
-
HOUR: 'HOUR',
|
|
6973
|
-
DAY: 'DAY',
|
|
6974
|
-
WEEK: 'WEEK',
|
|
6975
|
-
MONTH: 'MONTH'
|
|
6976
|
-
};
|
|
6977
6970
|
AudienceDTO.DurationUnitEnum = {
|
|
6978
6971
|
MINUTE: 'MINUTE',
|
|
6979
6972
|
HOUR: 'HOUR',
|
|
@@ -7010,6 +7003,33 @@
|
|
|
7010
7003
|
};
|
|
7011
7004
|
})(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
|
|
7012
7005
|
|
|
7006
|
+
/**
|
|
7007
|
+
* Api Documentation
|
|
7008
|
+
* Api Documentation
|
|
7009
|
+
*
|
|
7010
|
+
* OpenAPI spec version: 1.0
|
|
7011
|
+
*
|
|
7012
|
+
*
|
|
7013
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7014
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7015
|
+
* Do not edit the class manually.
|
|
7016
|
+
*/
|
|
7017
|
+
|
|
7018
|
+
(function (BaseModelWithCreativeSetType) {
|
|
7019
|
+
BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
|
|
7020
|
+
IMAGE: 'IMAGE',
|
|
7021
|
+
VIDEO: 'VIDEO',
|
|
7022
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7023
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7024
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7025
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7026
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7027
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7028
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7029
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7030
|
+
};
|
|
7031
|
+
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
7032
|
+
|
|
7013
7033
|
|
|
7014
7034
|
(function (ClickDestination) {
|
|
7015
7035
|
ClickDestination.CampaignTypeEnum = {
|