diff --git a/types.go b/types.go index 5f6d49f..4c48b88 100644 --- a/types.go +++ b/types.go @@ -738,6 +738,7 @@ type SingleStepFormArray struct { ResetDependencyPath string `json:"resetDependencyPath,omitempty"` ResetOnChange bool `json:"resetOnChange,omitempty"` TemporaryPath string `json:"temporaryPath,omitempty"` + HideDetailsButton bool `json:"hideDetailsButton,omitempty"` } type SingleStepFormArrayElement struct {