@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.
Files changed (92) hide show
  1. package/dist/index.js +179 -124
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +178 -124
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/activity-log/index.d.ts +113 -113
  6. package/dist/src/activity-log/schema.d.ts +122 -122
  7. package/dist/src/app/index.d.ts +17 -0
  8. package/dist/src/app/index.d.ts.map +1 -0
  9. package/dist/src/attribute/index.d.ts +108 -108
  10. package/dist/src/attribute/schema.d.ts +24 -24
  11. package/dist/src/attribute-option/schema.d.ts +9 -9
  12. package/dist/src/auth/index.d.ts +89 -89
  13. package/dist/src/base-contract.d.ts +9 -9
  14. package/dist/src/call-log/schema.d.ts +9 -9
  15. package/dist/src/category/index.d.ts +42 -42
  16. package/dist/src/category/schema.d.ts +9 -9
  17. package/dist/src/channel/index.d.ts +357 -357
  18. package/dist/src/channel/schema.d.ts +101 -98
  19. package/dist/src/channel/schema.d.ts.map +1 -1
  20. package/dist/src/channel/validation.d.ts +89 -89
  21. package/dist/src/chat/index.d.ts +13187 -13187
  22. package/dist/src/chat/schema.d.ts +2360 -2360
  23. package/dist/src/chat/validation.d.ts +3251 -3251
  24. package/dist/src/comment/index.d.ts +1368 -1368
  25. package/dist/src/comment/schema.d.ts +388 -388
  26. package/dist/src/company/index.d.ts +316 -316
  27. package/dist/src/company/schema.d.ts +95 -95
  28. package/dist/src/company/validation.d.ts +177 -177
  29. package/dist/src/contact/index.d.ts +2171 -2171
  30. package/dist/src/contact/schema.d.ts +362 -362
  31. package/dist/src/contact/validation.d.ts +1685 -1685
  32. package/dist/src/contact-email/schema.d.ts +9 -9
  33. package/dist/src/contact-phone/schema.d.ts +9 -9
  34. package/dist/src/contract.d.ts +26474 -26668
  35. package/dist/src/contract.d.ts.map +1 -1
  36. package/dist/src/custom-field/schema.d.ts +12 -12
  37. package/dist/src/custom-field-upload/schema.d.ts +9 -9
  38. package/dist/src/cx-log/index.d.ts +1644 -1644
  39. package/dist/src/cx-log/schema.d.ts +1400 -1400
  40. package/dist/src/evaluate-form/index.d.ts +47 -0
  41. package/dist/src/evaluate-form/index.d.ts.map +1 -0
  42. package/dist/src/evaluate-form/schema.d.ts +9 -9
  43. package/dist/src/evaluate-form/validation.d.ts +28 -0
  44. package/dist/src/evaluate-form/validation.d.ts.map +1 -0
  45. package/dist/src/extension/index.d.ts +115 -115
  46. package/dist/src/extension/schema.d.ts +9 -9
  47. package/dist/src/group/schema.d.ts +9 -9
  48. package/dist/src/index.d.ts +1 -0
  49. package/dist/src/index.d.ts.map +1 -1
  50. package/dist/src/log-form/schema.d.ts +9 -9
  51. package/dist/src/mail/account-contract.d.ts +168 -168
  52. package/dist/src/mail/mail-contract.d.ts +3398 -3398
  53. package/dist/src/mail/mail-server.d.ts +216 -0
  54. package/dist/src/mail/mail-server.d.ts.map +1 -0
  55. package/dist/src/mail/message-contract.d.ts +152 -152
  56. package/dist/src/mail/room-contract.d.ts +3078 -3078
  57. package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
  58. package/dist/src/mail/schemas/account.schema.d.ts +33 -33
  59. package/dist/src/mail/schemas/message.schema.d.ts +108 -108
  60. package/dist/src/mail/schemas/room-validation.schema.d.ts +1014 -1014
  61. package/dist/src/mail/schemas/room.schema.d.ts +816 -816
  62. package/dist/src/messenger/index.d.ts +1569 -1569
  63. package/dist/src/permission/index.d.ts +15 -15
  64. package/dist/src/permission/schema.d.ts +9 -9
  65. package/dist/src/platform-contact/schema.d.ts +30 -0
  66. package/dist/src/platform-contact/schema.d.ts.map +1 -0
  67. package/dist/src/role/index.d.ts +96 -96
  68. package/dist/src/role/schema.d.ts +24 -24
  69. package/dist/src/tag/index.d.ts +45 -45
  70. package/dist/src/tag/schema.d.ts +9 -9
  71. package/dist/src/tag-group/schema.d.ts +9 -9
  72. package/dist/src/telephony-agent-presence-status/index.d.ts +386 -386
  73. package/dist/src/telephony-agent-presence-status/schema.d.ts +122 -122
  74. package/dist/src/telephony-cdr/schema.d.ts +9 -9
  75. package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
  76. package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
  77. package/dist/src/tenant/schema.d.ts +9 -9
  78. package/dist/src/ticket/index.d.ts +858 -1094
  79. package/dist/src/ticket/index.d.ts.map +1 -1
  80. package/dist/src/ticket/schema.d.ts +212 -212
  81. package/dist/src/ticket/validation.d.ts +102 -338
  82. package/dist/src/ticket/validation.d.ts.map +1 -1
  83. package/dist/src/upload/schema.d.ts +9 -9
  84. package/dist/src/user/index.d.ts +293 -293
  85. package/dist/src/user/schema.d.ts +63 -63
  86. package/dist/src/user-presence-status-log/index.d.ts +88 -88
  87. package/dist/src/user-presence-status-log/schema.d.ts +128 -128
  88. package/dist/src/widget/index.d.ts +78 -78
  89. package/dist/src/widget/schema.d.ts +9 -9
  90. package/dist/src/wrap-up-form/index.d.ts +96 -96
  91. package/dist/src/wrap-up-form/schema.d.ts +24 -24
  92. 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.ZodString;
