Display import source data on documents (#6651)
* Display import source in Insights * Ensure sourceMetadata is not returned on public requests * Support createdByName * Prefer display source name
This commit is contained in:
@@ -148,6 +148,8 @@ export type SourceMetadata = {
|
||||
fileName?: string;
|
||||
/** The original source mime type. */
|
||||
mimeType?: string;
|
||||
/** The creator of the original external source. */
|
||||
createdByName?: string;
|
||||
/** An ID in the external source. */
|
||||
externalId?: string;
|
||||
/** Whether the item was created through a trial license. */
|
||||
|
||||
Reference in New Issue
Block a user