@omnia/dm
Advanced tools
Comparing version 4.0.36-preview to 4.0.37-preview
import { Enums } from '../../Enums'; | ||
import { GuidValue } from '@omnia/fx/models'; | ||
export interface DocumentPickerSearchResult { | ||
@@ -17,3 +18,2 @@ total: number; | ||
pageSize: number; | ||
excludedFolder: boolean; | ||
} | ||
@@ -42,2 +42,3 @@ export interface CAMLQueryOptions { | ||
lastModifiedBy: string; | ||
uniqueId: GuidValue; | ||
} | ||
@@ -62,2 +63,3 @@ export interface FolderListItemResult extends ListItemResult { | ||
}; | ||
uniqueId: GuidValue; | ||
} |
@@ -0,1 +1,2 @@ | ||
import { GuidValue } from '@omnia/fx/models'; | ||
export interface DocumentIdentifier { | ||
@@ -8,2 +9,3 @@ fileUrl: string; | ||
openOnWebUrl?: string; | ||
uniqueId: GuidValue; | ||
} |
@@ -6,3 +6,3 @@ import { Enums } from '../..'; | ||
queryText?: string; | ||
pickedDocumentUrls?: Array<string>; | ||
documentUniqueIds?: Array<string>; | ||
scope?: Enums.DocumentViewEnums.QueryScope; | ||
@@ -16,3 +16,2 @@ properties?: Array<string>; | ||
odmActivated?: boolean; | ||
libraryUrl?: string; | ||
} |
{ | ||
"name": "@omnia/dm", | ||
"license": "MIT", | ||
"version": "4.0.36-preview", | ||
"version": "4.0.37-preview", | ||
"description": "Omnia Document Management.", | ||
@@ -6,0 +6,0 @@ "scripts": { |
167834
3226