@revxui/intellibid-client-ts 1.0.57 → 1.0.58
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 +88 -66
- package/api/api.d.ts +9 -11
- package/api/campaignController.service.d.ts +110 -110
- package/api/insightsController.service.d.ts +33 -32
- package/api/lookupDataController.service.d.ts +58 -0
- 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 +213 -169
- package/esm2020/api/api.mjs +10 -12
- package/esm2020/api/campaignController.service.mjs +296 -296
- package/esm2020/api/insightsController.service.mjs +108 -105
- package/esm2020/api/lookupDataController.service.mjs +135 -0
- package/esm2020/api.module.mjs +54 -57
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
- package/esm2020/model/advertiserResponse.mjs +12 -12
- package/esm2020/model/advertiserSearchResponse.mjs +12 -12
- package/esm2020/model/blockedEventResponse.mjs +13 -0
- package/esm2020/model/businessZoneResponse.mjs +13 -0
- package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
- package/esm2020/model/campaignInsightRecord.mjs +19 -19
- package/esm2020/model/campaignInsightsResponse.mjs +1 -1
- package/esm2020/model/campaignRequest.mjs +32 -32
- package/esm2020/model/campaignResponse.mjs +21 -21
- package/esm2020/model/campaignSearchResponse.mjs +12 -12
- package/esm2020/model/countryResponse.mjs +13 -0
- package/esm2020/model/goalResponse.mjs +13 -0
- package/esm2020/model/models.mjs +23 -24
- package/esm2020/model/oSResponse.mjs +12 -12
- package/esm2020/model/pageAdvertiserResponse.mjs +2 -2
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -2
- package/esm2020/model/pageCampaignResponse.mjs +2 -2
- package/esm2020/model/pageableObject.mjs +1 -1
- package/esm2020/model/platformResponse.mjs +13 -0
- package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
- package/esm2020/model/scheduledUpdates.mjs +12 -12
- package/esm2020/model/sortObject.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 +956 -1085
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1068 -1147
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
- package/model/advertiserResponse.d.ts +30 -30
- package/model/advertiserSearchResponse.d.ts +16 -16
- package/model/{audienceListResponse.d.ts → blockedEventResponse.d.ts} +15 -15
- package/model/{audienceResponseDTO.d.ts → businessZoneResponse.d.ts} +17 -20
- package/model/campaignChangeLogResponse.d.ts +34 -34
- package/model/campaignInsightRecord.d.ts +56 -47
- package/model/campaignInsightsResponse.d.ts +16 -16
- package/model/campaignRequest.d.ts +52 -52
- package/model/campaignResponse.d.ts +66 -66
- package/model/campaignSearchResponse.d.ts +15 -15
- package/model/countryResponse.d.ts +18 -0
- package/model/goalResponse.d.ts +17 -0
- package/model/models.d.ts +22 -23
- 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/{configItemDTO.d.ts → platformResponse.d.ts} +15 -15
- package/model/scheduleUpdateRequest.d.ts +22 -22
- package/model/scheduledUpdates.d.ts +15 -15
- package/model/sortObject.d.ts +18 -18
- package/package.json +1 -1
- package/variables.d.ts +8 -8
- package/api/audienceController.service.d.ts +0 -63
- package/api/osMasterController.service.d.ts +0 -28
- package/esm2020/api/audienceController.service.mjs +0 -174
- package/esm2020/api/osMasterController.service.mjs +0 -78
- package/esm2020/model/audienceListResponse.mjs +0 -2
- package/esm2020/model/audienceResponseDTO.mjs +0 -2
- package/esm2020/model/configItemDTO.mjs +0 -13
- package/esm2020/model/createBlockedAudienceRequest.mjs +0 -21
- package/esm2020/model/createDynamicAudienceRequest.mjs +0 -21
- package/esm2020/model/createStaticAudienceRequest.mjs +0 -21
- package/model/createBlockedAudienceRequest.d.ts +0 -24
- package/model/createDynamicAudienceRequest.d.ts +0 -26
- package/model/createStaticAudienceRequest.d.ts +0 -24
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/intellibid-client-ts@1.0.
|
|
1
|
+
## @revxui/intellibid-client-ts@1.0.58
|
|
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.58 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -1,66 +1,88 @@
|
|
|
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 {
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* @param
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
getAdvertiser(id: number, observe?: '
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* @param
|
|
36
|
-
* @param
|
|
37
|
-
* @param
|
|
38
|
-
* @param
|
|
39
|
-
* @param
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: '
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
* @param
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
* @param
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
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 { Configuration } from '../configuration';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class AdvertiserControllerService {
|
|
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 id
|
|
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
|
+
getAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<AdvertiserResponse>;
|
|
30
|
+
getAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdvertiserResponse>>;
|
|
31
|
+
getAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdvertiserResponse>>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
*
|
|
35
|
+
* @param name
|
|
36
|
+
* @param isActive
|
|
37
|
+
* @param page Zero-based page index (0..N)
|
|
38
|
+
* @param size The size of the page to be returned
|
|
39
|
+
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
40
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
41
|
+
* @param reportProgress flag to report request and response progress.
|
|
42
|
+
*/
|
|
43
|
+
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageAdvertiserResponse>;
|
|
44
|
+
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageAdvertiserResponse>>;
|
|
45
|
+
getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageAdvertiserResponse>>;
|
|
46
|
+
/**
|
|
47
|
+
* Get all blocked events for an advertiser
|
|
48
|
+
* Returns list of blocked events with eventName and blockingDays for the specified advertiser
|
|
49
|
+
* @param id
|
|
50
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
51
|
+
* @param reportProgress flag to report request and response progress.
|
|
52
|
+
*/
|
|
53
|
+
getBlockedEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<BlockedEventResponse>>;
|
|
54
|
+
getBlockedEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BlockedEventResponse>>>;
|
|
55
|
+
getBlockedEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BlockedEventResponse>>>;
|
|
56
|
+
/**
|
|
57
|
+
* Get all goals for an advertiser
|
|
58
|
+
* Returns list of goals derived from the advertiser's active postback event mappings
|
|
59
|
+
* @param id
|
|
60
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
61
|
+
* @param reportProgress flag to report request and response progress.
|
|
62
|
+
*/
|
|
63
|
+
getGoalsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<GoalResponse>>;
|
|
64
|
+
getGoalsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<GoalResponse>>>;
|
|
65
|
+
getGoalsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<GoalResponse>>>;
|
|
66
|
+
/**
|
|
67
|
+
* Get all MMP conversion events for an advertiser
|
|
68
|
+
* Returns list of configured MMP events with id and eventLabel for the specified advertiser
|
|
69
|
+
* @param id
|
|
70
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
71
|
+
* @param reportProgress flag to report request and response progress.
|
|
72
|
+
*/
|
|
73
|
+
getMMPConversionEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserMmpConversionEventResponse>>;
|
|
74
|
+
getMMPConversionEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserMmpConversionEventResponse>>>;
|
|
75
|
+
getMMPConversionEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserMmpConversionEventResponse>>>;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
* @param q
|
|
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
|
+
searchAdvertisers(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserSearchResponse>>;
|
|
84
|
+
searchAdvertisers(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserSearchResponse>>>;
|
|
85
|
+
searchAdvertisers(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserSearchResponse>>>;
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
87
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
|
|
88
|
+
}
|
package/api/api.d.ts
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
export * from './advertiserController.service';
|
|
2
|
-
import { AdvertiserControllerService } from './advertiserController.service';
|
|
3
|
-
export * from './
|
|
4
|
-
import {
|
|
5
|
-
export * from './
|
|
6
|
-
import {
|
|
7
|
-
export * from './
|
|
8
|
-
import {
|
|
9
|
-
export
|
|
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 './campaignController.service';
|
|
4
|
+
import { CampaignControllerService } from './campaignController.service';
|
|
5
|
+
export * from './insightsController.service';
|
|
6
|
+
import { InsightsControllerService } from './insightsController.service';
|
|
7
|
+
export * from './lookupDataController.service';
|
|
8
|
+
import { LookupDataControllerService } from './lookupDataController.service';
|
|
9
|
+
export declare const APIS: (typeof AdvertiserControllerService | typeof CampaignControllerService | typeof InsightsControllerService | typeof LookupDataControllerService)[];
|
|
@@ -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
|
+
}
|
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CampaignInsightsResponse } from '../model/campaignInsightsResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class InsightsControllerService {
|
|
7
|
-
protected httpClient: HttpClient;
|
|
8
|
-
protected basePath: string;
|
|
9
|
-
defaultHeaders: HttpHeaders;
|
|
10
|
-
configuration: Configuration;
|
|
11
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
12
|
-
/**
|
|
13
|
-
* @param consumes string[] mime-types
|
|
14
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
15
|
-
*/
|
|
16
|
-
private canConsumeForm;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @param startDate
|
|
21
|
-
* @param endDate
|
|
22
|
-
* @param sourcePlatform
|
|
23
|
-
* @param interval
|
|
24
|
-
* @param
|
|
25
|
-
* @param
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, observe?: '
|
|
29
|
-
getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, observe?: '
|
|
30
|
-
|
|
31
|
-
static
|
|
32
|
-
|
|
1
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CampaignInsightsResponse } from '../model/campaignInsightsResponse';
|
|
4
|
+
import { Configuration } from '../configuration';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class InsightsControllerService {
|
|
7
|
+
protected httpClient: HttpClient;
|
|
8
|
+
protected basePath: string;
|
|
9
|
+
defaultHeaders: HttpHeaders;
|
|
10
|
+
configuration: Configuration;
|
|
11
|
+
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
12
|
+
/**
|
|
13
|
+
* @param consumes string[] mime-types
|
|
14
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
15
|
+
*/
|
|
16
|
+
private canConsumeForm;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
* @param startDate
|
|
21
|
+
* @param endDate
|
|
22
|
+
* @param sourcePlatform
|
|
23
|
+
* @param interval
|
|
24
|
+
* @param requireMmpReport
|
|
25
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
26
|
+
* @param reportProgress flag to report request and response progress.
|
|
27
|
+
*/
|
|
28
|
+
getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignInsightsResponse>;
|
|
29
|
+
getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignInsightsResponse>>;
|
|
30
|
+
getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignInsightsResponse>>;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InsightsControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<InsightsControllerService>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { BusinessZoneResponse } from '../model/businessZoneResponse';
|
|
4
|
+
import { CountryResponse } from '../model/countryResponse';
|
|
5
|
+
import { OSResponse } from '../model/oSResponse';
|
|
6
|
+
import { PlatformResponse } from '../model/platformResponse';
|
|
7
|
+
import { Configuration } from '../configuration';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class LookupDataControllerService {
|
|
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 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
|
+
getAllActiveOS(observe?: 'body', reportProgress?: boolean): Observable<Array<OSResponse>>;
|
|
27
|
+
getAllActiveOS(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<OSResponse>>>;
|
|
28
|
+
getAllActiveOS(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<OSResponse>>>;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
*
|
|
32
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
33
|
+
* @param reportProgress flag to report request and response progress.
|
|
34
|
+
*/
|
|
35
|
+
getAllActivePlatforms(observe?: 'body', reportProgress?: boolean): Observable<Array<PlatformResponse>>;
|
|
36
|
+
getAllActivePlatforms(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<PlatformResponse>>>;
|
|
37
|
+
getAllActivePlatforms(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<PlatformResponse>>>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
*
|
|
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
|
+
getAllBusinessZones(observe?: 'body', reportProgress?: boolean): Observable<Array<BusinessZoneResponse>>;
|
|
45
|
+
getAllBusinessZones(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BusinessZoneResponse>>>;
|
|
46
|
+
getAllBusinessZones(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BusinessZoneResponse>>>;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
*
|
|
50
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
51
|
+
* @param reportProgress flag to report request and response progress.
|
|
52
|
+
*/
|
|
53
|
+
getAllCountries(observe?: 'body', reportProgress?: boolean): Observable<Array<CountryResponse>>;
|
|
54
|
+
getAllCountries(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CountryResponse>>>;
|
|
55
|
+
getAllCountries(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CountryResponse>>>;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LookupDataControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
57
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LookupDataControllerService>;
|
|
58
|
+
}
|
package/api.module.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { Configuration } from './configuration';
|
|
3
|
-
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ApiModule {
|
|
6
|
-
static forRoot(configurationFactory: () => Configuration): ModuleWithProviders<ApiModule>;
|
|
7
|
-
constructor(parentModule: ApiModule, http: HttpClient);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ApiModule, never, never, never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ApiModule>;
|
|
11
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { Configuration } from './configuration';
|
|
3
|
+
import { HttpClient } from '@angular/common/http';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ApiModule {
|
|
6
|
+
static forRoot(configurationFactory: () => Configuration): ModuleWithProviders<ApiModule>;
|
|
7
|
+
constructor(parentModule: ApiModule, http: HttpClient);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ApiModule, never, never, never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ApiModule>;
|
|
11
|
+
}
|