Skip to content

Commit 73fb4c2

Browse files
feat(api): api update
1 parent 7c0279b commit 73fb4c2

File tree

101 files changed

+1550
-2
lines changed

Some content is hidden

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

101 files changed

+1550
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1793
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f7681635d53a6621672260d7c100544abb5ac1765e79a1050125ede065ddc3ce.yml
3-
openapi_spec_hash: a9bf548865fe679f0fd5946d8ac43dc3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b80363dff8a9093d4f64908a5266d96097c56e8b786850513ad10807e3f61441.yml
3+
openapi_spec_hash: 03f0955df4a358d12749e4d530a17fa6
44
config_hash: de4c81cee29cd7dd907279e8916b334f

abuse_reports/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

accounts/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

acm/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

addressing/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

ai/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

ai_gateway/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

alerting/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

api_gateway/aliases.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ const CertificateRequestTypeKeylessCertificate = shared.CertificateRequestTypeKe
8181
// This is an alias to an internal type.
8282
type CloudflareTunnel = shared.CloudflareTunnel
8383

84+
// Indicates if this is a locally or remotely configured tunnel. If `local`, manage
85+
// the tunnel using a YAML file on the origin machine. If `cloudflare`, manage the
86+
// tunnel on the Zero Trust dashboard.
87+
//
88+
// This is an alias to an internal type.
89+
type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc
90+
91+
// This is an alias to an internal value.
92+
const CloudflareTunnelConfigSrcLocal = shared.CloudflareTunnelConfigSrcLocal
93+
94+
// This is an alias to an internal value.
95+
const CloudflareTunnelConfigSrcCloudflare = shared.CloudflareTunnelConfigSrcCloudflare
96+
8497
// This is an alias to an internal type.
8598
type CloudflareTunnelConnection = shared.CloudflareTunnelConnection
8699

0 commit comments

Comments
 (0)