@revxui/api-clients-ts 0.10.174 → 0.10.175
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/audienceDTO.js +8 -1
- package/esm5/model/audienceDTO.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 +17 -5
- package/package.json +1 -1
|
@@ -6608,6 +6608,13 @@ var AudienceDTO;
|
|
|
6608
6608
|
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6609
6609
|
FACEBOOKID: 'FACEBOOK_ID'
|
|
6610
6610
|
};
|
|
6611
|
+
AudienceDTO.BackfillDurationUnitEnum = {
|
|
6612
|
+
MINUTE: 'MINUTE',
|
|
6613
|
+
HOUR: 'HOUR',
|
|
6614
|
+
DAY: 'DAY',
|
|
6615
|
+
WEEK: 'WEEK',
|
|
6616
|
+
MONTH: 'MONTH'
|
|
6617
|
+
};
|
|
6611
6618
|
AudienceDTO.DurationUnitEnum = {
|
|
6612
6619
|
MINUTE: 'MINUTE',
|
|
6613
6620
|
HOUR: 'HOUR',
|