@botpress/cli 1.0.0 → 1.0.2

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 (49) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/dist/code-generation/consts.js +6 -1
  3. package/dist/code-generation/consts.js.map +2 -2
  4. package/dist/code-generation/integration-package/integration-package-definition/configuration-module.js +1 -1
  5. package/dist/code-generation/integration-package/integration-package-definition/configuration-module.js.map +2 -2
  6. package/package.json +3 -3
  7. package/templates/empty-bot/.botpress/implementation/index.ts +2 -2
  8. package/templates/empty-bot/.botpress/implementation/typings/events/index.ts +2 -2
  9. package/templates/empty-bot/.botpress/implementation/typings/index.ts +2 -2
  10. package/templates/empty-bot/.botpress/implementation/typings/integrations/index.ts +2 -2
  11. package/templates/empty-bot/.botpress/implementation/typings/states/index.ts +2 -2
  12. package/templates/empty-bot/package.json +2 -2
  13. package/templates/empty-integration/.botpress/implementation/index.ts +2 -2
  14. package/templates/empty-integration/.botpress/implementation/typings/actions/index.ts +2 -2
  15. package/templates/empty-integration/.botpress/implementation/typings/channels/index.ts +2 -2
  16. package/templates/empty-integration/.botpress/implementation/typings/configurations/index.ts +2 -2
  17. package/templates/empty-integration/.botpress/implementation/typings/entities/index.ts +2 -2
  18. package/templates/empty-integration/.botpress/implementation/typings/events/index.ts +2 -2
  19. package/templates/empty-integration/.botpress/implementation/typings/index.ts +2 -2
  20. package/templates/empty-integration/.botpress/implementation/typings/states/index.ts +2 -2
  21. package/templates/empty-integration/.botpress/secrets/index.ts +2 -2
  22. package/templates/empty-integration/package.json +2 -2
  23. package/templates/hello-world/.botpress/implementation/index.ts +2 -2
  24. package/templates/hello-world/.botpress/implementation/typings/actions/helloWorld/index.ts +2 -2
  25. package/templates/hello-world/.botpress/implementation/typings/actions/helloWorld/input.ts +2 -2
  26. package/templates/hello-world/.botpress/implementation/typings/actions/helloWorld/output.ts +2 -2
  27. package/templates/hello-world/.botpress/implementation/typings/actions/index.ts +2 -2
  28. package/templates/hello-world/.botpress/implementation/typings/channels/index.ts +2 -2
  29. package/templates/hello-world/.botpress/implementation/typings/configurations/index.ts +2 -2
  30. package/templates/hello-world/.botpress/implementation/typings/entities/index.ts +2 -2
  31. package/templates/hello-world/.botpress/implementation/typings/events/index.ts +2 -2
  32. package/templates/hello-world/.botpress/implementation/typings/index.ts +2 -2
  33. package/templates/hello-world/.botpress/implementation/typings/states/index.ts +2 -2
  34. package/templates/hello-world/.botpress/secrets/index.ts +2 -2
  35. package/templates/hello-world/package.json +2 -2
  36. package/templates/webhook-message/.botpress/implementation/index.ts +2 -2
  37. package/templates/webhook-message/.botpress/implementation/typings/actions/index.ts +2 -2
  38. package/templates/webhook-message/.botpress/implementation/typings/channels/index.ts +2 -2
  39. package/templates/webhook-message/.botpress/implementation/typings/channels/webhook/index.ts +2 -2
  40. package/templates/webhook-message/.botpress/implementation/typings/channels/webhook/messages/index.ts +2 -2
  41. package/templates/webhook-message/.botpress/implementation/typings/channels/webhook/messages/text.ts +2 -2
  42. package/templates/webhook-message/.botpress/implementation/typings/configuration/index.ts +2 -2
  43. package/templates/webhook-message/.botpress/implementation/typings/configurations/index.ts +2 -2
  44. package/templates/webhook-message/.botpress/implementation/typings/entities/index.ts +2 -2
  45. package/templates/webhook-message/.botpress/implementation/typings/events/index.ts +2 -2
  46. package/templates/webhook-message/.botpress/implementation/typings/index.ts +2 -2
  47. package/templates/webhook-message/.botpress/implementation/typings/states/index.ts +2 -2
  48. package/templates/webhook-message/.botpress/secrets/index.ts +2 -2
  49. package/templates/webhook-message/package.json +2 -2
