@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.
Files changed (101) hide show
  1. package/dist/index.js +1634 -1538
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +1633 -1538
  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/attribute/index.d.ts +108 -108
  8. package/dist/src/attribute/schema.d.ts +24 -24
  9. package/dist/src/attribute-option/schema.d.ts +9 -9
  10. package/dist/src/auth/index.d.ts +89 -89
  11. package/dist/src/base-contract.d.ts +9 -9
  12. package/dist/src/call-log/schema.d.ts +9 -9
  13. package/dist/src/category/index.d.ts +42 -42
  14. package/dist/src/category/schema.d.ts +9 -9
  15. package/dist/src/channel/index.d.ts +537 -351
  16. package/dist/src/channel/index.d.ts.map +1 -1
  17. package/dist/src/channel/schema.d.ts +98 -101
  18. package/dist/src/channel/schema.d.ts.map +1 -1
  19. package/dist/src/channel/validation.d.ts +89 -89
  20. package/dist/src/chat/index.d.ts +13187 -13187
  21. package/dist/src/chat/schema.d.ts +2360 -2360
  22. package/dist/src/chat/validation.d.ts +3251 -3251
  23. package/dist/src/comment/index.d.ts +1368 -1368
  24. package/dist/src/comment/schema.d.ts +388 -388
  25. package/dist/src/company/index.d.ts +324 -321
  26. package/dist/src/company/index.d.ts.map +1 -1
  27. package/dist/src/company/schema.d.ts +196 -59
  28. package/dist/src/company/schema.d.ts.map +1 -1
  29. package/dist/src/company/validation.d.ts +177 -177
  30. package/dist/src/contact/index.d.ts +2171 -2171
  31. package/dist/src/contact/schema.d.ts +362 -362
  32. package/dist/src/contact/validation.d.ts +1685 -1685
  33. package/dist/src/contact-email/schema.d.ts +9 -9
  34. package/dist/src/contact-phone/schema.d.ts +9 -9
  35. package/dist/src/contract.d.ts +26873 -26391
  36. package/dist/src/contract.d.ts.map +1 -1
  37. package/dist/src/custom-field/schema.d.ts +12 -12
  38. package/dist/src/custom-field-upload/schema.d.ts +9 -9
  39. package/dist/src/cx-log/index.d.ts +1644 -1644
  40. package/dist/src/cx-log/schema.d.ts +1400 -1400
  41. package/dist/src/dashboard/index.d.ts +11 -7
  42. package/dist/src/dashboard/index.d.ts.map +1 -1
  43. package/dist/src/dashboard/schema.d.ts +127 -2
  44. package/dist/src/dashboard/schema.d.ts.map +1 -1
  45. package/dist/src/evaluate-form/schema.d.ts +9 -9
  46. package/dist/src/extension/index.d.ts +115 -115
  47. package/dist/src/extension/schema.d.ts +9 -9
  48. package/dist/src/group/schema.d.ts +9 -9
  49. package/dist/src/index.d.ts +1 -0
  50. package/dist/src/index.d.ts.map +1 -1
  51. package/dist/src/log-form/schema.d.ts +9 -9
  52. package/dist/src/mail/account-contract.d.ts +168 -168
  53. package/dist/src/mail/mail-contract.d.ts +3357 -3357
  54. package/dist/src/mail/message-contract.d.ts +152 -152
  55. package/dist/src/mail/room-contract.d.ts +3036 -3036
  56. package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
  57. package/dist/src/mail/schemas/account.schema.d.ts +33 -33
  58. package/dist/src/mail/schemas/message.schema.d.ts +108 -108
  59. package/dist/src/mail/schemas/room-validation.schema.d.ts +1000 -1000
  60. package/dist/src/mail/schemas/room.schema.d.ts +806 -806
  61. package/dist/src/messenger/index.d.ts +2201 -2071
  62. package/dist/src/messenger/index.d.ts.map +1 -1
  63. package/dist/src/messenger/validation.d.ts +108 -1
  64. package/dist/src/messenger/validation.d.ts.map +1 -1
  65. package/dist/src/permission/index.d.ts +15 -15
  66. package/dist/src/permission/schema.d.ts +9 -9
  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 -757
  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 +66 -0
  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 +150 -79
  89. package/dist/src/widget/index.d.ts.map +1 -1
  90. package/dist/src/widget/schema.d.ts +9 -9
  91. package/dist/src/widget/validation.d.ts +10 -0
  92. package/dist/src/widget/validation.d.ts.map +1 -1
  93. package/dist/src/wrap-up-form/index.d.ts +96 -96
  94. package/dist/src/wrap-up-form/schema.d.ts +24 -24
  95. package/package.json +4 -10
  96. package/dist/src/app/index.d.ts +0 -17
  97. package/dist/src/app/index.d.ts.map +0 -1
  98. package/dist/src/mail/mail-server.d.ts +0 -216
  99. package/dist/src/mail/mail-server.d.ts.map +0 -1
  100. package/dist/src/platform-contact/schema.d.ts +0 -30
  101. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -1,89 +1,89 @@
