We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4589841 commit 06afbecCopy full SHA for 06afbec
1 file changed
pkg/entities/requests/trigger.go
@@ -45,6 +45,7 @@ type TriggerRefreshRequest struct {
45
// Response types - matching Python SDK protocol exactly
46
type TriggerInvokeEventResponse struct {
47
Variables map[string]any `json:"variables"`
48
+ Cancelled bool `json:"cancelled" validate:"omitempty"`
49
}
50
51
type TriggerValidateProviderCredentialsResponse struct {
0 commit comments