@revxui/intellibid-client-ts 1.0.67 → 1.0.70
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.
- package/README.md +2 -2
- package/api/advertiserController.service.d.ts +137 -124
- package/api/api.d.ts +11 -11
- package/api/audienceController.service.d.ts +128 -128
- package/api/campaignController.service.d.ts +110 -110
- package/api/insightsController.service.d.ts +33 -33
- package/api/lookupDataController.service.d.ts +58 -58
- package/api.module.d.ts +11 -11
- package/configuration.d.ts +48 -48
- package/encoder.d.ts +10 -10
- package/esm2020/api/advertiserController.service.mjs +328 -300
- package/esm2020/api/api.mjs +11 -11
- package/esm2020/api/audienceController.service.mjs +326 -326
- package/esm2020/api/campaignController.service.mjs +296 -296
- package/esm2020/api/insightsController.service.mjs +107 -107
- package/esm2020/api/lookupDataController.service.mjs +134 -134
- package/esm2020/api.module.mjs +56 -56
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/adAccountResponse.mjs +25 -25
- package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
- package/esm2020/model/advertiserResponse.mjs +12 -12
- package/esm2020/model/advertiserSearchResponse.mjs +12 -12
- package/esm2020/model/audienceResponse.mjs +16 -16
- package/esm2020/model/blockedEventResponse.mjs +12 -12
- package/esm2020/model/businessZoneResponse.mjs +12 -12
- package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
- package/esm2020/model/campaignInsightRecord.mjs +18 -18
- package/esm2020/model/campaignInsightsResponse.mjs +1 -1
- package/esm2020/model/campaignRequest.mjs +34 -34
- package/esm2020/model/campaignResponse.mjs +26 -26
- package/esm2020/model/campaignSearchResponse.mjs +12 -12
- package/esm2020/model/childAudience.mjs +37 -37
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
- package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +36 -36
- package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
- package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +32 -32
- package/esm2020/model/goalEventOptionDTO.mjs +13 -0
- package/esm2020/model/goalResponse.mjs +12 -12
- package/esm2020/model/models.mjs +37 -35
- package/esm2020/model/oSResponse.mjs +12 -12
- package/esm2020/model/pageAdvertiserResponse.mjs +1 -1
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +1 -1
- package/esm2020/model/pageCampaignResponse.mjs +1 -1
- package/esm2020/model/pageableObject.mjs +1 -1
- package/esm2020/model/platformResponse.mjs +12 -12
- package/esm2020/model/productSetRequest.mjs +21 -21
- package/esm2020/model/productSetResponse.mjs +21 -21
- package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
- package/esm2020/model/scheduledUpdates.mjs +12 -12
- package/esm2020/model/sortObject.mjs +12 -12
- package/esm2020/model/supportedGoalEventsResponseDTO.mjs +2 -0
- package/esm2020/model/updateAudienceNameRequest.mjs +21 -21
- package/esm2020/model/updateDsCustomQuerySqlRequest.mjs +21 -21
- package/esm2020/model/validateDsQueryRequest.mjs +12 -12
- package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
- package/esm2020/variables.mjs +8 -8
- package/fesm2015/revxui-intellibid-client-ts.mjs +1661 -1633
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1791 -1751
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/model/adAccountResponse.d.ts +32 -32
- package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
- package/model/advertiserResponse.d.ts +32 -32
- package/model/advertiserSearchResponse.d.ts +16 -16
- package/model/audienceResponse.d.ts +45 -45
- package/model/blockedEventResponse.d.ts +15 -15
- package/model/businessZoneResponse.d.ts +17 -17
- package/model/campaignChangeLogResponse.d.ts +34 -34
- package/model/campaignInsightRecord.d.ts +56 -56
- package/model/campaignInsightsResponse.d.ts +16 -16
- package/model/campaignRequest.d.ts +55 -54
- package/model/campaignResponse.d.ts +75 -75
- package/model/campaignSearchResponse.d.ts +15 -15
- package/model/childAudience.d.ts +69 -69
- package/model/countryResponse.d.ts +18 -18
- package/model/createBlockedLiveAudienceRequest.d.ts +27 -27
- package/model/createBucketizedCustomAudienceRequest.d.ts +56 -56
- package/model/createBucketizedLiveAudienceRequest.d.ts +40 -40
- package/model/createDsCustomQueryAudienceRequest.d.ts +48 -48
- package/model/goalEventOptionDTO.d.ts +14 -0
- package/model/goalResponse.d.ts +15 -15
- package/model/models.d.ts +36 -34
- package/model/oSResponse.d.ts +15 -15
- package/model/pageAdvertiserResponse.d.ts +27 -27
- package/model/pageCampaignChangeLogResponse.d.ts +27 -27
- package/model/pageCampaignResponse.d.ts +27 -27
- package/model/pageableObject.d.ts +20 -20
- package/model/platformResponse.d.ts +15 -15
- package/model/productSetRequest.d.ts +27 -27
- package/model/productSetResponse.d.ts +27 -27
- package/model/scheduleUpdateRequest.d.ts +22 -22
- package/model/scheduledUpdates.d.ts +15 -15
- package/model/sortObject.d.ts +18 -18
- package/model/supportedGoalEventsResponseDTO.d.ts +19 -0
- package/model/updateAudienceNameRequest.d.ts +26 -26
- package/model/updateDsCustomQuerySqlRequest.d.ts +26 -26
- package/model/validateDsQueryRequest.d.ts +14 -14
- package/package.json +1 -1
- package/variables.d.ts +8 -8
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/intellibid-client-ts@1.0.
|
|
1
|
+
## @revxui/intellibid-client-ts@1.0.70
|
|
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.
|
|
22
|
+
npm install @revxui/intellibid-client-ts@1.0.70 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -1,124 +1,137 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AdAccountResponse } from '../model/adAccountResponse';
|
|
4
|
-
import { AdvertiserMmpConversionEventResponse } from '../model/advertiserMmpConversionEventResponse';
|
|
5
|
-
import { AdvertiserResponse } from '../model/advertiserResponse';
|
|
6
|
-
import { AdvertiserSearchResponse } from '../model/advertiserSearchResponse';
|
|
7
|
-
import { BlockedEventResponse } from '../model/blockedEventResponse';
|
|
8
|
-
import { GoalResponse } from '../model/goalResponse';
|
|
9
|
-
import { PageAdvertiserResponse } from '../model/pageAdvertiserResponse';
|
|
10
|
-
import { ProductSetRequest } from '../model/productSetRequest';
|
|
11
|
-
import { ProductSetResponse } from '../model/productSetResponse';
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
protected
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
* @
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* @param
|
|
30
|
-
* @param
|
|
31
|
-
* @param
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
addProductSet(body: ProductSetRequest, id: number, observe?: '
|
|
35
|
-
addProductSet(body: ProductSetRequest, id: number, observe?: '
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* @param
|
|
41
|
-
* @param
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
getAdAccounts(id: number, observe?: '
|
|
45
|
-
getAdAccounts(id: number, observe?: '
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
* @param
|
|
51
|
-
* @param
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
getAdvertiser(id: number, observe?: '
|
|
55
|
-
getAdvertiser(id: number, observe?: '
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
* @param
|
|
61
|
-
* @param
|
|
62
|
-
* @param
|
|
63
|
-
* @param
|
|
64
|
-
* @param
|
|
65
|
-
* @param
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: '
|
|
69
|
-
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: '
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
* @param
|
|
75
|
-
* @param
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
getBlockedEventsByAdvertiser(id: number, observe?: '
|
|
79
|
-
getBlockedEventsByAdvertiser(id: number, observe?: '
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* @param
|
|
85
|
-
* @param
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
getGoalsByAdvertiser(id: number, observe?: '
|
|
89
|
-
getGoalsByAdvertiser(id: number, observe?: '
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
* @param
|
|
95
|
-
* @param
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
getMMPConversionEventsByAdvertiser(id: number, observe?: '
|
|
99
|
-
getMMPConversionEventsByAdvertiser(id: number, observe?: '
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
* @param
|
|
105
|
-
* @param
|
|
106
|
-
* @param
|
|
107
|
-
* @param
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: '
|
|
111
|
-
getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: '
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
* @param
|
|
117
|
-
* @param
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
1
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { AdAccountResponse } from '../model/adAccountResponse';
|
|
4
|
+
import { AdvertiserMmpConversionEventResponse } from '../model/advertiserMmpConversionEventResponse';
|
|
5
|
+
import { AdvertiserResponse } from '../model/advertiserResponse';
|
|
6
|
+
import { AdvertiserSearchResponse } from '../model/advertiserSearchResponse';
|
|
7
|
+
import { BlockedEventResponse } from '../model/blockedEventResponse';
|
|
8
|
+
import { GoalResponse } from '../model/goalResponse';
|
|
9
|
+
import { PageAdvertiserResponse } from '../model/pageAdvertiserResponse';
|
|
10
|
+
import { ProductSetRequest } from '../model/productSetRequest';
|
|
11
|
+
import { ProductSetResponse } from '../model/productSetResponse';
|
|
12
|
+
import { SupportedGoalEventsResponseDTO } from '../model/supportedGoalEventsResponseDTO';
|
|
13
|
+
import { Configuration } from '../configuration';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
export declare class AdvertiserControllerService {
|
|
16
|
+
protected httpClient: HttpClient;
|
|
17
|
+
protected basePath: string;
|
|
18
|
+
defaultHeaders: HttpHeaders;
|
|
19
|
+
configuration: Configuration;
|
|
20
|
+
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
21
|
+
/**
|
|
22
|
+
* @param consumes string[] mime-types
|
|
23
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
24
|
+
*/
|
|
25
|
+
private canConsumeForm;
|
|
26
|
+
/**
|
|
27
|
+
* Add a product set for an advertiser
|
|
28
|
+
* Creates a new product set. Rejects with 400 if a row already exists for (advertiserId, adAccountId, productSetId) or (advertiserId, adAccountId, productSetLabel) — updates are not supported.
|
|
29
|
+
* @param body
|
|
30
|
+
* @param id
|
|
31
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
32
|
+
* @param reportProgress flag to report request and response progress.
|
|
33
|
+
*/
|
|
34
|
+
addProductSet(body: ProductSetRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<ProductSetResponse>;
|
|
35
|
+
addProductSet(body: ProductSetRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ProductSetResponse>>;
|
|
36
|
+
addProductSet(body: ProductSetRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ProductSetResponse>>;
|
|
37
|
+
/**
|
|
38
|
+
* Get all ad accounts for an advertiser
|
|
39
|
+
* Returns all ad accounts across all platforms (Meta, TikTok, Snapchat) for the specified advertiser
|
|
40
|
+
* @param id
|
|
41
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
42
|
+
* @param reportProgress flag to report request and response progress.
|
|
43
|
+
*/
|
|
44
|
+
getAdAccounts(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdAccountResponse>>;
|
|
45
|
+
getAdAccounts(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdAccountResponse>>>;
|
|
46
|
+
getAdAccounts(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdAccountResponse>>>;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
*
|
|
50
|
+
* @param id
|
|
51
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
52
|
+
* @param reportProgress flag to report request and response progress.
|
|
53
|
+
*/
|
|
54
|
+
getAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<AdvertiserResponse>;
|
|
55
|
+
getAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdvertiserResponse>>;
|
|
56
|
+
getAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdvertiserResponse>>;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
*
|
|
60
|
+
* @param name
|
|
61
|
+
* @param isActive
|
|
62
|
+
* @param page Zero-based page index (0..N)
|
|
63
|
+
* @param size The size of the page to be returned
|
|
64
|
+
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
65
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
66
|
+
* @param reportProgress flag to report request and response progress.
|
|
67
|
+
*/
|
|
68
|
+
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageAdvertiserResponse>;
|
|
69
|
+
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageAdvertiserResponse>>;
|
|
70
|
+
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageAdvertiserResponse>>;
|
|
71
|
+
/**
|
|
72
|
+
* Get all blocked events for an advertiser
|
|
73
|
+
* Returns list of blocked events with eventName and blockingDays for the specified advertiser
|
|
74
|
+
* @param id
|
|
75
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
76
|
+
* @param reportProgress flag to report request and response progress.
|
|
77
|
+
*/
|
|
78
|
+
getBlockedEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<BlockedEventResponse>>;
|
|
79
|
+
getBlockedEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BlockedEventResponse>>>;
|
|
80
|
+
getBlockedEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BlockedEventResponse>>>;
|
|
81
|
+
/**
|
|
82
|
+
* Get all goals for an advertiser
|
|
83
|
+
* Returns list of goals derived from the advertiser's active postback event mappings
|
|
84
|
+
* @param id
|
|
85
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
86
|
+
* @param reportProgress flag to report request and response progress.
|
|
87
|
+
*/
|
|
88
|
+
getGoalsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<GoalResponse>>;
|
|
89
|
+
getGoalsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<GoalResponse>>>;
|
|
90
|
+
getGoalsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<GoalResponse>>>;
|
|
91
|
+
/**
|
|
92
|
+
* Get all MMP conversion events for an advertiser
|
|
93
|
+
* Returns list of configured MMP events with id and eventLabel for the specified advertiser
|
|
94
|
+
* @param id
|
|
95
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
96
|
+
* @param reportProgress flag to report request and response progress.
|
|
97
|
+
*/
|
|
98
|
+
getMMPConversionEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserMmpConversionEventResponse>>;
|
|
99
|
+
getMMPConversionEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserMmpConversionEventResponse>>>;
|
|
100
|
+
getMMPConversionEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserMmpConversionEventResponse>>>;
|
|
101
|
+
/**
|
|
102
|
+
* Get all product sets for an advertiser
|
|
103
|
+
* Returns all product sets configured for the specified advertiser. Optionally filter by adAccountId.
|
|
104
|
+
* @param id
|
|
105
|
+
* @param sourcePlatform
|
|
106
|
+
* @param adAccountId
|
|
107
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
108
|
+
* @param reportProgress flag to report request and response progress.
|
|
109
|
+
*/
|
|
110
|
+
getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'body', reportProgress?: boolean): Observable<Array<ProductSetResponse>>;
|
|
111
|
+
getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<ProductSetResponse>>>;
|
|
112
|
+
getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<ProductSetResponse>>>;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
*
|
|
116
|
+
* @param advertiserId
|
|
117
|
+
* @param platform
|
|
118
|
+
* @param adAccountId
|
|
119
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
120
|
+
* @param reportProgress flag to report request and response progress.
|
|
121
|
+
*/
|
|
122
|
+
getSupportedGoalEvents(advertiserId: number, platform: string, adAccountId: string, observe?: 'body', reportProgress?: boolean): Observable<SupportedGoalEventsResponseDTO>;
|
|
123
|
+
getSupportedGoalEvents(advertiserId: number, platform: string, adAccountId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<SupportedGoalEventsResponseDTO>>;
|
|
124
|
+
getSupportedGoalEvents(advertiserId: number, platform: string, adAccountId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<SupportedGoalEventsResponseDTO>>;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
*
|
|
128
|
+
* @param q
|
|
129
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
130
|
+
* @param reportProgress flag to report request and response progress.
|
|
131
|
+
*/
|
|
132
|
+
searchAdvertisers(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserSearchResponse>>;
|
|
133
|
+
searchAdvertisers(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserSearchResponse>>>;
|
|
134
|
+
searchAdvertisers(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserSearchResponse>>>;
|
|
135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
136
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
|
|
137
|
+
}
|
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 './lookupDataController.service';
|
|
10
|
-
import { LookupDataControllerService } from './lookupDataController.service';
|
|
11
|
-
export declare const APIS: (typeof AdvertiserControllerService | typeof AudienceControllerService | typeof CampaignControllerService | typeof InsightsControllerService | typeof LookupDataControllerService)[];
|
|
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,128 +1,128 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AudienceResponse } from '../model/audienceResponse';
|
|
4
|
-
import { CreateBlockedLiveAudienceRequest } from '../model/createBlockedLiveAudienceRequest';
|
|
5
|
-
import { CreateBucketizedCustomAudienceRequest } from '../model/createBucketizedCustomAudienceRequest';
|
|
6
|
-
import { CreateBucketizedLiveAudienceRequest } from '../model/createBucketizedLiveAudienceRequest';
|
|
7
|
-
import { CreateDsCustomQueryAudienceRequest } from '../model/createDsCustomQueryAudienceRequest';
|
|
8
|
-
import { UpdateAudienceNameRequest } from '../model/updateAudienceNameRequest';
|
|
9
|
-
import { UpdateDsCustomQuerySqlRequest } from '../model/updateDsCustomQuerySqlRequest';
|
|
10
|
-
import { ValidateDsQueryRequest } from '../model/validateDsQueryRequest';
|
|
11
|
-
import { Configuration } from '../configuration';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class AudienceControllerService {
|
|
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 body
|
|
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
|
-
createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
32
|
-
createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
33
|
-
createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* @param body
|
|
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
|
-
createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
42
|
-
createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
43
|
-
createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
* @param body
|
|
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
|
-
createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
52
|
-
createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
53
|
-
createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
* @param body
|
|
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
|
-
createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
62
|
-
createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
63
|
-
createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
* @param advertiserId
|
|
68
|
-
* @param groupType
|
|
69
|
-
* @param sourcePlatform
|
|
70
|
-
* @param audienceType
|
|
71
|
-
* @param audienceSource
|
|
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
|
-
getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AudienceResponse>>;
|
|
76
|
-
getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AudienceResponse>>>;
|
|
77
|
-
getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AudienceResponse>>>;
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
* @param groupId
|
|
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
|
-
getGroupStatus(groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
86
|
-
getGroupStatus(groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
87
|
-
getGroupStatus(groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
88
|
-
/**
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* @param body
|
|
92
|
-
* @param groupId
|
|
93
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
94
|
-
* @param reportProgress flag to report request and response progress.
|
|
95
|
-
*/
|
|
96
|
-
updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
97
|
-
updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
98
|
-
updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
99
|
-
/**
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
* @param body
|
|
103
|
-
* @param groupId
|
|
104
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
105
|
-
* @param reportProgress flag to report request and response progress.
|
|
106
|
-
*/
|
|
107
|
-
updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
108
|
-
updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
109
|
-
updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
110
|
-
/**
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
* @param body
|
|
114
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
115
|
-
* @param reportProgress flag to report request and response progress.
|
|
116
|
-
*/
|
|
117
|
-
validateDsQuery(body: ValidateDsQueryRequest, observe?: 'body', reportProgress?: boolean): Observable<{
|
|
118
|
-
[key: string]: string;
|
|
119
|
-
}>;
|
|
120
|
-
validateDsQuery(body: ValidateDsQueryRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<{
|
|
121
|
-
[key: string]: string;
|
|
122
|
-
}>>;
|
|
123
|
-
validateDsQuery(body: ValidateDsQueryRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<{
|
|
124
|
-
[key: string]: string;
|
|
125
|
-
}>>;
|
|
126
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
127
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
|
|
128
|
-
}
|
|
1
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { AudienceResponse } from '../model/audienceResponse';
|
|
4
|
+
import { CreateBlockedLiveAudienceRequest } from '../model/createBlockedLiveAudienceRequest';
|
|
5
|
+
import { CreateBucketizedCustomAudienceRequest } from '../model/createBucketizedCustomAudienceRequest';
|
|
6
|
+
import { CreateBucketizedLiveAudienceRequest } from '../model/createBucketizedLiveAudienceRequest';
|
|
7
|
+
import { CreateDsCustomQueryAudienceRequest } from '../model/createDsCustomQueryAudienceRequest';
|
|
8
|
+
import { UpdateAudienceNameRequest } from '../model/updateAudienceNameRequest';
|
|
9
|
+
import { UpdateDsCustomQuerySqlRequest } from '../model/updateDsCustomQuerySqlRequest';
|
|
10
|
+
import { ValidateDsQueryRequest } from '../model/validateDsQueryRequest';
|
|
11
|
+
import { Configuration } from '../configuration';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class AudienceControllerService {
|
|
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 body
|
|
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
|
+
createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
32
|
+
createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
33
|
+
createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
*
|
|
37
|
+
* @param body
|
|
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
|
+
createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
42
|
+
createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
43
|
+
createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
*
|
|
47
|
+
* @param body
|
|
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
|
+
createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
52
|
+
createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
53
|
+
createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
*
|
|
57
|
+
* @param body
|
|
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
|
+
createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
62
|
+
createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
63
|
+
createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
*
|
|
67
|
+
* @param advertiserId
|
|
68
|
+
* @param groupType
|
|
69
|
+
* @param sourcePlatform
|
|
70
|
+
* @param audienceType
|
|
71
|
+
* @param audienceSource
|
|
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
|
+
getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AudienceResponse>>;
|
|
76
|
+
getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AudienceResponse>>>;
|
|
77
|
+
getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AudienceResponse>>>;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
*
|
|
81
|
+
* @param groupId
|
|
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
|
+
getGroupStatus(groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
86
|
+
getGroupStatus(groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
87
|
+
getGroupStatus(groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
*
|
|
91
|
+
* @param body
|
|
92
|
+
* @param groupId
|
|
93
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
94
|
+
* @param reportProgress flag to report request and response progress.
|
|
95
|
+
*/
|
|
96
|
+
updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
97
|
+
updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
98
|
+
updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
*
|
|
102
|
+
* @param body
|
|
103
|
+
* @param groupId
|
|
104
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
105
|
+
* @param reportProgress flag to report request and response progress.
|
|
106
|
+
*/
|
|
107
|
+
updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
|
|
108
|
+
updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
|
|
109
|
+
updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
*
|
|
113
|
+
* @param body
|
|
114
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
115
|
+
* @param reportProgress flag to report request and response progress.
|
|
116
|
+
*/
|
|
117
|
+
validateDsQuery(body: ValidateDsQueryRequest, observe?: 'body', reportProgress?: boolean): Observable<{
|
|
118
|
+
[key: string]: string;
|
|
119
|
+
}>;
|
|
120
|
+
validateDsQuery(body: ValidateDsQueryRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<{
|
|
121
|
+
[key: string]: string;
|
|
122
|
+
}>>;
|
|
123
|
+
validateDsQuery(body: ValidateDsQueryRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<{
|
|
124
|
+
[key: string]: string;
|
|
125
|
+
}>>;
|
|
126
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
127
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
|
|
128
|
+
}
|