From 51eea634c9a96bc31323e2268223f785357ea4d3 Mon Sep 17 00:00:00 2001 From: Samir Ketema Date: Fri, 12 Jul 2024 09:40:13 -0700 Subject: [PATCH] regen sdk parameter types --- source/paramgen.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/paramgen.go b/source/paramgen.go index f3eb834..424aad8 100644 --- a/source/paramgen.go +++ b/source/paramgen.go @@ -54,8 +54,8 @@ func (Config) Parameters() map[string]sdk.Parameter { "retryGroupJoinErrors": { Default: "true", Description: "RetryGroupJoinErrors determines whether the connector will continually retry on group join errors.", - Type: config.ParameterTypeBool, - Validations: []config.Validation{}, + Type: sdk.ParameterTypeBool, + Validations: []sdk.Validation{}, }, "saslMechanism": { Default: "",