@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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.174
1
+ ## @revxui/api-clients-ts@0.10.175
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.174 --save
22
+ npm install @revxui/api-clients-ts@0.10.175 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -6829,6 +6829,13 @@
6829
6829
  LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6830
6830
  FACEBOOKID: 'FACEBOOK_ID'
6831
6831
  };
6832
+ AudienceDTO.BackfillDurationUnitEnum = {
6833
+ MINUTE: 'MINUTE',
6834
+ HOUR: 'HOUR',
6835
+ DAY: 'DAY',
6836
+ WEEK: 'WEEK',
6837
+ MONTH: 'MONTH'
6838
+ };
6832
6839
  AudienceDTO.DurationUnitEnum = {
6833
6840
  MINUTE: 'MINUTE',
6834
6841
  HOUR: 'HOUR',