chore: Use argument option also for action substep argument
This commit is contained in:
@@ -77,7 +77,7 @@ type ActionSubstepArgument {
|
|||||||
description: String
|
description: String
|
||||||
required: Boolean
|
required: Boolean
|
||||||
variables: Boolean
|
variables: Boolean
|
||||||
options: [ActionSubstepArgumentOption]
|
options: [ArgumentOption]
|
||||||
source: ActionSubstepArgumentSource
|
source: ActionSubstepArgumentSource
|
||||||
dependsOn: [String]
|
dependsOn: [String]
|
||||||
}
|
}
|
||||||
@@ -88,11 +88,6 @@ type ActionSubstepArgumentSource {
|
|||||||
arguments: [ActionSubstepArgumentSourceArgument]
|
arguments: [ActionSubstepArgumentSourceArgument]
|
||||||
}
|
}
|
||||||
|
|
||||||
type ActionSubstepArgumentOption {
|
|
||||||
label: String
|
|
||||||
value: JSONObject
|
|
||||||
}
|
|
||||||
|
|
||||||
type ActionSubstepArgumentSourceArgument {
|
type ActionSubstepArgumentSourceArgument {
|
||||||
name: String
|
name: String
|
||||||
value: String
|
value: String
|
||||||
|
Reference in New Issue
Block a user