feat: add run origin options, fix client code templates, buttons and badge styles
This commit is contained in:
@@ -103,8 +103,12 @@ export const deploymentEnvironment = pgEnum("deployment_environment", [
|
||||
export const workflowRunOrigin = pgEnum("workflow_run_origin", [
|
||||
"manual",
|
||||
"api",
|
||||
"public-share",
|
||||
]);
|
||||
|
||||
export const WorkflowRunOriginSchema = z.enum(workflowRunOrigin.enumValues);
|
||||
export type WorkflowRunOriginType = z.infer<typeof WorkflowRunOriginSchema>;
|
||||
|
||||
export const machineGPUOptions = pgEnum("machine_gpu", ["T4", "A10G", "A100"]);
|
||||
|
||||
export const machinesType = pgEnum("machine_type", [
|
||||
|
||||
Reference in New Issue
Block a user