@revxui/intellibid-client-ts 1.0.67 → 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 (103) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +137 -124
  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 -110
  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 +328 -300
  12. package/esm2020/api/api.mjs +11 -11
  13. package/esm2020/api/audienceController.service.mjs +326 -326
  14. package/esm2020/api/campaignController.service.mjs +296 -296
  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 -0
  41. package/esm2020/model/goalResponse.mjs +12 -12
  42. package/esm2020/model/models.mjs +37 -35
  43. package/esm2020/model/oSResponse.mjs +12 -12
  44. package/esm2020/model/pageAdvertiserResponse.mjs +1 -1
  45. package/esm2020/model/pageCampaignChangeLogResponse.mjs +1 -1
  46. package/esm2020/model/pageCampaignResponse.mjs +1 -1
  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 +2 -0
  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 -1633
  61. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  62. package/fesm2020/revxui-intellibid-client-ts.mjs +1791 -1751
  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 -54
  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 -0
  85. package/model/goalResponse.d.ts +15 -15
  86. package/model/models.d.ts +36 -34
  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 -0
  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
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/intellibid-client-ts@1.0.67
1
+ ## @revxui/intellibid-client-ts@1.0.70
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.67 --save
22
+ npm install @revxui/intellibid-client-ts@1.0.70 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -1,124 +1,137 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { AdAccountResponse } from '../model/adAccountResponse';
4
- import { AdvertiserMmpConversionEventResponse } from '../model/advertiserMmpConversionEventResponse';
5
- import { AdvertiserResponse } from '../model/advertiserResponse';
6
- import { AdvertiserSearchResponse } from '../model/advertiserSearchResponse';
7
- import { BlockedEventResponse } from '../model/blockedEventResponse';
8
- import { GoalResponse } from '../model/goalResponse';
9
- import { PageAdvertiserResponse } from '../model/pageAdvertiserResponse';
10
- import { ProductSetRequest } from '../model/productSetRequest';
11
- import { ProductSetResponse } from '../model/productSetResponse';
12
- import { Configuration } from '../configuration';
13
- import * as i0 from "@angular/core";
14
- export declare class AdvertiserControllerService {
15
- protected httpClient: HttpClient;
16
- protected basePath: string;
17
- defaultHeaders: HttpHeaders;
18
- configuration: Configuration;
19
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
20
- /**
21
- * @param consumes string[] mime-types
22
- * @return true: consumes contains 'multipart/form-data', false: otherwise
23
- */
24
- private canConsumeForm;
25
- /**
26
- * Add a product set for an advertiser
27
- * Creates a new product set. Rejects with 400 if a row already exists for (advertiserId, adAccountId, productSetId) or (advertiserId, adAccountId, productSetLabel) — updates are not supported.
28
- * @param body
29
- * @param id
30
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
31
- * @param reportProgress flag to report request and response progress.
32
- */
33
- addProductSet(body: ProductSetRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<ProductSetResponse>;
34
- addProductSet(body: ProductSetRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ProductSetResponse>>;
35
- addProductSet(body: ProductSetRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ProductSetResponse>>;
36
- /**
37
- * Get all ad accounts for an advertiser
38
- * Returns all ad accounts across all platforms (Meta, TikTok, Snapchat) for the specified advertiser
39
- * @param id
40
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
41
- * @param reportProgress flag to report request and response progress.
42
- */
43
- getAdAccounts(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdAccountResponse>>;
44
- getAdAccounts(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdAccountResponse>>>;
45
- getAdAccounts(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdAccountResponse>>>;
46
- /**
47
- *
48
- *
49
- * @param id
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
- getAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<AdvertiserResponse>;
54
- getAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdvertiserResponse>>;
55
- getAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdvertiserResponse>>;
56
- /**
57
- *
58
- *
59
- * @param name
60
- * @param isActive
61
- * @param page Zero-based page index (0..N)
62
- * @param size The size of the page to be returned
63
- * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
64
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
- * @param reportProgress flag to report request and response progress.
66
- */
67
- getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageAdvertiserResponse>;
68
- getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageAdvertiserResponse>>;
69
- getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageAdvertiserResponse>>;
70
- /**
71
- * Get all blocked events for an advertiser
72
- * Returns list of blocked events with eventName and blockingDays for the specified advertiser
73
- * @param id
74
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
75
- * @param reportProgress flag to report request and response progress.
76
- */
77
- getBlockedEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<BlockedEventResponse>>;
78
- getBlockedEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BlockedEventResponse>>>;
79
- getBlockedEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BlockedEventResponse>>>;
80
- /**
81
- * Get all goals for an advertiser
82
- * Returns list of goals derived from the advertiser&#x27;s active postback event mappings
83
- * @param id
84
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
85
- * @param reportProgress flag to report request and response progress.
86
- */
87
- getGoalsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<GoalResponse>>;
88
- getGoalsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<GoalResponse>>>;
89
- getGoalsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<GoalResponse>>>;
90
- /**
91
- * Get all MMP conversion events for an advertiser
92
- * Returns list of configured MMP events with id and eventLabel for the specified advertiser
93
- * @param id
94
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
95
- * @param reportProgress flag to report request and response progress.
96
- */
97
- getMMPConversionEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserMmpConversionEventResponse>>;
98
- getMMPConversionEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserMmpConversionEventResponse>>>;
99
- getMMPConversionEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserMmpConversionEventResponse>>>;
100
- /**
101
- * Get all product sets for an advertiser
102
- * Returns all product sets configured for the specified advertiser. Optionally filter by adAccountId.
103
- * @param id
104
- * @param sourcePlatform
105
- * @param adAccountId
106
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
107
- * @param reportProgress flag to report request and response progress.
108
- */
109
- getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'body', reportProgress?: boolean): Observable<Array<ProductSetResponse>>;
110
- getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<ProductSetResponse>>>;
111
- getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<ProductSetResponse>>>;
112
- /**
113
- *
114
- *
115
- * @param q
116
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
117
- * @param reportProgress flag to report request and response progress.
118
- */
119
- searchAdvertisers(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserSearchResponse>>;
120
- searchAdvertisers(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserSearchResponse>>>;
121
- searchAdvertisers(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserSearchResponse>>>;
122
- static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
123
- static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
124
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { AdAccountResponse } from '../model/adAccountResponse';
4
+ import { AdvertiserMmpConversionEventResponse } from '../model/advertiserMmpConversionEventResponse';
5
+ import { AdvertiserResponse } from '../model/advertiserResponse';
6
+ import { AdvertiserSearchResponse } from '../model/advertiserSearchResponse';
7
+ import { BlockedEventResponse } from '../model/blockedEventResponse';
8
+ import { GoalResponse } from '../model/goalResponse';
9
+ import { PageAdvertiserResponse } from '../model/pageAdvertiserResponse';
10
+ import { ProductSetRequest } from '../model/productSetRequest';
11
+ import { ProductSetResponse } from '../model/productSetResponse';
12
+ import { SupportedGoalEventsResponseDTO } from '../model/supportedGoalEventsResponseDTO';
13
+ import { Configuration } from '../configuration';
14
+ import * as i0 from "@angular/core";
15
+ export declare class AdvertiserControllerService {
16
+ protected httpClient: HttpClient;
17
+ protected basePath: string;
18
+ defaultHeaders: HttpHeaders;
19
+ configuration: Configuration;
20
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
21
+ /**
22
+ * @param consumes string[] mime-types
23
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
24
+ */
25
+ private canConsumeForm;
26
+ /**
27
+ * Add a product set for an advertiser
28
+ * Creates a new product set. Rejects with 400 if a row already exists for (advertiserId, adAccountId, productSetId) or (advertiserId, adAccountId, productSetLabel) — updates are not supported.
29
+ * @param body
30
+ * @param id
31
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
32
+ * @param reportProgress flag to report request and response progress.
33
+ */
34
+ addProductSet(body: ProductSetRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<ProductSetResponse>;
35
+ addProductSet(body: ProductSetRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ProductSetResponse>>;
36
+ addProductSet(body: ProductSetRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ProductSetResponse>>;
37
+ /**
38
+ * Get all ad accounts for an advertiser
39
+ * Returns all ad accounts across all platforms (Meta, TikTok, Snapchat) for the specified advertiser
40
+ * @param id
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
+ getAdAccounts(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdAccountResponse>>;
45
+ getAdAccounts(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdAccountResponse>>>;
46
+ getAdAccounts(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdAccountResponse>>>;
47
+ /**
48
+ *
49
+ *
50
+ * @param id
51
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
52
+ * @param reportProgress flag to report request and response progress.
53
+ */
54
+ getAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<AdvertiserResponse>;
55
+ getAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AdvertiserResponse>>;
56
+ getAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AdvertiserResponse>>;
57
+ /**
58
+ *
59
+ *
60
+ * @param name
61
+ * @param isActive
62
+ * @param page Zero-based page index (0..N)
63
+ * @param size The size of the page to be returned
64
+ * @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
65
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
66
+ * @param reportProgress flag to report request and response progress.
67
+ */
68
+ getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageAdvertiserResponse>;
69
+ getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageAdvertiserResponse>>;
70
+ getAllAdvertisers(name?: string, isActive?: boolean, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageAdvertiserResponse>>;
71
+ /**
72
+ * Get all blocked events for an advertiser
73
+ * Returns list of blocked events with eventName and blockingDays for the specified advertiser
74
+ * @param id
75
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
76
+ * @param reportProgress flag to report request and response progress.
77
+ */
78
+ getBlockedEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<BlockedEventResponse>>;
79
+ getBlockedEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BlockedEventResponse>>>;
80
+ getBlockedEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BlockedEventResponse>>>;
81
+ /**
82
+ * Get all goals for an advertiser
83
+ * Returns list of goals derived from the advertiser&#x27;s active postback event mappings
84
+ * @param id
85
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
86
+ * @param reportProgress flag to report request and response progress.
87
+ */
88
+ getGoalsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<GoalResponse>>;
89
+ getGoalsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<GoalResponse>>>;
90
+ getGoalsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<GoalResponse>>>;
91
+ /**
92
+ * Get all MMP conversion events for an advertiser
93
+ * Returns list of configured MMP events with id and eventLabel for the specified advertiser
94
+ * @param id
95
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
96
+ * @param reportProgress flag to report request and response progress.
97
+ */
98
+ getMMPConversionEventsByAdvertiser(id: number, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserMmpConversionEventResponse>>;
99
+ getMMPConversionEventsByAdvertiser(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserMmpConversionEventResponse>>>;
100
+ getMMPConversionEventsByAdvertiser(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserMmpConversionEventResponse>>>;
101
+ /**
102
+ * Get all product sets for an advertiser
103
+ * Returns all product sets configured for the specified advertiser. Optionally filter by adAccountId.
104
+ * @param id
105
+ * @param sourcePlatform
106
+ * @param adAccountId
107
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
108
+ * @param reportProgress flag to report request and response progress.
109
+ */
110
+ getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'body', reportProgress?: boolean): Observable<Array<ProductSetResponse>>;
111
+ getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<ProductSetResponse>>>;
112
+ getProductSets(id: number, sourcePlatform: string, adAccountId?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<ProductSetResponse>>>;
113
+ /**
114
+ *
115
+ *
116
+ * @param advertiserId
117
+ * @param platform
118
+ * @param adAccountId
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
+ getSupportedGoalEvents(advertiserId: number, platform: string, adAccountId: string, observe?: 'body', reportProgress?: boolean): Observable<SupportedGoalEventsResponseDTO>;
123
+ getSupportedGoalEvents(advertiserId: number, platform: string, adAccountId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<SupportedGoalEventsResponseDTO>>;
124
+ getSupportedGoalEvents(advertiserId: number, platform: string, adAccountId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<SupportedGoalEventsResponseDTO>>;
125
+ /**
126
+ *
127
+ *
128
+ * @param q
129
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
130
+ * @param reportProgress flag to report request and response progress.
131
+ */
132
+ searchAdvertisers(q: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AdvertiserSearchResponse>>;
133
+ searchAdvertisers(q: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AdvertiserSearchResponse>>>;
134
+ searchAdvertisers(q: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AdvertiserSearchResponse>>>;
135
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiserControllerService, [null, { optional: true; }, { optional: true; }]>;
136
+ static ɵprov: i0.ɵɵInjectableDeclaration<AdvertiserControllerService>;
137
+ }
package/api/api.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export * from './advertiserController.service';
2
- import { AdvertiserControllerService } from './advertiserController.service';
3
- export * from './audienceController.service';
4
- import { AudienceControllerService } from './audienceController.service';
5
- export * from './campaignController.service';
6
- import { CampaignControllerService } from './campaignController.service';
7
- export * from './insightsController.service';
8
- import { InsightsControllerService } from './insightsController.service';
9
- export * from './lookupDataController.service';
10
- import { LookupDataControllerService } from './lookupDataController.service';
11
- export declare const APIS: (typeof AdvertiserControllerService | typeof AudienceControllerService | typeof CampaignControllerService | typeof InsightsControllerService | typeof LookupDataControllerService)[];
1
+ export * from './advertiserController.service';
2
+ import { AdvertiserControllerService } from './advertiserController.service';
3
+ export * from './audienceController.service';
4
+ import { AudienceControllerService } from './audienceController.service';
5
+ export * from './campaignController.service';
6
+ import { CampaignControllerService } from './campaignController.service';
7
+ export * from './insightsController.service';
8
+ import { InsightsControllerService } from './insightsController.service';
9
+ export * from './lookupDataController.service';
10
+ import { LookupDataControllerService } from './lookupDataController.service';
11
+ export declare const APIS: (typeof AdvertiserControllerService | typeof AudienceControllerService | typeof CampaignControllerService | typeof InsightsControllerService | typeof LookupDataControllerService)[];
@@ -1,128 +1,128 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { AudienceResponse } from '../model/audienceResponse';
4
- import { CreateBlockedLiveAudienceRequest } from '../model/createBlockedLiveAudienceRequest';
5
- import { CreateBucketizedCustomAudienceRequest } from '../model/createBucketizedCustomAudienceRequest';
6
- import { CreateBucketizedLiveAudienceRequest } from '../model/createBucketizedLiveAudienceRequest';
7
- import { CreateDsCustomQueryAudienceRequest } from '../model/createDsCustomQueryAudienceRequest';
8
- import { UpdateAudienceNameRequest } from '../model/updateAudienceNameRequest';
9
- import { UpdateDsCustomQuerySqlRequest } from '../model/updateDsCustomQuerySqlRequest';
10
- import { ValidateDsQueryRequest } from '../model/validateDsQueryRequest';
11
- import { Configuration } from '../configuration';
12
- import * as i0 from "@angular/core";
13
- export declare class AudienceControllerService {
14
- protected httpClient: HttpClient;
15
- protected basePath: string;
16
- defaultHeaders: HttpHeaders;
17
- configuration: Configuration;
18
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
19
- /**
20
- * @param consumes string[] mime-types
21
- * @return true: consumes contains 'multipart/form-data', false: otherwise
22
- */
23
- private canConsumeForm;
24
- /**
25
- *
26
- *
27
- * @param body
28
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
29
- * @param reportProgress flag to report request and response progress.
30
- */
31
- createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
32
- createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
33
- createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
34
- /**
35
- *
36
- *
37
- * @param body
38
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
39
- * @param reportProgress flag to report request and response progress.
40
- */
41
- createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
42
- createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
43
- createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
44
- /**
45
- *
46
- *
47
- * @param body
48
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
49
- * @param reportProgress flag to report request and response progress.
50
- */
51
- createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
52
- createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
53
- createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
54
- /**
55
- *
56
- *
57
- * @param body
58
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
- * @param reportProgress flag to report request and response progress.
60
- */
61
- createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
62
- createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
63
- createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
64
- /**
65
- *
66
- *
67
- * @param advertiserId
68
- * @param groupType
69
- * @param sourcePlatform
70
- * @param audienceType
71
- * @param audienceSource
72
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
73
- * @param reportProgress flag to report request and response progress.
74
- */
75
- getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AudienceResponse>>;
76
- getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AudienceResponse>>>;
77
- getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AudienceResponse>>>;
78
- /**
79
- *
80
- *
81
- * @param groupId
82
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
83
- * @param reportProgress flag to report request and response progress.
84
- */
85
- getGroupStatus(groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
86
- getGroupStatus(groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
87
- getGroupStatus(groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
88
- /**
89
- *
90
- *
91
- * @param body
92
- * @param groupId
93
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
94
- * @param reportProgress flag to report request and response progress.
95
- */
96
- updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
97
- updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
98
- updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
99
- /**
100
- *
101
- *
102
- * @param body
103
- * @param groupId
104
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
105
- * @param reportProgress flag to report request and response progress.
106
- */
107
- updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
108
- updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
109
- updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
110
- /**
111
- *
112
- *
113
- * @param body
114
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
115
- * @param reportProgress flag to report request and response progress.
116
- */
117
- validateDsQuery(body: ValidateDsQueryRequest, observe?: 'body', reportProgress?: boolean): Observable<{
118
- [key: string]: string;
119
- }>;
120
- validateDsQuery(body: ValidateDsQueryRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<{
121
- [key: string]: string;
122
- }>>;
123
- validateDsQuery(body: ValidateDsQueryRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<{
124
- [key: string]: string;
125
- }>>;
126
- static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
127
- static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
128
- }
1
+ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { AudienceResponse } from '../model/audienceResponse';
4
+ import { CreateBlockedLiveAudienceRequest } from '../model/createBlockedLiveAudienceRequest';
5
+ import { CreateBucketizedCustomAudienceRequest } from '../model/createBucketizedCustomAudienceRequest';
6
+ import { CreateBucketizedLiveAudienceRequest } from '../model/createBucketizedLiveAudienceRequest';
7
+ import { CreateDsCustomQueryAudienceRequest } from '../model/createDsCustomQueryAudienceRequest';
8
+ import { UpdateAudienceNameRequest } from '../model/updateAudienceNameRequest';
9
+ import { UpdateDsCustomQuerySqlRequest } from '../model/updateDsCustomQuerySqlRequest';
10
+ import { ValidateDsQueryRequest } from '../model/validateDsQueryRequest';
11
+ import { Configuration } from '../configuration';
12
+ import * as i0 from "@angular/core";
13
+ export declare class AudienceControllerService {
14
+ protected httpClient: HttpClient;
15
+ protected basePath: string;
16
+ defaultHeaders: HttpHeaders;
17
+ configuration: Configuration;
18
+ constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
19
+ /**
20
+ * @param consumes string[] mime-types
21
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
22
+ */
23
+ private canConsumeForm;
24
+ /**
25
+ *
26
+ *
27
+ * @param body
28
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
29
+ * @param reportProgress flag to report request and response progress.
30
+ */
31
+ createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
32
+ createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
33
+ createBlockedLiveAudience(body: CreateBlockedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
34
+ /**
35
+ *
36
+ *
37
+ * @param body
38
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
39
+ * @param reportProgress flag to report request and response progress.
40
+ */
41
+ createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
42
+ createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
43
+ createBucketizedCustom(body: CreateBucketizedCustomAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
44
+ /**
45
+ *
46
+ *
47
+ * @param body
48
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
49
+ * @param reportProgress flag to report request and response progress.
50
+ */
51
+ createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
52
+ createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
53
+ createBucketizedLive(body: CreateBucketizedLiveAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
54
+ /**
55
+ *
56
+ *
57
+ * @param body
58
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
+ * @param reportProgress flag to report request and response progress.
60
+ */
61
+ createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
62
+ createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
63
+ createDsCustomQuery(body: CreateDsCustomQueryAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
64
+ /**
65
+ *
66
+ *
67
+ * @param advertiserId
68
+ * @param groupType
69
+ * @param sourcePlatform
70
+ * @param audienceType
71
+ * @param audienceSource
72
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
73
+ * @param reportProgress flag to report request and response progress.
74
+ */
75
+ getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'body', reportProgress?: boolean): Observable<Array<AudienceResponse>>;
76
+ getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<AudienceResponse>>>;
77
+ getAllAudiences(advertiserId: number, groupType?: string, sourcePlatform?: string, audienceType?: string, audienceSource?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<AudienceResponse>>>;
78
+ /**
79
+ *
80
+ *
81
+ * @param groupId
82
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
83
+ * @param reportProgress flag to report request and response progress.
84
+ */
85
+ getGroupStatus(groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
86
+ getGroupStatus(groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
87
+ getGroupStatus(groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
88
+ /**
89
+ *
90
+ *
91
+ * @param body
92
+ * @param groupId
93
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
94
+ * @param reportProgress flag to report request and response progress.
95
+ */
96
+ updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
97
+ updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
98
+ updateDsCustomQuerySql(body: UpdateDsCustomQuerySqlRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
99
+ /**
100
+ *
101
+ *
102
+ * @param body
103
+ * @param groupId
104
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
105
+ * @param reportProgress flag to report request and response progress.
106
+ */
107
+ updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'body', reportProgress?: boolean): Observable<AudienceResponse>;
108
+ updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceResponse>>;
109
+ updateName(body: UpdateAudienceNameRequest, groupId: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceResponse>>;
110
+ /**
111
+ *
112
+ *
113
+ * @param body
114
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
115
+ * @param reportProgress flag to report request and response progress.
116
+ */
117
+ validateDsQuery(body: ValidateDsQueryRequest, observe?: 'body', reportProgress?: boolean): Observable<{
118
+ [key: string]: string;
119
+ }>;
120
+ validateDsQuery(body: ValidateDsQueryRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<{
121
+ [key: string]: string;
122
+ }>>;
123
+ validateDsQuery(body: ValidateDsQueryRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<{
124
+ [key: string]: string;
125
+ }>>;
126
+ static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
127
+ static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
128
+ }