1
1
  import z from 'zod';
2
2
  export declare const UserSchema: 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
  name: z.ZodString;
8
8
  email: z.ZodString;
9
- emailVerifiedAt: z.ZodNullable<z.ZodDate>;
9
+ emailVerifiedAt: z.ZodNullable<z.ZodString>;
10
10
  password: z.ZodString;
11
11
  address: z.ZodNullable<z.ZodString>;
12
12
  phone: z.ZodNullable<z.ZodString>;
13
13
  notificationCount: z.ZodNullable<z.ZodNumber>;
14
14
  roles: z.ZodArray<z.ZodObject<{
15
15
  id: z.ZodString;
16
- createdAt: z.ZodDate;
17
- updatedAt: z.ZodDate;
18
- deletedAt: z.ZodNullable<z.ZodDate>;
16
+ createdAt: z.ZodString;
17
+ updatedAt: z.ZodString;
18
+ deletedAt: z.ZodNullable<z.ZodString>;
19
19
  systemName: z.ZodString;
20
20
  displayName: z.ZodString;
21
21
  description: z.ZodNullable<z.ZodString>;
22
22
  permissions: z.ZodArray<z.ZodObject<{
23
23
  id: z.ZodString;
24
- createdAt: z.ZodDate;
25
- updatedAt: z.ZodDate;
26
- deletedAt: z.ZodNullable<z.ZodDate>;
24
+ createdAt: z.ZodString;
25
+ updatedAt: z.ZodString;
26
+ deletedAt: z.ZodNullable<z.ZodString>;
27
27
  systemName: z.ZodString;
28
28
  displayName: z.ZodString;
29
29
  description: z.ZodNullable<z.ZodString>;
30
30
  }, "strip", z.ZodTypeAny, {
31
31
  id: string;
32
32
  description: string | null;
33
- createdAt: Date;
34
- updatedAt: Date;
35
- deletedAt: Date | null;
33
+ createdAt: string;
34
+ updatedAt: string;
35
+ deletedAt: string | null;
36
36
  systemName: string;
37
37
  displayName: string;
38
38
  }, {
39
39
  id: string;
40
40
  description: string | null;
41
- createdAt: Date;
42
- updatedAt: Date;
43
- deletedAt: Date | null;
41
+ createdAt: string;
42
+ updatedAt: string;
43
+ deletedAt: string | null;
44
44
  systemName: string;
45
45
  displayName: string;
46
46
  }>, "many">;
47
47
  }, "strip", z.ZodTypeAny, {
48
48
  id: string;
49
49
  description: string | null;
50
- createdAt: Date;
51
- updatedAt: Date;
52
- deletedAt: Date | null;
50
+ createdAt: string;
51
+ updatedAt: string;
52
+ deletedAt: string | null;
53
53
  systemName: string;
54
54
  displayName: string;
55
55
  permissions: {
56
56
  id: string;
57
57
  description: string | null;
58
- createdAt: Date;
59
- updatedAt: Date;
60
- deletedAt: Date | null;
58
+ createdAt: string;
59
+ updatedAt: string;
60
+ deletedAt: string | null;
61
61
  systemName: string;
62
62
  displayName: string;
63
63
  }[];
64
64
  }, {
65
65
  id: string;
66
66
  description: string | null;
67
- createdAt: Date;
68
- updatedAt: Date;
69
- deletedAt: Date | null;
67
+ createdAt: string;
68
+ updatedAt: string;
69
+ deletedAt: string | null;
70
70
  systemName: string;
71
71
  displayName: string;
72
72
  permissions: {
73
73
  id: string;
74
74
  description: string | null;
75
- createdAt: Date;
76
- updatedAt: Date;
77
- deletedAt: Date | null;
75
+ createdAt: string;
76
+ updatedAt: string;
77
+ deletedAt: string | null;
78
78
  systemName: string;
79
79
  displayName: string;
80
80
  }[];
81
81
  }>, "many">;
