@airweave/sdk 0.1.11 → 0.1.13
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/Client.d.ts +3 -11
- package/Client.js +15 -30
- package/README.md +12 -8
- package/api/resources/connections/client/Client.d.ts +3 -2
- package/api/resources/connections/client/Client.js +38 -25
- package/api/resources/destinations/client/Client.d.ts +3 -2
- package/api/resources/destinations/client/Client.js +8 -5
- package/api/resources/embeddingModels/client/Client.d.ts +3 -2
- package/api/resources/embeddingModels/client/Client.js +8 -5
- package/api/resources/index.d.ts +0 -5
- package/api/resources/index.js +1 -6
- package/api/resources/sources/client/Client.d.ts +3 -2
- package/api/resources/sources/client/Client.js +8 -5
- package/api/resources/sync/client/Client.d.ts +3 -2
- package/api/resources/sync/client/Client.js +26 -17
- package/api/resources/users/client/Client.d.ts +3 -2
- package/api/resources/users/client/Client.js +5 -3
- package/api/resources/whiteLabels/client/Client.d.ts +3 -2
- package/api/resources/whiteLabels/client/Client.js +26 -17
- package/api/{resources/apiKeys/client/requests → types}/ApiKeyCreate.d.ts +1 -2
- package/{dist/api/resources/chat/client/requests → api/types}/ChatCreate.d.ts +1 -5
- package/{dist/api/resources/chat/client/requests → api/types}/ChatMessageCreate.d.ts +1 -4
- package/api/{resources/chat/client/requests → types}/ChatUpdate.d.ts +1 -2
- package/api/types/index.d.ts +4 -0
- package/api/types/index.js +4 -0
- package/dist/Client.d.ts +3 -11
- package/dist/Client.js +15 -30
- package/dist/api/resources/connections/client/Client.d.ts +3 -2
- package/dist/api/resources/connections/client/Client.js +38 -25
- package/dist/api/resources/destinations/client/Client.d.ts +3 -2
- package/dist/api/resources/destinations/client/Client.js +8 -5
- package/dist/api/resources/embeddingModels/client/Client.d.ts +3 -2
- package/dist/api/resources/embeddingModels/client/Client.js +8 -5
- package/dist/api/resources/index.d.ts +0 -5
- package/dist/api/resources/index.js +1 -6
- package/dist/api/resources/sources/client/Client.d.ts +3 -2
- package/dist/api/resources/sources/client/Client.js +8 -5
- package/dist/api/resources/sync/client/Client.d.ts +3 -2
- package/dist/api/resources/sync/client/Client.js +26 -17
- package/dist/api/resources/users/client/Client.d.ts +3 -2
- package/dist/api/resources/users/client/Client.js +5 -3
- package/dist/api/resources/whiteLabels/client/Client.d.ts +3 -2
- package/dist/api/resources/whiteLabels/client/Client.js +26 -17
- package/dist/api/{resources/apiKeys/client/requests → types}/ApiKeyCreate.d.ts +1 -2
- package/{api/resources/chat/client/requests → dist/api/types}/ChatCreate.d.ts +1 -5
- package/{api/resources/chat/client/requests → dist/api/types}/ChatMessageCreate.d.ts +1 -4
- package/dist/api/{resources/chat/client/requests → types}/ChatUpdate.d.ts +1 -2
- package/dist/api/types/index.d.ts +4 -0
- package/dist/api/types/index.js +4 -0
- package/dist/environments.d.ts +8 -0
- package/dist/environments.js +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/serialization/resources/index.d.ts +0 -5
- package/dist/serialization/resources/index.js +1 -6
- package/dist/serialization/types/ApiKeyCreate.d.ts +12 -0
- package/{serialization/resources/apiKeys/client/requests → dist/serialization/types}/ApiKeyCreate.js +1 -1
- package/{serialization/resources/chat/client/requests → dist/serialization/types}/ChatCreate.d.ts +4 -4
- package/dist/serialization/{resources/chat/client/requests → types}/ChatCreate.js +1 -1
- package/dist/serialization/types/ChatMessageCreate.d.ts +13 -0
- package/{serialization/resources/chat/client/requests → dist/serialization/types}/ChatMessageCreate.js +1 -1
- package/dist/serialization/{resources/chat/client/requests → types}/ChatUpdate.d.ts +4 -4
- package/{serialization/resources/chat/client/requests → dist/serialization/types}/ChatUpdate.js +1 -1
- package/dist/serialization/types/index.d.ts +4 -0
- package/dist/serialization/types/index.js +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/environments.d.ts +8 -0
- package/environments.js +10 -0
- package/index.d.ts +1 -0
- package/index.js +3 -1
- package/package.json +1 -1
- package/reference.md +310 -1200
- package/serialization/resources/index.d.ts +0 -5
- package/serialization/resources/index.js +1 -6
- package/serialization/types/ApiKeyCreate.d.ts +12 -0
- package/{dist/serialization/resources/apiKeys/client/requests → serialization/types}/ApiKeyCreate.js +1 -1
- package/{dist/serialization/resources/chat/client/requests → serialization/types}/ChatCreate.d.ts +4 -4
- package/serialization/{resources/chat/client/requests → types}/ChatCreate.js +1 -1
- package/serialization/types/ChatMessageCreate.d.ts +13 -0
- package/{dist/serialization/resources/chat/client/requests → serialization/types}/ChatMessageCreate.js +1 -1
- package/serialization/{resources/chat/client/requests → types}/ChatUpdate.d.ts +4 -4
- package/{dist/serialization/resources/chat/client/requests → serialization/types}/ChatUpdate.js +1 -1
- package/serialization/types/index.d.ts +4 -0
- package/serialization/types/index.js +4 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/apiKeys/client/Client.d.ts +0 -130
- package/api/resources/apiKeys/client/Client.js +0 -386
- package/api/resources/apiKeys/client/index.d.ts +0 -1
- package/api/resources/apiKeys/client/index.js +0 -17
- package/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.d.ts +0 -12
- package/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.js +0 -5
- package/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.d.ts +0 -11
- package/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.js +0 -5
- package/api/resources/apiKeys/client/requests/index.d.ts +0 -3
- package/api/resources/apiKeys/client/requests/index.js +0 -2
- package/api/resources/apiKeys/index.d.ts +0 -1
- package/api/resources/apiKeys/index.js +0 -17
- package/api/resources/chat/client/Client.d.ts +0 -133
- package/api/resources/chat/client/Client.js +0 -585
- package/api/resources/chat/client/index.d.ts +0 -1
- package/api/resources/chat/client/index.js +0 -17
- package/api/resources/chat/client/requests/ListChatsChatGetRequest.d.ts +0 -11
- package/api/resources/chat/client/requests/ListChatsChatGetRequest.js +0 -5
- package/api/resources/chat/client/requests/index.d.ts +0 -4
- package/api/resources/chat/client/requests/index.js +0 -2
- package/api/resources/chat/index.d.ts +0 -1
- package/api/resources/chat/index.js +0 -17
- package/api/resources/health/client/Client.d.ts +0 -39
- package/api/resources/health/client/Client.js +0 -115
- package/api/resources/health/client/index.d.ts +0 -1
- package/api/resources/health/client/index.js +0 -2
- package/api/resources/health/index.d.ts +0 -1
- package/api/resources/health/index.js +0 -17
- package/dist/api/resources/apiKeys/client/Client.d.ts +0 -130
- package/dist/api/resources/apiKeys/client/Client.js +0 -386
- package/dist/api/resources/apiKeys/client/index.d.ts +0 -1
- package/dist/api/resources/apiKeys/client/index.js +0 -17
- package/dist/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.d.ts +0 -12
- package/dist/api/resources/apiKeys/client/requests/DeleteApiKeyApiKeysDeleteRequest.js +0 -5
- package/dist/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.d.ts +0 -11
- package/dist/api/resources/apiKeys/client/requests/ReadApiKeysApiKeysGetRequest.js +0 -5
- package/dist/api/resources/apiKeys/client/requests/index.d.ts +0 -3
- package/dist/api/resources/apiKeys/client/requests/index.js +0 -2
- package/dist/api/resources/apiKeys/index.d.ts +0 -1
- package/dist/api/resources/apiKeys/index.js +0 -17
- package/dist/api/resources/chat/client/Client.d.ts +0 -133
- package/dist/api/resources/chat/client/Client.js +0 -585
- package/dist/api/resources/chat/client/index.d.ts +0 -1
- package/dist/api/resources/chat/client/index.js +0 -17
- package/dist/api/resources/chat/client/requests/ListChatsChatGetRequest.d.ts +0 -11
- package/dist/api/resources/chat/client/requests/ListChatsChatGetRequest.js +0 -5
- package/dist/api/resources/chat/client/requests/index.d.ts +0 -4
- package/dist/api/resources/chat/client/requests/index.js +0 -2
- package/dist/api/resources/chat/index.d.ts +0 -1
- package/dist/api/resources/chat/index.js +0 -17
- package/dist/api/resources/health/client/Client.d.ts +0 -39
- package/dist/api/resources/health/client/Client.js +0 -115
- package/dist/api/resources/health/client/index.d.ts +0 -1
- package/dist/api/resources/health/client/index.js +0 -2
- package/dist/api/resources/health/index.d.ts +0 -1
- package/dist/api/resources/health/index.js +0 -17
- package/dist/serialization/resources/apiKeys/client/index.d.ts +0 -2
- package/dist/serialization/resources/apiKeys/client/index.js +0 -41
- package/dist/serialization/resources/apiKeys/client/readApiKeys.d.ts +0 -11
- package/dist/serialization/resources/apiKeys/client/readApiKeys.js +0 -42
- package/dist/serialization/resources/apiKeys/client/requests/ApiKeyCreate.d.ts +0 -12
- package/dist/serialization/resources/apiKeys/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/apiKeys/client/requests/index.js +0 -5
- package/dist/serialization/resources/apiKeys/index.d.ts +0 -1
- package/dist/serialization/resources/apiKeys/index.js +0 -17
- package/dist/serialization/resources/chat/client/index.d.ts +0 -3
- package/dist/serialization/resources/chat/client/index.js +0 -42
- package/dist/serialization/resources/chat/client/listChats.d.ts +0 -11
- package/dist/serialization/resources/chat/client/listChats.js +0 -42
- package/dist/serialization/resources/chat/client/openaiKeySet.d.ts +0 -9
- package/dist/serialization/resources/chat/client/openaiKeySet.js +0 -41
- package/dist/serialization/resources/chat/client/requests/ChatMessageCreate.d.ts +0 -13
- package/dist/serialization/resources/chat/client/requests/index.d.ts +0 -3
- package/dist/serialization/resources/chat/client/requests/index.js +0 -9
- package/dist/serialization/resources/chat/index.d.ts +0 -1
- package/dist/serialization/resources/chat/index.js +0 -17
- package/dist/serialization/resources/health/client/healthCheck.d.ts +0 -9
- package/dist/serialization/resources/health/client/healthCheck.js +0 -41
- package/dist/serialization/resources/health/client/index.d.ts +0 -1
- package/dist/serialization/resources/health/client/index.js +0 -37
- package/dist/serialization/resources/health/index.d.ts +0 -1
- package/dist/serialization/resources/health/index.js +0 -17
- package/serialization/resources/apiKeys/client/index.d.ts +0 -2
- package/serialization/resources/apiKeys/client/index.js +0 -41
- package/serialization/resources/apiKeys/client/readApiKeys.d.ts +0 -11
- package/serialization/resources/apiKeys/client/readApiKeys.js +0 -42
- package/serialization/resources/apiKeys/client/requests/ApiKeyCreate.d.ts +0 -12
- package/serialization/resources/apiKeys/client/requests/index.d.ts +0 -1
- package/serialization/resources/apiKeys/client/requests/index.js +0 -5
- package/serialization/resources/apiKeys/index.d.ts +0 -1
- package/serialization/resources/apiKeys/index.js +0 -17
- package/serialization/resources/chat/client/index.d.ts +0 -3
- package/serialization/resources/chat/client/index.js +0 -42
- package/serialization/resources/chat/client/listChats.d.ts +0 -11
- package/serialization/resources/chat/client/listChats.js +0 -42
- package/serialization/resources/chat/client/openaiKeySet.d.ts +0 -9
- package/serialization/resources/chat/client/openaiKeySet.js +0 -41
- package/serialization/resources/chat/client/requests/ChatMessageCreate.d.ts +0 -13
- package/serialization/resources/chat/client/requests/index.d.ts +0 -3
- package/serialization/resources/chat/client/requests/index.js +0 -9
- package/serialization/resources/chat/index.d.ts +0 -1
- package/serialization/resources/chat/index.js +0 -17
- package/serialization/resources/health/client/healthCheck.d.ts +0 -9
- package/serialization/resources/health/client/healthCheck.js +0 -41
- package/serialization/resources/health/client/index.d.ts +0 -1
- package/serialization/resources/health/client/index.js +0 -37
- package/serialization/resources/health/index.d.ts +0 -1
- package/serialization/resources/health/index.js +0 -17
- /package/api/{resources/apiKeys/client/requests → types}/ApiKeyCreate.js +0 -0
- /package/api/{resources/chat/client/requests → types}/ChatCreate.js +0 -0
- /package/api/{resources/chat/client/requests → types}/ChatMessageCreate.js +0 -0
- /package/api/{resources/chat/client/requests → types}/ChatUpdate.js +0 -0
- /package/dist/api/{resources/apiKeys/client/requests → types}/ApiKeyCreate.js +0 -0
- /package/dist/api/{resources/chat/client/requests → types}/ChatCreate.js +0 -0
- /package/dist/api/{resources/chat/client/requests → types}/ChatMessageCreate.js +0 -0
- /package/dist/api/{resources/chat/client/requests → types}/ChatUpdate.js +0 -0
package/Client.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as environments from "./environments";
|
|
4
5
|
import * as core from "./core";
|
|
5
|
-
import { Health } from "./api/resources/health/client/Client";
|
|
6
|
-
import { ApiKeys } from "./api/resources/apiKeys/client/Client";
|
|
7
6
|
import { Users } from "./api/resources/users/client/Client";
|
|
8
7
|
import { Sources } from "./api/resources/sources/client/Client";
|
|
9
8
|
import { Destinations } from "./api/resources/destinations/client/Client";
|
|
@@ -11,10 +10,9 @@ import { EmbeddingModels } from "./api/resources/embeddingModels/client/Client";
|
|
|
11
10
|
import { Connections } from "./api/resources/connections/client/Client";
|
|
12
11
|
import { Sync } from "./api/resources/sync/client/Client";
|
|
13
12
|
import { WhiteLabels } from "./api/resources/whiteLabels/client/Client";
|
|
14
|
-
import { Chat } from "./api/resources/chat/client/Client";
|
|
15
13
|
export declare namespace AirweaveSDKClient {
|
|
16
14
|
interface Options {
|
|
17
|
-
environment
|
|
15
|
+
environment?: core.Supplier<environments.AirweaveSDKEnvironment | string>;
|
|
18
16
|
/** Override the x-api-key header */
|
|
19
17
|
apiKey?: core.Supplier<string | undefined>;
|
|
20
18
|
}
|
|
@@ -33,8 +31,6 @@ export declare namespace AirweaveSDKClient {
|
|
|
33
31
|
}
|
|
34
32
|
export declare class AirweaveSDKClient {
|
|
35
33
|
protected readonly _options: AirweaveSDKClient.Options;
|
|
36
|
-
protected _health: Health | undefined;
|
|
37
|
-
protected _apiKeys: ApiKeys | undefined;
|
|
38
34
|
protected _users: Users | undefined;
|
|
39
35
|
protected _sources: Sources | undefined;
|
|
40
36
|
protected _destinations: Destinations | undefined;
|
|
@@ -42,10 +38,7 @@ export declare class AirweaveSDKClient {
|
|
|
42
38
|
protected _connections: Connections | undefined;
|
|
43
39
|
protected _sync: Sync | undefined;
|
|
44
40
|
protected _whiteLabels: WhiteLabels | undefined;
|
|
45
|
-
|
|
46
|
-
constructor(_options: AirweaveSDKClient.Options);
|
|
47
|
-
get health(): Health;
|
|
48
|
-
get apiKeys(): ApiKeys;
|
|
41
|
+
constructor(_options?: AirweaveSDKClient.Options);
|
|
49
42
|
get users(): Users;
|
|
50
43
|
get sources(): Sources;
|
|
51
44
|
get destinations(): Destinations;
|
|
@@ -53,5 +46,4 @@ export declare class AirweaveSDKClient {
|
|
|
53
46
|
get connections(): Connections;
|
|
54
47
|
get sync(): Sync;
|
|
55
48
|
get whiteLabels(): WhiteLabels;
|
|
56
|
-
get chat(): Chat;
|
|
57
49
|
}
|
package/Client.js
CHANGED
|
@@ -4,59 +4,44 @@
|
|
|
4
4
|
*/
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.AirweaveSDKClient = void 0;
|
|
7
|
-
const Client_1 = require("./api/resources/
|
|
8
|
-
const Client_2 = require("./api/resources/
|
|
9
|
-
const Client_3 = require("./api/resources/
|
|
10
|
-
const Client_4 = require("./api/resources/
|
|
11
|
-
const Client_5 = require("./api/resources/
|
|
12
|
-
const Client_6 = require("./api/resources/
|
|
13
|
-
const Client_7 = require("./api/resources/
|
|
14
|
-
const Client_8 = require("./api/resources/sync/client/Client");
|
|
15
|
-
const Client_9 = require("./api/resources/whiteLabels/client/Client");
|
|
16
|
-
const Client_10 = require("./api/resources/chat/client/Client");
|
|
7
|
+
const Client_1 = require("./api/resources/users/client/Client");
|
|
8
|
+
const Client_2 = require("./api/resources/sources/client/Client");
|
|
9
|
+
const Client_3 = require("./api/resources/destinations/client/Client");
|
|
10
|
+
const Client_4 = require("./api/resources/embeddingModels/client/Client");
|
|
11
|
+
const Client_5 = require("./api/resources/connections/client/Client");
|
|
12
|
+
const Client_6 = require("./api/resources/sync/client/Client");
|
|
13
|
+
const Client_7 = require("./api/resources/whiteLabels/client/Client");
|
|
17
14
|
class AirweaveSDKClient {
|
|
18
|
-
constructor(_options) {
|
|
15
|
+
constructor(_options = {}) {
|
|
19
16
|
this._options = _options;
|
|
20
17
|
}
|
|
21
|
-
get health() {
|
|
22
|
-
var _a;
|
|
23
|
-
return ((_a = this._health) !== null && _a !== void 0 ? _a : (this._health = new Client_1.Health(this._options)));
|
|
24
|
-
}
|
|
25
|
-
get apiKeys() {
|
|
26
|
-
var _a;
|
|
27
|
-
return ((_a = this._apiKeys) !== null && _a !== void 0 ? _a : (this._apiKeys = new Client_2.ApiKeys(this._options)));
|
|
28
|
-
}
|
|
29
18
|
get users() {
|
|
30
19
|
var _a;
|
|
31
|
-
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new
|
|
20
|
+
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Client_1.Users(this._options)));
|
|
32
21
|
}
|
|
33
22
|
get sources() {
|
|
34
23
|
var _a;
|
|
35
|
-
return ((_a = this._sources) !== null && _a !== void 0 ? _a : (this._sources = new
|
|
24
|
+
return ((_a = this._sources) !== null && _a !== void 0 ? _a : (this._sources = new Client_2.Sources(this._options)));
|
|
36
25
|
}
|
|
37
26
|
get destinations() {
|
|
38
27
|
var _a;
|
|
39
|
-
return ((_a = this._destinations) !== null && _a !== void 0 ? _a : (this._destinations = new
|
|
28
|
+
return ((_a = this._destinations) !== null && _a !== void 0 ? _a : (this._destinations = new Client_3.Destinations(this._options)));
|
|
40
29
|
}
|
|
41
30
|
get embeddingModels() {
|
|
42
31
|
var _a;
|
|
43
|
-
return ((_a = this._embeddingModels) !== null && _a !== void 0 ? _a : (this._embeddingModels = new
|
|
32
|
+
return ((_a = this._embeddingModels) !== null && _a !== void 0 ? _a : (this._embeddingModels = new Client_4.EmbeddingModels(this._options)));
|
|
44
33
|
}
|
|
45
34
|
get connections() {
|
|
46
35
|
var _a;
|
|
47
|
-
return ((_a = this._connections) !== null && _a !== void 0 ? _a : (this._connections = new
|
|
36
|
+
return ((_a = this._connections) !== null && _a !== void 0 ? _a : (this._connections = new Client_5.Connections(this._options)));
|
|
48
37
|
}
|
|
49
38
|
get sync() {
|
|
50
39
|
var _a;
|
|
51
|
-
return ((_a = this._sync) !== null && _a !== void 0 ? _a : (this._sync = new
|
|
40
|
+
return ((_a = this._sync) !== null && _a !== void 0 ? _a : (this._sync = new Client_6.Sync(this._options)));
|
|
52
41
|
}
|
|
53
42
|
get whiteLabels() {
|
|
54
43
|
var _a;
|
|
55
|
-
return ((_a = this._whiteLabels) !== null && _a !== void 0 ? _a : (this._whiteLabels = new
|
|
56
|
-
}
|
|
57
|
-
get chat() {
|
|
58
|
-
var _a;
|
|
59
|
-
return ((_a = this._chat) !== null && _a !== void 0 ? _a : (this._chat = new Client_10.Chat(this._options)));
|
|
44
|
+
return ((_a = this._whiteLabels) !== null && _a !== void 0 ? _a : (this._whiteLabels = new Client_7.WhiteLabels(this._options)));
|
|
60
45
|
}
|
|
61
46
|
}
|
|
62
47
|
exports.AirweaveSDKClient = AirweaveSDKClient;
|
package/README.md
CHANGED
|
@@ -22,8 +22,12 @@ Instantiate and use the client with the following:
|
|
|
22
22
|
```typescript
|
|
23
23
|
import { AirweaveSDKClient } from "@airweave/sdk";
|
|
24
24
|
|
|
25
|
-
const client = new AirweaveSDKClient({
|
|
26
|
-
await client.
|
|
25
|
+
const client = new AirweaveSDKClient({ apiKey: "YOUR_API_KEY" });
|
|
26
|
+
await client.connections.connectIntegration("source", "short_name", {
|
|
27
|
+
configFields: {
|
|
28
|
+
key: "value",
|
|
29
|
+
},
|
|
30
|
+
});
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
## Request And Response Types
|
|
@@ -34,7 +38,7 @@ following namespace:
|
|
|
34
38
|
```typescript
|
|
35
39
|
import { AirweaveSDK } from "@airweave/sdk";
|
|
36
40
|
|
|
37
|
-
const request: AirweaveSDK.
|
|
41
|
+
const request: AirweaveSDK.BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost = {
|
|
38
42
|
...
|
|
39
43
|
};
|
|
40
44
|
```
|
|
@@ -48,7 +52,7 @@ will be thrown.
|
|
|
48
52
|
import { AirweaveSDKError } from "@airweave/sdk";
|
|
49
53
|
|
|
50
54
|
try {
|
|
51
|
-
await client.
|
|
55
|
+
await client.connections.connectIntegration(...);
|
|
52
56
|
} catch (err) {
|
|
53
57
|
if (err instanceof AirweaveSDKError) {
|
|
54
58
|
console.log(err.statusCode);
|
|
@@ -65,7 +69,7 @@ try {
|
|
|
65
69
|
If you would like to send additional headers as part of the request, use the `headers` request option.
|
|
66
70
|
|
|
67
71
|
```typescript
|
|
68
|
-
const response = await client.
|
|
72
|
+
const response = await client.connections.connectIntegration(..., {
|
|
69
73
|
headers: {
|
|
70
74
|
'X-Custom-Header': 'custom value'
|
|
71
75
|
}
|
|
@@ -87,7 +91,7 @@ A request is deemed retriable when any of the following HTTP status codes is ret
|
|
|
87
91
|
Use the `maxRetries` request option to configure this behavior.
|
|
88
92
|
|
|
89
93
|
```typescript
|
|
90
|
-
const response = await client.
|
|
94
|
+
const response = await client.connections.connectIntegration(..., {
|
|
91
95
|
maxRetries: 0 // override maxRetries at the request level
|
|
92
96
|
});
|
|
93
97
|
```
|
|
@@ -97,7 +101,7 @@ const response = await client.apiKeys.createApiKey(..., {
|
|
|
97
101
|
The SDK defaults to a 60 second timeout. Use the `timeoutInSeconds` option to configure this behavior.
|
|
98
102
|
|
|
99
103
|
```typescript
|
|
100
|
-
const response = await client.
|
|
104
|
+
const response = await client.connections.connectIntegration(..., {
|
|
101
105
|
timeoutInSeconds: 30 // override timeout to 30s
|
|
102
106
|
});
|
|
103
107
|
```
|
|
@@ -108,7 +112,7 @@ The SDK allows users to abort requests at any point by passing in an abort signa
|
|
|
108
112
|
|
|
109
113
|
```typescript
|
|
110
114
|
const controller = new AbortController();
|
|
111
|
-
const response = await client.
|
|
115
|
+
const response = await client.connections.connectIntegration(..., {
|
|
112
116
|
abortSignal: controller.signal
|
|
113
117
|
});
|
|
114
118
|
controller.abort(); // aborts the request
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
4
5
|
import * as core from "../../../../core";
|
|
5
6
|
import * as AirweaveSDK from "../../../index";
|
|
6
7
|
export declare namespace Connections {
|
|
7
8
|
interface Options {
|
|
8
|
-
environment
|
|
9
|
+
environment?: core.Supplier<environments.AirweaveSDKEnvironment | string>;
|
|
9
10
|
/** Override the x-api-key header */
|
|
10
11
|
apiKey?: core.Supplier<string | undefined>;
|
|
11
12
|
}
|
|
@@ -24,7 +25,7 @@ export declare namespace Connections {
|
|
|
24
25
|
}
|
|
25
26
|
export declare class Connections {
|
|
26
27
|
protected readonly _options: Connections.Options;
|
|
27
|
-
constructor(_options
|
|
28
|
+
constructor(_options?: Connections.Options);
|
|
28
29
|
/**
|
|
29
30
|
* Get a specific connection.
|
|
30
31
|
*
|
|
@@ -49,13 +49,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
49
49
|
};
|
|
50
50
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
51
|
exports.Connections = void 0;
|
|
52
|
+
const environments = __importStar(require("../../../../environments"));
|
|
52
53
|
const core = __importStar(require("../../../../core"));
|
|
53
54
|
const AirweaveSDK = __importStar(require("../../../index"));
|
|
54
55
|
const url_join_1 = __importDefault(require("url-join"));
|
|
55
56
|
const serializers = __importStar(require("../../../../serialization/index"));
|
|
56
57
|
const errors = __importStar(require("../../../../errors/index"));
|
|
57
58
|
class Connections {
|
|
58
|
-
constructor(_options) {
|
|
59
|
+
constructor(_options = {}) {
|
|
59
60
|
this._options = _options;
|
|
60
61
|
}
|
|
61
62
|
/**
|
|
@@ -71,12 +72,13 @@ class Connections {
|
|
|
71
72
|
*/
|
|
72
73
|
getConnection(connectionId, requestOptions) {
|
|
73
74
|
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
+
var _a;
|
|
74
76
|
const _response = yield core.fetcher({
|
|
75
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/detail/${encodeURIComponent(connectionId)}`),
|
|
77
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/detail/${encodeURIComponent(connectionId)}`),
|
|
76
78
|
method: "GET",
|
|
77
79
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
78
80
|
? yield core.Supplier.get(this._options.apiKey)
|
|
79
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
81
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
80
82
|
contentType: "application/json",
|
|
81
83
|
requestType: "json",
|
|
82
84
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -134,12 +136,13 @@ class Connections {
|
|
|
134
136
|
*/
|
|
135
137
|
listAllConnectedIntegrations(requestOptions) {
|
|
136
138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
139
|
+
var _a;
|
|
137
140
|
const _response = yield core.fetcher({
|
|
138
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), "connections/list"),
|
|
141
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, "connections/list"),
|
|
139
142
|
method: "GET",
|
|
140
143
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
141
144
|
? yield core.Supplier.get(this._options.apiKey)
|
|
142
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
145
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
143
146
|
contentType: "application/json",
|
|
144
147
|
requestType: "json",
|
|
145
148
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -206,12 +209,13 @@ class Connections {
|
|
|
206
209
|
*/
|
|
207
210
|
listConnectedIntegrations(integrationType, requestOptions) {
|
|
208
211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
212
|
+
var _a;
|
|
209
213
|
const _response = yield core.fetcher({
|
|
210
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/list/${encodeURIComponent(serializers.IntegrationType.jsonOrThrow(integrationType))}`),
|
|
214
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/list/${encodeURIComponent(serializers.IntegrationType.jsonOrThrow(integrationType))}`),
|
|
211
215
|
method: "GET",
|
|
212
216
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
213
217
|
? yield core.Supplier.get(this._options.apiKey)
|
|
214
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
218
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
215
219
|
contentType: "application/json",
|
|
216
220
|
requestType: "json",
|
|
217
221
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -284,12 +288,13 @@ class Connections {
|
|
|
284
288
|
*/
|
|
285
289
|
connectIntegration(integrationType, shortName, request, requestOptions) {
|
|
286
290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
291
|
+
var _a;
|
|
287
292
|
const _response = yield core.fetcher({
|
|
288
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/connect/${encodeURIComponent(serializers.IntegrationType.jsonOrThrow(integrationType))}/${encodeURIComponent(shortName)}`),
|
|
293
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/connect/${encodeURIComponent(serializers.IntegrationType.jsonOrThrow(integrationType))}/${encodeURIComponent(shortName)}`),
|
|
289
294
|
method: "POST",
|
|
290
295
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
291
296
|
? yield core.Supplier.get(this._options.apiKey)
|
|
292
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
297
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
293
298
|
contentType: "application/json",
|
|
294
299
|
requestType: "json",
|
|
295
300
|
body: serializers.BodyConnectIntegrationConnectionsConnectIntegrationTypeShortNamePost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -357,12 +362,13 @@ class Connections {
|
|
|
357
362
|
*/
|
|
358
363
|
getConnectionCredentials(connectionId, requestOptions) {
|
|
359
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
365
|
+
var _a;
|
|
360
366
|
const _response = yield core.fetcher({
|
|
361
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/credentials/${encodeURIComponent(connectionId)}`),
|
|
367
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/credentials/${encodeURIComponent(connectionId)}`),
|
|
362
368
|
method: "GET",
|
|
363
369
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
364
370
|
? yield core.Supplier.get(this._options.apiKey)
|
|
365
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
371
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
366
372
|
contentType: "application/json",
|
|
367
373
|
requestType: "json",
|
|
368
374
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -432,12 +438,13 @@ class Connections {
|
|
|
432
438
|
*/
|
|
433
439
|
deleteConnection(connectionId, requestOptions) {
|
|
434
440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
441
|
+
var _a;
|
|
435
442
|
const _response = yield core.fetcher({
|
|
436
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/delete/source/${encodeURIComponent(connectionId)}`),
|
|
443
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/delete/source/${encodeURIComponent(connectionId)}`),
|
|
437
444
|
method: "DELETE",
|
|
438
445
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
439
446
|
? yield core.Supplier.get(this._options.apiKey)
|
|
440
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
447
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
441
448
|
contentType: "application/json",
|
|
442
449
|
requestType: "json",
|
|
443
450
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -503,12 +510,13 @@ class Connections {
|
|
|
503
510
|
*/
|
|
504
511
|
disconnectSourceConnection(connectionId, requestOptions) {
|
|
505
512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
513
|
+
var _a;
|
|
506
514
|
const _response = yield core.fetcher({
|
|
507
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/disconnect/source/${encodeURIComponent(connectionId)}`),
|
|
515
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/disconnect/source/${encodeURIComponent(connectionId)}`),
|
|
508
516
|
method: "PUT",
|
|
509
517
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
510
518
|
? yield core.Supplier.get(this._options.apiKey)
|
|
511
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
519
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
512
520
|
contentType: "application/json",
|
|
513
521
|
requestType: "json",
|
|
514
522
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -575,12 +583,13 @@ class Connections {
|
|
|
575
583
|
*/
|
|
576
584
|
disconnectDestinationConnection(connectionId, requestOptions) {
|
|
577
585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
586
|
+
var _a;
|
|
578
587
|
const _response = yield core.fetcher({
|
|
579
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/disconnect/destination/${encodeURIComponent(connectionId)}`),
|
|
588
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/disconnect/destination/${encodeURIComponent(connectionId)}`),
|
|
580
589
|
method: "PUT",
|
|
581
590
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
582
591
|
? yield core.Supplier.get(this._options.apiKey)
|
|
583
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
592
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
584
593
|
contentType: "application/json",
|
|
585
594
|
requestType: "json",
|
|
586
595
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -641,15 +650,16 @@ class Connections {
|
|
|
641
650
|
*/
|
|
642
651
|
getOauth2AuthUrl(request, requestOptions) {
|
|
643
652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
653
|
+
var _a;
|
|
644
654
|
const { shortName } = request;
|
|
645
655
|
const _queryParams = {};
|
|
646
656
|
_queryParams["short_name"] = shortName;
|
|
647
657
|
const _response = yield core.fetcher({
|
|
648
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), "connections/oauth2/source/auth_url"),
|
|
658
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, "connections/oauth2/source/auth_url"),
|
|
649
659
|
method: "GET",
|
|
650
660
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
651
661
|
? yield core.Supplier.get(this._options.apiKey)
|
|
652
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
662
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
653
663
|
contentType: "application/json",
|
|
654
664
|
queryParameters: _queryParams,
|
|
655
665
|
requestType: "json",
|
|
@@ -717,12 +727,13 @@ class Connections {
|
|
|
717
727
|
*/
|
|
718
728
|
sendOauth2Code(request, requestOptions) {
|
|
719
729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
730
|
+
var _a;
|
|
720
731
|
const _response = yield core.fetcher({
|
|
721
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), "connections/oauth2/source/code"),
|
|
732
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, "connections/oauth2/source/code"),
|
|
722
733
|
method: "POST",
|
|
723
734
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
724
735
|
? yield core.Supplier.get(this._options.apiKey)
|
|
725
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
736
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
726
737
|
contentType: "application/json",
|
|
727
738
|
requestType: "json",
|
|
728
739
|
body: serializers.BodySendOauth2CodeConnectionsOauth2SourceCodePost.jsonOrThrow(request, {
|
|
@@ -785,12 +796,13 @@ class Connections {
|
|
|
785
796
|
*/
|
|
786
797
|
sendOauth2WhiteLabelCode(whiteLabelId, request, requestOptions) {
|
|
787
798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
799
|
+
var _a;
|
|
788
800
|
const _response = yield core.fetcher({
|
|
789
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/oauth2/white-label/${encodeURIComponent(whiteLabelId)}/code`),
|
|
801
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/oauth2/white-label/${encodeURIComponent(whiteLabelId)}/code`),
|
|
790
802
|
method: "POST",
|
|
791
803
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
792
804
|
? yield core.Supplier.get(this._options.apiKey)
|
|
793
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
805
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
794
806
|
contentType: "application/json",
|
|
795
807
|
requestType: "json",
|
|
796
808
|
body: serializers.connections.sendOauth2WhiteLabelCode.Request.jsonOrThrow(request, {
|
|
@@ -852,12 +864,13 @@ class Connections {
|
|
|
852
864
|
*/
|
|
853
865
|
getOauth2WhiteLabelAuthUrl(whiteLabelId, requestOptions) {
|
|
854
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
867
|
+
var _a;
|
|
855
868
|
const _response = yield core.fetcher({
|
|
856
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `connections/oauth2/white-label/${encodeURIComponent(whiteLabelId)}/auth_url`),
|
|
869
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `connections/oauth2/white-label/${encodeURIComponent(whiteLabelId)}/auth_url`),
|
|
857
870
|
method: "GET",
|
|
858
871
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
859
872
|
? yield core.Supplier.get(this._options.apiKey)
|
|
860
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
873
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
861
874
|
contentType: "application/json",
|
|
862
875
|
requestType: "json",
|
|
863
876
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
4
5
|
import * as core from "../../../../core";
|
|
5
6
|
import * as AirweaveSDK from "../../../index";
|
|
6
7
|
export declare namespace Destinations {
|
|
7
8
|
interface Options {
|
|
8
|
-
environment
|
|
9
|
+
environment?: core.Supplier<environments.AirweaveSDKEnvironment | string>;
|
|
9
10
|
/** Override the x-api-key header */
|
|
10
11
|
apiKey?: core.Supplier<string | undefined>;
|
|
11
12
|
}
|
|
@@ -24,7 +25,7 @@ export declare namespace Destinations {
|
|
|
24
25
|
}
|
|
25
26
|
export declare class Destinations {
|
|
26
27
|
protected readonly _options: Destinations.Options;
|
|
27
|
-
constructor(_options
|
|
28
|
+
constructor(_options?: Destinations.Options);
|
|
28
29
|
/**
|
|
29
30
|
* Get all available destinations.
|
|
30
31
|
*
|
|
@@ -49,13 +49,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
49
49
|
};
|
|
50
50
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
51
|
exports.Destinations = void 0;
|
|
52
|
+
const environments = __importStar(require("../../../../environments"));
|
|
52
53
|
const core = __importStar(require("../../../../core"));
|
|
53
54
|
const AirweaveSDK = __importStar(require("../../../index"));
|
|
54
55
|
const url_join_1 = __importDefault(require("url-join"));
|
|
55
56
|
const serializers = __importStar(require("../../../../serialization/index"));
|
|
56
57
|
const errors = __importStar(require("../../../../errors/index"));
|
|
57
58
|
class Destinations {
|
|
58
|
-
constructor(_options) {
|
|
59
|
+
constructor(_options = {}) {
|
|
59
60
|
this._options = _options;
|
|
60
61
|
}
|
|
61
62
|
/**
|
|
@@ -70,12 +71,13 @@ class Destinations {
|
|
|
70
71
|
*/
|
|
71
72
|
listDestinations(requestOptions) {
|
|
72
73
|
return __awaiter(this, void 0, void 0, function* () {
|
|
74
|
+
var _a;
|
|
73
75
|
const _response = yield core.fetcher({
|
|
74
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), "destinations/list"),
|
|
76
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, "destinations/list"),
|
|
75
77
|
method: "GET",
|
|
76
78
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
77
79
|
? yield core.Supplier.get(this._options.apiKey)
|
|
78
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
80
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
79
81
|
contentType: "application/json",
|
|
80
82
|
requestType: "json",
|
|
81
83
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -134,12 +136,13 @@ class Destinations {
|
|
|
134
136
|
*/
|
|
135
137
|
readDestination(shortName, requestOptions) {
|
|
136
138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
139
|
+
var _a;
|
|
137
140
|
const _response = yield core.fetcher({
|
|
138
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `destinations/detail/${encodeURIComponent(shortName)}`),
|
|
141
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `destinations/detail/${encodeURIComponent(shortName)}`),
|
|
139
142
|
method: "GET",
|
|
140
143
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
141
144
|
? yield core.Supplier.get(this._options.apiKey)
|
|
142
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
145
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
143
146
|
contentType: "application/json",
|
|
144
147
|
requestType: "json",
|
|
145
148
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
4
5
|
import * as core from "../../../../core";
|
|
5
6
|
import * as AirweaveSDK from "../../../index";
|
|
6
7
|
export declare namespace EmbeddingModels {
|
|
7
8
|
interface Options {
|
|
8
|
-
environment
|
|
9
|
+
environment?: core.Supplier<environments.AirweaveSDKEnvironment | string>;
|
|
9
10
|
/** Override the x-api-key header */
|
|
10
11
|
apiKey?: core.Supplier<string | undefined>;
|
|
11
12
|
}
|
|
@@ -24,7 +25,7 @@ export declare namespace EmbeddingModels {
|
|
|
24
25
|
}
|
|
25
26
|
export declare class EmbeddingModels {
|
|
26
27
|
protected readonly _options: EmbeddingModels.Options;
|
|
27
|
-
constructor(_options
|
|
28
|
+
constructor(_options?: EmbeddingModels.Options);
|
|
28
29
|
/**
|
|
29
30
|
* Get embedding model by id.
|
|
30
31
|
*
|
|
@@ -49,13 +49,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
49
49
|
};
|
|
50
50
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51
51
|
exports.EmbeddingModels = void 0;
|
|
52
|
+
const environments = __importStar(require("../../../../environments"));
|
|
52
53
|
const core = __importStar(require("../../../../core"));
|
|
53
54
|
const AirweaveSDK = __importStar(require("../../../index"));
|
|
54
55
|
const url_join_1 = __importDefault(require("url-join"));
|
|
55
56
|
const serializers = __importStar(require("../../../../serialization/index"));
|
|
56
57
|
const errors = __importStar(require("../../../../errors/index"));
|
|
57
58
|
class EmbeddingModels {
|
|
58
|
-
constructor(_options) {
|
|
59
|
+
constructor(_options = {}) {
|
|
59
60
|
this._options = _options;
|
|
60
61
|
}
|
|
61
62
|
/**
|
|
@@ -81,12 +82,13 @@ class EmbeddingModels {
|
|
|
81
82
|
*/
|
|
82
83
|
readEmbeddingModel(shortName, requestOptions) {
|
|
83
84
|
return __awaiter(this, void 0, void 0, function* () {
|
|
85
|
+
var _a;
|
|
84
86
|
const _response = yield core.fetcher({
|
|
85
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), `embedding_models/detail/${encodeURIComponent(shortName)}`),
|
|
87
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, `embedding_models/detail/${encodeURIComponent(shortName)}`),
|
|
86
88
|
method: "GET",
|
|
87
89
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
88
90
|
? yield core.Supplier.get(this._options.apiKey)
|
|
89
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
91
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
90
92
|
contentType: "application/json",
|
|
91
93
|
requestType: "json",
|
|
92
94
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -153,12 +155,13 @@ class EmbeddingModels {
|
|
|
153
155
|
*/
|
|
154
156
|
readEmbeddingModels(requestOptions) {
|
|
155
157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
158
|
+
var _a;
|
|
156
159
|
const _response = yield core.fetcher({
|
|
157
|
-
url: (0, url_join_1.default)(yield core.Supplier.get(this._options.environment), "embedding_models/list"),
|
|
160
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.AirweaveSDKEnvironment.Production, "embedding_models/list"),
|
|
158
161
|
method: "GET",
|
|
159
162
|
headers: Object.assign({ "x-api-key": (yield core.Supplier.get(this._options.apiKey)) != null
|
|
160
163
|
? yield core.Supplier.get(this._options.apiKey)
|
|
161
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.
|
|
164
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@airweave/sdk", "X-Fern-SDK-Version": "0.1.13", "User-Agent": "@airweave/sdk/0.1.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
162
165
|
contentType: "application/json",
|
|
163
166
|
requestType: "json",
|
|
164
167
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
package/api/resources/index.d.ts
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
export * as sync from "./sync";
|
|
2
2
|
export * from "./sync/types";
|
|
3
|
-
export * as health from "./health";
|
|
4
|
-
export * as apiKeys from "./apiKeys";
|
|
5
3
|
export * as users from "./users";
|
|
6
4
|
export * as sources from "./sources";
|
|
7
5
|
export * as destinations from "./destinations";
|
|
8
6
|
export * as embeddingModels from "./embeddingModels";
|
|
9
7
|
export * as connections from "./connections";
|
|
10
8
|
export * as whiteLabels from "./whiteLabels";
|
|
11
|
-
export * as chat from "./chat";
|
|
12
|
-
export * from "./apiKeys/client/requests";
|
|
13
9
|
export * from "./connections/client/requests";
|
|
14
10
|
export * from "./sync/client/requests";
|
|
15
11
|
export * from "./whiteLabels/client/requests";
|
|
16
|
-
export * from "./chat/client/requests";
|