Skip to content

Commit

Permalink
feat(api): clean up missing model references (#3591)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 12, 2024
1 parent 83c31e0 commit 63f8ed8
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 723 deletions.
16 changes: 10 additions & 6 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3524,8 +3524,14 @@ Methods:

## PCAPs

Params Types:

- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPFilterParam">PCAPFilterParam</a>

Response Types:

- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAP">PCAP</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPFilter">PCAPFilter</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPNewResponse">PCAPNewResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPListResponse">PCAPListResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPGetResponse">PCAPGetResponse</a>
Expand All @@ -3540,16 +3546,14 @@ Methods:

Response Types:

- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipNewResponse">PCAPOwnershipNewResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipGetResponse">PCAPOwnershipGetResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipValidateResponse">PCAPOwnershipValidateResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#Ownership">Ownership</a>

Methods:

- <code title="post /accounts/{account_id}/pcaps/ownership">client.MagicTransit.PCAPs.Ownership.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipService.New">New</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, params <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipNewParams">PCAPOwnershipNewParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipNewResponse">PCAPOwnershipNewResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="post /accounts/{account_id}/pcaps/ownership">client.MagicTransit.PCAPs.Ownership.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipService.New">New</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, params <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipNewParams">PCAPOwnershipNewParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#Ownership">Ownership</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="delete /accounts/{account_id}/pcaps/ownership/{ownership_id}">client.MagicTransit.PCAPs.Ownership.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipService.Delete">Delete</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, ownershipID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipDeleteParams">PCAPOwnershipDeleteParams</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
- <code title="get /accounts/{account_id}/pcaps/ownership">client.MagicTransit.PCAPs.Ownership.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, query <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipGetParams">PCAPOwnershipGetParams</a>) ([]<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipGetResponse">PCAPOwnershipGetResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="post /accounts/{account_id}/pcaps/ownership/validate">client.MagicTransit.PCAPs.Ownership.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipService.Validate">Validate</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, params <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipValidateParams">PCAPOwnershipValidateParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipValidateResponse">PCAPOwnershipValidateResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="get /accounts/{account_id}/pcaps/ownership">client.MagicTransit.PCAPs.Ownership.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, query <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipGetParams">PCAPOwnershipGetParams</a>) ([]<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#Ownership">Ownership</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="post /accounts/{account_id}/pcaps/ownership/validate">client.MagicTransit.PCAPs.Ownership.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipService.Validate">Validate</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, params <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#PCAPOwnershipValidateParams">PCAPOwnershipValidateParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit">magic_transit</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v3/magic_transit#Ownership">Ownership</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>

### Download

Expand Down
Loading

0 comments on commit 63f8ed8

Please sign in to comment.