@chatbotkit/cli 1.26.1 → 1.26.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.
Files changed (122) hide show
  1. package/dist/cjs/command/api/blueprint/index.cjs +81 -0
  2. package/dist/cjs/command/api/blueprint/index.d.ts +8 -0
  3. package/dist/cjs/command/api/bot/index.cjs +61 -0
  4. package/dist/cjs/command/api/bot/index.d.ts +6 -0
  5. package/dist/cjs/command/api/contact/index.cjs +61 -0
  6. package/dist/cjs/command/api/contact/index.d.ts +6 -0
  7. package/dist/cjs/command/api/dataset/file/index.cjs +76 -0
  8. package/dist/cjs/command/api/dataset/file/index.d.ts +7 -0
  9. package/dist/cjs/command/api/dataset/index.cjs +7 -2
  10. package/dist/cjs/command/api/dataset/record/index.cjs +83 -0
  11. package/dist/cjs/command/api/dataset/record/index.d.ts +7 -0
  12. package/dist/cjs/command/api/file/index.cjs +71 -0
  13. package/dist/cjs/command/api/file/index.d.ts +7 -0
  14. package/dist/cjs/command/api/index.cjs +24 -8
  15. package/dist/cjs/command/api/integration/discord/index.cjs +71 -0
  16. package/dist/cjs/command/api/integration/discord/index.d.ts +7 -0
  17. package/dist/cjs/command/api/integration/email/index.cjs +71 -0
  18. package/dist/cjs/command/api/integration/email/index.d.ts +7 -0
  19. package/dist/cjs/command/api/integration/extract/index.cjs +61 -0
  20. package/dist/cjs/command/api/integration/extract/index.d.ts +6 -0
  21. package/dist/cjs/command/api/integration/index.cjs +44 -0
  22. package/dist/cjs/command/api/integration/index.d.ts +3 -0
  23. package/dist/cjs/command/api/integration/instagram/index.cjs +71 -0
  24. package/dist/cjs/command/api/integration/instagram/index.d.ts +7 -0
  25. package/dist/cjs/command/api/integration/mcpserver/index.cjs +61 -0
  26. package/dist/cjs/command/api/integration/mcpserver/index.d.ts +6 -0
  27. package/dist/cjs/command/api/integration/messenger/index.cjs +71 -0
  28. package/dist/cjs/command/api/integration/messenger/index.d.ts +7 -0
  29. package/dist/cjs/command/api/integration/notion/index.cjs +71 -0
  30. package/dist/cjs/command/api/integration/notion/index.d.ts +7 -0
  31. package/dist/cjs/command/api/integration/sitemap/index.cjs +71 -0
  32. package/dist/cjs/command/api/integration/sitemap/index.d.ts +7 -0
  33. package/dist/cjs/command/api/integration/slack/index.cjs +71 -0
  34. package/dist/cjs/command/api/integration/slack/index.d.ts +7 -0
  35. package/dist/cjs/command/api/integration/support/index.cjs +61 -0
  36. package/dist/cjs/command/api/integration/support/index.d.ts +6 -0
  37. package/dist/cjs/command/api/integration/telegram/index.cjs +71 -0
  38. package/dist/cjs/command/api/integration/telegram/index.d.ts +7 -0
  39. package/dist/cjs/command/api/integration/trigger/index.cjs +71 -0
  40. package/dist/cjs/command/api/integration/trigger/index.d.ts +7 -0
  41. package/dist/cjs/command/api/integration/twilio/index.cjs +71 -0
  42. package/dist/cjs/command/api/integration/twilio/index.d.ts +7 -0
  43. package/dist/cjs/command/api/integration/whatsapp/index.cjs +71 -0
  44. package/dist/cjs/command/api/integration/whatsapp/index.d.ts +7 -0
  45. package/dist/cjs/command/api/integration/widget/index.cjs +71 -0
  46. package/dist/cjs/command/api/integration/widget/index.d.ts +7 -0
  47. package/dist/cjs/command/api/memory/index.cjs +79 -0
  48. package/dist/cjs/command/api/memory/index.d.ts +7 -0
  49. package/dist/cjs/command/api/secret/index.cjs +81 -0
  50. package/dist/cjs/command/api/secret/index.d.ts +8 -0
  51. package/dist/cjs/command/api/skillset/ability/index.cjs +83 -0
  52. package/dist/cjs/command/api/skillset/ability/index.d.ts +7 -0
  53. package/dist/cjs/command/api/skillset/index.cjs +5 -2
  54. package/dist/cjs/command/api/team/index.cjs +42 -0
  55. package/dist/cjs/command/api/team/index.d.ts +4 -0
  56. package/dist/cjs/input.cjs +28 -0
  57. package/dist/cjs/input.d.ts +5 -0
  58. package/dist/cjs/solution/index.cjs +1 -1
  59. package/dist/cjs/tools.cjs +5 -186
  60. package/dist/cjs/tools.d.ts +2 -7
  61. package/dist/esm/command/api/blueprint/index.d.ts +8 -0
  62. package/dist/esm/command/api/blueprint/index.js +78 -0
  63. package/dist/esm/command/api/bot/index.d.ts +6 -0
  64. package/dist/esm/command/api/bot/index.js +58 -0
  65. package/dist/esm/command/api/contact/index.d.ts +6 -0
  66. package/dist/esm/command/api/contact/index.js +58 -0
  67. package/dist/esm/command/api/dataset/file/index.d.ts +7 -0
  68. package/dist/esm/command/api/dataset/file/index.js +73 -0
  69. package/dist/esm/command/api/dataset/index.js +4 -0
  70. package/dist/esm/command/api/dataset/record/index.d.ts +7 -0
  71. package/dist/esm/command/api/dataset/record/index.js +80 -0
  72. package/dist/esm/command/api/file/index.d.ts +7 -0
  73. package/dist/esm/command/api/file/index.js +68 -0
  74. package/dist/esm/command/api/index.js +17 -1
  75. package/dist/esm/command/api/integration/discord/index.d.ts +7 -0
  76. package/dist/esm/command/api/integration/discord/index.js +68 -0
  77. package/dist/esm/command/api/integration/email/index.d.ts +7 -0
  78. package/dist/esm/command/api/integration/email/index.js +68 -0
  79. package/dist/esm/command/api/integration/extract/index.d.ts +6 -0
  80. package/dist/esm/command/api/integration/extract/index.js +58 -0
  81. package/dist/esm/command/api/integration/index.d.ts +3 -0
  82. package/dist/esm/command/api/integration/index.js +40 -0
  83. package/dist/esm/command/api/integration/instagram/index.d.ts +7 -0
  84. package/dist/esm/command/api/integration/instagram/index.js +68 -0
  85. package/dist/esm/command/api/integration/mcpserver/index.d.ts +6 -0
  86. package/dist/esm/command/api/integration/mcpserver/index.js +58 -0
  87. package/dist/esm/command/api/integration/messenger/index.d.ts +7 -0
  88. package/dist/esm/command/api/integration/messenger/index.js +68 -0
  89. package/dist/esm/command/api/integration/notion/index.d.ts +7 -0
  90. package/dist/esm/command/api/integration/notion/index.js +68 -0
  91. package/dist/esm/command/api/integration/sitemap/index.d.ts +7 -0
  92. package/dist/esm/command/api/integration/sitemap/index.js +68 -0
  93. package/dist/esm/command/api/integration/slack/index.d.ts +7 -0
  94. package/dist/esm/command/api/integration/slack/index.js +68 -0
  95. package/dist/esm/command/api/integration/support/index.d.ts +6 -0
  96. package/dist/esm/command/api/integration/support/index.js +58 -0
  97. package/dist/esm/command/api/integration/telegram/index.d.ts +7 -0
  98. package/dist/esm/command/api/integration/telegram/index.js +68 -0
  99. package/dist/esm/command/api/integration/trigger/index.d.ts +7 -0
  100. package/dist/esm/command/api/integration/trigger/index.js +68 -0
  101. package/dist/esm/command/api/integration/twilio/index.d.ts +7 -0
  102. package/dist/esm/command/api/integration/twilio/index.js +68 -0
  103. package/dist/esm/command/api/integration/whatsapp/index.d.ts +7 -0
  104. package/dist/esm/command/api/integration/whatsapp/index.js +68 -0
  105. package/dist/esm/command/api/integration/widget/index.d.ts +7 -0
  106. package/dist/esm/command/api/integration/widget/index.js +68 -0
  107. package/dist/esm/command/api/memory/index.d.ts +7 -0
  108. package/dist/esm/command/api/memory/index.js +76 -0
  109. package/dist/esm/command/api/secret/index.d.ts +8 -0
  110. package/dist/esm/command/api/secret/index.js +78 -0
  111. package/dist/esm/command/api/skillset/ability/index.d.ts +7 -0
  112. package/dist/esm/command/api/skillset/ability/index.js +80 -0
  113. package/dist/esm/command/api/skillset/index.js +2 -0
  114. package/dist/esm/command/api/team/index.d.ts +4 -0
  115. package/dist/esm/command/api/team/index.js +39 -0
  116. package/dist/esm/input.d.ts +5 -0
  117. package/dist/esm/input.js +27 -0
  118. package/dist/esm/solution/index.d.ts +78 -72
  119. package/dist/esm/solution/index.js +1 -1
  120. package/dist/esm/tools.d.ts +2 -7
  121. package/dist/esm/tools.js +2 -183
  122. package/package.json +783 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatbotkit/cli",
