Skip to content

Commit 60e651b

Browse files
committed
Sync alphalib
1 parent 5cc5080 commit 60e651b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/alphalib/types/assemblyStatus.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const assemblyStatusUploadSchema = z
157157
queue_time: z.number().optional(),
158158
exec_time: z.number().optional(),
159159
import_url: z.string().optional(),
160+
cost: z.number().nullable().optional(),
160161
})
161162
.strict()
162163
export type AssemblyStatusUpload = z.infer<typeof assemblyStatusUploadSchema>

src/alphalib/types/robots/digitalocean-store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Object Metadata can be specified using \`x-amz-meta-*\` headers. Note that these
6666
sign_urls_for: z.number().int().min(0).optional().describe(`
6767
This parameter provides signed URLs in the result JSON (in the \`signed_ssl_url\` property). The number that you set this parameter to is the URL expiry time in seconds. If this parameter is not used, no URL signing is done.
6868
`),
69+
space: z.string().optional(),
6970
})
7071
.strict()
7172

0 commit comments

Comments
 (0)