@agencebio/cartobio-types
Advanced tools
Comparing version 1.4.6 to 1.5.0
@@ -9,3 +9,6 @@ import {Feature, FeatureCollection, Polygon} from "geojson"; | ||
anneeAssolement: number; | ||
commentaire?: string; | ||
dateAudit: string; | ||
dateCertificationDebut?: string; | ||
dateCertificationFin?: string; | ||
numeroPacage: number | string; | ||
@@ -27,4 +30,6 @@ parcelles: InputApiParcelle[]; | ||
codeCPF: string; | ||
dateSemis?: string | undefined; | ||
variete?: string | undefined; | ||
quantite: number | string; | ||
unite?: 'ha' | '%' | ||
}; | ||
@@ -31,0 +36,0 @@ |
@@ -49,3 +49,3 @@ import {Feature, FeatureCollection, Polygon} from "geojson"; | ||
surface?: string | number | undefined; | ||
unit?: string | undefined; | ||
unit?: '%' | 'ha' | undefined; | ||
date_semis?: string | undefined; | ||
@@ -52,0 +52,0 @@ }; |
{ | ||
"name": "@agencebio/cartobio-types", | ||
"version": "1.4.6", | ||
"version": "1.5.0", | ||
"main": "types.d.ts", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
12017
403