enonic-types
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,3 +6,3 @@ export interface ContentLibrary { | ||
modify<A>(params: ModifyContentParams<A>): Content<A>; | ||
delete(params: DeleteContentParams): void; | ||
delete(params: DeleteContentParams): boolean; | ||
publish(params: PublishContentParams): PublishResponse; | ||
@@ -9,0 +9,0 @@ unpublish(params: UnpublishContentParams): ReadonlyArray<string>; |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
28958