@skyvern/client 0.2.23 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,6 +5,23 @@
5
5
 
6
6
  The Skyvern TypeScript library provides convenient access to the Skyvern APIs from TypeScript.
7
7
 
8
+ ## Table of Contents
9
+
10
+ - [Installation](#installation)
11
+ - [Reference](#reference)
12
+ - [Usage](#usage)
13
+ - [Request and Response Types](#request-and-response-types)
14
+ - [Exception Handling](#exception-handling)
15
+ - [Advanced](#advanced)
16
+ - [Additional Headers](#additional-headers)
17
+ - [Additional Query String Parameters](#additional-query-string-parameters)
18
+ - [Retries](#retries)
19
+ - [Timeouts](#timeouts)
20
+ - [Aborting Requests](#aborting-requests)
21
+ - [Access Raw Response Data](#access-raw-response-data)
22
+ - [Runtime Compatibility](#runtime-compatibility)
23
+ - [Contributing](#contributing)
24
+
8
25
  ## Installation
9
26
 
10
27
  ```sh
@@ -31,7 +48,7 @@ await client.runTask({
31
48
  });
32
49
  ```
33
50
 
34
- ## Request And Response Types
51
+ ## Request and Response Types
35
52
 
36
53
  The SDK exports all request and response types as TypeScript interfaces. Simply import them with the
37
54
  following namespace:
@@ -58,8 +58,8 @@ class SkyvernClient {
58
58
  "x-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
59
59
  "X-Fern-Language": "JavaScript",
60
60
  "X-Fern-SDK-Name": "@skyvern/client",
61
- "X-Fern-SDK-Version": "0.2.23",
62
- "User-Agent": "@skyvern/client/0.2.23",
61
+ "X-Fern-SDK-Version": "1.0.0",
62
+ "User-Agent": "@skyvern/client/1.0.0",
63
63
  "X-Fern-Runtime": core.RUNTIME.type,
64
64
  "X-Fern-Runtime-Version": core.RUNTIME.version,
65
65
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.2.23";
1
+ export declare const SDK_VERSION = "1.0.0";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.2.23";
4
+ exports.SDK_VERSION = "1.0.0";
@@ -22,8 +22,8 @@ export class SkyvernClient {
22
22
  "x-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
23
23
  "X-Fern-Language": "JavaScript",
24
24
  "X-Fern-SDK-Name": "@skyvern/client",
25
- "X-Fern-SDK-Version": "0.2.23",
26
- "User-Agent": "@skyvern/client/0.2.23",
25
+ "X-Fern-SDK-Version": "1.0.0",
26
+ "User-Agent": "@skyvern/client/1.0.0",
27
27
  "X-Fern-Runtime": core.RUNTIME.type,
28
28
  "X-Fern-Runtime-Version": core.RUNTIME.version,
29
29
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.2.23";
1
+ export declare const SDK_VERSION = "1.0.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.2.23";
1
+ export const SDK_VERSION = "1.0.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyvern/client",
3
- "version": "0.2.23",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",