@revxui/intellibid-client-ts 1.0.26 → 1.0.27
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/{campaignController.service.d.ts → advertiserController.service.d.ts} +3 -3
- package/api/api.d.ts +15 -9
- package/api/dpaEngagementController.service.d.ts +8 -6
- package/api/facebookAdImageController.service.d.ts +52 -0
- package/api/facebookAdVideoController.service.d.ts +63 -0
- package/api/{adVideoController.service.d.ts → sourcePlatformMETAController.service.d.ts} +40 -6
- package/api/{countryController.service.d.ts → sourcePlatformMETADictionaryController.service.d.ts} +6 -6
- package/api/{adImageController.service.d.ts → sourcePlatformTIKTOKController.service.d.ts} +15 -14
- package/api/sourcePlatformTIKTOKDictionaryController.service.d.ts +28 -0
- package/esm2020/api/advertiserController.service.mjs +179 -0
- package/esm2020/api/api.mjs +16 -10
- package/esm2020/api/businessGeoController.service.mjs +4 -4
- package/esm2020/api/campaignInsightsController.service.mjs +4 -4
- package/esm2020/api/dpaCampaignController.service.mjs +4 -4
- package/esm2020/api/dpaEngagementController.service.mjs +15 -6
- package/esm2020/api/facebookAdImageController.service.mjs +144 -0
- package/esm2020/api/facebookAdVideoController.service.mjs +169 -0
- package/esm2020/api/facebookEngagementController.service.mjs +4 -4
- package/esm2020/api/mobileAppDetailController.service.mjs +4 -4
- package/esm2020/api/packageDetailController.service.mjs +4 -4
- package/esm2020/api/sourcePlatformMETAController.service.mjs +253 -0
- package/esm2020/api/sourcePlatformMETADictionaryController.service.mjs +78 -0
- package/esm2020/api/sourcePlatformTIKTOKController.service.mjs +156 -0
- package/esm2020/api/sourcePlatformTIKTOKDictionaryController.service.mjs +78 -0
- package/esm2020/api.module.mjs +24 -15
- package/esm2020/model/adImageResponse.mjs +4 -4
- package/esm2020/model/adSetDetails.mjs +4 -4
- package/esm2020/model/adVideoResponse.mjs +4 -4
- package/esm2020/model/audienceDetails.mjs +4 -4
- package/esm2020/model/businessGeoResponse.mjs +4 -4
- package/esm2020/model/campaignInsightsRecord.mjs +4 -4
- package/esm2020/model/campaignInsightsResponse.mjs +1 -1
- package/esm2020/model/campaignResponse.mjs +4 -4
- package/esm2020/model/campaignSearchResponse.mjs +4 -4
- package/esm2020/model/countryResponse.mjs +4 -4
- package/esm2020/model/createCampaignRequest.mjs +4 -4
- package/esm2020/model/creativeDetails.mjs +1 -1
- package/esm2020/model/dpaCampaignRequest.mjs +1 -1
- package/esm2020/model/dpaCampaignResponse.mjs +1 -1
- package/esm2020/model/dpaEngagementChangeLogResponse.mjs +4 -4
- package/esm2020/model/dpaEngagementRequest.mjs +10 -2
- package/esm2020/model/dpaEngagementResponse.mjs +7 -1
- package/esm2020/model/dpaEngagementSearchResponse.mjs +4 -4
- package/esm2020/model/exclusionRule.mjs +4 -4
- package/esm2020/model/facebookDetails.mjs +1 -1
- package/esm2020/model/facebookEngagementRequest.mjs +4 -4
- package/esm2020/model/facebookEngagementResponse.mjs +4 -4
- package/esm2020/model/imageOverlaySpecDetails.mjs +4 -4
- package/esm2020/model/mobileAppDetailRequest.mjs +4 -4
- package/esm2020/model/mobileAppDetailResponse.mjs +4 -4
- package/esm2020/model/models.mjs +2 -1
- package/esm2020/model/packageDetailResponse.mjs +4 -4
- package/esm2020/model/pageCampaignResponse.mjs +1 -1
- package/esm2020/model/pageDpaEngagementChangeLogResponse.mjs +1 -1
- package/esm2020/model/pageDpaEngagementResponse.mjs +1 -1
- package/esm2020/model/pageFacebookEngagementResponse.mjs +1 -1
- package/esm2020/model/pageMobileAppDetailResponse.mjs +1 -1
- package/esm2020/model/pagePackageDetailResponse.mjs +1 -1
- package/esm2020/model/pageableObject.mjs +1 -1
- package/esm2020/model/sortObject.mjs +4 -4
- package/esm2020/model/tiktokCountryResponse.mjs +13 -0
- package/esm2020/model/updateDailyBudgetRequest.mjs +4 -4
- package/esm2020/model/updateMarginRequest.mjs +4 -4
- package/fesm2015/revxui-intellibid-client-ts.mjs +1284 -783
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1252 -745
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/model/adImageResponse.d.ts +3 -3
- package/model/adSetDetails.d.ts +3 -3
- package/model/adVideoResponse.d.ts +3 -3
- package/model/audienceDetails.d.ts +3 -3
- package/model/businessGeoResponse.d.ts +3 -3
- package/model/campaignInsightsRecord.d.ts +3 -3
- package/model/campaignInsightsResponse.d.ts +3 -3
- package/model/campaignResponse.d.ts +3 -3
- package/model/campaignSearchResponse.d.ts +3 -3
- package/model/countryResponse.d.ts +3 -3
- package/model/createCampaignRequest.d.ts +3 -3
- package/model/creativeDetails.d.ts +3 -3
- package/model/dpaCampaignRequest.d.ts +3 -3
- package/model/dpaCampaignResponse.d.ts +3 -3
- package/model/dpaEngagementChangeLogResponse.d.ts +3 -3
- package/model/dpaEngagementRequest.d.ts +13 -3
- package/model/dpaEngagementResponse.d.ts +11 -3
- package/model/dpaEngagementSearchResponse.d.ts +3 -3
- package/model/exclusionRule.d.ts +3 -3
- package/model/facebookDetails.d.ts +3 -3
- package/model/facebookEngagementRequest.d.ts +3 -3
- package/model/facebookEngagementResponse.d.ts +3 -3
- package/model/imageOverlaySpecDetails.d.ts +3 -3
- package/model/mobileAppDetailRequest.d.ts +3 -3
- package/model/mobileAppDetailResponse.d.ts +3 -3
- package/model/models.d.ts +1 -0
- package/model/packageDetailResponse.d.ts +3 -3
- package/model/pageCampaignResponse.d.ts +5 -5
- package/model/pageDpaEngagementChangeLogResponse.d.ts +5 -5
- package/model/pageDpaEngagementResponse.d.ts +5 -5
- package/model/pageFacebookEngagementResponse.d.ts +5 -5
- package/model/pageMobileAppDetailResponse.d.ts +5 -5
- package/model/pagePackageDetailResponse.d.ts +5 -5
- package/model/pageableObject.d.ts +5 -5
- package/model/sortObject.d.ts +3 -3
- package/model/tiktokCountryResponse.d.ts +16 -0
- package/model/updateDailyBudgetRequest.d.ts +3 -3
- package/model/updateMarginRequest.d.ts +3 -3
- package/package.json +1 -1
- package/esm2020/api/adImageController.service.mjs +0 -144
- package/esm2020/api/adVideoController.service.mjs +0 -169
- package/esm2020/api/campaignController.service.mjs +0 -179
- package/esm2020/api/countryController.service.mjs +0 -78
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/intellibid-client-ts@1.0.
|
|
1
|
+
## @revxui/intellibid-client-ts@1.0.27
|
|
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.27 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -6,7 +6,7 @@ import { CreateCampaignRequest } from '../model/createCampaignRequest';
|
|
|
6
6
|
import { PageCampaignResponse } from '../model/pageCampaignResponse';
|
|
7
7
|
import { Configuration } from '../configuration';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class
|
|
9
|
+
export declare class AdvertiserControllerService {
|
|
10
10
|
protected httpClient: HttpClient;
|
|
11
11
|
protected basePath: string;
|
|
12
12
|
defaultHeaders: HttpHeaders;
|
|
@@ -62,6 +62,6 @@ export declare class CampaignControllerService {
|
|
|
62
62
|
searchCampaigns(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
|
|
63
63
|
searchCampaigns(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
|
|
64
64
|
searchCampaigns(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
66
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
66
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
|
|
67
67
|
}
|
package/api/api.d.ts
CHANGED
|
@@ -1,23 +1,29 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
import {
|
|
3
|
-
export * from './adVideoController.service';
|
|
4
|
-
import { AdVideoControllerService } from './adVideoController.service';
|
|
1
|
+
export * from './advertiserController.service';
|
|
2
|
+
import { AdvertiserControllerService } from './advertiserController.service';
|
|
5
3
|
export * from './businessGeoController.service';
|
|
6
4
|
import { BusinessGeoControllerService } from './businessGeoController.service';
|
|
7
|
-
export * from './campaignController.service';
|
|
8
|
-
import { CampaignControllerService } from './campaignController.service';
|
|
9
5
|
export * from './campaignInsightsController.service';
|
|
10
6
|
import { CampaignInsightsControllerService } from './campaignInsightsController.service';
|
|
11
|
-
export * from './countryController.service';
|
|
12
|
-
import { CountryControllerService } from './countryController.service';
|
|
13
7
|
export * from './dpaCampaignController.service';
|
|
14
8
|
import { DpaCampaignControllerService } from './dpaCampaignController.service';
|
|
15
9
|
export * from './dpaEngagementController.service';
|
|
16
10
|
import { DpaEngagementControllerService } from './dpaEngagementController.service';
|
|
11
|
+
export * from './facebookAdImageController.service';
|
|
12
|
+
import { FacebookAdImageControllerService } from './facebookAdImageController.service';
|
|
13
|
+
export * from './facebookAdVideoController.service';
|
|
14
|
+
import { FacebookAdVideoControllerService } from './facebookAdVideoController.service';
|
|
17
15
|
export * from './facebookEngagementController.service';
|
|
18
16
|
import { FacebookEngagementControllerService } from './facebookEngagementController.service';
|
|
19
17
|
export * from './mobileAppDetailController.service';
|
|
20
18
|
import { MobileAppDetailControllerService } from './mobileAppDetailController.service';
|
|
21
19
|
export * from './packageDetailController.service';
|
|
22
20
|
import { PackageDetailControllerService } from './packageDetailController.service';
|
|
23
|
-
export
|
|
21
|
+
export * from './sourcePlatformMETAController.service';
|
|
22
|
+
import { SourcePlatformMETAControllerService } from './sourcePlatformMETAController.service';
|
|
23
|
+
export * from './sourcePlatformMETADictionaryController.service';
|
|
24
|
+
import { SourcePlatformMETADictionaryControllerService } from './sourcePlatformMETADictionaryController.service';
|
|
25
|
+
export * from './sourcePlatformTIKTOKController.service';
|
|
26
|
+
import { SourcePlatformTIKTOKControllerService } from './sourcePlatformTIKTOKController.service';
|
|
27
|
+
export * from './sourcePlatformTIKTOKDictionaryController.service';
|
|
28
|
+
import { SourcePlatformTIKTOKDictionaryControllerService } from './sourcePlatformTIKTOKDictionaryController.service';
|
|
29
|
+
export declare const APIS: (typeof AdvertiserControllerService | typeof BusinessGeoControllerService | typeof CampaignInsightsControllerService | typeof DpaCampaignControllerService | typeof DpaEngagementControllerService | typeof FacebookAdImageControllerService | typeof FacebookAdVideoControllerService | typeof FacebookEngagementControllerService | typeof MobileAppDetailControllerService | typeof PackageDetailControllerService | typeof SourcePlatformMETAControllerService | typeof SourcePlatformMETADictionaryControllerService | typeof SourcePlatformTIKTOKControllerService | typeof SourcePlatformTIKTOKDictionaryControllerService)[];
|
|
@@ -53,15 +53,16 @@ export declare class DpaEngagementControllerService {
|
|
|
53
53
|
* @param isMarketFeedbackEnabled
|
|
54
54
|
* @param campaignStatus
|
|
55
55
|
* @param staticCampaign
|
|
56
|
+
* @param sourcePlatform
|
|
56
57
|
* @param page Zero-based page index (0..N)
|
|
57
58
|
* @param size The size of the page to be returned
|
|
58
59
|
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
59
60
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
60
61
|
* @param reportProgress flag to report request and response progress.
|
|
61
62
|
*/
|
|
62
|
-
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageDpaEngagementResponse>;
|
|
63
|
-
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageDpaEngagementResponse>>;
|
|
64
|
-
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageDpaEngagementResponse>>;
|
|
63
|
+
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageDpaEngagementResponse>;
|
|
64
|
+
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageDpaEngagementResponse>>;
|
|
65
|
+
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageDpaEngagementResponse>>;
|
|
65
66
|
/**
|
|
66
67
|
*
|
|
67
68
|
*
|
|
@@ -109,12 +110,13 @@ export declare class DpaEngagementControllerService {
|
|
|
109
110
|
*
|
|
110
111
|
*
|
|
111
112
|
* @param q
|
|
113
|
+
* @param sourcePlatform
|
|
112
114
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
113
115
|
* @param reportProgress flag to report request and response progress.
|
|
114
116
|
*/
|
|
115
|
-
searchDpaEngagements(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<DpaEngagementSearchResponse>>;
|
|
116
|
-
searchDpaEngagements(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<DpaEngagementSearchResponse>>>;
|
|
117
|
-
searchDpaEngagements(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<DpaEngagementSearchResponse>>>;
|
|
117
|
+
searchDpaEngagements(q: string, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<Array<DpaEngagementSearchResponse>>;
|
|
118
|
+
searchDpaEngagements(q: string, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<DpaEngagementSearchResponse>>>;
|
|
119
|
+
searchDpaEngagements(q: string, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<DpaEngagementSearchResponse>>>;
|
|
118
120
|
/**
|
|
119
121
|
*
|
|
120
122
|
*
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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,9 +1,10 @@
|
|
|
1
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import { AdImageResponse } from '../model/adImageResponse';
|
|
3
4
|
import { AdVideoResponse } from '../model/adVideoResponse';
|
|
4
5
|
import { Configuration } from '../configuration';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
7
|
+
export declare class SourcePlatformMETAControllerService {
|
|
7
8
|
protected httpClient: HttpClient;
|
|
8
9
|
protected basePath: string;
|
|
9
10
|
defaultHeaders: HttpHeaders;
|
|
@@ -14,6 +15,17 @@ export declare class AdVideoControllerService {
|
|
|
14
15
|
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
15
16
|
*/
|
|
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>>;
|
|
17
29
|
/**
|
|
18
30
|
*
|
|
19
31
|
*
|
|
@@ -36,6 +48,17 @@ export declare class AdVideoControllerService {
|
|
|
36
48
|
getAdVideo(adAccountId: string, videoId: string, observe?: 'body', reportProgress?: boolean): Observable<AdVideoResponse>;
|
|
37
49
|
getAdVideo(adAccountId: string, videoId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdVideoResponse>>;
|
|
38
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>>>;
|
|
39
62
|
/**
|
|
40
63
|
*
|
|
41
64
|
*
|
|
@@ -55,9 +78,20 @@ export declare class AdVideoControllerService {
|
|
|
55
78
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
56
79
|
* @param reportProgress flag to report request and response progress.
|
|
57
80
|
*/
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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>;
|
|
63
97
|
}
|
package/api/{countryController.service.d.ts → sourcePlatformMETADictionaryController.service.d.ts}
RENAMED
|
@@ -3,7 +3,7 @@ import { Observable } from 'rxjs';
|
|
|
3
3
|
import { CountryResponse } from '../model/countryResponse';
|
|
4
4
|
import { Configuration } from '../configuration';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class SourcePlatformMETADictionaryControllerService {
|
|
7
7
|
protected httpClient: HttpClient;
|
|
8
8
|
protected basePath: string;
|
|
9
9
|
defaultHeaders: HttpHeaders;
|
|
@@ -20,9 +20,9 @@ export declare class CountryControllerService {
|
|
|
20
20
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
21
|
* @param reportProgress flag to report request and response progress.
|
|
22
22
|
*/
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
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
28
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { AdImageResponse } from '../model/adImageResponse';
|
|
4
|
+
import { AdVideoResponse } from '../model/adVideoResponse';
|
|
4
5
|
import { Configuration } from '../configuration';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
7
|
+
export declare class SourcePlatformTIKTOKControllerService {
|
|
7
8
|
protected httpClient: HttpClient;
|
|
8
9
|
protected basePath: string;
|
|
9
10
|
defaultHeaders: HttpHeaders;
|
|
@@ -18,24 +19,24 @@ export declare class AdImageControllerService {
|
|
|
18
19
|
*
|
|
19
20
|
*
|
|
20
21
|
* @param adAccountId
|
|
21
|
-
* @param
|
|
22
|
+
* @param imageIds
|
|
22
23
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
23
24
|
* @param reportProgress flag to report request and response progress.
|
|
24
25
|
*/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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>>>;
|
|
28
29
|
/**
|
|
29
30
|
*
|
|
30
31
|
*
|
|
31
32
|
* @param adAccountId
|
|
32
|
-
* @param
|
|
33
|
+
* @param files
|
|
33
34
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
34
35
|
* @param reportProgress flag to report request and response progress.
|
|
35
36
|
*/
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
uploadAdImages(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdImageResponse>>;
|
|
38
|
+
uploadAdImages(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdImageResponse>>>;
|
|
39
|
+
uploadAdImages(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdImageResponse>>>;
|
|
39
40
|
/**
|
|
40
41
|
*
|
|
41
42
|
*
|
|
@@ -44,9 +45,9 @@ export declare class AdImageControllerService {
|
|
|
44
45
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
45
46
|
* @param reportProgress flag to report request and response progress.
|
|
46
47
|
*/
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
51
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
48
|
+
uploadAdVideos(adAccountId: string, files: Array<Blob>, observe?: 'body', reportProgress?: boolean): Observable<Array<AdVideoResponse>>;
|
|
49
|
+
uploadAdVideos(adAccountId: string, files: Array<Blob>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdVideoResponse>>>;
|
|
50
|
+
uploadAdVideos(adAccountId: string, files: Array<Blob>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdVideoResponse>>>;
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SourcePlatformTIKTOKControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
52
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SourcePlatformTIKTOKControllerService>;
|
|
52
53
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
}
|