@botpress/runtime 1.7.8 → 1.7.9

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,26 +1,26 @@
1
1
  import { Autonomous } from './runtime/autonomous';
2
2
  import { z } from '@botpress/sdk';
3
3
  import type { Dependencies } from './_types/dependencies';
4
- declare const configSchema: import("@botpress/sdk").ZodObject<{
5
- name: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodString>;
6
- description: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodString>;
7
- user: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodObject<{
8
- 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>>>;
4
+ declare const configSchema: import("@bpinternal/zui").ZodObject<{
5
+ name: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
6
+ description: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodString>;
7
+ user: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodObject<{
8
+ 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>>>;
9
9
  }, "strip", {
10
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
10
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
11
11
  }, {
12
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
12
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
13
13
  }>>;
14
- bot: import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodObject<{
15
- 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>>>;
14
+ bot: import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodObject<{
15
+ 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>>>;
16
16
  }, "strip", {
17
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
17
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
18
18
  }, {
19
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
19
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
20
20
  }>>;
21
- defaultModels: z.ZodTransformer<import("@botpress/sdk").ZodOptional<import("@botpress/sdk").ZodObject<{
22
- zai: z.Schema<Autonomous.Model | Autonomous.Model[], import("@botpress/sdk").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
23
- autonomous: z.Schema<Autonomous.Model | Autonomous.Model[], import("@botpress/sdk").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
21
+ defaultModels: z.ZodTransformer<import("@bpinternal/zui").ZodOptional<import("@bpinternal/zui").ZodObject<{
22
+ zai: z.Schema<Autonomous.Model | Autonomous.Model[], import("@bpinternal/zui").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
23
+ autonomous: z.Schema<Autonomous.Model | Autonomous.Model[], import("@bpinternal/zui").ZodTypeDef, Autonomous.Model | Autonomous.Model[]>;
24
24
  }, "strip", {
25
25
  zai: Autonomous.Model | Autonomous.Model[];
26
26
  autonomous: Autonomous.Model | Autonomous.Model[];
@@ -34,7 +34,7 @@ declare const configSchema: import("@botpress/sdk").ZodObject<{
34
34
  zai: Autonomous.Model | Autonomous.Model[];
35
35
  autonomous: Autonomous.Model | Autonomous.Model[];
36
36
  } | undefined>;
37
- dependencies: z.Schema<Dependencies, import("@botpress/sdk").ZodTypeDef, Dependencies>;
37
+ dependencies: z.Schema<Dependencies, import("@bpinternal/zui").ZodTypeDef, Dependencies>;
38
38
  }, "strip", {
39
39
  defaultModels: {
40
40
  zai: Autonomous.Model | Autonomous.Model[];
@@ -44,20 +44,20 @@ declare const configSchema: import("@botpress/sdk").ZodObject<{
44
44
  description?: string | undefined;
45
45
  name?: string | undefined;
46
46
  user?: {
47
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
47
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
48
48
  } | undefined;
49
49
  bot?: {
50
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
50
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
51
51
  } | undefined;
52
52
  }, {
53
53
  dependencies: Dependencies;
54
54
  description?: string | undefined;
55
55
  name?: string | undefined;
56
56
  user?: {
57
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
57
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
58
58
  } | undefined;
59
59
  bot?: {
60
- state?: z.Schema<any, import("@botpress/sdk").ZodTypeDef, any> | undefined;
60
+ state?: z.Schema<any, import("@bpinternal/zui").ZodTypeDef, any> | undefined;
61
61
  } | undefined;
62
62
  defaultModels?: {
63
63
  zai: Autonomous.Model | Autonomous.Model[];
@@ -48,7 +48,7 @@ var init_define_BUILD = __esm({
48
48
  var define_PACKAGE_VERSIONS_default;
49
49
  var init_define_PACKAGE_VERSIONS = __esm({
50
50
  "<define:__PACKAGE_VERSIONS__>"() {
51
- define_PACKAGE_VERSIONS_default = { runtime: "1.7.8", adk: "1.7.8", sdk: "4.18.1", llmz: "0.0.31", zai: "2.5.0", cognitive: "0.2.0" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.7.9", adk: "1.7.9", sdk: "4.19.0", llmz: "0.0.31", zai: "2.5.0", cognitive: "0.2.0" };
52
52
  }
53
53
  });
54
54