@voiceflow/dtos-interact 1.71.1-dcc7a74593.51 → 1.72.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.
@@ -25,6 +25,7 @@ export declare const TraceType: {
25
25
  readonly REALTIME_AGENT: "realtime-agent";
26
26
  readonly DTMF: "dtmf";
27
27
  readonly TOOL_CALL: "tool-call";
28
+ readonly SIMULATION_TEST_RESULT: "simulation-test-result";
28
29
  };
29
30
  export type TraceType = (typeof TraceType)[keyof typeof TraceType];
30
31
  //# sourceMappingURL=trace-type.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trace-type.enum.d.ts","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"trace-type.enum.d.ts","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
@@ -28,5 +28,6 @@ exports.TraceType = {
28
28
  REALTIME_AGENT: 'realtime-agent',
29
29
  DTMF: 'dtmf',
30
30
  TOOL_CALL: 'tool-call',
31
+ SIMULATION_TEST_RESULT: 'simulation-test-result',
31
32
  };
32
33
  //# sourceMappingURL=trace-type.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"trace-type.enum.js","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,QAAQ;IACjB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,eAAe;IAC/B,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CACd,CAAC"}
1
+ {"version":3,"file":"trace-type.enum.js","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,QAAQ;IACjB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,eAAe;IAC/B,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,sBAAsB,EAAE,wBAAwB;CACxC,CAAC"}
@@ -107,6 +107,7 @@ export declare const BaseTraceDTO: z.ZodObject<{
107
107
  readonly REALTIME_AGENT: "realtime-agent";
108
108
  readonly DTMF: "dtmf";
109
109
  readonly TOOL_CALL: "tool-call";
110
+ readonly SIMULATION_TEST_RESULT: "simulation-test-result";
110
111
  }>;
111
112
  paths: z.ZodOptional<z.ZodArray<z.ZodObject<{
112
113
  label: z.ZodOptional<z.ZodString>;
@@ -153,7 +154,7 @@ export declare const BaseTraceDTO: z.ZodObject<{
153
154
  turnID: z.ZodOptional<z.ZodString>;
154
155
  handleID: z.ZodOptional<z.ZodString>;
155
156
  }, "strip", z.ZodTypeAny, {
156
- type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call";
157
+ type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call" | "simulation-test-result";
157
158
  time?: number | undefined;
158
159
  paths?: {
159
160
  label?: string | undefined;
@@ -169,7 +170,7 @@ export declare const BaseTraceDTO: z.ZodObject<{
169
170
  turnID?: string | undefined;
170
171
  handleID?: string | undefined;
171
172
  }, {
172
- type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call";
173
+ type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call" | "simulation-test-result";
173
174
  time?: number | undefined;
174
175
  paths?: {
175
176
  label?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/utils.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQvB,CAAC;AAGH,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"utils.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/utils.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQvB,CAAC;AAGH,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -25,6 +25,7 @@ export declare const TraceType: {
25
25
  readonly REALTIME_AGENT: "realtime-agent";
26
26
  readonly DTMF: "dtmf";
27
27
  readonly TOOL_CALL: "tool-call";
28
+ readonly SIMULATION_TEST_RESULT: "simulation-test-result";
28
29
  };
29
30
  export type TraceType = (typeof TraceType)[keyof typeof TraceType];
30
31
  //# sourceMappingURL=trace-type.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trace-type.enum.d.ts","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"trace-type.enum.d.ts","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
@@ -25,5 +25,6 @@ export const TraceType = {
25
25
  REALTIME_AGENT: 'realtime-agent',
26
26
  DTMF: 'dtmf',
27
27
  TOOL_CALL: 'tool-call',
28
+ SIMULATION_TEST_RESULT: 'simulation-test-result',
28
29
  };
29
30
  //# sourceMappingURL=trace-type.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"trace-type.enum.js","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,QAAQ;IACjB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,eAAe;IAC/B,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CACd,CAAC"}
1
+ {"version":3,"file":"trace-type.enum.js","sourceRoot":"","sources":["../../../src/trace/trace-type.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,QAAQ;IACjB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,eAAe;IAC/B,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,sBAAsB,EAAE,wBAAwB;CACxC,CAAC"}
@@ -107,6 +107,7 @@ export declare const BaseTraceDTO: z.ZodObject<{
107
107
  readonly REALTIME_AGENT: "realtime-agent";
108
108
  readonly DTMF: "dtmf";
109
109
  readonly TOOL_CALL: "tool-call";
110
+ readonly SIMULATION_TEST_RESULT: "simulation-test-result";
110
111
  }>;
111
112
  paths: z.ZodOptional<z.ZodArray<z.ZodObject<{
112
113
  label: z.ZodOptional<z.ZodString>;
@@ -153,7 +154,7 @@ export declare const BaseTraceDTO: z.ZodObject<{
153
154
  turnID: z.ZodOptional<z.ZodString>;
154
155
  handleID: z.ZodOptional<z.ZodString>;
155
156
  }, "strip", z.ZodTypeAny, {
156
- type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call";
157
+ type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call" | "simulation-test-result";
157
158
  time?: number | undefined;
158
159
  paths?: {
159
160
  label?: string | undefined;
@@ -169,7 +170,7 @@ export declare const BaseTraceDTO: z.ZodObject<{
169
170
  turnID?: string | undefined;
170
171
  handleID?: string | undefined;
171
172
  }, {
172
- type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call";
173
+ type: "path" | "text" | "dtmf" | "no-reply" | "end" | "live-agent-handoff" | "log" | "flow" | "goto" | "speak" | "block" | "debug" | "choice" | "stream" | "visual" | "cardV2" | "carousel" | "reasoning" | "completion" | "audio" | "call-forward" | "entity-filling" | "channel-action" | "knowledgeBase" | "realtime-agent" | "tool-call" | "simulation-test-result";
173
174
  time?: number | undefined;
174
175
  paths?: {
175
176
  label?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/utils.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQvB,CAAC;AAGH,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"utils.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/utils.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQvB,CAAC;AAGH,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voiceflow/dtos-interact",
3
- "version": "1.71.1-dcc7a74593.51+dcc7a74593",
3
+ "version": "1.72.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./build/cjs/main.d.ts",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "dcc7a7459312f597db6112b7603099f929e34acb"
47
+ "gitHead": "e5d666dbdf58296b5bdc035de0697aff62ab4dd4"
48
48
  }