@voiceflow/dtos-interact 1.37.0 → 1.38.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.
@@ -428,6 +428,7 @@ export declare const DebugTraceDTO: z.ZodObject<{
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  message: string;
430
430
  type?: string | undefined;
431
+ metadata?: Record<string, unknown> | undefined;
431
432
  ref?: {
432
433
  type: "node";
433
434
  diagramID: string;
@@ -469,10 +470,10 @@ export declare const DebugTraceDTO: z.ZodObject<{
469
470
  } | undefined;
470
471
  level?: "debug" | "fatal" | "error" | "warn" | "info" | undefined;
471
472
  context?: string | undefined;
472
- metadata?: Record<string, unknown> | undefined;
473
473
  }, {
474
474
  message: string;
475
475
  type?: string | undefined;
476
+ metadata?: Record<string, unknown> | undefined;
476
477
  ref?: {
477
478
  type: "node";
478
479
  diagramID: string;
@@ -514,13 +515,13 @@ export declare const DebugTraceDTO: z.ZodObject<{
514
515
  } | undefined;
515
516
  level?: "debug" | "fatal" | "error" | "warn" | "info" | undefined;
516
517
  context?: string | undefined;
517
- metadata?: Record<string, unknown> | undefined;
518
518
  }>;
519
519
  }, "strip", z.ZodTypeAny, {
520
520
  type: "debug";
521
521
  payload: {
522
522
  message: string;
523
523
  type?: string | undefined;
524
+ metadata?: Record<string, unknown> | undefined;
524
525
  ref?: {
525
526
  type: "node";
526
527
  diagramID: string;
@@ -562,7 +563,6 @@ export declare const DebugTraceDTO: z.ZodObject<{
562
563
  } | undefined;
563
564
  level?: "debug" | "fatal" | "error" | "warn" | "info" | undefined;
564
565
  context?: string | undefined;
565
- metadata?: Record<string, unknown> | undefined;
566
566
  };
567
567
  paths?: {
568
568
  label?: string | undefined;
@@ -579,6 +579,7 @@ export declare const DebugTraceDTO: z.ZodObject<{
579
579
  payload: {
580
580
  message: string;
581
581
  type?: string | undefined;
582
+ metadata?: Record<string, unknown> | undefined;
582
583
  ref?: {
583
584
  type: "node";
584
585
  diagramID: string;
@@ -620,7 +621,6 @@ export declare const DebugTraceDTO: z.ZodObject<{
620
621
  } | undefined;
621
622
  level?: "debug" | "fatal" | "error" | "warn" | "info" | undefined;
622
623
  context?: string | undefined;
623
- metadata?: Record<string, unknown> | undefined;
624
624
  };
625
625
  paths?: {
626
626
  label?: string | undefined;
@@ -42,11 +42,11 @@ export declare const TextTraceDTO: z.ZodObject<{
42
42
  id: z.ZodString;
43
43
  content: z.ZodArray<z.ZodEffects<z.ZodAny, import("../text/text.dto.js").SlateText | import("../text/text.dto.js").SlateTextElement | import("../text/text.dto.js").SlateTextLinkElement | import("../text/text.dto.js").SlateTextVariableElement, any>, "many">;
44
44
  }, "strip", z.ZodTypeAny, {
45
- content: (import("../text/text.dto.js").SlateText | import("../text/text.dto.js").SlateTextElement | import("../text/text.dto.js").SlateTextLinkElement | import("../text/text.dto.js").SlateTextVariableElement)[];
46
45
  id: string;
46
+ content: (import("../text/text.dto.js").SlateText | import("../text/text.dto.js").SlateTextElement | import("../text/text.dto.js").SlateTextLinkElement | import("../text/text.dto.js").SlateTextVariableElement)[];
47
47
  }, {
48
- content: any[];
49
48
  id: string;
49
+ content: any[];
50
50
  }>;
51
51
  delay: z.ZodOptional<z.ZodNumber>;
52
52
  voice: z.ZodOptional<z.ZodString>;
@@ -60,8 +60,8 @@ export declare const TextTraceDTO: z.ZodObject<{
60
60
  }, "strip", z.ZodTypeAny, {
61
61
  message: string;
62
62
  slate: {
63
- content: (import("../text/text.dto.js").SlateText | import("../text/text.dto.js").SlateTextElement | import("../text/text.dto.js").SlateTextLinkElement | import("../text/text.dto.js").SlateTextVariableElement)[];
64
63
  id: string;
64
+ content: (import("../text/text.dto.js").SlateText | import("../text/text.dto.js").SlateTextElement | import("../text/text.dto.js").SlateTextLinkElement | import("../text/text.dto.js").SlateTextVariableElement)[];
65
65
  };
66
66
  voice?: string | undefined;
67
67
  audio?: {
@@ -72,8 +72,8 @@ export declare const TextTraceDTO: z.ZodObject<{
72
72
  }, {
73
73
  message: string;
74
74
  slate: {
75
- content: any[];
76
75
  id: string;
76
+ content: any[];
77
77
  };
78
78
  voice?: string | undefined;
79
79
  audio?: {
@@ -87,8 +87,8 @@ export declare const TextTraceDTO: z.ZodObject<{
87
87
  payload: {
88
88
  message: string;
89
89
  slate: {
90
- content: (import("../text/text.dto.js").SlateText | import("../text/text.dto.js").SlateTextElement | import("../text/text.dto.js").SlateTextLinkElement | import("../text/text.dto.js").SlateTextVariableElement)[];
91
90
  id: string;
91
+ content: (import("../text/text.dto.js").SlateText | import("../text/text.dto.js").SlateTextElement | import("../text/text.dto.js").SlateTextLinkElement | import("../text/text.dto.js").SlateTextVariableElement)[];
92
92
  };
93
93
  voice?: string | undefined;
94
94
  audio?: {
@@ -112,8 +112,8 @@ export declare const TextTraceDTO: z.ZodObject<{
112
112
  payload: {
113
113
  message: string;
114
114
  slate: {
115
- content: any[];
116
115
  id: string;
116
+ content: any[];
117
117
  };
118
118
  voice?: string | undefined;
119
119
  audio?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voiceflow/dtos-interact",
3
- "version": "1.37.0",
3
+ "version": "1.38.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./build/cjs/main.d.ts",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "36f978d1f32d23569cb79850aa7fbbc80e17f0f6"
46
+ "gitHead": "88a08a3507f39206085661c09c2238fbf14c2892"
47
47
  }