@sketch-hq/sketch-assistant-types
Advanced tools
Comparing version 6.4.0 to 6.5.0
# @sketch-hq/sketch-assistant-types | ||
## 6.5.0 | ||
### Minor Changes | ||
- 54a3ab9: Add `buildAssistantConfigurationSchema` to get JSON Schema describing entire Assistant | ||
configuration shape. | ||
## 6.4.0 | ||
@@ -4,0 +11,0 @@ |
@@ -683,2 +683,6 @@ import FileFormat from '@sketch-hq/sketch-file-format-ts'; | ||
/** | ||
* Creates the configuration JSON Schema for the given assistant definition. | ||
*/ | ||
export declare type AssistantConfigSchemaCreator = (assistant: AssistantDefinition) => JSONSchema7; | ||
/** | ||
* User-defined rule options with these names are forbidden. | ||
@@ -721,3 +725,3 @@ */ | ||
export declare type RuleOption = string | number | boolean | string[] | { | ||
[key: string]: Maybe<string | number | boolean | string[]>; | ||
[key: string]: string | number | boolean | string[]; | ||
}[]; | ||
@@ -724,0 +728,0 @@ /** |
{ | ||
"name": "@sketch-hq/sketch-assistant-types", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"main": "dist/types", | ||
@@ -5,0 +5,0 @@ "types": "dist/types", |
Sorry, the diff of this file is not supported yet
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
46567
868