@revxui/api-clients-ts 0.10.167 → 0.10.168
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/creativeSetResponse.js +16 -1
- package/esm2015/model/models.js +2 -1
- package/esm5/model/creativeSetResponse.js +16 -1
- package/esm5/model/models.js +2 -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/creativeSetResponse.d.ts +18 -0
- package/package.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.168
|
|
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.168 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -6892,6 +6892,33 @@
|
|
|
6892
6892
|
};
|
|
6893
6893
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
6894
6894
|
|
|
6895
|
+
/**
|
|
6896
|
+
* Api Documentation
|
|
6897
|
+
* Api Documentation
|
|
6898
|
+
*
|
|
6899
|
+
* OpenAPI spec version: 1.0
|
|
6900
|
+
*
|
|
6901
|
+
*
|
|
6902
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6903
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6904
|
+
* Do not edit the class manually.
|
|
6905
|
+
*/
|
|
6906
|
+
|
|
6907
|
+
(function (CreativeSetResponse) {
|
|
6908
|
+
CreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
6909
|
+
IMAGE: 'IMAGE',
|
|
6910
|
+
VIDEO: 'VIDEO',
|
|
6911
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6912
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6913
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6914
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6915
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6916
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6917
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6918
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6919
|
+
};
|
|
6920
|
+
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
6921
|
+
|
|
6895
6922
|
/**
|
|
6896
6923
|
* Api Documentation
|
|
6897
6924
|
* Api Documentation
|