@revxui/api-clients-ts 0.10.175 → 0.10.176
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 +7 -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/audienceESDTO.js +1 -1
- package/esm2015/model/ruleDTO.js +8 -1
- package/esm5/model/audienceESDTO.js +1 -1
- package/esm5/model/ruleDTO.js +8 -1
- package/fesm2015/revxui-api-clients-ts.js +7 -0
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +7 -0
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/audienceDTO.d.ts +10 -10
- package/model/audienceESDTO.d.ts +1 -1
- package/model/ruleDTO.d.ts +10 -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.176
|
|
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.176 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -7311,6 +7311,13 @@
|
|
|
7311
7311
|
|
|
7312
7312
|
|
|
7313
7313
|
(function (RuleDTO) {
|
|
7314
|
+
RuleDTO.DurationUnitEnum = {
|
|
7315
|
+
MINUTE: 'MINUTE',
|
|
7316
|
+
HOUR: 'HOUR',
|
|
7317
|
+
DAY: 'DAY',
|
|
7318
|
+
WEEK: 'WEEK',
|
|
7319
|
+
MONTH: 'MONTH'
|
|
7320
|
+
};
|
|
7314
7321
|
RuleDTO.OperatorEnum = {
|
|
7315
7322
|
AND: 'AND',
|
|
7316
7323
|
OR: 'OR',
|