@directus/types
Advanced tools
Comparing version 10.1.5 to 10.1.6-beta.0
@@ -18,2 +18,3 @@ import type { Table } from '@directus/schema'; | ||
preview_url: string | null; | ||
branches_enabled: boolean; | ||
sort_field: string | null; | ||
@@ -20,0 +21,0 @@ archive_field: string | null; |
export * from './accountability.js'; | ||
export * from './branches.js'; | ||
export * from './collection.js'; | ||
@@ -3,0 +4,0 @@ export * from './displays.js'; |
export * from './accountability.js'; | ||
export * from './branches.js'; | ||
export * from './collection.js'; | ||
@@ -3,0 +4,0 @@ export * from './displays.js'; |
@@ -10,2 +10,3 @@ import type { Filter } from './filter.js'; | ||
search?: string | null; | ||
branch?: string | null; | ||
export?: 'json' | 'csv' | 'xml' | null; | ||
@@ -12,0 +13,0 @@ group?: string[] | null; |
{ | ||
"name": "@directus/types", | ||
"version": "10.1.5", | ||
"version": "10.1.6-beta.0", | ||
"description": "Shared types for Directus", | ||
@@ -33,3 +33,3 @@ "homepage": "https://directus.io", | ||
"zod": "3.21.4", | ||
"@directus/constants": "10.2.3", | ||
"@directus/constants": "10.2.4-beta.0", | ||
"@directus/schema": "10.0.2" | ||
@@ -36,0 +36,0 @@ }, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
33025
63
939
1
+ Added@directus/constants@10.2.4-beta.0(transitive)
- Removed@directus/constants@10.2.3(transitive)