@revxui/intellibid-client-ts 1.0.45 → 1.0.50
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 +14 -26
- package/api/api.d.ts +5 -31
- package/api/campaignController.service.d.ts +110 -0
- package/api/{campaignInsightsController.service.d.ts → insightsController.service.d.ts} +7 -6
- package/esm2020/api/advertiserController.service.mjs +12 -44
- package/esm2020/api/api.mjs +6 -32
- package/esm2020/api/campaignController.service.mjs +297 -0
- package/esm2020/api/insightsController.service.mjs +105 -0
- package/esm2020/api.module.mjs +7 -46
- package/esm2020/model/advertiserResponse.mjs +13 -0
- package/esm2020/model/advertiserSearchResponse.mjs +13 -0
- package/esm2020/model/campaignChangeLogResponse.mjs +25 -0
- package/esm2020/model/campaignRequest.mjs +29 -0
- package/esm2020/model/campaignResponse.mjs +12 -26
- package/esm2020/model/campaignSearchResponse.mjs +1 -1
- package/esm2020/model/campaignUpdateRequest.mjs +20 -0
- package/esm2020/model/models.mjs +8 -32
- package/esm2020/model/pageAdvertiserResponse.mjs +2 -0
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -0
- package/fesm2015/revxui-intellibid-client-ts.mjs +208 -2241
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +214 -2365
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/model/advertiserResponse.d.ts +30 -0
- package/model/{packageDetailResponse.d.ts → advertiserSearchResponse.d.ts} +2 -2
- package/model/{dpaEngagementChangeLogResponse.d.ts → campaignChangeLogResponse.d.ts} +10 -13
- package/model/campaignRequest.d.ts +44 -0
- package/model/campaignResponse.d.ts +34 -96
- package/model/campaignSearchResponse.d.ts +0 -1
- package/model/{updateRequest.d.ts → campaignUpdateRequest.d.ts} +3 -3
- package/model/models.d.ts +7 -31
- package/model/{pagePackageDetailResponse.d.ts → pageAdvertiserResponse.d.ts} +3 -3
- package/model/{pageMobileAppDetailResponse.d.ts → pageCampaignChangeLogResponse.d.ts} +3 -3
- package/package.json +1 -1
- package/api/businessGeoController.service.d.ts +0 -28
- package/api/dpaCampaignController.service.d.ts +0 -52
- package/api/dpaEngagementController.service.d.ts +0 -143
- package/api/facebookAdImageController.service.d.ts +0 -52
- package/api/facebookAdVideoController.service.d.ts +0 -63
- package/api/facebookEngagementController.service.d.ts +0 -68
- package/api/mobileAppDetailController.service.d.ts +0 -65
- package/api/packageDetailController.service.d.ts +0 -45
- package/api/sourcePlatformMETAController.service.d.ts +0 -97
- package/api/sourcePlatformMETADictionaryController.service.d.ts +0 -28
- package/api/sourcePlatformTIKTOKController.service.d.ts +0 -64
- package/api/sourcePlatformTIKTOKDictionaryController.service.d.ts +0 -28
- package/api/tiktokAudienceController.service.d.ts +0 -35
- package/api/tiktokEngagementController.service.d.ts +0 -50
- package/esm2020/api/businessGeoController.service.mjs +0 -78
- package/esm2020/api/campaignInsightsController.service.mjs +0 -99
- package/esm2020/api/dpaCampaignController.service.mjs +0 -145
- package/esm2020/api/dpaEngagementController.service.mjs +0 -374
- package/esm2020/api/facebookAdImageController.service.mjs +0 -144
- package/esm2020/api/facebookAdVideoController.service.mjs +0 -169
- package/esm2020/api/facebookEngagementController.service.mjs +0 -188
- package/esm2020/api/mobileAppDetailController.service.mjs +0 -179
- package/esm2020/api/packageDetailController.service.mjs +0 -123
- package/esm2020/api/sourcePlatformMETAController.service.mjs +0 -253
- package/esm2020/api/sourcePlatformMETADictionaryController.service.mjs +0 -78
- package/esm2020/api/sourcePlatformTIKTOKController.service.mjs +0 -188
- package/esm2020/api/sourcePlatformTIKTOKDictionaryController.service.mjs +0 -78
- package/esm2020/api/tiktokAudienceController.service.mjs +0 -93
- package/esm2020/api/tiktokEngagementController.service.mjs +0 -142
- package/esm2020/model/adImageResponse.mjs +0 -20
- package/esm2020/model/adSetDetails.mjs +0 -20
- package/esm2020/model/adVideoResponse.mjs +0 -13
- package/esm2020/model/attributionSettings.mjs +0 -13
- package/esm2020/model/audienceDetails.mjs +0 -13
- package/esm2020/model/businessGeoResponse.mjs +0 -13
- package/esm2020/model/countryResponse.mjs +0 -13
- package/esm2020/model/createCampaignRequest.mjs +0 -13
- package/esm2020/model/creativeDetails.mjs +0 -2
- package/esm2020/model/dpaCampaignRequest.mjs +0 -2
- package/esm2020/model/dpaCampaignResponse.mjs +0 -12
- package/esm2020/model/dpaEngagementChangeLogResponse.mjs +0 -26
- package/esm2020/model/dpaEngagementRequest.mjs +0 -20
- package/esm2020/model/dpaEngagementResponse.mjs +0 -40
- package/esm2020/model/dpaEngagementSearchResponse.mjs +0 -13
- package/esm2020/model/exclusionRule.mjs +0 -13
- package/esm2020/model/facebookDetails.mjs +0 -2
- package/esm2020/model/facebookEngagementRequest.mjs +0 -13
- package/esm2020/model/facebookEngagementResponse.mjs +0 -21
- package/esm2020/model/imageOverlaySpecDetails.mjs +0 -13
- package/esm2020/model/mobileAppDetailRequest.mjs +0 -13
- package/esm2020/model/mobileAppDetailResponse.mjs +0 -13
- package/esm2020/model/packageDetailResponse.mjs +0 -13
- package/esm2020/model/pageDpaEngagementChangeLogResponse.mjs +0 -2
- package/esm2020/model/pageDpaEngagementResponse.mjs +0 -2
- package/esm2020/model/pageFacebookEngagementResponse.mjs +0 -2
- package/esm2020/model/pageMobileAppDetailResponse.mjs +0 -2
- package/esm2020/model/pagePackageDetailResponse.mjs +0 -2
- package/esm2020/model/tiktokCountryResponse.mjs +0 -13
- package/esm2020/model/tiktokEngagement.mjs +0 -2
- package/esm2020/model/updateRequest.mjs +0 -20
- package/model/adImageResponse.d.ts +0 -26
- package/model/adSetDetails.d.ts +0 -28
- package/model/adVideoResponse.d.ts +0 -18
- package/model/attributionSettings.d.ts +0 -17
- package/model/audienceDetails.d.ts +0 -22
- package/model/businessGeoResponse.d.ts +0 -15
- package/model/countryResponse.d.ts +0 -16
- package/model/createCampaignRequest.d.ts +0 -18
- package/model/creativeDetails.d.ts +0 -25
- package/model/dpaCampaignRequest.d.ts +0 -17
- package/model/dpaCampaignResponse.d.ts +0 -36
- package/model/dpaEngagementRequest.d.ts +0 -63
- package/model/dpaEngagementResponse.d.ts +0 -112
- package/model/dpaEngagementSearchResponse.d.ts +0 -15
- package/model/exclusionRule.d.ts +0 -15
- package/model/facebookDetails.d.ts +0 -27
- package/model/facebookEngagementRequest.d.ts +0 -24
- package/model/facebookEngagementResponse.d.ts +0 -39
- package/model/imageOverlaySpecDetails.d.ts +0 -20
- package/model/mobileAppDetailRequest.d.ts +0 -23
- package/model/mobileAppDetailResponse.d.ts +0 -24
- package/model/pageDpaEngagementChangeLogResponse.d.ts +0 -27
- package/model/pageDpaEngagementResponse.d.ts +0 -27
- package/model/pageFacebookEngagementResponse.d.ts +0 -27
- package/model/tiktokCountryResponse.d.ts +0 -16
- package/model/tiktokEngagement.d.ts +0 -26
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AdImageResponse } from '../model/adImageResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FacebookAdImageControllerService {
|
|
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 adAccountId
|
|
21
|
-
* @param hash
|
|
22
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
23
|
-
* @param reportProgress flag to report request and response progress.
|
|
24
|
-
*/
|
|
25
|
-
deleteAdImage1(adAccountId: string, hash: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
26
|
-
deleteAdImage1(adAccountId: string, hash: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
27
|
-
deleteAdImage1(adAccountId: string, hash: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* @param adAccountId
|
|
32
|
-
* @param hashes
|
|
33
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
34
|
-
* @param reportProgress flag to report request and response progress.
|
|
35
|
-
*/
|
|
36
|
-
getAllAdImages1(adAccountId: string, hashes?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdImageResponse>>;
|
|
37
|
-
getAllAdImages1(adAccountId: string, hashes?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdImageResponse>>>;
|
|
38
|
-
getAllAdImages1(adAccountId: string, hashes?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdImageResponse>>>;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* @param adAccountId
|
|
43
|
-
* @param files
|
|
44
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
45
|
-
* @param reportProgress flag to report request and response progress.
|
|
46
|
-
*/
|
|
47
|
-
uploadAdImages2(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdImageResponse>>;
|
|
48
|
-
uploadAdImages2(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdImageResponse>>>;
|
|
49
|
-
uploadAdImages2(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdImageResponse>>>;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FacebookAdImageControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
51
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FacebookAdImageControllerService>;
|
|
52
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AdVideoResponse } from '../model/adVideoResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FacebookAdVideoControllerService {
|
|
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 adAccountId
|
|
21
|
-
* @param videoId
|
|
22
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
23
|
-
* @param reportProgress flag to report request and response progress.
|
|
24
|
-
*/
|
|
25
|
-
deleteAdVideo1(adAccountId: string, videoId: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
26
|
-
deleteAdVideo1(adAccountId: string, videoId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
27
|
-
deleteAdVideo1(adAccountId: string, videoId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* @param adAccountId
|
|
32
|
-
* @param videoId
|
|
33
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
34
|
-
* @param reportProgress flag to report request and response progress.
|
|
35
|
-
*/
|
|
36
|
-
getAdVideo1(adAccountId: string, videoId: string, observe?: 'body', reportProgress?: boolean): Observable<AdVideoResponse>;
|
|
37
|
-
getAdVideo1(adAccountId: string, videoId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdVideoResponse>>;
|
|
38
|
-
getAdVideo1(adAccountId: string, videoId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdVideoResponse>>;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* @param adAccountId
|
|
43
|
-
* @param videoIds
|
|
44
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
45
|
-
* @param reportProgress flag to report request and response progress.
|
|
46
|
-
*/
|
|
47
|
-
getAllAdVideos1(adAccountId: string, videoIds?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdVideoResponse>>;
|
|
48
|
-
getAllAdVideos1(adAccountId: string, videoIds?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdVideoResponse>>>;
|
|
49
|
-
getAllAdVideos1(adAccountId: string, videoIds?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdVideoResponse>>>;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
* @param adAccountId
|
|
54
|
-
* @param files
|
|
55
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
56
|
-
* @param reportProgress flag to report request and response progress.
|
|
57
|
-
*/
|
|
58
|
-
uploadAdVideos2(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdVideoResponse>>;
|
|
59
|
-
uploadAdVideos2(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdVideoResponse>>>;
|
|
60
|
-
uploadAdVideos2(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdVideoResponse>>>;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FacebookAdVideoControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
62
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FacebookAdVideoControllerService>;
|
|
63
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { FacebookEngagementRequest } from '../model/facebookEngagementRequest';
|
|
4
|
-
import { FacebookEngagementResponse } from '../model/facebookEngagementResponse';
|
|
5
|
-
import { PageFacebookEngagementResponse } from '../model/pageFacebookEngagementResponse';
|
|
6
|
-
import { Configuration } from '../configuration';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class FacebookEngagementControllerService {
|
|
9
|
-
protected httpClient: HttpClient;
|
|
10
|
-
protected basePath: string;
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
14
|
-
/**
|
|
15
|
-
* @param consumes string[] mime-types
|
|
16
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
17
|
-
*/
|
|
18
|
-
private canConsumeForm;
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* @param body
|
|
23
|
-
* @param id
|
|
24
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
25
|
-
* @param reportProgress flag to report request and response progress.
|
|
26
|
-
*/
|
|
27
|
-
createOrUpdateFacebookEngagement(body: FacebookEngagementRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<FacebookEngagementResponse>;
|
|
28
|
-
createOrUpdateFacebookEngagement(body: FacebookEngagementRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FacebookEngagementResponse>>;
|
|
29
|
-
createOrUpdateFacebookEngagement(body: FacebookEngagementRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FacebookEngagementResponse>>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* @param id
|
|
34
|
-
* @param campaignId
|
|
35
|
-
* @param facebookAccountId
|
|
36
|
-
* @param facebookFanPageId
|
|
37
|
-
* @param facebookCatalogId
|
|
38
|
-
* @param facebookCatalogType
|
|
39
|
-
* @param instagramActorId
|
|
40
|
-
* @param facebookPixelId
|
|
41
|
-
* @param facebookAppId
|
|
42
|
-
* @param facebookProductSetId
|
|
43
|
-
* @param tosAccepted
|
|
44
|
-
* @param eventSourceGroupId
|
|
45
|
-
* @param audienceDsdo
|
|
46
|
-
* @param businessManagerId
|
|
47
|
-
* @param page Zero-based page index (0..N)
|
|
48
|
-
* @param size The size of the page to be returned
|
|
49
|
-
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
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
|
-
getAllFacebookEngagements(id?: number, campaignId?: number, facebookAccountId?: string, facebookFanPageId?: string, facebookCatalogId?: string, facebookCatalogType?: string, instagramActorId?: string, facebookPixelId?: string, facebookAppId?: string, facebookProductSetId?: string, tosAccepted?: boolean, eventSourceGroupId?: string, audienceDsdo?: string, businessManagerId?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageFacebookEngagementResponse>;
|
|
54
|
-
getAllFacebookEngagements(id?: number, campaignId?: number, facebookAccountId?: string, facebookFanPageId?: string, facebookCatalogId?: string, facebookCatalogType?: string, instagramActorId?: string, facebookPixelId?: string, facebookAppId?: string, facebookProductSetId?: string, tosAccepted?: boolean, eventSourceGroupId?: string, audienceDsdo?: string, businessManagerId?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageFacebookEngagementResponse>>;
|
|
55
|
-
getAllFacebookEngagements(id?: number, campaignId?: number, facebookAccountId?: string, facebookFanPageId?: string, facebookCatalogId?: string, facebookCatalogType?: string, instagramActorId?: string, facebookPixelId?: string, facebookAppId?: string, facebookProductSetId?: string, tosAccepted?: boolean, eventSourceGroupId?: string, audienceDsdo?: string, businessManagerId?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageFacebookEngagementResponse>>;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
*
|
|
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
|
-
getFacebookEngagement(id: number, observe?: 'body', reportProgress?: boolean): Observable<FacebookEngagementResponse>;
|
|
64
|
-
getFacebookEngagement(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FacebookEngagementResponse>>;
|
|
65
|
-
getFacebookEngagement(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FacebookEngagementResponse>>;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FacebookEngagementControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
67
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FacebookEngagementControllerService>;
|
|
68
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { MobileAppDetailRequest } from '../model/mobileAppDetailRequest';
|
|
4
|
-
import { MobileAppDetailResponse } from '../model/mobileAppDetailResponse';
|
|
5
|
-
import { PageMobileAppDetailResponse } from '../model/pageMobileAppDetailResponse';
|
|
6
|
-
import { Configuration } from '../configuration';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class MobileAppDetailControllerService {
|
|
9
|
-
protected httpClient: HttpClient;
|
|
10
|
-
protected basePath: string;
|
|
11
|
-
defaultHeaders: HttpHeaders;
|
|
12
|
-
configuration: Configuration;
|
|
13
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
14
|
-
/**
|
|
15
|
-
* @param consumes string[] mime-types
|
|
16
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
17
|
-
*/
|
|
18
|
-
private canConsumeForm;
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* @param body
|
|
23
|
-
* @param id
|
|
24
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
25
|
-
* @param reportProgress flag to report request and response progress.
|
|
26
|
-
*/
|
|
27
|
-
createOrUpdateMobileAppDetail(body: MobileAppDetailRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<MobileAppDetailResponse>;
|
|
28
|
-
createOrUpdateMobileAppDetail(body: MobileAppDetailRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<MobileAppDetailResponse>>;
|
|
29
|
-
createOrUpdateMobileAppDetail(body: MobileAppDetailRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<MobileAppDetailResponse>>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* @param campaignId
|
|
34
|
-
* @param altLandingPage
|
|
35
|
-
* @param playStoreLink
|
|
36
|
-
* @param playStoreId
|
|
37
|
-
* @param fbAppIdForPlayStore
|
|
38
|
-
* @param itunesLink
|
|
39
|
-
* @param itunesId
|
|
40
|
-
* @param fbAppIdForItunes
|
|
41
|
-
* @param iosAppName
|
|
42
|
-
* @param androidAppName
|
|
43
|
-
* @param defaultWebSiteUrl
|
|
44
|
-
* @param page Zero-based page index (0..N)
|
|
45
|
-
* @param size The size of the page to be returned
|
|
46
|
-
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
47
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
48
|
-
* @param reportProgress flag to report request and response progress.
|
|
49
|
-
*/
|
|
50
|
-
getAllMobileAppDetails(campaignId?: number, altLandingPage?: string, playStoreLink?: string, playStoreId?: string, fbAppIdForPlayStore?: string, itunesLink?: string, itunesId?: string, fbAppIdForItunes?: string, iosAppName?: string, androidAppName?: string, defaultWebSiteUrl?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageMobileAppDetailResponse>;
|
|
51
|
-
getAllMobileAppDetails(campaignId?: number, altLandingPage?: string, playStoreLink?: string, playStoreId?: string, fbAppIdForPlayStore?: string, itunesLink?: string, itunesId?: string, fbAppIdForItunes?: string, iosAppName?: string, androidAppName?: string, defaultWebSiteUrl?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageMobileAppDetailResponse>>;
|
|
52
|
-
getAllMobileAppDetails(campaignId?: number, altLandingPage?: string, playStoreLink?: string, playStoreId?: string, fbAppIdForPlayStore?: string, itunesLink?: string, itunesId?: string, fbAppIdForItunes?: string, iosAppName?: string, androidAppName?: string, defaultWebSiteUrl?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageMobileAppDetailResponse>>;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* @param id
|
|
57
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
58
|
-
* @param reportProgress flag to report request and response progress.
|
|
59
|
-
*/
|
|
60
|
-
getMobileAppDetail(id: number, observe?: 'body', reportProgress?: boolean): Observable<MobileAppDetailResponse>;
|
|
61
|
-
getMobileAppDetail(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<MobileAppDetailResponse>>;
|
|
62
|
-
getMobileAppDetail(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<MobileAppDetailResponse>>;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MobileAppDetailControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
64
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MobileAppDetailControllerService>;
|
|
65
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { PackageDetailResponse } from '../model/packageDetailResponse';
|
|
4
|
-
import { PagePackageDetailResponse } from '../model/pagePackageDetailResponse';
|
|
5
|
-
import { Configuration } from '../configuration';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class PackageDetailControllerService {
|
|
8
|
-
protected httpClient: HttpClient;
|
|
9
|
-
protected basePath: string;
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
13
|
-
/**
|
|
14
|
-
* @param consumes string[] mime-types
|
|
15
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
16
|
-
*/
|
|
17
|
-
private canConsumeForm;
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* @param id
|
|
22
|
-
* @param name
|
|
23
|
-
* @param isActive
|
|
24
|
-
* @param page Zero-based page index (0..N)
|
|
25
|
-
* @param size The size of the page to be returned
|
|
26
|
-
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
27
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
28
|
-
* @param reportProgress flag to report request and response progress.
|
|
29
|
-
*/
|
|
30
|
-
getAllPackageDetails(id?: number, name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PagePackageDetailResponse>;
|
|
31
|
-
getAllPackageDetails(id?: number, name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PagePackageDetailResponse>>;
|
|
32
|
-
getAllPackageDetails(id?: number, name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PagePackageDetailResponse>>;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @param id
|
|
37
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
38
|
-
* @param reportProgress flag to report request and response progress.
|
|
39
|
-
*/
|
|
40
|
-
getPackageDetail(id: number, observe?: 'body', reportProgress?: boolean): Observable<PackageDetailResponse>;
|
|
41
|
-
getPackageDetail(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PackageDetailResponse>>;
|
|
42
|
-
getPackageDetail(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PackageDetailResponse>>;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PackageDetailControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
44
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PackageDetailControllerService>;
|
|
45
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AdImageResponse } from '../model/adImageResponse';
|
|
4
|
-
import { AdVideoResponse } from '../model/adVideoResponse';
|
|
5
|
-
import { Configuration } from '../configuration';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SourcePlatformMETAControllerService {
|
|
8
|
-
protected httpClient: HttpClient;
|
|
9
|
-
protected basePath: string;
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
13
|
-
/**
|
|
14
|
-
* @param consumes string[] mime-types
|
|
15
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
16
|
-
*/
|
|
17
|
-
private canConsumeForm;
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* @param adAccountId
|
|
22
|
-
* @param hash
|
|
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
|
-
deleteAdImage(adAccountId: string, hash: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
27
|
-
deleteAdImage(adAccountId: string, hash: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
28
|
-
deleteAdImage(adAccountId: string, hash: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* @param adAccountId
|
|
33
|
-
* @param videoId
|
|
34
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
35
|
-
* @param reportProgress flag to report request and response progress.
|
|
36
|
-
*/
|
|
37
|
-
deleteAdVideo(adAccountId: string, videoId: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
38
|
-
deleteAdVideo(adAccountId: string, videoId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
39
|
-
deleteAdVideo(adAccountId: string, videoId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
* @param adAccountId
|
|
44
|
-
* @param videoId
|
|
45
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
46
|
-
* @param reportProgress flag to report request and response progress.
|
|
47
|
-
*/
|
|
48
|
-
getAdVideo(adAccountId: string, videoId: string, observe?: 'body', reportProgress?: boolean): Observable<AdVideoResponse>;
|
|
49
|
-
getAdVideo(adAccountId: string, videoId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdVideoResponse>>;
|
|
50
|
-
getAdVideo(adAccountId: string, videoId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdVideoResponse>>;
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
* @param adAccountId
|
|
55
|
-
* @param hashes
|
|
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
|
-
getAllAdImages(adAccountId: string, hashes?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdImageResponse>>;
|
|
60
|
-
getAllAdImages(adAccountId: string, hashes?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdImageResponse>>>;
|
|
61
|
-
getAllAdImages(adAccountId: string, hashes?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdImageResponse>>>;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
* @param adAccountId
|
|
66
|
-
* @param videoIds
|
|
67
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
68
|
-
* @param reportProgress flag to report request and response progress.
|
|
69
|
-
*/
|
|
70
|
-
getAllAdVideos(adAccountId: string, videoIds?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdVideoResponse>>;
|
|
71
|
-
getAllAdVideos(adAccountId: string, videoIds?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdVideoResponse>>>;
|
|
72
|
-
getAllAdVideos(adAccountId: string, videoIds?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdVideoResponse>>>;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* @param adAccountId
|
|
77
|
-
* @param files
|
|
78
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
79
|
-
* @param reportProgress flag to report request and response progress.
|
|
80
|
-
*/
|
|
81
|
-
uploadAdImages1(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdImageResponse>>;
|
|
82
|
-
uploadAdImages1(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdImageResponse>>>;
|
|
83
|
-
uploadAdImages1(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdImageResponse>>>;
|
|
84
|
-
/**
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
* @param adAccountId
|
|
88
|
-
* @param files
|
|
89
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
90
|
-
* @param reportProgress flag to report request and response progress.
|
|
91
|
-
*/
|
|
92
|
-
uploadAdVideos1(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdVideoResponse>>;
|
|
93
|
-
uploadAdVideos1(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdVideoResponse>>>;
|
|
94
|
-
uploadAdVideos1(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdVideoResponse>>>;
|
|
95
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SourcePlatformMETAControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
96
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SourcePlatformMETAControllerService>;
|
|
97
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CountryResponse } from '../model/countryResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SourcePlatformMETADictionaryControllerService {
|
|
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 observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
|
-
* @param reportProgress flag to report request and response progress.
|
|
22
|
-
*/
|
|
23
|
-
getAllMETACountries(observe?: 'body', reportProgress?: boolean): Observable<Array<CountryResponse>>;
|
|
24
|
-
getAllMETACountries(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CountryResponse>>>;
|
|
25
|
-
getAllMETACountries(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CountryResponse>>>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SourcePlatformMETADictionaryControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SourcePlatformMETADictionaryControllerService>;
|
|
28
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AdImageResponse } from '../model/adImageResponse';
|
|
4
|
-
import { AdVideoResponse } from '../model/adVideoResponse';
|
|
5
|
-
import { Configuration } from '../configuration';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SourcePlatformTIKTOKControllerService {
|
|
8
|
-
protected httpClient: HttpClient;
|
|
9
|
-
protected basePath: string;
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
13
|
-
/**
|
|
14
|
-
* @param consumes string[] mime-types
|
|
15
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
16
|
-
*/
|
|
17
|
-
private canConsumeForm;
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* @param adAccountId
|
|
22
|
-
* @param imageIds
|
|
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
|
-
getAllAdImagesInfo(adAccountId: string, imageIds: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdImageResponse>>;
|
|
27
|
-
getAllAdImagesInfo(adAccountId: string, imageIds: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdImageResponse>>>;
|
|
28
|
-
getAllAdImagesInfo(adAccountId: string, imageIds: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdImageResponse>>>;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* @param adAccountId
|
|
33
|
-
* @param videoIds
|
|
34
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
35
|
-
* @param reportProgress flag to report request and response progress.
|
|
36
|
-
*/
|
|
37
|
-
getAllAdVideosInfo(adAccountId: string, videoIds: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdVideoResponse>>;
|
|
38
|
-
getAllAdVideosInfo(adAccountId: string, videoIds: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdVideoResponse>>>;
|
|
39
|
-
getAllAdVideosInfo(adAccountId: string, videoIds: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdVideoResponse>>>;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
* @param adAccountId
|
|
44
|
-
* @param files
|
|
45
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
46
|
-
* @param reportProgress flag to report request and response progress.
|
|
47
|
-
*/
|
|
48
|
-
uploadAdImages(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdImageResponse>>;
|
|
49
|
-
uploadAdImages(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdImageResponse>>>;
|
|
50
|
-
uploadAdImages(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdImageResponse>>>;
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
* @param adAccountId
|
|
55
|
-
* @param files
|
|
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
|
-
uploadAdVideos(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdVideoResponse>>;
|
|
60
|
-
uploadAdVideos(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdVideoResponse>>>;
|
|
61
|
-
uploadAdVideos(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdVideoResponse>>>;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SourcePlatformTIKTOKControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
63
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SourcePlatformTIKTOKControllerService>;
|
|
64
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { TiktokCountryResponse } from '../model/tiktokCountryResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SourcePlatformTIKTOKDictionaryControllerService {
|
|
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 observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
|
-
* @param reportProgress flag to report request and response progress.
|
|
22
|
-
*/
|
|
23
|
-
getAllTiktokCountries(observe?: 'body', reportProgress?: boolean): Observable<Array<TiktokCountryResponse>>;
|
|
24
|
-
getAllTiktokCountries(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<TiktokCountryResponse>>>;
|
|
25
|
-
getAllTiktokCountries(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<TiktokCountryResponse>>>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SourcePlatformTIKTOKDictionaryControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SourcePlatformTIKTOKDictionaryControllerService>;
|
|
28
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { Configuration } from '../configuration';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TiktokAudienceControllerService {
|
|
6
|
-
protected httpClient: HttpClient;
|
|
7
|
-
protected basePath: string;
|
|
8
|
-
defaultHeaders: HttpHeaders;
|
|
9
|
-
configuration: Configuration;
|
|
10
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
11
|
-
/**
|
|
12
|
-
* @param consumes string[] mime-types
|
|
13
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
14
|
-
*/
|
|
15
|
-
private canConsumeForm;
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @param advertiserId
|
|
20
|
-
* @param isStatic
|
|
21
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
22
|
-
* @param reportProgress flag to report request and response progress.
|
|
23
|
-
*/
|
|
24
|
-
fetchAndSaveTiktokAudiences(advertiserId: string, isStatic: boolean, observe?: 'body', reportProgress?: boolean): Observable<{
|
|
25
|
-
[key: string]: any;
|
|
26
|
-
}>;
|
|
27
|
-
fetchAndSaveTiktokAudiences(advertiserId: string, isStatic: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<{
|
|
28
|
-
[key: string]: any;
|
|
29
|
-
}>>;
|
|
30
|
-
fetchAndSaveTiktokAudiences(advertiserId: string, isStatic: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<{
|
|
31
|
-
[key: string]: any;
|
|
32
|
-
}>>;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TiktokAudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TiktokAudienceControllerService>;
|
|
35
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { TiktokEngagement } from '../model/tiktokEngagement';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TiktokEngagementControllerService {
|
|
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 body
|
|
21
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
22
|
-
* @param reportProgress flag to report request and response progress.
|
|
23
|
-
*/
|
|
24
|
-
create(body: TiktokEngagement, observe?: 'body', reportProgress?: boolean): Observable<TiktokEngagement>;
|
|
25
|
-
create(body: TiktokEngagement, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<TiktokEngagement>>;
|
|
26
|
-
create(body: TiktokEngagement, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<TiktokEngagement>>;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
* @param advertiserId
|
|
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
|
-
getByAdvertiserId(advertiserId: number, observe?: 'body', reportProgress?: boolean): Observable<Array<TiktokEngagement>>;
|
|
35
|
-
getByAdvertiserId(advertiserId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<TiktokEngagement>>>;
|
|
36
|
-
getByAdvertiserId(advertiserId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<TiktokEngagement>>>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* @param body
|
|
41
|
-
* @param id
|
|
42
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
43
|
-
* @param reportProgress flag to report request and response progress.
|
|
44
|
-
*/
|
|
45
|
-
update(body: TiktokEngagement, id: number, observe?: 'body', reportProgress?: boolean): Observable<TiktokEngagement>;
|
|
46
|
-
update(body: TiktokEngagement, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<TiktokEngagement>>;
|
|
47
|
-
update(body: TiktokEngagement, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<TiktokEngagement>>;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TiktokEngagementControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
49
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TiktokEngagementControllerService>;
|
|
50
|
-
}
|