@nextcloud/typings
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -5,2 +5,6 @@ # Changelog | ||
## 1.4.2 – 2022-04-29 | ||
### Added | ||
- Extract FilePickerFilter type to be available in v24 namespace | ||
## 1.4.1 – 2022-04-27 | ||
@@ -7,0 +11,0 @@ ### Fixed |
declare namespace Nextcloud.v24 { | ||
type FilePickerFilter = (entry: Nextcloud.v19.FileInfo) => boolean | ||
interface FilePickerOptions extends Nextcloud.v17.FilePickerOptions { | ||
filter: (entry: Nextcloud.v19.FileInfo) => boolean | ||
filter: FilePickerFilter | ||
} | ||
@@ -6,0 +8,0 @@ |
{ | ||
"name": "@nextcloud/typings", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Nextcloud TypeScript typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
48701
303