@agencebio/rosetta-cultures
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -13,3 +13,3 @@ /** | ||
* @property {CepageCouleur} couleur | ||
* @property {String?} code_cpf | ||
* @property {String=} code_cpf | ||
* @property {Boolean} is_selectable | ||
@@ -16,0 +16,0 @@ */ |
@@ -18,3 +18,3 @@ "use strict"; | ||
* @property {CepageCouleur} couleur | ||
* @property {String?} code_cpf | ||
* @property {String=} code_cpf | ||
* @property {Boolean} is_selectable | ||
@@ -21,0 +21,0 @@ */ |
@@ -18,3 +18,3 @@ "use strict"; | ||
* @property {String} code_cpf_alias | ||
* @property {String?} code_bureau_veritas | ||
* @property {String=} code_bureau_veritas | ||
* @property {String[]} codes_geofolia | ||
@@ -36,3 +36,3 @@ * @property {Boolean} is_selectable | ||
* @param {String} code | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {?UnifiedCulture} | ||
@@ -87,3 +87,3 @@ */ | ||
* @param {String} code | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {UnifiedCulture[]} | ||
@@ -114,3 +114,3 @@ */ | ||
* @param {String} code | ||
* @returns {UnifiedCulture?} | ||
* @returns {UnifiedCulture|null} | ||
*/ | ||
@@ -180,3 +180,3 @@ function fromCodeGeofolia(code) { | ||
* @param {String} selector | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {UnifiedCulture[]} | ||
@@ -183,0 +183,0 @@ */ |
@@ -6,3 +6,3 @@ /** | ||
* @property {String} code_cpf_alias | ||
* @property {String?} code_bureau_veritas | ||
* @property {String=} code_bureau_veritas | ||
* @property {String[]} codes_geofolia | ||
@@ -24,6 +24,6 @@ * @property {Boolean} is_selectable | ||
* @param {String} code | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {?UnifiedCulture} | ||
*/ | ||
export function fromCodePac(code: string, precision: string | null): UnifiedCulture | null; | ||
export function fromCodePac(code: string, precision?: string | undefined): UnifiedCulture | null; | ||
/** | ||
@@ -45,6 +45,6 @@ * @param {String} code | ||
* @param {String} code | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {UnifiedCulture[]} | ||
*/ | ||
export function fromCodePacAll(code: string, precision?: string | null): UnifiedCulture[]; | ||
export function fromCodePacAll(code: string, precision?: string | undefined): UnifiedCulture[]; | ||
/** | ||
@@ -57,3 +57,3 @@ * @param {String} code | ||
* @param {String} code | ||
* @returns {UnifiedCulture?} | ||
* @returns {UnifiedCulture|null} | ||
*/ | ||
@@ -84,3 +84,3 @@ export function fromCodeGeofolia(code: string): UnifiedCulture | null; | ||
code_cpf_alias: string; | ||
code_bureau_veritas: string | null; | ||
code_bureau_veritas?: string | undefined; | ||
codes_geofolia: string[]; | ||
@@ -87,0 +87,0 @@ is_selectable: boolean; |
10
index.js
@@ -13,3 +13,3 @@ /** | ||
* @property {String} code_cpf_alias | ||
* @property {String?} code_bureau_veritas | ||
* @property {String=} code_bureau_veritas | ||
* @property {String[]} codes_geofolia | ||
@@ -33,3 +33,3 @@ * @property {Boolean} is_selectable | ||
* @param {String} code | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {?UnifiedCulture} | ||
@@ -80,3 +80,3 @@ */ | ||
* @param {String} code | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {UnifiedCulture[]} | ||
@@ -104,3 +104,3 @@ */ | ||
* @param {String} code | ||
* @returns {UnifiedCulture?} | ||
* @returns {UnifiedCulture|null} | ||
*/ | ||
@@ -170,3 +170,3 @@ export function fromCodeGeofolia (code) { | ||
* @param {String} selector | ||
* @param {String?} precision | ||
* @param {String=} precision | ||
* @returns {UnifiedCulture[]} | ||
@@ -173,0 +173,0 @@ */ |
{ | ||
"name": "@agencebio/rosetta-cultures", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Traduction des codes cultures de la CPF vers la PAC vers des nomenclatures d'organismes de certification, et vice-versa.", | ||
@@ -5,0 +5,0 @@ "main": "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
2703806