@iiif/presentation-3
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -451,3 +451,3 @@ // Generated by dts-bundle-generator v6.12.0 | ||
export type AnnotationCollectionOmittedTechnical = "type" | "format" | "profile" | "height" | "width" | "duration" | "viewingDirection" | "timeMode" | "motivation"; | ||
export type AnnotationCollectionOmittedDescriptive = "posterCanvas" | "accompanyingCanvas" | "placeholderCanvas" | "navDate" | "language"; | ||
export type AnnotationCollectionOmittedDescriptive = "accompanyingCanvas" | "placeholderCanvas" | "navDate" | "language"; | ||
export type AnnotationCollectionOmittedLinking = "services" | "partOf" | "start" | "supplementary"; | ||
@@ -470,3 +470,3 @@ export type AnnotationCollectionTechnical = OmitProperties<TechnicalProperties, AnnotationCollectionOmittedTechnical>; | ||
export type AnnotationPageOmittedTechnical = "type" | "format" | "profile" | "height" | "width" | "duration" | "viewingDirection" | "timeMode" | "motivation"; | ||
export type AnnotationPageOmittedDescriptive = "posterCanvas" | "accompanyingCanvas" | "placeholderCanvas" | "navDate" | "language"; | ||
export type AnnotationPageOmittedDescriptive = "accompanyingCanvas" | "placeholderCanvas" | "navDate" | "language"; | ||
export type AnnotationPageOmittedLinking = "services" | "partOf" | "start" | "supplementary"; | ||
@@ -680,9 +680,5 @@ export type AnnotationPageOmittedStructural = "annotations" | "structures"; | ||
accompanyingCanvas: Canvas; | ||
/** | ||
* @deprecated since 3.0-beta - use placeholderCanvas or accompanyingCanvas | ||
*/ | ||
posterCanvas: Canvas; | ||
}; | ||
export type AnnotationOmittedTechnical = "format" | "profile" | "height" | "width" | "duration" | "viewingDirection" | "motivation"; | ||
export type AnnotationOmittedDescriptive = "posterCanvas" | "accompanyingCanvas" | "placeholderCanvas" | "navDate" | "language" | "rights"; | ||
export type AnnotationOmittedDescriptive = "accompanyingCanvas" | "placeholderCanvas" | "navDate" | "language" | "rights"; | ||
export type AnnotationOmittedLinking = "services" | "start" | "supplementary"; | ||
@@ -689,0 +685,0 @@ export type AnnotationTechnical = OmitProperties<TechnicalProperties, AnnotationOmittedTechnical>; |
{ | ||
"name": "@iiif/presentation-3", | ||
"description": "IIIF Presentation v3.0 typescript types", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"source": "index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/presentation-3.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73022
996