Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 520bb0a

Browse files
committedMar 13, 2025
feat(internal): support documentation_url and source.pointer in error responses (#3980)
1 parent 1719eb7 commit 520bb0a

File tree

94 files changed

+308
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+308
-8
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1574
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-910e453f02c2ca7c0cf82f5915f8d8755da7c88c8701ba25bb50664c7a6e89fa.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ffe03665c4798e7ab37d35bd83bef596085067a302eb616e434136543f34d235.yml

‎abuse_reports/aliases.go

+3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ const CloudflareTunnelTunTypeCNI = shared.CloudflareTunnelTunTypeCNI
133133
// This is an alias to an internal type.
134134
type ErrorData = shared.ErrorData
135135

136+
// This is an alias to an internal type.
137+
type ErrorDataSource = shared.ErrorDataSource
138+
136139
// This is an alias to an internal type.
137140
type Member = shared.Member
138141

0 commit comments

Comments
 (0)
Please sign in to comment.