@dakkitor/api-contracts 1.1.105 → 1.1.107
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/abilities/second-agent.abilities.json +1 -2
- package/dist/actives/actives.contract.d.ts +7410 -5890
- package/dist/actives/actives.contract.d.ts.map +1 -1
- package/dist/agent-client-links/agent-client-links.contract.d.ts +472 -82
- package/dist/agent-client-links/agent-client-links.contract.d.ts.map +1 -1
- package/dist/auth/auth.contract.d.ts +115 -15
- package/dist/auth/auth.contract.d.ts.map +1 -1
- package/dist/bookings/bookings.contract.d.ts +27469 -21549
- package/dist/bookings/bookings.contract.d.ts.map +1 -1
- package/dist/call-history/call-history.contract.d.ts +404 -114
- package/dist/call-history/call-history.contract.d.ts.map +1 -1
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +904 -264
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts.map +1 -1
- package/dist/collaborations/collaborations.contract.d.ts +866 -231
- package/dist/collaborations/collaborations.contract.d.ts.map +1 -1
- package/dist/jobs/jobs.contract.d.ts +5066 -3966
- package/dist/jobs/jobs.contract.d.ts.map +1 -1
- package/dist/lead-assignments/lead-assignments.contract.d.ts +434 -114
- package/dist/lead-assignments/lead-assignments.contract.d.ts.map +1 -1
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +196 -36
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts.map +1 -1
- package/dist/leads/leads.contract.d.ts +56 -56
- package/dist/users/users.contract.d.ts +475 -51
- package/dist/users/users.contract.d.ts.map +1 -1
- package/dist/users/users.contract.js +45 -8
- package/dist/workers/workers.contract.d.ts +344 -114
- package/dist/workers/workers.contract.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -32,11 +32,11 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
32
32
|
name: z.ZodString;
|
|
33
33
|
phoneNumber: z.ZodString;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
name: string;
|
|
36
35
|
phoneNumber: string;
|
|
37
|
-
}, {
|
|
38
36
|
name: string;
|
|
37
|
+
}, {
|
|
39
38
|
phoneNumber: string;
|
|
39
|
+
name: string;
|
|
40
40
|
}>>;
|
|
41
41
|
agentId: z.ZodNullable<z.ZodString>;
|
|
42
42
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -44,7 +44,22 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
44
44
|
firstName: z.ZodString;
|
|
45
45
|
lastName: z.ZodString;
|
|
46
46
|
email: z.ZodString;
|
|
47
|
-
|
|
47
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
48
|
+
id: z.ZodString;
|
|
49
|
+
phoneNumber: z.ZodString;
|
|
50
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
id: string;
|
|
54
|
+
phoneNumber: string;
|
|
55
|
+
isPrimary: boolean;
|
|
56
|
+
description?: string | null | undefined;
|
|
57
|
+
}, {
|
|
58
|
+
id: string;
|
|
59
|
+
phoneNumber: string;
|
|
60
|
+
description?: string | null | undefined;
|
|
61
|
+
isPrimary?: boolean | undefined;
|
|
62
|
+
}>, "many">>>;
|
|
48
63
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
49
64
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
50
65
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -53,9 +68,14 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
53
68
|
lastName: string;
|
|
54
69
|
firstName: string;
|
|
55
70
|
email: string;
|
|
56
|
-
phone: string;
|
|
57
71
|
createdAt: string;
|
|
58
72
|
id: string;
|
|
73
|
+
phoneNumbers: {
|
|
74
|
+
id: string;
|
|
75
|
+
phoneNumber: string;
|
|
76
|
+
isPrimary: boolean;
|
|
77
|
+
description?: string | null | undefined;
|
|
78
|
+
}[];
|
|
59
79
|
updatedAt: string;
|
|
60
80
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
61
81
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
@@ -63,10 +83,15 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
63
83
|
lastName: string;
|
|
64
84
|
firstName: string;
|
|
65
85
|
email: string;
|
|
66
|
-
phone: string;
|
|
67
86
|
createdAt: string | Date;
|
|
68
87
|
id: string;
|
|
69
88
|
updatedAt: string | Date;
|
|
89
|
+
phoneNumbers?: {
|
|
90
|
+
id: string;
|
|
91
|
+
phoneNumber: string;
|
|
92
|
+
description?: string | null | undefined;
|
|
93
|
+
isPrimary?: boolean | undefined;
|
|
94
|
+
}[] | undefined;
|
|
70
95
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
71
96
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
72
97
|
}>>;
|
|
@@ -94,8 +119,8 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
94
119
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
95
120
|
}, "strip", z.ZodTypeAny, {
|
|
96
121
|
createdAt: string;
|
|
97
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
98
122
|
id: string;
|
|
123
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
99
124
|
updatedAt: string;
|
|
100
125
|
agentId: string | null;
|
|
101
126
|
companyId: string | null;
|
|
@@ -112,21 +137,26 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
112
137
|
lastName: string;
|
|
113
138
|
firstName: string;
|
|
114
139
|
email: string;
|
|
115
|
-
phone: string;
|
|
116
140
|
createdAt: string;
|
|
117
141
|
id: string;
|
|
142
|
+
phoneNumbers: {
|
|
143
|
+
id: string;
|
|
144
|
+
phoneNumber: string;
|
|
145
|
+
isPrimary: boolean;
|
|
146
|
+
description?: string | null | undefined;
|
|
147
|
+
}[];
|
|
118
148
|
updatedAt: string;
|
|
119
149
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
120
150
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
121
151
|
} | undefined;
|
|
122
152
|
lead?: {
|
|
123
|
-
name: string;
|
|
124
153
|
phoneNumber: string;
|
|
154
|
+
name: string;
|
|
125
155
|
} | undefined;
|
|
126
156
|
}, {
|
|
127
157
|
createdAt: string | Date;
|
|
128
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
129
158
|
id: string;
|
|
159
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
130
160
|
updatedAt: string | Date;
|
|
131
161
|
agentId: string | null;
|
|
132
162
|
companyId: string | null;
|
|
@@ -143,16 +173,21 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
143
173
|
lastName: string;
|
|
144
174
|
firstName: string;
|
|
145
175
|
email: string;
|
|
146
|
-
phone: string;
|
|
147
176
|
createdAt: string | Date;
|
|
148
177
|
id: string;
|
|
149
178
|
updatedAt: string | Date;
|
|
179
|
+
phoneNumbers?: {
|
|
180
|
+
id: string;
|
|
181
|
+
phoneNumber: string;
|
|
182
|
+
description?: string | null | undefined;
|
|
183
|
+
isPrimary?: boolean | undefined;
|
|
184
|
+
}[] | undefined;
|
|
150
185
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
151
186
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
152
187
|
} | undefined;
|
|
153
188
|
lead?: {
|
|
154
|
-
name: string;
|
|
155
189
|
phoneNumber: string;
|
|
190
|
+
name: string;
|
|
156
191
|
} | undefined;
|
|
157
192
|
}>>>;
|
|
158
193
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -176,8 +211,8 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
176
211
|
leadId?: string | undefined;
|
|
177
212
|
assignment?: {
|
|
178
213
|
createdAt: string;
|
|
179
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
180
214
|
id: string;
|
|
215
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
181
216
|
updatedAt: string;
|
|
182
217
|
agentId: string | null;
|
|
183
218
|
companyId: string | null;
|
|
@@ -194,16 +229,21 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
194
229
|
lastName: string;
|
|
195
230
|
firstName: string;
|
|
196
231
|
email: string;
|
|
197
|
-
phone: string;
|
|
198
232
|
createdAt: string;
|
|
199
233
|
id: string;
|
|
234
|
+
phoneNumbers: {
|
|
235
|
+
id: string;
|
|
236
|
+
phoneNumber: string;
|
|
237
|
+
isPrimary: boolean;
|
|
238
|
+
description?: string | null | undefined;
|
|
239
|
+
}[];
|
|
200
240
|
updatedAt: string;
|
|
201
241
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
202
242
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
203
243
|
} | undefined;
|
|
204
244
|
lead?: {
|
|
205
|
-
name: string;
|
|
206
245
|
phoneNumber: string;
|
|
246
|
+
name: string;
|
|
207
247
|
} | undefined;
|
|
208
248
|
} | null | undefined;
|
|
209
249
|
}, {
|
|
@@ -220,8 +260,8 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
220
260
|
leadId?: string | undefined;
|
|
221
261
|
assignment?: {
|
|
222
262
|
createdAt: string | Date;
|
|
223
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
224
263
|
id: string;
|
|
264
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
225
265
|
updatedAt: string | Date;
|
|
226
266
|
agentId: string | null;
|
|
227
267
|
companyId: string | null;
|
|
@@ -238,16 +278,21 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
238
278
|
lastName: string;
|
|
239
279
|
firstName: string;
|
|
240
280
|
email: string;
|
|
241
|
-
phone: string;
|
|
242
281
|
createdAt: string | Date;
|
|
243
282
|
id: string;
|
|
244
283
|
updatedAt: string | Date;
|
|
284
|
+
phoneNumbers?: {
|
|
285
|
+
id: string;
|
|
286
|
+
phoneNumber: string;
|
|
287
|
+
description?: string | null | undefined;
|
|
288
|
+
isPrimary?: boolean | undefined;
|
|
289
|
+
}[] | undefined;
|
|
245
290
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
246
291
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
247
292
|
} | undefined;
|
|
248
293
|
lead?: {
|
|
249
|
-
name: string;
|
|
250
294
|
phoneNumber: string;
|
|
295
|
+
name: string;
|
|
251
296
|
} | undefined;
|
|
252
297
|
} | null | undefined;
|
|
253
298
|
}>;
|
|
@@ -264,11 +309,11 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
264
309
|
name: z.ZodString;
|
|
265
310
|
phoneNumber: z.ZodString;
|
|
266
311
|
}, "strip", z.ZodTypeAny, {
|
|
267
|
-
name: string;
|
|
268
312
|
phoneNumber: string;
|
|
269
|
-
}, {
|
|
270
313
|
name: string;
|
|
314
|
+
}, {
|
|
271
315
|
phoneNumber: string;
|
|
316
|
+
name: string;
|
|
272
317
|
}>>;
|
|
273
318
|
agentId: z.ZodNullable<z.ZodString>;
|
|
274
319
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -276,7 +321,22 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
276
321
|
firstName: z.ZodString;
|
|
277
322
|
lastName: z.ZodString;
|
|
278
323
|
email: z.ZodString;
|
|
279
|
-
|
|
324
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
325
|
+
id: z.ZodString;
|
|
326
|
+
phoneNumber: z.ZodString;
|
|
327
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
328
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
329
|
+
}, "strip", z.ZodTypeAny, {
|
|
330
|
+
id: string;
|
|
331
|
+
phoneNumber: string;
|
|
332
|
+
isPrimary: boolean;
|
|
333
|
+
description?: string | null | undefined;
|
|
334
|
+
}, {
|
|
335
|
+
id: string;
|
|
336
|
+
phoneNumber: string;
|
|
337
|
+
description?: string | null | undefined;
|
|
338
|
+
isPrimary?: boolean | undefined;
|
|
339
|
+
}>, "many">>>;
|
|
280
340
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
281
341
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
282
342
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -285,9 +345,14 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
285
345
|
lastName: string;
|
|
286
346
|
firstName: string;
|
|
287
347
|
email: string;
|
|
288
|
-
phone: string;
|
|
289
348
|
createdAt: string;
|
|
290
349
|
id: string;
|
|
350
|
+
phoneNumbers: {
|
|
351
|
+
id: string;
|
|
352
|
+
phoneNumber: string;
|
|
353
|
+
isPrimary: boolean;
|
|
354
|
+
description?: string | null | undefined;
|
|
355
|
+
}[];
|
|
291
356
|
updatedAt: string;
|
|
292
357
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
293
358
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
@@ -295,10 +360,15 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
295
360
|
lastName: string;
|
|
296
361
|
firstName: string;
|
|
297
362
|
email: string;
|
|
298
|
-
phone: string;
|
|
299
363
|
createdAt: string | Date;
|
|
300
364
|
id: string;
|
|
301
365
|
updatedAt: string | Date;
|
|
366
|
+
phoneNumbers?: {
|
|
367
|
+
id: string;
|
|
368
|
+
phoneNumber: string;
|
|
369
|
+
description?: string | null | undefined;
|
|
370
|
+
isPrimary?: boolean | undefined;
|
|
371
|
+
}[] | undefined;
|
|
302
372
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
303
373
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
304
374
|
}>>;
|
|
@@ -326,8 +396,8 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
326
396
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
327
397
|
}, "strip", z.ZodTypeAny, {
|
|
328
398
|
createdAt: string;
|
|
329
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
330
399
|
id: string;
|
|
400
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
331
401
|
updatedAt: string;
|
|
332
402
|
agentId: string | null;
|
|
333
403
|
companyId: string | null;
|
|
@@ -344,21 +414,26 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
344
414
|
lastName: string;
|
|
345
415
|
firstName: string;
|
|
346
416
|
email: string;
|
|
347
|
-
phone: string;
|
|
348
417
|
createdAt: string;
|
|
349
418
|
id: string;
|
|
419
|
+
phoneNumbers: {
|
|
420
|
+
id: string;
|
|
421
|
+
phoneNumber: string;
|
|
422
|
+
isPrimary: boolean;
|
|
423
|
+
description?: string | null | undefined;
|
|
424
|
+
}[];
|
|
350
425
|
updatedAt: string;
|
|
351
426
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
352
427
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
353
428
|
} | undefined;
|
|
354
429
|
lead?: {
|
|
355
|
-
name: string;
|
|
356
430
|
phoneNumber: string;
|
|
431
|
+
name: string;
|
|
357
432
|
} | undefined;
|
|
358
433
|
}, {
|
|
359
434
|
createdAt: string | Date;
|
|
360
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
361
435
|
id: string;
|
|
436
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
362
437
|
updatedAt: string | Date;
|
|
363
438
|
agentId: string | null;
|
|
364
439
|
companyId: string | null;
|
|
@@ -375,16 +450,21 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
375
450
|
lastName: string;
|
|
376
451
|
firstName: string;
|
|
377
452
|
email: string;
|
|
378
|
-
phone: string;
|
|
379
453
|
createdAt: string | Date;
|
|
380
454
|
id: string;
|
|
381
455
|
updatedAt: string | Date;
|
|
456
|
+
phoneNumbers?: {
|
|
457
|
+
id: string;
|
|
458
|
+
phoneNumber: string;
|
|
459
|
+
description?: string | null | undefined;
|
|
460
|
+
isPrimary?: boolean | undefined;
|
|
461
|
+
}[] | undefined;
|
|
382
462
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
383
463
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
384
464
|
} | undefined;
|
|
385
465
|
lead?: {
|
|
386
|
-
name: string;
|
|
387
466
|
phoneNumber: string;
|
|
467
|
+
name: string;
|
|
388
468
|
} | undefined;
|
|
389
469
|
}>>>;
|
|
390
470
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -408,8 +488,8 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
408
488
|
leadId?: string | undefined;
|
|
409
489
|
assignment?: {
|
|
410
490
|
createdAt: string;
|
|
411
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
412
491
|
id: string;
|
|
492
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
413
493
|
updatedAt: string;
|
|
414
494
|
agentId: string | null;
|
|
415
495
|
companyId: string | null;
|
|
@@ -426,16 +506,21 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
426
506
|
lastName: string;
|
|
427
507
|
firstName: string;
|
|
428
508
|
email: string;
|
|
429
|
-
phone: string;
|
|
430
509
|
createdAt: string;
|
|
431
510
|
id: string;
|
|
511
|
+
phoneNumbers: {
|
|
512
|
+
id: string;
|
|
513
|
+
phoneNumber: string;
|
|
514
|
+
isPrimary: boolean;
|
|
515
|
+
description?: string | null | undefined;
|
|
516
|
+
}[];
|
|
432
517
|
updatedAt: string;
|
|
433
518
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
434
519
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
435
520
|
} | undefined;
|
|
436
521
|
lead?: {
|
|
437
|
-
name: string;
|
|
438
522
|
phoneNumber: string;
|
|
523
|
+
name: string;
|
|
439
524
|
} | undefined;
|
|
440
525
|
} | null | undefined;
|
|
441
526
|
}, {
|
|
@@ -452,8 +537,8 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
452
537
|
leadId?: string | undefined;
|
|
453
538
|
assignment?: {
|
|
454
539
|
createdAt: string | Date;
|
|
455
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
456
540
|
id: string;
|
|
541
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
457
542
|
updatedAt: string | Date;
|
|
458
543
|
agentId: string | null;
|
|
459
544
|
companyId: string | null;
|
|
@@ -470,16 +555,21 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
470
555
|
lastName: string;
|
|
471
556
|
firstName: string;
|
|
472
557
|
email: string;
|
|
473
|
-
phone: string;
|
|
474
558
|
createdAt: string | Date;
|
|
475
559
|
id: string;
|
|
476
560
|
updatedAt: string | Date;
|
|
561
|
+
phoneNumbers?: {
|
|
562
|
+
id: string;
|
|
563
|
+
phoneNumber: string;
|
|
564
|
+
description?: string | null | undefined;
|
|
565
|
+
isPrimary?: boolean | undefined;
|
|
566
|
+
}[] | undefined;
|
|
477
567
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
478
568
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
479
569
|
} | undefined;
|
|
480
570
|
lead?: {
|
|
481
|
-
name: string;
|
|
482
571
|
phoneNumber: string;
|
|
572
|
+
name: string;
|
|
483
573
|
} | undefined;
|
|
484
574
|
} | null | undefined;
|
|
485
575
|
}>, "many">;
|
|
@@ -504,8 +594,8 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
504
594
|
leadId?: string | undefined;
|
|
505
595
|
assignment?: {
|
|
506
596
|
createdAt: string;
|
|
507
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
508
597
|
id: string;
|
|
598
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
509
599
|
updatedAt: string;
|
|
510
600
|
agentId: string | null;
|
|
511
601
|
companyId: string | null;
|
|
@@ -522,16 +612,21 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
522
612
|
lastName: string;
|
|
523
613
|
firstName: string;
|
|
524
614
|
email: string;
|
|
525
|
-
phone: string;
|
|
526
615
|
createdAt: string;
|
|
527
616
|
id: string;
|
|
617
|
+
phoneNumbers: {
|
|
618
|
+
id: string;
|
|
619
|
+
phoneNumber: string;
|
|
620
|
+
isPrimary: boolean;
|
|
621
|
+
description?: string | null | undefined;
|
|
622
|
+
}[];
|
|
528
623
|
updatedAt: string;
|
|
529
624
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
530
625
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
531
626
|
} | undefined;
|
|
532
627
|
lead?: {
|
|
533
|
-
name: string;
|
|
534
628
|
phoneNumber: string;
|
|
629
|
+
name: string;
|
|
535
630
|
} | undefined;
|
|
536
631
|
} | null | undefined;
|
|
537
632
|
}[];
|
|
@@ -555,8 +650,8 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
555
650
|
leadId?: string | undefined;
|
|
556
651
|
assignment?: {
|
|
557
652
|
createdAt: string | Date;
|
|
558
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
559
653
|
id: string;
|
|
654
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
560
655
|
updatedAt: string | Date;
|
|
561
656
|
agentId: string | null;
|
|
562
657
|
companyId: string | null;
|
|
@@ -573,16 +668,21 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
573
668
|
lastName: string;
|
|
574
669
|
firstName: string;
|
|
575
670
|
email: string;
|
|
576
|
-
phone: string;
|
|
577
671
|
createdAt: string | Date;
|
|
578
672
|
id: string;
|
|
579
673
|
updatedAt: string | Date;
|
|
674
|
+
phoneNumbers?: {
|
|
675
|
+
id: string;
|
|
676
|
+
phoneNumber: string;
|
|
677
|
+
description?: string | null | undefined;
|
|
678
|
+
isPrimary?: boolean | undefined;
|
|
679
|
+
}[] | undefined;
|
|
580
680
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
581
681
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
582
682
|
} | undefined;
|
|
583
683
|
lead?: {
|
|
584
|
-
name: string;
|
|
585
684
|
phoneNumber: string;
|
|
685
|
+
name: string;
|
|
586
686
|
} | undefined;
|
|
587
687
|
} | null | undefined;
|
|
588
688
|
}[];
|
|
@@ -823,11 +923,11 @@ export declare const callHistoryContract: {
|
|
|
823
923
|
name: z.ZodString;
|
|
824
924
|
phoneNumber: z.ZodString;
|
|
825
925
|
}, "strip", z.ZodTypeAny, {
|
|
826
|
-
name: string;
|
|
827
926
|
phoneNumber: string;
|
|
828
|
-
}, {
|
|
829
927
|
name: string;
|
|
928
|
+
}, {
|
|
830
929
|
phoneNumber: string;
|
|
930
|
+
name: string;
|
|
831
931
|
}>>;
|
|
832
932
|
agentId: z.ZodNullable<z.ZodString>;
|
|
833
933
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -835,7 +935,22 @@ export declare const callHistoryContract: {
|
|
|
835
935
|
firstName: z.ZodString;
|
|
836
936
|
lastName: z.ZodString;
|
|
837
937
|
email: z.ZodString;
|
|
838
|
-
|
|
938
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
939
|
+
id: z.ZodString;
|
|
940
|
+
phoneNumber: z.ZodString;
|
|
941
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
942
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
943
|
+
}, "strip", z.ZodTypeAny, {
|
|
944
|
+
id: string;
|
|
945
|
+
phoneNumber: string;
|
|
946
|
+
isPrimary: boolean;
|
|
947
|
+
description?: string | null | undefined;
|
|
948
|
+
}, {
|
|
949
|
+
id: string;
|
|
950
|
+
phoneNumber: string;
|
|
951
|
+
description?: string | null | undefined;
|
|
952
|
+
isPrimary?: boolean | undefined;
|
|
953
|
+
}>, "many">>>;
|
|
839
954
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
840
955
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
841
956
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -844,9 +959,14 @@ export declare const callHistoryContract: {
|
|
|
844
959
|
lastName: string;
|
|
845
960
|
firstName: string;
|
|
846
961
|
email: string;
|
|
847
|
-
phone: string;
|
|
848
962
|
createdAt: string;
|
|
849
963
|
id: string;
|
|
964
|
+
phoneNumbers: {
|
|
965
|
+
id: string;
|
|
966
|
+
phoneNumber: string;
|
|
967
|
+
isPrimary: boolean;
|
|
968
|
+
description?: string | null | undefined;
|
|
969
|
+
}[];
|
|
850
970
|
updatedAt: string;
|
|
851
971
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
852
972
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
@@ -854,10 +974,15 @@ export declare const callHistoryContract: {
|
|
|
854
974
|
lastName: string;
|
|
855
975
|
firstName: string;
|
|
856
976
|
email: string;
|
|
857
|
-
phone: string;
|
|
858
977
|
createdAt: string | Date;
|
|
859
978
|
id: string;
|
|
860
979
|
updatedAt: string | Date;
|
|
980
|
+
phoneNumbers?: {
|
|
981
|
+
id: string;
|
|
982
|
+
phoneNumber: string;
|
|
983
|
+
description?: string | null | undefined;
|
|
984
|
+
isPrimary?: boolean | undefined;
|
|
985
|
+
}[] | undefined;
|
|
861
986
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
862
987
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
863
988
|
}>>;
|
|
@@ -885,8 +1010,8 @@ export declare const callHistoryContract: {
|
|
|
885
1010
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
886
1011
|
}, "strip", z.ZodTypeAny, {
|
|
887
1012
|
createdAt: string;
|
|
888
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
889
1013
|
id: string;
|
|
1014
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
890
1015
|
updatedAt: string;
|
|
891
1016
|
agentId: string | null;
|
|
892
1017
|
companyId: string | null;
|
|
@@ -903,21 +1028,26 @@ export declare const callHistoryContract: {
|
|
|
903
1028
|
lastName: string;
|
|
904
1029
|
firstName: string;
|
|
905
1030
|
email: string;
|
|
906
|
-
phone: string;
|
|
907
1031
|
createdAt: string;
|
|
908
1032
|
id: string;
|
|
1033
|
+
phoneNumbers: {
|
|
1034
|
+
id: string;
|
|
1035
|
+
phoneNumber: string;
|
|
1036
|
+
isPrimary: boolean;
|
|
1037
|
+
description?: string | null | undefined;
|
|
1038
|
+
}[];
|
|
909
1039
|
updatedAt: string;
|
|
910
1040
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
911
1041
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
912
1042
|
} | undefined;
|
|
913
1043
|
lead?: {
|
|
914
|
-
name: string;
|
|
915
1044
|
phoneNumber: string;
|
|
1045
|
+
name: string;
|
|
916
1046
|
} | undefined;
|
|
917
1047
|
}, {
|
|
918
1048
|
createdAt: string | Date;
|
|
919
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
920
1049
|
id: string;
|
|
1050
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
921
1051
|
updatedAt: string | Date;
|
|
922
1052
|
agentId: string | null;
|
|
923
1053
|
companyId: string | null;
|
|
@@ -934,16 +1064,21 @@ export declare const callHistoryContract: {
|
|
|
934
1064
|
lastName: string;
|
|
935
1065
|
firstName: string;
|
|
936
1066
|
email: string;
|
|
937
|
-
phone: string;
|
|
938
1067
|
createdAt: string | Date;
|
|
939
1068
|
id: string;
|
|
940
1069
|
updatedAt: string | Date;
|
|
1070
|
+
phoneNumbers?: {
|
|
1071
|
+
id: string;
|
|
1072
|
+
phoneNumber: string;
|
|
1073
|
+
description?: string | null | undefined;
|
|
1074
|
+
isPrimary?: boolean | undefined;
|
|
1075
|
+
}[] | undefined;
|
|
941
1076
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
942
1077
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
943
1078
|
} | undefined;
|
|
944
1079
|
lead?: {
|
|
945
|
-
name: string;
|
|
946
1080
|
phoneNumber: string;
|
|
1081
|
+
name: string;
|
|
947
1082
|
} | undefined;
|
|
948
1083
|
}>>>;
|
|
949
1084
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -967,8 +1102,8 @@ export declare const callHistoryContract: {
|
|
|
967
1102
|
leadId?: string | undefined;
|
|
968
1103
|
assignment?: {
|
|
969
1104
|
createdAt: string;
|
|
970
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
971
1105
|
id: string;
|
|
1106
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
972
1107
|
updatedAt: string;
|
|
973
1108
|
agentId: string | null;
|
|
974
1109
|
companyId: string | null;
|
|
@@ -985,16 +1120,21 @@ export declare const callHistoryContract: {
|
|
|
985
1120
|
lastName: string;
|
|
986
1121
|
firstName: string;
|
|
987
1122
|
email: string;
|
|
988
|
-
phone: string;
|
|
989
1123
|
createdAt: string;
|
|
990
1124
|
id: string;
|
|
1125
|
+
phoneNumbers: {
|
|
1126
|
+
id: string;
|
|
1127
|
+
phoneNumber: string;
|
|
1128
|
+
isPrimary: boolean;
|
|
1129
|
+
description?: string | null | undefined;
|
|
1130
|
+
}[];
|
|
991
1131
|
updatedAt: string;
|
|
992
1132
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
993
1133
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
994
1134
|
} | undefined;
|
|
995
1135
|
lead?: {
|
|
996
|
-
name: string;
|
|
997
1136
|
phoneNumber: string;
|
|
1137
|
+
name: string;
|
|
998
1138
|
} | undefined;
|
|
999
1139
|
} | null | undefined;
|
|
1000
1140
|
}, {
|
|
@@ -1011,8 +1151,8 @@ export declare const callHistoryContract: {
|
|
|
1011
1151
|
leadId?: string | undefined;
|
|
1012
1152
|
assignment?: {
|
|
1013
1153
|
createdAt: string | Date;
|
|
1014
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1015
1154
|
id: string;
|
|
1155
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1016
1156
|
updatedAt: string | Date;
|
|
1017
1157
|
agentId: string | null;
|
|
1018
1158
|
companyId: string | null;
|
|
@@ -1029,16 +1169,21 @@ export declare const callHistoryContract: {
|
|
|
1029
1169
|
lastName: string;
|
|
1030
1170
|
firstName: string;
|
|
1031
1171
|
email: string;
|
|
1032
|
-
phone: string;
|
|
1033
1172
|
createdAt: string | Date;
|
|
1034
1173
|
id: string;
|
|
1035
1174
|
updatedAt: string | Date;
|
|
1175
|
+
phoneNumbers?: {
|
|
1176
|
+
id: string;
|
|
1177
|
+
phoneNumber: string;
|
|
1178
|
+
description?: string | null | undefined;
|
|
1179
|
+
isPrimary?: boolean | undefined;
|
|
1180
|
+
}[] | undefined;
|
|
1036
1181
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1037
1182
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1038
1183
|
} | undefined;
|
|
1039
1184
|
lead?: {
|
|
1040
|
-
name: string;
|
|
1041
1185
|
phoneNumber: string;
|
|
1186
|
+
name: string;
|
|
1042
1187
|
} | undefined;
|
|
1043
1188
|
} | null | undefined;
|
|
1044
1189
|
}>;
|
|
@@ -1237,11 +1382,11 @@ export declare const callHistoryContract: {
|
|
|
1237
1382
|
name: z.ZodString;
|
|
1238
1383
|
phoneNumber: z.ZodString;
|
|
1239
1384
|
}, "strip", z.ZodTypeAny, {
|
|
1240
|
-
name: string;
|
|
1241
1385
|
phoneNumber: string;
|
|
1242
|
-
}, {
|
|
1243
1386
|
name: string;
|
|
1387
|
+
}, {
|
|
1244
1388
|
phoneNumber: string;
|
|
1389
|
+
name: string;
|
|
1245
1390
|
}>>;
|
|
1246
1391
|
agentId: z.ZodNullable<z.ZodString>;
|
|
1247
1392
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -1249,7 +1394,22 @@ export declare const callHistoryContract: {
|
|
|
1249
1394
|
firstName: z.ZodString;
|
|
1250
1395
|
lastName: z.ZodString;
|
|
1251
1396
|
email: z.ZodString;
|
|
1252
|
-
|
|
1397
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1398
|
+
id: z.ZodString;
|
|
1399
|
+
phoneNumber: z.ZodString;
|
|
1400
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1401
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
1402
|
+
}, "strip", z.ZodTypeAny, {
|
|
1403
|
+
id: string;
|
|
1404
|
+
phoneNumber: string;
|
|
1405
|
+
isPrimary: boolean;
|
|
1406
|
+
description?: string | null | undefined;
|
|
1407
|
+
}, {
|
|
1408
|
+
id: string;
|
|
1409
|
+
phoneNumber: string;
|
|
1410
|
+
description?: string | null | undefined;
|
|
1411
|
+
isPrimary?: boolean | undefined;
|
|
1412
|
+
}>, "many">>>;
|
|
1253
1413
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
1254
1414
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
1255
1415
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1258,9 +1418,14 @@ export declare const callHistoryContract: {
|
|
|
1258
1418
|
lastName: string;
|
|
1259
1419
|
firstName: string;
|
|
1260
1420
|
email: string;
|
|
1261
|
-
phone: string;
|
|
1262
1421
|
createdAt: string;
|
|
1263
1422
|
id: string;
|
|
1423
|
+
phoneNumbers: {
|
|
1424
|
+
id: string;
|
|
1425
|
+
phoneNumber: string;
|
|
1426
|
+
isPrimary: boolean;
|
|
1427
|
+
description?: string | null | undefined;
|
|
1428
|
+
}[];
|
|
1264
1429
|
updatedAt: string;
|
|
1265
1430
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1266
1431
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
@@ -1268,10 +1433,15 @@ export declare const callHistoryContract: {
|
|
|
1268
1433
|
lastName: string;
|
|
1269
1434
|
firstName: string;
|
|
1270
1435
|
email: string;
|
|
1271
|
-
phone: string;
|
|
1272
1436
|
createdAt: string | Date;
|
|
1273
1437
|
id: string;
|
|
1274
1438
|
updatedAt: string | Date;
|
|
1439
|
+
phoneNumbers?: {
|
|
1440
|
+
id: string;
|
|
1441
|
+
phoneNumber: string;
|
|
1442
|
+
description?: string | null | undefined;
|
|
1443
|
+
isPrimary?: boolean | undefined;
|
|
1444
|
+
}[] | undefined;
|
|
1275
1445
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1276
1446
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1277
1447
|
}>>;
|
|
@@ -1299,8 +1469,8 @@ export declare const callHistoryContract: {
|
|
|
1299
1469
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1300
1470
|
}, "strip", z.ZodTypeAny, {
|
|
1301
1471
|
createdAt: string;
|
|
1302
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1303
1472
|
id: string;
|
|
1473
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1304
1474
|
updatedAt: string;
|
|
1305
1475
|
agentId: string | null;
|
|
1306
1476
|
companyId: string | null;
|
|
@@ -1317,21 +1487,26 @@ export declare const callHistoryContract: {
|
|
|
1317
1487
|
lastName: string;
|
|
1318
1488
|
firstName: string;
|
|
1319
1489
|
email: string;
|
|
1320
|
-
phone: string;
|
|
1321
1490
|
createdAt: string;
|
|
1322
1491
|
id: string;
|
|
1492
|
+
phoneNumbers: {
|
|
1493
|
+
id: string;
|
|
1494
|
+
phoneNumber: string;
|
|
1495
|
+
isPrimary: boolean;
|
|
1496
|
+
description?: string | null | undefined;
|
|
1497
|
+
}[];
|
|
1323
1498
|
updatedAt: string;
|
|
1324
1499
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1325
1500
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1326
1501
|
} | undefined;
|
|
1327
1502
|
lead?: {
|
|
1328
|
-
name: string;
|
|
1329
1503
|
phoneNumber: string;
|
|
1504
|
+
name: string;
|
|
1330
1505
|
} | undefined;
|
|
1331
1506
|
}, {
|
|
1332
1507
|
createdAt: string | Date;
|
|
1333
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1334
1508
|
id: string;
|
|
1509
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1335
1510
|
updatedAt: string | Date;
|
|
1336
1511
|
agentId: string | null;
|
|
1337
1512
|
companyId: string | null;
|
|
@@ -1348,16 +1523,21 @@ export declare const callHistoryContract: {
|
|
|
1348
1523
|
lastName: string;
|
|
1349
1524
|
firstName: string;
|
|
1350
1525
|
email: string;
|
|
1351
|
-
phone: string;
|
|
1352
1526
|
createdAt: string | Date;
|
|
1353
1527
|
id: string;
|
|
1354
1528
|
updatedAt: string | Date;
|
|
1529
|
+
phoneNumbers?: {
|
|
1530
|
+
id: string;
|
|
1531
|
+
phoneNumber: string;
|
|
1532
|
+
description?: string | null | undefined;
|
|
1533
|
+
isPrimary?: boolean | undefined;
|
|
1534
|
+
}[] | undefined;
|
|
1355
1535
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1356
1536
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1357
1537
|
} | undefined;
|
|
1358
1538
|
lead?: {
|
|
1359
|
-
name: string;
|
|
1360
1539
|
phoneNumber: string;
|
|
1540
|
+
name: string;
|
|
1361
1541
|
} | undefined;
|
|
1362
1542
|
}>>>;
|
|
1363
1543
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1381,8 +1561,8 @@ export declare const callHistoryContract: {
|
|
|
1381
1561
|
leadId?: string | undefined;
|
|
1382
1562
|
assignment?: {
|
|
1383
1563
|
createdAt: string;
|
|
1384
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1385
1564
|
id: string;
|
|
1565
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1386
1566
|
updatedAt: string;
|
|
1387
1567
|
agentId: string | null;
|
|
1388
1568
|
companyId: string | null;
|
|
@@ -1399,16 +1579,21 @@ export declare const callHistoryContract: {
|
|
|
1399
1579
|
lastName: string;
|
|
1400
1580
|
firstName: string;
|
|
1401
1581
|
email: string;
|
|
1402
|
-
phone: string;
|
|
1403
1582
|
createdAt: string;
|
|
1404
1583
|
id: string;
|
|
1584
|
+
phoneNumbers: {
|
|
1585
|
+
id: string;
|
|
1586
|
+
phoneNumber: string;
|
|
1587
|
+
isPrimary: boolean;
|
|
1588
|
+
description?: string | null | undefined;
|
|
1589
|
+
}[];
|
|
1405
1590
|
updatedAt: string;
|
|
1406
1591
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1407
1592
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1408
1593
|
} | undefined;
|
|
1409
1594
|
lead?: {
|
|
1410
|
-
name: string;
|
|
1411
1595
|
phoneNumber: string;
|
|
1596
|
+
name: string;
|
|
1412
1597
|
} | undefined;
|
|
1413
1598
|
} | null | undefined;
|
|
1414
1599
|
}, {
|
|
@@ -1425,8 +1610,8 @@ export declare const callHistoryContract: {
|
|
|
1425
1610
|
leadId?: string | undefined;
|
|
1426
1611
|
assignment?: {
|
|
1427
1612
|
createdAt: string | Date;
|
|
1428
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1429
1613
|
id: string;
|
|
1614
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1430
1615
|
updatedAt: string | Date;
|
|
1431
1616
|
agentId: string | null;
|
|
1432
1617
|
companyId: string | null;
|
|
@@ -1443,16 +1628,21 @@ export declare const callHistoryContract: {
|
|
|
1443
1628
|
lastName: string;
|
|
1444
1629
|
firstName: string;
|
|
1445
1630
|
email: string;
|
|
1446
|
-
phone: string;
|
|
1447
1631
|
createdAt: string | Date;
|
|
1448
1632
|
id: string;
|
|
1449
1633
|
updatedAt: string | Date;
|
|
1634
|
+
phoneNumbers?: {
|
|
1635
|
+
id: string;
|
|
1636
|
+
phoneNumber: string;
|
|
1637
|
+
description?: string | null | undefined;
|
|
1638
|
+
isPrimary?: boolean | undefined;
|
|
1639
|
+
}[] | undefined;
|
|
1450
1640
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1451
1641
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1452
1642
|
} | undefined;
|
|
1453
1643
|
lead?: {
|
|
1454
|
-
name: string;
|
|
1455
1644
|
phoneNumber: string;
|
|
1645
|
+
name: string;
|
|
1456
1646
|
} | undefined;
|
|
1457
1647
|
} | null | undefined;
|
|
1458
1648
|
}>, "many">;
|
|
@@ -1477,8 +1667,8 @@ export declare const callHistoryContract: {
|
|
|
1477
1667
|
leadId?: string | undefined;
|
|
1478
1668
|
assignment?: {
|
|
1479
1669
|
createdAt: string;
|
|
1480
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1481
1670
|
id: string;
|
|
1671
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1482
1672
|
updatedAt: string;
|
|
1483
1673
|
agentId: string | null;
|
|
1484
1674
|
companyId: string | null;
|
|
@@ -1495,16 +1685,21 @@ export declare const callHistoryContract: {
|
|
|
1495
1685
|
lastName: string;
|
|
1496
1686
|
firstName: string;
|
|
1497
1687
|
email: string;
|
|
1498
|
-
phone: string;
|
|
1499
1688
|
createdAt: string;
|
|
1500
1689
|
id: string;
|
|
1690
|
+
phoneNumbers: {
|
|
1691
|
+
id: string;
|
|
1692
|
+
phoneNumber: string;
|
|
1693
|
+
isPrimary: boolean;
|
|
1694
|
+
description?: string | null | undefined;
|
|
1695
|
+
}[];
|
|
1501
1696
|
updatedAt: string;
|
|
1502
1697
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1503
1698
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1504
1699
|
} | undefined;
|
|
1505
1700
|
lead?: {
|
|
1506
|
-
name: string;
|
|
1507
1701
|
phoneNumber: string;
|
|
1702
|
+
name: string;
|
|
1508
1703
|
} | undefined;
|
|
1509
1704
|
} | null | undefined;
|
|
1510
1705
|
}[];
|
|
@@ -1528,8 +1723,8 @@ export declare const callHistoryContract: {
|
|
|
1528
1723
|
leadId?: string | undefined;
|
|
1529
1724
|
assignment?: {
|
|
1530
1725
|
createdAt: string | Date;
|
|
1531
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1532
1726
|
id: string;
|
|
1727
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1533
1728
|
updatedAt: string | Date;
|
|
1534
1729
|
agentId: string | null;
|
|
1535
1730
|
companyId: string | null;
|
|
@@ -1546,16 +1741,21 @@ export declare const callHistoryContract: {
|
|
|
1546
1741
|
lastName: string;
|
|
1547
1742
|
firstName: string;
|
|
1548
1743
|
email: string;
|
|
1549
|
-
phone: string;
|
|
1550
1744
|
createdAt: string | Date;
|
|
1551
1745
|
id: string;
|
|
1552
1746
|
updatedAt: string | Date;
|
|
1747
|
+
phoneNumbers?: {
|
|
1748
|
+
id: string;
|
|
1749
|
+
phoneNumber: string;
|
|
1750
|
+
description?: string | null | undefined;
|
|
1751
|
+
isPrimary?: boolean | undefined;
|
|
1752
|
+
}[] | undefined;
|
|
1553
1753
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1554
1754
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1555
1755
|
} | undefined;
|
|
1556
1756
|
lead?: {
|
|
1557
|
-
name: string;
|
|
1558
1757
|
phoneNumber: string;
|
|
1758
|
+
name: string;
|
|
1559
1759
|
} | undefined;
|
|
1560
1760
|
} | null | undefined;
|
|
1561
1761
|
}[];
|
|
@@ -1693,11 +1893,11 @@ export declare const callHistoryContract: {
|
|
|
1693
1893
|
name: z.ZodString;
|
|
1694
1894
|
phoneNumber: z.ZodString;
|
|
1695
1895
|
}, "strip", z.ZodTypeAny, {
|
|
1696
|
-
name: string;
|
|
1697
1896
|
phoneNumber: string;
|
|
1698
|
-
}, {
|
|
1699
1897
|
name: string;
|
|
1898
|
+
}, {
|
|
1700
1899
|
phoneNumber: string;
|
|
1900
|
+
name: string;
|
|
1701
1901
|
}>>;
|
|
1702
1902
|
agentId: z.ZodNullable<z.ZodString>;
|
|
1703
1903
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -1705,7 +1905,22 @@ export declare const callHistoryContract: {
|
|
|
1705
1905
|
firstName: z.ZodString;
|
|
1706
1906
|
lastName: z.ZodString;
|
|
1707
1907
|
email: z.ZodString;
|
|
1708
|
-
|
|
1908
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1909
|
+
id: z.ZodString;
|
|
1910
|
+
phoneNumber: z.ZodString;
|
|
1911
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1912
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
1913
|
+
}, "strip", z.ZodTypeAny, {
|
|
1914
|
+
id: string;
|
|
1915
|
+
phoneNumber: string;
|
|
1916
|
+
isPrimary: boolean;
|
|
1917
|
+
description?: string | null | undefined;
|
|
1918
|
+
}, {
|
|
1919
|
+
id: string;
|
|
1920
|
+
phoneNumber: string;
|
|
1921
|
+
description?: string | null | undefined;
|
|
1922
|
+
isPrimary?: boolean | undefined;
|
|
1923
|
+
}>, "many">>>;
|
|
1709
1924
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
1710
1925
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
1711
1926
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1714,9 +1929,14 @@ export declare const callHistoryContract: {
|
|
|
1714
1929
|
lastName: string;
|
|
1715
1930
|
firstName: string;
|
|
1716
1931
|
email: string;
|
|
1717
|
-
phone: string;
|
|
1718
1932
|
createdAt: string;
|
|
1719
1933
|
id: string;
|
|
1934
|
+
phoneNumbers: {
|
|
1935
|
+
id: string;
|
|
1936
|
+
phoneNumber: string;
|
|
1937
|
+
isPrimary: boolean;
|
|
1938
|
+
description?: string | null | undefined;
|
|
1939
|
+
}[];
|
|
1720
1940
|
updatedAt: string;
|
|
1721
1941
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1722
1942
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
@@ -1724,10 +1944,15 @@ export declare const callHistoryContract: {
|
|
|
1724
1944
|
lastName: string;
|
|
1725
1945
|
firstName: string;
|
|
1726
1946
|
email: string;
|
|
1727
|
-
phone: string;
|
|
1728
1947
|
createdAt: string | Date;
|
|
1729
1948
|
id: string;
|
|
1730
1949
|
updatedAt: string | Date;
|
|
1950
|
+
phoneNumbers?: {
|
|
1951
|
+
id: string;
|
|
1952
|
+
phoneNumber: string;
|
|
1953
|
+
description?: string | null | undefined;
|
|
1954
|
+
isPrimary?: boolean | undefined;
|
|
1955
|
+
}[] | undefined;
|
|
1731
1956
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1732
1957
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1733
1958
|
}>>;
|
|
@@ -1755,8 +1980,8 @@ export declare const callHistoryContract: {
|
|
|
1755
1980
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1756
1981
|
}, "strip", z.ZodTypeAny, {
|
|
1757
1982
|
createdAt: string;
|
|
1758
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1759
1983
|
id: string;
|
|
1984
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1760
1985
|
updatedAt: string;
|
|
1761
1986
|
agentId: string | null;
|
|
1762
1987
|
companyId: string | null;
|
|
@@ -1773,21 +1998,26 @@ export declare const callHistoryContract: {
|
|
|
1773
1998
|
lastName: string;
|
|
1774
1999
|
firstName: string;
|
|
1775
2000
|
email: string;
|
|
1776
|
-
phone: string;
|
|
1777
2001
|
createdAt: string;
|
|
1778
2002
|
id: string;
|
|
2003
|
+
phoneNumbers: {
|
|
2004
|
+
id: string;
|
|
2005
|
+
phoneNumber: string;
|
|
2006
|
+
isPrimary: boolean;
|
|
2007
|
+
description?: string | null | undefined;
|
|
2008
|
+
}[];
|
|
1779
2009
|
updatedAt: string;
|
|
1780
2010
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1781
2011
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1782
2012
|
} | undefined;
|
|
1783
2013
|
lead?: {
|
|
1784
|
-
name: string;
|
|
1785
2014
|
phoneNumber: string;
|
|
2015
|
+
name: string;
|
|
1786
2016
|
} | undefined;
|
|
1787
2017
|
}, {
|
|
1788
2018
|
createdAt: string | Date;
|
|
1789
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1790
2019
|
id: string;
|
|
2020
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1791
2021
|
updatedAt: string | Date;
|
|
1792
2022
|
agentId: string | null;
|
|
1793
2023
|
companyId: string | null;
|
|
@@ -1804,16 +2034,21 @@ export declare const callHistoryContract: {
|
|
|
1804
2034
|
lastName: string;
|
|
1805
2035
|
firstName: string;
|
|
1806
2036
|
email: string;
|
|
1807
|
-
phone: string;
|
|
1808
2037
|
createdAt: string | Date;
|
|
1809
2038
|
id: string;
|
|
1810
2039
|
updatedAt: string | Date;
|
|
2040
|
+
phoneNumbers?: {
|
|
2041
|
+
id: string;
|
|
2042
|
+
phoneNumber: string;
|
|
2043
|
+
description?: string | null | undefined;
|
|
2044
|
+
isPrimary?: boolean | undefined;
|
|
2045
|
+
}[] | undefined;
|
|
1811
2046
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1812
2047
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1813
2048
|
} | undefined;
|
|
1814
2049
|
lead?: {
|
|
1815
|
-
name: string;
|
|
1816
2050
|
phoneNumber: string;
|
|
2051
|
+
name: string;
|
|
1817
2052
|
} | undefined;
|
|
1818
2053
|
}>>>;
|
|
1819
2054
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1837,8 +2072,8 @@ export declare const callHistoryContract: {
|
|
|
1837
2072
|
leadId?: string | undefined;
|
|
1838
2073
|
assignment?: {
|
|
1839
2074
|
createdAt: string;
|
|
1840
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1841
2075
|
id: string;
|
|
2076
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1842
2077
|
updatedAt: string;
|
|
1843
2078
|
agentId: string | null;
|
|
1844
2079
|
companyId: string | null;
|
|
@@ -1855,16 +2090,21 @@ export declare const callHistoryContract: {
|
|
|
1855
2090
|
lastName: string;
|
|
1856
2091
|
firstName: string;
|
|
1857
2092
|
email: string;
|
|
1858
|
-
phone: string;
|
|
1859
2093
|
createdAt: string;
|
|
1860
2094
|
id: string;
|
|
2095
|
+
phoneNumbers: {
|
|
2096
|
+
id: string;
|
|
2097
|
+
phoneNumber: string;
|
|
2098
|
+
isPrimary: boolean;
|
|
2099
|
+
description?: string | null | undefined;
|
|
2100
|
+
}[];
|
|
1861
2101
|
updatedAt: string;
|
|
1862
2102
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1863
2103
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1864
2104
|
} | undefined;
|
|
1865
2105
|
lead?: {
|
|
1866
|
-
name: string;
|
|
1867
2106
|
phoneNumber: string;
|
|
2107
|
+
name: string;
|
|
1868
2108
|
} | undefined;
|
|
1869
2109
|
} | null | undefined;
|
|
1870
2110
|
}, {
|
|
@@ -1881,8 +2121,8 @@ export declare const callHistoryContract: {
|
|
|
1881
2121
|
leadId?: string | undefined;
|
|
1882
2122
|
assignment?: {
|
|
1883
2123
|
createdAt: string | Date;
|
|
1884
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1885
2124
|
id: string;
|
|
2125
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1886
2126
|
updatedAt: string | Date;
|
|
1887
2127
|
agentId: string | null;
|
|
1888
2128
|
companyId: string | null;
|
|
@@ -1899,16 +2139,21 @@ export declare const callHistoryContract: {
|
|
|
1899
2139
|
lastName: string;
|
|
1900
2140
|
firstName: string;
|
|
1901
2141
|
email: string;
|
|
1902
|
-
phone: string;
|
|
1903
2142
|
createdAt: string | Date;
|
|
1904
2143
|
id: string;
|
|
1905
2144
|
updatedAt: string | Date;
|
|
2145
|
+
phoneNumbers?: {
|
|
2146
|
+
id: string;
|
|
2147
|
+
phoneNumber: string;
|
|
2148
|
+
description?: string | null | undefined;
|
|
2149
|
+
isPrimary?: boolean | undefined;
|
|
2150
|
+
}[] | undefined;
|
|
1906
2151
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1907
2152
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1908
2153
|
} | undefined;
|
|
1909
2154
|
lead?: {
|
|
1910
|
-
name: string;
|
|
1911
2155
|
phoneNumber: string;
|
|
2156
|
+
name: string;
|
|
1912
2157
|
} | undefined;
|
|
1913
2158
|
} | null | undefined;
|
|
1914
2159
|
}>;
|
|
@@ -2079,11 +2324,11 @@ export declare const callHistoryContract: {
|
|
|
2079
2324
|
name: z.ZodString;
|
|
2080
2325
|
phoneNumber: z.ZodString;
|
|
2081
2326
|
}, "strip", z.ZodTypeAny, {
|
|
2082
|
-
name: string;
|
|
2083
2327
|
phoneNumber: string;
|
|
2084
|
-
}, {
|
|
2085
2328
|
name: string;
|
|
2329
|
+
}, {
|
|
2086
2330
|
phoneNumber: string;
|
|
2331
|
+
name: string;
|
|
2087
2332
|
}>>;
|
|
2088
2333
|
agentId: z.ZodNullable<z.ZodString>;
|
|
2089
2334
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -2091,7 +2336,22 @@ export declare const callHistoryContract: {
|
|
|
2091
2336
|
firstName: z.ZodString;
|
|
2092
2337
|
lastName: z.ZodString;
|
|
2093
2338
|
email: z.ZodString;
|
|
2094
|
-
|
|
2339
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2340
|
+
id: z.ZodString;
|
|
2341
|
+
phoneNumber: z.ZodString;
|
|
2342
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2343
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
2344
|
+
}, "strip", z.ZodTypeAny, {
|
|
2345
|
+
id: string;
|
|
2346
|
+
phoneNumber: string;
|
|
2347
|
+
isPrimary: boolean;
|
|
2348
|
+
description?: string | null | undefined;
|
|
2349
|
+
}, {
|
|
2350
|
+
id: string;
|
|
2351
|
+
phoneNumber: string;
|
|
2352
|
+
description?: string | null | undefined;
|
|
2353
|
+
isPrimary?: boolean | undefined;
|
|
2354
|
+
}>, "many">>>;
|
|
2095
2355
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
2096
2356
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
2097
2357
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2100,9 +2360,14 @@ export declare const callHistoryContract: {
|
|
|
2100
2360
|
lastName: string;
|
|
2101
2361
|
firstName: string;
|
|
2102
2362
|
email: string;
|
|
2103
|
-
phone: string;
|
|
2104
2363
|
createdAt: string;
|
|
2105
2364
|
id: string;
|
|
2365
|
+
phoneNumbers: {
|
|
2366
|
+
id: string;
|
|
2367
|
+
phoneNumber: string;
|
|
2368
|
+
isPrimary: boolean;
|
|
2369
|
+
description?: string | null | undefined;
|
|
2370
|
+
}[];
|
|
2106
2371
|
updatedAt: string;
|
|
2107
2372
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2108
2373
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
@@ -2110,10 +2375,15 @@ export declare const callHistoryContract: {
|
|
|
2110
2375
|
lastName: string;
|
|
2111
2376
|
firstName: string;
|
|
2112
2377
|
email: string;
|
|
2113
|
-
phone: string;
|
|
2114
2378
|
createdAt: string | Date;
|
|
2115
2379
|
id: string;
|
|
2116
2380
|
updatedAt: string | Date;
|
|
2381
|
+
phoneNumbers?: {
|
|
2382
|
+
id: string;
|
|
2383
|
+
phoneNumber: string;
|
|
2384
|
+
description?: string | null | undefined;
|
|
2385
|
+
isPrimary?: boolean | undefined;
|
|
2386
|
+
}[] | undefined;
|
|
2117
2387
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2118
2388
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
2119
2389
|
}>>;
|
|
@@ -2141,8 +2411,8 @@ export declare const callHistoryContract: {
|
|
|
2141
2411
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2142
2412
|
}, "strip", z.ZodTypeAny, {
|
|
2143
2413
|
createdAt: string;
|
|
2144
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2145
2414
|
id: string;
|
|
2415
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2146
2416
|
updatedAt: string;
|
|
2147
2417
|
agentId: string | null;
|
|
2148
2418
|
companyId: string | null;
|
|
@@ -2159,21 +2429,26 @@ export declare const callHistoryContract: {
|
|
|
2159
2429
|
lastName: string;
|
|
2160
2430
|
firstName: string;
|
|
2161
2431
|
email: string;
|
|
2162
|
-
phone: string;
|
|
2163
2432
|
createdAt: string;
|
|
2164
2433
|
id: string;
|
|
2434
|
+
phoneNumbers: {
|
|
2435
|
+
id: string;
|
|
2436
|
+
phoneNumber: string;
|
|
2437
|
+
isPrimary: boolean;
|
|
2438
|
+
description?: string | null | undefined;
|
|
2439
|
+
}[];
|
|
2165
2440
|
updatedAt: string;
|
|
2166
2441
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2167
2442
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
2168
2443
|
} | undefined;
|
|
2169
2444
|
lead?: {
|
|
2170
|
-
name: string;
|
|
2171
2445
|
phoneNumber: string;
|
|
2446
|
+
name: string;
|
|
2172
2447
|
} | undefined;
|
|
2173
2448
|
}, {
|
|
2174
2449
|
createdAt: string | Date;
|
|
2175
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2176
2450
|
id: string;
|
|
2451
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2177
2452
|
updatedAt: string | Date;
|
|
2178
2453
|
agentId: string | null;
|
|
2179
2454
|
companyId: string | null;
|
|
@@ -2190,16 +2465,21 @@ export declare const callHistoryContract: {
|
|
|
2190
2465
|
lastName: string;
|
|
2191
2466
|
firstName: string;
|
|
2192
2467
|
email: string;
|
|
2193
|
-
phone: string;
|
|
2194
2468
|
createdAt: string | Date;
|
|
2195
2469
|
id: string;
|
|
2196
2470
|
updatedAt: string | Date;
|
|
2471
|
+
phoneNumbers?: {
|
|
2472
|
+
id: string;
|
|
2473
|
+
phoneNumber: string;
|
|
2474
|
+
description?: string | null | undefined;
|
|
2475
|
+
isPrimary?: boolean | undefined;
|
|
2476
|
+
}[] | undefined;
|
|
2197
2477
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2198
2478
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
2199
2479
|
} | undefined;
|
|
2200
2480
|
lead?: {
|
|
2201
|
-
name: string;
|
|
2202
2481
|
phoneNumber: string;
|
|
2482
|
+
name: string;
|
|
2203
2483
|
} | undefined;
|
|
2204
2484
|
}>>>;
|
|
2205
2485
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2223,8 +2503,8 @@ export declare const callHistoryContract: {
|
|
|
2223
2503
|
leadId?: string | undefined;
|
|
2224
2504
|
assignment?: {
|
|
2225
2505
|
createdAt: string;
|
|
2226
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2227
2506
|
id: string;
|
|
2507
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2228
2508
|
updatedAt: string;
|
|
2229
2509
|
agentId: string | null;
|
|
2230
2510
|
companyId: string | null;
|
|
@@ -2241,16 +2521,21 @@ export declare const callHistoryContract: {
|
|
|
2241
2521
|
lastName: string;
|
|
2242
2522
|
firstName: string;
|
|
2243
2523
|
email: string;
|
|
2244
|
-
phone: string;
|
|
2245
2524
|
createdAt: string;
|
|
2246
2525
|
id: string;
|
|
2526
|
+
phoneNumbers: {
|
|
2527
|
+
id: string;
|
|
2528
|
+
phoneNumber: string;
|
|
2529
|
+
isPrimary: boolean;
|
|
2530
|
+
description?: string | null | undefined;
|
|
2531
|
+
}[];
|
|
2247
2532
|
updatedAt: string;
|
|
2248
2533
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2249
2534
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
2250
2535
|
} | undefined;
|
|
2251
2536
|
lead?: {
|
|
2252
|
-
name: string;
|
|
2253
2537
|
phoneNumber: string;
|
|
2538
|
+
name: string;
|
|
2254
2539
|
} | undefined;
|
|
2255
2540
|
} | null | undefined;
|
|
2256
2541
|
}, {
|
|
@@ -2267,8 +2552,8 @@ export declare const callHistoryContract: {
|
|
|
2267
2552
|
leadId?: string | undefined;
|
|
2268
2553
|
assignment?: {
|
|
2269
2554
|
createdAt: string | Date;
|
|
2270
|
-
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2271
2555
|
id: string;
|
|
2556
|
+
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2272
2557
|
updatedAt: string | Date;
|
|
2273
2558
|
agentId: string | null;
|
|
2274
2559
|
companyId: string | null;
|
|
@@ -2285,16 +2570,21 @@ export declare const callHistoryContract: {
|
|
|
2285
2570
|
lastName: string;
|
|
2286
2571
|
firstName: string;
|
|
2287
2572
|
email: string;
|
|
2288
|
-
phone: string;
|
|
2289
2573
|
createdAt: string | Date;
|
|
2290
2574
|
id: string;
|
|
2291
2575
|
updatedAt: string | Date;
|
|
2576
|
+
phoneNumbers?: {
|
|
2577
|
+
id: string;
|
|
2578
|
+
phoneNumber: string;
|
|
2579
|
+
description?: string | null | undefined;
|
|
2580
|
+
isPrimary?: boolean | undefined;
|
|
2581
|
+
}[] | undefined;
|
|
2292
2582
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2293
2583
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
2294
2584
|
} | undefined;
|
|
2295
2585
|
lead?: {
|
|
2296
|
-
name: string;
|
|
2297
2586
|
phoneNumber: string;
|
|
2587
|
+
name: string;
|
|
2298
2588
|
} | undefined;
|
|
2299
2589
|
} | null | undefined;
|
|
2300
2590
|
}>;
|