From dc19488f9676c4636c2fe0d9448d4d93da733b9e Mon Sep 17 00:00:00 2001 From: Kiran K Date: Mon, 1 Jul 2024 18:24:46 +0530 Subject: [PATCH 1/2] chore: Update maxMethodParams to 0 in gen.yaml file --- .speakeasy/gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 12eefbc..1ebb90c 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -30,7 +30,7 @@ python: shared: models/components webhooks: models/webhooks inputModelSuffix: input - maxMethodParams: 4 + maxMethodParams: 0 methodArguments: require-security-and-request outputModelSuffix: output packageName: dub From 18e08c663d1e733c44ec2016981b2f7450c25ab3 Mon Sep 17 00:00:00 2001 From: Kiran K Date: Mon, 1 Jul 2024 18:26:19 +0530 Subject: [PATCH 2/2] chore: Update responseFormat to 'flat' in gen.yaml file --- .speakeasy/gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 1ebb90c..752a3f5 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -35,5 +35,5 @@ python: outputModelSuffix: output packageName: dub projectUrls: {} - responseFormat: envelope-http + responseFormat: flat templateVersion: v1