@revxui/api-clients-ts 1.1.232 → 1.1.233

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 (63) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -3
  3. package/api/dashboardController.service.d.ts +14 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +68 -404
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/api.js +2 -4
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bidFunnelController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/customerReportingController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +41 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +2 -2
  29. package/esm2015/api/strategyController.service.js +2 -2
  30. package/esm2015/api/strategyTemplateController.service.js +2 -2
  31. package/esm2015/api/uILoggerController.service.js +2 -2
  32. package/esm2015/api/userPreferenceController.service.js +2 -2
  33. package/esm2015/api.module.js +1 -3
  34. package/esm2015/model/apiResponseObjectWidgetPerformanceMetrics.js +2 -0
  35. package/esm2015/model/models.js +3 -10
  36. package/esm2015/model/reportingRequest.js +1 -1
  37. package/esm2015/model/widgetPerformanceMetrics.js +13 -0
  38. package/fesm2015/revxui-api-clients-ts.js +79 -401
  39. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  40. package/model/{apiResponseObjectReportingSchedulerResponse.d.ts → apiResponseObjectWidgetPerformanceMetrics.d.ts} +3 -3
  41. package/model/models.d.ts +2 -9
  42. package/model/reportingRequest.d.ts +0 -1
  43. package/model/{apiListResponseBaseModel.d.ts → widgetPerformanceMetrics.d.ts} +7 -4
  44. package/package.json +1 -1
  45. package/revxui-api-clients-ts.metadata.json +1 -1
  46. package/api/reportingSchedulerController.service.d.ts +0 -123
  47. package/esm2015/api/reportingSchedulerController.service.js +0 -316
  48. package/esm2015/model/apiListResponseBaseModel.js +0 -2
  49. package/esm2015/model/apiListResponseReportingSchedulerResponse.js +0 -2
  50. package/esm2015/model/apiListResponseReportingSchedulerUserResponse.js +0 -2
  51. package/esm2015/model/apiResponseObjectReportingSchedulerResponse.js +0 -2
  52. package/esm2015/model/jobResponse.js +0 -22
  53. package/esm2015/model/reportingSchedulerRequest.js +0 -2
  54. package/esm2015/model/reportingSchedulerResponse.js +0 -18
  55. package/esm2015/model/reportingSchedulerUserResponse.js +0 -13
  56. package/esm2015/model/schedulerRequest.js +0 -10
  57. package/model/apiListResponseReportingSchedulerResponse.d.ts +0 -16
  58. package/model/apiListResponseReportingSchedulerUserResponse.d.ts +0 -16
  59. package/model/jobResponse.d.ts +0 -29
  60. package/model/reportingSchedulerRequest.d.ts +0 -20
  61. package/model/reportingSchedulerResponse.d.ts +0 -53
  62. package/model/reportingSchedulerUserResponse.d.ts +0 -15
  63. package/model/schedulerRequest.d.ts +0 -27
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.232
1
+ ## @revxui/api-clients-ts@1.1.233
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/api-clients-ts@1.1.232 --save
22
+ npm install @revxui/api-clients-ts@1.1.233 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
package/api/api.d.ts CHANGED
@@ -40,8 +40,6 @@ export * from './pixelController.service';
40
40
  import { PixelControllerService } from './pixelController.service';
41
41
  export * from './reportingController.service';
42
42
  import { ReportingControllerService } from './reportingController.service';
43
- export * from './reportingSchedulerController.service';
44
- import { ReportingSchedulerControllerService } from './reportingSchedulerController.service';
45
43
  export * from './sliceXController.service';
46
44
  import { SliceXControllerService } from './sliceXController.service';
47
45
  export * from './strategyController.service';
@@ -52,4 +50,4 @@ export * from './uILoggerController.service';
52
50
  import { UILoggerControllerService } from './uILoggerController.service';
53
51
  export * from './userPreferenceController.service';
54
52
  import { UserPreferenceControllerService } from './userPreferenceController.service';
55
- export declare const APIS: (typeof AdminControllerService | typeof AdvertiserControllerService | typeof AppSettingsControllerService | typeof AudienceControllerService | typeof AuditControllerService | typeof BidFunnelControllerService | typeof BulkStrategyControllerService | typeof CSSThemeController_Service | typeof CampaignControllerService | typeof CatalogControllerService | typeof ClickDestinationControllerService | typeof CreativeControllerService | typeof CreativeSetsControllerService | typeof CreativeTemplateThemesControllerService | typeof CreativeTemplateVariablesControllerService | typeof CreativeTemplatesControllerService | typeof CustomerReportingControllerService | typeof DashboardControllerService | typeof NotificationsControllerService | typeof PixelControllerService | typeof ReportingControllerService | typeof ReportingSchedulerControllerService | typeof SliceXControllerService | typeof StrategyControllerService | typeof StrategyTemplateControllerService | typeof UILoggerControllerService | typeof UserPreferenceControllerService)[];
53
+ export declare const APIS: (typeof AdminControllerService | typeof AdvertiserControllerService | typeof AppSettingsControllerService | typeof AudienceControllerService | typeof AuditControllerService | typeof BidFunnelControllerService | typeof BulkStrategyControllerService | typeof CSSThemeController_Service | typeof CampaignControllerService | typeof CatalogControllerService | typeof ClickDestinationControllerService | typeof CreativeControllerService | typeof CreativeSetsControllerService | typeof CreativeTemplateThemesControllerService | typeof CreativeTemplateVariablesControllerService | typeof CreativeTemplatesControllerService | typeof CustomerReportingControllerService | typeof DashboardControllerService | typeof NotificationsControllerService | typeof PixelControllerService | typeof ReportingControllerService | typeof SliceXControllerService | typeof StrategyControllerService | typeof StrategyTemplateControllerService | typeof UILoggerControllerService | typeof UserPreferenceControllerService)[];
@@ -22,6 +22,7 @@ import { ApiResponseObjectListMenuCrubResponse } from '../model/apiResponseObjec
22
22
  import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
23
23
  import { ApiResponseObjectMenuCrubResponse } from '../model/apiResponseObjectMenuCrubResponse';
24
24
  import { ApiResponseObjectParentBasedObject } from '../model/apiResponseObjectParentBasedObject';
25
+ import { ApiResponseObjectWidgetPerformanceMetrics } from '../model/apiResponseObjectWidgetPerformanceMetrics';
25
26
  import { DashboardRequest } from '../model/dashboardRequest';
26
27
  import { SearchRequest } from '../model/searchRequest';
27
28
  import { Configuration } from '../configuration';
@@ -199,6 +200,19 @@ export declare class DashboardControllerService {
199
200
  getMenuCrumbsUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListMenuCrubResponse>;
200
201
  getMenuCrumbsUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListMenuCrubResponse>>;
201
202
  getMenuCrumbsUsingGET(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListMenuCrubResponse>>;
203
+ /**
204
+ * DashBoard API for performance metrics comparison over a given interval of time
205
+ *
206
+ * @param dashboardRequest dashboardRequest
207
+ * @param refresh refresh
208
+ * @param reqId request id
209
+ * @param token Auth Token
210
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
211
+ * @param reportProgress flag to report request and response progress.
212
+ */
213
+ getWidgetDataPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectWidgetPerformanceMetrics>;
214
+ getWidgetDataPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectWidgetPerformanceMetrics>>;
215
+ getWidgetDataPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectWidgetPerformanceMetrics>>;
202
216
  /**
203
217
  * DashBoard Api For pricingType .
204
218
  *