From 2fca1a8bd893c5357e2ff536f5423d070429670b Mon Sep 17 00:00:00 2001 From: Georges Haidar Date: Wed, 18 Sep 2024 12:18:05 +0100 Subject: [PATCH] chore: increase max method param threshold This change updates a the gen.yaml config field `maxMethodParams` to 20 to ensure that parameters across all operations are flattened into keyword arguments on corresponding SDK methods. --- .speakeasy/gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 8d06fad..8e1681a 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -33,7 +33,7 @@ python: shared: "" webhooks: "" inputModelSuffix: input - maxMethodParams: 4 + maxMethodParams: 20 methodArguments: infer-optional-args outputModelSuffix: output packageName: clerk-backend-api