@revxui/api-clients-ts 0.10.172 → 0.10.173

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.
Files changed (136) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +4 -51
  3. package/api/campaignController.service.d.ts +3 -6
  4. package/api/catalogController.service.d.ts +9 -18
  5. package/api/clickDestinationController.service.d.ts +3 -6
  6. package/api/creativeController.service.d.ts +6 -12
  7. package/api/creativeSetsController.service.d.ts +11 -16
  8. package/api/dashboardController.service.d.ts +37 -27
  9. package/api/pixelController.service.d.ts +3 -6
  10. package/bundles/revxui-api-clients-ts.umd.js +90 -291
  11. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  12. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  13. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  14. package/esm2015/api/audienceController.service.js +2 -133
  15. package/esm2015/api/campaignController.service.js +2 -11
  16. package/esm2015/api/catalogController.service.js +4 -31
  17. package/esm2015/api/clickDestinationController.service.js +2 -11
  18. package/esm2015/api/creativeController.service.js +3 -21
  19. package/esm2015/api/creativeSetsController.service.js +9 -22
  20. package/esm2015/api/dashboardController.service.js +42 -11
  21. package/esm2015/api/pixelController.service.js +2 -11
  22. package/esm2015/model/advertiser.js +1 -1
  23. package/esm2015/model/advertiserPojo.js +1 -1
  24. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  25. package/esm2015/model/apiListResponseListAudienceESDTO.js +1 -0
  26. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  27. package/esm2015/model/apiResponseObjectApiListResponseListAudienceESDTO.js +1 -0
  28. package/esm2015/model/audienceDTO.js +1 -13
  29. package/esm2015/model/audienceESDTO.js +1 -16
  30. package/esm2015/model/campaignDTO.js +1 -1
  31. package/esm2015/model/campaignESDTO.js +1 -1
  32. package/esm2015/model/clickDestination.js +1 -1
  33. package/esm2015/model/creative.js +1 -1
  34. package/esm2015/model/creativeCompactDTO.js +1 -1
  35. package/esm2015/model/creativeDTO.js +1 -1
  36. package/esm2015/model/creativePerformanceData.js +1 -1
  37. package/esm2015/model/creativeSetDashboardMetric.js +16 -0
  38. package/esm2015/model/creativeSetDetails.js +1 -1
  39. package/esm2015/model/creativeSetResponse.js +16 -1
  40. package/esm2015/model/dashboardData.js +1 -1
  41. package/esm2015/model/dashboardMetrics.js +1 -1
  42. package/esm2015/model/models.js +3 -3
  43. package/esm2015/model/parentBasedObject.js +1 -1
  44. package/esm2015/model/pixel.js +1 -1
  45. package/esm2015/model/reportingResponse.js +1 -1
  46. package/esm2015/model/ruleComponentDTO.js +1 -1
  47. package/esm2015/model/slicexData.js +1 -1
  48. package/esm2015/model/slicexGridData.js +1 -1
  49. package/esm2015/model/strategy.js +1 -1
  50. package/esm2015/model/strategyDTO.js +1 -1
  51. package/esm5/api/audienceController.service.js +2 -139
  52. package/esm5/api/campaignController.service.js +2 -11
  53. package/esm5/api/catalogController.service.js +4 -31
  54. package/esm5/api/clickDestinationController.service.js +2 -11
  55. package/esm5/api/creativeController.service.js +3 -21
  56. package/esm5/api/creativeSetsController.service.js +9 -22
  57. package/esm5/api/dashboardController.service.js +44 -11
  58. package/esm5/api/pixelController.service.js +2 -11
  59. package/esm5/model/advertiser.js +1 -1
  60. package/esm5/model/advertiserPojo.js +1 -1
  61. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  62. package/esm5/model/apiListResponseListAudienceESDTO.js +1 -0
  63. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  64. package/esm5/model/apiResponseObjectApiListResponseListAudienceESDTO.js +1 -0
  65. package/esm5/model/audienceDTO.js +1 -13
  66. package/esm5/model/audienceESDTO.js +1 -16
  67. package/esm5/model/campaignDTO.js +1 -1
  68. package/esm5/model/campaignESDTO.js +1 -1
  69. package/esm5/model/clickDestination.js +1 -1
  70. package/esm5/model/creative.js +1 -1
  71. package/esm5/model/creativeCompactDTO.js +1 -1
  72. package/esm5/model/creativeDTO.js +1 -1
  73. package/esm5/model/creativePerformanceData.js +1 -1
  74. package/esm5/model/creativeSetDashboardMetric.js +16 -0
  75. package/esm5/model/creativeSetDetails.js +1 -1
  76. package/esm5/model/creativeSetResponse.js +16 -1
  77. package/esm5/model/dashboardData.js +1 -1
  78. package/esm5/model/dashboardMetrics.js +1 -1
  79. package/esm5/model/models.js +3 -3
  80. package/esm5/model/parentBasedObject.js +1 -1
  81. package/esm5/model/pixel.js +1 -1
  82. package/esm5/model/reportingResponse.js +1 -1
  83. package/esm5/model/ruleComponentDTO.js +1 -1
  84. package/esm5/model/slicexData.js +1 -1
  85. package/esm5/model/slicexGridData.js +1 -1
  86. package/esm5/model/strategy.js +1 -1
  87. package/esm5/model/strategyDTO.js +1 -1
  88. package/fesm2015/revxui-api-clients-ts.js +90 -287
  89. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  90. package/fesm5/revxui-api-clients-ts.js +92 -293
  91. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  92. package/model/advertiser.d.ts +1 -0
  93. package/model/advertiserPojo.d.ts +1 -0
  94. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  95. package/model/{apiListResponseAudienceESDTO.d.ts → apiListResponseListAudienceESDTO.d.ts} +2 -2
  96. package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  97. package/model/{apiResponseObjectApiListResponseAudienceESDTO.d.ts → apiResponseObjectApiListResponseListAudienceESDTO.d.ts} +3 -3
  98. package/model/audienceDTO.d.ts +1 -23
  99. package/model/audienceESDTO.d.ts +1 -17
  100. package/model/campaignDTO.d.ts +1 -0
  101. package/model/campaignESDTO.d.ts +2 -0
  102. package/model/clickDestination.d.ts +1 -0
  103. package/model/creative.d.ts +1 -0
  104. package/model/creativeCompactDTO.d.ts +1 -0
  105. package/model/creativeDTO.d.ts +1 -0
  106. package/model/creativePerformanceData.d.ts +3 -0
  107. package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -5
  108. package/model/creativeSetDetails.d.ts +11 -10
  109. package/model/creativeSetRequest.d.ts +10 -10
  110. package/model/creativeSetResponse.d.ts +18 -0
  111. package/model/dashboardData.d.ts +1 -2
  112. package/model/dashboardMetrics.d.ts +0 -2
  113. package/model/models.d.ts +5 -6
  114. package/model/parentBasedObject.d.ts +1 -0
  115. package/model/pixel.d.ts +1 -0
  116. package/model/reportingResponse.d.ts +1 -0
  117. package/model/ruleComponentDTO.d.ts +0 -1
  118. package/model/slicexData.d.ts +0 -2
  119. package/model/slicexGridData.d.ts +0 -2
  120. package/model/strategy.d.ts +1 -0
  121. package/model/strategyDTO.d.ts +2 -0
  122. package/package.json +1 -1
  123. package/revxui-api-clients-ts.metadata.json +1 -1
  124. package/esm2015/model/apiListResponseAudienceESDTO.js +0 -1
  125. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  126. package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  127. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  128. package/esm2015/model/audienceBackFilledStats.js +0 -12
  129. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  130. package/esm5/model/apiListResponseAudienceESDTO.js +0 -1
  131. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  132. package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  133. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  134. package/esm5/model/audienceBackFilledStats.js +0 -12
  135. package/esm5/model/creativeSetsListDashboardData.js +0 -16
  136. package/model/audienceBackFilledStats.d.ts +0 -21
