@kl1/contracts 1.0.84 → 1.0.85
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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- package/dist/src/contract.d.ts +6 -6
- package/dist/src/cx-log/index.d.ts +6 -6
- package/dist/src/cx-log/validation.d.ts +3 -3
- package/dist/src/cx-log/validation.d.ts.map +1 -1
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- package/dist/src/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/package.json +1 -1
@@ -0,0 +1,17 @@
|
|
1
|
+
import { z } from 'zod';
|
2
|
+
export declare const appContract: {
|
3
|
+
getMessage: {
|
4
|
+
method: "GET";
|
5
|
+
responses: {
|
6
|
+
200: z.ZodObject<{
|
7
|
+
message: z.ZodString;
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
9
|
+
message: string;
|
10
|
+
}, {
|
11
|
+
message: string;
|
12
|
+
}>;
|
13
|
+
};
|
14
|
+
path: "/";
|
15
|
+
};
|
16
|
+
};
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;CAQtB,CAAC"}
|
package/dist/src/contract.d.ts
CHANGED
@@ -13488,7 +13488,7 @@ export declare const apiContract: {
|
|
13488
13488
|
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
13489
13489
|
direction: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"inbound">, import("zod").ZodLiteral<"outbound">]>, "many">>;
|
13490
13490
|
disposition: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
13491
|
-
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
13491
|
+
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
13492
13492
|
csatScore: import("zod").ZodOptional<import("zod").ZodString>;
|
13493
13493
|
sla: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"meet">, import("zod").ZodLiteral<"unmeet">]>, "many">>;
|
13494
13494
|
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
@@ -13525,7 +13525,7 @@ export declare const apiContract: {
|
|
13525
13525
|
agentIds?: string[] | undefined;
|
13526
13526
|
direction?: ("inbound" | "outbound")[] | undefined;
|
13527
13527
|
disposition?: string[] | undefined;
|
13528
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
13528
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
13529
13529
|
csatScore?: string | undefined;
|
13530
13530
|
sla?: ("meet" | "unmeet")[] | undefined;
|
13531
13531
|
tags?: string[] | undefined;
|
@@ -13554,7 +13554,7 @@ export declare const apiContract: {
|
|
13554
13554
|
agentIds?: string[] | undefined;
|
13555
13555
|
direction?: ("inbound" | "outbound")[] | undefined;
|
13556
13556
|
disposition?: string[] | undefined;
|
13557
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
13557
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
13558
13558
|
csatScore?: string | undefined;
|
13559
13559
|
sla?: ("meet" | "unmeet")[] | undefined;
|
13560
13560
|
tags?: string[] | undefined;
|
@@ -21939,7 +21939,7 @@ export declare const apiContract: {
|
|
21939
21939
|
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
21940
21940
|
direction: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"inbound">, import("zod").ZodLiteral<"outbound">]>, "many">>;
|
21941
21941
|
disposition: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
21942
|
-
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
21942
|
+
sentimentScore: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"positive">, import("zod").ZodLiteral<"neutral">, import("zod").ZodLiteral<"negative">]>, "many">>;
|
21943
21943
|
csatScore: import("zod").ZodOptional<import("zod").ZodString>;
|
21944
21944
|
sla: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"meet">, import("zod").ZodLiteral<"unmeet">]>, "many">>;
|
21945
21945
|
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
@@ -21976,7 +21976,7 @@ export declare const apiContract: {
|
|
21976
21976
|
agentIds?: string[] | undefined;
|
21977
21977
|
direction?: ("inbound" | "outbound")[] | undefined;
|
21978
21978
|
disposition?: string[] | undefined;
|
21979
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
21979
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
21980
21980
|
csatScore?: string | undefined;
|
21981
21981
|
sla?: ("meet" | "unmeet")[] | undefined;
|
21982
21982
|
tags?: string[] | undefined;
|
@@ -22005,7 +22005,7 @@ export declare const apiContract: {
|
|
22005
22005
|
agentIds?: string[] | undefined;
|
22006
22006
|
direction?: ("inbound" | "outbound")[] | undefined;
|
22007
22007
|
disposition?: string[] | undefined;
|
22008
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
22008
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
22009
22009
|
csatScore?: string | undefined;
|
22010
22010
|
sla?: ("meet" | "unmeet")[] | undefined;
|
22011
22011
|
tags?: string[] | undefined;
|
@@ -18,7 +18,7 @@ export declare const cxLogContract: {
|
|
18
18
|
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
19
19
|
direction: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"inbound">, z.ZodLiteral<"outbound">]>, "many">>;
|
20
20
|
disposition: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
21
|
-
sentimentScore: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>, "many">>;
|
21
|
+
sentimentScore: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"negative">]>, "many">>;
|
22
22
|
csatScore: z.ZodOptional<z.ZodString>;
|
23
23
|
sla: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"meet">, z.ZodLiteral<"unmeet">]>, "many">>;
|
24
24
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
@@ -55,7 +55,7 @@ export declare const cxLogContract: {
|
|
55
55
|
agentIds?: string[] | undefined;
|
56
56
|
direction?: ("inbound" | "outbound")[] | undefined;
|
57
57
|
disposition?: string[] | undefined;
|
58
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
58
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
59
59
|
csatScore?: string | undefined;
|
60
60
|
sla?: ("meet" | "unmeet")[] | undefined;
|
61
61
|
tags?: string[] | undefined;
|
@@ -84,7 +84,7 @@ export declare const cxLogContract: {
|
|
84
84
|
agentIds?: string[] | undefined;
|
85
85
|
direction?: ("inbound" | "outbound")[] | undefined;
|
86
86
|
disposition?: string[] | undefined;
|
87
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
87
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
88
88
|
csatScore?: string | undefined;
|
89
89
|
sla?: ("meet" | "unmeet")[] | undefined;
|
90
90
|
tags?: string[] | undefined;
|
@@ -8469,7 +8469,7 @@ export declare const cxLogContract: {
|
|
8469
8469
|
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
8470
8470
|
direction: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"inbound">, z.ZodLiteral<"outbound">]>, "many">>;
|
8471
8471
|
disposition: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
8472
|
-
sentimentScore: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>, "many">>;
|
8472
|
+
sentimentScore: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"negative">]>, "many">>;
|
8473
8473
|
csatScore: z.ZodOptional<z.ZodString>;
|
8474
8474
|
sla: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"meet">, z.ZodLiteral<"unmeet">]>, "many">>;
|
8475
8475
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
@@ -8506,7 +8506,7 @@ export declare const cxLogContract: {
|
|
8506
8506
|
agentIds?: string[] | undefined;
|
8507
8507
|
direction?: ("inbound" | "outbound")[] | undefined;
|
8508
8508
|
disposition?: string[] | undefined;
|
8509
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
8509
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
8510
8510
|
csatScore?: string | undefined;
|
8511
8511
|
sla?: ("meet" | "unmeet")[] | undefined;
|
8512
8512
|
tags?: string[] | undefined;
|
@@ -8535,7 +8535,7 @@ export declare const cxLogContract: {
|
|
8535
8535
|
agentIds?: string[] | undefined;
|
8536
8536
|
direction?: ("inbound" | "outbound")[] | undefined;
|
8537
8537
|
disposition?: string[] | undefined;
|
8538
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
8538
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
8539
8539
|
csatScore?: string | undefined;
|
8540
8540
|
sla?: ("meet" | "unmeet")[] | undefined;
|
8541
8541
|
tags?: string[] | undefined;
|
@@ -10,7 +10,7 @@ export declare const GetAllCxLogQueryParamsSchema: z.ZodOptional<z.ZodObject<{
|
|
10
10
|
agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
11
11
|
direction: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"inbound">, z.ZodLiteral<"outbound">]>, "many">>;
|
12
12
|
disposition: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
13
|
-
sentimentScore: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"negative">]>, "many">>;
|
13
|
+
sentimentScore: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"positive">, z.ZodLiteral<"neutral">, z.ZodLiteral<"negative">]>, "many">>;
|
14
14
|
csatScore: z.ZodOptional<z.ZodString>;
|
15
15
|
sla: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"meet">, z.ZodLiteral<"unmeet">]>, "many">>;
|
16
16
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
@@ -47,7 +47,7 @@ export declare const GetAllCxLogQueryParamsSchema: z.ZodOptional<z.ZodObject<{
|
|
47
47
|
agentIds?: string[] | undefined;
|
48
48
|
direction?: ("inbound" | "outbound")[] | undefined;
|
49
49
|
disposition?: string[] | undefined;
|
50
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
50
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
51
51
|
csatScore?: string | undefined;
|
52
52
|
sla?: ("meet" | "unmeet")[] | undefined;
|
53
53
|
tags?: string[] | undefined;
|
@@ -76,7 +76,7 @@ export declare const GetAllCxLogQueryParamsSchema: z.ZodOptional<z.ZodObject<{
|
|
76
76
|
agentIds?: string[] | undefined;
|
77
77
|
direction?: ("inbound" | "outbound")[] | undefined;
|
78
78
|
disposition?: string[] | undefined;
|
79
|
-
sentimentScore?: ("positive" | "negative")[] | undefined;
|
79
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
80
80
|
csatScore?: string | undefined;
|
81
81
|
sla?: ("meet" | "unmeet")[] | undefined;
|
82
82
|
tags?: string[] | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/cx-log/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/cx-log/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAgBpB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4B5B,CAAC"}
|
@@ -0,0 +1,216 @@
|
|
1
|
+
import z from 'zod';
|
2
|
+
export declare const serverContract: {
|
3
|
+
create: {
|
4
|
+
body: null;
|
5
|
+
summary: "Register a new mail server";
|
6
|
+
method: "POST";
|
7
|
+
responses: {
|
8
|
+
401: z.ZodObject<{
|
9
|
+
message: z.ZodString;
|
10
|
+
error: z.ZodAny;
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
12
|
+
message: string;
|
13
|
+
error?: any;
|
14
|
+
}, {
|
15
|
+
message: string;
|
16
|
+
error?: any;
|
17
|
+
}>;
|
18
|
+
404: z.ZodObject<{
|
19
|
+
message: z.ZodString;
|
20
|
+
error: z.ZodAny;
|
21
|
+
}, "strip", z.ZodTypeAny, {
|
22
|
+
message: string;
|
23
|
+
error?: any;
|
24
|
+
}, {
|
25
|
+
message: string;
|
26
|
+
error?: any;
|
27
|
+
}>;
|
28
|
+
422: z.ZodObject<{
|
29
|
+
message: z.ZodString;
|
30
|
+
error: z.ZodAny;
|
31
|
+
}, "strip", z.ZodTypeAny, {
|
32
|
+
message: string;
|
33
|
+
error?: any;
|
34
|
+
}, {
|
35
|
+
message: string;
|
36
|
+
error?: any;
|
37
|
+
}>;
|
38
|
+
200: z.ZodObject<{
|
39
|
+
requestId: z.ZodString;
|
40
|
+
message: z.ZodString;
|
41
|
+
}, "strip", z.ZodTypeAny, {
|
42
|
+
message: string;
|
43
|
+
requestId: string;
|
44
|
+
}, {
|
45
|
+
message: string;
|
46
|
+
requestId: string;
|
47
|
+
}>;
|
48
|
+
};
|
49
|
+
path: "/server/";
|
50
|
+
};
|
51
|
+
get: {
|
52
|
+
summary: "Get a mail server by id";
|
53
|
+
method: "GET";
|
54
|
+
pathParams: z.ZodObject<{
|
55
|
+
id: z.ZodString;
|
56
|
+
}, "strip", z.ZodTypeAny, {
|
57
|
+
id: string;
|
58
|
+
}, {
|
59
|
+
id: string;
|
60
|
+
}>;
|
61
|
+
responses: {
|
62
|
+
401: z.ZodObject<{
|
63
|
+
message: z.ZodString;
|
64
|
+
error: z.ZodAny;
|
65
|
+
}, "strip", z.ZodTypeAny, {
|
66
|
+
message: string;
|
67
|
+
error?: any;
|
68
|
+
}, {
|
69
|
+
message: string;
|
70
|
+
error?: any;
|
71
|
+
}>;
|
72
|
+
404: z.ZodObject<{
|
73
|
+
message: z.ZodString;
|
74
|
+
error: z.ZodAny;
|
75
|
+
}, "strip", z.ZodTypeAny, {
|
76
|
+
message: string;
|
77
|
+
error?: any;
|
78
|
+
}, {
|
79
|
+
message: string;
|
80
|
+
error?: any;
|
81
|
+
}>;
|
82
|
+
422: z.ZodObject<{
|
83
|
+
message: z.ZodString;
|
84
|
+
error: z.ZodAny;
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
86
|
+
message: string;
|
87
|
+
error?: any;
|
88
|
+
}, {
|
89
|
+
message: string;
|
90
|
+
error?: any;
|
91
|
+
}>;
|
92
|
+
200: z.ZodObject<{
|
93
|
+
requestId: z.ZodString;
|
94
|
+
message: z.ZodString;
|
95
|
+
}, "strip", z.ZodTypeAny, {
|
96
|
+
message: string;
|
97
|
+
requestId: string;
|
98
|
+
}, {
|
99
|
+
message: string;
|
100
|
+
requestId: string;
|
101
|
+
}>;
|
102
|
+
};
|
103
|
+
path: "/server/:id";
|
104
|
+
};
|
105
|
+
update: {
|
106
|
+
body: null;
|
107
|
+
summary: "Update a mail server by id";
|
108
|
+
method: "PATCH";
|
109
|
+
pathParams: z.ZodObject<{
|
110
|
+
id: z.ZodString;
|
111
|
+
}, "strip", z.ZodTypeAny, {
|
112
|
+
id: string;
|
113
|
+
}, {
|
114
|
+
id: string;
|
115
|
+
}>;
|
116
|
+
responses: {
|
117
|
+
401: z.ZodObject<{
|
118
|
+
message: z.ZodString;
|
119
|
+
error: z.ZodAny;
|
120
|
+
}, "strip", z.ZodTypeAny, {
|
121
|
+
message: string;
|
122
|
+
error?: any;
|
123
|
+
}, {
|
124
|
+
message: string;
|
125
|
+
error?: any;
|
126
|
+
}>;
|
127
|
+
404: z.ZodObject<{
|
128
|
+
message: z.ZodString;
|
129
|
+
error: z.ZodAny;
|
130
|
+
}, "strip", z.ZodTypeAny, {
|
131
|
+
message: string;
|
132
|
+
error?: any;
|
133
|
+
}, {
|
134
|
+
message: string;
|
135
|
+
error?: any;
|
136
|
+
}>;
|
137
|
+
422: z.ZodObject<{
|
138
|
+
message: z.ZodString;
|
139
|
+
error: z.ZodAny;
|
140
|
+
}, "strip", z.ZodTypeAny, {
|
141
|
+
message: string;
|
142
|
+
error?: any;
|
143
|
+
}, {
|
144
|
+
message: string;
|
145
|
+
error?: any;
|
146
|
+
}>;
|
147
|
+
200: z.ZodObject<{
|
148
|
+
requestId: z.ZodString;
|
149
|
+
message: z.ZodString;
|
150
|
+
}, "strip", z.ZodTypeAny, {
|
151
|
+
message: string;
|
152
|
+
requestId: string;
|
153
|
+
}, {
|
154
|
+
message: string;
|
155
|
+
requestId: string;
|
156
|
+
}>;
|
157
|
+
};
|
158
|
+
path: "/server/:id";
|
159
|
+
};
|
160
|
+
delete: {
|
161
|
+
body: null;
|
162
|
+
summary: "Delete a mail server by id";
|
163
|
+
method: "PATCH";
|
164
|
+
pathParams: z.ZodObject<{
|
165
|
+
id: z.ZodString;
|
166
|
+
}, "strip", z.ZodTypeAny, {
|
167
|
+
id: string;
|
168
|
+
}, {
|
169
|
+
id: string;
|
170
|
+
}>;
|
171
|
+
responses: {
|
172
|
+
401: z.ZodObject<{
|
173
|
+
message: z.ZodString;
|
174
|
+
error: z.ZodAny;
|
175
|
+
}, "strip", z.ZodTypeAny, {
|
176
|
+
message: string;
|
177
|
+
error?: any;
|
178
|
+
}, {
|
179
|
+
message: string;
|
180
|
+
error?: any;
|
181
|
+
}>;
|
182
|
+
404: z.ZodObject<{
|
183
|
+
message: z.ZodString;
|
184
|
+
error: z.ZodAny;
|
185
|
+
}, "strip", z.ZodTypeAny, {
|
186
|
+
message: string;
|
187
|
+
error?: any;
|
188
|
+
}, {
|
189
|
+
message: string;
|
190
|
+
error?: any;
|
191
|
+
}>;
|
192
|
+
422: z.ZodObject<{
|
193
|
+
message: z.ZodString;
|
194
|
+
error: z.ZodAny;
|
195
|
+
}, "strip", z.ZodTypeAny, {
|
196
|
+
message: string;
|
197
|
+
error?: any;
|
198
|
+
}, {
|
199
|
+
message: string;
|
200
|
+
error?: any;
|
201
|
+
}>;
|
202
|
+
200: z.ZodObject<{
|
203
|
+
requestId: z.ZodString;
|
204
|
+
message: z.ZodString;
|
205
|
+
}, "strip", z.ZodTypeAny, {
|
206
|
+
message: string;
|
207
|
+
requestId: string;
|
208
|
+
}, {
|
209
|
+
message: string;
|
210
|
+
requestId: string;
|
211
|
+
}>;
|
212
|
+
};
|
213
|
+
path: "/server/:id";
|
214
|
+
};
|
215
|
+
};
|
216
|
+
//# sourceMappingURL=mail-server.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mail-server.d.ts","sourceRoot":"","sources":["../../../src/mail/mail-server.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+D1B,CAAC"}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import z from 'zod';
|
2
|
+
export declare const PlatformContactSchema: z.ZodObject<{
|
3
|
+
id: z.ZodString;
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
|
+
contactId: z.ZodString;
|
8
|
+
channelId: z.ZodString;
|
9
|
+
config: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
10
|
+
type: z.ZodString;
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
12
|
+
type: string;
|
13
|
+
id: string;
|
14
|
+
createdAt: Date;
|
15
|
+
updatedAt: Date;
|
16
|
+
deletedAt: Date | null;
|
17
|
+
contactId: string;
|
18
|
+
channelId: string;
|
19
|
+
config: {};
|
20
|
+
}, {
|
21
|
+
type: string;
|
22
|
+
id: string;
|
23
|
+
createdAt: Date;
|
24
|
+
updatedAt: Date;
|
25
|
+
deletedAt: Date | null;
|
26
|
+
contactId: string;
|
27
|
+
channelId: string;
|
28
|
+
config: {};
|
29
|
+
}>;
|
30
|
+
//# sourceMappingURL=schema.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/platform-contact/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKhC,CAAC"}
|