@agencebio/cartobio-types
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "@agencebio/cartobio-types", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"main": "types.d.ts", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -14,4 +14,4 @@ import { CertificationState, EtatProduction } from "../../enums"; | ||
version_name: string; | ||
certification_date_debut: Date; | ||
certification_date_fin: Date; | ||
certification_date_debut: string; | ||
certification_date_fin: string; | ||
certification_state: CertificationState; | ||
@@ -25,3 +25,3 @@ created_at: string; | ||
audit_demandes: string; | ||
audit_date: Date; | ||
audit_date: string; | ||
}; | ||
@@ -28,0 +28,0 @@ export type DBOperatorRecordWithParcelles = DBOperatorRecord & { |
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
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
11835
0