@voiceflow/dtos-interact 1.63.0 → 1.64.1-63810c2207.26
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.
- package/build/cjs/request/any-request.dto.d.ts +18 -0
- package/build/cjs/request/any-request.dto.d.ts.map +1 -1
- package/build/cjs/request/live-agent-handoff-request.dto.d.ts +27 -0
- package/build/cjs/request/live-agent-handoff-request.dto.d.ts.map +1 -1
- package/build/cjs/request/live-agent-handoff-request.dto.js +8 -1
- package/build/cjs/request/live-agent-handoff-request.dto.js.map +1 -1
- package/build/cjs/socket/socket-action-send.dto.d.ts +42 -0
- package/build/cjs/socket/socket-action-send.dto.d.ts.map +1 -1
- package/build/cjs/socket/socket-action-trace.dto.d.ts +445 -9
- package/build/cjs/socket/socket-action-trace.dto.d.ts.map +1 -1
- package/build/cjs/socket/socket-message.dto.d.ts +1058 -18
- package/build/cjs/socket/socket-message.dto.d.ts.map +1 -1
- package/build/cjs/socket/socket-server-restart.dto.d.ts +42 -0
- package/build/cjs/socket/socket-server-restart.dto.d.ts.map +1 -1
- package/build/cjs/trace/any.dto.d.ts +277 -5
- package/build/cjs/trace/any.dto.d.ts.map +1 -1
- package/build/cjs/trace/completion.dto.d.ts +98 -0
- package/build/cjs/trace/completion.dto.d.ts.map +1 -1
- package/build/cjs/trace/debug.dto.d.ts +91 -0
- package/build/cjs/trace/debug.dto.d.ts.map +1 -1
- package/build/cjs/trace/debug.dto.js +7 -0
- package/build/cjs/trace/debug.dto.js.map +1 -1
- package/build/cjs/trace/live-agent-handoff.dto.d.ts +81 -5
- package/build/cjs/trace/live-agent-handoff.dto.d.ts.map +1 -1
- package/build/cjs/trace/live-agent-handoff.dto.js +9 -2
- package/build/cjs/trace/live-agent-handoff.dto.js.map +1 -1
- package/build/cjs/trace/text.dto.d.ts +49 -0
- package/build/cjs/trace/text.dto.d.ts.map +1 -1
- package/build/esm/request/any-request.dto.d.ts +18 -0
- package/build/esm/request/any-request.dto.d.ts.map +1 -1
- package/build/esm/request/live-agent-handoff-request.dto.d.ts +27 -0
- package/build/esm/request/live-agent-handoff-request.dto.d.ts.map +1 -1
- package/build/esm/request/live-agent-handoff-request.dto.js +7 -0
- package/build/esm/request/live-agent-handoff-request.dto.js.map +1 -1
- package/build/esm/socket/socket-action-send.dto.d.ts +42 -0
- package/build/esm/socket/socket-action-send.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-action-trace.dto.d.ts +445 -9
- package/build/esm/socket/socket-action-trace.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-message.dto.d.ts +1058 -18
- package/build/esm/socket/socket-message.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-server-restart.dto.d.ts +42 -0
- package/build/esm/socket/socket-server-restart.dto.d.ts.map +1 -1
- package/build/esm/trace/any.dto.d.ts +277 -5
- package/build/esm/trace/any.dto.d.ts.map +1 -1
- package/build/esm/trace/completion.dto.d.ts +98 -0
- package/build/esm/trace/completion.dto.d.ts.map +1 -1
- package/build/esm/trace/debug.dto.d.ts +91 -0
- package/build/esm/trace/debug.dto.d.ts.map +1 -1
- package/build/esm/trace/debug.dto.js +7 -0
- package/build/esm/trace/debug.dto.js.map +1 -1
- package/build/esm/trace/live-agent-handoff.dto.d.ts +81 -5
- package/build/esm/trace/live-agent-handoff.dto.d.ts.map +1 -1
- package/build/esm/trace/live-agent-handoff.dto.js +9 -2
- package/build/esm/trace/live-agent-handoff.dto.js.map +1 -1
- package/build/esm/trace/text.dto.d.ts +49 -0
- package/build/esm/trace/text.dto.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -785,6 +785,12 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
785
785
|
type: "continue_conversation";
|
|
786
786
|
}, {
|
|
787
787
|
type: "continue_conversation";
|
|
788
|
+
}>, z.ZodObject<{
|
|
789
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
790
|
+
}, "strict", z.ZodTypeAny, {
|
|
791
|
+
type: "return_to_voiceflow";
|
|
792
|
+
}, {
|
|
793
|
+
type: "return_to_voiceflow";
|
|
788
794
|
}>]>;
|
|
789
795
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
790
796
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -851,6 +857,12 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
851
857
|
type: "continue_conversation";
|
|
852
858
|
}, {
|
|
853
859
|
type: "continue_conversation";
|
|
860
|
+
}>, z.ZodObject<{
|
|
861
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
862
|
+
}, "strict", z.ZodTypeAny, {
|
|
863
|
+
type: "return_to_voiceflow";
|
|
864
|
+
}, {
|
|
865
|
+
type: "return_to_voiceflow";
|
|
854
866
|
}>]>;
|
|
855
867
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
856
868
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -917,6 +929,12 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
917
929
|
type: "continue_conversation";
|
|
918
930
|
}, {
|
|
919
931
|
type: "continue_conversation";
|
|
932
|
+
}>, z.ZodObject<{
|
|
933
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
934
|
+
}, "strict", z.ZodTypeAny, {
|
|
935
|
+
type: "return_to_voiceflow";
|
|
936
|
+
}, {
|
|
937
|
+
type: "return_to_voiceflow";
|
|
920
938
|
}>]>;
|
|
921
939
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
922
940
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"any-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/any-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"any-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/any-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAmBxB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEvD,eAAO,MAAM,YAAY,UAAW,OAAO,KAAG,KAAK,IAAI,UAAoD,CAAC"}
|
|
@@ -5,6 +5,7 @@ export declare const LiveAgentHandoffRequestType: {
|
|
|
5
5
|
readonly MESSAGE: "message";
|
|
6
6
|
readonly FILE_UPLOAD: "file_upload";
|
|
7
7
|
readonly CONTINUE_CONVERSATION: "continue_conversation";
|
|
8
|
+
readonly RETURN_TO_VOICEFLOW: "return_to_voiceflow";
|
|
8
9
|
};
|
|
9
10
|
export type LiveAgentHandoffMessagePayload = z.infer<typeof LiveAgentHandoffMessagePayloadDTO>;
|
|
10
11
|
export declare const LiveAgentHandoffMessagePayloadDTO: z.ZodObject<{
|
|
@@ -71,6 +72,14 @@ export declare const LiveAgentHandoffContinueConversationPayloadDTO: z.ZodObject
|
|
|
71
72
|
}, {
|
|
72
73
|
type: "continue_conversation";
|
|
73
74
|
}>;
|
|
75
|
+
export type LiveAgentHandoffReturnToVoiceflowPayload = z.infer<typeof LiveAgentHandoffReturnToVoiceflowPayloadDTO>;
|
|
76
|
+
export declare const LiveAgentHandoffReturnToVoiceflowPayloadDTO: z.ZodObject<{
|
|
77
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
78
|
+
}, "strict", z.ZodTypeAny, {
|
|
79
|
+
type: "return_to_voiceflow";
|
|
80
|
+
}, {
|
|
81
|
+
type: "return_to_voiceflow";
|
|
82
|
+
}>;
|
|
74
83
|
export type LiveAgentHandoffRequest = z.infer<typeof LiveAgentHandoffRequestDTO>;
|
|
75
84
|
export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
76
85
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -137,6 +146,12 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
137
146
|
type: "continue_conversation";
|
|
138
147
|
}, {
|
|
139
148
|
type: "continue_conversation";
|
|
149
|
+
}>, z.ZodObject<{
|
|
150
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
151
|
+
}, "strict", z.ZodTypeAny, {
|
|
152
|
+
type: "return_to_voiceflow";
|
|
153
|
+
}, {
|
|
154
|
+
type: "return_to_voiceflow";
|
|
140
155
|
}>]>;
|
|
141
156
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142
157
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -203,6 +218,12 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
203
218
|
type: "continue_conversation";
|
|
204
219
|
}, {
|
|
205
220
|
type: "continue_conversation";
|
|
221
|
+
}>, z.ZodObject<{
|
|
222
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
223
|
+
}, "strict", z.ZodTypeAny, {
|
|
224
|
+
type: "return_to_voiceflow";
|
|
225
|
+
}, {
|
|
226
|
+
type: "return_to_voiceflow";
|
|
206
227
|
}>]>;
|
|
207
228
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
208
229
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -269,6 +290,12 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
269
290
|
type: "continue_conversation";
|
|
270
291
|
}, {
|
|
271
292
|
type: "continue_conversation";
|
|
293
|
+
}>, z.ZodObject<{
|
|
294
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
295
|
+
}, "strict", z.ZodTypeAny, {
|
|
296
|
+
type: "return_to_voiceflow";
|
|
297
|
+
}, {
|
|
298
|
+
type: "return_to_voiceflow";
|
|
272
299
|
}>]>;
|
|
273
300
|
}, z.ZodTypeAny, "passthrough">>;
|
|
274
301
|
export declare const isLiveAgentHandoffRequest: (value: unknown) => value is LiveAgentHandoffRequest;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live-agent-handoff-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACnF,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"live-agent-handoff-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACnF,eAAO,MAAM,2BAA2B;;;;;CAK9B,CAAC;AAEX,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC/F,eAAO,MAAM,iCAAiC;;;;;;;;;EAKnC,CAAC;AAEZ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AACrG,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBtC,CAAC;AAEZ,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,8CAA8C,CACtD,CAAC;AACF,eAAO,MAAM,8CAA8C;;;;;;EAIhD,CAAC;AAEZ,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AACnH,eAAO,MAAM,2CAA2C;;;;;;EAI7C,CAAC;AAEZ,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACjF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAUqB,CAAC;AAE7D,eAAO,MAAM,yBAAyB,UAAW,OAAO,KAAG,KAAK,IAAI,uBACf,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isLiveAgentHandoffRequest = exports.LiveAgentHandoffRequestDTO = exports.LiveAgentHandoffContinueConversationPayloadDTO = exports.LiveAgentHandoffFileUploadPayloadDTO = exports.LiveAgentHandoffMessagePayloadDTO = exports.LiveAgentHandoffRequestType = void 0;
|
|
3
|
+
exports.isLiveAgentHandoffRequest = exports.LiveAgentHandoffRequestDTO = exports.LiveAgentHandoffReturnToVoiceflowPayloadDTO = exports.LiveAgentHandoffContinueConversationPayloadDTO = exports.LiveAgentHandoffFileUploadPayloadDTO = exports.LiveAgentHandoffMessagePayloadDTO = exports.LiveAgentHandoffRequestType = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const request_type_enum_1 = require("./request-type.enum");
|
|
6
6
|
const utils_dto_1 = require("./utils.dto");
|
|
@@ -8,6 +8,7 @@ exports.LiveAgentHandoffRequestType = {
|
|
|
8
8
|
MESSAGE: 'message',
|
|
9
9
|
FILE_UPLOAD: 'file_upload',
|
|
10
10
|
CONTINUE_CONVERSATION: 'continue_conversation',
|
|
11
|
+
RETURN_TO_VOICEFLOW: 'return_to_voiceflow',
|
|
11
12
|
};
|
|
12
13
|
exports.LiveAgentHandoffMessagePayloadDTO = zod_1.z
|
|
13
14
|
.object({
|
|
@@ -35,12 +36,18 @@ exports.LiveAgentHandoffContinueConversationPayloadDTO = zod_1.z
|
|
|
35
36
|
type: zod_1.z.literal(exports.LiveAgentHandoffRequestType.CONTINUE_CONVERSATION),
|
|
36
37
|
})
|
|
37
38
|
.strict();
|
|
39
|
+
exports.LiveAgentHandoffReturnToVoiceflowPayloadDTO = zod_1.z
|
|
40
|
+
.object({
|
|
41
|
+
type: zod_1.z.literal(exports.LiveAgentHandoffRequestType.RETURN_TO_VOICEFLOW),
|
|
42
|
+
})
|
|
43
|
+
.strict();
|
|
38
44
|
exports.LiveAgentHandoffRequestDTO = utils_dto_1.BaseRequestDTO.extend({
|
|
39
45
|
type: zod_1.z.literal(request_type_enum_1.RequestType.LIVE_AGENT_HANDOFF),
|
|
40
46
|
payload: zod_1.z.discriminatedUnion('type', [
|
|
41
47
|
exports.LiveAgentHandoffMessagePayloadDTO,
|
|
42
48
|
exports.LiveAgentHandoffFileUploadPayloadDTO,
|
|
43
49
|
exports.LiveAgentHandoffContinueConversationPayloadDTO,
|
|
50
|
+
exports.LiveAgentHandoffReturnToVoiceflowPayloadDTO,
|
|
44
51
|
]),
|
|
45
52
|
})
|
|
46
53
|
.passthrough()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live-agent-handoff-request.dto.js","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIxB,2DAAkD;AAClD,2CAA6C;AAGhC,QAAA,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,qBAAqB,EAAE,uBAAuB;
|
|
1
|
+
{"version":3,"file":"live-agent-handoff-request.dto.js","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIxB,2DAAkD;AAClD,2CAA6C;AAGhC,QAAA,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,qBAAqB,EAAE,uBAAuB;IAC9C,mBAAmB,EAAE,qBAAqB;CAClC,CAAC;AAGE,QAAA,iCAAiC,GAAG,OAAC;KAC/C,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,OAAO,CAAC;IACpD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;CACpB,CAAC;KACD,MAAM,EAAE,CAAC;AAGC,QAAA,oCAAoC,GAAG,OAAC;KAClD,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,WAAW,CAAC;IACxD,KAAK,EAAE,OAAC;SACL,KAAK,CACJ,OAAC,CAAC,MAAM,CAAC;QACP,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACrB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;QACjD,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;KACvC,CAAC,CACH;SACA,GAAG,CAAC,CAAC,CAAC;CACV,CAAC;KACD,MAAM,EAAE,CAAC;AAKC,QAAA,8CAA8C,GAAG,OAAC;KAC5D,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,qBAAqB,CAAC;CACnE,CAAC;KACD,MAAM,EAAE,CAAC;AAGC,QAAA,2CAA2C,GAAG,OAAC;KACzD,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,mBAAmB,CAAC;CACjE,CAAC;KACD,MAAM,EAAE,CAAC;AAGC,QAAA,0BAA0B,GAAG,0BAAc,CAAC,MAAM,CAAC;IAC9D,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,+BAAW,CAAC,kBAAkB,CAAC;IAC/C,OAAO,EAAE,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;QACpC,yCAAiC;QACjC,4CAAoC;QACpC,sDAA8C;QAC9C,mDAA2C;KAC5C,CAAC;CACH,CAAC;KACC,WAAW,EAAE;KACb,QAAQ,CAAC,+CAA+C,CAAC,CAAC;AAEtD,MAAM,yBAAyB,GAAG,CAAC,KAAc,EAAoC,EAAE,CAC5F,kCAA0B,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC;AADzC,QAAA,yBAAyB,6BACgB"}
|
|
@@ -788,6 +788,12 @@ export declare const SocketActionSendDTO: z.ZodObject<{
|
|
|
788
788
|
type: "continue_conversation";
|
|
789
789
|
}, {
|
|
790
790
|
type: "continue_conversation";
|
|
791
|
+
}>, z.ZodObject<{
|
|
792
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
793
|
+
}, "strict", z.ZodTypeAny, {
|
|
794
|
+
type: "return_to_voiceflow";
|
|
795
|
+
}, {
|
|
796
|
+
type: "return_to_voiceflow";
|
|
791
797
|
}>]>;
|
|
792
798
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
793
799
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -854,6 +860,12 @@ export declare const SocketActionSendDTO: z.ZodObject<{
|
|
|
854
860
|
type: "continue_conversation";
|
|
855
861
|
}, {
|
|
856
862
|
type: "continue_conversation";
|
|
863
|
+
}>, z.ZodObject<{
|
|
864
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
865
|
+
}, "strict", z.ZodTypeAny, {
|
|
866
|
+
type: "return_to_voiceflow";
|
|
867
|
+
}, {
|
|
868
|
+
type: "return_to_voiceflow";
|
|
857
869
|
}>]>;
|
|
858
870
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
859
871
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -920,6 +932,12 @@ export declare const SocketActionSendDTO: z.ZodObject<{
|
|
|
920
932
|
type: "continue_conversation";
|
|
921
933
|
}, {
|
|
922
934
|
type: "continue_conversation";
|
|
935
|
+
}>, z.ZodObject<{
|
|
936
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
937
|
+
}, "strict", z.ZodTypeAny, {
|
|
938
|
+
type: "return_to_voiceflow";
|
|
939
|
+
}, {
|
|
940
|
+
type: "return_to_voiceflow";
|
|
923
941
|
}>]>;
|
|
924
942
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
925
943
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -2250,6 +2268,12 @@ export declare const SocketActionSendDTO: z.ZodObject<{
|
|
|
2250
2268
|
type: "continue_conversation";
|
|
2251
2269
|
}, {
|
|
2252
2270
|
type: "continue_conversation";
|
|
2271
|
+
}>, z.ZodObject<{
|
|
2272
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
2273
|
+
}, "strict", z.ZodTypeAny, {
|
|
2274
|
+
type: "return_to_voiceflow";
|
|
2275
|
+
}, {
|
|
2276
|
+
type: "return_to_voiceflow";
|
|
2253
2277
|
}>]>;
|
|
2254
2278
|
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
2255
2279
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -2797,6 +2821,12 @@ export declare const SocketActionSendDTO: z.ZodObject<{
|
|
|
2797
2821
|
type: "continue_conversation";
|
|
2798
2822
|
}, {
|
|
2799
2823
|
type: "continue_conversation";
|
|
2824
|
+
}>, z.ZodObject<{
|
|
2825
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
2826
|
+
}, "strict", z.ZodTypeAny, {
|
|
2827
|
+
type: "return_to_voiceflow";
|
|
2828
|
+
}, {
|
|
2829
|
+
type: "return_to_voiceflow";
|
|
2800
2830
|
}>]>;
|
|
2801
2831
|
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
2802
2832
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -3347,6 +3377,12 @@ export declare const SocketActionSendDTO: z.ZodObject<{
|
|
|
3347
3377
|
type: "continue_conversation";
|
|
3348
3378
|
}, {
|
|
3349
3379
|
type: "continue_conversation";
|
|
3380
|
+
}>, z.ZodObject<{
|
|
3381
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
3382
|
+
}, "strict", z.ZodTypeAny, {
|
|
3383
|
+
type: "return_to_voiceflow";
|
|
3384
|
+
}, {
|
|
3385
|
+
type: "return_to_voiceflow";
|
|
3350
3386
|
}>]>;
|
|
3351
3387
|
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
3352
3388
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -3897,6 +3933,12 @@ export declare const SocketActionSendDTO: z.ZodObject<{
|
|
|
3897
3933
|
type: "continue_conversation";
|
|
3898
3934
|
}, {
|
|
3899
3935
|
type: "continue_conversation";
|
|
3936
|
+
}>, z.ZodObject<{
|
|
3937
|
+
type: z.ZodLiteral<"return_to_voiceflow">;
|
|
3938
|
+
}, "strict", z.ZodTypeAny, {
|
|
3939
|
+
type: "return_to_voiceflow";
|
|
3940
|
+
}, {
|
|
3941
|
+
type: "return_to_voiceflow";
|
|
3900
3942
|
}>]>;
|
|
3901
3943
|
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
3902
3944
|
diagramID: z.ZodOptional<z.ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket-action-send.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-action-send.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"socket-action-send.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-action-send.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoB9B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|