@activepieces/pieces-framework
Advanced tools
Comparing version 0.6.16 to 0.6.17
{ | ||
"name": "@activepieces/pieces-framework", | ||
"version": "0.6.16", | ||
"version": "0.6.17", | ||
"type": "commonjs", | ||
@@ -12,3 +12,3 @@ "dependencies": { | ||
"semver": "7.5.4", | ||
"@activepieces/shared": "0.8.1", | ||
"@activepieces/shared": "0.8.2", | ||
"tslib": "2.6.1" | ||
@@ -15,0 +15,0 @@ }, |
@@ -6,5 +6,3 @@ import { PropertyType } from "./property"; | ||
import { ValidationInputType } from "../validators/types"; | ||
export interface CustomAuthProps { | ||
[name: string]: ShortTextProperty<boolean> | LongTextProperty<boolean> | SecretTextProperty<boolean> | NumberProperty<boolean> | StaticDropdownProperty<unknown, boolean> | CheckboxProperty<boolean>; | ||
} | ||
export type CustomAuthProps = Record<string, ShortTextProperty<boolean> | LongTextProperty<boolean> | SecretTextProperty<boolean> | NumberProperty<boolean> | StaticDropdownProperty<unknown, boolean> | CheckboxProperty<boolean>>; | ||
export type CustomAuthPropertyValue<T extends CustomAuthProps> = StaticPropsValue<T>; | ||
@@ -11,0 +9,0 @@ export type CustomAuthPropertySchema<T extends CustomAuthProps> = BasePieceAuthSchema<CustomAuthPropertyValue<T>> & { |
78054
1140
+ Added@activepieces/shared@0.8.2(transitive)
- Removed@activepieces/shared@0.8.1(transitive)
Updated@activepieces/shared@0.8.2