Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.speakeasy/reports
.env
.env.local
obj/
Expand Down
2,155 changes: 1,086 additions & 1,069 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ generation:
securityFeb2025: true
sharedErrorComponentsApr2025: true
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
Expand All @@ -29,7 +30,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
csharp:
version: 0.9.2
version: 0.9.3
additionalDependencies: []
author: stackone
baseErrorName: StackOneError
Expand All @@ -38,6 +39,7 @@ csharp:
disableNamespacePascalCasingApr2024: true
dotnetVersion: net8.0
enableCancellationToken: false
enableFormatting: false
enableSourceLink: true
flattenGlobalSecurity: true
flatteningOrder: parameters-first
Expand Down
Loading