Skip to content

Commit 4f93083

Browse files
authored
feat(domain): add a new task type for moving project (#828)
1 parent d0f0a41 commit 4f93083

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/clients/src/api/domain/v2beta1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export type TaskType =
208208
| 'create_host'
209209
| 'update_host'
210210
| 'delete_host'
211+
| 'move_project'
211212

212213
export interface AvailableDomain {
213214
domain: string

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ export type GetFunctionUploadURLRequest = {
673673
region?: Region
674674
/** UUID of the function to get the upload URL for. */
675675
functionId: string
676+
/** Size of the archive to upload in bytes. */
676677
contentLength: number
677678
}
678679

0 commit comments

Comments
 (0)