@jitsu/types
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "@jitsu/types", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"author": "Jitsu Dev Team <dev@jitsu.com>", | ||
@@ -23,3 +23,3 @@ "description": "Types for Jitsu (👉 https://jitsu.com)", | ||
}, | ||
"gitHead": "82fbe5d15fbd1308e6c571961f9d4f8cb3644591" | ||
"gitHead": "ede64e6fc3d51e3f38315fde5633d385e0bc9178" | ||
} |
@@ -10,4 +10,6 @@ type ConfigParameterType = "string" | "int" | "json" | "boolean" | "password"; | ||
* Type of parameter | ||
* | ||
* Default is 'string' | ||
*/ | ||
type: ConfigParameterType; | ||
type?: ConfigParameterType; | ||
/** | ||
@@ -20,4 +22,6 @@ * Display name (for UI) | ||
* Either constant or function of current config | ||
* | ||
* Not required if not set | ||
*/ | ||
required: boolean; | ||
required?: boolean; | ||
/** | ||
@@ -24,0 +28,0 @@ * Default value (should be displayed by default) |
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
14311
371