@revxui/intellibid-client-ts 1.0.68 → 1.0.70

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 (105) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +137 -137
  3. package/api/api.d.ts +11 -11
  4. package/api/audienceController.service.d.ts +128 -128
  5. package/api/campaignController.service.d.ts +110 -127
  6. package/api/insightsController.service.d.ts +33 -33
  7. package/api/lookupDataController.service.d.ts +58 -58
  8. package/api.module.d.ts +11 -11
  9. package/configuration.d.ts +48 -48
  10. package/encoder.d.ts +10 -10
  11. package/esm2020/api/advertiserController.service.mjs +327 -327
  12. package/esm2020/api/api.mjs +11 -11
  13. package/esm2020/api/audienceController.service.mjs +326 -326
  14. package/esm2020/api/campaignController.service.mjs +297 -326
  15. package/esm2020/api/insightsController.service.mjs +107 -107
  16. package/esm2020/api/lookupDataController.service.mjs +134 -134
  17. package/esm2020/api.module.mjs +56 -56
  18. package/esm2020/configuration.mjs +58 -58
  19. package/esm2020/encoder.mjs +16 -16
  20. package/esm2020/index.mjs +5 -5
  21. package/esm2020/model/adAccountResponse.mjs +25 -25
  22. package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
  23. package/esm2020/model/advertiserResponse.mjs +12 -12
  24. package/esm2020/model/advertiserSearchResponse.mjs +12 -12
  25. package/esm2020/model/audienceResponse.mjs +16 -16
  26. package/esm2020/model/blockedEventResponse.mjs +12 -12
  27. package/esm2020/model/businessZoneResponse.mjs +12 -12
  28. package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
  29. package/esm2020/model/campaignInsightRecord.mjs +18 -18
  30. package/esm2020/model/campaignInsightsResponse.mjs +1 -1
  31. package/esm2020/model/campaignRequest.mjs +34 -34
  32. package/esm2020/model/campaignResponse.mjs +26 -26
  33. package/esm2020/model/campaignSearchResponse.mjs +12 -12
  34. package/esm2020/model/childAudience.mjs +37 -37
  35. package/esm2020/model/countryResponse.mjs +12 -12
  36. package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
  37. package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +36 -36
  38. package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
  39. package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +32 -32
  40. package/esm2020/model/goalEventOptionDTO.mjs +13 -13
  41. package/esm2020/model/goalResponse.mjs +12 -12
  42. package/esm2020/model/models.mjs +37 -38
  43. package/esm2020/model/oSResponse.mjs +12 -12
  44. package/esm2020/model/pageAdvertiserResponse.mjs +2 -2
  45. package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -2
  46. package/esm2020/model/pageCampaignResponse.mjs +2 -2
  47. package/esm2020/model/pageableObject.mjs +1 -1
  48. package/esm2020/model/platformResponse.mjs +12 -12
  49. package/esm2020/model/productSetRequest.mjs +21 -21
  50. package/esm2020/model/productSetResponse.mjs +21 -21
  51. package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
  52. package/esm2020/model/scheduledUpdates.mjs +12 -12
  53. package/esm2020/model/sortObject.mjs +12 -12
  54. package/esm2020/model/supportedGoalEventsResponseDTO.mjs +1 -1
  55. package/esm2020/model/updateAudienceNameRequest.mjs +21 -21
  56. package/esm2020/model/updateDsCustomQuerySqlRequest.mjs +21 -21
  57. package/esm2020/model/validateDsQueryRequest.mjs +12 -12
  58. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  59. package/esm2020/variables.mjs +8 -8
  60. package/fesm2015/revxui-intellibid-client-ts.mjs +1661 -1690
  61. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  62. package/fesm2020/revxui-intellibid-client-ts.mjs +1788 -1829
  63. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  64. package/index.d.ts +5 -5
  65. package/model/adAccountResponse.d.ts +32 -32
  66. package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
  67. package/model/advertiserResponse.d.ts +32 -32
  68. package/model/advertiserSearchResponse.d.ts +16 -16
  69. package/model/audienceResponse.d.ts +45 -45
  70. package/model/blockedEventResponse.d.ts +15 -15
  71. package/model/businessZoneResponse.d.ts +17 -17
  72. package/model/campaignChangeLogResponse.d.ts +34 -34
  73. package/model/campaignInsightRecord.d.ts +56 -56
  74. package/model/campaignInsightsResponse.d.ts +16 -16
  75. package/model/campaignRequest.d.ts +55 -55
  76. package/model/campaignResponse.d.ts +75 -75
  77. package/model/campaignSearchResponse.d.ts +15 -15
  78. package/model/childAudience.d.ts +69 -69
  79. package/model/countryResponse.d.ts +18 -18
  80. package/model/createBlockedLiveAudienceRequest.d.ts +27 -27
  81. package/model/createBucketizedCustomAudienceRequest.d.ts +56 -56
  82. package/model/createBucketizedLiveAudienceRequest.d.ts +40 -40
  83. package/model/createDsCustomQueryAudienceRequest.d.ts +48 -48
  84. package/model/goalEventOptionDTO.d.ts +14 -15
  85. package/model/goalResponse.d.ts +15 -15
  86. package/model/models.d.ts +36 -37
  87. package/model/oSResponse.d.ts +15 -15
  88. package/model/pageAdvertiserResponse.d.ts +27 -27
  89. package/model/pageCampaignChangeLogResponse.d.ts +27 -27
  90. package/model/pageCampaignResponse.d.ts +27 -27
  91. package/model/pageableObject.d.ts +20 -20
  92. package/model/platformResponse.d.ts +15 -15
  93. package/model/productSetRequest.d.ts +27 -27
  94. package/model/productSetResponse.d.ts +27 -27
  95. package/model/scheduleUpdateRequest.d.ts +22 -22
  96. package/model/scheduledUpdates.d.ts +15 -15
  97. package/model/sortObject.d.ts +18 -18
  98. package/model/supportedGoalEventsResponseDTO.d.ts +19 -19
  99. package/model/updateAudienceNameRequest.d.ts +26 -26
  100. package/model/updateDsCustomQuerySqlRequest.d.ts +26 -26
  101. package/model/validateDsQueryRequest.d.ts +14 -14
  102. package/package.json +1 -1
  103. package/variables.d.ts +8 -8
  104. package/esm2020/model/goalRequest.mjs +0 -13
  105. package/model/goalRequest.d.ts +0 -17
