@botpress/cli 4.17.13 → 4.17.15

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 (305) hide show
  1. package/.turbo/turbo-build.log +16 -12
  2. package/bin.js +1 -1
  3. package/dist/api/bot-body.d.ts +5 -0
  4. package/dist/api/client.d.ts +50 -0
  5. package/dist/api/client.js +2 -1
  6. package/dist/api/client.js.map +1 -1
  7. package/dist/api/index.d.ts +6 -0
  8. package/dist/api/index.js +9 -0
  9. package/dist/api/integration-body.d.ts +5 -0
  10. package/dist/api/interface-body.d.ts +7 -0
  11. package/dist/api/paging.d.ts +9 -0
  12. package/dist/api/plugin-body.d.ts +5 -0
  13. package/dist/api/retry.d.ts +2 -0
  14. package/dist/api/types.d.ts +62 -0
  15. package/dist/chat/index.d.ts +25 -0
  16. package/dist/chat/index.js +1 -1
  17. package/dist/chat/index.js.map +1 -1
  18. package/dist/cli.d.ts +1 -0
  19. package/dist/cli.js +51 -0
  20. package/dist/cli.js.map +7 -0
  21. package/dist/code-generation/bot-implementation/bot-implementation.d.ts +8 -0
  22. package/dist/code-generation/bot-implementation/bot-implementation.js.map +1 -1
  23. package/dist/code-generation/bot-implementation/bot-plugins/index.d.ts +7 -0
  24. package/dist/code-generation/bot-implementation/bot-plugins/index.js.map +1 -1
  25. package/dist/code-generation/bot-implementation/bot-plugins/plugin-module.d.ts +13 -0
  26. package/dist/code-generation/bot-implementation/bot-plugins/plugin-module.js.map +1 -1
  27. package/dist/code-generation/bot-implementation/bot-typings/actions-module.d.ts +21 -0
  28. package/dist/code-generation/bot-implementation/bot-typings/actions-module.js.map +1 -1
  29. package/dist/code-generation/bot-implementation/bot-typings/events-module.d.ts +10 -0
  30. package/dist/code-generation/bot-implementation/bot-typings/events-module.js.map +1 -1
  31. package/dist/code-generation/bot-implementation/bot-typings/index.d.ts +7 -0
  32. package/dist/code-generation/bot-implementation/bot-typings/index.js.map +1 -1
  33. package/dist/code-generation/bot-implementation/bot-typings/states-module.d.ts +17 -0
  34. package/dist/code-generation/bot-implementation/bot-typings/states-module.js.map +1 -1
  35. package/dist/code-generation/bot-implementation/bot-typings/tables-module.d.ts +10 -0
  36. package/dist/code-generation/bot-implementation/bot-typings/tables-module.js.map +1 -1
  37. package/dist/code-generation/bot-implementation/bot-typings/workflows-module.d.ts +27 -0
  38. package/dist/code-generation/bot-implementation/bot-typings/workflows-module.js.map +1 -1
  39. package/dist/code-generation/bot-implementation/index.d.ts +3 -0
  40. package/dist/code-generation/bot-implementation/index.js.map +1 -1
  41. package/dist/code-generation/consts.d.ts +5 -0
  42. package/dist/code-generation/consts.js +2 -1
  43. package/dist/code-generation/generators.d.ts +10 -0
  44. package/dist/code-generation/generators.js.map +1 -1
  45. package/dist/code-generation/index.d.ts +8 -0
  46. package/dist/code-generation/index.js +2 -1
  47. package/dist/code-generation/integration-implementation/index.d.ts +3 -0
  48. package/dist/code-generation/integration-implementation/index.js.map +1 -1
  49. package/dist/code-generation/integration-implementation/integration-implementation.d.ts +7 -0
  50. package/dist/code-generation/integration-implementation/integration-implementation.js.map +1 -1
  51. package/dist/code-generation/integration-implementation/integration-secret.d.ts +8 -0
  52. package/dist/code-generation/integration-implementation/integration-secret.js.map +1 -1
  53. package/dist/code-generation/integration-implementation/integration-typings/actions-module.d.ts +21 -0
  54. package/dist/code-generation/integration-implementation/integration-typings/actions-module.js.map +1 -1
  55. package/dist/code-generation/integration-implementation/integration-typings/channels-module.d.ts +5 -0
  56. package/dist/code-generation/integration-implementation/integration-typings/channels-module.js.map +1 -1
  57. package/dist/code-generation/integration-implementation/integration-typings/configuration-module.d.ts +7 -0
  58. package/dist/code-generation/integration-implementation/integration-typings/configurations-module.d.ts +10 -0
  59. package/dist/code-generation/integration-implementation/integration-typings/configurations-module.js.map +1 -1
  60. package/dist/code-generation/integration-implementation/integration-typings/entities-module.d.ts +10 -0
  61. package/dist/code-generation/integration-implementation/integration-typings/entities-module.js.map +1 -1
  62. package/dist/code-generation/integration-implementation/integration-typings/events-module.d.ts +10 -0
  63. package/dist/code-generation/integration-implementation/integration-typings/events-module.js.map +1 -1
  64. package/dist/code-generation/integration-implementation/integration-typings/index.d.ts +8 -0
  65. package/dist/code-generation/integration-implementation/integration-typings/index.js.map +1 -1
  66. package/dist/code-generation/integration-implementation/integration-typings/states-module.d.ts +17 -0
  67. package/dist/code-generation/integration-implementation/integration-typings/states-module.js.map +1 -1
  68. package/dist/code-generation/integration-package/index.d.ts +2 -0
  69. package/dist/code-generation/integration-package/index.js.map +1 -1
  70. package/dist/code-generation/integration-package/integration-package-definition/actions-module.d.ts +21 -0
  71. package/dist/code-generation/integration-package/integration-package-definition/actions-module.js.map +1 -1
  72. package/dist/code-generation/integration-package/integration-package-definition/channels-module.d.ts +5 -0
  73. package/dist/code-generation/integration-package/integration-package-definition/channels-module.js.map +1 -1
  74. package/dist/code-generation/integration-package/integration-package-definition/configuration-module.d.ts +7 -0
  75. package/dist/code-generation/integration-package/integration-package-definition/configurations-module.d.ts +10 -0
  76. package/dist/code-generation/integration-package/integration-package-definition/configurations-module.js.map +1 -1
  77. package/dist/code-generation/integration-package/integration-package-definition/entities-module.d.ts +10 -0
  78. package/dist/code-generation/integration-package/integration-package-definition/entities-module.js.map +1 -1
  79. package/dist/code-generation/integration-package/integration-package-definition/events-module.d.ts +10 -0
  80. package/dist/code-generation/integration-package/integration-package-definition/events-module.js.map +1 -1
  81. package/dist/code-generation/integration-package/integration-package-definition/index.d.ts +8 -0
  82. package/dist/code-generation/integration-package/integration-package-definition/index.js.map +1 -1
  83. package/dist/code-generation/integration-package/integration-package-definition/interfaces-module.d.ts +10 -0
  84. package/dist/code-generation/integration-package/integration-package-definition/interfaces-module.js.map +1 -1
  85. package/dist/code-generation/integration-package/integration-package-definition/states-module.d.ts +10 -0
  86. package/dist/code-generation/integration-package/integration-package-definition/states-module.js.map +1 -1
  87. package/dist/code-generation/integration-package/integration-package-definition/typings.d.ts +10 -0
  88. package/dist/code-generation/interface-implementation/index.d.ts +4 -0
  89. package/dist/code-generation/interface-implementation/integration-typings/actions-module.d.ts +21 -0
  90. package/dist/code-generation/interface-implementation/integration-typings/actions-module.js.map +1 -1
  91. package/dist/code-generation/interface-implementation/integration-typings/channels-module.d.ts +5 -0
  92. package/dist/code-generation/interface-implementation/integration-typings/channels-module.js.map +1 -1
  93. package/dist/code-generation/interface-implementation/integration-typings/entities-module.d.ts +10 -0
  94. package/dist/code-generation/interface-implementation/integration-typings/entities-module.js.map +1 -1
  95. package/dist/code-generation/interface-implementation/integration-typings/events-module.d.ts +10 -0
  96. package/dist/code-generation/interface-implementation/integration-typings/events-module.js.map +1 -1
  97. package/dist/code-generation/interface-implementation/integration-typings/index.d.ts +8 -0
  98. package/dist/code-generation/interface-implementation/integration-typings/index.js.map +1 -1
  99. package/dist/code-generation/interface-package/index.d.ts +2 -0
  100. package/dist/code-generation/interface-package/index.js.map +1 -1
  101. package/dist/code-generation/interface-package/interface-package-definition/actions-module.d.ts +21 -0
  102. package/dist/code-generation/interface-package/interface-package-definition/actions-module.js.map +1 -1
  103. package/dist/code-generation/interface-package/interface-package-definition/channels-module.d.ts +5 -0
  104. package/dist/code-generation/interface-package/interface-package-definition/channels-module.js.map +1 -1
  105. package/dist/code-generation/interface-package/interface-package-definition/entities-module.d.ts +10 -0
  106. package/dist/code-generation/interface-package/interface-package-definition/entities-module.js.map +1 -1
  107. package/dist/code-generation/interface-package/interface-package-definition/events-module.d.ts +10 -0
  108. package/dist/code-generation/interface-package/interface-package-definition/events-module.js.map +1 -1
  109. package/dist/code-generation/interface-package/interface-package-definition/index.d.ts +8 -0
  110. package/dist/code-generation/interface-package/interface-package-definition/index.js.map +1 -1
  111. package/dist/code-generation/interface-package/interface-package-definition/typings.d.ts +7 -0
  112. package/dist/code-generation/module.d.ts +49 -0
  113. package/dist/code-generation/module.js +2 -2
  114. package/dist/code-generation/module.js.map +2 -2
  115. package/dist/code-generation/plugin-implementation/index.d.ts +3 -0
  116. package/dist/code-generation/plugin-implementation/index.js.map +1 -1
  117. package/dist/code-generation/plugin-implementation/plugin-implementation.d.ts +7 -0
  118. package/dist/code-generation/plugin-implementation/plugin-implementation.js.map +1 -1
  119. package/dist/code-generation/plugin-implementation/plugin-typings/actions-module.d.ts +21 -0
  120. package/dist/code-generation/plugin-implementation/plugin-typings/actions-module.js.map +1 -1
  121. package/dist/code-generation/plugin-implementation/plugin-typings/configuration-module.d.ts +7 -0
  122. package/dist/code-generation/plugin-implementation/plugin-typings/events-module.d.ts +10 -0
  123. package/dist/code-generation/plugin-implementation/plugin-typings/events-module.js.map +1 -1
  124. package/dist/code-generation/plugin-implementation/plugin-typings/index.d.ts +8 -0
  125. package/dist/code-generation/plugin-implementation/plugin-typings/index.js.map +1 -1
  126. package/dist/code-generation/plugin-implementation/plugin-typings/states-module.d.ts +17 -0
  127. package/dist/code-generation/plugin-implementation/plugin-typings/states-module.js.map +1 -1
  128. package/dist/code-generation/plugin-implementation/plugin-typings/tables-module.d.ts +10 -0
  129. package/dist/code-generation/plugin-implementation/plugin-typings/tables-module.js.map +1 -1
  130. package/dist/code-generation/plugin-implementation/plugin-typings/workflows-module.d.ts +27 -0
  131. package/dist/code-generation/plugin-implementation/plugin-typings/workflows-module.js.map +1 -1
  132. package/dist/code-generation/plugin-package/index.d.ts +2 -0
  133. package/dist/code-generation/plugin-package/index.js.map +1 -1
  134. package/dist/code-generation/plugin-package/plugin-package-definition/actions-module.d.ts +21 -0
  135. package/dist/code-generation/plugin-package/plugin-package-definition/actions-module.js.map +1 -1
  136. package/dist/code-generation/plugin-package/plugin-package-definition/configuration-module.d.ts +7 -0
  137. package/dist/code-generation/plugin-package/plugin-package-definition/events-module.d.ts +10 -0
  138. package/dist/code-generation/plugin-package/plugin-package-definition/events-module.js.map +1 -1
  139. package/dist/code-generation/plugin-package/plugin-package-definition/index.d.ts +8 -0
  140. package/dist/code-generation/plugin-package/plugin-package-definition/index.js.map +1 -1
  141. package/dist/code-generation/plugin-package/plugin-package-definition/interfaces-module.d.ts +7 -0
  142. package/dist/code-generation/plugin-package/plugin-package-definition/interfaces-module.js.map +1 -1
  143. package/dist/code-generation/plugin-package/plugin-package-definition/recurring-events-module.d.ts +5 -0
  144. package/dist/code-generation/plugin-package/plugin-package-definition/recurring-events-module.js.map +1 -1
  145. package/dist/code-generation/plugin-package/plugin-package-definition/states-module.d.ts +10 -0
  146. package/dist/code-generation/plugin-package/plugin-package-definition/states-module.js.map +1 -1
  147. package/dist/code-generation/plugin-package/plugin-package-definition/typings.d.ts +7 -0
  148. package/dist/code-generation/strings.d.ts +4 -0
  149. package/dist/code-generation/strings.js.map +1 -1
  150. package/dist/code-generation/typings.d.ts +162 -0
  151. package/dist/code-generation/typings.test.d.ts +1 -0
  152. package/dist/command-definitions.d.ts +1480 -0
  153. package/dist/command-definitions.js +0 -2
  154. package/dist/command-implementations/add-command.d.ts +15 -0
  155. package/dist/command-implementations/add-command.js.map +1 -1
  156. package/dist/command-implementations/base-command.d.ts +13 -0
  157. package/dist/command-implementations/base-command.js.map +1 -1
  158. package/dist/command-implementations/bot-commands.d.ts +20 -0
  159. package/dist/command-implementations/bot-commands.js.map +1 -1
  160. package/dist/command-implementations/build-command.d.ts +9 -0
  161. package/dist/command-implementations/build-command.js +4 -4
  162. package/dist/command-implementations/build-command.js.map +2 -2
  163. package/dist/command-implementations/bundle-command.d.ts +10 -0
  164. package/dist/command-implementations/bundle-command.js +8 -7
  165. package/dist/command-implementations/bundle-command.js.map +2 -2
  166. package/dist/command-implementations/chat-command.d.ts +13 -0
  167. package/dist/command-implementations/chat-command.js.map +1 -1
  168. package/dist/command-implementations/deploy-command.d.ts +18 -0
  169. package/dist/command-implementations/deploy-command.js +1 -2
  170. package/dist/command-implementations/deploy-command.js.map +1 -1
  171. package/dist/command-implementations/dev-command.d.ts +21 -0
  172. package/dist/command-implementations/dev-command.js +6 -1
  173. package/dist/command-implementations/dev-command.js.map +2 -2
  174. package/dist/command-implementations/gen-command.d.ts +11 -0
  175. package/dist/command-implementations/gen-command.js.map +1 -1
  176. package/dist/command-implementations/global-command.d.ts +57 -0
  177. package/dist/command-implementations/global-command.js.map +1 -1
  178. package/dist/command-implementations/index.d.ts +1534 -0
  179. package/dist/command-implementations/index.js +0 -2
  180. package/dist/command-implementations/init-command.d.ts +17 -0
  181. package/dist/command-implementations/init-command.js.map +1 -1
  182. package/dist/command-implementations/integration-commands.d.ts +15 -0
  183. package/dist/command-implementations/integration-commands.js.map +1 -1
  184. package/dist/command-implementations/interface-commands.d.ts +14 -0
  185. package/dist/command-implementations/interface-commands.js.map +1 -1
  186. package/dist/command-implementations/lint-command.d.ts +15 -0
  187. package/dist/command-implementations/login-command.d.ts +6 -0
  188. package/dist/command-implementations/login-command.js +1 -2
  189. package/dist/command-implementations/login-command.js.map +1 -1
  190. package/dist/command-implementations/logout-command.d.ts +6 -0
  191. package/dist/command-implementations/plugin-commands.d.ts +14 -0
  192. package/dist/command-implementations/plugin-commands.js.map +1 -1
  193. package/dist/command-implementations/profile-commands.d.ts +14 -0
  194. package/dist/command-implementations/profile-commands.js +1 -2
  195. package/dist/command-implementations/profile-commands.js.map +1 -1
  196. package/dist/command-implementations/project-command.d.ts +67 -0
  197. package/dist/command-implementations/project-command.js.map +1 -1
  198. package/dist/command-implementations/read-command.d.ts +10 -0
  199. package/dist/command-implementations/serve-command.d.ts +6 -0
  200. package/dist/command-implementations/serve-command.js.map +1 -1
  201. package/dist/command-tree.d.ts +39 -0
  202. package/dist/config.d.ts +1441 -0
  203. package/dist/consts.d.ts +41 -0
  204. package/dist/errors.d.ts +56 -0
  205. package/dist/errors.js.map +1 -1
  206. package/dist/index.d.ts +1524 -0
  207. package/dist/index.js +50 -25
  208. package/dist/index.js.map +3 -3
  209. package/dist/init.d.ts +1 -0
  210. package/dist/linter/base-linter.d.ts +21 -0
  211. package/dist/linter/base-linter.js.map +1 -1
  212. package/dist/linter/base-linter.test.d.ts +1 -0
  213. package/dist/linter/base-linter.test.js +4 -4
  214. package/dist/linter/base-linter.test.js.map +1 -1
  215. package/dist/linter/bot-linter.d.ts +5 -0
  216. package/dist/linter/integration-linter.d.ts +7 -0
  217. package/dist/linter/interface-linter.d.ts +5 -0
  218. package/dist/linter/ruleset-tests/bot.ruleset.test.d.ts +1 -0
  219. package/dist/linter/ruleset-tests/common.d.ts +9 -0
  220. package/dist/linter/ruleset-tests/integration.ruleset.test.d.ts +1 -0
  221. package/dist/linter/ruleset-tests/interface.ruleset.test.d.ts +1 -0
  222. package/dist/linter/rulesets/bot.ruleset.d.ts +165 -0
  223. package/dist/linter/rulesets/bot.ruleset.js.map +1 -1
  224. package/dist/linter/rulesets/integration.ruleset.d.ts +390 -0
  225. package/dist/linter/rulesets/integration.ruleset.js.map +1 -1
  226. package/dist/linter/rulesets/interface.ruleset.d.ts +141 -0
  227. package/dist/linter/rulesets/interface.ruleset.js.map +1 -1
  228. package/dist/linter/spectral-functions.d.ts +11 -0
  229. package/dist/logger/base-logger.d.ts +43 -0
  230. package/dist/logger/base-logger.js.map +1 -1
  231. package/dist/logger/index.d.ts +22 -0
  232. package/dist/logger/index.js.map +1 -1
  233. package/dist/logger/logger.test.d.ts +1 -0
  234. package/dist/package-ref.d.ts +22 -0
  235. package/dist/package-ref.js.map +1 -1
  236. package/dist/package-ref.test.d.ts +1 -0
  237. package/dist/package-ref.test.js.map +1 -1
  238. package/dist/project-templates.d.ts +42 -0
  239. package/dist/register-yargs.d.ts +4 -0
  240. package/dist/register-yargs.js.map +1 -1
  241. package/dist/root.d.ts +7 -0
  242. package/dist/sdk/index.d.ts +2 -0
  243. package/dist/sdk/index.js +5 -0
  244. package/dist/sdk/validate-bot.d.ts +2 -0
  245. package/dist/sdk/validate-bot.js.map +1 -1
  246. package/dist/sdk/validate-bot.test.d.ts +1 -0
  247. package/dist/sdk/validate-integration.d.ts +2 -0
  248. package/dist/sdk/validate-integration.js.map +1 -1
  249. package/dist/tables/index.d.ts +1 -0
  250. package/dist/tables/schemas.d.ts +1259 -0
  251. package/dist/tables/tables-publisher.d.ts +22 -0
  252. package/dist/tables/tables-publisher.js.map +1 -1
  253. package/dist/typings.d.ts +27 -0
  254. package/dist/utils/attribute-utils.d.ts +10 -0
  255. package/dist/utils/cache-utils.d.ts +14 -0
  256. package/dist/utils/case-utils.d.ts +14 -0
  257. package/dist/utils/case-utils.test.d.ts +1 -0
  258. package/dist/utils/case-utils.test.js.map +1 -1
  259. package/dist/utils/concurrency-utils.d.ts +1 -0
  260. package/dist/utils/concurrency-utils.test.d.ts +1 -0
  261. package/dist/utils/esbuild-utils.d.ts +29 -0
  262. package/dist/utils/esbuild-utils.js +32 -1
  263. package/dist/utils/esbuild-utils.js.map +3 -3
  264. package/dist/utils/event-emitter.d.ts +7 -0
  265. package/dist/utils/file-watcher.d.ts +17 -0
  266. package/dist/utils/file-watcher.js.map +1 -1
  267. package/dist/utils/guard-utils.d.ts +4 -0
  268. package/dist/utils/id-utils.d.ts +2 -0
  269. package/dist/utils/index.d.ts +22 -0
  270. package/dist/utils/object-utils.d.ts +1 -0
  271. package/dist/utils/path-utils.d.ts +28 -0
  272. package/dist/utils/path-utils.test.d.ts +1 -0
  273. package/dist/utils/pkgjson-utils.d.ts +17 -0
  274. package/dist/utils/promise-utils.d.ts +2 -0
  275. package/dist/utils/promise-utils.test.d.ts +1 -0
  276. package/dist/utils/prompt-utils.d.ts +33 -0
  277. package/dist/utils/prompt-utils.js.map +1 -1
  278. package/dist/utils/record-utils.d.ts +8 -0
  279. package/dist/utils/record-utils.test.d.ts +1 -0
  280. package/dist/utils/require-utils.d.ts +2 -0
  281. package/dist/utils/require-utils.js.map +1 -1
  282. package/dist/utils/require-utils.test.d.ts +1 -0
  283. package/dist/utils/require-utils.test.js.map +1 -1
  284. package/dist/utils/schema-utils.d.ts +13 -0
  285. package/dist/utils/schema-utils.test.d.ts +1 -0
  286. package/dist/utils/semver-utils.d.ts +8 -0
  287. package/dist/utils/string-utils.d.ts +2 -0
  288. package/dist/utils/template-utils.d.ts +1 -0
  289. package/dist/utils/tunnel-utils.d.ts +49 -0
  290. package/dist/utils/tunnel-utils.js.map +1 -1
  291. package/dist/utils/type-utils.d.ts +19 -0
  292. package/dist/utils/url-utils.d.ts +19 -0
  293. package/dist/utils/url-utils.js.map +1 -1
  294. package/dist/worker/child-entrypoint.d.ts +1 -0
  295. package/dist/worker/child-entrypoint.js.map +1 -1
  296. package/dist/worker/child-wrapper.d.ts +18 -0
  297. package/dist/worker/child-wrapper.js.map +1 -1
  298. package/dist/worker/config.d.ts +28 -0
  299. package/dist/worker/index.d.ts +2 -0
  300. package/dist/worker/is-child.d.ts +14 -0
  301. package/dist/worker/is-child.js.map +1 -1
  302. package/dist/worker/worker-state.d.ts +30 -0
  303. package/dist/worker/worker.d.ts +20 -0
  304. package/package.json +7 -5
  305. package/tsconfig.build.json +14 -0
