@airweave/sdk 0.3.49 → 0.3.51

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.
@@ -50,8 +50,8 @@ class AirweaveSDKClient {
50
50
  "X-Organization-ID": _options === null || _options === void 0 ? void 0 : _options.organizationId,
51
51
  "X-Fern-Language": "JavaScript",
52
52
  "X-Fern-SDK-Name": "@airweave/sdk",
53
- "X-Fern-SDK-Version": "v0.3.49",
54
- "User-Agent": "@airweave/sdk/v0.3.49",
53
+ "X-Fern-SDK-Version": "v0.3.51",
54
+ "User-Agent": "@airweave/sdk/v0.3.51",
55
55
  "X-Fern-Runtime": core.RUNTIME.type,
56
56
  "X-Fern-Runtime-Version": core.RUNTIME.version,
57
57
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -26,7 +26,7 @@ export interface SourceConnectionCreate {
26
26
  auth_fields?: AirweaveSDK.ConfigValues;
27
27
  /** Unique readable ID of a connected auth provider to use for authentication instead of providing auth_fields directly. When specified, credentials for the source will be obtained and refreshed automatically by Airweave interaction with the auth provider. To see which auth providers are supported and learn more about how to use them, check [this page](https://docs.airweave.ai/docs/auth-providers). */
28
28
  auth_provider?: string;
29
- /** Configuration for the auth provider when using auth_provider field. Required fields vary by auth provider. For Composio, use integration_id and account_id to specify which integration and account from Composio you want to use to connect to the source. */
29
+ /** Configuration for the auth provider when using auth_provider field. Required fields vary by auth provider. For Composio, use auth_config_id and account_id to specify which integration and account from Composio you want to use to connect to the source. */
30
30
  auth_provider_config?: AirweaveSDK.ConfigValues;
31
31
  /** Whether to start an initial data synchronization immediately after creating the connection. */
32
32
  sync_immediately?: boolean;
@@ -27,6 +27,6 @@ export interface AuthProvider {
27
27
  modified_at: string;
28
28
  /** Dynamically populated field definitions for authentication configuration. These describe what credentials are required to connect to this auth provider. */
29
29
  auth_fields?: AirweaveSDK.Fields;
30
- /** Dynamically populated field definitions for auth provider-specific configuration. These describe what additional configuration is required when using this auth provider to connect to a source (e.g., integration_id and account_id for Composio). */
30
+ /** Dynamically populated field definitions for auth provider-specific configuration. These describe what additional configuration is required when using this auth provider to connect to a source (e.g., auth_config_id and account_id for Composio). */
31
31
  config_fields?: AirweaveSDK.Fields;
32
32
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.3.49";
1
+ export declare const SDK_VERSION = "v0.3.51";
@@ -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.3.49";
4
+ exports.SDK_VERSION = "v0.3.51";
@@ -14,8 +14,8 @@ export class AirweaveSDKClient {
14
14
  "X-Organization-ID": _options === null || _options === void 0 ? void 0 : _options.organizationId,
15
15
  "X-Fern-Language": "JavaScript",
16
16
  "X-Fern-SDK-Name": "@airweave/sdk",
17
- "X-Fern-SDK-Version": "v0.3.49",
18
- "User-Agent": "@airweave/sdk/v0.3.49",
17
+ "X-Fern-SDK-Version": "v0.3.51",
18
+ "User-Agent": "@airweave/sdk/v0.3.51",
19
19
  "X-Fern-Runtime": core.RUNTIME.type,
20
20
  "X-Fern-Runtime-Version": core.RUNTIME.version,
21
21
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -26,7 +26,7 @@ export interface SourceConnectionCreate {
26
26
  auth_fields?: AirweaveSDK.ConfigValues;
27
27
  /** Unique readable ID of a connected auth provider to use for authentication instead of providing auth_fields directly. When specified, credentials for the source will be obtained and refreshed automatically by Airweave interaction with the auth provider. To see which auth providers are supported and learn more about how to use them, check [this page](https://docs.airweave.ai/docs/auth-providers). */
28
28
  auth_provider?: string;
29
- /** Configuration for the auth provider when using auth_provider field. Required fields vary by auth provider. For Composio, use integration_id and account_id to specify which integration and account from Composio you want to use to connect to the source. */
29
+ /** Configuration for the auth provider when using auth_provider field. Required fields vary by auth provider. For Composio, use auth_config_id and account_id to specify which integration and account from Composio you want to use to connect to the source. */
30
30
  auth_provider_config?: AirweaveSDK.ConfigValues;
31
31
  /** Whether to start an initial data synchronization immediately after creating the connection. */
32
32
  sync_immediately?: boolean;
@@ -27,6 +27,6 @@ export interface AuthProvider {
27
27
  modified_at: string;
28
28
  /** Dynamically populated field definitions for authentication configuration. These describe what credentials are required to connect to this auth provider. */
29
29
  auth_fields?: AirweaveSDK.Fields;
30
- /** Dynamically populated field definitions for auth provider-specific configuration. These describe what additional configuration is required when using this auth provider to connect to a source (e.g., integration_id and account_id for Composio). */
30
+ /** Dynamically populated field definitions for auth provider-specific configuration. These describe what additional configuration is required when using this auth provider to connect to a source (e.g., auth_config_id and account_id for Composio). */
31
31
  config_fields?: AirweaveSDK.Fields;
32
32
  }
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.3.49";
1
+ export declare const SDK_VERSION = "v0.3.51";
@@ -1 +1 @@
1
- export const SDK_VERSION = "v0.3.49";
1
+ export const SDK_VERSION = "v0.3.51";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airweave/sdk",
3
- "version": "v0.3.49",
3
+ "version": "v0.3.51",
4
4
  "private": false,
5
5
  "repository": "github:airweave-ai/typescript-sdk",
6
6
  "type": "commonjs",