3
- "version": "1.26.1",
3
+ "version": "1.26.3",
4
4
  "description": "ChatBotKit command line tools",
5
5
  "license": "ISC",
6
6
  "engines": {
@@ -75,6 +75,96 @@
75
75
  "default": "./dist/cjs/command/agent/index.cjs"
76
76
  }
77
77
  },
78
+ "./command/api/blueprint": {
79
+ "import": {
80
+ "types": "./dist/esm/command/api/blueprint/index.d.ts",
81
+ "default": "./dist/esm/command/api/blueprint/index.js"
82
+ },
83
+ "require": {
84
+ "types": "./dist/cjs/command/api/blueprint/index.d.ts",
85
+ "default": "./dist/cjs/command/api/blueprint/index.cjs"
86
+ }
87
+ },
88
+ "./command/api/blueprint/index": {
89
+ "import": {
90
+ "types": "./dist/esm/command/api/blueprint/index.d.ts",
91
+ "default": "./dist/esm/command/api/blueprint/index.js"
92
+ },
93
+ "require": {
94
+ "types": "./dist/cjs/command/api/blueprint/index.d.ts",
95
+ "default": "./dist/cjs/command/api/blueprint/index.cjs"
96
+ }
97
+ },
98
+ "./command/api/blueprint/index.js": {
99
+ "import": {
100
+ "types": "./dist/esm/command/api/blueprint/index.d.ts",
101
+ "default": "./dist/esm/command/api/blueprint/index.js"
102
+ },
103
+ "require": {
104
+ "types": "./dist/cjs/command/api/blueprint/index.d.ts",
105
+ "default": "./dist/cjs/command/api/blueprint/index.cjs"
106
+ }
107
+ },
108
+ "./command/api/bot": {
109
+ "import": {
110
+ "types": "./dist/esm/command/api/bot/index.d.ts",
111
+ "default": "./dist/esm/command/api/bot/index.js"
112
+ },
113
+ "require": {
114
+ "types": "./dist/cjs/command/api/bot/index.d.ts",
115
+ "default": "./dist/cjs/command/api/bot/index.cjs"
116
+ }
117
+ },
118
+ "./command/api/bot/index": {
119
+ "import": {
120
+ "types": "./dist/esm/command/api/bot/index.d.ts",
121
+ "default": "./dist/esm/command/api/bot/index.js"
122
+ },
123
+ "require": {
124
+ "types": "./dist/cjs/command/api/bot/index.d.ts",
125
+ "default": "./dist/cjs/command/api/bot/index.cjs"
126
+ }
127
+ },
128
+ "./command/api/bot/index.js": {
129
+ "import": {
130
+ "types": "./dist/esm/command/api/bot/index.d.ts",
131
+ "default": "./dist/esm/command/api/bot/index.js"
132
+ },
133
+ "require": {
134
+ "types": "./dist/cjs/command/api/bot/index.d.ts",
135
+ "default": "./dist/cjs/command/api/bot/index.cjs"
136
+ }
137
+ },
138
+ "./command/api/contact": {
139
+ "import": {
140
+ "types": "./dist/esm/command/api/contact/index.d.ts",
141
+ "default": "./dist/esm/command/api/contact/index.js"
142
+ },
143
+ "require": {
144
+ "types": "./dist/cjs/command/api/contact/index.d.ts",
145
+ "default": "./dist/cjs/command/api/contact/index.cjs"
146
+ }
147
+ },
148
+ "./command/api/contact/index": {
149
+ "import": {
150
+ "types": "./dist/esm/command/api/contact/index.d.ts",
151
+ "default": "./dist/esm/command/api/contact/index.js"
152
+ },
153
+ "require": {
154
+ "types": "./dist/cjs/command/api/contact/index.d.ts",
155
+ "default": "./dist/cjs/command/api/contact/index.cjs"
156
+ }
157
+ },
158
+ "./command/api/contact/index.js": {
159
+ "import": {
160
+ "types": "./dist/esm/command/api/contact/index.d.ts",
161
+ "default": "./dist/esm/command/api/contact/index.js"
162
+ },
163
+ "require": {
164
+ "types": "./dist/cjs/command/api/contact/index.d.ts",
165
+ "default": "./dist/cjs/command/api/contact/index.cjs"
166
+ }
167
+ },
78
168
  "./command/api/conversation": {
79
169
  "import": {
80
170
  "types": "./dist/esm/command/api/conversation/index.d.ts",
@@ -135,6 +225,36 @@
135
225
  "default": "./dist/cjs/command/api/conversation/message/index.cjs"
136
226
  }
137
227
  },
