@botpress/runtime 1.7.5 → 1.7.7

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.
@@ -1,25 +1,25 @@
1
1
  import { Autonomous } from './runtime/autonomous';
2
2
  import { z } from '@botpress/sdk';
3
- declare const configSchema: import("@bpinternal/zui").ZodObject<{
4
- name: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
5
- description: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
6
- user: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodObject<{
7
- state: import("@bpinternal/zui").ZodOptional<z.Schema<z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any>, import("@bpinternal/zui").ZodTypeDef, z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any>>>;
3
+ declare const configSchema: import("@botpress/sdk").ZodObject<{
4
+ name: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodString>;
5
+ description: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodString>;
6
+ user: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodObject<{
7
+ state: import("@botpress/sdk").ZodOptional<z.Schema<z.Schema<any, import("@botpress/sdk").ZodTypeDef, any>, import("@botpress/sdk").ZodTypeDef, z.Schema<any, import("@botpress/sdk").ZodTypeDef, any>>>;
8
8
  }, "strip", {
9
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
9
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
10
10
  }, {
11
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
11
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
12
12
  }>>;
13
- bot: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodObject<{
14
- state: import("@bpinternal/zui").ZodOptional<z.Schema<z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any>, import("@bpinternal/zui").ZodTypeDef, z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any>>>;
13
+ bot: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodObject<{
14
+ state: import("@botpress/sdk").ZodOptional<z.Schema<z.Schema<any, import("@botpress/sdk").ZodTypeDef, any>, import("@botpress/sdk").ZodTypeDef, z.Schema<any, import("@botpress/sdk").ZodTypeDef, any>>>;
15
15
  }, "strip", {
16
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
16
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
17
17
  }, {
18
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
18
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
19
19
  }>>;
20
- defaultModels: z.ZodTransformer<import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodObject<{
21
- zai: z.Schema<Autonomous.Model | Autonomous.Model[], import("@bpinternal/zui").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
22
- autonomous: z.Schema<Autonomous.Model | Autonomous.Model[], import("@bpinternal/zui").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
20
+ defaultModels: z.ZodTransformer<import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodObject<{
21
+ zai: z.Schema<Autonomous.Model | Autonomous.Model[], import("@botpress/sdk").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
22
+ autonomous: z.Schema<Autonomous.Model | Autonomous.Model[], import("@botpress/sdk").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
23
23
  }, "strip", {
24
24
  zai: Autonomous.Model | Autonomous.Model[];
25
25
  autonomous: Autonomous.Model | Autonomous.Model[];
@@ -41,19 +41,19 @@ declare const configSchema: import("@bpinternal/zui").ZodObject<{
41
41
  description?: string | undefined;
42
42
  name?: string | undefined;
43
43
  user?: {
44
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
44
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
45
45
  } | undefined;
46
46
  bot?: {
47
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
47
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
48
48
  } | undefined;
49
49
  }, {
50
50
  description?: string | undefined;
51
51
  name?: string | undefined;
52
52
  user?: {
53
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
53
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
54
54
  } | undefined;
55
55
  bot?: {
56
- state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
56
+ state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
57
57
  } | undefined;
58
58
  defaultModels?: {
59
59
  zai: Autonomous.Model | Autonomous.Model[];