@@ -0,0 +1,1441 @@
1
+ export declare const schemas: {
2
+ readonly global: {
3
+ verbose: {
4
+ type: "boolean";
5
+ description: string;
6
+ alias: string;
7
+ default: boolean;
8
+ };
9
+ confirm: {
10
+ type: "boolean";
11
+ description: string;
12
+ alias: string;
13
+ default: boolean;
14
+ };
15
+ json: {
16
+ type: "boolean";
17
+ description: string;
18
+ default: boolean;
19
+ };
20
+ botpressHome: {
21
+ type: "string";
22
+ description: string;
23
+ default: string;
24
+ };
25
+ profile: {
26
+ type: "string";
27
+ description: string;
28
+ alias: string;
29
+ };
30
+ };
31
+ readonly project: {
32
+ workDir: {
33
+ type: "string";
34
+ description: string;
35
+ default: string;
36
+ };
37
+ verbose: {
38
+ type: "boolean";
39
+ description: string;
40
+ alias: string;
41
+ default: boolean;
42
+ };
43
+ confirm: {
44
+ type: "boolean";
45
+ description: string;
46
+ alias: string;
47
+ default: boolean;
48
+ };
49
+ json: {
50
+ type: "boolean";
51
+ description: string;
52
+ default: boolean;
53
+ };
54
+ botpressHome: {
55
+ type: "string";
56
+ description: string;
57
+ default: string;
58
+ };
59
+ profile: {
60
+ type: "string";
61
+ description: string;
62
+ alias: string;
63
+ };
64
+ };
65
+ readonly credentials: {
66
+ apiUrl: {
67
+ type: "string";
68
+ description: string;
69
+ };
70
+ workspaceId: {
71
+ type: "string";
72
+ description: string;
73
+ };
74
+ token: {
75
+ type: "string";
76
+ description: string;
77
+ };
78
+ };
79
+ readonly secrets: {
80
+ secrets: {
81
+ type: "string";
82
+ description: string;
83
+ array: true;
84
+ default: never[];
85
+ };
86
+ };
87
+ readonly login: {
88
+ token: {
89
+ type: "string";
90
+ description: string;
91
+ };
92
+ workspaceId: {
93
+ type: "string";
94
+ description: string;
95
+ };
96
+ apiUrl: {
97
+ default: string;
98
+ type: "string";
99
+ description: string;
100
+ };
101
+ verbose: {
102
+ type: "boolean";
103
+ description: string;
104
+ alias: string;
105
+ default: boolean;
106
+ };
107
+ confirm: {
108
+ type: "boolean";
109
+ description: string;
110
+ alias: string;
111
+ default: boolean;
112
+ };
113
+ json: {
114
+ type: "boolean";
115
+ description: string;
116
+ default: boolean;
117
+ };
118
+ botpressHome: {
119
+ type: "string";
120
+ description: string;
121
+ default: string;
122
+ };
123
+ profile: {
124
+ type: "string";
125
+ description: string;
126
+ alias: string;
127
+ };
128
+ };
129
+ readonly logout: {
130
+ verbose: {
131
+ type: "boolean";
132
+ description: string;
133
+ alias: string;
134
+ default: boolean;
135
+ };
136
+ confirm: {
137
+ type: "boolean";
138
+ description: string;
139
+ alias: string;
140
+ default: boolean;
141
+ };
142
+ json: {
143
+ type: "boolean";
144
+ description: string;
145
+ default: boolean;
146
+ };
147
+ botpressHome: {
148
+ type: "string";
149
+ description: string;
150
+ default: string;
151
+ };
152
+ profile: {
153
+ type: "string";
154
+ description: string;
155
+ alias: string;
156
+ };
157
+ };
158
+ readonly createBot: {
159
+ name: {
160
+ type: "string";
161
+ description: string;
162
+ };
163
+ ifNotExists: {
164
+ type: "boolean";
165
+ description: string;
166
+ default: boolean;
167
+ };
168
+ apiUrl: {
169
+ type: "string";
170
+ description: string;
171
+ };
172
+ workspaceId: {
173
+ type: "string";
174
+ description: string;
175
+ };
176
+ token: {
177
+ type: "string";
178
+ description: string;
179
+ };
180
+ verbose: {
181
+ type: "boolean";
182
+ description: string;
183
+ alias: string;
184
+ default: boolean;
185
+ };
186
+ confirm: {
187
+ type: "boolean";
188
+ description: string;
189
+ alias: string;
190
+ default: boolean;
191
+ };
192
+ json: {
193
+ type: "boolean";
194
+ description: string;
195
+ default: boolean;
196
+ };
197
+ botpressHome: {
198
+ type: "string";
199
+ description: string;
200
+ default: string;
201
+ };
202
+ profile: {
203
+ type: "string";
204
+ description: string;
205
+ alias: string;
206
+ };
207
+ };
208
+ readonly getBot: {
209
+ botRef: {
210
+ type: "string";
211
+ description: string;
212
+ demandOption: true;
213
+ positional: true;
214
+ idx: number;
215
+ };
216
+ apiUrl: {
217
+ type: "string";
218
+ description: string;
219
+ };
220
+ workspaceId: {
221
+ type: "string";
222
+ description: string;
223
+ };
224
+ token: {
225
+ type: "string";
226
+ description: string;
227
+ };
228
+ verbose: {
229
+ type: "boolean";
230
+ description: string;
231
+ alias: string;
232
+ default: boolean;
233
+ };
234
+ confirm: {
235
+ type: "boolean";
236
+ description: string;
237
+ alias: string;
238
+ default: boolean;
239
+ };
240
+ json: {
241
+ type: "boolean";
242
+ description: string;
243
+ default: boolean;
244
+ };
245
+ botpressHome: {
246
+ type: "string";
247
+ description: string;
248
+ default: string;
249
+ };
250
+ profile: {
251
+ type: "string";
252
+ description: string;
253
+ alias: string;
254
+ };
255
+ };
256
+ readonly deleteBot: {
257
+ botRef: {
258
+ type: "string";
259
+ description: string;
260
+ demandOption: true;
261
+ positional: true;
262
+ idx: number;
263
+ };
264
+ apiUrl: {
265
+ type: "string";
266
+ description: string;
267
+ };
268
+ workspaceId: {
269
+ type: "string";
270
+ description: string;
271
+ };
272
+ token: {
273
+ type: "string";
274
+ description: string;
275
+ };
276
+ verbose: {
277
+ type: "boolean";
278
+ description: string;
279
+ alias: string;
280
+ default: boolean;
281
+ };
282
+ confirm: {
283
+ type: "boolean";
284
+ description: string;
285
+ alias: string;
286
+ default: boolean;
287
+ };
288
+ json: {
289
+ type: "boolean";
290
+ description: string;
291
+ default: boolean;
292
+ };
293
+ botpressHome: {
294
+ type: "string";
295
+ description: string;
296
+ default: string;
297
+ };
298
+ profile: {
299
+ type: "string";
300
+ description: string;
301
+ alias: string;
302
+ };
303
+ };
304
+ readonly listBots: {
305
+ dev: {
306
+ type: "boolean";
307
+ description: string;
308
+ default: boolean;
309
+ };
310
+ apiUrl: {
311
+ type: "string";
312
+ description: string;
313
+ };
314
+ workspaceId: {
315
+ type: "string";
316
+ description: string;
317
+ };
318
+ token: {
319
+ type: "string";
320
+ description: string;
321
+ };
322
+ verbose: {
323
+ type: "boolean";
324
+ description: string;
325
+ alias: string;
326
+ default: boolean;
327
+ };
328
+ confirm: {
329
+ type: "boolean";
330
+ description: string;
331
+ alias: string;
332
+ default: boolean;
333
+ };
334
+ json: {
335
+ type: "boolean";
336
+ description: string;
337
+ default: boolean;
338
+ };
339
+ botpressHome: {
340
+ type: "string";
341
+ description: string;
342
+ default: string;
343
+ };
344
+ profile: {
345
+ type: "string";
346
+ description: string;
347
+ alias: string;
348
+ };
349
+ };
350
+ readonly getIntegration: {
351
+ integrationRef: {
352
+ demandOption: true;
353
+ description: string;
354
+ type: "string";
355
+ positional: true;
356
+ idx: number;
357
+ };
358
+ apiUrl: {
359
+ type: "string";
360
+ description: string;
361
+ };
362
+ workspaceId: {
363
+ type: "string";
364
+ description: string;
365
+ };
366
+ token: {
367
+ type: "string";
368
+ description: string;
369
+ };
370
+ verbose: {
371
+ type: "boolean";
372
+ description: string;
373
+ alias: string;
374
+ default: boolean;
375
+ };
376
+ confirm: {
377
+ type: "boolean";
378
+ description: string;
379
+ alias: string;
380
+ default: boolean;
381
+ };
382
+ json: {
383
+ type: "boolean";
384
+ description: string;
385
+ default: boolean;
386
+ };
387
+ botpressHome: {
388
+ type: "string";
389
+ description: string;
390
+ default: string;
391
+ };
392
+ profile: {
393
+ type: "string";
394
+ description: string;
395
+ alias: string;
396
+ };
397
+ };
398
+ readonly listIntegrations: {
399
+ name: {
400
+ type: "string";
401
+ description: string;
402
+ };
403
+ versionNumber: {
404
+ type: "string";
405
+ description: string;
406
+ };
407
+ dev: {
408
+ type: "boolean";
409
+ description: string;
410
+ default: boolean;
411
+ };
412
+ apiUrl: {
413
+ type: "string";
414
+ description: string;
415
+ };
416
+ workspaceId: {
417
+ type: "string";
418
+ description: string;
419
+ };
420
+ token: {
421
+ type: "string";
422
+ description: string;
423
+ };
424
+ verbose: {
425
+ type: "boolean";
426
+ description: string;
427
+ alias: string;
428
+ default: boolean;
429
+ };
430
+ confirm: {
431
+ type: "boolean";
432
+ description: string;
433
+ alias: string;
434
+ default: boolean;
435
+ };
436
+ json: {
437
+ type: "boolean";
438
+ description: string;
439
+ default: boolean;
440
+ };
441
+ botpressHome: {
442
+ type: "string";
443
+ description: string;
444
+ default: string;
445
+ };
446
+ profile: {
447
+ type: "string";
448
+ description: string;
449
+ alias: string;
450
+ };
451
+ };
452
+ readonly deleteIntegration: {
453
+ integrationRef: {
454
+ demandOption: true;
455
+ description: string;
456
+ type: "string";
457
+ positional: true;
458
+ idx: number;
459
+ };
460
+ apiUrl: {
461
+ type: "string";
462
+ description: string;
463
+ };
464
+ workspaceId: {
465
+ type: "string";
466
+ description: string;
467
+ };
468
+ token: {
469
+ type: "string";
470
+ description: string;
471
+ };
472
+ verbose: {
473
+ type: "boolean";
474
+ description: string;
475
+ alias: string;
476
+ default: boolean;
477
+ };
478
+ confirm: {
479
+ type: "boolean";
480
+ description: string;
481
+ alias: string;
482
+ default: boolean;
483
+ };
484
+ json: {
485
+ type: "boolean";
486
+ description: string;
487
+ default: boolean;
488
+ };
489
+ botpressHome: {
490
+ type: "string";
491
+ description: string;
492
+ default: string;
493
+ };
494
+ profile: {
495
+ type: "string";
496
+ description: string;
497
+ alias: string;
498
+ };
499
+ };
500
+ readonly getInterface: {
501
+ interfaceRef: {
502
+ demandOption: true;
503
+ description: string;
504
+ type: "string";
505
+ positional: true;
506
+ idx: number;
507
+ };
508
+ apiUrl: {
509
+ type: "string";
510
+ description: string;
511
+ };
512
+ workspaceId: {
513
+ type: "string";
514
+ description: string;
515
+ };
516
+ token: {
517
+ type: "string";
518
+ description: string;
519
+ };
520
+ verbose: {
521
+ type: "boolean";
522
+ description: string;
523
+ alias: string;
524
+ default: boolean;
525
+ };
526
+ confirm: {
527
+ type: "boolean";
528
+ description: string;
529
+ alias: string;
530
+ default: boolean;
531
+ };
532
+ json: {
533
+ type: "boolean";
534
+ description: string;
535
+ default: boolean;
536
+ };
537
+ botpressHome: {
538
+ type: "string";
539
+ description: string;
540
+ default: string;
541
+ };
542
+ profile: {
543
+ type: "string";
544
+ description: string;
545
+ alias: string;
546
+ };
547
+ };
548
+ readonly listInterfaces: {
549
+ apiUrl: {
550
+ type: "string";
551
+ description: string;
552
+ };
553
+ workspaceId: {
554
+ type: "string";
555
+ description: string;
556
+ };
557
+ token: {
558
+ type: "string";
559
+ description: string;
560
+ };
561
+ verbose: {
562
+ type: "boolean";
563
+ description: string;
564
+ alias: string;
565
+ default: boolean;
566
+ };
567
+ confirm: {
568
+ type: "boolean";
569
+ description: string;
570
+ alias: string;
571
+ default: boolean;
572
+ };
573
+ json: {
574
+ type: "boolean";
575
+ description: string;
576
+ default: boolean;
577
+ };
578
+ botpressHome: {
579
+ type: "string";
580
+ description: string;
581
+ default: string;
582
+ };
583
+ profile: {
584
+ type: "string";
585
+ description: string;
586
+ alias: string;
587
+ };
588
+ };
589
+ readonly deleteInterface: {
590
+ interfaceRef: {
591
+ demandOption: true;
592
+ description: string;
593
+ type: "string";
594
+ positional: true;
595
+ idx: number;
596
+ };
597
+ apiUrl: {
598
+ type: "string";
599
+ description: string;
600
+ };
601
+ workspaceId: {
602
+ type: "string";
603
+ description: string;
604
+ };
605
+ token: {
606
+ type: "string";
607
+ description: string;
608
+ };
609
+ verbose: {
610
+ type: "boolean";
611
+ description: string;
612
+ alias: string;
613
+ default: boolean;
614
+ };
615
+ confirm: {
616
+ type: "boolean";
617
+ description: string;
618
+ alias: string;
619
+ default: boolean;
620
+ };
621
+ json: {
622
+ type: "boolean";
623
+ description: string;
624
+ default: boolean;
625
+ };
626
+ botpressHome: {
627
+ type: "string";
628
+ description: string;
629
+ default: string;
630
+ };
631
+ profile: {
632
+ type: "string";
633
+ description: string;
634
+ alias: string;
635
+ };
636
+ };
637
+ readonly getPlugin: {
638
+ pluginRef: {
639
+ demandOption: true;
640
+ description: string;
641
+ type: "string";
642
+ positional: true;
643
+ idx: number;
644
+ };
645
+ apiUrl: {
646
+ type: "string";
647
+ description: string;
648
+ };
649
+ workspaceId: {
650
+ type: "string";
651
+ description: string;
652
+ };
653
+ token: {
654
+ type: "string";
655
+ description: string;
656
+ };
657
+ verbose: {
658
+ type: "boolean";
659
+ description: string;
660
+ alias: string;
661
+ default: boolean;
662
+ };
663
+ confirm: {
664
+ type: "boolean";
665
+ description: string;
666
+ alias: string;
667
+ default: boolean;
668
+ };
669
+ json: {
670
+ type: "boolean";
671
+ description: string;
672
+ default: boolean;
673
+ };
674
+ botpressHome: {
675
+ type: "string";
676
+ description: string;
677
+ default: string;
678
+ };
679
+ profile: {
680
+ type: "string";
681
+ description: string;
682
+ alias: string;
683
+ };
684
+ };
685
+ readonly listPlugins: {
686
+ name: {
687
+ type: "string";
688
+ description: string;
689
+ };
690
+ versionNumber: {
691
+ type: "string";
692
+ description: string;
693
+ };
694
+ apiUrl: {
695
+ type: "string";
696
+ description: string;
697
+ };
698
+ workspaceId: {
699
+ type: "string";
700
+ description: string;
701
+ };
702
+ token: {
703
+ type: "string";
704
+ description: string;
705
+ };
706
+ verbose: {
707
+ type: "boolean";
708
+ description: string;
709
+ alias: string;
710
+ default: boolean;
711
+ };
712
+ confirm: {
713
+ type: "boolean";
714
+ description: string;
715
+ alias: string;
716
+ default: boolean;
717
+ };
718
+ json: {
719
+ type: "boolean";
720
+ description: string;
721
+ default: boolean;
722
+ };
723
+ botpressHome: {
724
+ type: "string";
725
+ description: string;
726
+ default: string;
727
+ };
728
+ profile: {
729
+ type: "string";
730
+ description: string;
731
+ alias: string;
732
+ };
733
+ };
734
+ readonly deletePlugin: {
735
+ pluginRef: {
736
+ demandOption: true;
737
+ description: string;
738
+ type: "string";
739
+ positional: true;
740
+ idx: number;
741
+ };
742
+ apiUrl: {
743
+ type: "string";
744
+ description: string;
745
+ };
746
+ workspaceId: {
747
+ type: "string";
748
+ description: string;
749
+ };
750
+ token: {
751
+ type: "string";
752
+ description: string;
753
+ };
754
+ verbose: {
755
+ type: "boolean";
756
+ description: string;
757
+ alias: string;
758
+ default: boolean;
759
+ };
760
+ confirm: {
761
+ type: "boolean";
762
+ description: string;
763
+ alias: string;
764
+ default: boolean;
765
+ };
766
+ json: {
767
+ type: "boolean";
768
+ description: string;
769
+ default: boolean;
770
+ };
771
+ botpressHome: {
772
+ type: "string";
773
+ description: string;
774
+ default: string;
775
+ };
776
+ profile: {
777
+ type: "string";
778
+ description: string;
779
+ alias: string;
780
+ };
781
+ };
782
+ readonly init: {
783
+ workDir: {
784
+ type: "string";
785
+ description: string;
786
+ default: string;
787
+ };
788
+ type: {
789
+ type: "string";
790
+ choices: readonly ["bot", "integration", "plugin"];
791
+ };
792
+ template: {
793
+ type: "string";
794
+ choices: ("empty" | "hello-world" | "webhook-message")[];
795
+ description: string;
796
+ };
797
+ name: {
798
+ type: "string";
799
+ description: string;
800
+ };
801
+ verbose: {
802
+ type: "boolean";
803
+ description: string;
804
+ alias: string;
805
+ default: boolean;
806
+ };
807
+ confirm: {
808
+ type: "boolean";
809
+ description: string;
810
+ alias: string;
811
+ default: boolean;
812
+ };
813
+ json: {
814
+ type: "boolean";
815
+ description: string;
816
+ default: boolean;
817
+ };
818
+ botpressHome: {
819
+ type: "string";
820
+ description: string;
821
+ default: string;
822
+ };
823
+ profile: {
824
+ type: "string";
825
+ description: string;
826
+ alias: string;
827
+ };
828
+ };
829
+ readonly generate: {
830
+ workDir: {
831
+ type: "string";
832
+ description: string;
833
+ default: string;
834
+ };
835
+ verbose: {
836
+ type: "boolean";
837
+ description: string;
838
+ alias: string;
839
+ default: boolean;
840
+ };
841
+ confirm: {
842
+ type: "boolean";
843
+ description: string;
844
+ alias: string;
845
+ default: boolean;
846
+ };
847
+ json: {
848
+ type: "boolean";
849
+ description: string;
850
+ default: boolean;
851
+ };
852
+ botpressHome: {
853
+ type: "string";
854
+ description: string;
855
+ default: string;
856
+ };
857
+ profile: {
858
+ type: "string";
859
+ description: string;
860
+ alias: string;
861
+ };
862
+ };
863
+ readonly bundle: {
864
+ sourceMap: {
865
+ type: "boolean";
866
+ description: string;
867
+ default: boolean;
868
+ };
869
+ minify: {
870
+ type: "boolean";
871
+ description: string;
872
+ default: boolean;
873
+ };
874
+ workDir: {
875
+ type: "string";
876
+ description: string;
877
+ default: string;
878
+ };
879
+ verbose: {
880
+ type: "boolean";
881
+ description: string;
882
+ alias: string;
883
+ default: boolean;
884
+ };
885
+ confirm: {
886
+ type: "boolean";
887
+ description: string;
888
+ alias: string;
889
+ default: boolean;
890
+ };
891
+ json: {
892
+ type: "boolean";
893
+ description: string;
894
+ default: boolean;
895
+ };
896
+ botpressHome: {
897
+ type: "string";
898
+ description: string;
899
+ default: string;
900
+ };
901
+ profile: {
902
+ type: "string";
903
+ description: string;
904
+ alias: string;
905
+ };
906
+ };
907
+ readonly build: {
908
+ sourceMap: {
909
+ type: "boolean";
910
+ description: string;
911
+ default: boolean;
912
+ };
913
+ minify: {
914
+ type: "boolean";
915
+ description: string;
916
+ default: boolean;
917
+ };
918
+ workDir: {
919
+ type: "string";
920
+ description: string;
921
+ default: string;
922
+ };
923
+ verbose: {
924
+ type: "boolean";
925
+ description: string;
926
+ alias: string;
927
+ default: boolean;
928
+ };
929
+ confirm: {
930
+ type: "boolean";
931
+ description: string;
932
+ alias: string;
933
+ default: boolean;
934
+ };
935
+ json: {
936
+ type: "boolean";
937
+ description: string;
938
+ default: boolean;
939
+ };
940
+ botpressHome: {
941
+ type: "string";
942
+ description: string;
943
+ default: string;
944
+ };
945
+ profile: {
946
+ type: "string";
947
+ description: string;
948
+ alias: string;
949
+ };
950
+ };
951
+ readonly read: {
952
+ workDir: {
953
+ type: "string";
954
+ description: string;
955
+ default: string;
956
+ };
957
+ verbose: {
958
+ type: "boolean";
959
+ description: string;
960
+ alias: string;
961
+ default: boolean;
962
+ };
963
+ confirm: {
964
+ type: "boolean";
965
+ description: string;
966
+ alias: string;
967
+ default: boolean;
968
+ };
969
+ json: {
970
+ type: "boolean";
971
+ description: string;
972
+ default: boolean;
973
+ };
974
+ botpressHome: {
975
+ type: "string";
976
+ description: string;
977
+ default: string;
978
+ };
979
+ profile: {
980
+ type: "string";
981
+ description: string;
982
+ alias: string;
983
+ };
984
+ };
985
+ readonly serve: {
986
+ port: {
987
+ type: "number";
988
+ description: string;
989
+ };
990
+ secrets: {
991
+ type: "string";
992
+ description: string;
993
+ array: true;
994
+ default: never[];
995
+ };
996
+ workDir: {
997
+ type: "string";
998
+ description: string;
999
+ default: string;
1000
+ };
1001
+ verbose: {
1002
+ type: "boolean";
1003
+ description: string;
1004
+ alias: string;
1005
+ default: boolean;
1006
+ };
1007
+ confirm: {
1008
+ type: "boolean";
1009
+ description: string;
1010
+ alias: string;
1011
+ default: boolean;
1012
+ };
1013
+ json: {
1014
+ type: "boolean";
1015
+ description: string;
1016
+ default: boolean;
1017
+ };
1018
+ botpressHome: {
1019
+ type: "string";
1020
+ description: string;
1021
+ default: string;
1022
+ };
1023
+ profile: {
1024
+ type: "string";
1025
+ description: string;
1026
+ alias: string;
1027
+ };
1028
+ };
1029
+ readonly deploy: {
1030
+ readonly botId: {
1031
+ readonly type: "string";
1032
+ readonly description: "The bot ID to deploy. Only used when deploying a bot";
1033
+ };
1034
+ readonly noBuild: {
1035
+ type: "boolean";
1036
+ description: string;
1037
+ default: boolean;
1038
+ };
1039
+ readonly dryRun: {
1040
+ readonly type: "boolean";
1041
+ readonly description: "Ask the API not to perform the actual operation";
1042
+ readonly default: false;
1043
+ };
1044
+ readonly createNewBot: {
1045
+ readonly type: "boolean";
1046
+ readonly description: "Create a new bot when deploying. Only used when deploying a bot";
1047
+ };
1048
+ readonly sourceMap: {
1049
+ type: "boolean";
1050
+ description: string;
1051
+ default: boolean;
1052
+ };
1053
+ readonly minify: {
1054
+ type: "boolean";
1055
+ description: string;
1056
+ default: boolean;
1057
+ };
1058
+ readonly visibility: {
1059
+ readonly type: "string";
1060
+ readonly choices: readonly ["public", "private", "unlisted"];
1061
+ readonly description: "The visibility of the project. By default, projects are always private. Unlisted visibility is only supported for integrations.";
1062
+ readonly default: "private";
1063
+ };
1064
+ readonly public: {
1065
+ type: "boolean";
1066
+ description: string;
1067
+ default: boolean;
1068
+ deprecated: true;
1069
+ };
1070
+ readonly allowDeprecated: {
1071
+ readonly type: "boolean";
1072
+ readonly description: "Allow deprecated features in the project";
1073
+ readonly default: false;
1074
+ };
1075
+ readonly secrets: {
1076
+ type: "string";
1077
+ description: string;
1078
+ array: true;
1079
+ default: never[];
1080
+ };
1081
+ readonly apiUrl: {
1082
+ type: "string";
1083
+ description: string;
1084
+ };
1085
+ readonly workspaceId: {
1086
+ type: "string";
1087
+ description: string;
1088
+ };
1089
+ readonly token: {
1090
+ type: "string";
1091
+ description: string;
1092
+ };
1093
+ readonly workDir: {
1094
+ type: "string";
1095
+ description: string;
1096
+ default: string;
1097
+ };
1098
+ readonly verbose: {
1099
+ type: "boolean";
1100
+ description: string;
1101
+ alias: string;
1102
+ default: boolean;
1103
+ };
1104
+ readonly confirm: {
1105
+ type: "boolean";
1106
+ description: string;
1107
+ alias: string;
1108
+ default: boolean;
1109
+ };
1110
+ readonly json: {
1111
+ type: "boolean";
1112
+ description: string;
1113
+ default: boolean;
1114
+ };
1115
+ readonly botpressHome: {
1116
+ type: "string";
1117
+ description: string;
1118
+ default: string;
1119
+ };
1120
+ readonly profile: {
1121
+ type: "string";
1122
+ description: string;
1123
+ alias: string;
1124
+ };
1125
+ };
1126
+ readonly add: {
1127
+ packageRef: {
1128
+ type: "string";
1129
+ description: string;
1130
+ positional: true;
1131
+ idx: number;
1132
+ };
1133
+ packageType: {
1134
+ type: "string";
1135
+ description: string;
1136
+ choices: readonly ["integration", "interface", "plugin"];
1137
+ };
1138
+ installPath: {
1139
+ type: "string";
1140
+ description: string;
1141
+ default: string;
1142
+ };
1143
+ useDev: {
1144
+ type: "boolean";
1145
+ description: string;
1146
+ default: boolean;
1147
+ };
1148
+ apiUrl: {
1149
+ type: "string";
1150
+ description: string;
1151
+ };
1152
+ workspaceId: {
1153
+ type: "string";
1154
+ description: string;
1155
+ };
1156
+ token: {
1157
+ type: "string";
1158
+ description: string;
1159
+ };
1160
+ verbose: {
1161
+ type: "boolean";
1162
+ description: string;
1163
+ alias: string;
1164
+ default: boolean;
1165
+ };
1166
+ confirm: {
1167
+ type: "boolean";
1168
+ description: string;
1169
+ alias: string;
1170
+ default: boolean;
1171
+ };
1172
+ json: {
1173
+ type: "boolean";
1174
+ description: string;
1175
+ default: boolean;
1176
+ };
1177
+ botpressHome: {
1178
+ type: "string";
1179
+ description: string;
1180
+ default: string;
1181
+ };
1182
+ profile: {
1183
+ type: "string";
1184
+ description: string;
1185
+ alias: string;
1186
+ };
1187
+ };
1188
+ readonly dev: {
1189
+ sourceMap: {
1190
+ type: "boolean";
1191
+ description: string;
1192
+ default: boolean;
1193
+ };
1194
+ minify: {
1195
+ type: "boolean";
1196
+ description: string;
1197
+ default: boolean;
1198
+ };
1199
+ port: {
1200
+ type: "number";
1201
+ description: string;
1202
+ };
1203
+ tunnelUrl: {
1204
+ type: "string";
1205
+ description: string;
1206
+ default: string;
1207
+ };
1208
+ tunnelId: {
1209
+ type: "string";
1210
+ description: string;
1211
+ };
1212
+ secrets: {
1213
+ type: "string";
1214
+ description: string;
1215
+ array: true;
1216
+ default: never[];
1217
+ };
1218
+ apiUrl: {
1219
+ type: "string";
1220
+ description: string;
1221
+ };
1222
+ workspaceId: {
1223
+ type: "string";
1224
+ description: string;
1225
+ };
1226
+ token: {
1227
+ type: "string";
1228
+ description: string;
1229
+ };
1230
+ workDir: {
1231
+ type: "string";
1232
+ description: string;
1233
+ default: string;
1234
+ };
1235
+ verbose: {
1236
+ type: "boolean";
1237
+ description: string;
1238
+ alias: string;
1239
+ default: boolean;
1240
+ };
1241
+ confirm: {
1242
+ type: "boolean";
1243
+ description: string;
1244
+ alias: string;
1245
+ default: boolean;
1246
+ };
1247
+ json: {
1248
+ type: "boolean";
1249
+ description: string;
1250
+ default: boolean;
1251
+ };
1252
+ botpressHome: {
1253
+ type: "string";
1254
+ description: string;
1255
+ default: string;
1256
+ };
1257
+ profile: {
1258
+ type: "string";
1259
+ description: string;
1260
+ alias: string;
1261
+ };
1262
+ };
1263
+ readonly lint: {
1264
+ workDir: {
1265
+ type: "string";
1266
+ description: string;
1267
+ default: string;
1268
+ };
1269
+ verbose: {
1270
+ type: "boolean";
1271
+ description: string;
1272
+ alias: string;
1273
+ default: boolean;
1274
+ };
1275
+ confirm: {
1276
+ type: "boolean";
1277
+ description: string;
1278
+ alias: string;
1279
+ default: boolean;
1280
+ };
1281
+ json: {
1282
+ type: "boolean";
1283
+ description: string;
1284
+ default: boolean;
1285
+ };
1286
+ botpressHome: {
1287
+ type: "string";
1288
+ description: string;
1289
+ default: string;
1290
+ };
1291
+ profile: {
1292
+ type: "string";
1293
+ description: string;
1294
+ alias: string;
1295
+ };
1296
+ };
1297
+ readonly chat: {
1298
+ chatApiUrl: {
1299
+ type: "string";
1300
+ description: string;
1301
+ };
1302
+ botId: {
1303
+ type: "string";
1304
+ positional: true;
1305
+ idx: number;
1306
+ description: string;
1307
+ };
1308
+ apiUrl: {
1309
+ type: "string";
1310
+ description: string;
1311
+ };
1312
+ workspaceId: {
1313
+ type: "string";
1314
+ description: string;
1315
+ };
1316
+ token: {
1317
+ type: "string";
1318
+ description: string;
1319
+ };
1320
+ verbose: {
1321
+ type: "boolean";
1322
+ description: string;
1323
+ alias: string;
1324
+ default: boolean;
1325
+ };
1326
+ confirm: {
1327
+ type: "boolean";
1328
+ description: string;
1329
+ alias: string;
1330
+ default: boolean;
1331
+ };
1332
+ json: {
1333
+ type: "boolean";
1334
+ description: string;
1335
+ default: boolean;
1336
+ };
1337
+ botpressHome: {
1338
+ type: "string";
1339
+ description: string;
1340
+ default: string;
1341
+ };
1342
+ profile: {
1343
+ type: "string";
1344
+ description: string;
1345
+ alias: string;
1346
+ };
1347
+ };
1348
+ readonly listProfiles: {
1349
+ verbose: {
1350
+ type: "boolean";
1351
+ description: string;
1352
+ alias: string;
1353
+ default: boolean;
1354
+ };
1355
+ confirm: {
1356
+ type: "boolean";
1357
+ description: string;
1358
+ alias: string;
1359
+ default: boolean;
1360
+ };
1361
+ json: {
1362
+ type: "boolean";
1363
+ description: string;
1364
+ default: boolean;
1365
+ };
1366
+ botpressHome: {
1367
+ type: "string";
1368
+ description: string;
1369
+ default: string;
1370
+ };
1371
+ profile: {
1372
+ type: "string";
1373
+ description: string;
1374
+ alias: string;
1375
+ };
1376
+ };
1377
+ readonly activeProfile: {
1378
+ verbose: {
1379
+ type: "boolean";
1380
+ description: string;
1381
+ alias: string;
1382
+ default: boolean;
1383
+ };
1384
+ confirm: {
1385
+ type: "boolean";
1386
+ description: string;
1387
+ alias: string;
1388
+ default: boolean;
1389
+ };
1390
+ json: {
1391
+ type: "boolean";
1392
+ description: string;
1393
+ default: boolean;
1394
+ };
1395
+ botpressHome: {
1396
+ type: "string";
1397
+ description: string;
1398
+ default: string;
1399
+ };
1400
+ profile: {
1401
+ type: "string";
1402
+ description: string;
1403
+ alias: string;
1404
+ };
1405
+ };
1406
+ readonly useProfile: {
1407
+ profileToUse: {
1408
+ type: "string";
1409
+ description: string;
1410
+ positional: true;
1411
+ idx: number;
1412
+ };
1413
+ verbose: {
1414
+ type: "boolean";
1415
+ description: string;
1416
+ alias: string;
1417
+ default: boolean;
1418
+ };
1419
+ confirm: {
1420
+ type: "boolean";
1421
+ description: string;
1422
+ alias: string;
1423
+ default: boolean;
1424
+ };
1425
+ json: {
1426
+ type: "boolean";
1427
+ description: string;
1428
+ default: boolean;
1429
+ };
1430
+ botpressHome: {
1431
+ type: "string";
1432
+ description: string;
1433
+ default: string;
1434
+ };
1435
+ profile: {
1436
+ type: "string";
1437
+ description: string;
1438
+ alias: string;
1439
+ };
1440
+ };
1441
+ };