228
+ "./command/api/dataset/file": {
229
+ "import": {
230
+ "types": "./dist/esm/command/api/dataset/file/index.d.ts",
231
+ "default": "./dist/esm/command/api/dataset/file/index.js"
232
+ },
233
+ "require": {
234
+ "types": "./dist/cjs/command/api/dataset/file/index.d.ts",
235
+ "default": "./dist/cjs/command/api/dataset/file/index.cjs"
236
+ }
237
+ },
238
+ "./command/api/dataset/file/index": {
239
+ "import": {
240
+ "types": "./dist/esm/command/api/dataset/file/index.d.ts",
241
+ "default": "./dist/esm/command/api/dataset/file/index.js"
242
+ },
243
+ "require": {
244
+ "types": "./dist/cjs/command/api/dataset/file/index.d.ts",
245
+ "default": "./dist/cjs/command/api/dataset/file/index.cjs"
246
+ }
247
+ },
248
+ "./command/api/dataset/file/index.js": {
249
+ "import": {
250
+ "types": "./dist/esm/command/api/dataset/file/index.d.ts",
251
+ "default": "./dist/esm/command/api/dataset/file/index.js"
252
+ },
253
+ "require": {
254
+ "types": "./dist/cjs/command/api/dataset/file/index.d.ts",
255
+ "default": "./dist/cjs/command/api/dataset/file/index.cjs"
256
+ }
257
+ },
138
258
  "./command/api/dataset": {
139
259
  "import": {
140
260
  "types": "./dist/esm/command/api/dataset/index.d.ts",
@@ -165,6 +285,66 @@
165
285
  "default": "./dist/cjs/command/api/dataset/index.cjs"
166
286
  }
167
287
  },
288
+ "./command/api/dataset/record": {
289
+ "import": {
290
+ "types": "./dist/esm/command/api/dataset/record/index.d.ts",
291
+ "default": "./dist/esm/command/api/dataset/record/index.js"
292
+ },
293
+ "require": {
294
+ "types": "./dist/cjs/command/api/dataset/record/index.d.ts",
295
+ "default": "./dist/cjs/command/api/dataset/record/index.cjs"
296
+ }
297
+ },
298
+ "./command/api/dataset/record/index": {
299
+ "import": {
300
+ "types": "./dist/esm/command/api/dataset/record/index.d.ts",
301
+ "default": "./dist/esm/command/api/dataset/record/index.js"
302
+ },
303
+ "require": {
304
+ "types": "./dist/cjs/command/api/dataset/record/index.d.ts",
305
+ "default": "./dist/cjs/command/api/dataset/record/index.cjs"
306
+ }
307
+ },
308
+ "./command/api/dataset/record/index.js": {
309
+ "import": {
310
+ "types": "./dist/esm/command/api/dataset/record/index.d.ts",
311
+ "default": "./dist/esm/command/api/dataset/record/index.js"
312
+ },
313
+ "require": {
314
+ "types": "./dist/cjs/command/api/dataset/record/index.d.ts",
315
+ "default": "./dist/cjs/command/api/dataset/record/index.cjs"
316
+ }
317
+ },
318
+ "./command/api/file": {
319
+ "import": {
320
+ "types": "./dist/esm/command/api/file/index.d.ts",
321
+ "default": "./dist/esm/command/api/file/index.js"
322
+ },
323
+ "require": {
324
+ "types": "./dist/cjs/command/api/file/index.d.ts",
325
+ "default": "./dist/cjs/command/api/file/index.cjs"
326
+ }
327
+ },
328
+ "./command/api/file/index": {
329
+ "import": {
330
+ "types": "./dist/esm/command/api/file/index.d.ts",
331
+ "default": "./dist/esm/command/api/file/index.js"
332
+ },
333
+ "require": {
334
+ "types": "./dist/cjs/command/api/file/index.d.ts",
335
+ "default": "./dist/cjs/command/api/file/index.cjs"
336
+ }
337
+ },
338
+ "./command/api/file/index.js": {
339
+ "import": {
340
+ "types": "./dist/esm/command/api/file/index.d.ts",
341
+ "default": "./dist/esm/command/api/file/index.js"
342
+ },
343
+ "require": {
344
+ "types": "./dist/cjs/command/api/file/index.d.ts",
345
+ "default": "./dist/cjs/command/api/file/index.cjs"
346
+ }
347
+ },
168
348
  "./command/api": {
169
349
  "import": {
170
350
  "types": "./dist/esm/command/api/index.d.ts",
@@ -195,6 +375,516 @@
195
375
  "default": "./dist/cjs/command/api/index.cjs"
196
376
  }
197
377
  },
378
+ "./command/api/integration/discord": {
379
+ "import": {
380
+ "types": "./dist/esm/command/api/integration/discord/index.d.ts",
381
+ "default": "./dist/esm/command/api/integration/discord/index.js"
382
+ },
383
+ "require": {
384
+ "types": "./dist/cjs/command/api/integration/discord/index.d.ts",
385
+ "default": "./dist/cjs/command/api/integration/discord/index.cjs"
386
+ }
387
+ },
388
+ "./command/api/integration/discord/index": {
389
+ "import": {
390
+ "types": "./dist/esm/command/api/integration/discord/index.d.ts",
391
+ "default": "./dist/esm/command/api/integration/discord/index.js"
392
+ },
393
+ "require": {
394
+ "types": "./dist/cjs/command/api/integration/discord/index.d.ts",
395
+ "default": "./dist/cjs/command/api/integration/discord/index.cjs"
396
+ }
397
+ },
398
+ "./command/api/integration/discord/index.js": {
399
+ "import": {
400
+ "types": "./dist/esm/command/api/integration/discord/index.d.ts",
401
+ "default": "./dist/esm/command/api/integration/discord/index.js"
402
+ },
403
+ "require": {
404
+ "types": "./dist/cjs/command/api/integration/discord/index.d.ts",
405
+ "default": "./dist/cjs/command/api/integration/discord/index.cjs"
406
+ }
407
+ },
408
+ "./command/api/integration/email": {
409
+ "import": {
410
+ "types": "./dist/esm/command/api/integration/email/index.d.ts",
411
+ "default": "./dist/esm/command/api/integration/email/index.js"
412
+ },
413
+ "require": {
414
+ "types": "./dist/cjs/command/api/integration/email/index.d.ts",
415
+ "default": "./dist/cjs/command/api/integration/email/index.cjs"
416
+ }
417
+ },
418
+ "./command/api/integration/email/index": {
419
+ "import": {
420
+ "types": "./dist/esm/command/api/integration/email/index.d.ts",
421
+ "default": "./dist/esm/command/api/integration/email/index.js"
422
+ },
423
+ "require": {
424
+ "types": "./dist/cjs/command/api/integration/email/index.d.ts",
425
+ "default": "./dist/cjs/command/api/integration/email/index.cjs"
426
+ }
427
+ },
428
+ "./command/api/integration/email/index.js": {
429
+ "import": {
430
+ "types": "./dist/esm/command/api/integration/email/index.d.ts",
431
+ "default": "./dist/esm/command/api/integration/email/index.js"
432
+ },
433
+ "require": {
434
+ "types": "./dist/cjs/command/api/integration/email/index.d.ts",
435
+ "default": "./dist/cjs/command/api/integration/email/index.cjs"
436
+ }
437
+ },
438
+ "./command/api/integration/extract": {
439
+ "import": {
440
+ "types": "./dist/esm/command/api/integration/extract/index.d.ts",
441
+ "default": "./dist/esm/command/api/integration/extract/index.js"
442
+ },
443
+ "require": {
444
+ "types": "./dist/cjs/command/api/integration/extract/index.d.ts",
445
+ "default": "./dist/cjs/command/api/integration/extract/index.cjs"
446
+ }
447
+ },
448
+ "./command/api/integration/extract/index": {
449
+ "import": {
450
+ "types": "./dist/esm/command/api/integration/extract/index.d.ts",
451
+ "default": "./dist/esm/command/api/integration/extract/index.js"
452
+ },
453
+ "require": {
454
+ "types": "./dist/cjs/command/api/integration/extract/index.d.ts",
455
+ "default": "./dist/cjs/command/api/integration/extract/index.cjs"
456
+ }
457
+ },
458
+ "./command/api/integration/extract/index.js": {
459
+ "import": {
460
+ "types": "./dist/esm/command/api/integration/extract/index.d.ts",
461
+ "default": "./dist/esm/command/api/integration/extract/index.js"
462
+ },
463
+ "require": {
464
+ "types": "./dist/cjs/command/api/integration/extract/index.d.ts",
465
+ "default": "./dist/cjs/command/api/integration/extract/index.cjs"
466
+ }
467
+ },
468
+ "./command/api/integration": {
469
+ "import": {
470
+ "types": "./dist/esm/command/api/integration/index.d.ts",
471
+ "default": "./dist/esm/command/api/integration/index.js"
472
+ },
473
+ "require": {
474
+ "types": "./dist/cjs/command/api/integration/index.d.ts",
475
+ "default": "./dist/cjs/command/api/integration/index.cjs"
476
+ }
477
+ },
478
+ "./command/api/integration/index": {
479
+ "import": {
480
+ "types": "./dist/esm/command/api/integration/index.d.ts",
481
+ "default": "./dist/esm/command/api/integration/index.js"
482
+ },
483
+ "require": {
484
+ "types": "./dist/cjs/command/api/integration/index.d.ts",
485
+ "default": "./dist/cjs/command/api/integration/index.cjs"
486
+ }
487
+ },
488
+ "./command/api/integration/index.js": {
489
+ "import": {
490
+ "types": "./dist/esm/command/api/integration/index.d.ts",
491
+ "default": "./dist/esm/command/api/integration/index.js"
492
+ },
493
+ "require": {
494
+ "types": "./dist/cjs/command/api/integration/index.d.ts",
495
+ "default": "./dist/cjs/command/api/integration/index.cjs"
496
+ }
497
+ },
498
+ "./command/api/integration/instagram": {
499
+ "import": {
500
+ "types": "./dist/esm/command/api/integration/instagram/index.d.ts",
501
+ "default": "./dist/esm/command/api/integration/instagram/index.js"
502
+ },
503
+ "require": {
504
+ "types": "./dist/cjs/command/api/integration/instagram/index.d.ts",
505
+ "default": "./dist/cjs/command/api/integration/instagram/index.cjs"
506
+ }
507
+ },
508
+ "./command/api/integration/instagram/index": {
509
+ "import": {
510
+ "types": "./dist/esm/command/api/integration/instagram/index.d.ts",
511
+ "default": "./dist/esm/command/api/integration/instagram/index.js"
512
+ },
513
+ "require": {
514
+ "types": "./dist/cjs/command/api/integration/instagram/index.d.ts",
515
+ "default": "./dist/cjs/command/api/integration/instagram/index.cjs"
516
+ }
517
+ },
518
+ "./command/api/integration/instagram/index.js": {
519
+ "import": {
520
+ "types": "./dist/esm/command/api/integration/instagram/index.d.ts",
521
+ "default": "./dist/esm/command/api/integration/instagram/index.js"
522
+ },
523
+ "require": {
524
+ "types": "./dist/cjs/command/api/integration/instagram/index.d.ts",
525
+ "default": "./dist/cjs/command/api/integration/instagram/index.cjs"
526
+ }
527
+ },
528
+ "./command/api/integration/mcpserver": {
529
+ "import": {
530
+ "types": "./dist/esm/command/api/integration/mcpserver/index.d.ts",
531
+ "default": "./dist/esm/command/api/integration/mcpserver/index.js"
532
+ },
533
+ "require": {
534
+ "types": "./dist/cjs/command/api/integration/mcpserver/index.d.ts",
535
+ "default": "./dist/cjs/command/api/integration/mcpserver/index.cjs"
536
+ }
537
+ },
538
+ "./command/api/integration/mcpserver/index": {
539
+ "import": {
540
+ "types": "./dist/esm/command/api/integration/mcpserver/index.d.ts",
541
+ "default": "./dist/esm/command/api/integration/mcpserver/index.js"
542
+ },
543
+ "require": {
544
+ "types": "./dist/cjs/command/api/integration/mcpserver/index.d.ts",
545
+ "default": "./dist/cjs/command/api/integration/mcpserver/index.cjs"
546
+ }
547
+ },
548
+ "./command/api/integration/mcpserver/index.js": {
549
+ "import": {
550
+ "types": "./dist/esm/command/api/integration/mcpserver/index.d.ts",
551
+ "default": "./dist/esm/command/api/integration/mcpserver/index.js"
552
+ },
553
+ "require": {
554
+ "types": "./dist/cjs/command/api/integration/mcpserver/index.d.ts",
555
+ "default": "./dist/cjs/command/api/integration/mcpserver/index.cjs"
556
+ }
557
+ },
558
+ "./command/api/integration/messenger": {
559
+ "import": {
560
+ "types": "./dist/esm/command/api/integration/messenger/index.d.ts",
561
+ "default": "./dist/esm/command/api/integration/messenger/index.js"
562
+ },
563
+ "require": {
564
+ "types": "./dist/cjs/command/api/integration/messenger/index.d.ts",
565
+ "default": "./dist/cjs/command/api/integration/messenger/index.cjs"
566
+ }
567
+ },
568
+ "./command/api/integration/messenger/index": {
569
+ "import": {
570
+ "types": "./dist/esm/command/api/integration/messenger/index.d.ts",
571
+ "default": "./dist/esm/command/api/integration/messenger/index.js"
572
+ },
573
+ "require": {
574
+ "types": "./dist/cjs/command/api/integration/messenger/index.d.ts",
575
+ "default": "./dist/cjs/command/api/integration/messenger/index.cjs"
576
+ }
577
+ },
578
+ "./command/api/integration/messenger/index.js": {
579
+ "import": {
580
+ "types": "./dist/esm/command/api/integration/messenger/index.d.ts",
581
+ "default": "./dist/esm/command/api/integration/messenger/index.js"
582
+ },
583
+ "require": {
584
+ "types": "./dist/cjs/command/api/integration/messenger/index.d.ts",
585
+ "default": "./dist/cjs/command/api/integration/messenger/index.cjs"
586
+ }
587
+ },
588
+ "./command/api/integration/notion": {
589
+ "import": {
590
+ "types": "./dist/esm/command/api/integration/notion/index.d.ts",
591
+ "default": "./dist/esm/command/api/integration/notion/index.js"
592
+ },
593
+ "require": {
594
+ "types": "./dist/cjs/command/api/integration/notion/index.d.ts",
595
+ "default": "./dist/cjs/command/api/integration/notion/index.cjs"
596
+ }
597
+ },
598
+ "./command/api/integration/notion/index": {
599
+ "import": {
600
+ "types": "./dist/esm/command/api/integration/notion/index.d.ts",
601
+ "default": "./dist/esm/command/api/integration/notion/index.js"
602
+ },
603
+ "require": {
604
+ "types": "./dist/cjs/command/api/integration/notion/index.d.ts",
605
+ "default": "./dist/cjs/command/api/integration/notion/index.cjs"
606
+ }
607
+ },
608
+ "./command/api/integration/notion/index.js": {
609
+ "import": {
610
+ "types": "./dist/esm/command/api/integration/notion/index.d.ts",
611
+ "default": "./dist/esm/command/api/integration/notion/index.js"
612
+ },
613
+ "require": {
614
+ "types": "./dist/cjs/command/api/integration/notion/index.d.ts",
615
+ "default": "./dist/cjs/command/api/integration/notion/index.cjs"
616
+ }
617
+ },
618
+ "./command/api/integration/sitemap": {
619
+ "import": {
620
+ "types": "./dist/esm/command/api/integration/sitemap/index.d.ts",
621
+ "default": "./dist/esm/command/api/integration/sitemap/index.js"
622
+ },
623
+ "require": {
624
+ "types": "./dist/cjs/command/api/integration/sitemap/index.d.ts",
625
+ "default": "./dist/cjs/command/api/integration/sitemap/index.cjs"
626
+ }
627
+ },
628
+ "./command/api/integration/sitemap/index": {
629
+ "import": {
630
+ "types": "./dist/esm/command/api/integration/sitemap/index.d.ts",
631
+ "default": "./dist/esm/command/api/integration/sitemap/index.js"
632
+ },
633
+ "require": {
634
+ "types": "./dist/cjs/command/api/integration/sitemap/index.d.ts",
635
+ "default": "./dist/cjs/command/api/integration/sitemap/index.cjs"
636
+ }
637
+ },
638
+ "./command/api/integration/sitemap/index.js": {
639
+ "import": {
640
+ "types": "./dist/esm/command/api/integration/sitemap/index.d.ts",
641
+ "default": "./dist/esm/command/api/integration/sitemap/index.js"
642
+ },
643
+ "require": {
644
+ "types": "./dist/cjs/command/api/integration/sitemap/index.d.ts",
645
+ "default": "./dist/cjs/command/api/integration/sitemap/index.cjs"
646
+ }
647
+ },
648
+ "./command/api/integration/slack": {
649
+ "import": {
650
+ "types": "./dist/esm/command/api/integration/slack/index.d.ts",
651
+ "default": "./dist/esm/command/api/integration/slack/index.js"
652
+ },
653
+ "require": {
654
+ "types": "./dist/cjs/command/api/integration/slack/index.d.ts",
655
+ "default": "./dist/cjs/command/api/integration/slack/index.cjs"
656
+ }
657
+ },
658
+ "./command/api/integration/slack/index": {
659
+ "import": {
660
+ "types": "./dist/esm/command/api/integration/slack/index.d.ts",
661
+ "default": "./dist/esm/command/api/integration/slack/index.js"
662
+ },
663
+ "require": {
664
+ "types": "./dist/cjs/command/api/integration/slack/index.d.ts",
665
+ "default": "./dist/cjs/command/api/integration/slack/index.cjs"
666
+ }
667
+ },
668
+ "./command/api/integration/slack/index.js": {
669
+ "import": {
670
+ "types": "./dist/esm/command/api/integration/slack/index.d.ts",
671
+ "default": "./dist/esm/command/api/integration/slack/index.js"
672
+ },
673
+ "require": {
674
+ "types": "./dist/cjs/command/api/integration/slack/index.d.ts",
675
+ "default": "./dist/cjs/command/api/integration/slack/index.cjs"
676
+ }
677
+ },
678
+ "./command/api/integration/support": {
679
+ "import": {
680
+ "types": "./dist/esm/command/api/integration/support/index.d.ts",
681
+ "default": "./dist/esm/command/api/integration/support/index.js"
682
+ },
683
+ "require": {
684
+ "types": "./dist/cjs/command/api/integration/support/index.d.ts",
685
+ "default": "./dist/cjs/command/api/integration/support/index.cjs"
686
+ }
687
+ },
688
+ "./command/api/integration/support/index": {
689
+ "import": {
690
+ "types": "./dist/esm/command/api/integration/support/index.d.ts",
691
+ "default": "./dist/esm/command/api/integration/support/index.js"
692
+ },
693
+ "require": {
694
+ "types": "./dist/cjs/command/api/integration/support/index.d.ts",
695
+ "default": "./dist/cjs/command/api/integration/support/index.cjs"
696
+ }
697
+ },
698
+ "./command/api/integration/support/index.js": {
699
+ "import": {
700
+ "types": "./dist/esm/command/api/integration/support/index.d.ts",
701
+ "default": "./dist/esm/command/api/integration/support/index.js"
702
+ },
703
+ "require": {
704
+ "types": "./dist/cjs/command/api/integration/support/index.d.ts",
705
+ "default": "./dist/cjs/command/api/integration/support/index.cjs"
706
+ }
707
+ },
708
+ "./command/api/integration/telegram": {
709
+ "import": {
710
+ "types": "./dist/esm/command/api/integration/telegram/index.d.ts",
711
+ "default": "./dist/esm/command/api/integration/telegram/index.js"
712
+ },
713
+ "require": {
714
+ "types": "./dist/cjs/command/api/integration/telegram/index.d.ts",
715
+ "default": "./dist/cjs/command/api/integration/telegram/index.cjs"
716
+ }
717
+ },
718
+ "./command/api/integration/telegram/index": {
719
+ "import": {
720
+ "types": "./dist/esm/command/api/integration/telegram/index.d.ts",
721
+ "default": "./dist/esm/command/api/integration/telegram/index.js"
722
+ },
723
+ "require": {
724
+ "types": "./dist/cjs/command/api/integration/telegram/index.d.ts",
725
+ "default": "./dist/cjs/command/api/integration/telegram/index.cjs"
726
+ }
727
+ },
728
+ "./command/api/integration/telegram/index.js": {
729
+ "import": {
730
+ "types": "./dist/esm/command/api/integration/telegram/index.d.ts",
731
+ "default": "./dist/esm/command/api/integration/telegram/index.js"
732
+ },
733
+ "require": {
734
+ "types": "./dist/cjs/command/api/integration/telegram/index.d.ts",
735
+ "default": "./dist/cjs/command/api/integration/telegram/index.cjs"
736
+ }
737
+ },
738
+ "./command/api/integration/trigger": {
739
+ "import": {
740
+ "types": "./dist/esm/command/api/integration/trigger/index.d.ts",
741
+ "default": "./dist/esm/command/api/integration/trigger/index.js"
742
+ },
743
+ "require": {
744
+ "types": "./dist/cjs/command/api/integration/trigger/index.d.ts",
745
+ "default": "./dist/cjs/command/api/integration/trigger/index.cjs"
746
+ }
747
+ },
748
+ "./command/api/integration/trigger/index": {
749
+ "import": {
750
+ "types": "./dist/esm/command/api/integration/trigger/index.d.ts",
751
+ "default": "./dist/esm/command/api/integration/trigger/index.js"
752
+ },
753
+ "require": {
754
+ "types": "./dist/cjs/command/api/integration/trigger/index.d.ts",
755
+ "default": "./dist/cjs/command/api/integration/trigger/index.cjs"
756
+ }
757
+ },
758
+ "./command/api/integration/trigger/index.js": {
759
+ "import": {
760
+ "types": "./dist/esm/command/api/integration/trigger/index.d.ts",
761
+ "default": "./dist/esm/command/api/integration/trigger/index.js"
762
+ },
763
+ "require": {
764
+ "types": "./dist/cjs/command/api/integration/trigger/index.d.ts",
765
+ "default": "./dist/cjs/command/api/integration/trigger/index.cjs"
766
+ }
767
+ },
768
+ "./command/api/integration/twilio": {
769
+ "import": {
770
+ "types": "./dist/esm/command/api/integration/twilio/index.d.ts",
771
+ "default": "./dist/esm/command/api/integration/twilio/index.js"
772
+ },
773
+ "require": {
774
+ "types": "./dist/cjs/command/api/integration/twilio/index.d.ts",
775
+ "default": "./dist/cjs/command/api/integration/twilio/index.cjs"
776
+ }
777
+ },
778
+ "./command/api/integration/twilio/index": {
779
+ "import": {
780
+ "types": "./dist/esm/command/api/integration/twilio/index.d.ts",
781
+ "default": "./dist/esm/command/api/integration/twilio/index.js"
782
+ },
783
+ "require": {
784
+ "types": "./dist/cjs/command/api/integration/twilio/index.d.ts",
785
+ "default": "./dist/cjs/command/api/integration/twilio/index.cjs"
786
+ }
787
+ },
788
+ "./command/api/integration/twilio/index.js": {
789
+ "import": {
790
+ "types": "./dist/esm/command/api/integration/twilio/index.d.ts",
791
+ "default": "./dist/esm/command/api/integration/twilio/index.js"
792
+ },
793
+ "require": {
794
+ "types": "./dist/cjs/command/api/integration/twilio/index.d.ts",
795
+ "default": "./dist/cjs/command/api/integration/twilio/index.cjs"
796
+ }
797
+ },
798
+ "./command/api/integration/whatsapp": {
799
+ "import": {
800
+ "types": "./dist/esm/command/api/integration/whatsapp/index.d.ts",
801
+ "default": "./dist/esm/command/api/integration/whatsapp/index.js"
802
+ },
803
+ "require": {
804
+ "types": "./dist/cjs/command/api/integration/whatsapp/index.d.ts",
805
+ "default": "./dist/cjs/command/api/integration/whatsapp/index.cjs"
806
+ }
807
+ },
808
+ "./command/api/integration/whatsapp/index": {
809
+ "import": {
810
+ "types": "./dist/esm/command/api/integration/whatsapp/index.d.ts",
811
+ "default": "./dist/esm/command/api/integration/whatsapp/index.js"
812
+ },
813
+ "require": {
814
+ "types": "./dist/cjs/command/api/integration/whatsapp/index.d.ts",
815
+ "default": "./dist/cjs/command/api/integration/whatsapp/index.cjs"
816
+ }
817
+ },
818
+ "./command/api/integration/whatsapp/index.js": {
819
+ "import": {
820
+ "types": "./dist/esm/command/api/integration/whatsapp/index.d.ts",
821
+ "default": "./dist/esm/command/api/integration/whatsapp/index.js"
822
+ },
823
+ "require": {
824
+ "types": "./dist/cjs/command/api/integration/whatsapp/index.d.ts",
825
+ "default": "./dist/cjs/command/api/integration/whatsapp/index.cjs"
826
+ }
827
+ },
828
+ "./command/api/integration/widget": {
829
+ "import": {
830
+ "types": "./dist/esm/command/api/integration/widget/index.d.ts",
831
+ "default": "./dist/esm/command/api/integration/widget/index.js"
832
+ },
833
+ "require": {
834
+ "types": "./dist/cjs/command/api/integration/widget/index.d.ts",
835
+ "default": "./dist/cjs/command/api/integration/widget/index.cjs"
836
+ }
837
+ },
838
+ "./command/api/integration/widget/index": {
839
+ "import": {
840
+ "types": "./dist/esm/command/api/integration/widget/index.d.ts",
841
+ "default": "./dist/esm/command/api/integration/widget/index.js"
842
+ },
843
+ "require": {
844
+ "types": "./dist/cjs/command/api/integration/widget/index.d.ts",
845
+ "default": "./dist/cjs/command/api/integration/widget/index.cjs"
846
+ }
847
+ },
848
+ "./command/api/integration/widget/index.js": {
849
+ "import": {
850
+ "types": "./dist/esm/command/api/integration/widget/index.d.ts",
851
+ "default": "./dist/esm/command/api/integration/widget/index.js"
852
+ },
853
+ "require": {
854
+ "types": "./dist/cjs/command/api/integration/widget/index.d.ts",
855
+ "default": "./dist/cjs/command/api/integration/widget/index.cjs"
856
+ }
857
+ },
858
+ "./command/api/memory": {
859
+ "import": {
860
+ "types": "./dist/esm/command/api/memory/index.d.ts",
861
+ "default": "./dist/esm/command/api/memory/index.js"
862
+ },
863
+ "require": {
864
+ "types": "./dist/cjs/command/api/memory/index.d.ts",
865
+ "default": "./dist/cjs/command/api/memory/index.cjs"
866
+ }
867
+ },
868
+ "./command/api/memory/index": {
869
+ "import": {
870
+ "types": "./dist/esm/command/api/memory/index.d.ts",
871
+ "default": "./dist/esm/command/api/memory/index.js"
872
+ },
873
+ "require": {
874
+ "types": "./dist/cjs/command/api/memory/index.d.ts",
875
+ "default": "./dist/cjs/command/api/memory/index.cjs"
876
+ }
877
+ },
878
+ "./command/api/memory/index.js": {
879
+ "import": {
880
+ "types": "./dist/esm/command/api/memory/index.d.ts",
881
+ "default": "./dist/esm/command/api/memory/index.js"
882
+ },
883
+ "require": {
884
+ "types": "./dist/cjs/command/api/memory/index.d.ts",
885
+ "default": "./dist/cjs/command/api/memory/index.cjs"
886
+ }
887
+ },
198
888
  "./command/api/partner": {
199
889
  "import": {
200
890
  "types": "./dist/esm/command/api/partner/index.d.ts",
@@ -255,6 +945,66 @@
255
945
  "default": "./dist/cjs/command/api/partner/user/index.cjs"
256
946
  }
257
947
  },
948
+ "./command/api/secret": {
949
+ "import": {
950
+ "types": "./dist/esm/command/api/secret/index.d.ts",
951
+ "default": "./dist/esm/command/api/secret/index.js"
952
+ },
953
+ "require": {
954
+ "types": "./dist/cjs/command/api/secret/index.d.ts",
955
+ "default": "./dist/cjs/command/api/secret/index.cjs"
956
+ }
957
+ },
958
+ "./command/api/secret/index": {
959
+ "import": {
960
+ "types": "./dist/esm/command/api/secret/index.d.ts",
961
+ "default": "./dist/esm/command/api/secret/index.js"
962
+ },
963
+ "require": {
964
+ "types": "./dist/cjs/command/api/secret/index.d.ts",
965
+ "default": "./dist/cjs/command/api/secret/index.cjs"
966
+ }
967
+ },
968
+ "./command/api/secret/index.js": {
969
+ "import": {
970
+ "types": "./dist/esm/command/api/secret/index.d.ts",
971
+ "default": "./dist/esm/command/api/secret/index.js"
972
+ },
973
+ "require": {
974
+ "types": "./dist/cjs/command/api/secret/index.d.ts",
975
+ "default": "./dist/cjs/command/api/secret/index.cjs"
976
+ }
977
+ },
978
+ "./command/api/skillset/ability": {
979
+ "import": {
980
+ "types": "./dist/esm/command/api/skillset/ability/index.d.ts",
981
+ "default": "./dist/esm/command/api/skillset/ability/index.js"
982
+ },
983
+ "require": {
984
+ "types": "./dist/cjs/command/api/skillset/ability/index.d.ts",
985
+ "default": "./dist/cjs/command/api/skillset/ability/index.cjs"
986
+ }
987
+ },
988
+ "./command/api/skillset/ability/index": {
989
+ "import": {
990
+ "types": "./dist/esm/command/api/skillset/ability/index.d.ts",
991
+ "default": "./dist/esm/command/api/skillset/ability/index.js"
992
+ },
993
+ "require": {
994
+ "types": "./dist/cjs/command/api/skillset/ability/index.d.ts",
995
+ "default": "./dist/cjs/command/api/skillset/ability/index.cjs"
996
+ }
997
+ },
998
+ "./command/api/skillset/ability/index.js": {
999
+ "import": {
1000
+ "types": "./dist/esm/command/api/skillset/ability/index.d.ts",
1001
+ "default": "./dist/esm/command/api/skillset/ability/index.js"
1002
+ },
1003
+ "require": {
1004
+ "types": "./dist/cjs/command/api/skillset/ability/index.d.ts",
1005
+ "default": "./dist/cjs/command/api/skillset/ability/index.cjs"
1006
+ }
1007
+ },
258
1008
  "./command/api/skillset": {
259
1009
  "import": {
260
1010
  "types": "./dist/esm/command/api/skillset/index.d.ts",
@@ -285,6 +1035,36 @@
285
1035
  "default": "./dist/cjs/command/api/skillset/index.cjs"
286
1036
  }
287
1037
  },
