@voiceflow/dtos-interact 1.48.1 → 1.48.2
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/enum/environment-tag.enum.d.ts +8 -0
- package/build/cjs/enum/environment-tag.enum.d.ts.map +1 -0
- package/build/cjs/enum/environment-tag.enum.js +9 -0
- package/build/cjs/enum/environment-tag.enum.js.map +1 -0
- package/build/cjs/main.d.ts +16 -0
- package/build/cjs/main.d.ts.map +1 -1
- package/build/cjs/main.js +16 -0
- package/build/cjs/main.js.map +1 -1
- package/build/cjs/socket/socket-action-audio-send.dto.d.ts +23 -0
- package/build/cjs/socket/socket-action-audio-send.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-action-audio-send.dto.js +12 -0
- package/build/cjs/socket/socket-action-audio-send.dto.js.map +1 -0
- package/build/cjs/socket/socket-action-cancel-status.dto.d.ts +23 -0
- package/build/cjs/socket/socket-action-cancel-status.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-action-cancel-status.dto.js +12 -0
- package/build/cjs/socket/socket-action-cancel-status.dto.js.map +1 -0
- package/build/cjs/socket/socket-action-cancel.dto.d.ts +13 -0
- package/build/cjs/socket/socket-action-cancel.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-action-cancel.dto.js +10 -0
- package/build/cjs/socket/socket-action-cancel.dto.js.map +1 -0
- package/build/cjs/socket/socket-action-send.dto.d.ts +3771 -0
- package/build/cjs/socket/socket-action-send.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-action-send.dto.js +24 -0
- package/build/cjs/socket/socket-action-send.dto.js.map +1 -0
- package/build/cjs/socket/socket-action-status.dto.d.ts +44 -0
- package/build/cjs/socket/socket-action-status.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-action-status.dto.js +19 -0
- package/build/cjs/socket/socket-action-status.dto.js.map +1 -0
- package/build/cjs/socket/socket-action-trace.dto.d.ts +5847 -0
- package/build/cjs/socket/socket-action-trace.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-action-trace.dto.js +14 -0
- package/build/cjs/socket/socket-action-trace.dto.js.map +1 -0
- package/build/cjs/socket/socket-client-start.dto.d.ts +169 -0
- package/build/cjs/socket/socket-client-start.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-client-start.dto.js +41 -0
- package/build/cjs/socket/socket-client-start.dto.js.map +1 -0
- package/build/cjs/socket/socket-client-started.dto.d.ts +23 -0
- package/build/cjs/socket/socket-client-started.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-client-started.dto.js +12 -0
- package/build/cjs/socket/socket-client-started.dto.js.map +1 -0
- package/build/cjs/socket/socket-error.dto.d.ts +28 -0
- package/build/cjs/socket/socket-error.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-error.dto.js +13 -0
- package/build/cjs/socket/socket-error.dto.js.map +1 -0
- package/build/cjs/socket/socket-message-type.enum.d.ts +81 -0
- package/build/cjs/socket/socket-message-type.enum.d.ts.map +1 -0
- package/build/cjs/socket/socket-message-type.enum.js +81 -0
- package/build/cjs/socket/socket-message-type.enum.js.map +1 -0
- package/build/cjs/socket/socket-server-restart.dto.d.ts +13 -0
- package/build/cjs/socket/socket-server-restart.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-server-restart.dto.js +10 -0
- package/build/cjs/socket/socket-server-restart.dto.js.map +1 -0
- package/build/cjs/socket/socket-session-create.dto.d.ts +13 -0
- package/build/cjs/socket/socket-session-create.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-session-create.dto.js +10 -0
- package/build/cjs/socket/socket-session-create.dto.js.map +1 -0
- package/build/cjs/socket/socket-session-created.dto.d.ts +33 -0
- package/build/cjs/socket/socket-session-created.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-session-created.dto.js +14 -0
- package/build/cjs/socket/socket-session-created.dto.js.map +1 -0
- package/build/cjs/socket/socket-session-history.dto.d.ts +23 -0
- package/build/cjs/socket/socket-session-history.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-session-history.dto.js +12 -0
- package/build/cjs/socket/socket-session-history.dto.js.map +1 -0
- package/build/cjs/socket/socket-session-state.dto.d.ts +28 -0
- package/build/cjs/socket/socket-session-state.dto.d.ts.map +1 -0
- package/build/cjs/socket/socket-session-state.dto.js +13 -0
- package/build/cjs/socket/socket-session-state.dto.js.map +1 -0
- package/build/cjs/trace/any.dto.d.ts +4 -4
- package/build/cjs/trace/debug.dto.d.ts +4 -4
- package/build/esm/enum/environment-tag.enum.d.ts +8 -0
- package/build/esm/enum/environment-tag.enum.d.ts.map +1 -0
- package/build/esm/enum/environment-tag.enum.js +6 -0
- package/build/esm/enum/environment-tag.enum.js.map +1 -0
- package/build/esm/main.d.ts +16 -0
- package/build/esm/main.d.ts.map +1 -1
- package/build/esm/main.js +16 -0
- package/build/esm/main.js.map +1 -1
- package/build/esm/socket/socket-action-audio-send.dto.d.ts +23 -0
- package/build/esm/socket/socket-action-audio-send.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-action-audio-send.dto.js +9 -0
- package/build/esm/socket/socket-action-audio-send.dto.js.map +1 -0
- package/build/esm/socket/socket-action-cancel-status.dto.d.ts +23 -0
- package/build/esm/socket/socket-action-cancel-status.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-action-cancel-status.dto.js +9 -0
- package/build/esm/socket/socket-action-cancel-status.dto.js.map +1 -0
- package/build/esm/socket/socket-action-cancel.dto.d.ts +13 -0
- package/build/esm/socket/socket-action-cancel.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-action-cancel.dto.js +7 -0
- package/build/esm/socket/socket-action-cancel.dto.js.map +1 -0
- package/build/esm/socket/socket-action-send.dto.d.ts +3771 -0
- package/build/esm/socket/socket-action-send.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-action-send.dto.js +21 -0
- package/build/esm/socket/socket-action-send.dto.js.map +1 -0
- package/build/esm/socket/socket-action-status.dto.d.ts +44 -0
- package/build/esm/socket/socket-action-status.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-action-status.dto.js +16 -0
- package/build/esm/socket/socket-action-status.dto.js.map +1 -0
- package/build/esm/socket/socket-action-trace.dto.d.ts +5847 -0
- package/build/esm/socket/socket-action-trace.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-action-trace.dto.js +11 -0
- package/build/esm/socket/socket-action-trace.dto.js.map +1 -0
- package/build/esm/socket/socket-client-start.dto.d.ts +169 -0
- package/build/esm/socket/socket-client-start.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-client-start.dto.js +38 -0
- package/build/esm/socket/socket-client-start.dto.js.map +1 -0
- package/build/esm/socket/socket-client-started.dto.d.ts +23 -0
- package/build/esm/socket/socket-client-started.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-client-started.dto.js +9 -0
- package/build/esm/socket/socket-client-started.dto.js.map +1 -0
- package/build/esm/socket/socket-error.dto.d.ts +28 -0
- package/build/esm/socket/socket-error.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-error.dto.js +10 -0
- package/build/esm/socket/socket-error.dto.js.map +1 -0
- package/build/esm/socket/socket-message-type.enum.d.ts +81 -0
- package/build/esm/socket/socket-message-type.enum.d.ts.map +1 -0
- package/build/esm/socket/socket-message-type.enum.js +78 -0
- package/build/esm/socket/socket-message-type.enum.js.map +1 -0
- package/build/esm/socket/socket-server-restart.dto.d.ts +13 -0
- package/build/esm/socket/socket-server-restart.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-server-restart.dto.js +7 -0
- package/build/esm/socket/socket-server-restart.dto.js.map +1 -0
- package/build/esm/socket/socket-session-create.dto.d.ts +13 -0
- package/build/esm/socket/socket-session-create.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-session-create.dto.js +7 -0
- package/build/esm/socket/socket-session-create.dto.js.map +1 -0
- package/build/esm/socket/socket-session-created.dto.d.ts +33 -0
- package/build/esm/socket/socket-session-created.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-session-created.dto.js +11 -0
- package/build/esm/socket/socket-session-created.dto.js.map +1 -0
- package/build/esm/socket/socket-session-history.dto.d.ts +23 -0
- package/build/esm/socket/socket-session-history.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-session-history.dto.js +9 -0
- package/build/esm/socket/socket-session-history.dto.js.map +1 -0
- package/build/esm/socket/socket-session-state.dto.d.ts +28 -0
- package/build/esm/socket/socket-session-state.dto.d.ts.map +1 -0
- package/build/esm/socket/socket-session-state.dto.js +10 -0
- package/build/esm/socket/socket-session-state.dto.js.map +1 -0
- package/build/esm/trace/any.dto.d.ts +4 -4
- package/build/esm/trace/debug.dto.d.ts +4 -4
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-action-trace.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-action-trace.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO/B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocketActionTraceDTO = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const any_dto_1 = require("../trace/any.dto");
|
|
6
|
+
const socket_message_type_enum_1 = require("./socket-message-type.enum");
|
|
7
|
+
exports.SocketActionTraceDTO = zod_1.z.object({
|
|
8
|
+
type: zod_1.z.literal(socket_message_type_enum_1.ServerMessageType.ACTION_TRACE),
|
|
9
|
+
payload: zod_1.z.object({
|
|
10
|
+
trace: any_dto_1.AnyTraceDTO,
|
|
11
|
+
messageID: zod_1.z.string(),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
//# sourceMappingURL=socket-action-trace.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-action-trace.dto.js","sourceRoot":"","sources":["../../../src/socket/socket-action-trace.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,6CAA8C;AAE9C,yEAA+D;AAElD,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,4CAAiB,CAAC,YAAY,CAAC;IAE/C,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QAChB,KAAK,EAAE,qBAAW;QAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;KACtB,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SocketClientStartDTO: z.ZodObject<{
|
|
3
|
+
type: z.ZodLiteral<"client.start">;
|
|
4
|
+
payload: z.ZodObject<{
|
|
5
|
+
userID: z.ZodString;
|
|
6
|
+
sessionID: z.ZodOptional<z.ZodString>;
|
|
7
|
+
sessionKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
environmentID: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9
|
+
authorization: z.ZodOptional<z.ZodString>;
|
|
10
|
+
projectID: z.ZodOptional<z.ZodString>;
|
|
11
|
+
state: z.ZodOptional<z.ZodType<unknown, z.ZodTypeDef, unknown>>;
|
|
12
|
+
turnID: z.ZodOptional<z.ZodString>;
|
|
13
|
+
transcriptID: z.ZodOptional<z.ZodString>;
|
|
14
|
+
lastReceivedAt: z.ZodOptional<z.ZodNumber>;
|
|
15
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
16
|
+
completionEvents: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
17
|
+
audioEvents: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
18
|
+
audioEncoding: z.ZodOptional<z.ZodNativeEnum<{
|
|
19
|
+
readonly MP3: "audio/mp3";
|
|
20
|
+
readonly MULAW: "audio/x-mulaw";
|
|
21
|
+
readonly PCM: "audio/pcm";
|
|
22
|
+
}>>;
|
|
23
|
+
platform: z.ZodOptional<z.ZodString>;
|
|
24
|
+
modality: z.ZodOptional<z.ZodNativeEnum<{
|
|
25
|
+
readonly VOICE: "voice";
|
|
26
|
+
readonly CHAT: "chat";
|
|
27
|
+
readonly API: "api";
|
|
28
|
+
}>>;
|
|
29
|
+
userTimezone: z.ZodOptional<z.ZodString>;
|
|
30
|
+
guidedNavigation: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
31
|
+
recording: z.ZodOptional<z.ZodObject<{
|
|
32
|
+
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
}, "strip", z.ZodTypeAny, {
|
|
34
|
+
url?: string | null | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
url?: string | null | undefined;
|
|
37
|
+
}>>;
|
|
38
|
+
endAutomatically: z.ZodOptional<z.ZodBoolean>;
|
|
39
|
+
}, "strip", z.ZodTypeAny, {
|
|
40
|
+
audioEvents: boolean;
|
|
41
|
+
guidedNavigation: boolean;
|
|
42
|
+
completionEvents: boolean;
|
|
43
|
+
audioEncoding?: "audio/mp3" | "audio/x-mulaw" | "audio/pcm" | undefined;
|
|
44
|
+
platform?: string | undefined;
|
|
45
|
+
modality?: "voice" | "chat" | "api" | undefined;
|
|
46
|
+
userTimezone?: string | undefined;
|
|
47
|
+
recording?: {
|
|
48
|
+
url?: string | null | undefined;
|
|
49
|
+
} | undefined;
|
|
50
|
+
endAutomatically?: boolean | undefined;
|
|
51
|
+
}, {
|
|
52
|
+
audioEvents?: boolean | undefined;
|
|
53
|
+
guidedNavigation?: boolean | undefined;
|
|
54
|
+
completionEvents?: boolean | undefined;
|
|
55
|
+
audioEncoding?: "audio/mp3" | "audio/x-mulaw" | "audio/pcm" | undefined;
|
|
56
|
+
platform?: string | undefined;
|
|
57
|
+
modality?: "voice" | "chat" | "api" | undefined;
|
|
58
|
+
userTimezone?: string | undefined;
|
|
59
|
+
recording?: {
|
|
60
|
+
url?: string | null | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
endAutomatically?: boolean | undefined;
|
|
63
|
+
}>>;
|
|
64
|
+
}, "strip", z.ZodTypeAny, {
|
|
65
|
+
userID: string;
|
|
66
|
+
environmentID: string;
|
|
67
|
+
config?: {
|
|
68
|
+
audioEvents: boolean;
|
|
69
|
+
guidedNavigation: boolean;
|
|
70
|
+
completionEvents: boolean;
|
|
71
|
+
audioEncoding?: "audio/mp3" | "audio/x-mulaw" | "audio/pcm" | undefined;
|
|
72
|
+
platform?: string | undefined;
|
|
73
|
+
modality?: "voice" | "chat" | "api" | undefined;
|
|
74
|
+
userTimezone?: string | undefined;
|
|
75
|
+
recording?: {
|
|
76
|
+
url?: string | null | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
endAutomatically?: boolean | undefined;
|
|
79
|
+
} | undefined;
|
|
80
|
+
state?: unknown;
|
|
81
|
+
sessionID?: string | undefined;
|
|
82
|
+
sessionKey?: string | null | undefined;
|
|
83
|
+
authorization?: string | undefined;
|
|
84
|
+
projectID?: string | undefined;
|
|
85
|
+
turnID?: string | undefined;
|
|
86
|
+
transcriptID?: string | undefined;
|
|
87
|
+
lastReceivedAt?: number | undefined;
|
|
88
|
+
}, {
|
|
89
|
+
userID: string;
|
|
90
|
+
config?: {
|
|
91
|
+
audioEvents?: boolean | undefined;
|
|
92
|
+
guidedNavigation?: boolean | undefined;
|
|
93
|
+
completionEvents?: boolean | undefined;
|
|
94
|
+
audioEncoding?: "audio/mp3" | "audio/x-mulaw" | "audio/pcm" | undefined;
|
|
95
|
+
platform?: string | undefined;
|
|
96
|
+
modality?: "voice" | "chat" | "api" | undefined;
|
|
97
|
+
userTimezone?: string | undefined;
|
|
98
|
+
recording?: {
|
|
99
|
+
url?: string | null | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
endAutomatically?: boolean | undefined;
|
|
102
|
+
} | undefined;
|
|
103
|
+
state?: unknown;
|
|
104
|
+
sessionID?: string | undefined;
|
|
105
|
+
sessionKey?: string | null | undefined;
|
|
106
|
+
environmentID?: string | undefined;
|
|
107
|
+
authorization?: string | undefined;
|
|
108
|
+
projectID?: string | undefined;
|
|
109
|
+
turnID?: string | undefined;
|
|
110
|
+
transcriptID?: string | undefined;
|
|
111
|
+
lastReceivedAt?: number | undefined;
|
|
112
|
+
}>;
|
|
113
|
+
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
type: "client.start";
|
|
115
|
+
payload: {
|
|
116
|
+
userID: string;
|
|
117
|
+
environmentID: string;
|
|
118
|
+
config?: {
|
|
119
|
+
audioEvents: boolean;
|
|
120
|
+
guidedNavigation: boolean;
|
|
121
|
+
completionEvents: boolean;
|
|
122
|
+
audioEncoding?: "audio/mp3" | "audio/x-mulaw" | "audio/pcm" | undefined;
|
|
123
|
+
platform?: string | undefined;
|
|
124
|
+
modality?: "voice" | "chat" | "api" | undefined;
|
|
125
|
+
userTimezone?: string | undefined;
|
|
126
|
+
recording?: {
|
|
127
|
+
url?: string | null | undefined;
|
|
128
|
+
} | undefined;
|
|
129
|
+
endAutomatically?: boolean | undefined;
|
|
130
|
+
} | undefined;
|
|
131
|
+
state?: unknown;
|
|
132
|
+
sessionID?: string | undefined;
|
|
133
|
+
sessionKey?: string | null | undefined;
|
|
134
|
+
authorization?: string | undefined;
|
|
135
|
+
projectID?: string | undefined;
|
|
136
|
+
turnID?: string | undefined;
|
|
137
|
+
transcriptID?: string | undefined;
|
|
138
|
+
lastReceivedAt?: number | undefined;
|
|
139
|
+
};
|
|
140
|
+
}, {
|
|
141
|
+
type: "client.start";
|
|
142
|
+
payload: {
|
|
143
|
+
userID: string;
|
|
144
|
+
config?: {
|
|
145
|
+
audioEvents?: boolean | undefined;
|
|
146
|
+
guidedNavigation?: boolean | undefined;
|
|
147
|
+
completionEvents?: boolean | undefined;
|
|
148
|
+
audioEncoding?: "audio/mp3" | "audio/x-mulaw" | "audio/pcm" | undefined;
|
|
149
|
+
platform?: string | undefined;
|
|
150
|
+
modality?: "voice" | "chat" | "api" | undefined;
|
|
151
|
+
userTimezone?: string | undefined;
|
|
152
|
+
recording?: {
|
|
153
|
+
url?: string | null | undefined;
|
|
154
|
+
} | undefined;
|
|
155
|
+
endAutomatically?: boolean | undefined;
|
|
156
|
+
} | undefined;
|
|
157
|
+
state?: unknown;
|
|
158
|
+
sessionID?: string | undefined;
|
|
159
|
+
sessionKey?: string | null | undefined;
|
|
160
|
+
environmentID?: string | undefined;
|
|
161
|
+
authorization?: string | undefined;
|
|
162
|
+
projectID?: string | undefined;
|
|
163
|
+
turnID?: string | undefined;
|
|
164
|
+
transcriptID?: string | undefined;
|
|
165
|
+
lastReceivedAt?: number | undefined;
|
|
166
|
+
};
|
|
167
|
+
}>;
|
|
168
|
+
export type SocketClientStart = z.infer<typeof SocketClientStartDTO>;
|
|
169
|
+
//# sourceMappingURL=socket-client-start.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-client-start.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-client-start.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoC/B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocketClientStartDTO = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const environment_tag_enum_1 = require("../enum/environment-tag.enum");
|
|
6
|
+
const modality_enum_1 = require("../enum/modality.enum");
|
|
7
|
+
const audio_encoding_enum_1 = require("../trace/audio/audio-encoding.enum");
|
|
8
|
+
const socket_message_type_enum_1 = require("./socket-message-type.enum");
|
|
9
|
+
exports.SocketClientStartDTO = zod_1.z.object({
|
|
10
|
+
type: zod_1.z.literal(socket_message_type_enum_1.ClientMessageType.CLIENT_START),
|
|
11
|
+
payload: zod_1.z.object({
|
|
12
|
+
userID: zod_1.z.string(),
|
|
13
|
+
sessionID: zod_1.z.string().optional(),
|
|
14
|
+
sessionKey: zod_1.z.string().nullable().optional(), // JWT sessionKey from client (v4) - null means create new session
|
|
15
|
+
environmentID: zod_1.z.string().optional().default(environment_tag_enum_1.EnvironmentTag.DEVELOPMENT),
|
|
16
|
+
authorization: zod_1.z.string().optional(), // for browser support
|
|
17
|
+
projectID: zod_1.z.string().optional(), // for browser support
|
|
18
|
+
state: zod_1.z.custom().optional(),
|
|
19
|
+
turnID: zod_1.z.string().optional(),
|
|
20
|
+
transcriptID: zod_1.z.string().optional(),
|
|
21
|
+
lastReceivedAt: zod_1.z.number().optional(),
|
|
22
|
+
config: zod_1.z
|
|
23
|
+
.object({
|
|
24
|
+
completionEvents: zod_1.z.boolean().optional().default(false),
|
|
25
|
+
audioEvents: zod_1.z.boolean().optional().default(false),
|
|
26
|
+
audioEncoding: zod_1.z.nativeEnum(audio_encoding_enum_1.AudioEncoding).optional(),
|
|
27
|
+
platform: zod_1.z.string().optional(),
|
|
28
|
+
modality: zod_1.z.nativeEnum(modality_enum_1.Modality).optional(),
|
|
29
|
+
userTimezone: zod_1.z.string().optional(),
|
|
30
|
+
guidedNavigation: zod_1.z.boolean().optional().default(false),
|
|
31
|
+
recording: zod_1.z
|
|
32
|
+
.object({
|
|
33
|
+
url: zod_1.z.string().nullable().optional(),
|
|
34
|
+
})
|
|
35
|
+
.optional(),
|
|
36
|
+
endAutomatically: zod_1.z.boolean().optional(),
|
|
37
|
+
})
|
|
38
|
+
.optional(),
|
|
39
|
+
}),
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=socket-client-start.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-client-start.dto.js","sourceRoot":"","sources":["../../../src/socket/socket-client-start.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,sEAA6D;AAC7D,wDAAgD;AAChD,2EAAkE;AAElE,yEAA+D;AAElD,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,4CAAiB,CAAC,YAAY,CAAC;IAE/C,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QAChB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;QAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAChC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,kEAAkE;QAChH,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,qCAAc,CAAC,WAAW,CAAC;QACxE,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,uBAAuB;QAC7D,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,uBAAuB;QAEzD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAE5B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC7B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAEnC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAErC,MAAM,EAAE,OAAC;aACN,MAAM,CAAC;YACN,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;YACvD,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;YAClD,aAAa,EAAE,OAAC,CAAC,UAAU,CAAC,mCAAa,CAAC,CAAC,QAAQ,EAAE;YACrD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAC/B,QAAQ,EAAE,OAAC,CAAC,UAAU,CAAC,wBAAQ,CAAC,CAAC,QAAQ,EAAE;YAC3C,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YACnC,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;YACvD,SAAS,EAAE,OAAC;iBACT,MAAM,CAAC;gBACN,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;aACtC,CAAC;iBACD,QAAQ,EAAE;YACb,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;SACzC,CAAC;aACD,QAAQ,EAAE;KACd,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SocketClientStartedDTO: z.ZodObject<{
|
|
3
|
+
type: z.ZodLiteral<"client.started">;
|
|
4
|
+
payload: z.ZodObject<{
|
|
5
|
+
newSessionRequired: z.ZodBoolean;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
newSessionRequired: boolean;
|
|
8
|
+
}, {
|
|
9
|
+
newSessionRequired: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
type: "client.started";
|
|
13
|
+
payload: {
|
|
14
|
+
newSessionRequired: boolean;
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
type: "client.started";
|
|
18
|
+
payload: {
|
|
19
|
+
newSessionRequired: boolean;
|
|
20
|
+
};
|
|
21
|
+
}>;
|
|
22
|
+
export type SocketClientStarted = z.infer<typeof SocketClientStartedDTO>;
|
|
23
|
+
//# sourceMappingURL=socket-client-started.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-client-started.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-client-started.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;EAMjC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocketClientStartedDTO = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const socket_message_type_enum_1 = require("./socket-message-type.enum");
|
|
6
|
+
exports.SocketClientStartedDTO = zod_1.z.object({
|
|
7
|
+
type: zod_1.z.literal(socket_message_type_enum_1.ServerMessageType.CLIENT_STARTED),
|
|
8
|
+
payload: zod_1.z.object({
|
|
9
|
+
newSessionRequired: zod_1.z.boolean(),
|
|
10
|
+
}),
|
|
11
|
+
});
|
|
12
|
+
//# sourceMappingURL=socket-client-started.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-client-started.dto.js","sourceRoot":"","sources":["../../../src/socket/socket-client-started.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAA+D;AAElD,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,4CAAiB,CAAC,cAAc,CAAC;IAEjD,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QAChB,kBAAkB,EAAE,OAAC,CAAC,OAAO,EAAE;KAChC,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SocketErrorDTO: z.ZodObject<{
|
|
3
|
+
type: z.ZodLiteral<"error">;
|
|
4
|
+
payload: z.ZodObject<{
|
|
5
|
+
code: z.ZodOptional<z.ZodString>;
|
|
6
|
+
error: z.ZodString;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
error: string;
|
|
9
|
+
code?: string | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
error: string;
|
|
12
|
+
code?: string | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
type: "error";
|
|
16
|
+
payload: {
|
|
17
|
+
error: string;
|
|
18
|
+
code?: string | undefined;
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
type: "error";
|
|
22
|
+
payload: {
|
|
23
|
+
error: string;
|
|
24
|
+
code?: string | undefined;
|
|
25
|
+
};
|
|
26
|
+
}>;
|
|
27
|
+
export type SocketError = z.infer<typeof SocketErrorDTO>;
|
|
28
|
+
//# sourceMappingURL=socket-error.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-error.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-error.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;EAOzB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocketErrorDTO = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const socket_message_type_enum_1 = require("./socket-message-type.enum");
|
|
6
|
+
exports.SocketErrorDTO = zod_1.z.object({
|
|
7
|
+
type: zod_1.z.literal(socket_message_type_enum_1.ServerMessageType.ERROR),
|
|
8
|
+
payload: zod_1.z.object({
|
|
9
|
+
code: zod_1.z.string().optional(), // have explicit error codes in the future
|
|
10
|
+
error: zod_1.z.string(),
|
|
11
|
+
}),
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=socket-error.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-error.dto.js","sourceRoot":"","sources":["../../../src/socket/socket-error.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAA+D;AAElD,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,4CAAiB,CAAC,KAAK,CAAC;IAExC,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QAChB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,0CAA0C;QACvE,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;KAClB,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import type { Enum } from '../utils/enum.util';
|
|
2
|
+
/**
|
|
3
|
+
* naming convention rules
|
|
4
|
+
* - divide into clearly defined namespaces
|
|
5
|
+
* - lowercase only
|
|
6
|
+
* - separate with periods .
|
|
7
|
+
* - there should be no conflicts/duplicates between the client and server message types
|
|
8
|
+
* - if only one expected response to state-change request, use the past tense of the verb, i.e. client.start -> client.started
|
|
9
|
+
* - if multiple types of responses to request, use "status", i.e. action.cancel -> action.cancel.status
|
|
10
|
+
*
|
|
11
|
+
* event data
|
|
12
|
+
* - [INTERNAL] means payload is still subject to change, do not publicly document
|
|
13
|
+
* - use flexible object-based payloads when possible, can add more properties in the future
|
|
14
|
+
*/
|
|
15
|
+
export declare const ClientMessageType: {
|
|
16
|
+
/**
|
|
17
|
+
* initial handshake with init metadata and config, results in client.started
|
|
18
|
+
*/
|
|
19
|
+
readonly CLIENT_START: "client.start";
|
|
20
|
+
/**
|
|
21
|
+
* [INTERNAL] keeps websocket alive, doesn't affect the actual session
|
|
22
|
+
*/
|
|
23
|
+
readonly CLIENT_KEEP_ALIVE: "client.keep-alive";
|
|
24
|
+
/**
|
|
25
|
+
* creates a new session for user, results in session.created
|
|
26
|
+
*/
|
|
27
|
+
readonly SESSION_CREATE: "session.create";
|
|
28
|
+
/**
|
|
29
|
+
* sends an user action to the server, valid session must already exist
|
|
30
|
+
*/
|
|
31
|
+
readonly ACTION_SEND: "action.send";
|
|
32
|
+
/**
|
|
33
|
+
* [INTERNAL] attempts to cancel (interrupt) the ongoing action, results in action.cancel.status
|
|
34
|
+
*/
|
|
35
|
+
readonly ACTION_CANCEL: "action.cancel";
|
|
36
|
+
/**
|
|
37
|
+
* sends an raw audio to the server (for realtime voice-to-voice LLMs)
|
|
38
|
+
*/
|
|
39
|
+
readonly ACTION_AUDIO_SEND: "action.audio.send";
|
|
40
|
+
};
|
|
41
|
+
export type ClientMessageType = Enum<typeof ClientMessageType>;
|
|
42
|
+
export declare const ServerMessageType: {
|
|
43
|
+
/**
|
|
44
|
+
* general error message
|
|
45
|
+
*/
|
|
46
|
+
readonly ERROR: "error";
|
|
47
|
+
/**
|
|
48
|
+
* server validated client parameters, informs if new session is needed
|
|
49
|
+
*/
|
|
50
|
+
readonly CLIENT_STARTED: "client.started";
|
|
51
|
+
/**
|
|
52
|
+
* server is gracefully shutting down, informing the client to reconnect to a different server
|
|
53
|
+
*/
|
|
54
|
+
readonly SERVER_RESTART: "server.restart";
|
|
55
|
+
/**
|
|
56
|
+
* new session created, client should store sessionKey
|
|
57
|
+
*/
|
|
58
|
+
readonly SESSION_CREATED: "session.created";
|
|
59
|
+
/**
|
|
60
|
+
* [INTERNAL] history of previous turns in session
|
|
61
|
+
*/
|
|
62
|
+
readonly SESSION_HISTORY: "session.history";
|
|
63
|
+
/**
|
|
64
|
+
* [INTERNAL] current dialog state (large payload), disabled by default
|
|
65
|
+
*/
|
|
66
|
+
readonly SESSION_STATE: "session.state";
|
|
67
|
+
/**
|
|
68
|
+
* ongoing action status, if action status accepted there will be a action status completed message
|
|
69
|
+
*/
|
|
70
|
+
readonly ACTION_STATUS: "action.status";
|
|
71
|
+
/**
|
|
72
|
+
* trace event representing responses of the agent along with debugging information
|
|
73
|
+
*/
|
|
74
|
+
readonly ACTION_TRACE: "action.trace";
|
|
75
|
+
/**
|
|
76
|
+
* [INTERNAL] whether the action was cancelled successfully
|
|
77
|
+
*/
|
|
78
|
+
readonly ACTION_CANCEL_STATUS: "action.cancel.status";
|
|
79
|
+
};
|
|
80
|
+
export type ServerMessageType = Enum<typeof ServerMessageType>;
|
|
81
|
+
//# sourceMappingURL=socket-message-type.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-message-type.enum.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-message-type.enum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAE9C;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,iBAAiB;IAC5B;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;CAEK,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE/D,eAAO,MAAM,iBAAiB;IAC5B;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;CAEK,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServerMessageType = exports.ClientMessageType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* naming convention rules
|
|
6
|
+
* - divide into clearly defined namespaces
|
|
7
|
+
* - lowercase only
|
|
8
|
+
* - separate with periods .
|
|
9
|
+
* - there should be no conflicts/duplicates between the client and server message types
|
|
10
|
+
* - if only one expected response to state-change request, use the past tense of the verb, i.e. client.start -> client.started
|
|
11
|
+
* - if multiple types of responses to request, use "status", i.e. action.cancel -> action.cancel.status
|
|
12
|
+
*
|
|
13
|
+
* event data
|
|
14
|
+
* - [INTERNAL] means payload is still subject to change, do not publicly document
|
|
15
|
+
* - use flexible object-based payloads when possible, can add more properties in the future
|
|
16
|
+
*/
|
|
17
|
+
exports.ClientMessageType = {
|
|
18
|
+
/**
|
|
19
|
+
* initial handshake with init metadata and config, results in client.started
|
|
20
|
+
*/
|
|
21
|
+
CLIENT_START: 'client.start',
|
|
22
|
+
/**
|
|
23
|
+
* [INTERNAL] keeps websocket alive, doesn't affect the actual session
|
|
24
|
+
*/
|
|
25
|
+
CLIENT_KEEP_ALIVE: 'client.keep-alive',
|
|
26
|
+
/**
|
|
27
|
+
* creates a new session for user, results in session.created
|
|
28
|
+
*/
|
|
29
|
+
SESSION_CREATE: 'session.create',
|
|
30
|
+
/**
|
|
31
|
+
* sends an user action to the server, valid session must already exist
|
|
32
|
+
*/
|
|
33
|
+
ACTION_SEND: 'action.send',
|
|
34
|
+
/**
|
|
35
|
+
* [INTERNAL] attempts to cancel (interrupt) the ongoing action, results in action.cancel.status
|
|
36
|
+
*/
|
|
37
|
+
ACTION_CANCEL: 'action.cancel',
|
|
38
|
+
/**
|
|
39
|
+
* sends an raw audio to the server (for realtime voice-to-voice LLMs)
|
|
40
|
+
*/
|
|
41
|
+
ACTION_AUDIO_SEND: 'action.audio.send',
|
|
42
|
+
};
|
|
43
|
+
exports.ServerMessageType = {
|
|
44
|
+
/**
|
|
45
|
+
* general error message
|
|
46
|
+
*/
|
|
47
|
+
ERROR: 'error',
|
|
48
|
+
/**
|
|
49
|
+
* server validated client parameters, informs if new session is needed
|
|
50
|
+
*/
|
|
51
|
+
CLIENT_STARTED: 'client.started',
|
|
52
|
+
/**
|
|
53
|
+
* server is gracefully shutting down, informing the client to reconnect to a different server
|
|
54
|
+
*/
|
|
55
|
+
SERVER_RESTART: 'server.restart',
|
|
56
|
+
/**
|
|
57
|
+
* new session created, client should store sessionKey
|
|
58
|
+
*/
|
|
59
|
+
SESSION_CREATED: 'session.created',
|
|
60
|
+
/**
|
|
61
|
+
* [INTERNAL] history of previous turns in session
|
|
62
|
+
*/
|
|
63
|
+
SESSION_HISTORY: 'session.history',
|
|
64
|
+
/**
|
|
65
|
+
* [INTERNAL] current dialog state (large payload), disabled by default
|
|
66
|
+
*/
|
|
67
|
+
SESSION_STATE: 'session.state',
|
|
68
|
+
/**
|
|
69
|
+
* ongoing action status, if action status accepted there will be a action status completed message
|
|
70
|
+
*/
|
|
71
|
+
ACTION_STATUS: 'action.status',
|
|
72
|
+
/**
|
|
73
|
+
* trace event representing responses of the agent along with debugging information
|
|
74
|
+
*/
|
|
75
|
+
ACTION_TRACE: 'action.trace',
|
|
76
|
+
/**
|
|
77
|
+
* [INTERNAL] whether the action was cancelled successfully
|
|
78
|
+
*/
|
|
79
|
+
ACTION_CANCEL_STATUS: 'action.cancel.status',
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=socket-message-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-message-type.enum.js","sourceRoot":"","sources":["../../../src/socket/socket-message-type.enum.ts"],"names":[],"mappings":";;;AAEA;;;;;;;;;;;;GAYG;AACU,QAAA,iBAAiB,GAAG;IAC/B;;OAEG;IACH,YAAY,EAAE,cAAc;IAE5B;;OAEG;IACH,iBAAiB,EAAE,mBAAmB;IAEtC;;OAEG;IACH,cAAc,EAAE,gBAAgB;IAEhC;;OAEG;IACH,WAAW,EAAE,aAAa;IAE1B;;OAEG;IACH,aAAa,EAAE,eAAe;IAE9B;;OAEG;IACH,iBAAiB,EAAE,mBAAmB;CAC9B,CAAC;AAIE,QAAA,iBAAiB,GAAG;IAC/B;;OAEG;IACH,KAAK,EAAE,OAAO;IAEd;;OAEG;IACH,cAAc,EAAE,gBAAgB;IAEhC;;OAEG;IACH,cAAc,EAAE,gBAAgB;IAEhC;;OAEG;IACH,eAAe,EAAE,iBAAiB;IAElC;;OAEG;IACH,eAAe,EAAE,iBAAiB;IAElC;;OAEG;IACH,aAAa,EAAE,eAAe;IAE9B;;OAEG;IACH,aAAa,EAAE,eAAe;IAE9B;;OAEG;IACH,YAAY,EAAE,cAAc;IAE5B;;OAEG;IACH,oBAAoB,EAAE,sBAAsB;CACpC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SocketServerRestartDTO: z.ZodObject<{
|
|
3
|
+
type: z.ZodLiteral<"server.restart">;
|
|
4
|
+
payload: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
type: "server.restart";
|
|
7
|
+
payload: {};
|
|
8
|
+
}, {
|
|
9
|
+
type: "server.restart";
|
|
10
|
+
payload: {};
|
|
11
|
+
}>;
|
|
12
|
+
export type SocketServerRestart = z.infer<typeof SocketServerRestartDTO>;
|
|
13
|
+
//# sourceMappingURL=socket-server-restart.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-server-restart.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-server-restart.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB;;;;;;;;;EAIjC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocketServerRestartDTO = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const socket_message_type_enum_1 = require("./socket-message-type.enum");
|
|
6
|
+
exports.SocketServerRestartDTO = zod_1.z.object({
|
|
7
|
+
type: zod_1.z.literal(socket_message_type_enum_1.ServerMessageType.SERVER_RESTART),
|
|
8
|
+
payload: zod_1.z.object({}),
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=socket-server-restart.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-server-restart.dto.js","sourceRoot":"","sources":["../../../src/socket/socket-server-restart.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAA+D;AAElD,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,4CAAiB,CAAC,cAAc,CAAC;IAEjD,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC;CACtB,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SocketSessionCreateDTO: z.ZodObject<{
|
|
3
|
+
type: z.ZodLiteral<"session.create">;
|
|
4
|
+
payload: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
type: "session.create";
|
|
7
|
+
payload: {};
|
|
8
|
+
}, {
|
|
9
|
+
type: "session.create";
|
|
10
|
+
payload: {};
|
|
11
|
+
}>;
|
|
12
|
+
export type SocketSessionCreate = z.infer<typeof SocketSessionCreateDTO>;
|
|
13
|
+
//# sourceMappingURL=socket-session-create.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-session-create.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-session-create.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB;;;;;;;;;EAIjC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocketSessionCreateDTO = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const socket_message_type_enum_1 = require("./socket-message-type.enum");
|
|
6
|
+
exports.SocketSessionCreateDTO = zod_1.z.object({
|
|
7
|
+
type: zod_1.z.literal(socket_message_type_enum_1.ClientMessageType.SESSION_CREATE),
|
|
8
|
+
payload: zod_1.z.object({}),
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=socket-session-create.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-session-create.dto.js","sourceRoot":"","sources":["../../../src/socket/socket-session-create.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAA+D;AAElD,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,4CAAiB,CAAC,cAAc,CAAC;IAEjD,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC;CACtB,CAAC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SocketSessionCreatedDTO: z.ZodObject<{
|
|
3
|
+
type: z.ZodLiteral<"session.created">;
|
|
4
|
+
payload: z.ZodObject<{
|
|
5
|
+
sessionKey: z.ZodString;
|
|
6
|
+
transcriptID: z.ZodNullable<z.ZodString>;
|
|
7
|
+
turnID: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
sessionKey: string;
|
|
10
|
+
transcriptID: string | null;
|
|
11
|
+
turnID?: string | null | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
sessionKey: string;
|
|
14
|
+
transcriptID: string | null;
|
|
15
|
+
turnID?: string | null | undefined;
|
|
16
|
+
}>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
type: "session.created";
|
|
19
|
+
payload: {
|
|
20
|
+
sessionKey: string;
|
|
21
|
+
transcriptID: string | null;
|
|
22
|
+
turnID?: string | null | undefined;
|
|
23
|
+
};
|
|
24
|
+
}, {
|
|
25
|
+
type: "session.created";
|
|
26
|
+
payload: {
|
|
27
|
+
sessionKey: string;
|
|
28
|
+
transcriptID: string | null;
|
|
29
|
+
turnID?: string | null | undefined;
|
|
30
|
+
};
|
|
31
|
+
}>;
|
|
32
|
+
export type SocketSessionCreated = z.infer<typeof SocketSessionCreatedDTO>;
|
|
33
|
+
//# sourceMappingURL=socket-session-created.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-session-created.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-session-created.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASlC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SocketSessionCreatedDTO = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const socket_message_type_enum_1 = require("./socket-message-type.enum");
|
|
6
|
+
exports.SocketSessionCreatedDTO = zod_1.z.object({
|
|
7
|
+
type: zod_1.z.literal(socket_message_type_enum_1.ServerMessageType.SESSION_CREATED),
|
|
8
|
+
payload: zod_1.z.object({
|
|
9
|
+
sessionKey: zod_1.z.string(),
|
|
10
|
+
transcriptID: zod_1.z.string().nullable(),
|
|
11
|
+
turnID: zod_1.z.string().nullable().optional(),
|
|
12
|
+
}),
|
|
13
|
+
});
|
|
14
|
+
//# sourceMappingURL=socket-session-created.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socket-session-created.dto.js","sourceRoot":"","sources":["../../../src/socket/socket-session-created.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAA+D;AAElD,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,4CAAiB,CAAC,eAAe,CAAC;IAElD,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QAChB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;QACtB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAEnC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;KACzC,CAAC;CACH,CAAC,CAAC"}
|