@kl1/contracts 1.0.27 → 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.
Files changed (63) hide show
  1. package/dist/index.js +151 -118
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +151 -118
  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/auth/index.d.ts +89 -89
  8. package/dist/src/channel/index.d.ts +319 -319
  9. package/dist/src/channel/schema.d.ts +89 -92
  10. package/dist/src/channel/schema.d.ts.map +1 -1
  11. package/dist/src/channel/validation.d.ts +89 -89
  12. package/dist/src/chat/index.d.ts +8699 -8699
  13. package/dist/src/chat/schema.d.ts +1486 -1486
  14. package/dist/src/chat/validation.d.ts +2244 -2244
  15. package/dist/src/comment/index.d.ts +1005 -1005
  16. package/dist/src/comment/schema.d.ts +283 -283
  17. package/dist/src/company/index.d.ts +28 -28
  18. package/dist/src/company/schema.d.ts +8 -8
  19. package/dist/src/company/validation.d.ts +15 -15
  20. package/dist/src/contact/index.d.ts +960 -960
  21. package/dist/src/contact/schema.d.ts +161 -161
  22. package/dist/src/contact/validation.d.ts +690 -690
  23. package/dist/src/contract.d.ts +18366 -18196
  24. package/dist/src/contract.d.ts.map +1 -1
  25. package/dist/src/custom-field/schema.d.ts +3 -3
  26. package/dist/src/cx-log/index.d.ts +1023 -1023
  27. package/dist/src/cx-log/schema.d.ts +837 -837
  28. package/dist/src/dashboard/index.d.ts +6 -6
  29. package/dist/src/dashboard/index.d.ts.map +1 -1
  30. package/dist/src/dashboard/schema.d.ts +2 -2
  31. package/dist/src/dashboard/schema.d.ts.map +1 -1
  32. package/dist/src/extension/index.d.ts +115 -115
  33. package/dist/src/extension/schema.d.ts +9 -9
  34. package/dist/src/mail/account-contract.d.ts +168 -168
  35. package/dist/src/mail/mail-contract.d.ts +3336 -3336
  36. package/dist/src/mail/message-contract.d.ts +152 -152
  37. package/dist/src/mail/room-contract.d.ts +3015 -3015
  38. package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
  39. package/dist/src/mail/schemas/account.schema.d.ts +33 -33
  40. package/dist/src/mail/schemas/message.schema.d.ts +108 -108
  41. package/dist/src/mail/schemas/room-validation.schema.d.ts +1000 -1000
  42. package/dist/src/mail/schemas/room.schema.d.ts +791 -791
  43. package/dist/src/messenger/index.d.ts +1078 -1078
  44. package/dist/src/permission/index.d.ts +15 -15
  45. package/dist/src/permission/schema.d.ts +9 -9
  46. package/dist/src/role/index.d.ts +96 -96
  47. package/dist/src/role/schema.d.ts +24 -24
  48. package/dist/src/telephony-agent-presence-status/index.d.ts +293 -293
  49. package/dist/src/telephony-agent-presence-status/schema.d.ts +89 -89
  50. package/dist/src/ticket/index.d.ts +288 -187
  51. package/dist/src/ticket/index.d.ts.map +1 -1
  52. package/dist/src/ticket/schema.d.ts +77 -77
  53. package/dist/src/ticket/validation.d.ts +66 -0
  54. package/dist/src/ticket/validation.d.ts.map +1 -1
  55. package/dist/src/user/index.d.ts +293 -293
  56. package/dist/src/user/schema.d.ts +63 -63
  57. package/dist/src/user-presence-status-log/index.d.ts +52 -52
  58. package/dist/src/user-presence-status-log/schema.d.ts +89 -89
  59. package/dist/src/widget/index.d.ts +72 -1
  60. package/dist/src/widget/index.d.ts.map +1 -1
  61. package/dist/src/widget/validation.d.ts +10 -0
  62. package/dist/src/widget/validation.d.ts.map +1 -1
  63. package/package.json +1 -1
