@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.
@@ -67,18 +67,18 @@ export declare namespace AudienceDTO {
67
67
  };
68
68
  type BackfillDurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
69
69
  const BackfillDurationUnitEnum: {
70
- MINUTE: BackfillDurationUnitEnum;
71
- HOUR: BackfillDurationUnitEnum;
72
- DAY: BackfillDurationUnitEnum;
73
- WEEK: BackfillDurationUnitEnum;
74
- MONTH: BackfillDurationUnitEnum;
70
+ MINUTE: RuleDTO.DurationUnitEnum;
71
+ HOUR: RuleDTO.DurationUnitEnum;
72
+ DAY: RuleDTO.DurationUnitEnum;
73
+ WEEK: RuleDTO.DurationUnitEnum;
74
+ MONTH: RuleDTO.DurationUnitEnum;
75
75
  };
76
76
  type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
77
77
  const DurationUnitEnum: {
78
- MINUTE: BackfillDurationUnitEnum;
79
- HOUR: BackfillDurationUnitEnum;
80
- DAY: BackfillDurationUnitEnum;
81
- WEEK: BackfillDurationUnitEnum;
82
- MONTH: BackfillDurationUnitEnum;
78
+ MINUTE: RuleDTO.DurationUnitEnum;
79
+ HOUR: RuleDTO.DurationUnitEnum;
80
+ DAY: RuleDTO.DurationUnitEnum;
81
+ WEEK: RuleDTO.DurationUnitEnum;
82
+ MONTH: RuleDTO.DurationUnitEnum;
83
83
  };
84
84
  }
@@ -14,7 +14,7 @@ export interface AudienceESDTO {
14
14
  advertiserId?: number;
15
15
  advertiserName?: string;
16
16
  audience_type?: AudienceESDTO.AudienceTypeEnum;
17
- backfilled?: number;
17
+ backfilled?: boolean;
18
18
  createdBy?: number;
19
19
  creationTime?: number;
20
20
  dailyUU?: number;
@@ -11,6 +11,8 @@
11
11
  */
12
12
  import { RuleComponentDTO } from './ruleComponentDTO';
13
13
  export interface RuleDTO {
14
+ duration?: number;
15
+ durationUnit?: RuleDTO.DurationUnitEnum;
14
16
  negate?: boolean;
15
17
  operator?: RuleDTO.OperatorEnum;
16
18
  ruleElement?: RuleComponentDTO;
@@ -18,6 +20,14 @@ export interface RuleDTO {
18
20
  simpleExpr?: boolean;
19
21
  }
20
22
  export declare namespace RuleDTO {
23
+ type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
24
+ const DurationUnitEnum: {
25
+ MINUTE: DurationUnitEnum;
26
+ HOUR: DurationUnitEnum;
27
+ DAY: DurationUnitEnum;
28
+ WEEK: DurationUnitEnum;
29
+ MONTH: DurationUnitEnum;
30
+ };
21
31
  type OperatorEnum = 'AND' | 'OR' | 'NOT';
22
32
  const OperatorEnum: {
23
33
  AND: OperatorEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.175",
3
+ "version": "0.10.176",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [