File tree Expand file tree Collapse file tree 6 files changed +86
-681
lines changed
Expand file tree Collapse file tree 6 files changed +86
-681
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 16
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-5b1aa28f402edb4885001020cbe8d80a75c8a1ed862498c9b52947941ffdc9da.yml
33openapi_spec_hash : c4ba79686e8528f447a1d8a845b4b7a2
4- config_hash : 15327b5f9491e03602ee091431ef0039
4+ config_hash : dc8eabe245186be74d322e567e637869
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ type paramObj = param.APIObject
1616
1717type Error = apierror.Error
1818
19+ // This is an alias to an internal type.
20+ type Commit = shared.Commit
21+
22+ // This is an alias to an internal type.
23+ type CommitRepo = shared.CommitRepo
24+
1925// This is an alias to an internal type.
2026type FileInputUnionParam = shared.FileInputUnionParam
2127
Original file line number Diff line number Diff line change 22
33- <a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go/shared " >shared</a >.<a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go/shared#FileInputUnionParam " >FileInputUnionParam</a >
44
5+ # Shared Response Types
6+
7+ - <a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go/shared " >shared</a >.<a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go/shared#Commit " >Commit</a >
8+
59# Projects
610
711Response Types:
@@ -44,6 +48,7 @@ Response Types:
4448
4549- <a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go " >stainless</a >.<a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go#BuildObject " >BuildObject</a >
4650- <a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go " >stainless</a >.<a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go#BuildTarget " >BuildTarget</a >
51+ - <a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go " >stainless</a >.<a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go#CheckStepUnion " >CheckStepUnion</a >
4752- <a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go " >stainless</a >.<a href =" https://pkg.go.dev/github.com/stainless-api/stainless-api-go#BuildCompareResponse " >BuildCompareResponse</a >
4853
4954Methods:
You can’t perform that action at this time.
0 commit comments