Skip to content

Commit

Permalink
Sync alphalib
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Feb 10, 2025
1 parent 5cc5080 commit 60e651b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/alphalib/types/assemblyStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const assemblyStatusUploadSchema = z
queue_time: z.number().optional(),
exec_time: z.number().optional(),
import_url: z.string().optional(),
cost: z.number().nullable().optional(),
})
.strict()
export type AssemblyStatusUpload = z.infer<typeof assemblyStatusUploadSchema>
Expand Down
1 change: 1 addition & 0 deletions src/alphalib/types/robots/digitalocean-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Object Metadata can be specified using \`x-amz-meta-*\` headers. Note that these
sign_urls_for: z.number().int().min(0).optional().describe(`
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.
`),
space: z.string().optional(),
})
.strict()

Expand Down

0 comments on commit 60e651b

Please sign in to comment.