@@ -17,6 +17,7 @@ export interface Advertiser {
17
17
  currency?: BaseModel;
18
18
  currencyCode?: string;
19
19
  id?: number;
20
+ isArchived?: boolean;
20
21
  licensee?: BaseModel;
21
22
  licenseeId?: number;
22
23
  modifiedBy?: number;
@@ -30,6 +30,7 @@ export interface AdvertiserPojo {
30
30
  iosDeclareUrl?: string;
31
31
  iosPhoneBundle?: string;
32
32
  iosTabletBundle?: string;
33
+ isArchived?: boolean;
33
34
  isDynamicVideo?: boolean;
34
35
  language?: BaseModel;
35
36
  licensee?: BaseModel;
@@ -9,8 +9,8 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CreativeSetsListDashboardData } from './creativeSetsListDashboardData';
13
- export interface ApiListResponseCreativeSetsListDashboardData {
14
- data?: Array<CreativeSetsListDashboardData>;
12
+ import { CreativeSetDashboardMetric } from './creativeSetDashboardMetric';
13
+ export interface ApiListResponseCreativeSetDashboardMetric {
14
+ data?: Array<CreativeSetDashboardMetric>;
15
15
  totalNoOfRecords?: number;
16
16
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { AudienceESDTO } from './audienceESDTO';
13
- export interface ApiListResponseAudienceESDTO {
14
- data?: Array<AudienceESDTO>;
13
+ export interface ApiListResponseListAudienceESDTO {
14
+ data?: Array<Array<AudienceESDTO>>;
15
15
  totalNoOfRecords?: number;
16
16
  }
@@ -9,9 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ApiListResponseCreativeSetsListDashboardData } from './apiListResponseCreativeSetsListDashboardData';
13
- export interface ApiResponseObjectApiListResponseCreativeSetsListDashboardData {
12
+ import { ApiListResponseCreativeSetDashboardMetric } from './apiListResponseCreativeSetDashboardMetric';
13
+ export interface ApiResponseObjectApiListResponseCreativeSetDashboardMetric {
14
14
  error?: Error;
15
15
  respId?: string;
16
- respObject?: ApiListResponseCreativeSetsListDashboardData;
16
+ respObject?: ApiListResponseCreativeSetDashboardMetric;
17
17
  }
@@ -9,9 +9,9 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ApiListResponseAudienceESDTO } from './apiListResponseAudienceESDTO';
13
- export interface ApiResponseObjectApiListResponseAudienceESDTO {
12
+ import { ApiListResponseListAudienceESDTO } from './apiListResponseListAudienceESDTO';
13
+ export interface ApiResponseObjectApiListResponseListAudienceESDTO {
14
14
  error?: Error;
15
15
  respId?: string;
16
- respObject?: ApiListResponseAudienceESDTO;
16
+ respObject?: ApiListResponseListAudienceESDTO;
17
17
  }
@@ -9,7 +9,6 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AudienceBackFilledStats } from './audienceBackFilledStats';
13
12
  import { BaseModel } from './baseModel';
14
13
  import { PixelDataFileDTO } from './pixelDataFileDTO';
15
14
  import { PixelDataScheduleDTO } from './pixelDataScheduleDTO';
@@ -17,20 +16,15 @@ import { RuleDTO } from './ruleDTO';
17
16
  export interface AudienceDTO {
18
17
  active?: boolean;
19
18
  advertiser?: BaseModel;
20
- audienceBackFilledStatsList?: Array<AudienceBackFilledStats>;
21
- audienceType?: AudienceDTO.AudienceTypeEnum;
22
- backfillRuleExpression?: RuleDTO;
23
- backfilled?: boolean;
24
- backfilledUU?: number;
25
19
  createdBy?: number;
26
20
  creationTime?: number;
27
21
  dailyUU?: number;
28
22
  dataSourceType?: number;
29
23
  description?: string;
30
- downloadStatus?: string;
31
24
  duration?: number;
32
25
  durationUnit?: AudienceDTO.DurationUnitEnum;
33
26
  id?: number;
27
+ isArchived?: boolean;
34
28
  licensee?: BaseModel;
35
29
  modifiedBy?: number;
36
30
  modifiedTime?: number;
@@ -38,29 +32,13 @@ export interface AudienceDTO {
38
32
  pixelDataFile?: PixelDataFileDTO;
39
33
  pixelDataSchedule?: PixelDataScheduleDTO;
40
34
  pixelId?: number;
41
- processingStatus?: string;
42
35
  remoteSegmentId?: string;
43
36
  ruleExpression?: RuleDTO;
44
37
  segmentType?: number;
45
- status?: string;
46
38
  totalUU?: number;
47
- uploadStatus?: string;
48
39
  userDataType?: number;
49
40
  }
50
41
  export declare namespace AudienceDTO {
51
- type AudienceTypeEnum = 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID';
52
- const AudienceTypeEnum: {
53
- WEBBROWSING: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
54
- MOBILEAPP: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
55
- DMP: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
56
- CRM: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
57
- RULEBASED: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
58
- RULEBASEDBACKFILL: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
59
- CRMEMAIL: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
60
- CRMPHONE: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
61
- LOOKALIKEAUDIENCE: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
62
- FACEBOOKID: import("./audienceESDTO").AudienceESDTO.AudienceTypeEnum;
63
- };
64
42
  type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
65
43
  const DurationUnitEnum: {
66
44
  MINUTE: DurationUnitEnum;
@@ -13,12 +13,11 @@ export interface AudienceESDTO {
13
13
  active?: boolean;
14
14
  advertiserId?: number;
15
15
  advertiserName?: string;
16
- audience_type?: AudienceESDTO.AudienceTypeEnum;
17
- backfilled?: number;
18
16
  createdBy?: number;
19
17
  creationTime?: number;
20
18
  dailyUU?: number;
21
19
  id?: number;
20
+ isArchived?: boolean;
22
21
  licenseeId?: number;
23
22
  modifiedBy?: number;
24
23
  modifiedTime?: number;
@@ -28,18 +27,3 @@ export interface AudienceESDTO {
28
27
  totalUU?: number;
29
28
  user_data_type?: string;
30
29
  }
31
- export declare namespace AudienceESDTO {
32
- type AudienceTypeEnum = 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID';
33
- const AudienceTypeEnum: {
34
- WEBBROWSING: AudienceTypeEnum;
35
- MOBILEAPP: AudienceTypeEnum;
36
- DMP: AudienceTypeEnum;
37
- CRM: AudienceTypeEnum;
38
- RULEBASED: AudienceTypeEnum;
39
- RULEBASEDBACKFILL: AudienceTypeEnum;
40
- CRMEMAIL: AudienceTypeEnum;
41
- CRMPHONE: AudienceTypeEnum;
42
- LOOKALIKEAUDIENCE: AudienceTypeEnum;
43
- FACEBOOKID: AudienceTypeEnum;
44
- };
45
- }
@@ -30,6 +30,7 @@ export interface CampaignDTO {
30
30
  fcap?: number;
31
31
  flowRate?: number;
32
32
  id?: number;
33
+ isArchived?: boolean;
33
34
  ivsDistribution?: number;
34
35
  licensee?: BaseModel;
35
36
  licenseeId?: number;
@@ -24,6 +24,7 @@ export interface CampaignESDTO {
24
24
  endTime?: number;
25
25
  fcap?: number;
26
26
  id?: number;
27
+ isArchived?: boolean;
27
28
  licenseeId?: number;
28
29
  lifetimeBudget?: number;
29
30
  lifetimeUserFcap?: number;
@@ -31,6 +32,7 @@ export interface CampaignESDTO {
31
32
  modifiedTime?: number;
32
33
  name?: string;
33
34
  pixelId?: number;
35
+ retargeting?: boolean;
34
36
  skadTarget?: boolean;
35
37
  startTime?: number;
36
38
  userFcapDuration?: number;
@@ -27,6 +27,7 @@ export interface ClickDestination {
27
27
  iosCLickUrl?: string;
28
28
  iosImpressionTracker?: string;
29
29
  iosS2sClickTrackingUrl?: string;
30
+ isArchived?: boolean;
30
31
  licenseeId?: number;
31
32
  modifiedBy?: number;
32
33
  modifiedTime?: number;
@@ -18,6 +18,7 @@ export interface Creative {
18
18
  height?: number;
19
19
  id?: number;
20
20
  imageUrl?: string;
21
+ isArchived?: boolean;
21
22
  licenseeId?: number;
22
23
  modifiedBy?: number;
23
24
  modifiedTime?: number;
@@ -20,6 +20,7 @@ export interface CreativeCompactDTO {
20
20
  creativeSet?: BaseModel;
21
21
  dcoAd?: boolean;
22
22
  id?: number;
23
+ isArchived?: boolean;
23
24
  modifiedBy?: number;
24
25
  modifiedTime?: number;
25
26
  name?: string;
@@ -33,6 +33,7 @@ export interface CreativeDTO {
33
33
  dynamicItemList?: string;
34
34
  errorMsg?: string;
35
35
  id?: number;
36
+ isArchived?: boolean;
36
37
  layout?: BaseModel;
37
38
  layoutDimensionId?: number;
38
39
  modifiedBy?: number;
@@ -11,6 +11,7 @@
11
11
  */
12
12
  export interface CreativePerformanceData {
13
13
  advertiserCurrencyCode?: string;
14
+ advertiserId?: number;
14
15
  clicks?: number;
15
16
  conversions?: number;
16
17
  costInAdvertiserCurrency?: number;
@@ -18,11 +19,13 @@ export interface CreativePerformanceData {
18
19
  cpaInAdvertiserCurrency?: number;
19
20
  cpaInLicenseeCurrency?: number;
20
21
  creativeId?: number;
22
+ creativeSetId?: number;
21
23
  ctc?: number;
22
24
  ctr?: number;
23
25
  impressions?: number;
24
26
  installs?: number;
25
27
  licenseeCurrencyCode?: string;
28
+ licenseeId?: number;
26
29
  revenueInAdvertiserCurrency?: number;
27
30
  revenueInLicenseeCurrency?: number;
28
31
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { Size } from './size';
13
- export interface CreativeSetsListDashboardData {
13
+ export interface CreativeSetDashboardMetric {
14
14
  active?: boolean;
15
15
  advRevenue?: number;
16
16
  bidsPlaced?: number;
@@ -20,12 +20,11 @@ export interface CreativeSetsListDashboardData {
20
20
  conversions?: number;
21
21
  cost?: number;
22
22
  creationTime?: number;
23
- creativeSetType?: CreativeSetsListDashboardData.CreativeSetTypeEnum;
23
+ creativeSetType?: CreativeSetDashboardMetric.CreativeSetTypeEnum;
24
24
  ctc?: number;
25
25
  ctr?: number;
26
26
  currencyId?: string;
27
27
  cvr?: number;
28
- dailyUU?: number;
29
28
  ecpa?: number;
30
29
  ecpc?: number;
31
30
  ecpi?: number;
@@ -42,6 +41,7 @@ export interface CreativeSetsListDashboardData {
42
41
  impressions?: number;
43
42
  installs?: number;
44
43
  invalidClicks?: number;
44
+ isArchived?: boolean;
45
45
  iti?: number;
46
46
  margin?: number;
47
47
  modifiedBy?: number;
@@ -50,11 +50,10 @@ export interface CreativeSetsListDashboardData {
50
50
  revenue?: number;
51
51
  roi?: number;
52
52
  sizes?: Array<Size>;
53
- totalUU?: number;
54
53
  userReach?: number;
55
54
  viewConversions?: number;
56
55
  }
57
- export declare namespace CreativeSetsListDashboardData {
56
+ export declare namespace CreativeSetDashboardMetric {
58
57
  type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
59
58
  const CreativeSetTypeEnum: {
60
59
  IMAGE: CreativeSetTypeEnum;
@@ -17,6 +17,7 @@ import { Size } from './size';
17
17
  export interface CreativeSetDetails {
18
18
  active?: boolean;
19
19
  advertiser?: BaseModel;
20
+ archived?: boolean;
20
21
  clickDestination?: BaseModel;
21
22
  clickVerified?: boolean;
22
23
  createdOn?: number;
@@ -36,15 +37,15 @@ export interface CreativeSetDetails {
36
37
  export declare namespace CreativeSetDetails {
37
38
  type TypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
38
39
  const TypeEnum: {
39
- IMAGE: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
40
- VIDEO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
41
- THIRDPARTYADTAGS: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
42
- ZIPPEDHTML: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
43
- NATIVEIMAGE: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
44
- NATIVEVIDEO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
45
- DYNAMICIMAGE: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
46
- DYNAMICMACRO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
47
- DYNAMICHTML: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
48
- DYNAMICVIDEO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
40
+ IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
41
+ VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
42
+ THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
43
+ ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
44
+ NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
45
+ NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
46
+ DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
47
+ DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
48
+ DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
49
+ DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
49
50
  };
50
51
  }
@@ -39,15 +39,15 @@ export interface CreativeSetRequest {
39
39
  export declare namespace CreativeSetRequest {
40
40
  type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
41
41
  const CreativeSetTypeEnum: {
42
- IMAGE: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
43
- VIDEO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
44
- THIRDPARTYADTAGS: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
45
- ZIPPEDHTML: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
46
- NATIVEIMAGE: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
47
- NATIVEVIDEO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
48
- DYNAMICIMAGE: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
49
- DYNAMICMACRO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
50
- DYNAMICHTML: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
51
- DYNAMICVIDEO: import("./creativeSetsListDashboardData").CreativeSetsListDashboardData.CreativeSetTypeEnum;
42
+ IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
43
+ VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
44
+ THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
45
+ ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
46
+ NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
47
+ NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
48
+ DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
49
+ DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
50
+ DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
51
+ DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
52
52
  };
53
53
  }
@@ -11,4 +11,22 @@
11
11
  */
12
12
  export interface CreativeSetResponse {
13
13
  message?: string;
14
+ otherCreativeSetDimensions?: Array<string>;
15
+ otherCreativeSetPossible?: boolean;
16
+ otherCreativeSetType?: CreativeSetResponse.OtherCreativeSetTypeEnum;
17
+ }
18
+ export declare namespace CreativeSetResponse {
19
+ type OtherCreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
20
+ const OtherCreativeSetTypeEnum: {
21
+ IMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
22
+ VIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
23
+ THIRDPARTYADTAGS: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
24
+ ZIPPEDHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
25
+ NATIVEIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
26
+ NATIVEVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
27
+ DYNAMICIMAGE: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
28
+ DYNAMICMACRO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
29
+ DYNAMICHTML: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
30
+ DYNAMICVIDEO: import("./creativeSetDashboardMetric").CreativeSetDashboardMetric.CreativeSetTypeEnum;
31
+ };
14
32
  }
@@ -29,7 +29,6 @@ export interface DashboardData {
29
29
  ctr?: number;
30
30
  currencyId?: string;
31
31
  cvr?: number;
32
- dailyUU?: number;
33
32
  day?: number;
34
33
  ecpa?: number;
35
34
  ecpc?: number;
@@ -49,6 +48,7 @@ export interface DashboardData {
49
48
  impressions?: number;
50
49
  installs?: number;
51
50
  invalidClicks?: number;
51
+ isArchived?: boolean;
52
52
  iti?: number;
53
53
  margin?: number;
54
54
  modifiedBy?: number;
@@ -58,7 +58,6 @@ export interface DashboardData {
58
58
  roi?: number;
59
59
  startTimestamp?: number;
60
60
  strategy?: Strategy;
61
- totalUU?: number;
62
61
  userReach?: number;
63
62
  viewConversions?: number;
64
63
  }
@@ -21,7 +21,6 @@ export interface DashboardMetrics {
21
21
  ctr?: number;
22
22
  currencyId?: string;
23
23
  cvr?: number;
24
- dailyUU?: number;
25
24
  ecpa?: number;
26
25
  ecpc?: number;
27
26
  ecpi?: number;
@@ -45,7 +44,6 @@ export interface DashboardMetrics {
45
44
  name?: string;
46
45
  revenue?: number;
47
46
  roi?: number;
48
- totalUU?: number;
49
47
  userReach?: number;
50
48
  viewConversions?: number;
51
49
  }
package/model/models.d.ts CHANGED
@@ -7,13 +7,13 @@ export * from './advertiserPojo';
7
7
  export * from './advertiserSettings';
8
8
  export * from './apiListResponseActivityLog';
9
9
  export * from './apiListResponseActivityLogsStrategyBulkUpdateDTO';
10
- export * from './apiListResponseAudienceESDTO';
11
10
  export * from './apiListResponseCatalogFeed';
12
11
  export * from './apiListResponseClickDestination';
13
12
  export * from './apiListResponseCreativeCompactDTO';
14
13
  export * from './apiListResponseCreativeDTO';
15
- export * from './apiListResponseCreativeSetsListDashboardData';
14
+ export * from './apiListResponseCreativeSetDashboardMetric';
16
15
  export * from './apiListResponseCreativeTemplateDTO';
16
+ export * from './apiListResponseListAudienceESDTO';
17
17
  export * from './apiListResponseMacro';
18
18
  export * from './apiListResponsePixel';
19
19
  export * from './apiListResponseVariablesMappingDTO';
@@ -21,13 +21,13 @@ export * from './apiResponseObjectAdvertiserDynamicDetails';
21
21
  export * from './apiResponseObjectAdvertiserPojo';
22
22
  export * from './apiResponseObjectAdvertiserSettings';
23
23
  export * from './apiResponseObjectApiListResponseActivityLogsStrategyBulkUpdateDTO';
24
- export * from './apiResponseObjectApiListResponseAudienceESDTO';
25
24
  export * from './apiResponseObjectApiListResponseCatalogFeed';
26
25
  export * from './apiResponseObjectApiListResponseClickDestination';
27
26
  export * from './apiResponseObjectApiListResponseCreativeCompactDTO';
28
27
  export * from './apiResponseObjectApiListResponseCreativeDTO';
29
- export * from './apiResponseObjectApiListResponseCreativeSetsListDashboardData';
28
+ export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
30
29
  export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
30
+ export * from './apiResponseObjectApiListResponseListAudienceESDTO';
31
31
  export * from './apiResponseObjectApiListResponsePixel';
32
32
  export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
33
33
  export * from './apiResponseObjectAudienceAccessDTO';
@@ -92,7 +92,6 @@ export * from './appsFlyerAudienceSyncDto';
92
92
  export * from './appsFlyerAudienceTokenDto';
93
93
  export * from './auctionTypeEditField';
94
94
  export * from './audienceAccessDTO';
95
- export * from './audienceBackFilledStats';
96
95
  export * from './audienceDTO';
97
96
  export * from './audienceESDTO';
98
97
  export * from './audienceStrDTO';
@@ -129,10 +128,10 @@ export * from './creativeHtmlMockupDTO';
129
128
  export * from './creativeListEditField';
130
129
  export * from './creativeMockUpsDTO';
131
130
  export * from './creativePerformanceData';
131
+ export * from './creativeSetDashboardMetric';
132
132
  export * from './creativeSetDetails';
133
133
  export * from './creativeSetRequest';
134
134
  export * from './creativeSetResponse';
135
- export * from './creativeSetsListDashboardData';
136
135
  export * from './creativeStrategyAssociationStatus';
137
136
  export * from './creativeTemplateDTO';
138
137
  export * from './creativeTemplatesMetadataDTO';
@@ -14,6 +14,7 @@ export interface ParentBasedObject {
14
14
  createdBy?: number;
15
15
  creationTime?: number;
16
16
  id?: number;
17
+ isArchived?: boolean;
17
18
  modifiedBy?: number;
18
19
  modifiedTime?: number;
19
20
  name?: string;
package/model/pixel.d.ts CHANGED
@@ -23,6 +23,7 @@ export interface Pixel {
23
23
  fcapDuration?: number;
24
24
  id?: number;
25
25
  impressions?: number;
26
+ isArchived?: boolean;
26
27
  modifiedBy?: number;
27
28
  modifiedTime?: number;
28
29
  name?: string;
@@ -27,6 +27,7 @@ export interface ReportingResponse {
27
27
  report_id?: string;
28
28
  report_type?: string;
29
29
  results?: Array<any>;
30
+ results_count?: number;
30
31
  sort_by?: Array<SortModel>;
31
32
  time_zone?: string;
32
33
  total_results_count?: number;
@@ -14,6 +14,5 @@ export interface RuleComponentDTO {
14
14
  id?: number;
15
15
  negate?: boolean;
16
16
  operatorId?: number;
17
- status?: boolean;
18
17
  value?: string;
19
18
  }
@@ -21,7 +21,6 @@ export interface SlicexData {
21
21
  ctr?: number;
22
22
  currencyId?: string;
23
23
  cvr?: number;
24
- dailyUU?: number;
25
24
  day?: number;
26
25
  ecpa?: number;
27
26
  ecpc?: number;
@@ -49,7 +48,6 @@ export interface SlicexData {
49
48
  name?: string;
50
49
  revenue?: number;
51
50
  roi?: number;
52
- totalUU?: number;
53
51
  userReach?: number;
54
52
  viewConversions?: number;
55
53
  }
@@ -22,7 +22,6 @@ export interface SlicexGridData {
22
22
  ctr?: number;
23
23
  currencyId?: string;
24
24
  cvr?: number;
25
- dailyUU?: number;
26
25
  day?: number;
27
26
  ecpa?: number;
28
27
  ecpc?: number;
@@ -50,7 +49,6 @@ export interface SlicexGridData {
50
49
  name?: string;
51
50
  revenue?: number;
52
51
  roi?: number;
53
- totalUU?: number;
54
52
  userReach?: number;
55
53
  viewConversions?: number;
56
54
  }
@@ -26,6 +26,7 @@ export interface Strategy {
26
26
  endTime?: number;
27
27
  fcap?: number;
28
28
  id?: number;
29
+ isArchived?: boolean;
29
30
  licensee?: BaseModel;
30
31
  licenseeId?: number;
31
32
  modifiedBy?: number;
@@ -55,6 +55,7 @@ export interface StrategyDTO {
55
55
  fcapFrequency?: number;
56
56
  fcapInterval?: number;
57
57
  id?: number;
58
+ isArchived?: boolean;
58
59
  isBargainerActive?: boolean;
59
60
  isEditable?: boolean;
60
61
  isNative?: boolean;
@@ -92,6 +93,7 @@ export interface StrategyDTO {
92
93
  targetOnlyPublishedApp?: boolean;
93
94
  targetWebSegments?: AudienceStrDTO;
94
95
  timezone?: TimeZoneDTO;
96
+ userPurchaseFrequency?: Array<BaseModel>;
95
97
  }
96
98
  export declare namespace StrategyDTO {
97
99
  type AuctionTypeTargetingEnum = 'FIRST' | 'SECOND' | 'ALL';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.172",
3
+ "version": "0.10.173",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [