@revxui/intellibid-client-ts 1.0.57 → 1.0.59

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 (100) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +111 -66
  3. package/api/api.d.ts +11 -11
  4. package/api/audienceController.service.d.ts +41 -63
  5. package/api/campaignController.service.d.ts +110 -110
  6. package/api/insightsController.service.d.ts +33 -32
  7. package/api/lookupDataController.service.d.ts +58 -0
  8. package/api.module.d.ts +11 -11
  9. package/configuration.d.ts +48 -48
  10. package/encoder.d.ts +10 -10
  11. package/esm2020/api/advertiserController.service.mjs +267 -169
  12. package/esm2020/api/api.mjs +12 -12
  13. package/esm2020/api/audienceController.service.mjs +110 -174
  14. package/esm2020/api/campaignController.service.mjs +296 -296
  15. package/esm2020/api/insightsController.service.mjs +108 -105
  16. package/esm2020/api/lookupDataController.service.mjs +135 -0
  17. package/esm2020/api.module.mjs +57 -57
  18. package/esm2020/configuration.mjs +58 -58
  19. package/esm2020/encoder.mjs +16 -16
  20. package/esm2020/index.mjs +5 -5
  21. package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
  22. package/esm2020/model/advertiserResponse.mjs +12 -12
  23. package/esm2020/model/advertiserSearchResponse.mjs +12 -12
  24. package/esm2020/model/audienceChildStatusDTO.mjs +22 -0
  25. package/esm2020/model/audienceGroupStatusResponse.mjs +16 -0
  26. package/esm2020/model/blockedEventResponse.mjs +13 -0
  27. package/esm2020/model/businessZoneResponse.mjs +13 -0
  28. package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
  29. package/esm2020/model/campaignInsightRecord.mjs +19 -19
  30. package/esm2020/model/campaignInsightsResponse.mjs +1 -1
  31. package/esm2020/model/campaignRequest.mjs +32 -32
  32. package/esm2020/model/campaignResponse.mjs +21 -21
  33. package/esm2020/model/campaignSearchResponse.mjs +12 -12
  34. package/esm2020/model/childPreviewDTO.mjs +13 -0
  35. package/esm2020/model/countryResponse.mjs +13 -0
  36. package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +19 -0
  37. package/esm2020/model/createBucketizedLiveAudienceResponse.mjs +10 -0
  38. package/esm2020/model/goalResponse.mjs +13 -0
  39. package/esm2020/model/models.mjs +30 -24
  40. package/esm2020/model/oSResponse.mjs +12 -12
  41. package/esm2020/model/pageAdvertiserResponse.mjs +1 -1
  42. package/esm2020/model/pageCampaignChangeLogResponse.mjs +1 -1
  43. package/esm2020/model/pageCampaignResponse.mjs +1 -1
  44. package/esm2020/model/pageableObject.mjs +1 -1
  45. package/esm2020/model/platformResponse.mjs +13 -0
  46. package/esm2020/model/productSetResponse.mjs +13 -0
  47. package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
  48. package/esm2020/model/scheduledUpdates.mjs +12 -12
  49. package/esm2020/model/sortObject.mjs +12 -12
  50. package/esm2020/model/upsertProductSetRequest.mjs +13 -0
  51. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  52. package/esm2020/variables.mjs +8 -8
  53. package/fesm2015/revxui-intellibid-client-ts.mjs +1180 -1081
  54. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  55. package/fesm2020/revxui-intellibid-client-ts.mjs +1326 -1143
  56. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  57. package/index.d.ts +5 -5
  58. package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
  59. package/model/advertiserResponse.d.ts +30 -30
  60. package/model/advertiserSearchResponse.d.ts +16 -16
  61. package/model/audienceChildStatusDTO.d.ts +31 -0
  62. package/model/audienceGroupStatusResponse.d.ts +42 -0
  63. package/model/{audienceListResponse.d.ts → blockedEventResponse.d.ts} +15 -15
  64. package/model/{audienceResponseDTO.d.ts → businessZoneResponse.d.ts} +17 -20
  65. package/model/campaignChangeLogResponse.d.ts +34 -34
  66. package/model/campaignInsightRecord.d.ts +56 -47
  67. package/model/campaignInsightsResponse.d.ts +16 -16
  68. package/model/campaignRequest.d.ts +52 -52
  69. package/model/campaignResponse.d.ts +66 -66
  70. package/model/campaignSearchResponse.d.ts +15 -15
  71. package/model/childPreviewDTO.d.ts +19 -0
  72. package/model/countryResponse.d.ts +18 -0
  73. package/model/createBucketizedLiveAudienceRequest.d.ts +33 -0
  74. package/model/createBucketizedLiveAudienceResponse.d.ts +28 -0
  75. package/model/goalResponse.d.ts +17 -0
  76. package/model/models.d.ts +29 -23
  77. package/model/oSResponse.d.ts +15 -15
  78. package/model/pageAdvertiserResponse.d.ts +27 -27
  79. package/model/pageCampaignChangeLogResponse.d.ts +27 -27
  80. package/model/pageCampaignResponse.d.ts +27 -27
  81. package/model/pageableObject.d.ts +20 -20
  82. package/model/{configItemDTO.d.ts → platformResponse.d.ts} +15 -15
  83. package/model/productSetResponse.d.ts +16 -0
  84. package/model/scheduleUpdateRequest.d.ts +22 -22
  85. package/model/scheduledUpdates.d.ts +15 -15
  86. package/model/sortObject.d.ts +18 -18
  87. package/model/upsertProductSetRequest.d.ts +15 -0
  88. package/package.json +1 -1
  89. package/variables.d.ts +8 -8
  90. package/api/osMasterController.service.d.ts +0 -28
  91. package/esm2020/api/osMasterController.service.mjs +0 -78
  92. package/esm2020/model/audienceListResponse.mjs +0 -2
  93. package/esm2020/model/audienceResponseDTO.mjs +0 -2
  94. package/esm2020/model/configItemDTO.mjs +0 -13
  95. package/esm2020/model/createBlockedAudienceRequest.mjs +0 -21
  96. package/esm2020/model/createDynamicAudienceRequest.mjs +0 -21
  97. package/esm2020/model/createStaticAudienceRequest.mjs +0 -21
  98. package/model/createBlockedAudienceRequest.d.ts +0 -24
  99. package/model/createDynamicAudienceRequest.d.ts +0 -26
  100. package/model/createStaticAudienceRequest.d.ts +0 -24
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/intellibid-client-ts@1.0.57
1
+ ## @revxui/intellibid-client-ts@1.0.59
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/intellibid-client-ts@1.0.57 --save
22
+ npm install @revxui/intellibid-client-ts@1.0.59 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -1,66 +1,111 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { AdvertiserMmpConversionEventResponse } from '../model/advertiserMmpConversionEventResponse';
4
- import { AdvertiserResponse } from '../model/advertiserResponse';
5
- import { AdvertiserSearchResponse } from '../model/advertiserSearchResponse';
6
- import { PageAdvertiserResponse } from '../model/pageAdvertiserResponse';
7
- import { Configuration } from '../configuration';
8
- import * as i0 from "@angular/core";
9
- export declare class AdvertiserControllerService {
10
- protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
15
- /**
16
- * @param consumes string[] mime-types
17
- * @return true: consumes contains 'multipart/form-data', false: otherwise
18
- */
19
- private canConsumeForm;
20
- /**
21
- *
22
- *
23
- * @param id
24
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
25
- * @param reportProgress flag to report request and response progress.
26
- */
27
- getAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<AdvertiserResponse>;
28
- getAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdvertiserResponse>>;
29
- getAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdvertiserResponse>>;
30
- /**
31
- *
32
- *
33
- * @param name
34
- * @param isActive
35
- * @param page Zero-based page index (0..N)
36
- * @param size The size of the page to be returned
37
- * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
38
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
39
- * @param reportProgress flag to report request and response progress.
40
- */
41
- getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageAdvertiserResponse>;
42
- getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageAdvertiserResponse>>;
43
- getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageAdvertiserResponse>>;
44
- /**
45
- * Get all MMP conversion events for an advertiser
46
- * Returns list of configured MMP events with id and eventLabel for the specified advertiser
47
- * @param id
48
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
49
- * @param reportProgress flag to report request and response progress.
50
- */
51
- getMMPConversionEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserMmpConversionEventResponse>>;
52
- getMMPConversionEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserMmpConversionEventResponse>>>;
53
- getMMPConversionEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserMmpConversionEventResponse>>>;
54
- /**
55
- *
56
- *
57
- * @param q
58
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
- * @param reportProgress flag to report request and response progress.
60
- */
61
- searchAdvertisers(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserSearchResponse>>;
62
- searchAdvertisers(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserSearchResponse>>>;
63
- searchAdvertisers(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserSearchResponse>>>;
64
- static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
65
- static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
66
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { AdvertiserMmpConversionEventResponse } from '../model/advertiserMmpConversionEventResponse';
4
+ import { AdvertiserResponse } from '../model/advertiserResponse';
5
+ import { AdvertiserSearchResponse } from '../model/advertiserSearchResponse';
6
+ import { BlockedEventResponse } from '../model/blockedEventResponse';
7
+ import { GoalResponse } from '../model/goalResponse';
8
+ import { PageAdvertiserResponse } from '../model/pageAdvertiserResponse';
9
+ import { ProductSetResponse } from '../model/productSetResponse';
10
+ import { UpsertProductSetRequest } from '../model/upsertProductSetRequest';
11
+ import { Configuration } from '../configuration';
12
+ import * as i0 from "@angular/core";
13
+ export declare class AdvertiserControllerService {
14
+ protected httpClient: HttpClient;
15
+ protected basePath: string;
16
+ defaultHeaders: HttpHeaders;
17
+ configuration: Configuration;
18
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
19
+ /**
20
+ * @param consumes string[] mime-types
21
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
22
+ */
23
+ private canConsumeForm;
24
+ /**
25
+ *
26
+ *
27
+ * @param id
28
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
29
+ * @param reportProgress flag to report request and response progress.
30
+ */
31
+ getAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<AdvertiserResponse>;
32
+ getAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdvertiserResponse>>;
33
+ getAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdvertiserResponse>>;
34
+ /**
35
+ *
36
+ *
37
+ * @param name
38
+ * @param isActive
39
+ * @param page Zero-based page index (0..N)
40
+ * @param size The size of the page to be returned
41
+ * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
42
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
43
+ * @param reportProgress flag to report request and response progress.
44
+ */
45
+ getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageAdvertiserResponse>;
46
+ getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageAdvertiserResponse>>;
47
+ getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageAdvertiserResponse>>;
48
+ /**
49
+ * Get all blocked events for an advertiser
50
+ * Returns list of blocked events with eventName and blockingDays for the specified advertiser
51
+ * @param id
52
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
53
+ * @param reportProgress flag to report request and response progress.
54
+ */
55
+ getBlockedEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<BlockedEventResponse>>;
56
+ getBlockedEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BlockedEventResponse>>>;
57
+ getBlockedEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BlockedEventResponse>>>;
58
+ /**
59
+ * Get all goals for an advertiser
60
+ * Returns list of goals derived from the advertiser&#x27;s active postback event mappings
61
+ * @param id
62
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
63
+ * @param reportProgress flag to report request and response progress.
64
+ */
65
+ getGoalsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<GoalResponse>>;
66
+ getGoalsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<GoalResponse>>>;
67
+ getGoalsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<GoalResponse>>>;
68
+ /**
69
+ * Get all MMP conversion events for an advertiser
70
+ * Returns list of configured MMP events with id and eventLabel for the specified advertiser
71
+ * @param id
72
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
73
+ * @param reportProgress flag to report request and response progress.
74
+ */
75
+ getMMPConversionEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserMmpConversionEventResponse>>;
76
+ getMMPConversionEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserMmpConversionEventResponse>>>;
77
+ getMMPConversionEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserMmpConversionEventResponse>>>;
78
+ /**
79
+ * List product sets for an advertiser
80
+ * Returns list of product sets configured for the specified advertiser
81
+ * @param id
82
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
83
+ * @param reportProgress flag to report request and response progress.
84
+ */
85
+ listProductSets(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<ProductSetResponse>>;
86
+ listProductSets(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<ProductSetResponse>>>;
87
+ listProductSets(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<ProductSetResponse>>>;
88
+ /**
89
+ *
90
+ *
91
+ * @param q
92
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
93
+ * @param reportProgress flag to report request and response progress.
94
+ */
95
+ searchAdvertisers(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserSearchResponse>>;
96
+ searchAdvertisers(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserSearchResponse>>>;
97
+ searchAdvertisers(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserSearchResponse>>>;
98
+ /**
99
+ * Upsert a product set for an advertiser
100
+ * Creates or updates a product set configuration for the specified advertiser
101
+ * @param body
102
+ * @param id
103
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
104
+ * @param reportProgress flag to report request and response progress.
105
+ */
106
+ upsertProductSet(body: UpsertProductSetRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<ProductSetResponse>;
107
+ upsertProductSet(body: UpsertProductSetRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ProductSetResponse>>;
108
+ upsertProductSet(body: UpsertProductSetRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ProductSetResponse>>;
109
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
110
+ static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
111
+ }
package/api/api.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export * from './advertiserController.service';
2
- import { AdvertiserControllerService } from './advertiserController.service';
3
- export * from './audienceController.service';
4
- import { AudienceControllerService } from './audienceController.service';
5
- export * from './campaignController.service';
6
- import { CampaignControllerService } from './campaignController.service';
7
- export * from './insightsController.service';
8
- import { InsightsControllerService } from './insightsController.service';
9
- export * from './osMasterController.service';
10
- import { OsMasterControllerService } from './osMasterController.service';
11
- export declare const APIS: (typeof AdvertiserControllerService | typeof AudienceControllerService | typeof CampaignControllerService | typeof InsightsControllerService | typeof OsMasterControllerService)[];
1
+ export * from './advertiserController.service';
2
+ import { AdvertiserControllerService } from './advertiserController.service';
3
+ export * from './audienceController.service';
4
+ import { AudienceControllerService } from './audienceController.service';
5
+ export * from './campaignController.service';
6
+ import { CampaignControllerService } from './campaignController.service';
7
+ export * from './insightsController.service';
8
+ import { InsightsControllerService } from './insightsController.service';
9
+ export * from './lookupDataController.service';
10
+ import { LookupDataControllerService } from './lookupDataController.service';
11
+ export declare const APIS: (typeof AdvertiserControllerService | typeof AudienceControllerService | typeof CampaignControllerService | typeof InsightsControllerService | typeof LookupDataControllerService)[];
@@ -1,63 +1,41 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { AudienceListResponse } from '../model/audienceListResponse';
4
- import { CreateBlockedAudienceRequest } from '../model/createBlockedAudienceRequest';
5
- import { CreateDynamicAudienceRequest } from '../model/createDynamicAudienceRequest';
6
- import { CreateStaticAudienceRequest } from '../model/createStaticAudienceRequest';
7
- import { Configuration } from '../configuration';
8
- import * as i0 from "@angular/core";
9
- export declare class AudienceControllerService {
10
- protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
15
- /**
16
- * @param consumes string[] mime-types
17
- * @return true: consumes contains 'multipart/form-data', false: otherwise
18
- */
19
- private canConsumeForm;
20
- /**
21
- *
22
- *
23
- * @param body
24
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
25
- * @param reportProgress flag to report request and response progress.
26
- */
27
- createBlockedAudience(body: CreateBlockedAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<any>;
28
- createBlockedAudience(body: CreateBlockedAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
29
- createBlockedAudience(body: CreateBlockedAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
30
- /**
31
- *
32
- *
33
- * @param body
34
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
35
- * @param reportProgress flag to report request and response progress.
36
- */
37
- createDynamicAudiences(body: CreateDynamicAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<any>;
38
- createDynamicAudiences(body: CreateDynamicAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
39
- createDynamicAudiences(body: CreateDynamicAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
40
- /**
41
- *
42
- *
43
- * @param body
44
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
45
- * @param reportProgress flag to report request and response progress.
46
- */
47
- createStaticAudiences(body: CreateStaticAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<any>;
48
- createStaticAudiences(body: CreateStaticAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
49
- createStaticAudiences(body: CreateStaticAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
50
- /**
51
- *
52
- *
53
- * @param advertiserId
54
- * @param sourcePlatform
55
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
56
- * @param reportProgress flag to report request and response progress.
57
- */
58
- getAudiences(advertiserId: number, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<AudienceListResponse>;
59
- getAudiences(advertiserId: number, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceListResponse>>;
60
- getAudiences(advertiserId: number, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceListResponse>>;
61
- static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
62
- static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
63
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { AudienceGroupStatusResponse } from '../model/audienceGroupStatusResponse';
4
+ import { CreateBucketizedLiveAudienceRequest } from '../model/createBucketizedLiveAudienceRequest';
5
+ import { CreateBucketizedLiveAudienceResponse } from '../model/createBucketizedLiveAudienceResponse';
6
+ import { Configuration } from '../configuration';
7
+ import * as i0 from "@angular/core";
8
+ export declare class AudienceControllerService {
9
+ protected httpClient: HttpClient;
10
+ protected basePath: string;
11
+ defaultHeaders: HttpHeaders;
12
+ configuration: Configuration;
13
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
14
+ /**
15
+ * @param consumes string[] mime-types
16
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
17
+ */
18
+ private canConsumeForm;
19
+ /**
20
+ * Create a bucketized live audience group
21
+ * Creates a CustomAudienceGroup with N child rows for each CVR x Retention bucket combination. Triggers a sync with Platform Manager and returns immediately with the group ID and operation ID.
22
+ * @param body
23
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
24
+ * @param reportProgress flag to report request and response progress.
25
+ */
26
+ createBucketizedLiveAudience(body: CreateBucketizedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<CreateBucketizedLiveAudienceResponse>;
27
+ createBucketizedLiveAudience(body: CreateBucketizedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CreateBucketizedLiveAudienceResponse>>;
28
+ createBucketizedLiveAudience(body: CreateBucketizedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CreateBucketizedLiveAudienceResponse>>;
29
+ /**
30
+ * Get audience group status
31
+ * Returns the status of an audience group including all child audiences and their sync status
32
+ * @param groupId
33
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
34
+ * @param reportProgress flag to report request and response progress.
35
+ */
36
+ getGroupStatus(groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceGroupStatusResponse>;
37
+ getGroupStatus(groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceGroupStatusResponse>>;
38
+ getGroupStatus(groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceGroupStatusResponse>>;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
40
+ static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
41
+ }
@@ -1,110 +1,110 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { CampaignRequest } from '../model/campaignRequest';
4
- import { CampaignResponse } from '../model/campaignResponse';
5
- import { CampaignSearchResponse } from '../model/campaignSearchResponse';
6
- import { PageCampaignChangeLogResponse } from '../model/pageCampaignChangeLogResponse';
7
- import { PageCampaignResponse } from '../model/pageCampaignResponse';
8
- import { ScheduleUpdateRequest } from '../model/scheduleUpdateRequest';
9
- import { Configuration } from '../configuration';
10
- import * as i0 from "@angular/core";
11
- export declare class CampaignControllerService {
12
- protected httpClient: HttpClient;
13
- protected basePath: string;
14
- defaultHeaders: HttpHeaders;
15
- configuration: Configuration;
16
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
17
- /**
18
- * @param consumes string[] mime-types
19
- * @return true: consumes contains 'multipart/form-data', false: otherwise
20
- */
21
- private canConsumeForm;
22
- /**
23
- *
24
- *
25
- * @param body
26
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
27
- * @param reportProgress flag to report request and response progress.
28
- */
29
- createCampaign(body: CampaignRequest, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
30
- createCampaign(body: CampaignRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
31
- createCampaign(body: CampaignRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
32
- /**
33
- *
34
- *
35
- * @param id
36
- * @param advertiserId
37
- * @param name
38
- * @param platformCampaignId
39
- * @param payoutType
40
- * @param marketFeedbackEnabled
41
- * @param activeOnPlatform
42
- * @param sourcePlatform
43
- * @param page Zero-based page index (0..N)
44
- * @param size The size of the page to be returned
45
- * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
46
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
47
- * @param reportProgress flag to report request and response progress.
48
- */
49
- getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignResponse>;
50
- getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignResponse>>;
51
- getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignResponse>>;
52
- /**
53
- *
54
- *
55
- * @param id
56
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
57
- * @param reportProgress flag to report request and response progress.
58
- */
59
- getCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
60
- getCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
61
- getCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
62
- /**
63
- *
64
- *
65
- * @param id
66
- * @param page Zero-based page index (0..N)
67
- * @param size The size of the page to be returned
68
- * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
69
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
70
- * @param reportProgress flag to report request and response progress.
71
- */
72
- getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignChangeLogResponse>;
73
- getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignChangeLogResponse>>;
74
- getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignChangeLogResponse>>;
75
- /**
76
- *
77
- *
78
- * @param body
79
- * @param id
80
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
81
- * @param reportProgress flag to report request and response progress.
82
- */
83
- scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
84
- scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
85
- scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
86
- /**
87
- *
88
- *
89
- * @param q
90
- * @param sourcePlatform
91
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
92
- * @param reportProgress flag to report request and response progress.
93
- */
94
- searchCampaign(q: string, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
95
- searchCampaign(q: string, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
96
- searchCampaign(q: string, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
97
- /**
98
- *
99
- *
100
- * @param id
101
- * @param active
102
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
103
- * @param reportProgress flag to report request and response progress.
104
- */
105
- setStatus(id: number, active: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
106
- setStatus(id: number, active: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
107
- setStatus(id: number, active: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
108
- static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
109
- static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
110
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { CampaignRequest } from '../model/campaignRequest';
4
+ import { CampaignResponse } from '../model/campaignResponse';
5
+ import { CampaignSearchResponse } from '../model/campaignSearchResponse';
6
+ import { PageCampaignChangeLogResponse } from '../model/pageCampaignChangeLogResponse';
7
+ import { PageCampaignResponse } from '../model/pageCampaignResponse';
8
+ import { ScheduleUpdateRequest } from '../model/scheduleUpdateRequest';
9
+ import { Configuration } from '../configuration';
10
+ import * as i0 from "@angular/core";
11
+ export declare class CampaignControllerService {
12
+ protected httpClient: HttpClient;
13
+ protected basePath: string;
14
+ defaultHeaders: HttpHeaders;
15
+ configuration: Configuration;
16
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
17
+ /**
18
+ * @param consumes string[] mime-types
19
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
20
+ */
21
+ private canConsumeForm;
22
+ /**
23
+ *
24
+ *
25
+ * @param body
26
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
27
+ * @param reportProgress flag to report request and response progress.
28
+ */
29
+ createCampaign(body: CampaignRequest, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
30
+ createCampaign(body: CampaignRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
31
+ createCampaign(body: CampaignRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
32
+ /**
33
+ *
34
+ *
35
+ * @param id
36
+ * @param advertiserId
37
+ * @param name
38
+ * @param platformCampaignId
39
+ * @param payoutType
40
+ * @param marketFeedbackEnabled
41
+ * @param activeOnPlatform
42
+ * @param sourcePlatform
43
+ * @param page Zero-based page index (0..N)
44
+ * @param size The size of the page to be returned
45
+ * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
46
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
47
+ * @param reportProgress flag to report request and response progress.
48
+ */
49
+ getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignResponse>;
50
+ getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignResponse>>;
51
+ getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignResponse>>;
52
+ /**
53
+ *
54
+ *
55
+ * @param id
56
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
57
+ * @param reportProgress flag to report request and response progress.
58
+ */
59
+ getCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
60
+ getCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
61
+ getCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
62
+ /**
63
+ *
64
+ *
65
+ * @param id
66
+ * @param page Zero-based page index (0..N)
67
+ * @param size The size of the page to be returned
68
+ * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
69
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
70
+ * @param reportProgress flag to report request and response progress.
71
+ */
72
+ getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignChangeLogResponse>;
73
+ getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignChangeLogResponse>>;
74
+ getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignChangeLogResponse>>;
75
+ /**
76
+ *
77
+ *
78
+ * @param body
79
+ * @param id
80
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
81
+ * @param reportProgress flag to report request and response progress.
82
+ */
83
+ scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
84
+ scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
85
+ scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
86
+ /**
87
+ *
88
+ *
89
+ * @param q
90
+ * @param sourcePlatform
91
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
92
+ * @param reportProgress flag to report request and response progress.
93
+ */
94
+ searchCampaign(q: string, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
95
+ searchCampaign(q: string, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
96
+ searchCampaign(q: string, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
97
+ /**
98
+ *
99
+ *
100
+ * @param id
101
+ * @param active
102
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
103
+ * @param reportProgress flag to report request and response progress.
104
+ */
105
+ setStatus(id: number, active: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
106
+ setStatus(id: number, active: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
107
+ setStatus(id: number, active: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
108
+ static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
109
+ static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
110
+ }