@botpress/adk 1.11.1 → 1.11.3
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/auth/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/auth/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAsB,WAAW,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAG3E,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,OAAO;IACtB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IAC3D,MAAM,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACvC,YAAY,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC,CAAA;IAClC,iBAAiB,IAAI,OAAO,CAAC,MAAM,CAAC,CAAA;IACpC,wBAAwB,IAAI,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,CAAA;IACnD,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACrD,oBAAoB,IAAI,OAAO,CAAC,WAAW,CAAC,CAAA;IAC5C,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAA;IAC5D,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAA;CAChE;AAED,cAAM,IAAK,YAAW,OAAO;IAC3B,OAAO,CAAC,kBAAkB,CAAoB;;IAMxC,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,YAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;IAkC/D,MAAM,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAUvC,YAAY,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAIlC,iBAAiB,IAAI,OAAO,CAAC,MAAM,CAAC;IAIpC,wBAAwB,IAAI,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAInD,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIrD,oBAAoB,IAAI,OAAO,CAAC,WAAW,CAAC;IAI5C,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAI5D,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAItE;AAGD,eAAO,MAAM,IAAI,MAAa,CAAA;AAG9B,YAAY,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAC5D,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAG9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAA;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversation-types.d.ts","sourceRoot":"","sources":["../../src/generators/conversation-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;
|
|
1
|
+
{"version":3,"file":"conversation-types.d.ts","sourceRoot":"","sources":["../../src/generators/conversation-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAA;AAiChE,wBAAsB,yBAAyB,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CA6HpF"}
|
package/dist/index.js
CHANGED
|
@@ -654,7 +654,7 @@ var PRETTIER_CONFIG, formatCode = async (code, filepath) => {
|
|
|
654
654
|
`));
|
|
655
655
|
return code;
|
|
656
656
|
}
|
|
657
|
-
}, ADK_VERSION = "1.11.
|
|
657
|
+
}, ADK_VERSION = "1.11.3", relative2 = (from, to) => {
|
|
658
658
|
const fromDir = path10.dirname(from);
|
|
659
659
|
const relative3 = path10.relative(fromDir, to);
|
|
660
660
|
return relative3.startsWith(".") ? relative3 : `./${relative3}`;
|
|
@@ -797,7 +797,7 @@ var init_integration_action_types = __esm(() => {
|
|
|
797
797
|
var require_package = __commonJS((exports, module) => {
|
|
798
798
|
module.exports = {
|
|
799
799
|
name: "@botpress/adk",
|
|
800
|
-
version: "1.11.
|
|
800
|
+
version: "1.11.3",
|
|
801
801
|
description: "Core ADK library for building AI agents on Botpress",
|
|
802
802
|
type: "module",
|
|
803
803
|
main: "dist/index.js",
|
|
@@ -844,7 +844,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
844
844
|
"@botpress/cli": "^4.27.3",
|
|
845
845
|
"@botpress/client": "^1.27.2",
|
|
846
846
|
"@botpress/cognitive": "^0.2.0",
|
|
847
|
-
"@botpress/runtime": "^1.11.
|
|
847
|
+
"@botpress/runtime": "^1.11.3",
|
|
848
848
|
"@botpress/sdk": "^4.18.1",
|
|
849
849
|
"@bpinternal/jex": "^1.2.4",
|
|
850
850
|
"@bpinternal/yargs-extra": "^0.0.21",
|
|
@@ -876,6 +876,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
876
876
|
|
|
877
877
|
// src/auth/index.ts
|
|
878
878
|
init_credentials();
|
|
879
|
+
import { Client as Client2 } from "@botpress/client";
|
|
879
880
|
|
|
880
881
|
// src/auth/service.ts
|
|
881
882
|
import { Client } from "@botpress/client";
|
|
@@ -999,6 +1000,10 @@ class Auth {
|
|
|
999
1000
|
const { profile = "default", apiUrl = "https://api.botpress.cloud" } = options;
|
|
1000
1001
|
const authService = new AuthService(apiUrl);
|
|
1001
1002
|
const authResult = await authService.validateToken(token);
|
|
1003
|
+
try {
|
|
1004
|
+
const client = new Client2({ apiUrl, token });
|
|
1005
|
+
await client.setAccountPreference({ key: "adkCliConnected", value: true });
|
|
1006
|
+
} catch {}
|
|
1002
1007
|
await this.credentialsManager.saveCredentials(profile, {
|
|
1003
1008
|
token,
|
|
1004
1009
|
apiUrl,
|
|
@@ -1799,7 +1804,7 @@ class BpChatCommand extends BaseCommand {
|
|
|
1799
1804
|
}
|
|
1800
1805
|
}
|
|
1801
1806
|
// src/workspace/workspace-cache.ts
|
|
1802
|
-
import { Client as
|
|
1807
|
+
import { Client as Client3 } from "@botpress/client";
|
|
1803
1808
|
class WorkspaceCache {
|
|
1804
1809
|
cache = new Map;
|
|
1805
1810
|
CACHE_TTL = 60 * 60 * 1000;
|
|
@@ -1810,7 +1815,7 @@ class WorkspaceCache {
|
|
|
1810
1815
|
}
|
|
1811
1816
|
try {
|
|
1812
1817
|
const credentials = await auth.getActiveCredentials();
|
|
1813
|
-
const client = new
|
|
1818
|
+
const client = new Client3({
|
|
1814
1819
|
apiUrl: credentials.apiUrl,
|
|
1815
1820
|
token: credentials.token,
|
|
1816
1821
|
headers: {
|
|
@@ -1916,7 +1921,7 @@ import path13 from "path";
|
|
|
1916
1921
|
import fs5 from "fs/promises";
|
|
1917
1922
|
import path6 from "path";
|
|
1918
1923
|
import crypto from "crypto";
|
|
1919
|
-
import { Client as
|
|
1924
|
+
import { Client as Client4 } from "@botpress/client";
|
|
1920
1925
|
|
|
1921
1926
|
// src/assets/cache.ts
|
|
1922
1927
|
import fs4 from "fs/promises";
|
|
@@ -2022,7 +2027,7 @@ class AssetsManager {
|
|
|
2022
2027
|
if (!this.botId) {
|
|
2023
2028
|
throw new Error("Bot ID is required for asset operations. Please deploy your agent first or create agent.json with botId and workspaceId.");
|
|
2024
2029
|
}
|
|
2025
|
-
this.client = new
|
|
2030
|
+
this.client = new Client4({
|
|
2026
2031
|
token: credentials.token,
|
|
2027
2032
|
apiUrl: credentials.apiUrl,
|
|
2028
2033
|
workspaceId,
|
|
@@ -2354,7 +2359,7 @@ declare global {
|
|
|
2354
2359
|
// src/assets/updater.ts
|
|
2355
2360
|
init_fs();
|
|
2356
2361
|
// src/integrations/manager.ts
|
|
2357
|
-
import { Client as
|
|
2362
|
+
import { Client as Client5 } from "@botpress/client";
|
|
2358
2363
|
|
|
2359
2364
|
// src/integrations/enhanced-cache.ts
|
|
2360
2365
|
import fs6 from "fs/promises";
|
|
@@ -2570,7 +2575,7 @@ class IntegrationManager {
|
|
|
2570
2575
|
throw new Error('No workspace ID found in current profile. Please login again with "adk login"');
|
|
2571
2576
|
}
|
|
2572
2577
|
const workspaceId = this.options.workspaceId || credentials.workspaceId;
|
|
2573
|
-
this.client = new
|
|
2578
|
+
this.client = new Client5({
|
|
2574
2579
|
token: credentials.token,
|
|
2575
2580
|
apiUrl: credentials.apiUrl,
|
|
2576
2581
|
workspaceId,
|
|
@@ -2828,11 +2833,11 @@ class IntegrationCache {
|
|
|
2828
2833
|
}
|
|
2829
2834
|
}
|
|
2830
2835
|
// src/integrations/operations.ts
|
|
2831
|
-
import { Client as
|
|
2836
|
+
import { Client as Client7 } from "@botpress/client";
|
|
2832
2837
|
import * as process2 from "process";
|
|
2833
2838
|
|
|
2834
2839
|
// src/integrations/hub-cache.ts
|
|
2835
|
-
import { Client as
|
|
2840
|
+
import { Client as Client6 } from "@botpress/client";
|
|
2836
2841
|
import * as fs8 from "fs/promises";
|
|
2837
2842
|
import * as path9 from "path";
|
|
2838
2843
|
import * as os6 from "os";
|
|
@@ -2849,7 +2854,7 @@ class HubCache {
|
|
|
2849
2854
|
if (!credentials.workspaceId) {
|
|
2850
2855
|
throw new Error('No workspace ID found in current profile. Please login again with "adk login"');
|
|
2851
2856
|
}
|
|
2852
|
-
this.client = new
|
|
2857
|
+
this.client = new Client6({
|
|
2853
2858
|
token: credentials.token,
|
|
2854
2859
|
apiUrl: credentials.apiUrl,
|
|
2855
2860
|
workspaceId: credentials.workspaceId,
|
|
@@ -3050,7 +3055,7 @@ class IntegrationOperations {
|
|
|
3050
3055
|
if (!workspaceId) {
|
|
3051
3056
|
throw new Error('No workspace ID found in current profile. Please login again with "adk login"');
|
|
3052
3057
|
}
|
|
3053
|
-
this.client = new
|
|
3058
|
+
this.client = new Client7({
|
|
3054
3059
|
token: credentials.token,
|
|
3055
3060
|
apiUrl: credentials.apiUrl,
|
|
3056
3061
|
workspaceId,
|
|
@@ -3333,7 +3338,7 @@ class IntegrationOperations {
|
|
|
3333
3338
|
}
|
|
3334
3339
|
}
|
|
3335
3340
|
// src/integrations/checker.ts
|
|
3336
|
-
import { Client as
|
|
3341
|
+
import { Client as Client8 } from "@botpress/client";
|
|
3337
3342
|
class IntegrationChecker {
|
|
3338
3343
|
projectPath;
|
|
3339
3344
|
client;
|
|
@@ -3348,7 +3353,7 @@ class IntegrationChecker {
|
|
|
3348
3353
|
if (!workspaceId) {
|
|
3349
3354
|
throw new Error('No workspace ID found. Please login with "adk login"');
|
|
3350
3355
|
}
|
|
3351
|
-
this.client = new
|
|
3356
|
+
this.client = new Client8({
|
|
3352
3357
|
token: credentials.token,
|
|
3353
3358
|
apiUrl: credentials.apiUrl,
|
|
3354
3359
|
workspaceId,
|
|
@@ -3507,7 +3512,7 @@ class IntegrationChecker {
|
|
|
3507
3512
|
}
|
|
3508
3513
|
}
|
|
3509
3514
|
// src/integrations/sync-manager.ts
|
|
3510
|
-
import { Client as
|
|
3515
|
+
import { Client as Client9 } from "@botpress/client";
|
|
3511
3516
|
class IntegrationSyncManager {
|
|
3512
3517
|
projectPath;
|
|
3513
3518
|
client;
|
|
@@ -3522,7 +3527,7 @@ class IntegrationSyncManager {
|
|
|
3522
3527
|
if (!workspaceId) {
|
|
3523
3528
|
throw new Error('No workspace ID found. Please login with "adk login"');
|
|
3524
3529
|
}
|
|
3525
|
-
this.client = new
|
|
3530
|
+
this.client = new Client9({
|
|
3526
3531
|
token: credentials.token,
|
|
3527
3532
|
apiUrl: credentials.apiUrl,
|
|
3528
3533
|
workspaceId,
|
|
@@ -3600,7 +3605,7 @@ class IntegrationSyncManager {
|
|
|
3600
3605
|
}
|
|
3601
3606
|
}
|
|
3602
3607
|
// src/interfaces/manager.ts
|
|
3603
|
-
import { Client as
|
|
3608
|
+
import { Client as Client10 } from "@botpress/client";
|
|
3604
3609
|
|
|
3605
3610
|
// src/interfaces/enhanced-cache.ts
|
|
3606
3611
|
import fs9 from "fs/promises";
|
|
@@ -3771,7 +3776,7 @@ class InterfaceManager {
|
|
|
3771
3776
|
if (!this.options.workspaceId && !credentials.workspaceId) {
|
|
3772
3777
|
throw new Error('No workspace ID found in current profile. Please login again with "adk login"');
|
|
3773
3778
|
}
|
|
3774
|
-
this.client = new
|
|
3779
|
+
this.client = new Client10({
|
|
3775
3780
|
token: credentials.token,
|
|
3776
3781
|
apiUrl: credentials.apiUrl,
|
|
3777
3782
|
workspaceId: this.options.workspaceId || credentials.workspaceId,
|
|
@@ -4726,7 +4731,7 @@ init_validation_errors();
|
|
|
4726
4731
|
init_agent_resolver();
|
|
4727
4732
|
init_types();
|
|
4728
4733
|
// src/config/manager.ts
|
|
4729
|
-
import { Client as
|
|
4734
|
+
import { Client as Client11 } from "@botpress/client";
|
|
4730
4735
|
import { sync as jex } from "@bpinternal/jex";
|
|
4731
4736
|
class ConfigManager {
|
|
4732
4737
|
botId;
|
|
@@ -4737,7 +4742,7 @@ class ConfigManager {
|
|
|
4737
4742
|
async getClient() {
|
|
4738
4743
|
if (!this.client) {
|
|
4739
4744
|
const credentials = await auth.getActiveCredentials();
|
|
4740
|
-
this.client = new
|
|
4745
|
+
this.client = new Client11({
|
|
4741
4746
|
token: credentials.token,
|
|
4742
4747
|
apiUrl: credentials.apiUrl,
|
|
4743
4748
|
botId: this.botId,
|
|
@@ -4866,7 +4871,7 @@ class AgentProjectGenerator {
|
|
|
4866
4871
|
deploy: "adk deploy"
|
|
4867
4872
|
},
|
|
4868
4873
|
dependencies: {
|
|
4869
|
-
"@botpress/runtime": `^${"1.11.
|
|
4874
|
+
"@botpress/runtime": `^${"1.11.3"}`
|
|
4870
4875
|
},
|
|
4871
4876
|
devDependencies: {
|
|
4872
4877
|
typescript: "^5.9.3"
|
|
@@ -6022,6 +6027,24 @@ ${typeDefinitions || " // No workflows defined yet"}
|
|
|
6022
6027
|
init_utils();
|
|
6023
6028
|
init_fs();
|
|
6024
6029
|
import path25 from "path";
|
|
6030
|
+
function hasConversationIdProperty(schema) {
|
|
6031
|
+
if (!schema || typeof schema !== "object") {
|
|
6032
|
+
return false;
|
|
6033
|
+
}
|
|
6034
|
+
if (schema.properties && "conversationId" in schema.properties) {
|
|
6035
|
+
return true;
|
|
6036
|
+
}
|
|
6037
|
+
for (const key of ["allOf", "anyOf", "oneOf"]) {
|
|
6038
|
+
if (Array.isArray(schema[key])) {
|
|
6039
|
+
for (const subSchema of schema[key]) {
|
|
6040
|
+
if (hasConversationIdProperty(subSchema)) {
|
|
6041
|
+
return true;
|
|
6042
|
+
}
|
|
6043
|
+
}
|
|
6044
|
+
}
|
|
6045
|
+
}
|
|
6046
|
+
return false;
|
|
6047
|
+
}
|
|
6025
6048
|
async function generateConversationTypes(project) {
|
|
6026
6049
|
const conversationTypes = {};
|
|
6027
6050
|
for (const conversationRef of project.conversations) {
|
|
@@ -6052,6 +6075,20 @@ async function generateConversationTypes(project) {
|
|
|
6052
6075
|
console.error(`Failed to process conversation ${conversationRef.export}:`, error);
|
|
6053
6076
|
}
|
|
6054
6077
|
}
|
|
6078
|
+
const routableEventsByIntegration = {};
|
|
6079
|
+
for (const int of project.integrations) {
|
|
6080
|
+
if (!int.definition?.events)
|
|
6081
|
+
continue;
|
|
6082
|
+
const routableEvents = [];
|
|
6083
|
+
for (const [eventName, event] of Object.entries(int.definition.events)) {
|
|
6084
|
+
if (hasConversationIdProperty(event.schema)) {
|
|
6085
|
+
routableEvents.push(`${int.alias}:${eventName}`);
|
|
6086
|
+
}
|
|
6087
|
+
}
|
|
6088
|
+
if (routableEvents.length > 0) {
|
|
6089
|
+
routableEventsByIntegration[int.alias] = routableEvents;
|
|
6090
|
+
}
|
|
6091
|
+
}
|
|
6055
6092
|
const channelDefinitions = Object.entries(conversationTypes).filter(([channel]) => channel !== "*").map(([channel, info]) => {
|
|
6056
6093
|
const [integration, channelName] = channel.split(".");
|
|
6057
6094
|
return ` "${channel}": {
|
|
@@ -6064,6 +6101,13 @@ async function generateConversationTypes(project) {
|
|
|
6064
6101
|
events: Integrations["${integration}"]["events"];
|
|
6065
6102
|
};`;
|
|
6066
6103
|
}).join(`
|
|
6104
|
+
`);
|
|
6105
|
+
const routableEventsDefinitions = Object.entries(conversationTypes).filter(([channel]) => channel !== "*").map(([channel]) => {
|
|
6106
|
+
const [integration] = channel.split(".");
|
|
6107
|
+
const events = routableEventsByIntegration[integration] || [];
|
|
6108
|
+
const eventsTuple = events.length > 0 ? `readonly [${events.map((e) => `"${e}"`).join(", ")}]` : "readonly []";
|
|
6109
|
+
return ` "${channel}": ${eventsTuple};`;
|
|
6110
|
+
}).join(`
|
|
6067
6111
|
`);
|
|
6068
6112
|
const content = `
|
|
6069
6113
|
////////////////////////////////////////////////////////
|
|
@@ -6081,6 +6125,14 @@ declare module "@botpress/runtime/_types/conversations" {
|
|
|
6081
6125
|
export type ConversationDefinitions = {
|
|
6082
6126
|
${channelDefinitions || " // No conversations defined yet"}
|
|
6083
6127
|
};
|
|
6128
|
+
|
|
6129
|
+
/**
|
|
6130
|
+
* Events that can be routed to conversations (events with conversationId property).
|
|
6131
|
+
* Keyed by channel, containing a tuple of event names that have conversationId.
|
|
6132
|
+
*/
|
|
6133
|
+
export type ConversationRoutableEvents = {
|
|
6134
|
+
${routableEventsDefinitions || " // No routable events found"}
|
|
6135
|
+
};
|
|
6084
6136
|
}
|
|
6085
6137
|
`;
|
|
6086
6138
|
const conversationTypesPath = path25.join(project.path, ".adk", "conversation-types.d.ts");
|
|
@@ -6140,7 +6192,7 @@ init_fs();
|
|
|
6140
6192
|
import path27 from "path";
|
|
6141
6193
|
import fs12 from "fs/promises";
|
|
6142
6194
|
import { existsSync as existsSync3 } from "fs";
|
|
6143
|
-
import { Client as
|
|
6195
|
+
import { Client as Client12 } from "@botpress/client";
|
|
6144
6196
|
class DevIdManager {
|
|
6145
6197
|
projectPath;
|
|
6146
6198
|
botProjectPath;
|
|
@@ -6159,7 +6211,7 @@ class DevIdManager {
|
|
|
6159
6211
|
if (!workspaceId) {
|
|
6160
6212
|
throw new Error('No workspace ID found in agent.json or current profile. Please login again with "adk login"');
|
|
6161
6213
|
}
|
|
6162
|
-
this.client = new
|
|
6214
|
+
this.client = new Client12({
|
|
6163
6215
|
token: credentials.token,
|
|
6164
6216
|
apiUrl: credentials.apiUrl,
|
|
6165
6217
|
workspaceId,
|
|
@@ -7604,7 +7656,7 @@ async function generateBotProject(options) {
|
|
|
7604
7656
|
}
|
|
7605
7657
|
}
|
|
7606
7658
|
// src/tables/table-manager.ts
|
|
7607
|
-
import { Client as
|
|
7659
|
+
import { Client as Client13 } from "@botpress/client";
|
|
7608
7660
|
import { transforms as transforms4 } from "@botpress/sdk";
|
|
7609
7661
|
class TableManager {
|
|
7610
7662
|
client;
|
|
@@ -7618,7 +7670,7 @@ class TableManager {
|
|
|
7618
7670
|
if (!this.client) {
|
|
7619
7671
|
const credentials = await auth.getActiveCredentials();
|
|
7620
7672
|
this.assertBotId("initialize client");
|
|
7621
|
-
this.client = new
|
|
7673
|
+
this.client = new Client13({
|
|
7622
7674
|
token: credentials.token,
|
|
7623
7675
|
apiUrl: credentials.apiUrl,
|
|
7624
7676
|
botId: this.botId,
|
|
@@ -8085,7 +8137,7 @@ import crypto4 from "crypto";
|
|
|
8085
8137
|
import path33 from "path";
|
|
8086
8138
|
import fs16 from "fs/promises";
|
|
8087
8139
|
import { glob } from "glob";
|
|
8088
|
-
import { Client as
|
|
8140
|
+
import { Client as Client14 } from "@botpress/client";
|
|
8089
8141
|
import { DataSource } from "@botpress/runtime";
|
|
8090
8142
|
|
|
8091
8143
|
// src/knowledge/types.ts
|
|
@@ -8130,7 +8182,7 @@ class KnowledgeManager {
|
|
|
8130
8182
|
if (!this.client) {
|
|
8131
8183
|
const credentials = await auth.getActiveCredentials();
|
|
8132
8184
|
this.assertBotId("initialize client");
|
|
8133
|
-
this.client = new
|
|
8185
|
+
this.client = new Client14({
|
|
8134
8186
|
token: credentials.token,
|
|
8135
8187
|
apiUrl: credentials.apiUrl,
|
|
8136
8188
|
botId: this.botId,
|
|
@@ -9016,7 +9068,7 @@ class FileWatcher2 extends EventEmitter3 {
|
|
|
9016
9068
|
}
|
|
9017
9069
|
}
|
|
9018
9070
|
// src/preflight/checker.ts
|
|
9019
|
-
import { Client as
|
|
9071
|
+
import { Client as Client15 } from "@botpress/client";
|
|
9020
9072
|
import path34 from "path";
|
|
9021
9073
|
|
|
9022
9074
|
// src/preflight/types.ts
|
|
@@ -9231,7 +9283,7 @@ class PreflightChecker {
|
|
|
9231
9283
|
if (!workspaceId) {
|
|
9232
9284
|
throw new Error('No workspace ID found. Please login with "adk login"');
|
|
9233
9285
|
}
|
|
9234
|
-
this.client = new
|
|
9286
|
+
this.client = new Client15({
|
|
9235
9287
|
token: credentials.token,
|
|
9236
9288
|
apiUrl: credentials.apiUrl,
|
|
9237
9289
|
workspaceId,
|
|
@@ -9441,5 +9493,5 @@ export {
|
|
|
9441
9493
|
AgentProject
|
|
9442
9494
|
};
|
|
9443
9495
|
|
|
9444
|
-
//# debugId=
|
|
9496
|
+
//# debugId=88AB867F805D688364756E2164756E21
|
|
9445
9497
|
//# sourceMappingURL=index.js.map
|