@@ -1838,7 +1838,7 @@ export declare const dashboardContract: {
1838
1838
  responses: {
1839
1839
  200: z.ZodObject<{
1840
1840
  requestId: z.ZodString;
1841
- incomingMessageByPlatform: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<{
1841
+ incomingMessageByPlatform: z.ZodArray<z.ZodObject<{
1842
1842
  platform: z.ZodNullable<z.ZodString>;
1843
1843
  hour: z.ZodNullable<z.ZodString>;
1844
1844
  messageCount: z.ZodNullable<z.ZodString>;
@@ -1850,21 +1850,21 @@ export declare const dashboardContract: {
1850
1850
  platform: string | null;
1851
1851
  hour: string | null;
1852
1852
  messageCount: string | null;
1853
- }>>>, "many">;
1853
+ }>, "many">;
1854
1854
  }, "strip", z.ZodTypeAny, {
1855
1855
  requestId: string;
1856
- incomingMessageByPlatform: ({
1856
+ incomingMessageByPlatform: {
1857
1857
  platform: string | null;
1858
1858
  hour: string | null;
1859
1859
  messageCount: string | null;
1860
- } | null | undefined)[];
1860
+ }[];
1861
1861
  }, {
1862
1862
  requestId: string;
1863
- incomingMessageByPlatform: ({
1863
+ incomingMessageByPlatform: {
1864
1864
  platform: string | null;
1865
1865
  hour: string | null;
1866
1866
  messageCount: string | null;
1867
- } | null | undefined)[];
1867
+ }[];
1868
1868
  }>;
1869
1869
  401: z.ZodObject<{
1870
1870
  message: z.ZodString;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dashboard/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4P7B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dashboard/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4P7B,CAAC"}
@@ -984,7 +984,7 @@ export declare const MessageDispositionSchema: z.ZodObject<{
984
984
  blankDispositionCount: number | null;
985
985
  escalatedDispositionCount: number | null;
986
986
  }>;
987
- export declare const MessageIncomingDataSchema: z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodObject<{
987
+ export declare const MessageIncomingDataSchema: z.ZodArray<z.ZodObject<{
988
988
  platform: z.ZodNullable<z.ZodString>;
989
989
  hour: z.ZodNullable<z.ZodString>;
990
990
  messageCount: z.ZodNullable<z.ZodString>;
@@ -996,7 +996,7 @@ export declare const MessageIncomingDataSchema: z.ZodArray<z.ZodOptional<z.ZodNu
996
996
  platform: string | null;
997
997
  hour: string | null;
998
998
  messageCount: string | null;
999
- }>>>, "many">;
999
+ }>, "many">;
1000
1000
  export declare const MessageTotalIncomingDataSchema: z.ZodArray<z.ZodNullable<z.ZodObject<{
1001
1001
  name: z.ZodString;
1002
1002
  data: z.ZodArray<z.ZodNumber, "many">;
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/dashboard/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AA4CpB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU9B,CAAC;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtC,CAAC;AAEH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjD,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5C,CAAC;AAEH,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIzD,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;EAGzC,CAAC;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;EAIzC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;WAQ/B,CAAC;AACF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;WAM7B,CAAC;AACF,eAAO,MAAM,+BAA+B;;;;;;;;;YAO3C,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;aAMnB,CAAC;AACd,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB/B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;EAMnC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;aASrC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;YAE1C,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/dashboard/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AA4CpB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU9B,CAAC;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtC,CAAC;AAEH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjD,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5C,CAAC;AAEH,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIzD,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;EAGzC,CAAC;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;EAIzC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;WAQ/B,CAAC;AACF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;WAM7B,CAAC;AACF,eAAO,MAAM,+BAA+B;;;;;;;;;YAO3C,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;aAMnB,CAAC;AACd,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB/B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;EAMnC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;WAMrC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;YAE1C,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.ZodDate;
34
- updatedAt: z.ZodDate;
35
- deletedAt: z.ZodNullable<z.ZodDate>;
33
+ createdAt: z.ZodString;
34
+ updatedAt: z.ZodString;
35
+ deletedAt: z.ZodNullable<z.ZodString>;
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: Date;
45
- updatedAt: Date;
46
- deletedAt: Date | null;
44
+ createdAt: string;
45
+ updatedAt: string;
46
+ deletedAt: string | 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: Date;
56
- updatedAt: Date;
57
- deletedAt: Date | null;
55
+ createdAt: string;
56
+ updatedAt: string;
57
+ deletedAt: string | 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: Date;
70
- updatedAt: Date;
71
- deletedAt: Date | null;
69
+ createdAt: string;
70
+ updatedAt: string;
71
+ deletedAt: string | 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: Date;
84
- updatedAt: Date;
85
- deletedAt: Date | null;
83
+ createdAt: string;
84
+ updatedAt: string;
85
+ deletedAt: string | 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: Date;
170
- updatedAt: Date;
171
- deletedAt: Date | null;
172
- emailVerifiedAt: Date | null;
169
+ createdAt: string;
170
+ updatedAt: string;
171
+ deletedAt: string | null;
172
+ emailVerifiedAt: string | 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: Date;
180
- updatedAt: Date;
181
- deletedAt: Date | null;
179
+ createdAt: string;
180
+ updatedAt: string;
181
+ deletedAt: string | null;
182
182
  systemName: string;
183
183
  displayName: string;
184
184
  permissions: {
185
185
  id: string;
186
186
  description: string | null;
187
- createdAt: Date;
188
- updatedAt: Date;
189
- deletedAt: Date | null;
187
+ createdAt: string;
188
+ updatedAt: string;
189
+ deletedAt: string | null;
190
190
  systemName: string;
191
191
  displayName: string;
192
192
  }[];
193
193
  }[];
194
194
  extension?: {
195
195
  id: string;
196
- createdAt: Date;
197
- updatedAt: Date;
198
- deletedAt: Date | null;
196
+ createdAt: string;
197
+ updatedAt: string;
198
+ deletedAt: string | 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: Date;
208
- updatedAt: Date;
209
- deletedAt: Date | null;
207
+ createdAt: string;
208
+ updatedAt: string;
209
+ deletedAt: string | 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: Date;
224
- updatedAt: Date;
225
- deletedAt: Date | null;
226
- emailVerifiedAt: Date | null;
223
+ createdAt: string;
224
+ updatedAt: string;
225
+ deletedAt: string | null;
226
+ emailVerifiedAt: string | 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: Date;
234
- updatedAt: Date;
235
- deletedAt: Date | null;
233
+ createdAt: string;
234
+ updatedAt: string;
235
+ deletedAt: string | null;
236
236
  systemName: string;
237
237
  displayName: string;
238
238
  permissions: {
239
239
  id: string;
240
240
  description: string | null;
241
- createdAt: Date;
242
- updatedAt: Date;
243
- deletedAt: Date | null;
241
+ createdAt: string;
242
+ updatedAt: string;
243
+ deletedAt: string | null;
244
244
  systemName: string;
245
245
  displayName: string;
246
246
  }[];
247
247
  }[];
248
248
  extension?: {
249
249
  id: string;
250
- createdAt: Date;
251
- updatedAt: Date;
252
- deletedAt: Date | null;
250
+ createdAt: string;
251
+ updatedAt: string;
252
+ deletedAt: string | 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: Date;
262
- updatedAt: Date;
263
- deletedAt: Date | null;
261
+ createdAt: string;
262
+ updatedAt: string;
263
+ deletedAt: string | 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: Date;
280
- updatedAt: Date;
281
- deletedAt: Date | null;
282
- emailVerifiedAt: Date | null;
279
+ createdAt: string;
280
+ updatedAt: string;
281
+ deletedAt: string | null;
282
+ emailVerifiedAt: string | 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: Date;
290
- updatedAt: Date;
291
- deletedAt: Date | null;
289
+ createdAt: string;
290
+ updatedAt: string;
291
+ deletedAt: string | null;
292
292
  systemName: string;
293
293
  displayName: string;
294
294
  permissions: {
295
295
  id: string;
296
296
  description: string | null;
297
- createdAt: Date;
298
- updatedAt: Date;
299
- deletedAt: Date | null;
297
+ createdAt: string;
298
+ updatedAt: string;
299
+ deletedAt: string | null;
300
300
  systemName: string;
301
301
  displayName: string;
302
302
  }[];
303
303
  }[];
304
304
  extension?: {
305
305
  id: string;
306
- createdAt: Date;
307
- updatedAt: Date;
308
- deletedAt: Date | null;
306
+ createdAt: string;
307
+ updatedAt: string;
308
+ deletedAt: string | 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: Date;
318
- updatedAt: Date;
319
- deletedAt: Date | null;
317
+ createdAt: string;
318
+ updatedAt: string;
319
+ deletedAt: string | 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: Date;
340
- updatedAt: Date;
341
- deletedAt: Date | null;
342
- emailVerifiedAt: Date | null;
339
+ createdAt: string;
340
+ updatedAt: string;
341
+ deletedAt: string | null;
342
+ emailVerifiedAt: string | 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: Date;
350
- updatedAt: Date;
351
- deletedAt: Date | null;
349
+ createdAt: string;
350
+ updatedAt: string;
351
+ deletedAt: string | null;
352
352
  systemName: string;
353
353
  displayName: string;
354
354
  permissions: {
355
355
  id: string;
356
356
  description: string | null;
357
- createdAt: Date;
358
- updatedAt: Date;
359
- deletedAt: Date | null;
357
+ createdAt: string;
358
+ updatedAt: string;
359
+ deletedAt: string | null;
360
360
  systemName: string;
361
361
  displayName: string;
362
362
  }[];
363
363
  }[];
364
364
  extension?: {
365
365
  id: string;
366
- createdAt: Date;
367
- updatedAt: Date;
368
- deletedAt: Date | null;
366
+ createdAt: string;
367
+ updatedAt: string;
368
+ deletedAt: string | 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: Date;
378
- updatedAt: Date;
379
- deletedAt: Date | null;
377
+ createdAt: string;
378
+ updatedAt: string;
379
+ deletedAt: string | 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.ZodDate;
452
- updatedAt: z.ZodDate;
453
- deletedAt: z.ZodNullable<z.ZodDate>;
451
+ createdAt: z.ZodString;
452
+ updatedAt: z.ZodString;
453
+ deletedAt: z.ZodNullable<z.ZodString>;
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: Date;
463
- updatedAt: Date;
464
- deletedAt: Date | null;
462
+ createdAt: string;
463
+ updatedAt: string;
464
+ deletedAt: string | 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: Date;
474
- updatedAt: Date;
475
- deletedAt: Date | null;
473
+ createdAt: string;
474
+ updatedAt: string;
475
+ deletedAt: string | 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: Date;
554
- updatedAt: Date;
555
- deletedAt: Date | null;
553
+ createdAt: string;
554
+ updatedAt: string;
555
+ deletedAt: string | 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: Date;
565
- updatedAt: Date;
566
- deletedAt: Date | null;
564
+ createdAt: string;
565
+ updatedAt: string;
566
+ deletedAt: string | 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: Date;
578
- updatedAt: Date;
579
- deletedAt: Date | null;
577
+ createdAt: string;
578
+ updatedAt: string;
579
+ deletedAt: string | 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: Date;
595
- updatedAt: Date;
596
- deletedAt: Date | null;
594
+ createdAt: string;
595
+ updatedAt: string;
596
+ deletedAt: string | 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.ZodDate;
690
- updatedAt: z.ZodDate;
691
- deletedAt: z.ZodNullable<z.ZodDate>;
689
+ createdAt: z.ZodString;
690
+ updatedAt: z.ZodString;
691
+ deletedAt: z.ZodNullable<z.ZodString>;
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: Date;
701
- updatedAt: Date;
702
- deletedAt: Date | null;
700
+ createdAt: string;
701
+ updatedAt: string;
702
+ deletedAt: string | 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: Date;
712
- updatedAt: Date;
713
- deletedAt: Date | null;
711
+ createdAt: string;
712
+ updatedAt: string;
713
+ deletedAt: string | 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: Date;
726
- updatedAt: Date;
727
- deletedAt: Date | null;
725
+ createdAt: string;
726
+ updatedAt: string;
727
+ deletedAt: string | 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: Date;
740
- updatedAt: Date;
741
- deletedAt: Date | null;
739
+ createdAt: string;
740
+ updatedAt: string;
741
+ deletedAt: string | 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.ZodDate;
5
- updatedAt: z.ZodDate;
6
- deletedAt: z.ZodNullable<z.ZodDate>;
4
+ createdAt: z.ZodString;
5
+ updatedAt: z.ZodString;
6
+ deletedAt: z.ZodNullable<z.ZodString>;
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: Date;
16
- updatedAt: Date;
17
- deletedAt: Date | null;
15
+ createdAt: string;
16
+ updatedAt: string;
17
+ deletedAt: string | 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: Date;
27
- updatedAt: Date;
28
- deletedAt: Date | null;
26
+ createdAt: string;
27
+ updatedAt: string;
28
+ deletedAt: string | null;
29
29
  userId: string | null;
30
30
  sipServerUrl: string;
31
31
  sipUserName: string;