@airweave/sdk 0.9.5 → 0.9.6

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.5",
52
- "User-Agent": "@airweave/sdk/v0.9.5",
51
+ "X-Fern-SDK-Version": "v0.9.6",
52
+ "User-Agent": "@airweave/sdk/v0.9.6",
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) });
@@ -4,8 +4,4 @@
4
4
  /**
5
5
  * Destination options for admin search.
6
6
  */
7
- export type AdminSearchDestination = "qdrant" | "vespa";
8
- export declare const AdminSearchDestination: {
9
- readonly Qdrant: "qdrant";
10
- readonly Vespa: "vespa";
11
- };
7
+ export type AdminSearchDestination = "vespa";
@@ -3,8 +3,3 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.AdminSearchDestination = void 0;
7
- exports.AdminSearchDestination = {
8
- Qdrant: "qdrant",
9
- Vespa: "vespa",
10
- };
@@ -25,7 +25,6 @@ export interface AdminSyncInfo {
25
25
  modified_by_email?: string;
26
26
  total_entity_count?: number;
27
27
  total_arf_entity_count?: number;
28
- total_qdrant_entity_count?: number;
29
28
  total_vespa_entity_count?: number;
30
29
  last_job_status?: string;
31
30
  last_job_at?: string;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.9.5";
1
+ export declare const SDK_VERSION = "v0.9.6";
@@ -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.5";
4
+ exports.SDK_VERSION = "v0.9.6";
@@ -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.5",
16
- "User-Agent": "@airweave/sdk/v0.9.5",
15
+ "X-Fern-SDK-Version": "v0.9.6",
16
+ "User-Agent": "@airweave/sdk/v0.9.6",
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) });
@@ -4,8 +4,4 @@
4
4
  /**
5
5
  * Destination options for admin search.
6
6
  */
7
- export type AdminSearchDestination = "qdrant" | "vespa";
8
- export declare const AdminSearchDestination: {
9
- readonly Qdrant: "qdrant";
10
- readonly Vespa: "vespa";
11
- };
7
+ export type AdminSearchDestination = "vespa";
@@ -1,7 +1,4 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export const AdminSearchDestination = {
5
- Qdrant: "qdrant",
6
- Vespa: "vespa",
7
- };
4
+ export {};
@@ -25,7 +25,6 @@ export interface AdminSyncInfo {
25
25
  modified_by_email?: string;
26
26
  total_entity_count?: number;
27
27
  total_arf_entity_count?: number;
28
- total_qdrant_entity_count?: number;
29
28
  total_vespa_entity_count?: number;
30
29
  last_job_status?: string;
31
30
  last_job_at?: string;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "v0.9.5";
1
+ export declare const SDK_VERSION = "v0.9.6";
@@ -1 +1 @@
1
- export const SDK_VERSION = "v0.9.5";
1
+ export const SDK_VERSION = "v0.9.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airweave/sdk",
3
- "version": "v0.9.5",
3
+ "version": "v0.9.6",
4
4
  "private": false,
5
5
  "repository": "github:airweave-ai/typescript-sdk",
6
6
  "type": "commonjs",