@airweave/sdk 0.9.4 → 0.9.5

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.
@@ -48,8 +48,8 @@ class AirweaveSDKClient {
48
48
  this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
49
49
  "X-Fern-Language": "JavaScript",
50
50
  "X-Fern-SDK-Name": "@airweave/sdk",
51
- "X-Fern-SDK-Version": "v0.9.4",
52
- "User-Agent": "@airweave/sdk/v0.9.4",
51
+ "X-Fern-SDK-Version": "v0.9.5",
52
+ "User-Agent": "@airweave/sdk/v0.9.5",
53
53
  "X-Fern-Runtime": core.RUNTIME.type,
54
54
  "X-Fern-Runtime-Version": core.RUNTIME.version,
55
55
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -51,10 +51,8 @@ export * from "./DestinationWithAuthenticationFields.js";
51
51
  export * from "./DirectAuthentication.js";
52
52
  export * from "./EmbeddingModel.js";
53
53
  export * from "./EmbeddingModelWithAuthenticationFields.js";
54
- export * from "./EntityCount.js";
55
54
  export * from "./EntityCountWithDefinition.js";
56
55
  export * from "./EntityDefinition.js";
57
- export * from "./EntityDefinitionCreate.js";
58
56
  export * from "./EntitySummary.js";
59
57
  export * from "./EntityType.js";
60
58
  export * from "./EntityTypeStats.js";
@@ -67,10 +67,8 @@ __exportStar(require("./DestinationWithAuthenticationFields.js"), exports);
67
67
  __exportStar(require("./DirectAuthentication.js"), exports);
68
68
  __exportStar(require("./EmbeddingModel.js"), exports);
69
69
  __exportStar(require("./EmbeddingModelWithAuthenticationFields.js"), exports);
70
- __exportStar(require("./EntityCount.js"), exports);
71
70
  __exportStar(require("./EntityCountWithDefinition.js"), exports);
72
71
  __exportStar(require("./EntityDefinition.js"), exports);
73
- __exportStar(require("./EntityDefinitionCreate.js"), exports);
74
72
  __exportStar(require("./EntitySummary.js"), exports);
75
73
  __exportStar(require("./EntityType.js"), exports);
76
74
  __exportStar(require("./EntityTypeStats.js"), exports);
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.9.4";
1
+ export declare const SDK_VERSION = "v0.9.5";
@@ -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.9.4";
4
+ exports.SDK_VERSION = "v0.9.5";
@@ -12,8 +12,8 @@ export class AirweaveSDKClient {
12
12
  this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
13
13
  "X-Fern-Language": "JavaScript",
14
14
  "X-Fern-SDK-Name": "@airweave/sdk",
15
- "X-Fern-SDK-Version": "v0.9.4",
16
- "User-Agent": "@airweave/sdk/v0.9.4",
15
+ "X-Fern-SDK-Version": "v0.9.5",
16
+ "User-Agent": "@airweave/sdk/v0.9.5",
17
17
  "X-Fern-Runtime": core.RUNTIME.type,
18
18
  "X-Fern-Runtime-Version": core.RUNTIME.version,
19
19
  }, _options === null || _options === void 0 ? void 0 : _options.headers) });
@@ -51,10 +51,8 @@ export * from "./DestinationWithAuthenticationFields.mjs";
51
51
  export * from "./DirectAuthentication.mjs";
52
52
  export * from "./EmbeddingModel.mjs";
53
53
  export * from "./EmbeddingModelWithAuthenticationFields.mjs";
54
- export * from "./EntityCount.mjs";
55
54
  export * from "./EntityCountWithDefinition.mjs";
56
55
  export * from "./EntityDefinition.mjs";
57
- export * from "./EntityDefinitionCreate.mjs";
58
56
  export * from "./EntitySummary.mjs";
59
57
  export * from "./EntityType.mjs";
60
58
  export * from "./EntityTypeStats.mjs";
@@ -51,10 +51,8 @@ export * from "./DestinationWithAuthenticationFields.mjs";
51
51
  export * from "./DirectAuthentication.mjs";
52
52
  export * from "./EmbeddingModel.mjs";
53
53
  export * from "./EmbeddingModelWithAuthenticationFields.mjs";
54
- export * from "./EntityCount.mjs";
55
54
  export * from "./EntityCountWithDefinition.mjs";
56
55
  export * from "./EntityDefinition.mjs";
57
- export * from "./EntityDefinitionCreate.mjs";
58
56
  export * from "./EntitySummary.mjs";
59
57
  export * from "./EntityType.mjs";
60
58
  export * from "./EntityTypeStats.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.9.4";
1
+ export declare const SDK_VERSION = "v0.9.5";
@@ -1 +1 @@
1
- export const SDK_VERSION = "v0.9.4";
1
+ export const SDK_VERSION = "v0.9.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airweave/sdk",
3
- "version": "v0.9.4",
3
+ "version": "v0.9.5",
4
4
  "private": false,
5
5
  "repository": "github:airweave-ai/typescript-sdk",
6
6
  "type": "commonjs",
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * Schema for entity count.
6
- */
7
- export interface EntityCount {
8
- count: number;
9
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,19 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as AirweaveSDK from "../index.js";
5
- /**
6
- * Schema for creating an entity definition.
7
- */
8
- export interface EntityDefinitionCreate {
9
- name: string;
10
- description?: string;
11
- type: AirweaveSDK.EntityType;
12
- entity_schema: EntityDefinitionCreate.EntitySchema;
13
- parent_id?: string;
14
- module_name: string;
15
- class_name: string;
16
- }
17
- export declare namespace EntityDefinitionCreate {
18
- type EntitySchema = string[] | Record<string, unknown>;
19
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * Schema for entity count.
6
- */
7
- export interface EntityCount {
8
- count: number;
9
- }
@@ -1,4 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export {};
@@ -1,19 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as AirweaveSDK from "../index.mjs";
5
- /**
6
- * Schema for creating an entity definition.
7
- */
8
- export interface EntityDefinitionCreate {
9
- name: string;
10
- description?: string;
11
- type: AirweaveSDK.EntityType;
12
- entity_schema: EntityDefinitionCreate.EntitySchema;
13
- parent_id?: string;
14
- module_name: string;
15
- class_name: string;
16
- }
17
- export declare namespace EntityDefinitionCreate {
18
- type EntitySchema = string[] | Record<string, unknown>;
19
- }
@@ -1,4 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export {};