@revxui/api-clients-ts 0.10.176 → 0.10.180

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 (158) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/audienceController.service.d.ts +3 -6
  4. package/api/campaignController.service.d.ts +3 -6
  5. package/api/catalogController.service.d.ts +9 -18
  6. package/api/clickDestinationController.service.d.ts +3 -6
  7. package/api/creativeController.service.d.ts +6 -12
  8. package/api/creativeSetsController.service.d.ts +11 -16
  9. package/api/dashboardController.service.d.ts +37 -27
  10. package/api/notificationsController.service.d.ts +77 -0
  11. package/api/pixelController.service.d.ts +3 -6
  12. package/bundles/revxui-api-clients-ts.umd.js +334 -148
  13. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  14. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  15. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  16. package/esm2015/api/adminController.service.js +2 -2
  17. package/esm2015/api/advertiserController.service.js +2 -2
  18. package/esm2015/api/api.js +4 -2
  19. package/esm2015/api/appSettingsController.service.js +2 -2
  20. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  21. package/esm2015/api/audienceController.service.js +3 -12
  22. package/esm2015/api/auditController.service.js +2 -2
  23. package/esm2015/api/bulkStrategyController.service.js +2 -2
  24. package/esm2015/api/cSSThemeController_.service.js +2 -2
  25. package/esm2015/api/campaignController.service.js +3 -12
  26. package/esm2015/api/catalogController.service.js +5 -32
  27. package/esm2015/api/clickDestinationController.service.js +3 -12
  28. package/esm2015/api/creativeController.service.js +4 -22
  29. package/esm2015/api/creativeSetsController.service.js +10 -23
  30. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  31. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  32. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  33. package/esm2015/api/dashboardController.service.js +43 -12
  34. package/esm2015/api/notificationsController.service.js +187 -0
  35. package/esm2015/api/pixelController.service.js +3 -12
  36. package/esm2015/api/reportingController.service.js +2 -2
  37. package/esm2015/api/sliceXController.service.js +2 -2
  38. package/esm2015/api/strategyController.service.js +2 -2
  39. package/esm2015/api/uILoggerController.service.js +2 -2
  40. package/esm2015/api/userPreferenceController.service.js +2 -2
  41. package/esm2015/api.module.js +3 -1
  42. package/esm2015/model/advertiser.js +1 -1
  43. package/esm2015/model/advertiserPojo.js +1 -1
  44. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  45. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  46. package/esm2015/model/apiResponseObjectResponseMessage.js +1 -0
  47. package/esm2015/model/audienceDTO.js +1 -1
  48. package/esm2015/model/audienceESDTO.js +1 -1
  49. package/esm2015/model/campaignDTO.js +1 -1
  50. package/esm2015/model/campaignESDTO.js +1 -1
  51. package/esm2015/model/clickDestination.js +1 -1
  52. package/esm2015/model/creative.js +1 -1
  53. package/esm2015/model/creativeCompactDTO.js +1 -1
  54. package/esm2015/model/creativeDTO.js +1 -1
  55. package/esm2015/model/creativePerformanceData.js +1 -1
  56. package/esm2015/model/creativeSetDashboardMetric.js +16 -0
  57. package/esm2015/model/creativeSetDetails.js +1 -1
  58. package/esm2015/model/creativeSetResponse.js +16 -1
  59. package/esm2015/model/dashboardData.js +1 -1
  60. package/esm2015/model/models.js +4 -2
  61. package/esm2015/model/notificationListResponseNotificationResponse.js +1 -0
  62. package/esm2015/model/notificationResponse.js +19 -0
  63. package/esm2015/model/parentBasedObject.js +1 -1
  64. package/esm2015/model/pixel.js +1 -1
  65. package/esm2015/model/reportingResponse.js +1 -1
  66. package/esm2015/model/strategy.js +1 -1
  67. package/esm2015/model/strategyDTO.js +1 -1
  68. package/esm5/api/adminController.service.js +2 -2
  69. package/esm5/api/advertiserController.service.js +2 -2
  70. package/esm5/api/api.js +4 -2
  71. package/esm5/api/appSettingsController.service.js +2 -2
  72. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  73. package/esm5/api/audienceController.service.js +3 -12
  74. package/esm5/api/auditController.service.js +2 -2
  75. package/esm5/api/bulkStrategyController.service.js +2 -2
  76. package/esm5/api/cSSThemeController_.service.js +2 -2
  77. package/esm5/api/campaignController.service.js +3 -12
  78. package/esm5/api/catalogController.service.js +5 -32
  79. package/esm5/api/clickDestinationController.service.js +3 -12
  80. package/esm5/api/creativeController.service.js +4 -22
  81. package/esm5/api/creativeSetsController.service.js +10 -23
  82. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  83. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  84. package/esm5/api/creativeTemplatesController.service.js +2 -2
  85. package/esm5/api/dashboardController.service.js +45 -12
  86. package/esm5/api/notificationsController.service.js +207 -0
  87. package/esm5/api/pixelController.service.js +3 -12
  88. package/esm5/api/reportingController.service.js +2 -2
  89. package/esm5/api/sliceXController.service.js +2 -2
  90. package/esm5/api/strategyController.service.js +2 -2
  91. package/esm5/api/uILoggerController.service.js +2 -2
  92. package/esm5/api/userPreferenceController.service.js +2 -2
  93. package/esm5/api.module.js +3 -1
  94. package/esm5/model/advertiser.js +1 -1
  95. package/esm5/model/advertiserPojo.js +1 -1
  96. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  97. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  98. package/esm5/model/apiResponseObjectResponseMessage.js +1 -0
  99. package/esm5/model/audienceDTO.js +1 -1
  100. package/esm5/model/audienceESDTO.js +1 -1
  101. package/esm5/model/campaignDTO.js +1 -1
  102. package/esm5/model/campaignESDTO.js +1 -1
  103. package/esm5/model/clickDestination.js +1 -1
  104. package/esm5/model/creative.js +1 -1
  105. package/esm5/model/creativeCompactDTO.js +1 -1
  106. package/esm5/model/creativeDTO.js +1 -1
  107. package/esm5/model/creativePerformanceData.js +1 -1
  108. package/esm5/model/creativeSetDashboardMetric.js +16 -0
  109. package/esm5/model/creativeSetDetails.js +1 -1
  110. package/esm5/model/creativeSetResponse.js +16 -1
  111. package/esm5/model/dashboardData.js +1 -1
  112. package/esm5/model/models.js +4 -2
  113. package/esm5/model/notificationListResponseNotificationResponse.js +1 -0
  114. package/esm5/model/notificationResponse.js +19 -0
  115. package/esm5/model/parentBasedObject.js +1 -1
  116. package/esm5/model/pixel.js +1 -1
  117. package/esm5/model/reportingResponse.js +1 -1
  118. package/esm5/model/strategy.js +1 -1
  119. package/esm5/model/strategyDTO.js +1 -1
  120. package/fesm2015/revxui-api-clients-ts.js +313 -150
  121. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  122. package/fesm5/revxui-api-clients-ts.js +335 -150
  123. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  124. package/model/advertiser.d.ts +1 -0
  125. package/model/advertiserPojo.d.ts +1 -0
  126. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  127. package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  128. package/model/apiResponseObjectResponseMessage.d.ts +17 -0
  129. package/model/audienceDTO.d.ts +1 -0
  130. package/model/audienceESDTO.d.ts +1 -0
  131. package/model/campaignDTO.d.ts +1 -0
  132. package/model/campaignESDTO.d.ts +2 -0
  133. package/model/clickDestination.d.ts +1 -0
  134. package/model/creative.d.ts +1 -0
  135. package/model/creativeCompactDTO.d.ts +1 -0
  136. package/model/creativeDTO.d.ts +1 -0
  137. package/model/creativePerformanceData.d.ts +3 -0
  138. package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -3
  139. package/model/creativeSetDetails.d.ts +11 -10
  140. package/model/creativeSetRequest.d.ts +10 -10
  141. package/model/creativeSetResponse.d.ts +18 -0
  142. package/model/dashboardData.d.ts +1 -0
  143. package/model/models.d.ts +6 -3
  144. package/model/notificationListResponseNotificationResponse.d.ts +17 -0
  145. package/model/notificationResponse.d.ts +31 -0
  146. package/model/parentBasedObject.d.ts +1 -0
  147. package/model/pixel.d.ts +1 -0
  148. package/model/reportingResponse.d.ts +1 -0
  149. package/model/strategy.d.ts +1 -0
  150. package/model/strategyDTO.d.ts +2 -0
  151. package/package.json +1 -1
  152. package/revxui-api-clients-ts.metadata.json +1 -1
  153. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  154. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  155. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  156. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  157. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  158. package/esm5/model/creativeSetsListDashboardData.js +0 -16
