From b40527595123c3d402ad7913b65aa735656a0433 Mon Sep 17 00:00:00 2001 From: Rokibul Hasan Date: Fri, 6 Dec 2024 18:52:36 +0600 Subject: [PATCH] Add `ResetDependencyPath`, `ResetOnChange`, `TemporaryPath` (#32) Signed-off-by: Rokibul Hasan --- types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types.go b/types.go index a109034..805d776 100644 --- a/types.go +++ b/types.go @@ -729,6 +729,9 @@ type SingleStepFormArray struct { Computed string `json:"computed,omitempty"` IsCreateDisabled bool `json:"isCreateDisabled,omitempty"` Disabled *StringBool `json:"disabled,omitempty"` + ResetDependencyPath string `json:"resetDependencyPath,omitempty"` + ResetOnChange bool `json:"resetOnChange,omitempty"` + TemporaryPath string `json:"temporaryPath,omitempty"` } type SingleStepFormArrayElement struct {