@revxui/intellibid-client-ts 1.0.2 → 1.0.3

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.
Files changed (83) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +15 -15
  3. package/api/businessGeoController.service.d.ts +28 -28
  4. package/api/campaignController.service.d.ts +67 -67
  5. package/api/countryController.service.d.ts +28 -28
  6. package/api/dpaCampaignController.service.d.ts +52 -52
  7. package/api/dpaEngagementController.service.d.ts +126 -126
  8. package/api/facebookEngagementController.service.d.ts +77 -77
  9. package/api/packageDetailController.service.d.ts +45 -45
  10. package/api.module.d.ts +11 -11
  11. package/configuration.d.ts +48 -48
  12. package/encoder.d.ts +10 -10
  13. package/esm2020/api/api.mjs +15 -15
  14. package/esm2020/api/businessGeoController.service.mjs +77 -77
  15. package/esm2020/api/campaignController.service.mjs +178 -178
  16. package/esm2020/api/countryController.service.mjs +77 -77
  17. package/esm2020/api/dpaCampaignController.service.mjs +144 -144
  18. package/esm2020/api/dpaEngagementController.service.mjs +326 -326
  19. package/esm2020/api/facebookEngagementController.service.mjs +213 -213
  20. package/esm2020/api/packageDetailController.service.mjs +122 -122
  21. package/esm2020/api.module.mjs +62 -62
  22. package/esm2020/configuration.mjs +58 -58
  23. package/esm2020/encoder.mjs +16 -16
  24. package/esm2020/index.mjs +5 -5
  25. package/esm2020/model/adSetDetails.mjs +19 -19
  26. package/esm2020/model/audienceDetails.mjs +12 -12
  27. package/esm2020/model/businessGeoResponse.mjs +12 -12
  28. package/esm2020/model/campaignResponse.mjs +31 -31
  29. package/esm2020/model/countryResponse.mjs +12 -12
  30. package/esm2020/model/createCampaignRequest.mjs +12 -12
  31. package/esm2020/model/creativeDetails.mjs +1 -1
  32. package/esm2020/model/dpaCampaignRequest.mjs +1 -1
  33. package/esm2020/model/dpaCampaignResponse.mjs +10 -10
  34. package/esm2020/model/dpaEngagementRequest.mjs +1 -1
  35. package/esm2020/model/dpaEngagementResponse.mjs +31 -31
  36. package/esm2020/model/entitySearchResponse.mjs +12 -12
  37. package/esm2020/model/exclusionRule.mjs +12 -12
  38. package/esm2020/model/facebookDetails.mjs +1 -1
  39. package/esm2020/model/facebookEngagementRequest.mjs +12 -12
  40. package/esm2020/model/facebookEngagementResponse.mjs +20 -20
  41. package/esm2020/model/imageOverlaySpecDetails.mjs +12 -12
  42. package/esm2020/model/models.mjs +25 -25
  43. package/esm2020/model/packageDetailResponse.mjs +12 -12
  44. package/esm2020/model/pageCampaignResponse.mjs +1 -1
  45. package/esm2020/model/pageDpaEngagementResponse.mjs +1 -1
  46. package/esm2020/model/pageFacebookEngagementResponse.mjs +1 -1
  47. package/esm2020/model/pagePackageDetailResponse.mjs +1 -1
  48. package/esm2020/model/pageableObject.mjs +1 -1
  49. package/esm2020/model/sortObject.mjs +12 -12
  50. package/esm2020/model/updateDailyBudgetRequest.mjs +12 -12
  51. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  52. package/esm2020/variables.mjs +8 -8
  53. package/fesm2015/revxui-intellibid-client-ts.mjs +1328 -1328
  54. package/fesm2020/revxui-intellibid-client-ts.mjs +1422 -1422
  55. package/index.d.ts +5 -5
  56. package/model/adSetDetails.d.ts +28 -28
  57. package/model/audienceDetails.d.ts +22 -22
  58. package/model/businessGeoResponse.d.ts +15 -15
  59. package/model/campaignResponse.d.ts +117 -117
  60. package/model/countryResponse.d.ts +16 -16
  61. package/model/createCampaignRequest.d.ts +16 -16
  62. package/model/creativeDetails.d.ts +21 -21
  63. package/model/dpaCampaignRequest.d.ts +17 -17
  64. package/model/dpaCampaignResponse.d.ts +35 -35
  65. package/model/dpaEngagementRequest.d.ts +29 -29
  66. package/model/dpaEngagementResponse.d.ts +90 -90
  67. package/model/entitySearchResponse.d.ts +15 -15
  68. package/model/exclusionRule.d.ts +15 -15
  69. package/model/facebookDetails.d.ts +27 -27
  70. package/model/facebookEngagementRequest.d.ts +24 -24
  71. package/model/facebookEngagementResponse.d.ts +39 -39
  72. package/model/imageOverlaySpecDetails.d.ts +20 -20
  73. package/model/models.d.ts +25 -25
  74. package/model/packageDetailResponse.d.ts +16 -16
  75. package/model/pageCampaignResponse.d.ts +27 -27
  76. package/model/pageDpaEngagementResponse.d.ts +27 -27
  77. package/model/pageFacebookEngagementResponse.d.ts +27 -27
  78. package/model/pagePackageDetailResponse.d.ts +27 -27
  79. package/model/pageableObject.d.ts +20 -20
  80. package/model/sortObject.d.ts +18 -18
  81. package/model/updateDailyBudgetRequest.d.ts +14 -14
  82. package/package.json +1 -1
  83. package/variables.d.ts +8 -8
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/intellibid-client-ts@1.0.2
1
+ ## @revxui/intellibid-client-ts@1.0.3
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.2 --save
22
+ npm install @revxui/intellibid-client-ts@1.0.3 --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 { CreateCampaignRequest } from '../model/createCampaignRequest';
5
- import { EntitySearchResponse } from '../model/entitySearchResponse';
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<EntitySearchResponse>>;
63
- searchCampaigns(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<EntitySearchResponse>>>;
64
- searchCampaigns(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<EntitySearchResponse>>>;
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 { CreateCampaignRequest } from '../model/createCampaignRequest';
5
+ import { EntitySearchResponse } from '../model/entitySearchResponse';
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<EntitySearchResponse>>;
63
+ searchCampaigns(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<EntitySearchResponse>>>;
64
+ searchCampaigns(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<EntitySearchResponse>>>;
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
+ }