@@ -1,20 +1,20 @@
1
1
 
2
- > @botpress/cli@1.0.0 build /home/runner/work/botpress/botpress/packages/cli
2
+ > @botpress/cli@1.0.2 build /home/runner/work/botpress/botpress/packages/cli
3
3
  > pnpm run bundle && pnpm run template:gen
4
4
 
5
5
 
6
- > @botpress/cli@1.0.0 bundle /home/runner/work/botpress/botpress/packages/cli
6
+ > @botpress/cli@1.0.2 bundle /home/runner/work/botpress/botpress/packages/cli
7
7
  > ts-node -T build.ts
8
8
 
9
9
 
10
- > @botpress/cli@1.0.0 template:gen /home/runner/work/botpress/botpress/packages/cli
10
+ > @botpress/cli@1.0.2 template:gen /home/runner/work/botpress/botpress/packages/cli
11
11
  > pnpm -r --stream -F @bp-templates/* exec bp gen
12
12
 
13
- šŸ¤– Botpress CLI v1.0.0
14
- šŸ¤– Botpress CLI v1.0.0
15
- šŸ¤– Botpress CLI v1.0.0
16
- šŸ¤– Botpress CLI v1.0.0
13
+ šŸ¤– Botpress CLI v1.0.2
14
+ šŸ¤– Botpress CLI v1.0.2
15
+ šŸ¤– Botpress CLI v1.0.2
16
+ šŸ¤– Botpress CLI v1.0.2
17
+ ā—‹ Generating typings for bot...āœ“ Typings available at .botpress
17
18
  ā—‹ Generating typings for integration hello-world...ā—‹ Generating typings for integration empty-integration...āœ“ Typings available at .botpress
18
- ā—‹ Generating typings for bot...ā—‹ Generating typings for integration webhook-message...āœ“ Typings available at .botpress
19
- āœ“ Typings available at .botpress
19
+ ā—‹ Generating typings for integration webhook-message...āœ“ Typings available at .botpress
20
20
  āœ“ Typings available at .botpress
@@ -25,7 +25,12 @@ __export(consts_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(consts_exports);
27
27
  __reExport(consts_exports, require("../consts"), module.exports);
28
- const GENERATED_HEADER = "/* tslint:disable */\n// This file is generated\n// Do not edit this file\n";
28
+ const GENERATED_HEADER = [
29
+ "/* eslint-disable */",
30
+ "/* tslint:disable */",
31
+ "// This file is generated. Do not edit it manually.",
32
+ ""
33
+ ].join("\n");
29
34
  const INDEX_FILE = "index.ts";
30
35
  const DEFAULT_EXPORT_NAME = "default";
