Skip to content

Commit

Permalink
[Reporting] remove legacy pdf shim (#121369)
Browse files Browse the repository at this point in the history
* [Reporting] remove legacy pdf shim

* remove supporting files for deprecated type

* cleanup generation URLs that are only used for usage

* fix ts

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
tsullivan and kibanamachine authored Dec 21, 2021
1 parent c07a9dc commit d6fe658
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 606 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ export interface TaskPayloadPDF extends BasePayload {
forceNow?: string;
objects: Array<{ relativeUrl: string }>;
}

export interface JobParamsPDFLegacy extends Omit<JobParamsPDF, 'relativeUrls'> {
savedObjectId: string;
queryString: string;
}

This file was deleted.

This file was deleted.

Loading

0 comments on commit d6fe658

Please sign in to comment.