@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.
@@ -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',