Skip to content

Commit

Permalink
Schema updates for tool request models
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Sep 23, 2024
1 parent 35db5e9 commit 9b612a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tool_shed/webapp/frontend/src/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,8 @@ export interface components {
}
/** DataColumnParameterModel */
DataColumnParameterModel: {
/** Accept Default */
accept_default: boolean
/** Argument */
argument?: string | null
/** Help */
Expand Down Expand Up @@ -1261,6 +1263,8 @@ export interface components {
* @enum {string}
*/
parameter_type: "gx_data_column"
/** Value */
value: number | number[] | null
}
/** DataParameterModel */
DataParameterModel: {
Expand Down

0 comments on commit 9b612a4

Please sign in to comment.