82
82
  extension: z.ZodOptional<z.ZodObject<{
83
83
  id: z.ZodString;
84
- createdAt: z.ZodDate;
85
- updatedAt: z.ZodDate;
86
- deletedAt: z.ZodNullable<z.ZodDate>;
84
+ createdAt: z.ZodString;
85
+ updatedAt: z.ZodString;
86
+ deletedAt: z.ZodNullable<z.ZodString>;
87
87
  userId: z.ZodNullable<z.ZodString>;
88
88
  sipServerUrl: z.ZodString;
89
89
  sipUserName: z.ZodString;
@@ -92,9 +92,9 @@ export declare const UserSchema: z.ZodObject<{
92
92
  telephonySignature: z.ZodNullable<z.ZodString>;
93
93
  }, "strip", z.ZodTypeAny, {
94
94
  id: string;
95
- createdAt: Date;
96
- updatedAt: Date;
97
- deletedAt: Date | null;
95
+ createdAt: string;
96
+ updatedAt: string;
97
+ deletedAt: string | null;
98
98
  userId: string | null;
99
99
  sipServerUrl: string;
100
100
  sipUserName: string;
@@ -103,9 +103,9 @@ export declare const UserSchema: z.ZodObject<{
103
103
  telephonySignature: string | null;
104
104
  }, {
105
105
  id: string;
106
- createdAt: Date;
107
- updatedAt: Date;
108
- deletedAt: Date | null;
106
+ createdAt: string;
107
+ updatedAt: string;
108
+ deletedAt: string | null;
109
109
  userId: string | null;
110
110
  sipServerUrl: string;
111
111
  sipUserName: string;
@@ -118,36 +118,36 @@ export declare const UserSchema: z.ZodObject<{
118
118
  address: string | null;
119
119
  name: string;
120
120
  email: string;
121
- createdAt: Date;
122
- updatedAt: Date;
123
- deletedAt: Date | null;
124
- emailVerifiedAt: Date | null;
121
+ createdAt: string;
122
+ updatedAt: string;
123
+ deletedAt: string | null;
124
+ emailVerifiedAt: string | null;
125
125
  password: string;
126
126
  phone: string | null;
127
127
  notificationCount: number | null;
128
128
  roles: {
129
129
  id: string;
130
130
  description: string | null;
131
- createdAt: Date;
132
- updatedAt: Date;
133
- deletedAt: Date | null;
131
+ createdAt: string;
132
+ updatedAt: string;
133
+ deletedAt: string | null;
134
134
  systemName: string;
135
135
  displayName: string;
136
136
  permissions: {
137
137
  id: string;
138
138
  description: string | null;
139
- createdAt: Date;
140
- updatedAt: Date;
141
- deletedAt: Date | null;
139
+ createdAt: string;
140
+ updatedAt: string;
141
+ deletedAt: string | null;
142
142
  systemName: string;
143
143
  displayName: string;
144
144
  }[];
145
145
  }[];
146
146
  extension?: {
147
147
  id: string;
148
- createdAt: Date;
149
- updatedAt: Date;
150
- deletedAt: Date | null;
148
+ createdAt: string;
149
+ updatedAt: string;
150
+ deletedAt: string | null;
151
151
  userId: string | null;
152
152
  sipServerUrl: string;
153
153
  sipUserName: string;
@@ -160,36 +160,36 @@ export declare const UserSchema: z.ZodObject<{
160
160
  address: string | null;
161
161
  name: string;
162
162
  email: string;
163
- createdAt: Date;
164
- updatedAt: Date;
165
- deletedAt: Date | null;
166
- emailVerifiedAt: Date | null;
163
+ createdAt: string;
164
+ updatedAt: string;
165
+ deletedAt: string | null;
166
+ emailVerifiedAt: string | null;
167
167
  password: string;
168
168
  phone: string | null;
169
169
  notificationCount: number | null;
170
170
  roles: {
171
171
  id: string;
172
172
  description: string | null;
173
- createdAt: Date;
174
- updatedAt: Date;
175
- deletedAt: Date | null;
173
+ createdAt: string;
174
+ updatedAt: string;
175
+ deletedAt: string | null;
176
176
  systemName: string;
177
177
  displayName: string;
178
178
  permissions: {
179
179
  id: string;
180
180
  description: string | null;
181
- createdAt: Date;
182
- updatedAt: Date;
183
- deletedAt: Date | null;
181
+ createdAt: string;
182
+ updatedAt: string;
183
+ deletedAt: string | null;
184
184
  systemName: string;
185
185
  displayName: string;
186
186
  }[];
187
187
  }[];
188
188
  extension?: {
189
189
  id: string;
190
- createdAt: Date;
191
- updatedAt: Date;
192
- deletedAt: Date | null;
190
+ createdAt: string;
191
+ updatedAt: string;
192
+ deletedAt: string | null;
193
193
  userId: string | null;
194
194
  sipServerUrl: string;
195
195
  sipUserName: string;
@@ -34,36 +34,36 @@ export declare const userPresenceStatusLogContract: {
34
34
  address: string | null;
35
35
  name: string;
36
36
  email: string;
37
- createdAt: Date;
38
- updatedAt: Date;
39
- deletedAt: Date | null;
40
- emailVerifiedAt: Date | null;
37
+ createdAt: string;
38
+ updatedAt: string;
39
+ deletedAt: string | null;
40
+ emailVerifiedAt: string | null;
41
41
  password: string;
42
42
  phone: string | null;
43
43
  notificationCount: number | null;
44
44
  roles: {
45
45
  id: string;
46
46
  description: string | null;
47
- createdAt: Date;
48
- updatedAt: Date;
49
- deletedAt: Date | null;
47
+ createdAt: string;
48
+ updatedAt: string;
49
+ deletedAt: string | null;
50
50
  systemName: string;
51
51
  displayName: string;
52
52
  permissions: {
53
53
  id: string;
54
54
  description: string | null;
55
- createdAt: Date;
56
- updatedAt: Date;
57
- deletedAt: Date | null;
55
+ createdAt: string;
56
+ updatedAt: string;
57
+ deletedAt: string | null;
58
58
  systemName: string;
59
59
  displayName: string;
60
60
  }[];
61
61
  }[];
62
62
  extension?: {
63
63
  id: string;
64
- createdAt: Date;
65
- updatedAt: Date;
66
- deletedAt: Date | null;
64
+ createdAt: string;
65
+ updatedAt: string;
66
+ deletedAt: string | null;
67
67
  userId: string | null;
68
68
  sipServerUrl: string;
69
69
  sipUserName: string;
@@ -72,24 +72,24 @@ export declare const userPresenceStatusLogContract: {
72
72
  telephonySignature: string | null;
73
73
  } | undefined;
74
74
  };
75
- createdAt: Date;
76
- updatedAt: Date;
77
- deletedAt: Date | null;
75
+ createdAt: string;
76
+ updatedAt: string;
77
+ deletedAt: string | null;
78
78
  previousPresenceStatus: {
79
79
  id: string;
80
80
  description: string;
81
81
  status: string;
82
- createdAt: Date;
83
- updatedAt: Date;
84
- deletedAt: Date | null;
82
+ createdAt: string;
83
+ updatedAt: string;
84
+ deletedAt: string | null;
85
85
  };
86
86
  newPresenceStatus: {
87
87
  id: string;
88
88
  description: string;
89
89
  status: string;
90
- createdAt: Date;
91
- updatedAt: Date;
92
- deletedAt: Date | null;
90
+ createdAt: string;
91
+ updatedAt: string;
92
+ deletedAt: string | null;
93
93
  };
94
94
  }, z.ZodTypeDef, {
95
95
  reason: string;
@@ -99,36 +99,36 @@ export declare const userPresenceStatusLogContract: {
99
99
  address: string | null;
100
100
  name: string;
101
101
  email: string;
102
- createdAt: Date;
103
- updatedAt: Date;
104
- deletedAt: Date | null;
105
- emailVerifiedAt: Date | null;
102
+ createdAt: string;
103
+ updatedAt: string;
104
+ deletedAt: string | null;
105
+ emailVerifiedAt: string | null;
106
106
  password: string;
107
107
  phone: string | null;
108
108
  notificationCount: number | null;
109
109
  roles: {
110
110
  id: string;
111
111
  description: string | null;
112
- createdAt: Date;
113
- updatedAt: Date;
114
- deletedAt: Date | null;
112
+ createdAt: string;
113
+ updatedAt: string;
114
+ deletedAt: string | null;
115
115
  systemName: string;
116
116
  displayName: string;
117
117
  permissions: {
118
118
  id: string;
119
119
  description: string | null;
120
- createdAt: Date;
121
- updatedAt: Date;
122
- deletedAt: Date | null;
120
+ createdAt: string;
121
+ updatedAt: string;
122
+ deletedAt: string | null;
123
123
  systemName: string;
124
124
  displayName: string;
125
125
  }[];
126
126
  }[];
127
127
  extension?: {
128
128
  id: string;
129
- createdAt: Date;
130
- updatedAt: Date;
131
- deletedAt: Date | null;
129
+ createdAt: string;
130
+ updatedAt: string;
131
+ deletedAt: string | null;
132
132
  userId: string | null;
133
133
  sipServerUrl: string;
134
134
  sipUserName: string;
@@ -137,24 +137,24 @@ export declare const userPresenceStatusLogContract: {
137
137
  telephonySignature: string | null;
138
138
  } | undefined;
139
139
  };
140
- createdAt: Date;
141
- updatedAt: Date;
142
- deletedAt: Date | null;
140
+ createdAt: string;
141
+ updatedAt: string;
142
+ deletedAt: string | null;
143
143
  previousPresenceStatus: {
144
144
  id: string;
145
145
  description: string;
146
146
  status: string;
147
- createdAt: Date;
148
- updatedAt: Date;
149
- deletedAt: Date | null;
147
+ createdAt: string;
148
+ updatedAt: string;
149
+ deletedAt: string | null;
150
150
  };
151
151
  newPresenceStatus: {
152
152
  id: string;
153
153
  description: string;
154
154
  status: string;
155
- createdAt: Date;
156
- updatedAt: Date;
157
- deletedAt: Date | null;
155
+ createdAt: string;
156
+ updatedAt: string;
157
+ deletedAt: string | null;
158
158
  };
159
159
  }>, "many">;
160
160
  }, "strip", z.ZodTypeAny, {
@@ -166,36 +166,36 @@ export declare const userPresenceStatusLogContract: {
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,24 +204,24 @@ export declare const userPresenceStatusLogContract: {
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
  previousPresenceStatus: {
211
211
  id: string;
212
212
  description: string;
213
213
  status: string;
214
- createdAt: Date;
215
- updatedAt: Date;
216
- deletedAt: Date | null;
214
+ createdAt: string;
215
+ updatedAt: string;
216
+ deletedAt: string | null;
217
217
  };
218
218
  newPresenceStatus: {
219
219
  id: string;
220
220
  description: string;
221
221
  status: string;
222
- createdAt: Date;
223
- updatedAt: Date;
224
- deletedAt: Date | null;
222
+ createdAt: string;
223
+ updatedAt: string;
224
+ deletedAt: string | null;
225
225
  };
226
226
  }[];
227
227
  total: number;
@@ -237,36 +237,36 @@ export declare const userPresenceStatusLogContract: {
237
237
  address: string | null;
238
238
  name: string;
239
239
  email: string;
240
- createdAt: Date;
241
- updatedAt: Date;
242
- deletedAt: Date | null;
243
- emailVerifiedAt: Date | null;
240
+ createdAt: string;
241
+ updatedAt: string;
242
+ deletedAt: string | null;
243
+ emailVerifiedAt: string | null;
244
244
  password: string;
245
245
  phone: string | null;
246
246
  notificationCount: number | null;
247
247
  roles: {
248
248
  id: string;
249
249
  description: string | null;
250
- createdAt: Date;
251
- updatedAt: Date;
252
- deletedAt: Date | null;
250
+ createdAt: string;
251
+ updatedAt: string;
252
+ deletedAt: string | null;
253
253
  systemName: string;
254
254
  displayName: string;
255
255
  permissions: {
256
256
  id: string;
257
257
  description: string | null;
258
- createdAt: Date;
259
- updatedAt: Date;
260
- deletedAt: Date | null;
258
+ createdAt: string;
259
+ updatedAt: string;
260
+ deletedAt: string | null;
261
261
  systemName: string;
262
262
  displayName: string;
263
263
  }[];
264
264
  }[];
265
265
  extension?: {
266
266
  id: string;
267
- createdAt: Date;
268
- updatedAt: Date;
269
- deletedAt: Date | null;
267
+ createdAt: string;
268
+ updatedAt: string;
269
+ deletedAt: string | null;
270
270
  userId: string | null;
271
271
  sipServerUrl: string;
272
272
  sipUserName: string;
@@ -275,24 +275,24 @@ export declare const userPresenceStatusLogContract: {
275
275
  telephonySignature: string | null;
276
276
  } | undefined;
277
277
  };
278
- createdAt: Date;
279
- updatedAt: Date;
280
- deletedAt: Date | null;
278
+ createdAt: string;
279
+ updatedAt: string;
280
+ deletedAt: string | null;
281
281
  previousPresenceStatus: {
282
282
  id: string;
283
283
  description: string;
284
284
  status: string;
285
- createdAt: Date;
286
- updatedAt: Date;
287
- deletedAt: Date | null;
285
+ createdAt: string;
286
+ updatedAt: string;
287
+ deletedAt: string | null;
288
288
  };
289
289
  newPresenceStatus: {
290
290
  id: string;
291
291
  description: string;
292
292
  status: string;
293
- createdAt: Date;
294
- updatedAt: Date;
295
- deletedAt: Date | null;
293
+ createdAt: string;
294
+ updatedAt: string;
295
+ deletedAt: string | null;
296
296
  };
297
297
  }[];
298
298
  total: number;