@voiceflow/sdk-runtime 1.62.0 → 1.64.0

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.
@@ -17,6 +17,53 @@ export declare const CardV2TraceComponent: import("../trace.component").TraceCom
17
17
  text: string;
18
18
  slate?: (import("@voiceflow/dtos-interact").SlateText | import("@voiceflow/dtos-interact").SlateTextElement | import("@voiceflow/dtos-interact").SlateTextLinkElement | import("@voiceflow/dtos-interact").SlateTextVariableElement)[] | undefined;
19
19
  };
20
+ messageID?: string | undefined;
21
+ ref?: {
22
+ type: "node";
23
+ diagramID: string;
24
+ nodeID: string;
25
+ nodeType: string;
26
+ diagramName?: string | undefined;
27
+ } | {
28
+ type: "agent";
29
+ diagramID: string;
30
+ nodeID: string;
31
+ agentID: string;
32
+ diagramName?: string | undefined;
33
+ agentName?: string | undefined;
34
+ } | {
35
+ type: "api-tool";
36
+ diagramID: string;
37
+ nodeID: string;
38
+ apiToolID: string;
39
+ diagramName?: string | undefined;
40
+ apiToolName?: string | undefined;
41
+ } | {
42
+ type: "integration-tool";
43
+ diagramID: string;
44
+ nodeID: string;
45
+ integrationToolName: string;
46
+ diagramName?: string | undefined;
47
+ } | {
48
+ type: "mcp-integration-tool";
49
+ diagramID: string;
50
+ nodeID: string;
51
+ mcpToolName: string;
52
+ diagramName?: string | undefined;
53
+ } | {
54
+ type: "function";
55
+ diagramID: string;
56
+ nodeID: string;
57
+ functionID: string;
58
+ diagramName?: string | undefined;
59
+ functionName?: string | undefined;
60
+ } | {
61
+ type: "prompt";
62
+ diagramID: string;
63
+ nodeID: string;
64
+ promptID: string;
65
+ diagramName?: string | undefined;
66
+ } | undefined;
20
67
  };
21
68
  time?: number | undefined;
22
69
  paths?: {
@@ -1 +1 @@
1
- {"version":3,"file":"cardV2.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/cardV2.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;;mBAC8vQ,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;;;;iBAAkL,CAAC;;;;;aAA0R,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EADlhS,CAAC"}
1
+ {"version":3,"file":"cardV2.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/cardV2.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;;mBAC4otB,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;;;;iBAAkL,CAAC;;iBAA0O,CAAC;WAAiC,CAAC;;;;;uBAA8I,CAAC;;;;;;uBAA8K,CAAC;qBAA2C,CAAC;;;;;;uBAAmL,CAAC;uBAA6C,CAAC;;;;;;uBAAqM,CAAC;;;;;;uBAAiM,CAAC;;;;;;uBAAoL,CAAC;wBAA8C,CAAC;;;;;;uBAAgL,CAAC;;;;;aAA8G,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EAD12xB,CAAC"}
@@ -11,6 +11,53 @@ export declare const ChoiceTraceComponent: import("../trace.component").TraceCom
11
11
  metadata?: Record<string, unknown> | undefined;
12
12
  } | undefined;
13
13
  }[];
