@revxui/intellibid-client-ts 1.0.68 → 1.0.71
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 -137
- package/api/api.d.ts +11 -11
- package/api/audienceController.service.d.ts +128 -128
- package/api/campaignController.service.d.ts +110 -127
- 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 +327 -327
- package/esm2020/api/api.mjs +11 -11
- package/esm2020/api/audienceController.service.mjs +326 -326
- package/esm2020/api/campaignController.service.mjs +297 -326
- 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 +17 -17
- 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 +38 -38
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
- package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +37 -37
- package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
- package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +33 -33
- package/esm2020/model/goalEventOptionDTO.mjs +13 -13
- package/esm2020/model/goalResponse.mjs +12 -12
- package/esm2020/model/models.mjs +37 -38
- 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 +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 +1 -1
- 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 -1690
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1788 -1829
- 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 +46 -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 -55
- package/model/campaignResponse.d.ts +75 -75
- package/model/campaignSearchResponse.d.ts +15 -15
- package/model/childAudience.d.ts +68 -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 +50 -48
- package/model/goalEventOptionDTO.d.ts +14 -15
- package/model/goalResponse.d.ts +15 -15
- package/model/models.d.ts +36 -37
- 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 -19
- 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/esm2020/model/goalRequest.mjs +0 -13
- package/model/goalRequest.d.ts +0 -17
|
@@ -1,127 +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 {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
protected
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
configuration: Configuration;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
* @
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
* @param body
|
|
27
|
-
* @param
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
createCampaign(body: CampaignRequest, observe?: '
|
|
31
|
-
createCampaign(body: CampaignRequest, observe?: '
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @param
|
|
37
|
-
* @param
|
|
38
|
-
* @param
|
|
39
|
-
* @param
|
|
40
|
-
* @param
|
|
41
|
-
* @param
|
|
42
|
-
* @param
|
|
43
|
-
* @param
|
|
44
|
-
* @param
|
|
45
|
-
* @param
|
|
46
|
-
* @param
|
|
47
|
-
* @param
|
|
48
|
-
|
|
49
|
-
|
|
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?: '
|
|
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?: '
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* @param
|
|
57
|
-
* @param
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
getCampaign(id: number, observe?: '
|
|
61
|
-
getCampaign(id: number, observe?: '
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
* @param
|
|
67
|
-
* @param
|
|
68
|
-
* @param
|
|
69
|
-
* @param
|
|
70
|
-
* @param
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: '
|
|
74
|
-
getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: '
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
* @param
|
|
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
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
*
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
searchCampaign(q: string, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
|
|
112
|
-
searchCampaign(q: string, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
|
|
113
|
-
searchCampaign(q: string, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
* @param id
|
|
118
|
-
* @param active
|
|
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
|
-
setStatus(id: number, active: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
|
|
123
|
-
setStatus(id: number, active: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
|
|
124
|
-
setStatus(id: number, active: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
|
|
125
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
126
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
|
|
127
|
-
}
|
|
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,33 +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 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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,58 +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
|
-
}
|
|
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
|
+
}
|
package/configuration.d.ts
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
export interface ConfigurationParameters {
|
|
2
|
-
apiKeys?: {
|
|
3
|
-
[key: string]: string;
|
|
4
|
-
};
|
|
5
|
-
username?: string;
|
|
6
|
-
password?: string;
|
|
7
|
-
accessToken?: string | (() => string);
|
|
8
|
-
basePath?: string;
|
|
9
|
-
withCredentials?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare class Configuration {
|
|
12
|
-
apiKeys?: {
|
|
13
|
-
[key: string]: string;
|
|
14
|
-
};
|
|
15
|
-
username?: string;
|
|
16
|
-
password?: string;
|
|
17
|
-
accessToken?: string | (() => string);
|
|
18
|
-
basePath?: string;
|
|
19
|
-
withCredentials?: boolean;
|
|
20
|
-
constructor(configurationParameters?: ConfigurationParameters);
|
|
21
|
-
/**
|
|
22
|
-
* Select the correct content-type to use for a request.
|
|
23
|
-
* Uses {@link Configuration#isJsonMime} to determine the correct content-type.
|
|
24
|
-
* If no content type is found return the first found type if the contentTypes is not empty
|
|
25
|
-
* @param contentTypes - the array of content types that are available for selection
|
|
26
|
-
* @returns the selected content-type or <code>undefined</code> if no selection could be made.
|
|
27
|
-
*/
|
|
28
|
-
selectHeaderContentType(contentTypes: string[]): string | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* Select the correct accept content-type to use for a request.
|
|
31
|
-
* Uses {@link Configuration#isJsonMime} to determine the correct accept content-type.
|
|
32
|
-
* If no content type is found return the first found type if the contentTypes is not empty
|
|
33
|
-
* @param accepts - the array of content types that are available for selection.
|
|
34
|
-
* @returns the selected content-type or <code>undefined</code> if no selection could be made.
|
|
35
|
-
*/
|
|
36
|
-
selectHeaderAccept(accepts: string[]): string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* Check if the given MIME is a JSON MIME.
|
|
39
|
-
* JSON MIME examples:
|
|
40
|
-
* application/json
|
|
41
|
-
* application/json; charset=UTF8
|
|
42
|
-
* APPLICATION/JSON
|
|
43
|
-
* application/vnd.company+json
|
|
44
|
-
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
45
|
-
* @return True if the given MIME is JSON, false otherwise.
|
|
46
|
-
*/
|
|
47
|
-
isJsonMime(mime: string): boolean;
|
|
48
|
-
}
|
|
1
|
+
export interface ConfigurationParameters {
|
|
2
|
+
apiKeys?: {
|
|
3
|
+
[key: string]: string;
|
|
4
|
+
};
|
|
5
|
+
username?: string;
|
|
6
|
+
password?: string;
|
|
7
|
+
accessToken?: string | (() => string);
|
|
8
|
+
basePath?: string;
|
|
9
|
+
withCredentials?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare class Configuration {
|
|
12
|
+
apiKeys?: {
|
|
13
|
+
[key: string]: string;
|
|
14
|
+
};
|
|
15
|
+
username?: string;
|
|
16
|
+
password?: string;
|
|
17
|
+
accessToken?: string | (() => string);
|
|
18
|
+
basePath?: string;
|
|
19
|
+
withCredentials?: boolean;
|
|
20
|
+
constructor(configurationParameters?: ConfigurationParameters);
|
|
21
|
+
/**
|
|
22
|
+
* Select the correct content-type to use for a request.
|
|
23
|
+
* Uses {@link Configuration#isJsonMime} to determine the correct content-type.
|
|
24
|
+
* If no content type is found return the first found type if the contentTypes is not empty
|
|
25
|
+
* @param contentTypes - the array of content types that are available for selection
|
|
26
|
+
* @returns the selected content-type or <code>undefined</code> if no selection could be made.
|
|
27
|
+
*/
|
|
28
|
+
selectHeaderContentType(contentTypes: string[]): string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Select the correct accept content-type to use for a request.
|
|
31
|
+
* Uses {@link Configuration#isJsonMime} to determine the correct accept content-type.
|
|
32
|
+
* If no content type is found return the first found type if the contentTypes is not empty
|
|
33
|
+
* @param accepts - the array of content types that are available for selection.
|
|
34
|
+
* @returns the selected content-type or <code>undefined</code> if no selection could be made.
|
|
35
|
+
*/
|
|
36
|
+
selectHeaderAccept(accepts: string[]): string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Check if the given MIME is a JSON MIME.
|
|
39
|
+
* JSON MIME examples:
|
|
40
|
+
* application/json
|
|
41
|
+
* application/json; charset=UTF8
|
|
42
|
+
* APPLICATION/JSON
|
|
43
|
+
* application/vnd.company+json
|
|
44
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
45
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
46
|
+
*/
|
|
47
|
+
isJsonMime(mime: string): boolean;
|
|
48
|
+
}
|
package/encoder.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { HttpUrlEncodingCodec } from '@angular/common/http';
|
|
2
|
-
/**
|
|
3
|
-
* CustomHttpUrlEncodingCodec
|
|
4
|
-
* Fix plus sign (+) not encoding, so sent as blank space
|
|
5
|
-
* See: https://github.com/angular/angular/issues/11058#issuecomment-247367318
|
|
6
|
-
*/
|
|
7
|
-
export declare class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
8
|
-
encodeKey(k: string): string;
|
|
9
|
-
encodeValue(v: string): string;
|
|
10
|
-
}
|
|
1
|
+
import { HttpUrlEncodingCodec } from '@angular/common/http';
|
|
2
|
+
/**
|
|
3
|
+
* CustomHttpUrlEncodingCodec
|
|
4
|
+
* Fix plus sign (+) not encoding, so sent as blank space
|
|
5
|
+
* See: https://github.com/angular/angular/issues/11058#issuecomment-247367318
|
|
6
|
+
*/
|
|
7
|
+
export declare class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
8
|
+
encodeKey(k: string): string;
|
|
9
|
+
encodeValue(v: string): string;
|
|
10
|
+
}
|