diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 37878a7f..276175b8 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -20,7 +20,7 @@ csharp: defaultErrorName: APIException disableNamespacePascalCasingApr2024: true dotnetVersion: net8.0 - enableSourceLink: false + enableSourceLink: true flattenGlobalSecurity: true flatteningOrder: parameters-first imports: @@ -31,12 +31,12 @@ csharp: operations: Models/Requests shared: Models/Components webhooks: Models/Webhooks - includeDebugSymbols: false + includeDebugSymbols: true inputModelSuffix: input maxMethodParams: 4 methodArguments: infer-optional-args outputModelSuffix: output - packageName: Unify - packageTags: "" + packageName: ApiDeckSdk + packageTags: sdk apideck client responseFormat: envelope-http sourceDirectory: src