@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
@@ -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.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
name: z.ZodString;
|
8
8
|
email: z.ZodString;
|
9
|
-
emailVerifiedAt: z.ZodNullable<z.
|
9
|
+
emailVerifiedAt: z.ZodNullable<z.ZodDate>;
|
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.
|
17
|
-
updatedAt: z.
|
18
|
-
deletedAt: z.ZodNullable<z.
|
16
|
+
createdAt: z.ZodDate;
|
17
|
+
updatedAt: z.ZodDate;
|
18
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
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.
|
25
|
-
updatedAt: z.
|
26
|
-
deletedAt: z.ZodNullable<z.
|
24
|
+
createdAt: z.ZodDate;
|
25
|
+
updatedAt: z.ZodDate;
|
26
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
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:
|
34
|
-
updatedAt:
|
35
|
-
deletedAt:
|
33
|
+
createdAt: Date;
|
34
|
+
updatedAt: Date;
|
35
|
+
deletedAt: Date | null;
|
36
36
|
systemName: string;
|
37
37
|
displayName: string;
|
38
38
|
}, {
|
39
39
|
id: string;
|
40
40
|
description: string | null;
|
41
|
-
createdAt:
|
42
|
-
updatedAt:
|
43
|
-
deletedAt:
|
41
|
+
createdAt: Date;
|
42
|
+
updatedAt: Date;
|
43
|
+
deletedAt: Date | 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:
|
51
|
-
updatedAt:
|
52
|
-
deletedAt:
|
50
|
+
createdAt: Date;
|
51
|
+
updatedAt: Date;
|
52
|
+
deletedAt: Date | null;
|
53
53
|
systemName: string;
|
54
54
|
displayName: string;
|
55
55
|
permissions: {
|
56
56
|
id: string;
|
57
57
|
description: string | null;
|
58
|
-
createdAt:
|
59
|
-
updatedAt:
|
60
|
-
deletedAt:
|
58
|
+
createdAt: Date;
|
59
|
+
updatedAt: Date;
|
60
|
+
deletedAt: Date | null;
|
61
61
|
systemName: string;
|
62
62
|
displayName: string;
|
63
63
|
}[];
|
64
64
|
}, {
|
65
65
|
id: string;
|
66
66
|
description: string | null;
|
67
|
-
createdAt:
|
68
|
-
updatedAt:
|
69
|
-
deletedAt:
|
67
|
+
createdAt: Date;
|
68
|
+
updatedAt: Date;
|
69
|
+
deletedAt: Date | null;
|
70
70
|
systemName: string;
|
71
71
|
displayName: string;
|
72
72
|
permissions: {
|
73
73
|
id: string;
|
74
74
|
description: string | null;
|
75
|
-
createdAt:
|
76
|
-
updatedAt:
|
77
|
-
deletedAt:
|
75
|
+
createdAt: Date;
|
76
|
+
updatedAt: Date;
|
77
|
+
deletedAt: Date | 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.
|
85
|
-
updatedAt: z.
|
86
|
-
deletedAt: z.ZodNullable<z.
|
84
|
+
createdAt: z.ZodDate;
|
85
|
+
updatedAt: z.ZodDate;
|
86
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
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:
|
96
|
-
updatedAt:
|
97
|
-
deletedAt:
|
95
|
+
createdAt: Date;
|
96
|
+
updatedAt: Date;
|
97
|
+
deletedAt: Date | 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:
|
107
|
-
updatedAt:
|
108
|
-
deletedAt:
|
106
|
+
createdAt: Date;
|
107
|
+
updatedAt: Date;
|
108
|
+
deletedAt: Date | 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:
|
122
|
-
updatedAt:
|
123
|
-
deletedAt:
|
124
|
-
emailVerifiedAt:
|
121
|
+
createdAt: Date;
|
122
|
+
updatedAt: Date;
|
123
|
+
deletedAt: Date | null;
|
124
|
+
emailVerifiedAt: Date | 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:
|
132
|
-
updatedAt:
|
133
|
-
deletedAt:
|
131
|
+
createdAt: Date;
|
132
|
+
updatedAt: Date;
|
133
|
+
deletedAt: Date | null;
|
134
134
|
systemName: string;
|
135
135
|
displayName: string;
|
136
136
|
permissions: {
|
137
137
|
id: string;
|
138
138
|
description: string | null;
|
139
|
-
createdAt:
|
140
|
-
updatedAt:
|
141
|
-
deletedAt:
|
139
|
+
createdAt: Date;
|
140
|
+
updatedAt: Date;
|
141
|
+
deletedAt: Date | null;
|
142
142
|
systemName: string;
|
143
143
|
displayName: string;
|
144
144
|
}[];
|
145
145
|
}[];
|
146
146
|
extension?: {
|
147
147
|
id: string;
|
148
|
-
createdAt:
|
149
|
-
updatedAt:
|
150
|
-
deletedAt:
|
148
|
+
createdAt: Date;
|
149
|
+
updatedAt: Date;
|
150
|
+
deletedAt: Date | 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:
|
164
|
-
updatedAt:
|
165
|
-
deletedAt:
|
166
|
-
emailVerifiedAt:
|
163
|
+
createdAt: Date;
|
164
|
+
updatedAt: Date;
|
165
|
+
deletedAt: Date | null;
|
166
|
+
emailVerifiedAt: Date | 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:
|
174
|
-
updatedAt:
|
175
|
-
deletedAt:
|
173
|
+
createdAt: Date;
|
174
|
+
updatedAt: Date;
|
175
|
+
deletedAt: Date | null;
|
176
176
|
systemName: string;
|
177
177
|
displayName: string;
|
178
178
|
permissions: {
|
179
179
|
id: string;
|
180
180
|
description: string | null;
|
181
|
-
createdAt:
|
182
|
-
updatedAt:
|
183
|
-
deletedAt:
|
181
|
+
createdAt: Date;
|
182
|
+
updatedAt: Date;
|
183
|
+
deletedAt: Date | null;
|
184
184
|
systemName: string;
|
185
185
|
displayName: string;
|
186
186
|
}[];
|
187
187
|
}[];
|
188
188
|
extension?: {
|
189
189
|
id: string;
|
190
|
-
createdAt:
|
191
|
-
updatedAt:
|
192
|
-
deletedAt:
|
190
|
+
createdAt: Date;
|
191
|
+
updatedAt: Date;
|
192
|
+
deletedAt: Date | 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:
|
38
|
-
updatedAt:
|
39
|
-
deletedAt:
|
40
|
-
emailVerifiedAt:
|
37
|
+
createdAt: Date;
|
38
|
+
updatedAt: Date;
|
39
|
+
deletedAt: Date | null;
|
40
|
+
emailVerifiedAt: Date | 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:
|
48
|
-
updatedAt:
|
49
|
-
deletedAt:
|
47
|
+
createdAt: Date;
|
48
|
+
updatedAt: Date;
|
49
|
+
deletedAt: Date | null;
|
50
50
|
systemName: string;
|
51
51
|
displayName: string;
|
52
52
|
permissions: {
|
53
53
|
id: string;
|
54
54
|
description: string | null;
|
55
|
-
createdAt:
|
56
|
-
updatedAt:
|
57
|
-
deletedAt:
|
55
|
+
createdAt: Date;
|
56
|
+
updatedAt: Date;
|
57
|
+
deletedAt: Date | null;
|
58
58
|
systemName: string;
|
59
59
|
displayName: string;
|
60
60
|
}[];
|
61
61
|
}[];
|
62
62
|
extension?: {
|
63
63
|
id: string;
|
64
|
-
createdAt:
|
65
|
-
updatedAt:
|
66
|
-
deletedAt:
|
64
|
+
createdAt: Date;
|
65
|
+
updatedAt: Date;
|
66
|
+
deletedAt: Date | 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:
|
76
|
-
updatedAt:
|
77
|
-
deletedAt:
|
75
|
+
createdAt: Date;
|
76
|
+
updatedAt: Date;
|
77
|
+
deletedAt: Date | null;
|
78
78
|
previousPresenceStatus: {
|
79
79
|
id: string;
|
80
80
|
description: string;
|
81
81
|
status: string;
|
82
|
-
createdAt:
|
83
|
-
updatedAt:
|
84
|
-
deletedAt:
|
82
|
+
createdAt: Date;
|
83
|
+
updatedAt: Date;
|
84
|
+
deletedAt: Date | null;
|
85
85
|
};
|
86
86
|
newPresenceStatus: {
|
87
87
|
id: string;
|
88
88
|
description: string;
|
89
89
|
status: string;
|
90
|
-
createdAt:
|
91
|
-
updatedAt:
|
92
|
-
deletedAt:
|
90
|
+
createdAt: Date;
|
91
|
+
updatedAt: Date;
|
92
|
+
deletedAt: Date | 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:
|
103
|
-
updatedAt:
|
104
|
-
deletedAt:
|
105
|
-
emailVerifiedAt:
|
102
|
+
createdAt: Date;
|
103
|
+
updatedAt: Date;
|
104
|
+
deletedAt: Date | null;
|
105
|
+
emailVerifiedAt: Date | 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:
|
113
|
-
updatedAt:
|
114
|
-
deletedAt:
|
112
|
+
createdAt: Date;
|
113
|
+
updatedAt: Date;
|
114
|
+
deletedAt: Date | null;
|
115
115
|
systemName: string;
|
116
116
|
displayName: string;
|
117
117
|
permissions: {
|
118
118
|
id: string;
|
119
119
|
description: string | null;
|
120
|
-
createdAt:
|
121
|
-
updatedAt:
|
122
|
-
deletedAt:
|
120
|
+
createdAt: Date;
|
121
|
+
updatedAt: Date;
|
122
|
+
deletedAt: Date | null;
|
123
123
|
systemName: string;
|
124
124
|
displayName: string;
|
125
125
|
}[];
|
126
126
|
}[];
|
127
127
|
extension?: {
|
128
128
|
id: string;
|
129
|
-
createdAt:
|
130
|
-
updatedAt:
|
131
|
-
deletedAt:
|
129
|
+
createdAt: Date;
|
130
|
+
updatedAt: Date;
|
131
|
+
deletedAt: Date | 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:
|
141
|
-
updatedAt:
|
142
|
-
deletedAt:
|
140
|
+
createdAt: Date;
|
141
|
+
updatedAt: Date;
|
142
|
+
deletedAt: Date | null;
|
143
143
|
previousPresenceStatus: {
|
144
144
|
id: string;
|
145
145
|
description: string;
|
146
146
|
status: string;
|
147
|
-
createdAt:
|
148
|
-
updatedAt:
|
149
|
-
deletedAt:
|
147
|
+
createdAt: Date;
|
148
|
+
updatedAt: Date;
|
149
|
+
deletedAt: Date | null;
|
150
150
|
};
|
151
151
|
newPresenceStatus: {
|
152
152
|
id: string;
|
153
153
|
description: string;
|
154
154
|
status: string;
|
155
|
-
createdAt:
|
156
|
-
updatedAt:
|
157
|
-
deletedAt:
|
155
|
+
createdAt: Date;
|
156
|
+
updatedAt: Date;
|
157
|
+
deletedAt: Date | 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:
|
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,24 +204,24 @@ export declare const userPresenceStatusLogContract: {
|
|
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
|
previousPresenceStatus: {
|
211
211
|
id: string;
|
212
212
|
description: string;
|
213
213
|
status: string;
|
214
|
-
createdAt:
|
215
|
-
updatedAt:
|
216
|
-
deletedAt:
|
214
|
+
createdAt: Date;
|
215
|
+
updatedAt: Date;
|
216
|
+
deletedAt: Date | null;
|
217
217
|
};
|
218
218
|
newPresenceStatus: {
|
219
219
|
id: string;
|
220
220
|
description: string;
|
221
221
|
status: string;
|
222
|
-
createdAt:
|
223
|
-
updatedAt:
|
224
|
-
deletedAt:
|
222
|
+
createdAt: Date;
|
223
|
+
updatedAt: Date;
|
224
|
+
deletedAt: Date | 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:
|
241
|
-
updatedAt:
|
242
|
-
deletedAt:
|
243
|
-
emailVerifiedAt:
|
240
|
+
createdAt: Date;
|
241
|
+
updatedAt: Date;
|
242
|
+
deletedAt: Date | null;
|
243
|
+
emailVerifiedAt: Date | 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:
|
251
|
-
updatedAt:
|
252
|
-
deletedAt:
|
250
|
+
createdAt: Date;
|
251
|
+
updatedAt: Date;
|
252
|
+
deletedAt: Date | null;
|
253
253
|
systemName: string;
|
254
254
|
displayName: string;
|
255
255
|
permissions: {
|
256
256
|
id: string;
|
257
257
|
description: string | null;
|
258
|
-
createdAt:
|
259
|
-
updatedAt:
|
260
|
-
deletedAt:
|
258
|
+
createdAt: Date;
|
259
|
+
updatedAt: Date;
|
260
|
+
deletedAt: Date | null;
|
261
261
|
systemName: string;
|
262
262
|
displayName: string;
|
263
263
|
}[];
|
264
264
|
}[];
|
265
265
|
extension?: {
|
266
266
|
id: string;
|
267
|
-
createdAt:
|
268
|
-
updatedAt:
|
269
|
-
deletedAt:
|
267
|
+
createdAt: Date;
|
268
|
+
updatedAt: Date;
|
269
|
+
deletedAt: Date | 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:
|
279
|
-
updatedAt:
|
280
|
-
deletedAt:
|
278
|
+
createdAt: Date;
|
279
|
+
updatedAt: Date;
|
280
|
+
deletedAt: Date | null;
|
281
281
|
previousPresenceStatus: {
|
282
282
|
id: string;
|
283
283
|
description: string;
|
284
284
|
status: string;
|
285
|
-
createdAt:
|
286
|
-
updatedAt:
|
287
|
-
deletedAt:
|
285
|
+
createdAt: Date;
|
286
|
+
updatedAt: Date;
|
287
|
+
deletedAt: Date | null;
|
288
288
|
};
|
289
289
|
newPresenceStatus: {
|
290
290
|
id: string;
|
291
291
|
description: string;
|
292
292
|
status: string;
|
293
|
-
createdAt:
|
294
|
-
updatedAt:
|
295
|
-
deletedAt:
|
293
|
+
createdAt: Date;
|
294
|
+
updatedAt: Date;
|
295
|
+
deletedAt: Date | null;
|
296
296
|
};
|
297
297
|
}[];
|
298
298
|
total: number;
|