@skyvern/client 1.0.20 → 1.0.22

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.
@@ -56,8 +56,8 @@ class SkyvernClient {
56
56
  "x-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
57
57
  "X-Fern-Language": "JavaScript",
58
58
  "X-Fern-SDK-Name": "@skyvern/client",
59
- "X-Fern-SDK-Version": "1.0.20",
60
- "User-Agent": "@skyvern/client/1.0.20",
59
+ "X-Fern-SDK-Version": "1.0.22",
60
+ "User-Agent": "@skyvern/client/1.0.22",
61
61
  "X-Fern-Runtime": core.RUNTIME.type,
62
62
  "X-Fern-Runtime-Version": core.RUNTIME.version,
63
63
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -13,4 +13,8 @@ export interface ForLoopBlock {
13
13
  loop_over?: Skyvern.ForLoopBlockLoopOver;
14
14
  loop_variable_reference?: string;
15
15
  complete_if_empty?: boolean;
16
+ data_schema?: ForLoopBlock.DataSchema;
17
+ }
18
+ export declare namespace ForLoopBlock {
19
+ type DataSchema = Record<string, unknown> | string;
16
20
  }
@@ -11,4 +11,8 @@ export interface ForLoopBlockYaml {
11
11
  loop_over_parameter_key?: string;
12
12
  loop_variable_reference?: string;
13
13
  complete_if_empty?: boolean;
14
+ data_schema?: ForLoopBlockYaml.DataSchema;
15
+ }
16
+ export declare namespace ForLoopBlockYaml {
17
+ type DataSchema = Record<string, unknown> | string;
14
18
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.0.20";
1
+ export declare const SDK_VERSION = "1.0.22";
@@ -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 = "1.0.20";
4
+ exports.SDK_VERSION = "1.0.22";
@@ -20,8 +20,8 @@ export class SkyvernClient {
20
20
  "x-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
21
21
  "X-Fern-Language": "JavaScript",
22
22
  "X-Fern-SDK-Name": "@skyvern/client",
23
- "X-Fern-SDK-Version": "1.0.20",
24
- "User-Agent": "@skyvern/client/1.0.20",
23
+ "X-Fern-SDK-Version": "1.0.22",
24
+ "User-Agent": "@skyvern/client/1.0.22",
25
25
  "X-Fern-Runtime": core.RUNTIME.type,
26
26
  "X-Fern-Runtime-Version": core.RUNTIME.version,
27
27
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -13,4 +13,8 @@ export interface ForLoopBlock {
13
13
  loop_over?: Skyvern.ForLoopBlockLoopOver;
14
14
  loop_variable_reference?: string;
15
15
  complete_if_empty?: boolean;
16
+ data_schema?: ForLoopBlock.DataSchema;
17
+ }
18
+ export declare namespace ForLoopBlock {
19
+ type DataSchema = Record<string, unknown> | string;
16
20
  }
@@ -11,4 +11,8 @@ export interface ForLoopBlockYaml {
11
11
  loop_over_parameter_key?: string;
12
12
  loop_variable_reference?: string;
13
13
  complete_if_empty?: boolean;
14
+ data_schema?: ForLoopBlockYaml.DataSchema;
15
+ }
16
+ export declare namespace ForLoopBlockYaml {
17
+ type DataSchema = Record<string, unknown> | string;
14
18
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.0.20";
1
+ export declare const SDK_VERSION = "1.0.22";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.0.20";
1
+ export const SDK_VERSION = "1.0.22";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyvern/client",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",