14
+ messageID?: string | undefined;
15
+ ref?: {
16
+ type: "node";
17
+ diagramID: string;
18
+ nodeID: string;
19
+ nodeType: string;
20
+ diagramName?: string | undefined;
21
+ } | {
22
+ type: "agent";
23
+ diagramID: string;
24
+ nodeID: string;
25
+ agentID: string;
26
+ diagramName?: string | undefined;
27
+ agentName?: string | undefined;
28
+ } | {
29
+ type: "api-tool";
30
+ diagramID: string;
31
+ nodeID: string;
32
+ apiToolID: string;
33
+ diagramName?: string | undefined;
34
+ apiToolName?: string | undefined;
35
+ } | {
36
+ type: "integration-tool";
37
+ diagramID: string;
38
+ nodeID: string;
39
+ integrationToolName: string;
40
+ diagramName?: string | undefined;
41
+ } | {
42
+ type: "mcp-integration-tool";
43
+ diagramID: string;
44
+ nodeID: string;
45
+ mcpToolName: string;
46
+ diagramName?: string | undefined;
47
+ } | {
48
+ type: "function";
49
+ diagramID: string;
50
+ nodeID: string;
51
+ functionID: string;
52
+ diagramName?: string | undefined;
53
+ functionName?: string | undefined;
54
+ } | {
55
+ type: "prompt";
56
+ diagramID: string;
57
+ nodeID: string;
58
+ promptID: string;
59
+ diagramName?: string | undefined;
60
+ } | undefined;
14
61
  };
15
62
  time?: number | undefined;
16
63
  paths?: {
@@ -1 +1 @@
1
- {"version":3,"file":"choice.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/choice.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;mBAC6vH,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;;;;aAAgJ,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EADntI,CAAC"}
1
+ {"version":3,"file":"choice.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/choice.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;mBACk5W,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;iBAAgG,CAAC;WAAiC,CAAC;;;;;uBAA8I,CAAC;;;;;;uBAA8K,CAAC;qBAA2C,CAAC;;;;;;uBAAmL,CAAC;uBAA6C,CAAC;;;;;;uBAAqM,CAAC;;;;;;uBAAiM,CAAC;;;;;;uBAAoL,CAAC;wBAA8C,CAAC;;;;;;uBAAgL,CAAC;;;;;aAA8G,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EADlza,CAAC"}
@@ -17,6 +17,53 @@ export declare const CardV2TraceComponent: import("../trace.component.js").Trace
17
17
  text: string;
18
18
  slate?: (import("@voiceflow/dtos-interact").SlateText | import("@voiceflow/dtos-interact").SlateTextElement | import("@voiceflow/dtos-interact").SlateTextLinkElement | import("@voiceflow/dtos-interact").SlateTextVariableElement)[] | undefined;
19
19
  };
20
+ messageID?: string | undefined;
21
+ ref?: {
22
+ type: "node";
23
+ diagramID: string;
24
+ nodeID: string;
25
+ nodeType: string;
26
+ diagramName?: string | undefined;
27
+ } | {
28
+ type: "agent";
29
+ diagramID: string;
30
+ nodeID: string;
31
+ agentID: string;
32
+ diagramName?: string | undefined;
33
+ agentName?: string | undefined;
34
+ } | {
35
+ type: "api-tool";
36
+ diagramID: string;
37
+ nodeID: string;
38
+ apiToolID: string;
39
+ diagramName?: string | undefined;
40
+ apiToolName?: string | undefined;
41
+ } | {
42
+ type: "integration-tool";
43
+ diagramID: string;
44
+ nodeID: string;
45
+ integrationToolName: string;
46
+ diagramName?: string | undefined;
47
+ } | {
48
+ type: "mcp-integration-tool";
49
+ diagramID: string;
50
+ nodeID: string;
51
+ mcpToolName: string;
52
+ diagramName?: string | undefined;
53
+ } | {
54
+ type: "function";
55
+ diagramID: string;
56
+ nodeID: string;
57
+ functionID: string;
58
+ diagramName?: string | undefined;
59
+ functionName?: string | undefined;
60
+ } | {
61
+ type: "prompt";
62
+ diagramID: string;
63
+ nodeID: string;
64
+ promptID: string;
65
+ diagramName?: string | undefined;
66
+ } | undefined;
20
67
  };
21
68
  time?: number | undefined;
