@airweave/sdk 0.7.0 → 0.7.1

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
@@ -7,6 +7,25 @@ The Airweave TypeScript library provides convenient access to the Airweave APIs
7
7
 
8
8
  ## Table of Contents
9
9
 
10
+ - [Table of Contents](#table-of-contents)
11
+ - [Installation](#installation)
12
+ - [Reference](#reference)
13
+ - [Usage](#usage)
14
+ - [Framework Tracking](#framework-tracking)
15
+ - [Request and Response Types](#request-and-response-types)
16
+ - [Exception Handling](#exception-handling)
17
+ - [Advanced](#advanced)
18
+ - [Additional Headers](#additional-headers)
19
+ - [Additional Query String Parameters](#additional-query-string-parameters)
20
+ - [Retries](#retries)
21
+ - [Timeouts](#timeouts)
22
+ - [Aborting Requests](#aborting-requests)
23
+ - [Access Raw Response Data](#access-raw-response-data)
24
+ - [Runtime Compatibility](#runtime-compatibility)
25
+ - [Contributing](#contributing)
26
+
27
+ ## Table of Contents
28
+
10
29
  - [Installation](#installation)
11
30
  - [Reference](#reference)
12
31
  - [Usage](#usage)
@@ -49,8 +49,8 @@ class AirweaveSDKClient {
49
49
  "X-Framework-Version": _options === null || _options === void 0 ? void 0 : _options.frameworkVersion,
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "@airweave/sdk",
52
- "X-Fern-SDK-Version": "v0.7.0",
53
- "User-Agent": "@airweave/sdk/v0.7.0",
52
+ "X-Fern-SDK-Version": "v0.7.1",
53
+ "User-Agent": "@airweave/sdk/v0.7.1",
54
54
  "X-Fern-Runtime": core.RUNTIME.type,
55
55
  "X-Fern-Runtime-Version": core.RUNTIME.version,
56
56
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.7.0";
1
+ export declare const SDK_VERSION = "v0.7.1";
@@ -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 = "v0.7.0";
4
+ exports.SDK_VERSION = "v0.7.1";
@@ -13,8 +13,8 @@ export class AirweaveSDKClient {
13
13
  "X-Framework-Version": _options === null || _options === void 0 ? void 0 : _options.frameworkVersion,
14
14
  "X-Fern-Language": "JavaScript",
15
15
  "X-Fern-SDK-Name": "@airweave/sdk",
16
- "X-Fern-SDK-Version": "v0.7.0",
17
- "User-Agent": "@airweave/sdk/v0.7.0",
16
+ "X-Fern-SDK-Version": "v0.7.1",
17
+ "User-Agent": "@airweave/sdk/v0.7.1",
18
18
  "X-Fern-Runtime": core.RUNTIME.type,
19
19
  "X-Fern-Runtime-Version": core.RUNTIME.version,
20
20
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.7.0";
1
+ export declare const SDK_VERSION = "v0.7.1";
@@ -1 +1 @@
1
- export const SDK_VERSION = "v0.7.0";
1
+ export const SDK_VERSION = "v0.7.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airweave/sdk",
3
- "version": "v0.7.0",
3
+ "version": "v0.7.1",
4
4
  "private": false,
5
5
  "repository": "github:airweave-ai/typescript-sdk",
6
6
  "type": "commonjs",