31
36
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/code-generation/consts.ts"],
4
- "sourcesContent": ["export * from '../consts'\nexport const GENERATED_HEADER = '/* tslint:disable */\\n// This file is generated\\n// Do not edit this file\\n'\nexport const INDEX_FILE = 'index.ts'\nexport const DEFAULT_EXPORT_NAME = 'default'\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAc,sBAAd;AACO,MAAM,mBAAmB;AACzB,MAAM,aAAa;AACnB,MAAM,sBAAsB;",
4
+ "sourcesContent": ["export * from '../consts'\nexport const GENERATED_HEADER = [\n '/* eslint-disable */',\n '/* tslint:disable */',\n '// This file is generated. Do not edit it manually.',\n '',\n].join('\\n')\nexport const INDEX_FILE = 'index.ts'\nexport const DEFAULT_EXPORT_NAME = 'default'\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAAc,sBAAd;AACO,MAAM,mBAAmB;AAAA,EAC9B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,EAAE,KAAK,IAAI;AACJ,MAAM,aAAa;AACnB,MAAM,sBAAsB;",
6
6
  "names": []
7
7
  }
@@ -42,7 +42,7 @@ class DefaultConfigurationModule extends import_module.Module {
42
42
  this._configuration = _configuration;
43
43
  }
44
44
  async getContent() {
45
- if (!this._configuration?.schema) {
45
+ if (!this._configuration.schema) {
46
46
  return [
47
47
  "/** Default Configuration of the Integration */",
48
48
  `export const ${this.exportName} = z.object({})`
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../src/code-generation/integration-package/integration-package-definition/configuration-module.ts"],
4
- "sourcesContent": ["import { INDEX_FILE } from '../../consts'\nimport { jsonSchemaToTypescriptZuiSchema } from '../../generators'\nimport { Module } from '../../module'\nimport * as strings from '../../strings'\nimport * as types from './typings'\n\nexport class DefaultConfigurationModule extends Module {\n public constructor(private _configuration: types.ApiConfigurationDefinition | undefined) {\n const name = 'configuration'\n const exportName = strings.varName(name)\n super({\n path: INDEX_FILE,\n exportName,\n })\n }\n\n public async getContent() {\n if (!this._configuration?.schema) {\n return [\n //\n '/** Default Configuration of the Integration */',\n `export const ${this.exportName} = z.object({})`,\n ].join('\\n')\n }\n return jsonSchemaToTypescriptZuiSchema(this._configuration.schema, this.exportName)\n }\n}\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA2B;AAC3B,wBAAgD;AAChD,oBAAuB;AACvB,cAAyB;AAGlB,MAAM,mCAAmC,qBAAO;AAAA,EAC9C,YAAoB,gBAA8D;AACvF,UAAM,OAAO;AACb,UAAM,aAAa,QAAQ,QAAQ,IAAI;AACvC,UAAM;AAAA,MACJ,MAAM;AAAA,MACN;AAAA,IACF,CAAC;AANwB;AAAA,EAO3B;AAAA,EAEA,MAAa,aAAa;AACxB,QAAI,CAAC,KAAK,gBAAgB,QAAQ;AAChC,aAAO;AAAA,QAEL;AAAA,QACA,gBAAgB,KAAK;AAAA,MACvB,EAAE,KAAK,IAAI;AAAA,IACb;AACA,eAAO,mDAAgC,KAAK,eAAe,QAAQ,KAAK,UAAU;AAAA,EACpF;AACF;",
4
+ "sourcesContent": ["import { INDEX_FILE } from '../../consts'\nimport { jsonSchemaToTypescriptZuiSchema } from '../../generators'\nimport { Module } from '../../module'\nimport * as strings from '../../strings'\nimport * as types from './typings'\n\nexport class DefaultConfigurationModule extends Module {\n public constructor(private _configuration: types.ApiConfigurationDefinition) {\n const name = 'configuration'\n const exportName = strings.varName(name)\n super({\n path: INDEX_FILE,\n exportName,\n })\n }\n\n public async getContent() {\n if (!this._configuration.schema) {\n return [\n //\n '/** Default Configuration of the Integration */',\n `export const ${this.exportName} = z.object({})`,\n ].join('\\n')\n }\n return jsonSchemaToTypescriptZuiSchema(this._configuration.schema, this.exportName)\n }\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA2B;AAC3B,wBAAgD;AAChD,oBAAuB;AACvB,cAAyB;AAGlB,MAAM,mCAAmC,qBAAO;AAAA,EAC9C,YAAoB,gBAAkD;AAC3E,UAAM,OAAO;AACb,UAAM,aAAa,QAAQ,QAAQ,IAAI;AACvC,UAAM;AAAA,MACJ,MAAM;AAAA,MACN;AAAA,IACF,CAAC;AANwB;AAAA,EAO3B;AAAA,EAEA,MAAa,aAAa;AACxB,QAAI,CAAC,KAAK,eAAe,QAAQ;AAC/B,aAAO;AAAA,QAEL;AAAA,QACA,gBAAgB,KAAK;AAAA,MACvB,EAAE,KAAK,IAAI;AAAA,IACb;AACA,eAAO,mDAAgC,KAAK,eAAe,QAAQ,KAAK,UAAU;AAAA,EACpF;AACF;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Botpress CLI",
5
5
  "scripts": {
6
6
  "build": "pnpm run bundle && pnpm run template:gen",
@@ -21,8 +21,8 @@
21
21
  "main": "dist/index.js",
22
22
  "dependencies": {
23
23
  "@apidevtools/json-schema-ref-parser": "^11.7.0",
24
- "@botpress/client": "0.33.0",
25
- "@botpress/sdk": "1.0.0",
24
+ "@botpress/client": "0.33.1",
25
+ "@botpress/sdk": "1.0.1",
26
26
  "@bpinternal/const": "^0.0.20",
27
27
  "@bpinternal/tunnel": "^0.1.1",
28
28
  "@bpinternal/yargs-extra": "^0.0.3",
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as sdk from "@botpress/sdk"
6
6
  import * as typings from "./typings/index"
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Events = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as integrations from './integrations/index'
6
6
  import * as events from './events'
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Integrations = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type States = {
6
6
  }
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "private": true,
7
7
  "dependencies": {
8
- "@botpress/client": "0.33.0",
9
- "@botpress/sdk": "1.0.0"
8
+ "@botpress/client": "0.33.1",
9
+ "@botpress/sdk": "1.0.1"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/node": "^18.11.17",
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as sdk from "@botpress/sdk"
6
6
  import * as typings from "./typings/index"
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Actions = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Channels = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Configurations = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Entities = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Events = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as configuration from "./configuration/index"
6
6
  import * as configurations from "./configurations/index"
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type States = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
  class Secrets {
5
5
  }
6
6
  export const secrets = new Secrets()
@@ -6,8 +6,8 @@
6
6
  },
7
7
  "private": true,
8
8
  "dependencies": {
9
- "@botpress/client": "0.33.0",
10
- "@botpress/sdk": "1.0.0"
9
+ "@botpress/client": "0.33.1",
10
+ "@botpress/sdk": "1.0.1"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/node": "^18.11.17",
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as sdk from "@botpress/sdk"
6
6
  import * as typings from "./typings/index"
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
  import * as input from "./input";
5
5
  export * as input from "./input";
6
6
  import * as output from "./output";
@@ -1,5 +1,5 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Input = { name?: string };
@@ -1,5 +1,5 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Output = { message: string };
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
  import * as helloWorld from "./helloWorld/index";
5
5
  export * as helloWorld from "./helloWorld/index";
6
6
 
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Channels = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Configurations = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Entities = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Events = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as configuration from "./configuration/index"
6
6
  import * as configurations from "./configurations/index"
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type States = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
  class Secrets {
5
5
  }
6
6
  export const secrets = new Secrets()
@@ -6,8 +6,8 @@
6
6
  },
7
7
  "private": true,
8
8
  "dependencies": {
9
- "@botpress/client": "0.33.0",
10
- "@botpress/sdk": "1.0.0"
9
+ "@botpress/client": "0.33.1",
10
+ "@botpress/sdk": "1.0.1"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/node": "^18.11.17",
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as sdk from "@botpress/sdk"
6
6
  import * as typings from "./typings/index"
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Actions = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
  import * as webhook from "./webhook/index";
5
5
  export * as webhook from "./webhook/index";
6
6
 
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import { Messages } from './messages/index'
6
6
  export * from './messages/index'
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
  import * as text from "./text";
5
5
  export * as text from "./text";
6
6
 
@@ -1,5 +1,5 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Text = { text: string };
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Configuration = {
6
6
  /** The url to post the bot answers to. */
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Configurations = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Entities = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type Events = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  import * as configuration from "./configuration/index"
6
6
  import * as configurations from "./configurations/index"
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
 
5
5
  export type States = {
6
6
  }
@@ -1,6 +1,6 @@
1
+ /* eslint-disable */
1
2
  /* tslint:disable */
2
- // This file is generated
3
- // Do not edit this file
3
+ // This file is generated. Do not edit it manually.
4
4
  class Secrets {
5
5
  }
6
6
  export const secrets = new Secrets()
@@ -6,8 +6,8 @@
6
6
  },
7
7
  "private": true,
8
8
  "dependencies": {
9
- "@botpress/client": "0.33.0",
10
- "@botpress/sdk": "1.0.0",
9
+ "@botpress/client": "0.33.1",
10
+ "@botpress/sdk": "1.0.1",
11
11
  "axios": "^1.6.8"
12
12
  },
13
13
  "devDependencies": {