@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
|
@@ -7090,6 +7090,13 @@ var ReportingResponse;
|
|
|
7090
7090
|
|
|
7091
7091
|
var RuleDTO;
|
|
7092
7092
|
(function (RuleDTO) {
|
|
7093
|
+
RuleDTO.DurationUnitEnum = {
|
|
7094
|
+
MINUTE: 'MINUTE',
|
|
7095
|
+
HOUR: 'HOUR',
|
|
7096
|
+
DAY: 'DAY',
|
|
7097
|
+
WEEK: 'WEEK',
|
|
7098
|
+
MONTH: 'MONTH'
|
|
7099
|
+
};
|
|
7093
7100
|
RuleDTO.OperatorEnum = {
|
|
7094
7101
|
AND: 'AND',
|
|
7095
7102
|
OR: 'OR',
|