Skip to content

Commit 81bf738

Browse files
stainless-app[bot]yjp20
authored andcommitted
feat(api): manual updates
1 parent bb5b4e3 commit 81bf738

File tree

6 files changed

+86
-681
lines changed

6 files changed

+86
-681
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 16
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-5b1aa28f402edb4885001020cbe8d80a75c8a1ed862498c9b52947941ffdc9da.yml
33
openapi_spec_hash: c4ba79686e8528f447a1d8a845b4b7a2
4-
config_hash: 15327b5f9491e03602ee091431ef0039
4+
config_hash: dc8eabe245186be74d322e567e637869

aliases.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ type paramObj = param.APIObject
1616

1717
type 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.
2026
type FileInputUnionParam = shared.FileInputUnionParam
2127

api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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

711
Response 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

4954
Methods:

0 commit comments

Comments
 (0)