5
- updatedAt: z.ZodString;
6
- deletedAt: z.ZodNullable<z.ZodString>;
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: string;
13
- updatedAt: string;
14
- deletedAt: string | null;
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: string;
21
- updatedAt: string;
22
- deletedAt: string | null;
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.ZodString;
34
- updatedAt: z.ZodString;
35
- deletedAt: z.ZodNullable<z.ZodString>;
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: string;
45
- updatedAt: string;
46
- deletedAt: string | null;
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: string;
56
- updatedAt: string;
57
- deletedAt: string | null;
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: string;
70
- updatedAt: string;
71
- deletedAt: string | null;
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: string;
84
- updatedAt: string;
85
- deletedAt: string | null;
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: string;
170
- updatedAt: string;
171
- deletedAt: string | null;
172
- emailVerifiedAt: string | null;
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: string;
180
- updatedAt: string;
181
- deletedAt: string | null;
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: string;
188
- updatedAt: string;
189
- deletedAt: string | null;
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: string;
197
- updatedAt: string;
198
- deletedAt: string | null;
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: string;
208
- updatedAt: string;
209
- deletedAt: string | null;
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: string;
224
- updatedAt: string;
225
- deletedAt: string | null;
226
- emailVerifiedAt: string | null;
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: string;
234
- updatedAt: string;
235
- deletedAt: string | null;
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: string;
242
- updatedAt: string;
243
- deletedAt: string | null;
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: string;
251
- updatedAt: string;
252
- deletedAt: string | null;
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: string;
262
- updatedAt: string;
263
- deletedAt: string | null;
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: string;
280
- updatedAt: string;
281
- deletedAt: string | null;
282
- emailVerifiedAt: string | null;
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: string;
290
- updatedAt: string;
291
- deletedAt: string | null;
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: string;
298
- updatedAt: string;
299
- deletedAt: string | null;
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: string;
307
- updatedAt: string;
308
- deletedAt: string | null;
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: string;
318
- updatedAt: string;
319
- deletedAt: string | null;
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: string;
340
- updatedAt: string;
341
- deletedAt: string | null;
342
- emailVerifiedAt: string | null;
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: string;
350
- updatedAt: string;
351
- deletedAt: string | null;
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: string;
358
- updatedAt: string;
359
- deletedAt: string | null;
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: string;
367
- updatedAt: string;
368
- deletedAt: string | null;
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: string;
378
- updatedAt: string;
379
- deletedAt: string | null;
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.ZodString;
452
- updatedAt: z.ZodString;
453
- deletedAt: z.ZodNullable<z.ZodString>;
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: string;
463
- updatedAt: string;
464
- deletedAt: string | null;
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: string;
474
- updatedAt: string;
475
- deletedAt: string | null;
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: string;
554
- updatedAt: string;
555
- deletedAt: string | null;
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: string;
565
- updatedAt: string;
566
- deletedAt: string | null;
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: string;
578
- updatedAt: string;
579
- deletedAt: string | null;
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: string;
595
- updatedAt: string;
596
- deletedAt: string | null;
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.ZodString;
690
- updatedAt: z.ZodString;
691
- deletedAt: z.ZodNullable<z.ZodString>;
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: string;
701
- updatedAt: string;
702
- deletedAt: string | null;
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: string;
712
- updatedAt: string;
713
- deletedAt: string | null;
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: string;
726
- updatedAt: string;
727
- deletedAt: string | null;
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: string;
740
- updatedAt: string;
741
- deletedAt: string | null;
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.ZodString;
5
- updatedAt: z.ZodString;
6
- deletedAt: z.ZodNullable<z.ZodString>;
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: string;
16
- updatedAt: string;
17
- deletedAt: string | null;
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: string;
27
- updatedAt: string;
28
- deletedAt: string | null;
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.ZodString;
5
- updatedAt: z.ZodString;
6
- deletedAt: z.ZodNullable<z.ZodString>;
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: string;
12
- updatedAt: string;
13
- deletedAt: string | null;
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: string;
19
- updatedAt: string;
20
- deletedAt: string | null;
18
+ createdAt: Date;
19
+ updatedAt: Date;
20
+ deletedAt: Date | null;
21
21
  systemName: string;
22
22
  displayName: string;
23
23
  }>;
@@ -15,4 +15,5 @@ export * from './user';
15
15
  export * from './dashboard';
16
16
  export * from './user-presence-status-log';
17
17
  export * from './company';
18
+ export * from './evaluate-form';
18
19
  //# sourceMappingURL=index.d.ts.map