@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.
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/types/index.d.ts +0 -2
- package/dist/cjs/api/types/index.js +0 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/types/index.d.mts +0 -2
- package/dist/esm/api/types/index.mjs +0 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/types/EntityCount.d.ts +0 -9
- package/dist/cjs/api/types/EntityCount.js +0 -5
- package/dist/cjs/api/types/EntityDefinitionCreate.d.ts +0 -19
- package/dist/cjs/api/types/EntityDefinitionCreate.js +0 -5
- package/dist/esm/api/types/EntityCount.d.mts +0 -9
- package/dist/esm/api/types/EntityCount.mjs +0 -4
- package/dist/esm/api/types/EntityDefinitionCreate.d.mts +0 -19
- package/dist/esm/api/types/EntityDefinitionCreate.mjs +0 -4
package/dist/cjs/Client.js
CHANGED
|
@@ -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.
|
|
52
|
-
"User-Agent": "@airweave/sdk/v0.9.
|
|
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);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.9.
|
|
1
|
+
export declare const SDK_VERSION = "v0.9.5";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -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.
|
|
16
|
-
"User-Agent": "@airweave/sdk/v0.9.
|
|
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";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.9.
|
|
1
|
+
export declare const SDK_VERSION = "v0.9.5";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "v0.9.
|
|
1
|
+
export const SDK_VERSION = "v0.9.5";
|
package/package.json
CHANGED
|
@@ -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,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
|
-
}
|