@@ -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
  }
@@ -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
  }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ResponseMessage } from './responseMessage';
13
+ export interface ApiResponseObjectResponseMessage {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: ResponseMessage;
17
+ }
@@ -33,6 +33,7 @@ export interface AudienceDTO {
33
33
  duration?: number;
34
34
  durationUnit?: AudienceDTO.DurationUnitEnum;
35
35
  id?: number;
36
+ isArchived?: boolean;
36
37
  lastProcessingTime?: number;
37
38
  licensee?: BaseModel;
38
39
  modifiedBy?: number;
@@ -19,6 +19,7 @@ export interface AudienceESDTO {
19
19
  creationTime?: number;
20
20
  dailyUU?: number;
21
21
  id?: number;
22
+ isArchived?: boolean;
22
23
  licenseeId?: number;
23
24
  modifiedBy?: number;
24
25
  modifiedTime?: number;
@@ -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,7 +20,7 @@ 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;
@@ -42,6 +42,7 @@ export interface CreativeSetsListDashboardData {
42
42
  impressions?: number;
43
43
  installs?: number;
44
44
  invalidClicks?: number;
45
+ isArchived?: boolean;
45
46
  iti?: number;
46
47
  margin?: number;
47
48
  modifiedBy?: number;
@@ -54,7 +55,7 @@ export interface CreativeSetsListDashboardData {
54
55
  userReach?: number;
55
56
  viewConversions?: number;
56
57
  }
57
- export declare namespace CreativeSetsListDashboardData {
58
+ export declare namespace CreativeSetDashboardMetric {
58
59
  type CreativeSetTypeEnum = 'IMAGE' | 'VIDEO' | 'THIRD_PARTY_AD_TAGS' | 'ZIPPED_HTML' | 'NATIVE_IMAGE' | 'NATIVE_VIDEO' | 'DYNAMIC_IMAGE' | 'DYNAMIC_MACRO' | 'DYNAMIC_HTML' | 'DYNAMIC_VIDEO';
59
60
  const CreativeSetTypeEnum: {
60
61
  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
  }
@@ -49,6 +49,7 @@ export interface DashboardData {
49
49
  impressions?: number;
50
50
  installs?: number;
51
51
  invalidClicks?: number;
52
+ isArchived?: boolean;
52
53
  iti?: number;
53
54
  margin?: number;
54
55
  modifiedBy?: number;
package/model/models.d.ts CHANGED
@@ -12,7 +12,7 @@ export * from './apiListResponseCatalogFeed';
12
12
  export * from './apiListResponseClickDestination';
13
13
  export * from './apiListResponseCreativeCompactDTO';
14
14
  export * from './apiListResponseCreativeDTO';
15
- export * from './apiListResponseCreativeSetsListDashboardData';
15
+ export * from './apiListResponseCreativeSetDashboardMetric';
16
16
  export * from './apiListResponseCreativeTemplateDTO';
17
17
  export * from './apiListResponseMacro';
18
18
  export * from './apiListResponsePixel';
@@ -26,7 +26,7 @@ export * from './apiResponseObjectApiListResponseCatalogFeed';
26
26
  export * from './apiResponseObjectApiListResponseClickDestination';
27
27
  export * from './apiResponseObjectApiListResponseCreativeCompactDTO';
28
28
  export * from './apiResponseObjectApiListResponseCreativeDTO';
29
- export * from './apiResponseObjectApiListResponseCreativeSetsListDashboardData';
29
+ export * from './apiResponseObjectApiListResponseCreativeSetDashboardMetric';
30
30
  export * from './apiResponseObjectApiListResponseCreativeTemplateDTO';
31
31
  export * from './apiResponseObjectApiListResponsePixel';
32
32
  export * from './apiResponseObjectApiListResponseVariablesMappingDTO';
@@ -72,6 +72,7 @@ export * from './apiResponseObjectMetaRulesDto';
72
72
  export * from './apiResponseObjectParentBasedObject';
73
73
  export * from './apiResponseObjectPixel';
74
74
  export * from './apiResponseObjectReportingResponse';
75
+ export * from './apiResponseObjectResponseMessage';
75
76
  export * from './apiResponseObjectSiteListDTO';
76
77
  export * from './apiResponseObjectSkadTargetPrivileges';
77
78
  export * from './apiResponseObjectSlicexChartResponse';
@@ -129,10 +130,10 @@ export * from './creativeHtmlMockupDTO';
129
130
  export * from './creativeListEditField';
130
131
  export * from './creativeMockUpsDTO';
131
132
  export * from './creativePerformanceData';
133
+ export * from './creativeSetDashboardMetric';
132
134
  export * from './creativeSetDetails';
133
135
  export * from './creativeSetRequest';
134
136
  export * from './creativeSetResponse';
135
- export * from './creativeSetsListDashboardData';
136
137
  export * from './creativeStrategyAssociationStatus';
137
138
  export * from './creativeTemplateDTO';
138
139
  export * from './creativeTemplatesMetadataDTO';
@@ -174,6 +175,8 @@ export * from './metaRuleDto';
174
175
  export * from './metaRulesDto';
175
176
  export * from './modelError';
176
177
  export * from './nativeAssetPojo';
178
+ export * from './notificationListResponseNotificationResponse';
179
+ export * from './notificationResponse';
177
180
  export * from './parentBasedObject';
178
181
  export * from './pixel';
179
182
  export * from './pixelDataFileDTO';
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { NotificationResponse } from './notificationResponse';
13
+ export interface NotificationListResponseNotificationResponse {
14
+ data?: Array<NotificationResponse>;
15
+ notResolvedCount?: number;
16
+ totalNoOfRecords?: number;
17
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface NotificationResponse {
13
+ content?: string;
14
+ createdOn?: number;
15
+ entityId?: number;
16
+ entityName?: string;
17
+ entityType?: string;
18
+ icon?: string;
19
+ id?: number;
20
+ resolved?: boolean;
21
+ seen?: boolean;
22
+ title?: string;
23
+ type?: NotificationResponse.TypeEnum;
24
+ }
25
+ export declare namespace NotificationResponse {
26
+ type TypeEnum = 'STATIC' | 'ACTIONABLE';
27
+ const TypeEnum: {
28
+ STATIC: TypeEnum;
29
+ ACTIONABLE: TypeEnum;
30
+ };
31
+ }
@@ -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;
@@ -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.176",
3
+ "version": "0.10.180",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [