Skip to content

Commit

Permalink
🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…
Browse files Browse the repository at this point in the history
…src/'

Before:
![image](https://github.com/user-attachments/assets/b1655bb8-34ab-4c85-b079-acffdeb5d562)

After:
![image](https://github.com/user-attachments/assets/ffb3c310-ac88-4f8a-9049-f1a44b3a0816)

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Add `terminate` action type to `ActionTypes` and `ReadableActionTypes` in `types.ts`.
>
>   - **Action Types**:
>     - Add `terminate` to `ActionTypes` and `ReadableActionTypes` in `types.ts`.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 08bc92e35312de00b2e7fb85624b41fc3b423f96. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
ykeremy committed Oct 8, 2024
1 parent 45013ad commit baf5221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skyvern-frontend/src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const ActionTypes = {
UploadFile: "upload_file",
complete: "complete",
wait: "wait",
terminate: "terminate",
} as const;

export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
Expand All @@ -211,6 +212,7 @@ export const ReadableActionTypes: {
upload_file: "Upload File",
complete: "Complete",
wait: "Wait",
terminate: "Terminate",
};

export type Option = {
Expand Down

0 comments on commit baf5221

Please sign in to comment.