@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
@@ -0,0 +1,47 @@
|
|
1
|
+
import z from 'zod';
|
2
|
+
import { CreateEvaluateFormSchema, UpdateEvaluateFormSchema } from './validation';
|
3
|
+
export type CreateEvaluateFormRequest = z.infer<typeof CreateEvaluateFormSchema>;
|
4
|
+
export type UpdateEvaluateFormRequest = z.infer<typeof UpdateEvaluateFormSchema>;
|
5
|
+
export declare const evaluateFormContract: {
|
6
|
+
create: {
|
7
|
+
body: z.ZodObject<{
|
8
|
+
cxLogId: z.ZodString;
|
9
|
+
sentimentScore: z.ZodNullable<z.ZodString>;
|
10
|
+
csatScore: z.ZodNullable<z.ZodString>;
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
12
|
+
cxLogId: string;
|
13
|
+
sentimentScore: string | null;
|
14
|
+
csatScore: string | null;
|
15
|
+
}, {
|
16
|
+
cxLogId: string;
|
17
|
+
sentimentScore: string | null;
|
18
|
+
csatScore: string | null;
|
19
|
+
}>;
|
20
|
+
summary: "Create evaluate form";
|
21
|
+
method: "POST";
|
22
|
+
responses: {
|
23
|
+
201: z.ZodObject<{
|
24
|
+
requestId: z.ZodString;
|
25
|
+
message: z.ZodString;
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
27
|
+
message: string;
|
28
|
+
requestId: string;
|
29
|
+
}, {
|
30
|
+
message: string;
|
31
|
+
requestId: string;
|
32
|
+
}>;
|
33
|
+
401: z.ZodObject<{
|
34
|
+
message: z.ZodString;
|
35
|
+
error: z.ZodAny;
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
37
|
+
message: string;
|
38
|
+
error?: any;
|
39
|
+
}, {
|
40
|
+
message: string;
|
41
|
+
error?: any;
|
42
|
+
}>;
|
43
|
+
};
|
44
|
+
path: "evaluate-forms/";
|
45
|
+
};
|
46
|
+
};
|
47
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/evaluate-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EACL,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,cAAc,CAAC;AAQtB,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,wBAAwB,CAChC,CAAC;AACF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,wBAAwB,CAChC,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBhC,CAAC"}
|
@@ -1,25 +1,25 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const EvaluateFormSchema: 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
|
cxLogId: z.ZodString;
|
8
8
|
sentimentScore: z.ZodNullable<z.ZodString>;
|
9
9
|
csatScore: z.ZodNullable<z.ZodString>;
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
11
11
|
id: string;
|
12
|
-
createdAt:
|
13
|
-
updatedAt:
|
14
|
-
deletedAt:
|
12
|
+
createdAt: Date;
|
13
|
+
updatedAt: Date;
|
14
|
+
deletedAt: Date | null;
|
15
15
|
cxLogId: string;
|
16
16
|
sentimentScore: string | null;
|
17
17
|
csatScore: string | null;
|
18
18
|
}, {
|
19
19
|
id: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: Date;
|
21
|
+
updatedAt: Date;
|
22
|
+
deletedAt: Date | null;
|
23
23
|
cxLogId: string;
|
24
24
|
sentimentScore: string | null;
|
25
25
|
csatScore: string | null;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import z from 'zod';
|
2
|
+
export declare const CreateEvaluateFormSchema: z.ZodObject<{
|
3
|
+
cxLogId: z.ZodString;
|
4
|
+
sentimentScore: z.ZodNullable<z.ZodString>;
|
5
|
+
csatScore: z.ZodNullable<z.ZodString>;
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
7
|
+
cxLogId: string;
|
8
|
+
sentimentScore: string | null;
|
9
|
+
csatScore: string | null;
|
10
|
+
}, {
|
11
|
+
cxLogId: string;
|
12
|
+
sentimentScore: string | null;
|
13
|
+
csatScore: string | null;
|
14
|
+
}>;
|
15
|
+
export declare const UpdateEvaluateFormSchema: z.ZodObject<{
|
16
|
+
cxLogId: z.ZodOptional<z.ZodString>;
|
17
|
+
sentimentScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
18
|
+
csatScore: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
20
|
+
cxLogId?: string | undefined;
|
21
|
+
sentimentScore?: string | null | undefined;
|
22
|
+
csatScore?: string | null | undefined;
|
23
|
+
}, {
|
24
|
+
cxLogId?: string | undefined;
|
25
|
+
sentimentScore?: string | null | undefined;
|
26
|
+
csatScore?: string | null | undefined;
|
27
|
+
}>;
|
28
|
+
//# sourceMappingURL=validation.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/evaluate-form/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;EAInC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;EAAqC,CAAC"}
|
@@ -30,9 +30,9 @@ export declare const extensionContract: {
|
|
30
30
|
requestId: z.ZodString;
|
31
31
|
extension: z.ZodObject<{
|
32
32
|
id: z.ZodString;
|
33
|
-
createdAt: z.
|
34
|
-
updatedAt: z.
|
35
|
-
deletedAt: z.ZodNullable<z.
|
33
|
+
createdAt: z.ZodDate;
|
34
|
+
updatedAt: z.ZodDate;
|
35
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
36
36
|
userId: z.ZodNullable<z.ZodString>;
|
37
37
|
sipServerUrl: z.ZodString;
|
38
38
|
sipUserName: z.ZodString;
|
@@ -41,9 +41,9 @@ export declare const extensionContract: {
|
|
41
41
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
43
43
|
id: string;
|
44
|
-
createdAt:
|
45
|
-
updatedAt:
|
46
|
-
deletedAt:
|
44
|
+
createdAt: Date;
|
45
|
+
updatedAt: Date;
|
46
|
+
deletedAt: Date | null;
|
47
47
|
userId: string | null;
|
48
48
|
sipServerUrl: string;
|
49
49
|
sipUserName: string;
|
@@ -52,9 +52,9 @@ export declare const extensionContract: {
|
|
52
52
|
telephonySignature: string | null;
|
53
53
|
}, {
|
54
54
|
id: string;
|
55
|
-
createdAt:
|
56
|
-
updatedAt:
|
57
|
-
deletedAt:
|
55
|
+
createdAt: Date;
|
56
|
+
updatedAt: Date;
|
57
|
+
deletedAt: Date | null;
|
58
58
|
userId: string | null;
|
59
59
|
sipServerUrl: string;
|
60
60
|
sipUserName: string;
|
@@ -66,9 +66,9 @@ export declare const extensionContract: {
|
|
66
66
|
requestId: string;
|
67
67
|
extension: {
|
68
68
|
id: string;
|
69
|
-
createdAt:
|
70
|
-
updatedAt:
|
71
|
-
deletedAt:
|
69
|
+
createdAt: Date;
|
70
|
+
updatedAt: Date;
|
71
|
+
deletedAt: Date | null;
|
72
72
|
userId: string | null;
|
73
73
|
sipServerUrl: string;
|
74
74
|
sipUserName: string;
|
@@ -80,9 +80,9 @@ export declare const extensionContract: {
|
|
80
80
|
requestId: string;
|
81
81
|
extension: {
|
82
82
|
id: string;
|
83
|
-
createdAt:
|
84
|
-
updatedAt:
|
85
|
-
deletedAt:
|
83
|
+
createdAt: Date;
|
84
|
+
updatedAt: Date;
|
85
|
+
deletedAt: Date | null;
|
86
86
|
userId: string | null;
|
87
87
|
sipServerUrl: string;
|
88
88
|
sipUserName: string;
|
@@ -166,36 +166,36 @@ export declare const extensionContract: {
|
|
166
166
|
address: string | null;
|
167
167
|
name: string;
|
168
168
|
email: string;
|
169
|
-
createdAt:
|
170
|
-
updatedAt:
|
171
|
-
deletedAt:
|
172
|
-
emailVerifiedAt:
|
169
|
+
createdAt: Date;
|
170
|
+
updatedAt: Date;
|
171
|
+
deletedAt: Date | null;
|
172
|
+
emailVerifiedAt: Date | null;
|
173
173
|
password: string;
|
174
174
|
phone: string | null;
|
175
175
|
notificationCount: number | null;
|
176
176
|
roles: {
|
177
177
|
id: string;
|
178
178
|
description: string | null;
|
179
|
-
createdAt:
|
180
|
-
updatedAt:
|
181
|
-
deletedAt:
|
179
|
+
createdAt: Date;
|
180
|
+
updatedAt: Date;
|
181
|
+
deletedAt: Date | null;
|
182
182
|
systemName: string;
|
183
183
|
displayName: string;
|
184
184
|
permissions: {
|
185
185
|
id: string;
|
186
186
|
description: string | null;
|
187
|
-
createdAt:
|
188
|
-
updatedAt:
|
189
|
-
deletedAt:
|
187
|
+
createdAt: Date;
|
188
|
+
updatedAt: Date;
|
189
|
+
deletedAt: Date | null;
|
190
190
|
systemName: string;
|
191
191
|
displayName: string;
|
192
192
|
}[];
|
193
193
|
}[];
|
194
194
|
extension?: {
|
195
195
|
id: string;
|
196
|
-
createdAt:
|
197
|
-
updatedAt:
|
198
|
-
deletedAt:
|
196
|
+
createdAt: Date;
|
197
|
+
updatedAt: Date;
|
198
|
+
deletedAt: Date | null;
|
199
199
|
userId: string | null;
|
200
200
|
sipServerUrl: string;
|
201
201
|
sipUserName: string;
|
@@ -204,9 +204,9 @@ export declare const extensionContract: {
|
|
204
204
|
telephonySignature: string | null;
|
205
205
|
} | undefined;
|
206
206
|
};
|
207
|
-
createdAt:
|
208
|
-
updatedAt:
|
209
|
-
deletedAt:
|
207
|
+
createdAt: Date;
|
208
|
+
updatedAt: Date;
|
209
|
+
deletedAt: Date | null;
|
210
210
|
userId: string | null;
|
211
211
|
sipServerUrl: string;
|
212
212
|
sipUserName: string;
|
@@ -220,36 +220,36 @@ export declare const extensionContract: {
|
|
220
220
|
address: string | null;
|
221
221
|
name: string;
|
222
222
|
email: string;
|
223
|
-
createdAt:
|
224
|
-
updatedAt:
|
225
|
-
deletedAt:
|
226
|
-
emailVerifiedAt:
|
223
|
+
createdAt: Date;
|
224
|
+
updatedAt: Date;
|
225
|
+
deletedAt: Date | null;
|
226
|
+
emailVerifiedAt: Date | null;
|
227
227
|
password: string;
|
228
228
|
phone: string | null;
|
229
229
|
notificationCount: number | null;
|
230
230
|
roles: {
|
231
231
|
id: string;
|
232
232
|
description: string | null;
|
233
|
-
createdAt:
|
234
|
-
updatedAt:
|
235
|
-
deletedAt:
|
233
|
+
createdAt: Date;
|
234
|
+
updatedAt: Date;
|
235
|
+
deletedAt: Date | null;
|
236
236
|
systemName: string;
|
237
237
|
displayName: string;
|
238
238
|
permissions: {
|
239
239
|
id: string;
|
240
240
|
description: string | null;
|
241
|
-
createdAt:
|
242
|
-
updatedAt:
|
243
|
-
deletedAt:
|
241
|
+
createdAt: Date;
|
242
|
+
updatedAt: Date;
|
243
|
+
deletedAt: Date | null;
|
244
244
|
systemName: string;
|
245
245
|
displayName: string;
|
246
246
|
}[];
|
247
247
|
}[];
|
248
248
|
extension?: {
|
249
249
|
id: string;
|
250
|
-
createdAt:
|
251
|
-
updatedAt:
|
252
|
-
deletedAt:
|
250
|
+
createdAt: Date;
|
251
|
+
updatedAt: Date;
|
252
|
+
deletedAt: Date | null;
|
253
253
|
userId: string | null;
|
254
254
|
sipServerUrl: string;
|
255
255
|
sipUserName: string;
|
@@ -258,9 +258,9 @@ export declare const extensionContract: {
|
|
258
258
|
telephonySignature: string | null;
|
259
259
|
} | undefined;
|
260
260
|
};
|
261
|
-
createdAt:
|
262
|
-
updatedAt:
|
263
|
-
deletedAt:
|
261
|
+
createdAt: Date;
|
262
|
+
updatedAt: Date;
|
263
|
+
deletedAt: Date | null;
|
264
264
|
userId: string | null;
|
265
265
|
sipServerUrl: string;
|
266
266
|
sipUserName: string;
|
@@ -276,36 +276,36 @@ export declare const extensionContract: {
|
|
276
276
|
address: string | null;
|
277
277
|
name: string;
|
278
278
|
email: string;
|
279
|
-
createdAt:
|
280
|
-
updatedAt:
|
281
|
-
deletedAt:
|
282
|
-
emailVerifiedAt:
|
279
|
+
createdAt: Date;
|
280
|
+
updatedAt: Date;
|
281
|
+
deletedAt: Date | null;
|
282
|
+
emailVerifiedAt: Date | null;
|
283
283
|
password: string;
|
284
284
|
phone: string | null;
|
285
285
|
notificationCount: number | null;
|
286
286
|
roles: {
|
287
287
|
id: string;
|
288
288
|
description: string | null;
|
289
|
-
createdAt:
|
290
|
-
updatedAt:
|
291
|
-
deletedAt:
|
289
|
+
createdAt: Date;
|
290
|
+
updatedAt: Date;
|
291
|
+
deletedAt: Date | null;
|
292
292
|
systemName: string;
|
293
293
|
displayName: string;
|
294
294
|
permissions: {
|
295
295
|
id: string;
|
296
296
|
description: string | null;
|
297
|
-
createdAt:
|
298
|
-
updatedAt:
|
299
|
-
deletedAt:
|
297
|
+
createdAt: Date;
|
298
|
+
updatedAt: Date;
|
299
|
+
deletedAt: Date | null;
|
300
300
|
systemName: string;
|
301
301
|
displayName: string;
|
302
302
|
}[];
|
303
303
|
}[];
|
304
304
|
extension?: {
|
305
305
|
id: string;
|
306
|
-
createdAt:
|
307
|
-
updatedAt:
|
308
|
-
deletedAt:
|
306
|
+
createdAt: Date;
|
307
|
+
updatedAt: Date;
|
308
|
+
deletedAt: Date | null;
|
309
309
|
userId: string | null;
|
310
310
|
sipServerUrl: string;
|
311
311
|
sipUserName: string;
|
@@ -314,9 +314,9 @@ export declare const extensionContract: {
|
|
314
314
|
telephonySignature: string | null;
|
315
315
|
} | undefined;
|
316
316
|
};
|
317
|
-
createdAt:
|
318
|
-
updatedAt:
|
319
|
-
deletedAt:
|
317
|
+
createdAt: Date;
|
318
|
+
updatedAt: Date;
|
319
|
+
deletedAt: Date | null;
|
320
320
|
userId: string | null;
|
321
321
|
sipServerUrl: string;
|
322
322
|
sipUserName: string;
|
@@ -336,36 +336,36 @@ export declare const extensionContract: {
|
|
336
336
|
address: string | null;
|
337
337
|
name: string;
|
338
338
|
email: string;
|
339
|
-
createdAt:
|
340
|
-
updatedAt:
|
341
|
-
deletedAt:
|
342
|
-
emailVerifiedAt:
|
339
|
+
createdAt: Date;
|
340
|
+
updatedAt: Date;
|
341
|
+
deletedAt: Date | null;
|
342
|
+
emailVerifiedAt: Date | null;
|
343
343
|
password: string;
|
344
344
|
phone: string | null;
|
345
345
|
notificationCount: number | null;
|
346
346
|
roles: {
|
347
347
|
id: string;
|
348
348
|
description: string | null;
|
349
|
-
createdAt:
|
350
|
-
updatedAt:
|
351
|
-
deletedAt:
|
349
|
+
createdAt: Date;
|
350
|
+
updatedAt: Date;
|
351
|
+
deletedAt: Date | null;
|
352
352
|
systemName: string;
|
353
353
|
displayName: string;
|
354
354
|
permissions: {
|
355
355
|
id: string;
|
356
356
|
description: string | null;
|
357
|
-
createdAt:
|
358
|
-
updatedAt:
|
359
|
-
deletedAt:
|
357
|
+
createdAt: Date;
|
358
|
+
updatedAt: Date;
|
359
|
+
deletedAt: Date | null;
|
360
360
|
systemName: string;
|
361
361
|
displayName: string;
|
362
362
|
}[];
|
363
363
|
}[];
|
364
364
|
extension?: {
|
365
365
|
id: string;
|
366
|
-
createdAt:
|
367
|
-
updatedAt:
|
368
|
-
deletedAt:
|
366
|
+
createdAt: Date;
|
367
|
+
updatedAt: Date;
|
368
|
+
deletedAt: Date | null;
|
369
369
|
userId: string | null;
|
370
370
|
sipServerUrl: string;
|
371
371
|
sipUserName: string;
|
@@ -374,9 +374,9 @@ export declare const extensionContract: {
|
|
374
374
|
telephonySignature: string | null;
|
375
375
|
} | undefined;
|
376
376
|
};
|
377
|
-
createdAt:
|
378
|
-
updatedAt:
|
379
|
-
deletedAt:
|
377
|
+
createdAt: Date;
|
378
|
+
updatedAt: Date;
|
379
|
+
deletedAt: Date | null;
|
380
380
|
userId: string | null;
|
381
381
|
sipServerUrl: string;
|
382
382
|
sipUserName: string;
|
@@ -448,9 +448,9 @@ export declare const extensionContract: {
|
|
448
448
|
responses: {
|
449
449
|
200: z.ZodObject<{
|
450
450
|
id: z.ZodString;
|
451
|
-
createdAt: z.
|
452
|
-
updatedAt: z.
|
453
|
-
deletedAt: z.ZodNullable<z.
|
451
|
+
createdAt: z.ZodDate;
|
452
|
+
updatedAt: z.ZodDate;
|
453
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
454
454
|
userId: z.ZodNullable<z.ZodString>;
|
455
455
|
sipServerUrl: z.ZodString;
|
456
456
|
sipUserName: z.ZodString;
|
@@ -459,9 +459,9 @@ export declare const extensionContract: {
|
|
459
459
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
460
460
|
}, "strip", z.ZodTypeAny, {
|
461
461
|
id: string;
|
462
|
-
createdAt:
|
463
|
-
updatedAt:
|
464
|
-
deletedAt:
|
462
|
+
createdAt: Date;
|
463
|
+
updatedAt: Date;
|
464
|
+
deletedAt: Date | null;
|
465
465
|
userId: string | null;
|
466
466
|
sipServerUrl: string;
|
467
467
|
sipUserName: string;
|
@@ -470,9 +470,9 @@ export declare const extensionContract: {
|
|
470
470
|
telephonySignature: string | null;
|
471
471
|
}, {
|
472
472
|
id: string;
|
473
|
-
createdAt:
|
474
|
-
updatedAt:
|
475
|
-
deletedAt:
|
473
|
+
createdAt: Date;
|
474
|
+
updatedAt: Date;
|
475
|
+
deletedAt: Date | null;
|
476
476
|
userId: string | null;
|
477
477
|
sipServerUrl: string;
|
478
478
|
sipUserName: string;
|
@@ -550,9 +550,9 @@ export declare const extensionContract: {
|
|
550
550
|
lastPage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
551
551
|
data: z.ZodArray<z.ZodType<{
|
552
552
|
id: string;
|
553
|
-
createdAt:
|
554
|
-
updatedAt:
|
555
|
-
deletedAt:
|
553
|
+
createdAt: Date;
|
554
|
+
updatedAt: Date;
|
555
|
+
deletedAt: Date | null;
|
556
556
|
userId: string | null;
|
557
557
|
sipServerUrl: string;
|
558
558
|
sipUserName: string;
|
@@ -561,9 +561,9 @@ export declare const extensionContract: {
|
|
561
561
|
telephonySignature: string | null;
|
562
562
|
}, z.ZodTypeDef, {
|
563
563
|
id: string;
|
564
|
-
createdAt:
|
565
|
-
updatedAt:
|
566
|
-
deletedAt:
|
564
|
+
createdAt: Date;
|
565
|
+
updatedAt: Date;
|
566
|
+
deletedAt: Date | null;
|
567
567
|
userId: string | null;
|
568
568
|
sipServerUrl: string;
|
569
569
|
sipUserName: string;
|
@@ -574,9 +574,9 @@ export declare const extensionContract: {
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
575
575
|
data: {
|
576
576
|
id: string;
|
577
|
-
createdAt:
|
578
|
-
updatedAt:
|
579
|
-
deletedAt:
|
577
|
+
createdAt: Date;
|
578
|
+
updatedAt: Date;
|
579
|
+
deletedAt: Date | null;
|
580
580
|
userId: string | null;
|
581
581
|
sipServerUrl: string;
|
582
582
|
sipUserName: string;
|
@@ -591,9 +591,9 @@ export declare const extensionContract: {
|
|
591
591
|
}, {
|
592
592
|
data: {
|
593
593
|
id: string;
|
594
|
-
createdAt:
|
595
|
-
updatedAt:
|
596
|
-
deletedAt:
|
594
|
+
createdAt: Date;
|
595
|
+
updatedAt: Date;
|
596
|
+
deletedAt: Date | null;
|
597
597
|
userId: string | null;
|
598
598
|
sipServerUrl: string;
|
599
599
|
sipUserName: string;
|
@@ -686,9 +686,9 @@ export declare const extensionContract: {
|
|
686
686
|
requestId: z.ZodString;
|
687
687
|
extension: z.ZodObject<{
|
688
688
|
id: z.ZodString;
|
689
|
-
createdAt: z.
|
690
|
-
updatedAt: z.
|
691
|
-
deletedAt: z.ZodNullable<z.
|
689
|
+
createdAt: z.ZodDate;
|
690
|
+
updatedAt: z.ZodDate;
|
691
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
692
692
|
userId: z.ZodNullable<z.ZodString>;
|
693
693
|
sipServerUrl: z.ZodString;
|
694
694
|
sipUserName: z.ZodString;
|
@@ -697,9 +697,9 @@ export declare const extensionContract: {
|
|
697
697
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
698
698
|
}, "strip", z.ZodTypeAny, {
|
699
699
|
id: string;
|
700
|
-
createdAt:
|
701
|
-
updatedAt:
|
702
|
-
deletedAt:
|
700
|
+
createdAt: Date;
|
701
|
+
updatedAt: Date;
|
702
|
+
deletedAt: Date | null;
|
703
703
|
userId: string | null;
|
704
704
|
sipServerUrl: string;
|
705
705
|
sipUserName: string;
|
@@ -708,9 +708,9 @@ export declare const extensionContract: {
|
|
708
708
|
telephonySignature: string | null;
|
709
709
|
}, {
|
710
710
|
id: string;
|
711
|
-
createdAt:
|
712
|
-
updatedAt:
|
713
|
-
deletedAt:
|
711
|
+
createdAt: Date;
|
712
|
+
updatedAt: Date;
|
713
|
+
deletedAt: Date | null;
|
714
714
|
userId: string | null;
|
715
715
|
sipServerUrl: string;
|
716
716
|
sipUserName: string;
|
@@ -722,9 +722,9 @@ export declare const extensionContract: {
|
|
722
722
|
requestId: string;
|
723
723
|
extension: {
|
724
724
|
id: string;
|
725
|
-
createdAt:
|
726
|
-
updatedAt:
|
727
|
-
deletedAt:
|
725
|
+
createdAt: Date;
|
726
|
+
updatedAt: Date;
|
727
|
+
deletedAt: Date | null;
|
728
728
|
userId: string | null;
|
729
729
|
sipServerUrl: string;
|
730
730
|
sipUserName: string;
|
@@ -736,9 +736,9 @@ export declare const extensionContract: {
|
|
736
736
|
requestId: string;
|
737
737
|
extension: {
|
738
738
|
id: string;
|
739
|
-
createdAt:
|
740
|
-
updatedAt:
|
741
|
-
deletedAt:
|
739
|
+
createdAt: Date;
|
740
|
+
updatedAt: Date;
|
741
|
+
deletedAt: Date | null;
|
742
742
|
userId: string | null;
|
743
743
|
sipServerUrl: string;
|
744
744
|
sipUserName: string;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const ExtensionSchema: 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
|
userId: z.ZodNullable<z.ZodString>;
|
8
8
|
sipServerUrl: z.ZodString;
|
9
9
|
sipUserName: z.ZodString;
|
@@ -12,9 +12,9 @@ export declare const ExtensionSchema: z.ZodObject<{
|
|
12
12
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
14
14
|
id: string;
|
15
|
-
createdAt:
|
16
|
-
updatedAt:
|
17
|
-
deletedAt:
|
15
|
+
createdAt: Date;
|
16
|
+
updatedAt: Date;
|
17
|
+
deletedAt: Date | null;
|
18
18
|
userId: string | null;
|
19
19
|
sipServerUrl: string;
|
20
20
|
sipUserName: string;
|
@@ -23,9 +23,9 @@ export declare const ExtensionSchema: z.ZodObject<{
|
|
23
23
|
telephonySignature: string | null;
|
24
24
|
}, {
|
25
25
|
id: string;
|
26
|
-
createdAt:
|
27
|
-
updatedAt:
|
28
|
-
deletedAt:
|
26
|
+
createdAt: Date;
|
27
|
+
updatedAt: Date;
|
28
|
+
deletedAt: Date | null;
|
29
29
|
userId: string | null;
|
30
30
|
sipServerUrl: string;
|
31
31
|
sipUserName: string;
|
@@ -1,23 +1,23 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const GroupSchema: 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
|
systemName: z.ZodString;
|
8
8
|
displayName: z.ZodString;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
10
|
id: string;
|
11
|
-
createdAt:
|
12
|
-
updatedAt:
|
13
|
-
deletedAt:
|
11
|
+
createdAt: Date;
|
12
|
+
updatedAt: Date;
|
13
|
+
deletedAt: Date | null;
|
14
14
|
systemName: string;
|
15
15
|
displayName: string;
|
16
16
|
}, {
|
17
17
|
id: string;
|
18
|
-
createdAt:
|
19
|
-
updatedAt:
|
20
|
-
deletedAt:
|
18
|
+
createdAt: Date;
|
19
|
+
updatedAt: Date;
|
20
|
+
deletedAt: Date | null;
|
21
21
|
systemName: string;
|
22
22
|
displayName: string;
|
23
23
|
}>;
|