Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
feat: add force to UnmanagedAccessCodeConvertToManagedRequest and Unm…
Browse files Browse the repository at this point in the history
…anagedAccessCodeUpdateRequest (#294)
  • Loading branch information
itelo authored Nov 9, 2023
1 parent 482f3a4 commit 5b4aa5e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/interfaces/EventGetRequest.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/interfaces/EventsListRequest.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 27 additions & 25 deletions docs/modules.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/types/route-requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,13 @@ export type UnmanagedAccessCodesListRequest = {
export type UnmanagedAccessCodeUpdateRequest = {
access_code_id: string
is_managed: true
force?: boolean
}

export type UnmanagedAccessCodeConvertToManagedRequest = {
access_code_id: string
allow_external_modification?: boolean
force?: boolean
}

export type PullBackupAccessCodeRequest = {
Expand Down

0 comments on commit 5b4aa5e

Please sign in to comment.