File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Changelog
4
4
5
+ ## [ 1.6.11] - 2025-07-02
6
+
7
+ ### Added
8
+
9
+ - Added ` stash ` to ` V1Component `
10
+
5
11
## [ 1.6.10] - 2025-07-01
6
12
7
13
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/sdk" ,
3
3
"type" : " module" ,
4
- "version" : " 1.6.10 " ,
4
+ "version" : " 1.6.11 " ,
5
5
"description" : " Pipedream SDK" ,
6
6
"main" : " ./dist/server.js" ,
7
7
"module" : " ./dist/server.js" ,
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ export type V1Component<T extends ConfigurableProps = any> = { // eslint-disable
234
234
configurable_props : T ;
235
235
description ?: string ;
236
236
component_type ?: string ;
237
+ stash ?: "optional" | "required" ;
237
238
} ;
238
239
239
240
export type V1DeployedComponent < T extends ConfigurableProps = any > = { // eslint-disable-line @typescript-eslint/no-explicit-any
You can’t perform that action at this time.
0 commit comments