22
69
  paths?: {
@@ -1 +1 @@
1
- {"version":3,"file":"cardV2.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/cardV2.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;;mBAC8vQ,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;;;;iBAAkL,CAAC;;;;;aAA0R,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EADlhS,CAAC"}
1
+ {"version":3,"file":"cardV2.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/cardV2.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;;mBAC4otB,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;;;;iBAAkL,CAAC;;iBAA0O,CAAC;WAAiC,CAAC;;;;;uBAA8I,CAAC;;;;;;uBAA8K,CAAC;qBAA2C,CAAC;;;;;;uBAAmL,CAAC;uBAA6C,CAAC;;;;;;uBAAqM,CAAC;;;;;;uBAAiM,CAAC;;;;;;uBAAoL,CAAC;wBAA8C,CAAC;;;;;;uBAAgL,CAAC;;;;;aAA8G,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EAD12xB,CAAC"}
@@ -11,6 +11,53 @@ export declare const ChoiceTraceComponent: import("../trace.component.js").Trace
11
11
  metadata?: Record<string, unknown> | undefined;
12
12
  } | undefined;
13
13
  }[];
14
+ messageID?: string | undefined;
15
+ ref?: {
16
+ type: "node";
17
+ diagramID: string;
18
+ nodeID: string;
19
+ nodeType: string;
20
+ diagramName?: string | undefined;
21
+ } | {
22
+ type: "agent";
23
+ diagramID: string;
24
+ nodeID: string;
25
+ agentID: string;
26
+ diagramName?: string | undefined;
27
+ agentName?: string | undefined;
28
+ } | {
29
+ type: "api-tool";
30
+ diagramID: string;
31
+ nodeID: string;
32
+ apiToolID: string;
33
+ diagramName?: string | undefined;
34
+ apiToolName?: string | undefined;
35
+ } | {
36
+ type: "integration-tool";
37
+ diagramID: string;
38
+ nodeID: string;
39
+ integrationToolName: string;
40
+ diagramName?: string | undefined;
41
+ } | {
42
+ type: "mcp-integration-tool";
43
+ diagramID: string;
44
+ nodeID: string;
45
+ mcpToolName: string;
46
+ diagramName?: string | undefined;
47
+ } | {
48
+ type: "function";
49
+ diagramID: string;
50
+ nodeID: string;
51
+ functionID: string;
52
+ diagramName?: string | undefined;
53
+ functionName?: string | undefined;
54
+ } | {
55
+ type: "prompt";
56
+ diagramID: string;
57
+ nodeID: string;
58
+ promptID: string;
59
+ diagramName?: string | undefined;
60
+ } | undefined;
14
61
  };
15
62
  time?: number | undefined;
16
63
  paths?: {
@@ -1 +1 @@
1
- {"version":3,"file":"choice.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/choice.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;mBAC6vH,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;;;;aAAgJ,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EADntI,CAAC"}
1
+ {"version":3,"file":"choice.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/choice.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;mBACk5W,CAAC;;uBAAyD,CAAC;yBAAgC,CAAC;oBAA0C,CAAC;wBAA8C,CAAC;;;iBAAgG,CAAC;WAAiC,CAAC;;;;;uBAA8I,CAAC;;;;;;uBAA8K,CAAC;qBAA2C,CAAC;;;;;;uBAAmL,CAAC;uBAA6C,CAAC;;;;;;uBAAqM,CAAC;;;;;;uBAAiM,CAAC;;;;;;uBAAoL,CAAC;wBAA8C,CAAC;;;;;;uBAAgL,CAAC;;;;;aAA8G,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EADlza,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voiceflow/sdk-runtime",
3
- "version": "1.62.0",
3
+ "version": "1.64.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./build/esm/main.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/http-errors": "2.0.5",
37
- "@voiceflow/dtos-interact": "1.65.0"
37
+ "@voiceflow/dtos-interact": "1.67.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@voiceflow/dtos-interact": "^1"
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "b249eec90c90925e7a78c07becb34c0021100527"
48
+ "gitHead": "1e8e6cc9bd058909097517d666b81c0f5a6c098a"
49
49
  }