@revxui/intellibid-client-ts 1.0.6 → 1.0.8
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/api.d.ts +15 -15
- package/api/businessGeoController.service.d.ts +28 -28
- package/api/campaignController.service.d.ts +67 -67
- package/api/countryController.service.d.ts +28 -28
- package/api/dpaCampaignController.service.d.ts +52 -52
- package/api/dpaEngagementController.service.d.ts +126 -126
- package/api/facebookEngagementController.service.d.ts +67 -67
- package/api/packageDetailController.service.d.ts +45 -45
- package/api.module.d.ts +11 -11
- package/configuration.d.ts +48 -48
- package/encoder.d.ts +10 -10
- package/esm2020/api/api.mjs +15 -15
- package/esm2020/api/businessGeoController.service.mjs +78 -78
- package/esm2020/api/campaignController.service.mjs +179 -179
- package/esm2020/api/countryController.service.mjs +78 -78
- package/esm2020/api/dpaCampaignController.service.mjs +145 -145
- package/esm2020/api/dpaEngagementController.service.mjs +327 -327
- package/esm2020/api/facebookEngagementController.service.mjs +185 -185
- package/esm2020/api/packageDetailController.service.mjs +123 -123
- package/esm2020/api.module.mjs +62 -62
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/adSetDetails.mjs +19 -19
- package/esm2020/model/audienceDetails.mjs +12 -12
- package/esm2020/model/businessGeoResponse.mjs +12 -12
- package/esm2020/model/campaignResponse.mjs +31 -31
- package/esm2020/model/campaignSearchResponse.mjs +12 -12
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createCampaignRequest.mjs +12 -12
- package/esm2020/model/creativeDetails.mjs +1 -1
- package/esm2020/model/dpaCampaignRequest.mjs +1 -1
- package/esm2020/model/dpaCampaignResponse.mjs +11 -11
- package/esm2020/model/dpaEngagementRequest.mjs +1 -1
- package/esm2020/model/dpaEngagementResponse.mjs +33 -33
- package/esm2020/model/dpaEngagementSearchResponse.mjs +12 -12
- package/esm2020/model/exclusionRule.mjs +12 -12
- package/esm2020/model/facebookDetails.mjs +1 -1
- package/esm2020/model/facebookEngagementRequest.mjs +12 -12
- package/esm2020/model/facebookEngagementResponse.mjs +20 -20
- package/esm2020/model/imageOverlaySpecDetails.mjs +12 -12
- package/esm2020/model/models.mjs +26 -26
- package/esm2020/model/packageDetailResponse.mjs +12 -12
- package/esm2020/model/pageCampaignResponse.mjs +2 -2
- package/esm2020/model/pageDpaEngagementResponse.mjs +2 -2
- package/esm2020/model/pageFacebookEngagementResponse.mjs +2 -2
- package/esm2020/model/pagePackageDetailResponse.mjs +2 -2
- package/esm2020/model/pageableObject.mjs +2 -2
- package/esm2020/model/sortObject.mjs +12 -12
- package/esm2020/model/updateDailyBudgetRequest.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 +1301 -1301
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1405 -1405
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/model/adSetDetails.d.ts +28 -28
- package/model/audienceDetails.d.ts +22 -22
- package/model/businessGeoResponse.d.ts +15 -15
- package/model/campaignResponse.d.ts +117 -117
- package/model/campaignSearchResponse.d.ts +16 -16
- package/model/countryResponse.d.ts +16 -16
- package/model/createCampaignRequest.d.ts +17 -17
- package/model/creativeDetails.d.ts +21 -21
- package/model/dpaCampaignRequest.d.ts +17 -17
- package/model/dpaCampaignResponse.d.ts +36 -36
- package/model/dpaEngagementRequest.d.ts +30 -30
- package/model/dpaEngagementResponse.d.ts +94 -93
- package/model/dpaEngagementSearchResponse.d.ts +15 -15
- package/model/exclusionRule.d.ts +15 -15
- package/model/facebookDetails.d.ts +27 -27
- package/model/facebookEngagementRequest.d.ts +23 -23
- package/model/facebookEngagementResponse.d.ts +38 -38
- package/model/imageOverlaySpecDetails.d.ts +20 -20
- package/model/models.d.ts +26 -26
- package/model/packageDetailResponse.d.ts +16 -16
- package/model/pageCampaignResponse.d.ts +27 -27
- package/model/pageDpaEngagementResponse.d.ts +27 -27
- package/model/pageFacebookEngagementResponse.d.ts +27 -27
- package/model/pagePackageDetailResponse.d.ts +27 -27
- package/model/pageableObject.d.ts +20 -20
- package/model/sortObject.d.ts +18 -18
- package/model/updateDailyBudgetRequest.d.ts +14 -14
- package/package.json +1 -1
- package/variables.d.ts +8 -8
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/intellibid-client-ts@1.0.
|
|
1
|
+
## @revxui/intellibid-client-ts@1.0.8
|
|
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.8 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
package/api/api.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from './businessGeoController.service';
|
|
2
|
-
import { BusinessGeoControllerService } from './businessGeoController.service';
|
|
3
|
-
export * from './campaignController.service';
|
|
4
|
-
import { CampaignControllerService } from './campaignController.service';
|
|
5
|
-
export * from './countryController.service';
|
|
6
|
-
import { CountryControllerService } from './countryController.service';
|
|
7
|
-
export * from './dpaCampaignController.service';
|
|
8
|
-
import { DpaCampaignControllerService } from './dpaCampaignController.service';
|
|
9
|
-
export * from './dpaEngagementController.service';
|
|
10
|
-
import { DpaEngagementControllerService } from './dpaEngagementController.service';
|
|
11
|
-
export * from './facebookEngagementController.service';
|
|
12
|
-
import { FacebookEngagementControllerService } from './facebookEngagementController.service';
|
|
13
|
-
export * from './packageDetailController.service';
|
|
14
|
-
import { PackageDetailControllerService } from './packageDetailController.service';
|
|
15
|
-
export declare const APIS: (typeof BusinessGeoControllerService | typeof CampaignControllerService | typeof CountryControllerService | typeof DpaCampaignControllerService | typeof DpaEngagementControllerService | typeof FacebookEngagementControllerService | typeof PackageDetailControllerService)[];
|
|
1
|
+
export * from './businessGeoController.service';
|
|
2
|
+
import { BusinessGeoControllerService } from './businessGeoController.service';
|
|
3
|
+
export * from './campaignController.service';
|
|
4
|
+
import { CampaignControllerService } from './campaignController.service';
|
|
5
|
+
export * from './countryController.service';
|
|
6
|
+
import { CountryControllerService } from './countryController.service';
|
|
7
|
+
export * from './dpaCampaignController.service';
|
|
8
|
+
import { DpaCampaignControllerService } from './dpaCampaignController.service';
|
|
9
|
+
export * from './dpaEngagementController.service';
|
|
10
|
+
import { DpaEngagementControllerService } from './dpaEngagementController.service';
|
|
11
|
+
export * from './facebookEngagementController.service';
|
|
12
|
+
import { FacebookEngagementControllerService } from './facebookEngagementController.service';
|
|
13
|
+
export * from './packageDetailController.service';
|
|
14
|
+
import { PackageDetailControllerService } from './packageDetailController.service';
|
|
15
|
+
export declare const APIS: (typeof BusinessGeoControllerService | typeof CampaignControllerService | typeof CountryControllerService | typeof DpaCampaignControllerService | typeof DpaEngagementControllerService | typeof FacebookEngagementControllerService | typeof PackageDetailControllerService)[];
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { BusinessGeoResponse } from '../model/businessGeoResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BusinessGeoControllerService {
|
|
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
|
-
getAllBusinessGeos(observe?: 'body', reportProgress?: boolean): Observable<Array<BusinessGeoResponse>>;
|
|
24
|
-
getAllBusinessGeos(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BusinessGeoResponse>>>;
|
|
25
|
-
getAllBusinessGeos(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BusinessGeoResponse>>>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BusinessGeoControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BusinessGeoControllerService>;
|
|
28
|
-
}
|
|
1
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { BusinessGeoResponse } from '../model/businessGeoResponse';
|
|
4
|
+
import { Configuration } from '../configuration';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BusinessGeoControllerService {
|
|
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
|
+
getAllBusinessGeos(observe?: 'body', reportProgress?: boolean): Observable<Array<BusinessGeoResponse>>;
|
|
24
|
+
getAllBusinessGeos(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BusinessGeoResponse>>>;
|
|
25
|
+
getAllBusinessGeos(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BusinessGeoResponse>>>;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BusinessGeoControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BusinessGeoControllerService>;
|
|
28
|
+
}
|
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CampaignResponse } from '../model/campaignResponse';
|
|
4
|
-
import { CampaignSearchResponse } from '../model/campaignSearchResponse';
|
|
5
|
-
import { CreateCampaignRequest } from '../model/createCampaignRequest';
|
|
6
|
-
import { PageCampaignResponse } from '../model/pageCampaignResponse';
|
|
7
|
-
import { Configuration } from '../configuration';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class CampaignControllerService {
|
|
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 body
|
|
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
|
-
createCampaign(body: CreateCampaignRequest, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
|
|
28
|
-
createCampaign(body: CreateCampaignRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
|
|
29
|
-
createCampaign(body: CreateCampaignRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* @param name
|
|
34
|
-
* @param vizardPackageId
|
|
35
|
-
* @param status
|
|
36
|
-
* @param page Zero-based page index (0..N)
|
|
37
|
-
* @param size The size of the page to be returned
|
|
38
|
-
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
39
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
40
|
-
* @param reportProgress flag to report request and response progress.
|
|
41
|
-
*/
|
|
42
|
-
getAllCampaigns(name?: string, vizardPackageId?: number, status?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignResponse>;
|
|
43
|
-
getAllCampaigns(name?: string, vizardPackageId?: number, status?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignResponse>>;
|
|
44
|
-
getAllCampaigns(name?: string, vizardPackageId?: number, status?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignResponse>>;
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* @param id
|
|
49
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
50
|
-
* @param reportProgress flag to report request and response progress.
|
|
51
|
-
*/
|
|
52
|
-
getCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
|
|
53
|
-
getCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
|
|
54
|
-
getCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* @param q
|
|
59
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
60
|
-
* @param reportProgress flag to report request and response progress.
|
|
61
|
-
*/
|
|
62
|
-
searchCampaigns(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
|
|
63
|
-
searchCampaigns(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
|
|
64
|
-
searchCampaigns(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
66
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
|
|
67
|
-
}
|
|
1
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CampaignResponse } from '../model/campaignResponse';
|
|
4
|
+
import { CampaignSearchResponse } from '../model/campaignSearchResponse';
|
|
5
|
+
import { CreateCampaignRequest } from '../model/createCampaignRequest';
|
|
6
|
+
import { PageCampaignResponse } from '../model/pageCampaignResponse';
|
|
7
|
+
import { Configuration } from '../configuration';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CampaignControllerService {
|
|
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 body
|
|
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
|
+
createCampaign(body: CreateCampaignRequest, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
|
|
28
|
+
createCampaign(body: CreateCampaignRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
|
|
29
|
+
createCampaign(body: CreateCampaignRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
*
|
|
33
|
+
* @param name
|
|
34
|
+
* @param vizardPackageId
|
|
35
|
+
* @param status
|
|
36
|
+
* @param page Zero-based page index (0..N)
|
|
37
|
+
* @param size The size of the page to be returned
|
|
38
|
+
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
39
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
40
|
+
* @param reportProgress flag to report request and response progress.
|
|
41
|
+
*/
|
|
42
|
+
getAllCampaigns(name?: string, vizardPackageId?: number, status?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignResponse>;
|
|
43
|
+
getAllCampaigns(name?: string, vizardPackageId?: number, status?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignResponse>>;
|
|
44
|
+
getAllCampaigns(name?: string, vizardPackageId?: number, status?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignResponse>>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
*
|
|
48
|
+
* @param id
|
|
49
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
50
|
+
* @param reportProgress flag to report request and response progress.
|
|
51
|
+
*/
|
|
52
|
+
getCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
|
|
53
|
+
getCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
|
|
54
|
+
getCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
*
|
|
58
|
+
* @param q
|
|
59
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
60
|
+
* @param reportProgress flag to report request and response progress.
|
|
61
|
+
*/
|
|
62
|
+
searchCampaigns(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
|
|
63
|
+
searchCampaigns(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
|
|
64
|
+
searchCampaigns(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
66
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
|
|
67
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
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 CountryControllerService {
|
|
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
|
-
getAllCountries(observe?: 'body', reportProgress?: boolean): Observable<Array<CountryResponse>>;
|
|
24
|
-
getAllCountries(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CountryResponse>>>;
|
|
25
|
-
getAllCountries(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CountryResponse>>>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CountryControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CountryControllerService>;
|
|
28
|
-
}
|
|
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 CountryControllerService {
|
|
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
|
+
getAllCountries(observe?: 'body', reportProgress?: boolean): Observable<Array<CountryResponse>>;
|
|
24
|
+
getAllCountries(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CountryResponse>>>;
|
|
25
|
+
getAllCountries(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CountryResponse>>>;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CountryControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CountryControllerService>;
|
|
28
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { DpaCampaignRequest } from '../model/dpaCampaignRequest';
|
|
4
|
-
import { DpaCampaignResponse } from '../model/dpaCampaignResponse';
|
|
5
|
-
import { Configuration } from '../configuration';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DpaCampaignControllerService {
|
|
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 body
|
|
22
|
-
* @param id
|
|
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
|
-
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
27
|
-
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
28
|
-
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* @param id
|
|
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
|
-
getDpaCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
37
|
-
getDpaCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
38
|
-
getDpaCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* @param body
|
|
43
|
-
* @param id
|
|
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
|
-
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
48
|
-
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
49
|
-
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DpaCampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
51
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DpaCampaignControllerService>;
|
|
52
|
-
}
|
|
1
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { DpaCampaignRequest } from '../model/dpaCampaignRequest';
|
|
4
|
+
import { DpaCampaignResponse } from '../model/dpaCampaignResponse';
|
|
5
|
+
import { Configuration } from '../configuration';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class DpaCampaignControllerService {
|
|
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 body
|
|
22
|
+
* @param id
|
|
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
|
+
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
27
|
+
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
28
|
+
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
*
|
|
32
|
+
* @param id
|
|
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
|
+
getDpaCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
37
|
+
getDpaCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
38
|
+
getDpaCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* @param body
|
|
43
|
+
* @param id
|
|
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
|
+
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
48
|
+
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
49
|
+
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DpaCampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
51
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DpaCampaignControllerService>;
|
|
52
|
+
}
|