@airweave/sdk 0.6.34 → 0.6.36

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.
@@ -47,8 +47,8 @@ class AirweaveSDKClient {
47
47
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
48
48
  "X-Fern-Language": "JavaScript",
49
49
  "X-Fern-SDK-Name": "@airweave/sdk",
50
- "X-Fern-SDK-Version": "v0.6.34",
51
- "User-Agent": "@airweave/sdk/v0.6.34",
50
+ "X-Fern-SDK-Version": "v0.6.36",
51
+ "User-Agent": "@airweave/sdk/v0.6.36",
52
52
  "X-Fern-Runtime": core.RUNTIME.type,
53
53
  "X-Fern-Runtime-Version": core.RUNTIME.version,
54
54
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -25,6 +25,8 @@ export interface SourceConnectionCreate {
25
25
  sync_immediately?: boolean;
26
26
  /** Authentication config (defaults to OAuth browser flow for OAuth sources) */
27
27
  authentication?: SourceConnectionCreate.Authentication;
28
+ /** URL to redirect to after OAuth flow completes (only used for OAuth flows) */
29
+ redirect_url?: string;
28
30
  }
29
31
  export declare namespace SourceConnectionCreate {
30
32
  /**
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.6.34";
1
+ export declare const SDK_VERSION = "v0.6.36";
@@ -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.6.34";
4
+ exports.SDK_VERSION = "v0.6.36";
@@ -11,8 +11,8 @@ export class AirweaveSDKClient {
11
11
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
12
12
  "X-Fern-Language": "JavaScript",
13
13
  "X-Fern-SDK-Name": "@airweave/sdk",
14
- "X-Fern-SDK-Version": "v0.6.34",
15
- "User-Agent": "@airweave/sdk/v0.6.34",
14
+ "X-Fern-SDK-Version": "v0.6.36",
15
+ "User-Agent": "@airweave/sdk/v0.6.36",
16
16
  "X-Fern-Runtime": core.RUNTIME.type,
17
17
  "X-Fern-Runtime-Version": core.RUNTIME.version,
18
18
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -25,6 +25,8 @@ export interface SourceConnectionCreate {
25
25
  sync_immediately?: boolean;
26
26
  /** Authentication config (defaults to OAuth browser flow for OAuth sources) */
27
27
  authentication?: SourceConnectionCreate.Authentication;
28
+ /** URL to redirect to after OAuth flow completes (only used for OAuth flows) */
29
+ redirect_url?: string;
28
30
  }
29
31
  export declare namespace SourceConnectionCreate {
30
32
  /**
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.6.34";
1
+ export declare const SDK_VERSION = "v0.6.36";
@@ -1 +1 @@
1
- export const SDK_VERSION = "v0.6.34";
1
+ export const SDK_VERSION = "v0.6.36";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airweave/sdk",
3
- "version": "v0.6.34",
3
+ "version": "v0.6.36",
4
4
  "private": false,
5
5
  "repository": "github:airweave-ai/typescript-sdk",
6
6
  "type": "commonjs",