Skip to content

Commit

Permalink
Add ResetDependencyPath, ResetOnChange, TemporaryPath (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Dec 6, 2024
1 parent 5604162 commit b405275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b405275

Please sign in to comment.