@kl1/contracts 1.0.26 → 1.0.28
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 +1634 -1538
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1633 -1538
- 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/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 +537 -351
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +98 -101
- 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 +324 -321
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +196 -59
- package/dist/src/company/schema.d.ts.map +1 -1
- 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 +26873 -26391
- 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/dashboard/index.d.ts +11 -7
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +127 -2
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- 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 +3357 -3357
- package/dist/src/mail/message-contract.d.ts +152 -152
- package/dist/src/mail/room-contract.d.ts +3036 -3036
- 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 +1000 -1000
- package/dist/src/mail/schemas/room.schema.d.ts +806 -806
- package/dist/src/messenger/index.d.ts +2201 -2071
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +108 -1
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/permission/index.d.ts +15 -15
- package/dist/src/permission/schema.d.ts +9 -9
- 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 -757
- 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 +66 -0
- 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 +150 -79
- package/dist/src/widget/index.d.ts.map +1 -1
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/widget/validation.d.ts +10 -0
- package/dist/src/widget/validation.d.ts.map +1 -1
- 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 +4 -10
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
|
@@ -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.ZodString;
|
|
5
|
+
updatedAt: z.ZodString;
|
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
14
|
+
updatedAt: string;
|
|
15
|
+
deletedAt: string | null;
|
|
16
16
|
}, {
|
|
17
17
|
id: string;
|
|
18
18
|
description: string;
|
|
19
19
|
status: string;
|
|
20
|
-
createdAt:
|
|
21
|
-
updatedAt:
|
|
22
|
-
deletedAt:
|
|
20
|
+
createdAt: string;
|
|
21
|
+
updatedAt: string;
|
|
22
|
+
deletedAt: string | 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.ZodString;
|
|
27
|
+
updatedAt: z.ZodString;
|
|
28
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
29
29
|
user: z.ZodObject<{
|
|
30
30
|
id: z.ZodString;
|
|
31
|
-
createdAt: z.
|
|
32
|
-
updatedAt: z.
|
|
33
|
-
deletedAt: z.ZodNullable<z.
|
|
31
|
+
createdAt: z.ZodString;
|
|
32
|
+
updatedAt: z.ZodString;
|
|
33
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
34
34
|
name: z.ZodString;
|
|
35
35
|
email: z.ZodString;
|
|
36
|
-
emailVerifiedAt: z.ZodNullable<z.
|
|
36
|
+
emailVerifiedAt: z.ZodNullable<z.ZodString>;
|
|
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.ZodString;
|
|
44
|
+
updatedAt: z.ZodString;
|
|
45
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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.ZodString;
|
|
52
|
+
updatedAt: z.ZodString;
|
|
53
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
61
|
+
updatedAt: string;
|
|
62
|
+
deletedAt: string | 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: string;
|
|
69
|
+
updatedAt: string;
|
|
70
|
+
deletedAt: string | 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: string;
|
|
78
|
+
updatedAt: string;
|
|
79
|
+
deletedAt: string | 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: string;
|
|
86
|
+
updatedAt: string;
|
|
87
|
+
deletedAt: string | 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: string;
|
|
95
|
+
updatedAt: string;
|
|
96
|
+
deletedAt: string | 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: string;
|
|
103
|
+
updatedAt: string;
|
|
104
|
+
deletedAt: string | 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.ZodString;
|
|
112
|
+
updatedAt: z.ZodString;
|
|
113
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
123
|
+
updatedAt: string;
|
|
124
|
+
deletedAt: string | 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: string;
|
|
134
|
+
updatedAt: string;
|
|
135
|
+
deletedAt: string | 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: string;
|
|
149
|
+
updatedAt: string;
|
|
150
|
+
deletedAt: string | null;
|
|
151
|
+
emailVerifiedAt: string | 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: string;
|
|
159
|
+
updatedAt: string;
|
|
160
|
+
deletedAt: string | 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: string;
|
|
167
|
+
updatedAt: string;
|
|
168
|
+
deletedAt: string | 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: string;
|
|
176
|
+
updatedAt: string;
|
|
177
|
+
deletedAt: string | 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: string;
|
|
191
|
+
updatedAt: string;
|
|
192
|
+
deletedAt: string | null;
|
|
193
|
+
emailVerifiedAt: string | 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: string;
|
|
201
|
+
updatedAt: string;
|
|
202
|
+
deletedAt: string | 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: string;
|
|
209
|
+
updatedAt: string;
|
|
210
|
+
deletedAt: string | 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: string;
|
|
218
|
+
updatedAt: string;
|
|
219
|
+
deletedAt: string | 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.ZodString;
|
|
231
|
+
updatedAt: z.ZodString;
|
|
232
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
240
|
+
updatedAt: string;
|
|
241
|
+
deletedAt: string | null;
|
|
242
242
|
}, {
|
|
243
243
|
id: string;
|
|
244
244
|
description: string;
|
|
245
245
|
status: string;
|
|
246
|
-
createdAt:
|
|
247
|
-
updatedAt:
|
|
248
|
-
deletedAt:
|
|
246
|
+
createdAt: string;
|
|
247
|
+
updatedAt: string;
|
|
248
|
+
deletedAt: string | 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: string;
|
|
259
|
+
updatedAt: string;
|
|
260
|
+
deletedAt: string | null;
|
|
261
|
+
emailVerifiedAt: string | 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: string;
|
|
269
|
+
updatedAt: string;
|
|
270
|
+
deletedAt: string | 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: string;
|
|
277
|
+
updatedAt: string;
|
|
278
|
+
deletedAt: string | 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: string;
|
|
286
|
+
updatedAt: string;
|
|
287
|
+
deletedAt: string | 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: string;
|
|
297
|
+
updatedAt: string;
|
|
298
|
+
deletedAt: string | null;
|
|
299
299
|
presenceStatus: {
|
|
300
300
|
id: string;
|
|
301
301
|
description: string;
|
|
302
302
|
status: string;
|
|
303
|
-
createdAt:
|
|
304
|
-
updatedAt:
|
|
305
|
-
deletedAt:
|
|
303
|
+
createdAt: string;
|
|
304
|
+
updatedAt: string;
|
|
305
|
+
deletedAt: string | 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: string;
|
|
316
|
+
updatedAt: string;
|
|
317
|
+
deletedAt: string | null;
|
|
318
|
+
emailVerifiedAt: string | 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: string;
|
|
326
|
+
updatedAt: string;
|
|
327
|
+
deletedAt: string | 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: string;
|
|
334
|
+
updatedAt: string;
|
|
335
|
+
deletedAt: string | 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: string;
|
|
343
|
+
updatedAt: string;
|
|
344
|
+
deletedAt: string | 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: string;
|
|
354
|
+
updatedAt: string;
|
|
355
|
+
deletedAt: string | null;
|
|
356
356
|
presenceStatus: {
|
|
357
357
|
id: string;
|
|
358
358
|
description: string;
|
|
359
359
|
status: string;
|
|
360
|
-
createdAt:
|
|
361
|
-
updatedAt:
|
|
362
|
-
deletedAt:
|
|
360
|
+
createdAt: string;
|
|
361
|
+
updatedAt: string;
|
|
362
|
+
deletedAt: string | 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.ZodString;
|
|
5
|
+
updatedAt: z.ZodString;
|
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
32
|
+
updatedAt: string;
|
|
33
|
+
deletedAt: string | 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: string;
|
|
56
|
+
updatedAt: string;
|
|
57
|
+
deletedAt: string | 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.ZodString;
|
|
5
|
+
updatedAt: z.ZodString;
|
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
14
|
+
updatedAt: string;
|
|
15
|
+
deletedAt: string | 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: string;
|
|
22
|
+
updatedAt: string;
|
|
23
|
+
deletedAt: string | 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.ZodString;
|
|
5
|
+
updatedAt: z.ZodString;
|
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
21
|
+
updatedAt: string;
|
|
22
|
+
deletedAt: string | 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: string;
|
|
37
|
+
updatedAt: string;
|
|
38
|
+
deletedAt: string | 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.ZodString;
|
|
5
|
+
updatedAt: z.ZodString;
|
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
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: string;
|
|
18
|
+
updatedAt: string;
|
|
19
|
+
deletedAt: string | 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: string;
|
|
29
|
+
updatedAt: string;
|
|
30
|
+
deletedAt: string | null;
|
|
31
31
|
company: string;
|
|
32
32
|
isDedicated: boolean;
|
|
33
33
|
users: string[];
|