1038
+ "./command/api/team": {
1039
+ "import": {
1040
+ "types": "./dist/esm/command/api/team/index.d.ts",
1041
+ "default": "./dist/esm/command/api/team/index.js"
1042
+ },
1043
+ "require": {
1044
+ "types": "./dist/cjs/command/api/team/index.d.ts",
1045
+ "default": "./dist/cjs/command/api/team/index.cjs"
1046
+ }
1047
+ },
1048
+ "./command/api/team/index": {
1049
+ "import": {
1050
+ "types": "./dist/esm/command/api/team/index.d.ts",
1051
+ "default": "./dist/esm/command/api/team/index.js"
1052
+ },
1053
+ "require": {
1054
+ "types": "./dist/cjs/command/api/team/index.d.ts",
1055
+ "default": "./dist/cjs/command/api/team/index.cjs"
1056
+ }
1057
+ },
1058
+ "./command/api/team/index.js": {
1059
+ "import": {
1060
+ "types": "./dist/esm/command/api/team/index.d.ts",
1061
+ "default": "./dist/esm/command/api/team/index.js"
1062
+ },
1063
+ "require": {
1064
+ "types": "./dist/cjs/command/api/team/index.d.ts",
1065
+ "default": "./dist/cjs/command/api/team/index.cjs"
1066
+ }
1067
+ },
288
1068
  "./command/chat": {
289
1069
  "import": {
290
1070
  "types": "./dist/esm/command/chat/index.d.ts",
@@ -544,8 +1324,8 @@
544
1324
  "js-yaml": "^4.1.0",
545
1325
  "tslib": "^2.6.2",
546
1326
  "zod": "^3.25.76",
547
- "@chatbotkit/agent": "1.26.1",
548
- "@chatbotkit/sdk": "1.26.1"
1327
+ "@chatbotkit/agent": "1.26.3",
1328
+ "@chatbotkit/sdk": "1.26.3"
549
1329
  },
550
1330
  "devDependencies": {
551
1331
  "@types/js-yaml": "^4.0.9",