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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.env
.env.local
# .gitignore
.DS_Store
**/.speakeasy/temp/
Expand Down
397 changes: 362 additions & 35 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
hoistGlobalSecurity: true
sdkHooksConfigAccess: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
go:
version: 0.1.0
version: 0.2.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
baseErrorName: MiddayError
Expand All @@ -41,11 +45,15 @@ go:
operations: models/operations
shared: models/components
webhooks: models/webhooks
includeEmptyObjects: false
inputModelSuffix: input
maxMethodParams: 4
methodArguments: require-security-and-request
modulePath: ""
nullableOptionalWrapper: false
outputModelSuffix: output
packageName: github.com/midday-ai/midday-go
respectRequiredFields: false
responseFormat: envelope-http
sdkPackageName: ""
unionDeserializationStrategy: left-to-right
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.606.0
speakeasyVersion: 1.657.0
sources:
Midday-OAS:
sourceNamespace: midday-api
sourceRevisionDigest: sha256:f914bc30ad4ad47a5888b409e12b3dde9ccf093bf10ea24be3416a97ab950e4e
sourceBlobDigest: sha256:e4822e044b4565fa816fe6cdd727bc82ccbac8008057a1da0e440106d8c3a87a
sourceRevisionDigest: sha256:ec0531072e6255230022481a20681d2e2807aa4790d88a9e6cc7955b40428800
sourceBlobDigest: sha256:7d8c1d820eeeca2a44fc889957658e75e71f8a880eddc9492eec72df160c794f
tags:
- latest
- speakeasy-sdk-regen-1749687693
- speakeasy-sdk-regen-1758759628
targets:
midday:
source: Midday-OAS
sourceNamespace: midday-api
sourceRevisionDigest: sha256:f914bc30ad4ad47a5888b409e12b3dde9ccf093bf10ea24be3416a97ab950e4e
sourceBlobDigest: sha256:e4822e044b4565fa816fe6cdd727bc82ccbac8008057a1da0e440106d8c3a87a
sourceRevisionDigest: sha256:ec0531072e6255230022481a20681d2e2807aa4790d88a9e6cc7955b40428800
sourceBlobDigest: sha256:7d8c1d820eeeca2a44fc889957658e75e71f8a880eddc9492eec72df160c794f
codeSamplesNamespace: midday-oas-go-code-samples
codeSamplesRevisionDigest: sha256:c37ffda8783f0a2730b2ec00b348ad1050a6a4e106c6422a080115f6cbaf6ffc
codeSamplesRevisionDigest: sha256:c1593e8982ccbd710e6c51b1dd8c2d7c33ab1dce626033b953ee528f215161c5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading