@contrail/documents
Advanced tools
Comparing version 1.0.51 to 1.0.52
import { CropDefinition, LineDefinition, PositionDefinition, RotationDefinition } from './common'; | ||
import { Document } from './document'; | ||
export interface AlternateUrls { | ||
highResolution?: string; | ||
originalFile?: string; | ||
} | ||
export interface DocumentElement extends Document { | ||
@@ -10,2 +14,3 @@ id?: string; | ||
url?: string; | ||
alternateUrls?: AlternateUrls; | ||
propertyBindings?: any; | ||
@@ -12,0 +17,0 @@ lineDefinition?: LineDefinition; |
{ | ||
"name": "@contrail/documents", | ||
"version": "1.0.51", | ||
"version": "1.0.52", | ||
"description": "Documents library for contrail platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27294
785
0