Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Apr 11, 2024
1 parent acc1e1c commit 8a18988
Show file tree
Hide file tree
Showing 104 changed files with 3,237 additions and 2,370 deletions.
32 changes: 32 additions & 0 deletions accounts/aliases.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,41 @@ import (

type Error = apierror.Error

// This is an alias to an internal type.
type AuditLog = shared.AuditLog

// This is an alias to an internal type.
type AuditLogAction = shared.AuditLogAction

// This is an alias to an internal type.
type AuditLogActor = shared.AuditLogActor

// The type of actor, whether a User, Cloudflare Admin, or an Automated System.
//
// This is an alias to an internal type.
type AuditLogActorType = shared.AuditLogActorType

// This is an alias to an internal value.
const AuditLogActorTypeUser = shared.AuditLogActorTypeUser

// This is an alias to an internal value.
const AuditLogActorTypeAdmin = shared.AuditLogActorTypeAdmin

// This is an alias to an internal value.
const AuditLogActorTypeCloudflare = shared.AuditLogActorTypeCloudflare

// This is an alias to an internal type.
type AuditLogOwner = shared.AuditLogOwner

// This is an alias to an internal type.
type AuditLogResource = shared.AuditLogResource

// This is an alias to an internal type.
type ErrorData = shared.ErrorData

// This is an alias to an internal type.
type IamRole = shared.IamRole

// This is an alias to an internal type.
type ResponseInfo = shared.ResponseInfo

Expand Down
Loading

0 comments on commit 8a18988

Please sign in to comment.