@revxui/api-clients-ts 1.1.222 → 1.1.223
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 +5 -0
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/model/audienceDTO.js +6 -1
- package/fesm2015/revxui-api-clients-ts.js +5 -0
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/audienceDTO.d.ts +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@1.1.
|
|
1
|
+
## @revxui/api-clients-ts@1.1.223
|
|
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@1.1.
|
|
22
|
+
npm install @revxui/api-clients-ts@1.1.223 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -8224,6 +8224,11 @@
|
|
|
8224
8224
|
WEEK: 'WEEK',
|
|
8225
8225
|
MONTH: 'MONTH'
|
|
8226
8226
|
};
|
|
8227
|
+
AudienceDTO.IntervalEnum = {
|
|
8228
|
+
ONLYONCE: 'ONLY_ONCE',
|
|
8229
|
+
ONCEADAY: 'ONCE_A_DAY',
|
|
8230
|
+
ONCEAWEEK: 'ONCE_A_WEEK'
|
|
8231
|
+
};
|
|
8227
8232
|
})(exports.AudienceDTO || (exports.AudienceDTO = {}));
|
|
8228
8233
|
|
|
8229
8234
|
/**
|