Release v0.2.21 (#3848)
This commit is contained in:
committed by
GitHub
parent
46ee020b5d
commit
a22260f871
@@ -26,8 +26,8 @@ export class SkyvernClient {
|
||||
"x-api-key": _options?.apiKey,
|
||||
"X-Fern-Language": "JavaScript",
|
||||
"X-Fern-SDK-Name": "@skyvern/client",
|
||||
"X-Fern-SDK-Version": "0.2.20",
|
||||
"User-Agent": "@skyvern/client/0.2.20",
|
||||
"X-Fern-SDK-Version": "0.2.21",
|
||||
"User-Agent": "@skyvern/client/0.2.21",
|
||||
"X-Fern-Runtime": core.RUNTIME.type,
|
||||
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
||||
},
|
||||
|
||||
@@ -36,6 +36,9 @@ export interface WorkflowRunBlock {
|
||||
attachments?: string[];
|
||||
subject?: string;
|
||||
body?: string;
|
||||
instructions?: string;
|
||||
positive_descriptor?: string;
|
||||
negative_descriptor?: string;
|
||||
}
|
||||
|
||||
export namespace WorkflowRunBlock {
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const SDK_VERSION = "0.2.20";
|
||||
export const SDK_VERSION = "0.2.21";
|
||||
|
||||
Reference in New Issue
Block a user