@revxui/api-clients-ts 0.10.257 → 0.10.258

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 (85) hide show
  1. package/README.md +2 -2
  2. package/api/campaignController.service.d.ts +14 -0
  3. package/bundles/revxui-api-clients-ts.umd.js +59 -23
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +36 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiListResponseIncrementalityReportResponse.js +1 -0
  31. package/esm2015/model/campaignDTO.js +1 -1
  32. package/esm2015/model/clickDestination.js +1 -1
  33. package/esm2015/model/creativeDTO.js +1 -1
  34. package/esm2015/model/creativeSetRequest.js +1 -1
  35. package/esm2015/model/eligibleUsersRequest.js +1 -1
  36. package/esm2015/model/incrementalityReportDTO.js +1 -0
  37. package/esm2015/model/incrementalityReportResponse.js +12 -0
  38. package/esm2015/model/models.js +1 -1
  39. package/esm5/api/adminController.service.js +2 -2
  40. package/esm5/api/advertiserController.service.js +2 -2
  41. package/esm5/api/appSettingsController.service.js +2 -2
  42. package/esm5/api/audienceController.service.js +2 -2
  43. package/esm5/api/auditController.service.js +2 -2
  44. package/esm5/api/bulkStrategyController.service.js +2 -2
  45. package/esm5/api/cSSThemeController_.service.js +2 -2
  46. package/esm5/api/campaignController.service.js +38 -2
  47. package/esm5/api/catalogController.service.js +2 -2
  48. package/esm5/api/clickDestinationController.service.js +2 -2
  49. package/esm5/api/creativeController.service.js +2 -2
  50. package/esm5/api/creativeSetsController.service.js +2 -2
  51. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  52. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  53. package/esm5/api/creativeTemplatesController.service.js +2 -2
  54. package/esm5/api/dashboardController.service.js +2 -2
  55. package/esm5/api/notificationsController.service.js +2 -2
  56. package/esm5/api/pixelController.service.js +2 -2
  57. package/esm5/api/reportingController.service.js +2 -2
  58. package/esm5/api/sliceXController.service.js +2 -2
  59. package/esm5/api/strategyController.service.js +2 -2
  60. package/esm5/api/uILoggerController.service.js +2 -2
  61. package/esm5/api/userPreferenceController.service.js +2 -2
  62. package/esm5/model/apiListResponseIncrementalityReportResponse.js +1 -0
  63. package/esm5/model/campaignDTO.js +1 -1
  64. package/esm5/model/clickDestination.js +1 -1
  65. package/esm5/model/creativeDTO.js +1 -1
  66. package/esm5/model/creativeSetRequest.js +1 -1
  67. package/esm5/model/eligibleUsersRequest.js +1 -1
  68. package/esm5/model/incrementalityReportDTO.js +1 -0
  69. package/esm5/model/incrementalityReportResponse.js +12 -0
  70. package/esm5/model/models.js +1 -1
  71. package/fesm2015/revxui-api-clients-ts.js +57 -23
  72. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  73. package/fesm5/revxui-api-clients-ts.js +59 -23
  74. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  75. package/model/apiListResponseIncrementalityReportResponse.d.ts +16 -0
  76. package/model/campaignDTO.d.ts +4 -0
  77. package/model/clickDestination.d.ts +1 -0
  78. package/model/creativeDTO.d.ts +3 -0
  79. package/model/creativeSetRequest.d.ts +1 -0
  80. package/model/eligibleUsersRequest.d.ts +0 -1
  81. package/model/incrementalityReportDTO.d.ts +19 -0
  82. package/model/incrementalityReportResponse.d.ts +24 -0
  83. package/model/models.d.ts +3 -0
  84. package/package.json +1 -1
  85. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -0,0 +1,16 @@
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 { IncrementalityReportResponse } from './incrementalityReportResponse';
13
+ export interface ApiListResponseIncrementalityReportResponse {
14
+ data?: Array<IncrementalityReportResponse>;
15
+ totalNoOfRecords?: number;
16
+ }
@@ -14,8 +14,10 @@ export interface CampaignDTO {
14
14
  active?: boolean;
15
15
  advertiserId?: number;
16
16
  attributionRatio?: number;
17
+ bucketUnits?: string;
17
18
  budget?: number;
18
19
  budgetSpent?: number;
20
+ coolingPeriod?: number;
19
21
  cpaTarget?: number;
20
22
  createdBy?: number;
21
23
  creationTime?: number;
@@ -30,6 +32,7 @@ export interface CampaignDTO {
30
32
  fcap?: number;
31
33
  flowRate?: number;
32
34
  id?: number;
35
+ incrementalityTest?: boolean;
33
36
  isArchived?: boolean;
34
37
  ivsDistribution?: number;
35
38
  licensee?: BaseModel;
@@ -42,6 +45,7 @@ export interface CampaignDTO {
42
45
  name?: string;
43
46
  objective?: string;
44
47
  pixel?: BaseModel;
48
+ placebo?: boolean;
45
49
  platformMargin?: number;
46
50
  pricingId?: number;
47
51
  region?: BaseModel;
@@ -32,6 +32,7 @@ export interface ClickDestination {
32
32
  modifiedBy?: number;
33
33
  modifiedTime?: number;
34
34
  name?: string;
35
+ placebo?: boolean;
35
36
  refactored?: boolean;
36
37
  serverTrackingUrl?: string;
37
38
  skadTarget?: boolean;
@@ -38,6 +38,7 @@ export interface CreativeDTO {
38
38
  isArchived?: boolean;
39
39
  layout?: BaseModel;
40
40
  layoutDimensionId?: number;
41
+ mappingCreativeId?: number;
41
42
  modifiedBy?: number;
42
43
  modifiedTime?: number;
43
44
  name?: string;
@@ -45,7 +46,9 @@ export interface CreativeDTO {
45
46
  nativeAsset?: NativeAssetPojo;
46
47
  originalDimension?: Size;
47
48
  originalFileName?: string;
49
+ partOfPlacebo?: boolean;
48
50
  performanceData?: CreativePerformanceData;
51
+ placebo?: boolean;
49
52
  previewUrl?: string;
50
53
  refactored?: boolean;
51
54
  scheduledTimezone?: BaseModel;
@@ -33,6 +33,7 @@ export interface CreativeSetRequest {
33
33
  modifiedTime?: number;
34
34
  name?: string;
35
35
  nativeAssetPojo?: NativeAssetPojo;
36
+ placebo?: boolean;
36
37
  previewUrl?: string;
37
38
  schedulerTimezone?: number;
38
39
  startTime?: number;
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface EligibleUsersRequest {
13
- anyAudience?: boolean;
14
13
  blockedAggregator?: Array<number>;
15
14
  blockedAudience?: Array<number>;
16
15
  blockedCity?: Array<number>;
@@ -0,0 +1,19 @@
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 { Duration } from './duration';
13
+ export interface IncrementalityReportDTO {
14
+ advertiserId?: number;
15
+ campaignId?: number;
16
+ duration?: Duration;
17
+ impressionBasedConversions?: boolean;
18
+ placebo?: boolean;
19
+ }
@@ -0,0 +1,24 @@
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 IncrementalityReportResponse {
13
+ advertiserId?: number;
14
+ advertiserSpend?: number;
15
+ campaignId?: number;
16
+ endDate?: string;
17
+ liftGroup?: string;
18
+ placebo?: boolean;
19
+ roas?: number;
20
+ startDate?: string;
21
+ uniqueConversion?: number;
22
+ uniqueReach?: number;
23
+ userSpend?: number;
24
+ }
package/model/models.d.ts CHANGED
@@ -17,6 +17,7 @@ export * from './apiListResponseCreativeCompactDTO';
17
17
  export * from './apiListResponseCreativeDTO';
18
18
  export * from './apiListResponseCreativeSetDashboardMetric';
19
19
  export * from './apiListResponseCreativeTemplateDTO';
20
+ export * from './apiListResponseIncrementalityReportResponse';
20
21
  export * from './apiListResponseMacro';
21
22
  export * from './apiListResponsePixel';
22
23
  export * from './apiListResponseVariablesMappingDTO';
@@ -177,6 +178,8 @@ export * from './fileDownloadResponse';
177
178
  export * from './filterModel';
178
179
  export * from './geoListDTO';
179
180
  export * from './geoListRequest';
181
+ export * from './incrementalityReportDTO';
182
+ export * from './incrementalityReportResponse';
180
183
  export * from './integerEditField';
181
184
  export * from './macro';
182
185
  export * from './mapintResponseMessage';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.257",
3
+ "version": "0.10.258",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [