@revxui/api-clients-ts 0.10.176 → 0.10.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/api.d.ts +3 -1
- package/api/audienceController.service.d.ts +3 -6
- package/api/campaignController.service.d.ts +3 -6
- package/api/catalogController.service.d.ts +9 -18
- package/api/clickDestinationController.service.d.ts +3 -6
- package/api/creativeController.service.d.ts +6 -12
- package/api/creativeSetsController.service.d.ts +11 -16
- package/api/dashboardController.service.d.ts +37 -27
- package/api/notificationsController.service.d.ts +77 -0
- package/api/pixelController.service.d.ts +3 -6
- package/bundles/revxui-api-clients-ts.umd.js +334 -148
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/api.js +4 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +3 -12
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +3 -12
- package/esm2015/api/catalogController.service.js +5 -32
- package/esm2015/api/clickDestinationController.service.js +3 -12
- package/esm2015/api/creativeController.service.js +4 -22
- package/esm2015/api/creativeSetsController.service.js +10 -23
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +43 -12
- package/esm2015/api/notificationsController.service.js +187 -0
- package/esm2015/api/pixelController.service.js +3 -12
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/api.module.js +3 -1
- package/esm2015/model/advertiser.js +1 -1
- package/esm2015/model/advertiserPojo.js +1 -1
- package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/apiResponseObjectResponseMessage.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/audienceESDTO.js +1 -1
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeCompactDTO.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +16 -0
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetResponse.js +16 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/models.js +4 -2
- package/esm2015/model/notificationListResponseNotificationResponse.js +1 -0
- package/esm2015/model/notificationResponse.js +19 -0
- package/esm2015/model/parentBasedObject.js +1 -1
- package/esm2015/model/pixel.js +1 -1
- package/esm2015/model/reportingResponse.js +1 -1
- package/esm2015/model/strategy.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/api.js +4 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/appsFlyerAudienceController.service.js +2 -2
- package/esm5/api/audienceController.service.js +3 -12
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +3 -12
- package/esm5/api/catalogController.service.js +5 -32
- package/esm5/api/clickDestinationController.service.js +3 -12
- package/esm5/api/creativeController.service.js +4 -22
- package/esm5/api/creativeSetsController.service.js +10 -23
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +45 -12
- package/esm5/api/notificationsController.service.js +207 -0
- package/esm5/api/pixelController.service.js +3 -12
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/api.module.js +3 -1
- package/esm5/model/advertiser.js +1 -1
- package/esm5/model/advertiserPojo.js +1 -1
- package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/apiResponseObjectResponseMessage.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/audienceESDTO.js +1 -1
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeCompactDTO.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +16 -0
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetResponse.js +16 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/models.js +4 -2
- package/esm5/model/notificationListResponseNotificationResponse.js +1 -0
- package/esm5/model/notificationResponse.js +19 -0
- package/esm5/model/parentBasedObject.js +1 -1
- package/esm5/model/pixel.js +1 -1
- package/esm5/model/reportingResponse.js +1 -1
- package/esm5/model/strategy.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +313 -150
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +335 -150
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiser.d.ts +1 -0
- package/model/advertiserPojo.d.ts +1 -0
- package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/apiResponseObjectResponseMessage.d.ts +17 -0
- package/model/audienceDTO.d.ts +1 -0
- package/model/audienceESDTO.d.ts +1 -0
- package/model/campaignDTO.d.ts +1 -0
- package/model/campaignESDTO.d.ts +2 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creative.d.ts +1 -0
- package/model/creativeCompactDTO.d.ts +1 -0
- package/model/creativeDTO.d.ts +1 -0
- package/model/creativePerformanceData.d.ts +3 -0
- package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -3
- package/model/creativeSetDetails.d.ts +11 -10
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +18 -0
- package/model/dashboardData.d.ts +1 -0
- package/model/models.d.ts +6 -3
- package/model/notificationListResponseNotificationResponse.d.ts +17 -0
- package/model/notificationResponse.d.ts +31 -0
- package/model/parentBasedObject.d.ts +1 -0
- package/model/pixel.d.ts +1 -0
- package/model/reportingResponse.d.ts +1 -0
- package/model/strategy.d.ts +1 -0
- package/model/strategyDTO.d.ts +2 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/creativeSetsListDashboardData.js +0 -16
- package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/creativeSetsListDashboardData.js +0 -16
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
|
+
import { Observable } from 'rxjs';
|
|
14
|
+
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
15
|
+
import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
|
|
16
|
+
import { NotificationListResponseNotificationResponse } from '../model/notificationListResponseNotificationResponse';
|
|
17
|
+
import { Configuration } from '../configuration';
|
|
18
|
+
export declare class NotificationsControllerService {
|
|
19
|
+
protected httpClient: HttpClient;
|
|
20
|
+
protected basePath: string;
|
|
21
|
+
defaultHeaders: HttpHeaders;
|
|
22
|
+
configuration: Configuration;
|
|
23
|
+
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
24
|
+
/**
|
|
25
|
+
* @param consumes string[] mime-types
|
|
26
|
+
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
27
|
+
*/
|
|
28
|
+
private canConsumeForm;
|
|
29
|
+
/**
|
|
30
|
+
* Api to Get Notifications for a user
|
|
31
|
+
*
|
|
32
|
+
* @param pageNumber pageNumber
|
|
33
|
+
* @param pageSize pageSize
|
|
34
|
+
* @param reqId request id
|
|
35
|
+
* @param token Auth Token
|
|
36
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
|
+
* @param reportProgress flag to report request and response progress.
|
|
38
|
+
*/
|
|
39
|
+
getNotificationUsingGET(pageNumber?: number, pageSize?: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<NotificationListResponseNotificationResponse>;
|
|
40
|
+
getNotificationUsingGET(pageNumber?: number, pageSize?: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<NotificationListResponseNotificationResponse>>;
|
|
41
|
+
getNotificationUsingGET(pageNumber?: number, pageSize?: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<NotificationListResponseNotificationResponse>>;
|
|
42
|
+
/**
|
|
43
|
+
* Api to mark all notifications seen
|
|
44
|
+
*
|
|
45
|
+
* @param reqId request id
|
|
46
|
+
* @param token Auth Token
|
|
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
|
+
markAllSeenUsingPOST(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
51
|
+
markAllSeenUsingPOST(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
52
|
+
markAllSeenUsingPOST(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
53
|
+
/**
|
|
54
|
+
* Api to mark notifications seen
|
|
55
|
+
*
|
|
56
|
+
* @param commaSeparatedIds commaSeparatedIds
|
|
57
|
+
* @param reqId request id
|
|
58
|
+
* @param token Auth Token
|
|
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
|
+
markSeenUsingPOST(commaSeparatedIds: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
|
|
63
|
+
markSeenUsingPOST(commaSeparatedIds: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
|
|
64
|
+
markSeenUsingPOST(commaSeparatedIds: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
|
|
65
|
+
/**
|
|
66
|
+
* Api to resolve a notification
|
|
67
|
+
*
|
|
68
|
+
* @param id id
|
|
69
|
+
* @param reqId request id
|
|
70
|
+
* @param token Auth Token
|
|
71
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
72
|
+
* @param reportProgress flag to report request and response progress.
|
|
73
|
+
*/
|
|
74
|
+
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
|
|
75
|
+
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
|
|
76
|
+
resolveNotificationUsingPOST(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
|
|
77
|
+
}
|
|
@@ -93,19 +93,16 @@ export declare class PixelControllerService {
|
|
|
93
93
|
* get/search pixels
|
|
94
94
|
*
|
|
95
95
|
* @param advertiser_id advertiser_id
|
|
96
|
-
* @param pageNumber pageNumber
|
|
97
|
-
* @param pageSize pageSize
|
|
98
96
|
* @param refresh refresh
|
|
99
97
|
* @param reqId request id
|
|
100
98
|
* @param search search
|
|
101
|
-
* @param sort sort
|
|
102
99
|
* @param token Auth Token
|
|
103
100
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
104
101
|
* @param reportProgress flag to report request and response progress.
|
|
105
102
|
*/
|
|
106
|
-
searchPixelsUsingPOST(advertiser_id: number,
|
|
107
|
-
searchPixelsUsingPOST(advertiser_id: number,
|
|
108
|
-
searchPixelsUsingPOST(advertiser_id: number,
|
|
103
|
+
searchPixelsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponsePixel>;
|
|
104
|
+
searchPixelsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponsePixel>>;
|
|
105
|
+
searchPixelsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponsePixel>>;
|
|
109
106
|
/**
|
|
110
107
|
* update Pixel
|
|
111
108
|
*
|