@@ -1,127 +1,110 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { CampaignRequest } from '../model/campaignRequest';
4
- import { CampaignResponse } from '../model/campaignResponse';
5
- import { CampaignSearchResponse } from '../model/campaignSearchResponse';
6
- import { GoalRequest } from '../model/goalRequest';
7
- import { PageCampaignChangeLogResponse } from '../model/pageCampaignChangeLogResponse';
8
- import { PageCampaignResponse } from '../model/pageCampaignResponse';
9
- import { ScheduleUpdateRequest } from '../model/scheduleUpdateRequest';
10
- import { Configuration } from '../configuration';
11
- import * as i0 from "@angular/core";
12
- export declare class CampaignControllerService {
13
- protected httpClient: HttpClient;
14
- protected basePath: string;
15
- defaultHeaders: HttpHeaders;
16
- configuration: Configuration;
17
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
18
- /**
19
- * @param consumes string[] mime-types
20
- * @return true: consumes contains 'multipart/form-data', false: otherwise
21
- */
22
- private canConsumeForm;
23
- /**
24
- *
25
- *
26
- * @param body
27
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
28
- * @param reportProgress flag to report request and response progress.
29
- */
30
- createCampaign(body: CampaignRequest, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
31
- createCampaign(body: CampaignRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
32
- createCampaign(body: CampaignRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
33
- /**
34
- *
35
- *
36
- * @param id
37
- * @param advertiserId
38
- * @param name
39
- * @param platformCampaignId
40
- * @param payoutType
41
- * @param marketFeedbackEnabled
42
- * @param activeOnPlatform
43
- * @param sourcePlatform
44
- * @param page Zero-based page index (0..N)
45
- * @param size The size of the page to be returned
46
- * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
47
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
48
- * @param reportProgress flag to report request and response progress.
49
- */
50
- getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignResponse>;
51
- getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignResponse>>;
52
- getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignResponse>>;
53
- /**
54
- *
55
- *
56
- * @param id
57
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
58
- * @param reportProgress flag to report request and response progress.
59
- */
60
- getCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
61
- getCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
62
- getCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
63
- /**
64
- *
65
- *
66
- * @param id
67
- * @param page Zero-based page index (0..N)
68
- * @param size The size of the page to be returned
69
- * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
70
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
71
- * @param reportProgress flag to report request and response progress.
72
- */
73
- getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignChangeLogResponse>;
74
- getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignChangeLogResponse>>;
75
- getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignChangeLogResponse>>;
76
- /**
77
- *
78
- *
79
- * @param body
80
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
81
- * @param reportProgress flag to report request and response progress.
82
- */
83
- goalforAdAccount(body: GoalRequest, observe?: 'body', reportProgress?: boolean): Observable<{
84
- [key: string]: string;
85
- }>;
86
- goalforAdAccount(body: GoalRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<{
87
- [key: string]: string;
88
- }>>;
89
- goalforAdAccount(body: GoalRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<{
90
- [key: string]: string;
91
- }>>;
92
- /**
93
- *
94
- *
95
- * @param body
96
- * @param id
97
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
98
- * @param reportProgress flag to report request and response progress.
99
- */
100
- scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
101
- scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
102
- scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
103
- /**
104
- *
105
- *
106
- * @param q
107
- * @param sourcePlatform
108
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
109
- * @param reportProgress flag to report request and response progress.
110
- */
111
- searchCampaign(q: string, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
112
- searchCampaign(q: string, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
113
- searchCampaign(q: string, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
114
- /**
115
- *
116
- *
117
- * @param id
118
- * @param active
119
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
120
- * @param reportProgress flag to report request and response progress.
121
- */
122
- setStatus(id: number, active: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
123
- setStatus(id: number, active: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
124
- setStatus(id: number, active: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
125
- static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
126
- static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
127
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { CampaignRequest } from '../model/campaignRequest';
4
+ import { CampaignResponse } from '../model/campaignResponse';
5
+ import { CampaignSearchResponse } from '../model/campaignSearchResponse';
6
+ import { PageCampaignChangeLogResponse } from '../model/pageCampaignChangeLogResponse';
7
+ import { PageCampaignResponse } from '../model/pageCampaignResponse';
8
+ import { ScheduleUpdateRequest } from '../model/scheduleUpdateRequest';
9
+ import { Configuration } from '../configuration';
10
+ import * as i0 from "@angular/core";
11
+ export declare class CampaignControllerService {
12
+ protected httpClient: HttpClient;
13
+ protected basePath: string;
14
+ defaultHeaders: HttpHeaders;
15
+ configuration: Configuration;
16
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
17
+ /**
18
+ * @param consumes string[] mime-types
19
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
20
+ */
21
+ private canConsumeForm;
22
+ /**
23
+ *
24
+ *
25
+ * @param body
26
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
27
+ * @param reportProgress flag to report request and response progress.
28
+ */
29
+ createCampaign(body: CampaignRequest, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
30
+ createCampaign(body: CampaignRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
31
+ createCampaign(body: CampaignRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
32
+ /**
33
+ *
34
+ *
35
+ * @param id
36
+ * @param advertiserId
37
+ * @param name
38
+ * @param platformCampaignId
39
+ * @param payoutType
40
+ * @param marketFeedbackEnabled
41
+ * @param activeOnPlatform
42
+ * @param sourcePlatform
43
+ * @param page Zero-based page index (0..N)
44
+ * @param size The size of the page to be returned
45
+ * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
46
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
47
+ * @param reportProgress flag to report request and response progress.
48
+ */
49
+ getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignResponse>;
50
+ getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignResponse>>;
51
+ getAllCampaigns(id?: number, advertiserId?: number, name?: string, platformCampaignId?: string, payoutType?: string, marketFeedbackEnabled?: boolean, activeOnPlatform?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignResponse>>;
52
+ /**
53
+ *
54
+ *
55
+ * @param id
56
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
57
+ * @param reportProgress flag to report request and response progress.
58
+ */
59
+ getCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
60
+ getCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
61
+ getCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
62
+ /**
63
+ *
64
+ *
65
+ * @param id
66
+ * @param page Zero-based page index (0..N)
67
+ * @param size The size of the page to be returned
68
+ * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
69
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
70
+ * @param reportProgress flag to report request and response progress.
71
+ */
72
+ getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageCampaignChangeLogResponse>;
73
+ getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageCampaignChangeLogResponse>>;
74
+ getCampaignLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageCampaignChangeLogResponse>>;
75
+ /**
76
+ *
77
+ *
78
+ * @param body
79
+ * @param id
80
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
81
+ * @param reportProgress flag to report request and response progress.
82
+ */
83
+ scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
84
+ scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
85
+ scheduleUpdate(body: ScheduleUpdateRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
86
+ /**
87
+ *
88
+ *
89
+ * @param q
90
+ * @param sourcePlatform
91
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
92
+ * @param reportProgress flag to report request and response progress.
93
+ */
94
+ searchCampaign(q: string, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<Array<CampaignSearchResponse>>;
95
+ searchCampaign(q: string, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CampaignSearchResponse>>>;
96
+ searchCampaign(q: string, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CampaignSearchResponse>>>;
97
+ /**
98
+ *
99
+ *
100
+ * @param id
101
+ * @param active
102
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
103
+ * @param reportProgress flag to report request and response progress.
104
+ */
105
+ setStatus(id: number, active: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignResponse>;
106
+ setStatus(id: number, active: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignResponse>>;
107
+ setStatus(id: number, active: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignResponse>>;
108
+ static ɵfac: i0.ɵɵFactoryDeclaration<CampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
109
+ static ɵprov: i0.ɵɵInjectableDeclaration<CampaignControllerService>;
110
+ }
@@ -1,33 +1,33 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { CampaignInsightsResponse } from '../model/campaignInsightsResponse';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class InsightsControllerService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
12
- /**
13
- * @param consumes string[] mime-types
14
- * @return true: consumes contains 'multipart/form-data', false: otherwise
15
- */
16
- private canConsumeForm;
17
- /**
18
- *
19
- *
20
- * @param startDate
21
- * @param endDate
22
- * @param sourcePlatform
23
- * @param interval
24
- * @param requireMmpReport
25
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
26
- * @param reportProgress flag to report request and response progress.
27
- */
28
- getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignInsightsResponse>;
29
- getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignInsightsResponse>>;
30
- getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignInsightsResponse>>;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<InsightsControllerService, [null, { optional: true; }, { optional: true; }]>;
32
- static ɵprov: i0.ɵɵInjectableDeclaration<InsightsControllerService>;
33
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { CampaignInsightsResponse } from '../model/campaignInsightsResponse';
4
+ import { Configuration } from '../configuration';
5
+ import * as i0 from "@angular/core";
6
+ export declare class InsightsControllerService {
7
+ protected httpClient: HttpClient;
8
+ protected basePath: string;
9
+ defaultHeaders: HttpHeaders;
10
+ configuration: Configuration;
11
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
12
+ /**
13
+ * @param consumes string[] mime-types
14
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
15
+ */
16
+ private canConsumeForm;
17
+ /**
18
+ *
19
+ *
20
+ * @param startDate
21
+ * @param endDate
22
+ * @param sourcePlatform
23
+ * @param interval
24
+ * @param requireMmpReport
25
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
26
+ * @param reportProgress flag to report request and response progress.
27
+ */
28
+ getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'body', reportProgress?: boolean): Observable<CampaignInsightsResponse>;
29
+ getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<CampaignInsightsResponse>>;
30
+ getCampaignInsights(startDate: string, endDate: string, sourcePlatform: string, interval: string, requireMmpReport?: boolean, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<CampaignInsightsResponse>>;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<InsightsControllerService, [null, { optional: true; }, { optional: true; }]>;
32
+ static ɵprov: i0.ɵɵInjectableDeclaration<InsightsControllerService>;
33
+ }
@@ -1,58 +1,58 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { BusinessZoneResponse } from '../model/businessZoneResponse';
4
- import { CountryResponse } from '../model/countryResponse';
5
- import { OSResponse } from '../model/oSResponse';
6
- import { PlatformResponse } from '../model/platformResponse';
7
- import { Configuration } from '../configuration';
8
- import * as i0 from "@angular/core";
9
- export declare class LookupDataControllerService {
10
- protected httpClient: HttpClient;
11
- protected basePath: string;
12
- defaultHeaders: HttpHeaders;
13
- configuration: Configuration;
14
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
15
- /**
16
- * @param consumes string[] mime-types
17
- * @return true: consumes contains 'multipart/form-data', false: otherwise
18
- */
19
- private canConsumeForm;
20
- /**
21
- *
22
- *
23
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
24
- * @param reportProgress flag to report request and response progress.
25
- */
26
- getAllActiveOS(observe?: 'body', reportProgress?: boolean): Observable<Array<OSResponse>>;
27
- getAllActiveOS(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<OSResponse>>>;
28
- getAllActiveOS(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<OSResponse>>>;
29
- /**
30
- *
31
- *
32
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
33
- * @param reportProgress flag to report request and response progress.
34
- */
35
- getAllActivePlatforms(observe?: 'body', reportProgress?: boolean): Observable<Array<PlatformResponse>>;
36
- getAllActivePlatforms(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<PlatformResponse>>>;
37
- getAllActivePlatforms(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<PlatformResponse>>>;
38
- /**
39
- *
40
- *
41
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
42
- * @param reportProgress flag to report request and response progress.
43
- */
44
- getAllBusinessZones(observe?: 'body', reportProgress?: boolean): Observable<Array<BusinessZoneResponse>>;
45
- getAllBusinessZones(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BusinessZoneResponse>>>;
46
- getAllBusinessZones(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BusinessZoneResponse>>>;
47
- /**
48
- *
49
- *
50
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
51
- * @param reportProgress flag to report request and response progress.
52
- */
53
- getAllCountries(observe?: 'body', reportProgress?: boolean): Observable<Array<CountryResponse>>;
54
- getAllCountries(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CountryResponse>>>;
55
- getAllCountries(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CountryResponse>>>;
56
- static ɵfac: i0.ɵɵFactoryDeclaration<LookupDataControllerService, [null, { optional: true; }, { optional: true; }]>;
57
- static ɵprov: i0.ɵɵInjectableDeclaration<LookupDataControllerService>;
58
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { BusinessZoneResponse } from '../model/businessZoneResponse';
4
+ import { CountryResponse } from '../model/countryResponse';
5
+ import { OSResponse } from '../model/oSResponse';
6
+ import { PlatformResponse } from '../model/platformResponse';
7
+ import { Configuration } from '../configuration';
8
+ import * as i0 from "@angular/core";
9
+ export declare class LookupDataControllerService {
10
+ protected httpClient: HttpClient;
11
+ protected basePath: string;
12
+ defaultHeaders: HttpHeaders;
13
+ configuration: Configuration;
14
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
15
+ /**
16
+ * @param consumes string[] mime-types
17
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
18
+ */
19
+ private canConsumeForm;
20
+ /**
21
+ *
22
+ *
23
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
24
+ * @param reportProgress flag to report request and response progress.
25
+ */
26
+ getAllActiveOS(observe?: 'body', reportProgress?: boolean): Observable<Array<OSResponse>>;
27
+ getAllActiveOS(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<OSResponse>>>;
28
+ getAllActiveOS(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<OSResponse>>>;
29
+ /**
30
+ *
31
+ *
32
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
33
+ * @param reportProgress flag to report request and response progress.
34
+ */
35
+ getAllActivePlatforms(observe?: 'body', reportProgress?: boolean): Observable<Array<PlatformResponse>>;
36
+ getAllActivePlatforms(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<PlatformResponse>>>;
37
+ getAllActivePlatforms(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<PlatformResponse>>>;
38
+ /**
39
+ *
40
+ *
41
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
42
+ * @param reportProgress flag to report request and response progress.
43
+ */
44
+ getAllBusinessZones(observe?: 'body', reportProgress?: boolean): Observable<Array<BusinessZoneResponse>>;
45
+ getAllBusinessZones(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BusinessZoneResponse>>>;
46
+ getAllBusinessZones(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BusinessZoneResponse>>>;
47
+ /**
48
+ *
49
+ *
50
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
51
+ * @param reportProgress flag to report request and response progress.
52
+ */
53
+ getAllCountries(observe?: 'body', reportProgress?: boolean): Observable<Array<CountryResponse>>;
54
+ getAllCountries(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<CountryResponse>>>;
55
+ getAllCountries(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<CountryResponse>>>;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<LookupDataControllerService, [null, { optional: true; }, { optional: true; }]>;
57
+ static ɵprov: i0.ɵɵInjectableDeclaration<LookupDataControllerService>;
58
+ }
package/api.module.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { Configuration } from './configuration';
3
- import { HttpClient } from '@angular/common/http';
4
- import * as i0 from "@angular/core";
5
- export declare class ApiModule {
6
- static forRoot(configurationFactory: () => Configuration): ModuleWithProviders<ApiModule>;
7
- constructor(parentModule: ApiModule, http: HttpClient);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ApiModule, never, never, never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ApiModule>;
11
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import { Configuration } from './configuration';
3
+ import { HttpClient } from '@angular/common/http';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ApiModule {
6
+ static forRoot(configurationFactory: () => Configuration): ModuleWithProviders<ApiModule>;
7
+ constructor(parentModule: ApiModule, http: HttpClient);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ApiModule, never, never, never>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ApiModule>;
11
+ }
@@ -1,48 +1,48 @@
1
- export interface ConfigurationParameters {
2
- apiKeys?: {
3
- [key: string]: string;
4
- };
5
- username?: string;
6
- password?: string;
7
- accessToken?: string | (() => string);
8
- basePath?: string;
9
- withCredentials?: boolean;
10
- }
11
- export declare class Configuration {
12
- apiKeys?: {
13
- [key: string]: string;
14
- };
15
- username?: string;
16
- password?: string;
17
- accessToken?: string | (() => string);
18
- basePath?: string;
19
- withCredentials?: boolean;
20
- constructor(configurationParameters?: ConfigurationParameters);
21
- /**
22
- * Select the correct content-type to use for a request.
23
- * Uses {@link Configuration#isJsonMime} to determine the correct content-type.
24
- * If no content type is found return the first found type if the contentTypes is not empty
25
- * @param contentTypes - the array of content types that are available for selection
26
- * @returns the selected content-type or <code>undefined</code> if no selection could be made.
27
- */
28
- selectHeaderContentType(contentTypes: string[]): string | undefined;
29
- /**
30
- * Select the correct accept content-type to use for a request.
31
- * Uses {@link Configuration#isJsonMime} to determine the correct accept content-type.
32
- * If no content type is found return the first found type if the contentTypes is not empty
33
- * @param accepts - the array of content types that are available for selection.
34
- * @returns the selected content-type or <code>undefined</code> if no selection could be made.
35
- */
36
- selectHeaderAccept(accepts: string[]): string | undefined;
37
- /**
38
- * Check if the given MIME is a JSON MIME.
39
- * JSON MIME examples:
40
- * application/json
41
- * application/json; charset=UTF8
42
- * APPLICATION/JSON
43
- * application/vnd.company+json
44
- * @param mime - MIME (Multipurpose Internet Mail Extensions)
45
- * @return True if the given MIME is JSON, false otherwise.
46
- */
47
- isJsonMime(mime: string): boolean;
48
- }
1
+ export interface ConfigurationParameters {
2
+ apiKeys?: {
3
+ [key: string]: string;
4
+ };
5
+ username?: string;
6
+ password?: string;
7
+ accessToken?: string | (() => string);
8
+ basePath?: string;
9
+ withCredentials?: boolean;
10
+ }
11
+ export declare class Configuration {
12
+ apiKeys?: {
13
+ [key: string]: string;
14
+ };
15
+ username?: string;
16
+ password?: string;
17
+ accessToken?: string | (() => string);
18
+ basePath?: string;
19
+ withCredentials?: boolean;
20
+ constructor(configurationParameters?: ConfigurationParameters);
21
+ /**
22
+ * Select the correct content-type to use for a request.
23
+ * Uses {@link Configuration#isJsonMime} to determine the correct content-type.
24
+ * If no content type is found return the first found type if the contentTypes is not empty
25
+ * @param contentTypes - the array of content types that are available for selection
26
+ * @returns the selected content-type or <code>undefined</code> if no selection could be made.
27
+ */
28
+ selectHeaderContentType(contentTypes: string[]): string | undefined;
29
+ /**
30
+ * Select the correct accept content-type to use for a request.
31
+ * Uses {@link Configuration#isJsonMime} to determine the correct accept content-type.
32
+ * If no content type is found return the first found type if the contentTypes is not empty
33
+ * @param accepts - the array of content types that are available for selection.
34
+ * @returns the selected content-type or <code>undefined</code> if no selection could be made.
35
+ */
36
+ selectHeaderAccept(accepts: string[]): string | undefined;
37
+ /**
38
+ * Check if the given MIME is a JSON MIME.
39
+ * JSON MIME examples:
40
+ * application/json
41
+ * application/json; charset=UTF8
42
+ * APPLICATION/JSON
43
+ * application/vnd.company+json
44
+ * @param mime - MIME (Multipurpose Internet Mail Extensions)
45
+ * @return True if the given MIME is JSON, false otherwise.
46
+ */
47
+ isJsonMime(mime: string): boolean;
48
+ }
package/encoder.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import { HttpUrlEncodingCodec } from '@angular/common/http';
2
- /**
3
- * CustomHttpUrlEncodingCodec
4
- * Fix plus sign (+) not encoding, so sent as blank space
5
- * See: https://github.com/angular/angular/issues/11058#issuecomment-247367318
6
- */
7
- export declare class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
8
- encodeKey(k: string): string;
9
- encodeValue(v: string): string;
10
- }
1
+ import { HttpUrlEncodingCodec } from '@angular/common/http';
2
+ /**
3
+ * CustomHttpUrlEncodingCodec
4
+ * Fix plus sign (+) not encoding, so sent as blank space
5
+ * See: https://github.com/angular/angular/issues/11058#issuecomment-247367318
6
+ */
7
+ export declare class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
8
+ encodeKey(k: string): string;
9
+ encodeValue(v: string): string;
10
+ }