@prismatic-io/spectral
Advanced tools
Comparing version 7.3.7 to 7.3.8
@@ -79,3 +79,3 @@ import { ConditionalExpression } from "./conditional-logic"; | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -92,3 +92,3 @@ export interface DataInputField extends BaseInputField { | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -105,3 +105,3 @@ export interface TextInputField extends BaseInputField { | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -118,3 +118,3 @@ export interface PasswordInputField extends BaseInputField { | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -131,3 +131,3 @@ export interface BooleanInputField extends BaseInputField { | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -147,3 +147,3 @@ /** Defines attributes of a CodeInputField. */ | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -159,3 +159,3 @@ /** Defines attributes of a ConditionalInputField. */ | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"] | null>; | ||
} | ||
@@ -171,3 +171,3 @@ /** Defines attributes of a ConnectionInputField. */ | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"] | null>; | ||
} | ||
@@ -195,3 +195,3 @@ export interface Connection { | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -207,3 +207,3 @@ /** Defines attributes of an ObjectFieldMapInputField. */ | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -219,3 +219,3 @@ /** Defines attributes of a JSONFormInputField. */ | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -231,3 +231,3 @@ /** Defines attributes of a DynamicObjectSelectionInputField */ | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -243,3 +243,3 @@ /** Defines attributes of a SelectedFieldInputField */ | ||
/** Clean function */ | ||
clean?: InputCleanFunction<NonNullable<this["default"]>>; | ||
clean?: InputCleanFunction<this["default"]>; | ||
} | ||
@@ -246,0 +246,0 @@ /** Defines a single Choice option for a InputField. */ |
{ | ||
"name": "@prismatic-io/spectral", | ||
"version": "7.3.7", | ||
"version": "7.3.8", | ||
"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
156869