@prismatic-io/spectral
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -14,3 +14,3 @@ /** | ||
import { TriggerOptionChoice } from "./TriggerDefinition"; | ||
import { TriggerPayload } from "./TriggerPayload"; | ||
import { TriggerPayload as _TriggerPayload } from "./TriggerPayload"; | ||
import { TriggerBaseResult, TriggerBranchingResult } from "./TriggerResult"; | ||
@@ -121,2 +121,3 @@ /** Defines attributes of a Component. */ | ||
export declare type TriggerPerformFunction = (context: ActionContext, payload: TriggerPayload, params: ActionInputParameters) => Promise<TriggerResult>; | ||
export declare type TriggerPayload = _TriggerPayload; | ||
export declare type InputField = DefaultInputField | CodeInputField; | ||
@@ -123,0 +124,0 @@ /** Defines attributes of a InputField. */ |
{ | ||
"name": "@prismatic-io/spectral", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Utility library for building Prismatic components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
100227
1863