@activepieces/pieces-framework
Advanced tools
Comparing version 0.7.22 to 0.7.23
{ | ||
"name": "@activepieces/pieces-framework", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"type": "commonjs", | ||
@@ -13,3 +13,3 @@ "dependencies": { | ||
"semver": "7.6.0", | ||
"@activepieces/shared": "0.10.91", | ||
"@activepieces/shared": "0.10.92", | ||
"tslib": "2.6.1" | ||
@@ -16,0 +16,0 @@ }, |
@@ -56,2 +56,3 @@ /// <reference types="node" /> | ||
}; | ||
searchValue?: string; | ||
}; | ||
@@ -58,0 +59,0 @@ export type ServerContext = { |
@@ -15,2 +15,3 @@ import { BasePropertySchema, TPropertyValue } from "../common"; | ||
refreshers: string[]; | ||
refreshOnSearch?: boolean; | ||
options: DynamicDropdownOptions<T>; | ||
@@ -17,0 +18,0 @@ } & TPropertyValue<T, PropertyType.DROPDOWN, ValidationInputType.ANY, R>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
347955
4197
+ Added@activepieces/shared@0.10.92(transitive)
- Removed@activepieces/shared@0.10.91(transitive)
Updated@activepieces/shared@0.10.92