@kl1/contracts 1.0.28 → 1.0.29
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 +179 -124
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +178 -124
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +113 -113
- package/dist/src/activity-log/schema.d.ts +122 -122
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- package/dist/src/attribute/index.d.ts +108 -108
- package/dist/src/attribute/schema.d.ts +24 -24
- package/dist/src/attribute-option/schema.d.ts +9 -9
- package/dist/src/auth/index.d.ts +89 -89
- package/dist/src/base-contract.d.ts +9 -9
- package/dist/src/call-log/schema.d.ts +9 -9
- package/dist/src/category/index.d.ts +42 -42
- package/dist/src/category/schema.d.ts +9 -9
- package/dist/src/channel/index.d.ts +357 -357
- package/dist/src/channel/schema.d.ts +101 -98
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +89 -89
- package/dist/src/chat/index.d.ts +13187 -13187
- package/dist/src/chat/schema.d.ts +2360 -2360
- package/dist/src/chat/validation.d.ts +3251 -3251
- package/dist/src/comment/index.d.ts +1368 -1368
- package/dist/src/comment/schema.d.ts +388 -388
- package/dist/src/company/index.d.ts +316 -316
- package/dist/src/company/schema.d.ts +95 -95
- package/dist/src/company/validation.d.ts +177 -177
- package/dist/src/contact/index.d.ts +2171 -2171
- package/dist/src/contact/schema.d.ts +362 -362
- package/dist/src/contact/validation.d.ts +1685 -1685
- package/dist/src/contact-email/schema.d.ts +9 -9
- package/dist/src/contact-phone/schema.d.ts +9 -9
- package/dist/src/contract.d.ts +26474 -26668
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +12 -12
- package/dist/src/custom-field-upload/schema.d.ts +9 -9
- package/dist/src/cx-log/index.d.ts +1644 -1644
- package/dist/src/cx-log/schema.d.ts +1400 -1400
- package/dist/src/evaluate-form/index.d.ts +47 -0
- package/dist/src/evaluate-form/index.d.ts.map +1 -0
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- package/dist/src/evaluate-form/validation.d.ts +28 -0
- package/dist/src/evaluate-form/validation.d.ts.map +1 -0
- package/dist/src/extension/index.d.ts +115 -115
- package/dist/src/extension/schema.d.ts +9 -9
- package/dist/src/group/schema.d.ts +9 -9
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log-form/schema.d.ts +9 -9
- package/dist/src/mail/account-contract.d.ts +168 -168
- package/dist/src/mail/mail-contract.d.ts +3398 -3398
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- package/dist/src/mail/message-contract.d.ts +152 -152
- package/dist/src/mail/room-contract.d.ts +3078 -3078
- package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
- package/dist/src/mail/schemas/account.schema.d.ts +33 -33
- package/dist/src/mail/schemas/message.schema.d.ts +108 -108
- package/dist/src/mail/schemas/room-validation.schema.d.ts +1014 -1014
- package/dist/src/mail/schemas/room.schema.d.ts +816 -816
- package/dist/src/messenger/index.d.ts +1569 -1569
- package/dist/src/permission/index.d.ts +15 -15
- package/dist/src/permission/schema.d.ts +9 -9
- package/dist/src/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/dist/src/role/index.d.ts +96 -96
- package/dist/src/role/schema.d.ts +24 -24
- package/dist/src/tag/index.d.ts +45 -45
- package/dist/src/tag/schema.d.ts +9 -9
- package/dist/src/tag-group/schema.d.ts +9 -9
- package/dist/src/telephony-agent-presence-status/index.d.ts +386 -386
- package/dist/src/telephony-agent-presence-status/schema.d.ts +122 -122
- package/dist/src/telephony-cdr/schema.d.ts +9 -9
- package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
- package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
- package/dist/src/tenant/schema.d.ts +9 -9
- package/dist/src/ticket/index.d.ts +858 -1094
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +212 -212
- package/dist/src/ticket/validation.d.ts +102 -338
- package/dist/src/ticket/validation.d.ts.map +1 -1
- package/dist/src/upload/schema.d.ts +9 -9
- package/dist/src/user/index.d.ts +293 -293
- package/dist/src/user/schema.d.ts +63 -63
- package/dist/src/user-presence-status-log/index.d.ts +88 -88
- package/dist/src/user-presence-status-log/schema.d.ts +128 -128
- package/dist/src/widget/index.d.ts +78 -78
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/wrap-up-form/index.d.ts +96 -96
- package/dist/src/wrap-up-form/schema.d.ts +24 -24
- package/package.json +10 -4
@@ -1,116 +1,116 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const PresenceStatusSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
status: z.ZodString;
|
8
8
|
description: z.ZodString;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
10
|
id: string;
|
11
11
|
description: string;
|
12
12
|
status: string;
|
13
|
-
createdAt:
|
14
|
-
updatedAt:
|
15
|
-
deletedAt:
|
13
|
+
createdAt: Date;
|
14
|
+
updatedAt: Date;
|
15
|
+
deletedAt: Date | null;
|
16
16
|
}, {
|
17
17
|
id: string;
|
18
18
|
description: string;
|
19
19
|
status: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: Date;
|
21
|
+
updatedAt: Date;
|
22
|
+
deletedAt: Date | null;
|
23
23
|
}>;
|
24
24
|
export declare const UserPresenceStatusSchema: z.ZodObject<{
|
25
25
|
id: z.ZodString;
|
26
|
-
createdAt: z.
|
27
|
-
updatedAt: z.
|
28
|
-
deletedAt: z.ZodNullable<z.
|
26
|
+
createdAt: z.ZodDate;
|
27
|
+
updatedAt: z.ZodDate;
|
28
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
29
29
|
user: z.ZodObject<{
|
30
30
|
id: z.ZodString;
|
31
|
-
createdAt: z.
|
32
|
-
updatedAt: z.
|
33
|
-
deletedAt: z.ZodNullable<z.
|
31
|
+
createdAt: z.ZodDate;
|
32
|
+
updatedAt: z.ZodDate;
|
33
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
34
34
|
name: z.ZodString;
|
35
35
|
email: z.ZodString;
|
36
|
-
emailVerifiedAt: z.ZodNullable<z.
|
36
|
+
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
37
37
|
password: z.ZodString;
|
38
38
|
address: z.ZodNullable<z.ZodString>;
|
39
39
|
phone: z.ZodNullable<z.ZodString>;
|
40
40
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
41
41
|
roles: z.ZodArray<z.ZodObject<{
|
42
42
|
id: z.ZodString;
|
43
|
-
createdAt: z.
|
44
|
-
updatedAt: z.
|
45
|
-
deletedAt: z.ZodNullable<z.
|
43
|
+
createdAt: z.ZodDate;
|
44
|
+
updatedAt: z.ZodDate;
|
45
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
46
46
|
systemName: z.ZodString;
|
47
47
|
displayName: z.ZodString;
|
48
48
|
description: z.ZodNullable<z.ZodString>;
|
49
49
|
permissions: z.ZodArray<z.ZodObject<{
|
50
50
|
id: z.ZodString;
|
51
|
-
createdAt: z.
|
52
|
-
updatedAt: z.
|
53
|
-
deletedAt: z.ZodNullable<z.
|
51
|
+
createdAt: z.ZodDate;
|
52
|
+
updatedAt: z.ZodDate;
|
53
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
54
54
|
systemName: z.ZodString;
|
55
55
|
displayName: z.ZodString;
|
56
56
|
description: z.ZodNullable<z.ZodString>;
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
58
58
|
id: string;
|
59
59
|
description: string | null;
|
60
|
-
createdAt:
|
61
|
-
updatedAt:
|
62
|
-
deletedAt:
|
60
|
+
createdAt: Date;
|
61
|
+
updatedAt: Date;
|
62
|
+
deletedAt: Date | null;
|
63
63
|
systemName: string;
|
64
64
|
displayName: string;
|
65
65
|
}, {
|
66
66
|
id: string;
|
67
67
|
description: string | null;
|
68
|
-
createdAt:
|
69
|
-
updatedAt:
|
70
|
-
deletedAt:
|
68
|
+
createdAt: Date;
|
69
|
+
updatedAt: Date;
|
70
|
+
deletedAt: Date | null;
|
71
71
|
systemName: string;
|
72
72
|
displayName: string;
|
73
73
|
}>, "many">;
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
75
75
|
id: string;
|
76
76
|
description: string | null;
|
77
|
-
createdAt:
|
78
|
-
updatedAt:
|
79
|
-
deletedAt:
|
77
|
+
createdAt: Date;
|
78
|
+
updatedAt: Date;
|
79
|
+
deletedAt: Date | null;
|
80
80
|
systemName: string;
|
81
81
|
displayName: string;
|
82
82
|
permissions: {
|
83
83
|
id: string;
|
84
84
|
description: string | null;
|
85
|
-
createdAt:
|
86
|
-
updatedAt:
|
87
|
-
deletedAt:
|
85
|
+
createdAt: Date;
|
86
|
+
updatedAt: Date;
|
87
|
+
deletedAt: Date | null;
|
88
88
|
systemName: string;
|
89
89
|
displayName: string;
|
90
90
|
}[];
|
91
91
|
}, {
|
92
92
|
id: string;
|
93
93
|
description: string | null;
|
94
|
-
createdAt:
|
95
|
-
updatedAt:
|
96
|
-
deletedAt:
|
94
|
+
createdAt: Date;
|
95
|
+
updatedAt: Date;
|
96
|
+
deletedAt: Date | null;
|
97
97
|
systemName: string;
|
98
98
|
displayName: string;
|
99
99
|
permissions: {
|
100
100
|
id: string;
|
101
101
|
description: string | null;
|
102
|
-
createdAt:
|
103
|
-
updatedAt:
|
104
|
-
deletedAt:
|
102
|
+
createdAt: Date;
|
103
|
+
updatedAt: Date;
|
104
|
+
deletedAt: Date | null;
|
105
105
|
systemName: string;
|
106
106
|
displayName: string;
|
107
107
|
}[];
|
108
108
|
}>, "many">;
|
109
109
|
extension: z.ZodOptional<z.ZodObject<{
|
110
110
|
id: z.ZodString;
|
111
|
-
createdAt: z.
|
112
|
-
updatedAt: z.
|
113
|
-
deletedAt: z.ZodNullable<z.
|
111
|
+
createdAt: z.ZodDate;
|
112
|
+
updatedAt: z.ZodDate;
|
113
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
114
114
|
userId: z.ZodNullable<z.ZodString>;
|
115
115
|
sipServerUrl: z.ZodString;
|
116
116
|
sipUserName: z.ZodString;
|
@@ -119,9 +119,9 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
119
119
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
121
121
|
id: string;
|
122
|
-
createdAt:
|
123
|
-
updatedAt:
|
124
|
-
deletedAt:
|
122
|
+
createdAt: Date;
|
123
|
+
updatedAt: Date;
|
124
|
+
deletedAt: Date | null;
|
125
125
|
userId: string | null;
|
126
126
|
sipServerUrl: string;
|
127
127
|
sipUserName: string;
|
@@ -130,9 +130,9 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
130
130
|
telephonySignature: string | null;
|
131
131
|
}, {
|
132
132
|
id: string;
|
133
|
-
createdAt:
|
134
|
-
updatedAt:
|
135
|
-
deletedAt:
|
133
|
+
createdAt: Date;
|
134
|
+
updatedAt: Date;
|
135
|
+
deletedAt: Date | null;
|
136
136
|
userId: string | null;
|
137
137
|
sipServerUrl: string;
|
138
138
|
sipUserName: string;
|
@@ -145,36 +145,36 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
145
145
|
address: string | null;
|
146
146
|
name: string;
|
147
147
|
email: string;
|
148
|
-
createdAt:
|
149
|
-
updatedAt:
|
150
|
-
deletedAt:
|
151
|
-
emailVerifiedAt:
|
148
|
+
createdAt: Date;
|
149
|
+
updatedAt: Date;
|
150
|
+
deletedAt: Date | null;
|
151
|
+
emailVerifiedAt: Date | null;
|
152
152
|
password: string;
|
153
153
|
phone: string | null;
|
154
154
|
notificationCount: number | null;
|
155
155
|
roles: {
|
156
156
|
id: string;
|
157
157
|
description: string | null;
|
158
|
-
createdAt:
|
159
|
-
updatedAt:
|
160
|
-
deletedAt:
|
158
|
+
createdAt: Date;
|
159
|
+
updatedAt: Date;
|
160
|
+
deletedAt: Date | null;
|
161
161
|
systemName: string;
|
162
162
|
displayName: string;
|
163
163
|
permissions: {
|
164
164
|
id: string;
|
165
165
|
description: string | null;
|
166
|
-
createdAt:
|
167
|
-
updatedAt:
|
168
|
-
deletedAt:
|
166
|
+
createdAt: Date;
|
167
|
+
updatedAt: Date;
|
168
|
+
deletedAt: Date | null;
|
169
169
|
systemName: string;
|
170
170
|
displayName: string;
|
171
171
|
}[];
|
172
172
|
}[];
|
173
173
|
extension?: {
|
174
174
|
id: string;
|
175
|
-
createdAt:
|
176
|
-
updatedAt:
|
177
|
-
deletedAt:
|
175
|
+
createdAt: Date;
|
176
|
+
updatedAt: Date;
|
177
|
+
deletedAt: Date | null;
|
178
178
|
userId: string | null;
|
179
179
|
sipServerUrl: string;
|
180
180
|
sipUserName: string;
|
@@ -187,36 +187,36 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
187
187
|
address: string | null;
|
188
188
|
name: string;
|
189
189
|
email: string;
|
190
|
-
createdAt:
|
191
|
-
updatedAt:
|
192
|
-
deletedAt:
|
193
|
-
emailVerifiedAt:
|
190
|
+
createdAt: Date;
|
191
|
+
updatedAt: Date;
|
192
|
+
deletedAt: Date | null;
|
193
|
+
emailVerifiedAt: Date | null;
|
194
194
|
password: string;
|
195
195
|
phone: string | null;
|
196
196
|
notificationCount: number | null;
|
197
197
|
roles: {
|
198
198
|
id: string;
|
199
199
|
description: string | null;
|
200
|
-
createdAt:
|
201
|
-
updatedAt:
|
202
|
-
deletedAt:
|
200
|
+
createdAt: Date;
|
201
|
+
updatedAt: Date;
|
202
|
+
deletedAt: Date | null;
|
203
203
|
systemName: string;
|
204
204
|
displayName: string;
|
205
205
|
permissions: {
|
206
206
|
id: string;
|
207
207
|
description: string | null;
|
208
|
-
createdAt:
|
209
|
-
updatedAt:
|
210
|
-
deletedAt:
|
208
|
+
createdAt: Date;
|
209
|
+
updatedAt: Date;
|
210
|
+
deletedAt: Date | null;
|
211
211
|
systemName: string;
|
212
212
|
displayName: string;
|
213
213
|
}[];
|
214
214
|
}[];
|
215
215
|
extension?: {
|
216
216
|
id: string;
|
217
|
-
createdAt:
|
218
|
-
updatedAt:
|
219
|
-
deletedAt:
|
217
|
+
createdAt: Date;
|
218
|
+
updatedAt: Date;
|
219
|
+
deletedAt: Date | null;
|
220
220
|
userId: string | null;
|
221
221
|
sipServerUrl: string;
|
222
222
|
sipUserName: string;
|
@@ -227,25 +227,25 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
227
227
|
}>;
|
228
228
|
presenceStatus: z.ZodObject<{
|
229
229
|
id: z.ZodString;
|
230
|
-
createdAt: z.
|
231
|
-
updatedAt: z.
|
232
|
-
deletedAt: z.ZodNullable<z.
|
230
|
+
createdAt: z.ZodDate;
|
231
|
+
updatedAt: z.ZodDate;
|
232
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
233
233
|
status: z.ZodString;
|
234
234
|
description: z.ZodString;
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
236
236
|
id: string;
|
237
237
|
description: string;
|
238
238
|
status: string;
|
239
|
-
createdAt:
|
240
|
-
updatedAt:
|
241
|
-
deletedAt:
|
239
|
+
createdAt: Date;
|
240
|
+
updatedAt: Date;
|
241
|
+
deletedAt: Date | null;
|
242
242
|
}, {
|
243
243
|
id: string;
|
244
244
|
description: string;
|
245
245
|
status: string;
|
246
|
-
createdAt:
|
247
|
-
updatedAt:
|
248
|
-
deletedAt:
|
246
|
+
createdAt: Date;
|
247
|
+
updatedAt: Date;
|
248
|
+
deletedAt: Date | null;
|
249
249
|
}>;
|
250
250
|
customPresenceStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
@@ -255,36 +255,36 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
255
255
|
address: string | null;
|
256
256
|
name: string;
|
257
257
|
email: string;
|
258
|
-
createdAt:
|
259
|
-
updatedAt:
|
260
|
-
deletedAt:
|
261
|
-
emailVerifiedAt:
|
258
|
+
createdAt: Date;
|
259
|
+
updatedAt: Date;
|
260
|
+
deletedAt: Date | null;
|
261
|
+
emailVerifiedAt: Date | null;
|
262
262
|
password: string;
|
263
263
|
phone: string | null;
|
264
264
|
notificationCount: number | null;
|
265
265
|
roles: {
|
266
266
|
id: string;
|
267
267
|
description: string | null;
|
268
|
-
createdAt:
|
269
|
-
updatedAt:
|
270
|
-
deletedAt:
|
268
|
+
createdAt: Date;
|
269
|
+
updatedAt: Date;
|
270
|
+
deletedAt: Date | null;
|
271
271
|
systemName: string;
|
272
272
|
displayName: string;
|
273
273
|
permissions: {
|
274
274
|
id: string;
|
275
275
|
description: string | null;
|
276
|
-
createdAt:
|
277
|
-
updatedAt:
|
278
|
-
deletedAt:
|
276
|
+
createdAt: Date;
|
277
|
+
updatedAt: Date;
|
278
|
+
deletedAt: Date | null;
|
279
279
|
systemName: string;
|
280
280
|
displayName: string;
|
281
281
|
}[];
|
282
282
|
}[];
|
283
283
|
extension?: {
|
284
284
|
id: string;
|
285
|
-
createdAt:
|
286
|
-
updatedAt:
|
287
|
-
deletedAt:
|
285
|
+
createdAt: Date;
|
286
|
+
updatedAt: Date;
|
287
|
+
deletedAt: Date | null;
|
288
288
|
userId: string | null;
|
289
289
|
sipServerUrl: string;
|
290
290
|
sipUserName: string;
|
@@ -293,16 +293,16 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
293
293
|
telephonySignature: string | null;
|
294
294
|
} | undefined;
|
295
295
|
};
|
296
|
-
createdAt:
|
297
|
-
updatedAt:
|
298
|
-
deletedAt:
|
296
|
+
createdAt: Date;
|
297
|
+
updatedAt: Date;
|
298
|
+
deletedAt: Date | null;
|
299
299
|
presenceStatus: {
|
300
300
|
id: string;
|
301
301
|
description: string;
|
302
302
|
status: string;
|
303
|
-
createdAt:
|
304
|
-
updatedAt:
|
305
|
-
deletedAt:
|
303
|
+
createdAt: Date;
|
304
|
+
updatedAt: Date;
|
305
|
+
deletedAt: Date | null;
|
306
306
|
};
|
307
307
|
customPresenceStatus?: string | null | undefined;
|
308
308
|
}, {
|
@@ -312,36 +312,36 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
312
312
|
address: string | null;
|
313
313
|
name: string;
|
314
314
|
email: string;
|
315
|
-
createdAt:
|
316
|
-
updatedAt:
|
317
|
-
deletedAt:
|
318
|
-
emailVerifiedAt:
|
315
|
+
createdAt: Date;
|
316
|
+
updatedAt: Date;
|
317
|
+
deletedAt: Date | null;
|
318
|
+
emailVerifiedAt: Date | null;
|
319
319
|
password: string;
|
320
320
|
phone: string | null;
|
321
321
|
notificationCount: number | null;
|
322
322
|
roles: {
|
323
323
|
id: string;
|
324
324
|
description: string | null;
|
325
|
-
createdAt:
|
326
|
-
updatedAt:
|
327
|
-
deletedAt:
|
325
|
+
createdAt: Date;
|
326
|
+
updatedAt: Date;
|
327
|
+
deletedAt: Date | null;
|
328
328
|
systemName: string;
|
329
329
|
displayName: string;
|
330
330
|
permissions: {
|
331
331
|
id: string;
|
332
332
|
description: string | null;
|
333
|
-
createdAt:
|
334
|
-
updatedAt:
|
335
|
-
deletedAt:
|
333
|
+
createdAt: Date;
|
334
|
+
updatedAt: Date;
|
335
|
+
deletedAt: Date | null;
|
336
336
|
systemName: string;
|
337
337
|
displayName: string;
|
338
338
|
}[];
|
339
339
|
}[];
|
340
340
|
extension?: {
|
341
341
|
id: string;
|
342
|
-
createdAt:
|
343
|
-
updatedAt:
|
344
|
-
deletedAt:
|
342
|
+
createdAt: Date;
|
343
|
+
updatedAt: Date;
|
344
|
+
deletedAt: Date | null;
|
345
345
|
userId: string | null;
|
346
346
|
sipServerUrl: string;
|
347
347
|
sipUserName: string;
|
@@ -350,16 +350,16 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
350
350
|
telephonySignature: string | null;
|
351
351
|
} | undefined;
|
352
352
|
};
|
353
|
-
createdAt:
|
354
|
-
updatedAt:
|
355
|
-
deletedAt:
|
353
|
+
createdAt: Date;
|
354
|
+
updatedAt: Date;
|
355
|
+
deletedAt: Date | null;
|
356
356
|
presenceStatus: {
|
357
357
|
id: string;
|
358
358
|
description: string;
|
359
359
|
status: string;
|
360
|
-
createdAt:
|
361
|
-
updatedAt:
|
362
|
-
deletedAt:
|
360
|
+
createdAt: Date;
|
361
|
+
updatedAt: Date;
|
362
|
+
deletedAt: Date | null;
|
363
363
|
};
|
364
364
|
customPresenceStatus?: string | null | undefined;
|
365
365
|
}>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TelephonyCdrSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
uniqueCallId: z.ZodString;
|
8
8
|
timeStart: z.ZodString;
|
9
9
|
callFrom: z.ZodString;
|
@@ -28,9 +28,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
28
28
|
id: string;
|
29
29
|
recording: string | null;
|
30
30
|
status: string;
|
31
|
-
createdAt:
|
32
|
-
updatedAt:
|
33
|
-
deletedAt:
|
31
|
+
createdAt: Date;
|
32
|
+
updatedAt: Date;
|
33
|
+
deletedAt: Date | null;
|
34
34
|
extensionId: string | null;
|
35
35
|
uniqueCallId: string;
|
36
36
|
timeStart: string;
|
@@ -52,9 +52,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
52
52
|
id: string;
|
53
53
|
recording: string | null;
|
54
54
|
status: string;
|
55
|
-
createdAt:
|
56
|
-
updatedAt:
|
57
|
-
deletedAt:
|
55
|
+
createdAt: Date;
|
56
|
+
updatedAt: Date;
|
57
|
+
deletedAt: Date | null;
|
58
58
|
extensionId: string | null;
|
59
59
|
uniqueCallId: string;
|
60
60
|
timeStart: string;
|
@@ -1,26 +1,26 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TelephonyLiveQueueCall: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
uniqueCallId: z.ZodString;
|
8
8
|
status: z.ZodString;
|
9
9
|
queueNumber: z.ZodString;
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
11
11
|
id: string;
|
12
12
|
status: string;
|
13
|
-
createdAt:
|
14
|
-
updatedAt:
|
15
|
-
deletedAt:
|
13
|
+
createdAt: Date;
|
14
|
+
updatedAt: Date;
|
15
|
+
deletedAt: Date | null;
|
16
16
|
uniqueCallId: string;
|
17
17
|
queueNumber: string;
|
18
18
|
}, {
|
19
19
|
id: string;
|
20
20
|
status: string;
|
21
|
-
createdAt:
|
22
|
-
updatedAt:
|
23
|
-
deletedAt:
|
21
|
+
createdAt: Date;
|
22
|
+
updatedAt: Date;
|
23
|
+
deletedAt: Date | null;
|
24
24
|
uniqueCallId: string;
|
25
25
|
queueNumber: string;
|
26
26
|
}>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
telephonyQueueId: z.ZodString;
|
8
8
|
totalQueueCall: z.ZodNumber;
|
9
9
|
missedQueueCall: z.ZodNumber;
|
@@ -17,9 +17,9 @@ export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
|
|
17
17
|
missedCallPercent: z.ZodNumber;
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
19
19
|
id: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: Date;
|
21
|
+
updatedAt: Date;
|
22
|
+
deletedAt: Date | null;
|
23
23
|
telephonyQueueId: string;
|
24
24
|
sla: number;
|
25
25
|
totalQueueCall: number;
|
@@ -33,9 +33,9 @@ export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
|
|
33
33
|
missedCallPercent: number;
|
34
34
|
}, {
|
35
35
|
id: string;
|
36
|
-
createdAt:
|
37
|
-
updatedAt:
|
38
|
-
deletedAt:
|
36
|
+
createdAt: Date;
|
37
|
+
updatedAt: Date;
|
38
|
+
deletedAt: Date | null;
|
39
39
|
telephonyQueueId: string;
|
40
40
|
sla: number;
|
41
41
|
totalQueueCall: number;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TenantSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
name: z.ZodString;
|
8
8
|
company: z.ZodString;
|
9
9
|
status: z.ZodString;
|
@@ -14,9 +14,9 @@ export declare const TenantSchema: z.ZodObject<{
|
|
14
14
|
id: string;
|
15
15
|
name: string;
|
16
16
|
status: string;
|
17
|
-
createdAt:
|
18
|
-
updatedAt:
|
19
|
-
deletedAt:
|
17
|
+
createdAt: Date;
|
18
|
+
updatedAt: Date;
|
19
|
+
deletedAt: Date | null;
|
20
20
|
company: string;
|
21
21
|
isDedicated: boolean;
|
22
22
|
users: string[];
|
@@ -25,9 +25,9 @@ export declare const TenantSchema: z.ZodObject<{
|
|
25
25
|
id: string;
|
26
26
|
name: string;
|
27
27
|
status: string;
|
28
|
-
createdAt:
|
29
|
-
updatedAt:
|
30
|
-
deletedAt:
|
28
|
+
createdAt: Date;
|
29
|
+
updatedAt: Date;
|
30
|
+
deletedAt: Date | null;
|
31
31
|
company: string;
|
32
32
|
isDedicated: boolean;
|
33
33
|
users: string[];
|