@letta-ai/letta-client 0.0.68653 → 0.0.68654
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/api/resources/agents/client/Client.js +9 -9
- package/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/api/resources/agents/resources/context/client/Client.js +1 -1
- package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/api/resources/agents/resources/files/client/Client.js +4 -4
- package/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/api/resources/agents/resources/messages/client/Client.js +10 -10
- package/api/resources/agents/resources/passages/client/Client.js +5 -5
- package/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/api/resources/agents/resources/tools/client/Client.js +4 -4
- package/api/resources/batches/client/Client.js +4 -4
- package/api/resources/batches/resources/messages/client/Client.js +1 -1
- package/api/resources/blocks/client/Client.js +6 -6
- package/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/api/resources/folders/client/Client.d.ts +3 -13
- package/api/resources/folders/client/Client.js +15 -86
- package/api/resources/folders/resources/agents/client/Client.d.ts +48 -0
- package/api/resources/folders/resources/agents/client/Client.js +145 -0
- package/api/resources/folders/resources/agents/client/index.d.ts +1 -0
- package/api/resources/folders/resources/agents/client/index.js +2 -0
- package/api/resources/folders/resources/agents/index.d.ts +1 -0
- package/api/resources/folders/resources/agents/index.js +17 -0
- package/api/resources/folders/resources/files/client/Client.js +3 -3
- package/api/resources/folders/resources/index.d.ts +1 -0
- package/api/resources/folders/resources/index.js +2 -1
- package/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/api/resources/groups/client/Client.js +6 -6
- package/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.js +7 -7
- package/api/resources/identities/resources/agents/client/Client.js +1 -1
- package/api/resources/identities/resources/blocks/client/Client.js +1 -1
- package/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/api/resources/jobs/client/Client.js +5 -5
- package/api/resources/models/client/Client.js +2 -2
- package/api/resources/models/resources/embeddings/client/Client.js +1 -1
- package/api/resources/projects/client/Client.js +1 -1
- package/api/resources/providers/client/Client.js +6 -6
- package/api/resources/runs/client/Client.js +5 -5
- package/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/api/resources/sources/client/Client.js +10 -10
- package/api/resources/sources/resources/files/client/Client.js +3 -3
- package/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/api/resources/steps/client/Client.js +2 -2
- package/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/api/resources/steps/resources/metrics/client/Client.js +1 -1
- package/api/resources/steps/resources/trace/client/Client.js +1 -1
- package/api/resources/tags/client/Client.js +1 -1
- package/api/resources/telemetry/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +9 -9
- package/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/api/resources/tools/client/Client.js +20 -20
- package/api/resources/voice/client/Client.js +1 -1
- package/dist/api/resources/agents/client/Client.js +9 -9
- package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
- package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/messages/client/Client.js +10 -10
- package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
- package/dist/api/resources/batches/client/Client.js +4 -4
- package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/blocks/client/Client.js +6 -6
- package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/dist/api/resources/folders/client/Client.d.ts +3 -13
- package/dist/api/resources/folders/client/Client.js +15 -86
- package/dist/api/resources/folders/resources/agents/client/Client.d.ts +48 -0
- package/dist/api/resources/folders/resources/agents/client/Client.js +145 -0
- package/dist/api/resources/folders/resources/agents/client/index.d.ts +1 -0
- package/dist/api/resources/folders/resources/agents/client/index.js +2 -0
- package/dist/api/resources/folders/resources/agents/index.d.ts +1 -0
- package/dist/api/resources/folders/resources/agents/index.js +17 -0
- package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
- package/dist/api/resources/folders/resources/index.d.ts +1 -0
- package/dist/api/resources/folders/resources/index.js +2 -1
- package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/groups/client/Client.js +6 -6
- package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.js +7 -7
- package/dist/api/resources/identities/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/identities/resources/blocks/client/Client.js +1 -1
- package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/dist/api/resources/jobs/client/Client.js +5 -5
- package/dist/api/resources/models/client/Client.js +2 -2
- package/dist/api/resources/models/resources/embeddings/client/Client.js +1 -1
- package/dist/api/resources/projects/client/Client.js +1 -1
- package/dist/api/resources/providers/client/Client.js +6 -6
- package/dist/api/resources/runs/client/Client.js +5 -5
- package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/sources/client/Client.js +10 -10
- package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
- package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/steps/client/Client.js +2 -2
- package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
- package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
- package/dist/api/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/telemetry/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +9 -9
- package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/tools/client/Client.js +20 -20
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/serialization/resources/folders/client/index.d.ts +0 -1
- package/dist/serialization/resources/folders/client/index.js +1 -2
- package/dist/serialization/resources/folders/resources/agents/client/index.d.ts +1 -0
- package/dist/serialization/resources/folders/resources/agents/client/index.js +37 -0
- package/dist/serialization/resources/folders/{client/getAgentsForFolder.d.ts → resources/agents/client/list.d.ts} +3 -3
- package/dist/serialization/resources/folders/{client/getAgentsForFolder.js → resources/agents/client/list.js} +1 -1
- package/dist/serialization/resources/folders/resources/agents/index.d.ts +1 -0
- package/dist/serialization/resources/folders/resources/agents/index.js +17 -0
- package/dist/serialization/resources/folders/resources/index.d.ts +1 -0
- package/dist/serialization/resources/folders/resources/index.js +2 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +65 -63
- package/serialization/resources/folders/client/index.d.ts +0 -1
- package/serialization/resources/folders/client/index.js +1 -2
- package/serialization/resources/folders/resources/agents/client/index.d.ts +1 -0
- package/serialization/resources/folders/resources/agents/client/index.js +37 -0
- package/serialization/resources/folders/{client/getAgentsForFolder.d.ts → resources/agents/client/list.d.ts} +3 -3
- package/serialization/resources/folders/{client/getAgentsForFolder.js → resources/agents/client/list.js} +1 -1
- package/serialization/resources/folders/resources/agents/index.d.ts +1 -0
- package/serialization/resources/folders/resources/agents/index.js +17 -0
- package/serialization/resources/folders/resources/index.d.ts +1 -0
- package/serialization/resources/folders/resources/index.js +2 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.list = void 0;
|
|
37
|
+
exports.list = __importStar(require("./list"));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as core from "
|
|
6
|
-
export declare const Response: core.serialization.Schema<serializers.folders.
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare const Response: core.serialization.Schema<serializers.folders.agents.list.Response.Raw, string[]>;
|
|
7
7
|
export declare namespace Response {
|
|
8
8
|
type Raw = string[];
|
|
9
9
|
}
|
|
@@ -37,5 +37,5 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.Response = void 0;
|
|
40
|
-
const core = __importStar(require("
|
|
40
|
+
const core = __importStar(require("../../../../../../core"));
|
|
41
41
|
exports.Response = core.serialization.list(core.serialization.string());
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -33,6 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.passages = exports.files = void 0;
|
|
36
|
+
exports.passages = exports.agents = exports.files = void 0;
|
|
37
37
|
exports.files = __importStar(require("./files"));
|
|
38
|
+
exports.agents = __importStar(require("./agents"));
|
|
38
39
|
exports.passages = __importStar(require("./passages"));
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.68654";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -2450,69 +2450,6 @@ await client.folders.create({
|
|
|
2450
2450
|
</dl>
|
|
2451
2451
|
</details>
|
|
2452
2452
|
|
|
2453
|
-
<details><summary><code>client.folders.<a href="/src/api/resources/folders/client/Client.ts">getAgentsForFolder</a>(folderId) -> string[]</code></summary>
|
|
2454
|
-
<dl>
|
|
2455
|
-
<dd>
|
|
2456
|
-
|
|
2457
|
-
#### 📝 Description
|
|
2458
|
-
|
|
2459
|
-
<dl>
|
|
2460
|
-
<dd>
|
|
2461
|
-
|
|
2462
|
-
<dl>
|
|
2463
|
-
<dd>
|
|
2464
|
-
|
|
2465
|
-
Get all agent IDs that have the specified folder attached.
|
|
2466
|
-
|
|
2467
|
-
</dd>
|
|
2468
|
-
</dl>
|
|
2469
|
-
</dd>
|
|
2470
|
-
</dl>
|
|
2471
|
-
|
|
2472
|
-
#### 🔌 Usage
|
|
2473
|
-
|
|
2474
|
-
<dl>
|
|
2475
|
-
<dd>
|
|
2476
|
-
|
|
2477
|
-
<dl>
|
|
2478
|
-
<dd>
|
|
2479
|
-
|
|
2480
|
-
```typescript
|
|
2481
|
-
await client.folders.getAgentsForFolder("folder_id");
|
|
2482
|
-
```
|
|
2483
|
-
|
|
2484
|
-
</dd>
|
|
2485
|
-
</dl>
|
|
2486
|
-
</dd>
|
|
2487
|
-
</dl>
|
|
2488
|
-
|
|
2489
|
-
#### ⚙️ Parameters
|
|
2490
|
-
|
|
2491
|
-
<dl>
|
|
2492
|
-
<dd>
|
|
2493
|
-
|
|
2494
|
-
<dl>
|
|
2495
|
-
<dd>
|
|
2496
|
-
|
|
2497
|
-
**folderId:** `string`
|
|
2498
|
-
|
|
2499
|
-
</dd>
|
|
2500
|
-
</dl>
|
|
2501
|
-
|
|
2502
|
-
<dl>
|
|
2503
|
-
<dd>
|
|
2504
|
-
|
|
2505
|
-
**requestOptions:** `Folders.RequestOptions`
|
|
2506
|
-
|
|
2507
|
-
</dd>
|
|
2508
|
-
</dl>
|
|
2509
|
-
</dd>
|
|
2510
|
-
</dl>
|
|
2511
|
-
|
|
2512
|
-
</dd>
|
|
2513
|
-
</dl>
|
|
2514
|
-
</details>
|
|
2515
|
-
|
|
2516
2453
|
## Agents
|
|
2517
2454
|
|
|
2518
2455
|
<details><summary><code>client.agents.<a href="/src/api/resources/agents/client/Client.ts">list</a>({ ...params }) -> Letta.AgentState[]</code></summary>
|
|
@@ -10262,6 +10199,71 @@ await client.folders.files.delete("folder_id", "file_id");
|
|
|
10262
10199
|
</dl>
|
|
10263
10200
|
</details>
|
|
10264
10201
|
|
|
10202
|
+
## Folders Agents
|
|
10203
|
+
|
|
10204
|
+
<details><summary><code>client.folders.agents.<a href="/src/api/resources/folders/resources/agents/client/Client.ts">list</a>(folderId) -> string[]</code></summary>
|
|
10205
|
+
<dl>
|
|
10206
|
+
<dd>
|
|
10207
|
+
|
|
10208
|
+
#### 📝 Description
|
|
10209
|
+
|
|
10210
|
+
<dl>
|
|
10211
|
+
<dd>
|
|
10212
|
+
|
|
10213
|
+
<dl>
|
|
10214
|
+
<dd>
|
|
10215
|
+
|
|
10216
|
+
Get all agent IDs that have the specified folder attached.
|
|
10217
|
+
|
|
10218
|
+
</dd>
|
|
10219
|
+
</dl>
|
|
10220
|
+
</dd>
|
|
10221
|
+
</dl>
|
|
10222
|
+
|
|
10223
|
+
#### 🔌 Usage
|
|
10224
|
+
|
|
10225
|
+
<dl>
|
|
10226
|
+
<dd>
|
|
10227
|
+
|
|
10228
|
+
<dl>
|
|
10229
|
+
<dd>
|
|
10230
|
+
|
|
10231
|
+
```typescript
|
|
10232
|
+
await client.folders.agents.list("folder_id");
|
|
10233
|
+
```
|
|
10234
|
+
|
|
10235
|
+
</dd>
|
|
10236
|
+
</dl>
|
|
10237
|
+
</dd>
|
|
10238
|
+
</dl>
|
|
10239
|
+
|
|
10240
|
+
#### ⚙️ Parameters
|
|
10241
|
+
|
|
10242
|
+
<dl>
|
|
10243
|
+
<dd>
|
|
10244
|
+
|
|
10245
|
+
<dl>
|
|
10246
|
+
<dd>
|
|
10247
|
+
|
|
10248
|
+
**folderId:** `string`
|
|
10249
|
+
|
|
10250
|
+
</dd>
|
|
10251
|
+
</dl>
|
|
10252
|
+
|
|
10253
|
+
<dl>
|
|
10254
|
+
<dd>
|
|
10255
|
+
|
|
10256
|
+
**requestOptions:** `Agents.RequestOptions`
|
|
10257
|
+
|
|
10258
|
+
</dd>
|
|
10259
|
+
</dl>
|
|
10260
|
+
</dd>
|
|
10261
|
+
</dl>
|
|
10262
|
+
|
|
10263
|
+
</dd>
|
|
10264
|
+
</dl>
|
|
10265
|
+
</details>
|
|
10266
|
+
|
|
10265
10267
|
## Folders Passages
|
|
10266
10268
|
|
|
10267
10269
|
<details><summary><code>client.folders.passages.<a href="/src/api/resources/folders/resources/passages/client/Client.ts">list</a>(folderId, { ...params }) -> Letta.Passage[]</code></summary>
|
|
@@ -33,8 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
36
|
+
exports.list = exports.retrieveByName = exports.count = void 0;
|
|
37
37
|
exports.count = __importStar(require("./count"));
|
|
38
38
|
exports.retrieveByName = __importStar(require("./retrieveByName"));
|
|
39
39
|
exports.list = __importStar(require("./list"));
|
|
40
|
-
exports.getAgentsForFolder = __importStar(require("./getAgentsForFolder"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as list from "./list";
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.list = void 0;
|
|
37
|
+
exports.list = __importStar(require("./list"));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as core from "
|
|
6
|
-
export declare const Response: core.serialization.Schema<serializers.folders.
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare const Response: core.serialization.Schema<serializers.folders.agents.list.Response.Raw, string[]>;
|
|
7
7
|
export declare namespace Response {
|
|
8
8
|
type Raw = string[];
|
|
9
9
|
}
|
|
@@ -37,5 +37,5 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.Response = void 0;
|
|
40
|
-
const core = __importStar(require("
|
|
40
|
+
const core = __importStar(require("../../../../../../core"));
|
|
41
41
|
exports.Response = core.serialization.list(core.serialization.string());
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -33,6 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.passages = exports.files = void 0;
|
|
36
|
+
exports.passages = exports.agents = exports.files = void 0;
|
|
37
37
|
exports.files = __importStar(require("./files"));
|
|
38
|
+
exports.agents = __importStar(require("./agents"));
|
|
38
39
|
exports.passages = __importStar(require("./passages"));
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.68654";
|
package/version.js
CHANGED