File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33# Changelog
44
5+ ## [ 1.3.4] - 2025-03-12
6+
7+ ### Changed
8+
9+ - Added ` description ` and ` component_type ` to ` V1Component `
10+
511## [ 1.3.3] - 2025-02-5
612
713### Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/sdk" ,
33 "type" : " module" ,
4- "version" : " 1.3.3 " ,
4+ "version" : " 1.3.4 " ,
55 "description" : " Pipedream SDK" ,
66 "main" : " ./dist/server.js" ,
77 "module" : " ./dist/server.js" ,
Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ export type ConfiguredProps<T extends ConfigurableProps> = {
9090// as returned by API (configurable_props_json from `afterSave`)
9191export type V1Component < T extends ConfigurableProps = any > = { // eslint-disable-line @typescript-eslint/no-explicit-any
9292 name : string ;
93+ description : string ;
94+ component_type : string ;
9395 key : string ;
9496 version : string ;
9597 configurable_props : T ;
You can’t perform that action at this time.
0 commit comments