@voiceflow/sdk-runtime 1.60.1 → 1.62.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.
|
@@ -18,39 +18,46 @@ export declare const TextTraceComponent: import("../trace.component").TraceCompo
|
|
|
18
18
|
diagramID: string;
|
|
19
19
|
nodeID: string;
|
|
20
20
|
nodeType: string;
|
|
21
|
+
diagramName?: string | undefined;
|
|
21
22
|
} | {
|
|
22
23
|
type: "agent";
|
|
23
24
|
diagramID: string;
|
|
24
25
|
nodeID: string;
|
|
25
26
|
agentID: string;
|
|
27
|
+
diagramName?: string | undefined;
|
|
26
28
|
agentName?: string | undefined;
|
|
27
29
|
} | {
|
|
28
30
|
type: "api-tool";
|
|
29
31
|
diagramID: string;
|
|
30
32
|
nodeID: string;
|
|
31
33
|
apiToolID: string;
|
|
34
|
+
diagramName?: string | undefined;
|
|
32
35
|
apiToolName?: string | undefined;
|
|
33
36
|
} | {
|
|
34
37
|
type: "integration-tool";
|
|
35
38
|
diagramID: string;
|
|
36
39
|
nodeID: string;
|
|
37
40
|
integrationToolName: string;
|
|
41
|
+
diagramName?: string | undefined;
|
|
38
42
|
} | {
|
|
39
43
|
type: "mcp-integration-tool";
|
|
40
44
|
diagramID: string;
|
|
41
45
|
nodeID: string;
|
|
42
46
|
mcpToolName: string;
|
|
47
|
+
diagramName?: string | undefined;
|
|
43
48
|
} | {
|
|
44
49
|
type: "function";
|
|
45
50
|
diagramID: string;
|
|
46
51
|
nodeID: string;
|
|
47
52
|
functionID: string;
|
|
53
|
+
diagramName?: string | undefined;
|
|
48
54
|
functionName?: string | undefined;
|
|
49
55
|
} | {
|
|
50
56
|
type: "prompt";
|
|
51
57
|
diagramID: string;
|
|
52
58
|
nodeID: string;
|
|
53
59
|
promptID: string;
|
|
60
|
+
diagramName?: string | undefined;
|
|
54
61
|
} | undefined;
|
|
55
62
|
sourceUrls?: {
|
|
56
63
|
url: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/text.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/text.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;aACquX,CAAC;aAAmC,CAAC;;;UAA8D,CAAC;aAAoC,CAAC;WAAiC,CAAC;;;;;uBAA8I,CAAC;;;;;;uBAA8K,CAAC;qBAA2C,CAAC;;;;;;uBAAmL,CAAC;uBAA6C,CAAC;;;;;;uBAAqM,CAAC;;;;;;uBAAiM,CAAC;;;;;;uBAAoL,CAAC;wBAA8C,CAAC;;;;;;uBAAgL,CAAC;;kBAA+D,CAAC;;gBAA6C,CAAC;;;;;aAAgH,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EAD3mb,CAAC"}
|
|
@@ -18,39 +18,46 @@ export declare const TextTraceComponent: import("../trace.component.js").TraceCo
|
|
|
18
18
|
diagramID: string;
|
|
19
19
|
nodeID: string;
|
|
20
20
|
nodeType: string;
|
|
21
|
+
diagramName?: string | undefined;
|
|
21
22
|
} | {
|
|
22
23
|
type: "agent";
|
|
23
24
|
diagramID: string;
|
|
24
25
|
nodeID: string;
|
|
25
26
|
agentID: string;
|
|
27
|
+
diagramName?: string | undefined;
|
|
26
28
|
agentName?: string | undefined;
|
|
27
29
|
} | {
|
|
28
30
|
type: "api-tool";
|
|
29
31
|
diagramID: string;
|
|
30
32
|
nodeID: string;
|
|
31
33
|
apiToolID: string;
|
|
34
|
+
diagramName?: string | undefined;
|
|
32
35
|
apiToolName?: string | undefined;
|
|
33
36
|
} | {
|
|
34
37
|
type: "integration-tool";
|
|
35
38
|
diagramID: string;
|
|
36
39
|
nodeID: string;
|
|
37
40
|
integrationToolName: string;
|
|
41
|
+
diagramName?: string | undefined;
|
|
38
42
|
} | {
|
|
39
43
|
type: "mcp-integration-tool";
|
|
40
44
|
diagramID: string;
|
|
41
45
|
nodeID: string;
|
|
42
46
|
mcpToolName: string;
|
|
47
|
+
diagramName?: string | undefined;
|
|
43
48
|
} | {
|
|
44
49
|
type: "function";
|
|
45
50
|
diagramID: string;
|
|
46
51
|
nodeID: string;
|
|
47
52
|
functionID: string;
|
|
53
|
+
diagramName?: string | undefined;
|
|
48
54
|
functionName?: string | undefined;
|
|
49
55
|
} | {
|
|
50
56
|
type: "prompt";
|
|
51
57
|
diagramID: string;
|
|
52
58
|
nodeID: string;
|
|
53
59
|
promptID: string;
|
|
60
|
+
diagramName?: string | undefined;
|
|
54
61
|
} | undefined;
|
|
55
62
|
sourceUrls?: {
|
|
56
63
|
url: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/text.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../src/trace/components/text.component.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;aACquX,CAAC;aAAmC,CAAC;;;UAA8D,CAAC;aAAoC,CAAC;WAAiC,CAAC;;;;;uBAA8I,CAAC;;;;;;uBAA8K,CAAC;qBAA2C,CAAC;;;;;;uBAAmL,CAAC;uBAA6C,CAAC;;;;;;uBAAqM,CAAC;;;;;;uBAAiM,CAAC;;;;;;uBAAoL,CAAC;wBAA8C,CAAC;;;;;;uBAAgL,CAAC;;kBAA+D,CAAC;;gBAA6C,CAAC;;;;;aAAgH,CAAC;aAAmC,CAAC;;mBAAiD,CAAC;qBAA4B,CAAC;gBAAsC,CAAC;oBAA0C,CAAC;;;;;;EAD3mb,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voiceflow/sdk-runtime",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.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.
|
|
37
|
+
"@voiceflow/dtos-interact": "1.65.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": "
|
|
48
|
+
"gitHead": "b249eec90c90925e7a78c07becb34c0021100527"
|
|
49
49
|
}
|