@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
|
@@ -9,11 +9,11 @@ export declare const LeadAssignmentLeadSchema: z.ZodObject<{
|
|
|
9
9
|
name: z.ZodString;
|
|
10
10
|
phoneNumber: z.ZodString;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
name: string;
|
|
13
12
|
phoneNumber: string;
|
|
14
|
-
}, {
|
|
15
13
|
name: string;
|
|
14
|
+
}, {
|
|
16
15
|
phoneNumber: string;
|
|
16
|
+
name: string;
|
|
17
17
|
}>;
|
|
18
18
|
export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
19
19
|
id: z.ZodString;
|
|
@@ -22,11 +22,11 @@ export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
|
22
22
|
name: z.ZodString;
|
|
23
23
|
phoneNumber: z.ZodString;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
name: string;
|
|
26
25
|
phoneNumber: string;
|
|
27
|
-
}, {
|
|
28
26
|
name: string;
|
|
27
|
+
}, {
|
|
29
28
|
phoneNumber: string;
|
|
29
|
+
name: string;
|
|
30
30
|
}>>;
|
|
31
31
|
agentId: z.ZodNullable<z.ZodString>;
|
|
32
32
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -34,7 +34,22 @@ export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
|
34
34
|
firstName: z.ZodString;
|
|
35
35
|
lastName: z.ZodString;
|
|
36
36
|
email: z.ZodString;
|
|
37
|
-
|
|
37
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
38
|
+
id: z.ZodString;
|
|
39
|
+
phoneNumber: z.ZodString;
|
|
40
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
42
|
+
}, "strip", z.ZodTypeAny, {
|
|
43
|
+
id: string;
|
|
44
|
+
phoneNumber: string;
|
|
45
|
+
isPrimary: boolean;
|
|
46
|
+
description?: string | null | undefined;
|
|
47
|
+
}, {
|
|
48
|
+
id: string;
|
|
49
|
+
phoneNumber: string;
|
|
50
|
+
description?: string | null | undefined;
|
|
51
|
+
isPrimary?: boolean | undefined;
|
|
52
|
+
}>, "many">>>;
|
|
38
53
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
39
54
|
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"]>>>;
|
|
40
55
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -43,9 +58,14 @@ export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
|
43
58
|
lastName: string;
|
|
44
59
|
firstName: string;
|
|
45
60
|
email: string;
|
|
46
|
-
phone: string;
|
|
47
61
|
createdAt: string;
|
|
48
62
|
id: string;
|
|
63
|
+
phoneNumbers: {
|
|
64
|
+
id: string;
|
|
65
|
+
phoneNumber: string;
|
|
66
|
+
isPrimary: boolean;
|
|
67
|
+
description?: string | null | undefined;
|
|
68
|
+
}[];
|
|
49
69
|
updatedAt: string;
|
|
50
70
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
51
71
|
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;
|
|
@@ -53,10 +73,15 @@ export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
|
53
73
|
lastName: string;
|
|
54
74
|
firstName: string;
|
|
55
75
|
email: string;
|
|
56
|
-
phone: string;
|
|
57
76
|
createdAt: string | Date;
|
|
58
77
|
id: string;
|
|
59
78
|
updatedAt: string | Date;
|
|
79
|
+
phoneNumbers?: {
|
|
80
|
+
id: string;
|
|
81
|
+
phoneNumber: string;
|
|
82
|
+
description?: string | null | undefined;
|
|
83
|
+
isPrimary?: boolean | undefined;
|
|
84
|
+
}[] | undefined;
|
|
60
85
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
61
86
|
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;
|
|
62
87
|
}>>;
|
|
@@ -84,8 +109,8 @@ export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
|
84
109
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
85
110
|
}, "strip", z.ZodTypeAny, {
|
|
86
111
|
createdAt: string;
|
|
87
|
-
status: LeadAssignmentStatus;
|
|
88
112
|
id: string;
|
|
113
|
+
status: LeadAssignmentStatus;
|
|
89
114
|
updatedAt: string;
|
|
90
115
|
agentId: string | null;
|
|
91
116
|
companyId: string | null;
|
|
@@ -102,21 +127,26 @@ export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
|
102
127
|
lastName: string;
|
|
103
128
|
firstName: string;
|
|
104
129
|
email: string;
|
|
105
|
-
phone: string;
|
|
106
130
|
createdAt: string;
|
|
107
131
|
id: string;
|
|
132
|
+
phoneNumbers: {
|
|
133
|
+
id: string;
|
|
134
|
+
phoneNumber: string;
|
|
135
|
+
isPrimary: boolean;
|
|
136
|
+
description?: string | null | undefined;
|
|
137
|
+
}[];
|
|
108
138
|
updatedAt: string;
|
|
109
139
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
110
140
|
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;
|
|
111
141
|
} | undefined;
|
|
112
142
|
lead?: {
|
|
113
|
-
name: string;
|
|
114
143
|
phoneNumber: string;
|
|
144
|
+
name: string;
|
|
115
145
|
} | undefined;
|
|
116
146
|
}, {
|
|
117
147
|
createdAt: string | Date;
|
|
118
|
-
status: LeadAssignmentStatus;
|
|
119
148
|
id: string;
|
|
149
|
+
status: LeadAssignmentStatus;
|
|
120
150
|
updatedAt: string | Date;
|
|
121
151
|
agentId: string | null;
|
|
122
152
|
companyId: string | null;
|
|
@@ -133,16 +163,21 @@ export declare const LeadAssignmentSchema: z.ZodObject<{
|
|
|
133
163
|
lastName: string;
|
|
134
164
|
firstName: string;
|
|
135
165
|
email: string;
|
|
136
|
-
phone: string;
|
|
137
166
|
createdAt: string | Date;
|
|
138
167
|
id: string;
|
|
139
168
|
updatedAt: string | Date;
|
|
169
|
+
phoneNumbers?: {
|
|
170
|
+
id: string;
|
|
171
|
+
phoneNumber: string;
|
|
172
|
+
description?: string | null | undefined;
|
|
173
|
+
isPrimary?: boolean | undefined;
|
|
174
|
+
}[] | undefined;
|
|
140
175
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
141
176
|
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;
|
|
142
177
|
} | undefined;
|
|
143
178
|
lead?: {
|
|
144
|
-
name: string;
|
|
145
179
|
phoneNumber: string;
|
|
180
|
+
name: string;
|
|
146
181
|
} | undefined;
|
|
147
182
|
}>;
|
|
148
183
|
export declare const CompleteAssignmentSchema: z.ZodObject<{
|
|
@@ -163,11 +198,11 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
163
198
|
name: z.ZodString;
|
|
164
199
|
phoneNumber: z.ZodString;
|
|
165
200
|
}, "strip", z.ZodTypeAny, {
|
|
166
|
-
name: string;
|
|
167
201
|
phoneNumber: string;
|
|
168
|
-
}, {
|
|
169
202
|
name: string;
|
|
203
|
+
}, {
|
|
170
204
|
phoneNumber: string;
|
|
205
|
+
name: string;
|
|
171
206
|
}>>;
|
|
172
207
|
agentId: z.ZodNullable<z.ZodString>;
|
|
173
208
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -175,7 +210,22 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
175
210
|
firstName: z.ZodString;
|
|
176
211
|
lastName: z.ZodString;
|
|
177
212
|
email: z.ZodString;
|
|
178
|
-
|
|
213
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
214
|
+
id: z.ZodString;
|
|
215
|
+
phoneNumber: z.ZodString;
|
|
216
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
217
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
218
|
+
}, "strip", z.ZodTypeAny, {
|
|
219
|
+
id: string;
|
|
220
|
+
phoneNumber: string;
|
|
221
|
+
isPrimary: boolean;
|
|
222
|
+
description?: string | null | undefined;
|
|
223
|
+
}, {
|
|
224
|
+
id: string;
|
|
225
|
+
phoneNumber: string;
|
|
226
|
+
description?: string | null | undefined;
|
|
227
|
+
isPrimary?: boolean | undefined;
|
|
228
|
+
}>, "many">>>;
|
|
179
229
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
180
230
|
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"]>>>;
|
|
181
231
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -184,9 +234,14 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
184
234
|
lastName: string;
|
|
185
235
|
firstName: string;
|
|
186
236
|
email: string;
|
|
187
|
-
phone: string;
|
|
188
237
|
createdAt: string;
|
|
189
238
|
id: string;
|
|
239
|
+
phoneNumbers: {
|
|
240
|
+
id: string;
|
|
241
|
+
phoneNumber: string;
|
|
242
|
+
isPrimary: boolean;
|
|
243
|
+
description?: string | null | undefined;
|
|
244
|
+
}[];
|
|
190
245
|
updatedAt: string;
|
|
191
246
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
192
247
|
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;
|
|
@@ -194,10 +249,15 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
194
249
|
lastName: string;
|
|
195
250
|
firstName: string;
|
|
196
251
|
email: string;
|
|
197
|
-
phone: string;
|
|
198
252
|
createdAt: string | Date;
|
|
199
253
|
id: string;
|
|
200
254
|
updatedAt: string | Date;
|
|
255
|
+
phoneNumbers?: {
|
|
256
|
+
id: string;
|
|
257
|
+
phoneNumber: string;
|
|
258
|
+
description?: string | null | undefined;
|
|
259
|
+
isPrimary?: boolean | undefined;
|
|
260
|
+
}[] | undefined;
|
|
201
261
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
202
262
|
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
263
|
}>>;
|
|
@@ -225,8 +285,8 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
225
285
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
226
286
|
}, "strip", z.ZodTypeAny, {
|
|
227
287
|
createdAt: string;
|
|
228
|
-
status: LeadAssignmentStatus;
|
|
229
288
|
id: string;
|
|
289
|
+
status: LeadAssignmentStatus;
|
|
230
290
|
updatedAt: string;
|
|
231
291
|
agentId: string | null;
|
|
232
292
|
companyId: string | null;
|
|
@@ -243,21 +303,26 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
243
303
|
lastName: string;
|
|
244
304
|
firstName: string;
|
|
245
305
|
email: string;
|
|
246
|
-
phone: string;
|
|
247
306
|
createdAt: string;
|
|
248
307
|
id: string;
|
|
308
|
+
phoneNumbers: {
|
|
309
|
+
id: string;
|
|
310
|
+
phoneNumber: string;
|
|
311
|
+
isPrimary: boolean;
|
|
312
|
+
description?: string | null | undefined;
|
|
313
|
+
}[];
|
|
249
314
|
updatedAt: string;
|
|
250
315
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
251
316
|
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;
|
|
252
317
|
} | undefined;
|
|
253
318
|
lead?: {
|
|
254
|
-
name: string;
|
|
255
319
|
phoneNumber: string;
|
|
320
|
+
name: string;
|
|
256
321
|
} | undefined;
|
|
257
322
|
}, {
|
|
258
323
|
createdAt: string | Date;
|
|
259
|
-
status: LeadAssignmentStatus;
|
|
260
324
|
id: string;
|
|
325
|
+
status: LeadAssignmentStatus;
|
|
261
326
|
updatedAt: string | Date;
|
|
262
327
|
agentId: string | null;
|
|
263
328
|
companyId: string | null;
|
|
@@ -274,16 +339,21 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
274
339
|
lastName: string;
|
|
275
340
|
firstName: string;
|
|
276
341
|
email: string;
|
|
277
|
-
phone: string;
|
|
278
342
|
createdAt: string | Date;
|
|
279
343
|
id: string;
|
|
280
344
|
updatedAt: string | Date;
|
|
345
|
+
phoneNumbers?: {
|
|
346
|
+
id: string;
|
|
347
|
+
phoneNumber: string;
|
|
348
|
+
description?: string | null | undefined;
|
|
349
|
+
isPrimary?: boolean | undefined;
|
|
350
|
+
}[] | undefined;
|
|
281
351
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
282
352
|
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;
|
|
283
353
|
} | undefined;
|
|
284
354
|
lead?: {
|
|
285
|
-
name: string;
|
|
286
355
|
phoneNumber: string;
|
|
356
|
+
name: string;
|
|
287
357
|
} | undefined;
|
|
288
358
|
}>;
|
|
289
359
|
next: z.ZodNullable<z.ZodObject<{
|
|
@@ -293,11 +363,11 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
293
363
|
name: z.ZodString;
|
|
294
364
|
phoneNumber: z.ZodString;
|
|
295
365
|
}, "strip", z.ZodTypeAny, {
|
|
296
|
-
name: string;
|
|
297
366
|
phoneNumber: string;
|
|
298
|
-
}, {
|
|
299
367
|
name: string;
|
|
368
|
+
}, {
|
|
300
369
|
phoneNumber: string;
|
|
370
|
+
name: string;
|
|
301
371
|
}>>;
|
|
302
372
|
agentId: z.ZodNullable<z.ZodString>;
|
|
303
373
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -305,7 +375,22 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
305
375
|
firstName: z.ZodString;
|
|
306
376
|
lastName: z.ZodString;
|
|
307
377
|
email: z.ZodString;
|
|
308
|
-
|
|
378
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
379
|
+
id: z.ZodString;
|
|
380
|
+
phoneNumber: z.ZodString;
|
|
381
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
382
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
383
|
+
}, "strip", z.ZodTypeAny, {
|
|
384
|
+
id: string;
|
|
385
|
+
phoneNumber: string;
|
|
386
|
+
isPrimary: boolean;
|
|
387
|
+
description?: string | null | undefined;
|
|
388
|
+
}, {
|
|
389
|
+
id: string;
|
|
390
|
+
phoneNumber: string;
|
|
391
|
+
description?: string | null | undefined;
|
|
392
|
+
isPrimary?: boolean | undefined;
|
|
393
|
+
}>, "many">>>;
|
|
309
394
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
310
395
|
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"]>>>;
|
|
311
396
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -314,9 +399,14 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
314
399
|
lastName: string;
|
|
315
400
|
firstName: string;
|
|
316
401
|
email: string;
|
|
317
|
-
phone: string;
|
|
318
402
|
createdAt: string;
|
|
319
403
|
id: string;
|
|
404
|
+
phoneNumbers: {
|
|
405
|
+
id: string;
|
|
406
|
+
phoneNumber: string;
|
|
407
|
+
isPrimary: boolean;
|
|
408
|
+
description?: string | null | undefined;
|
|
409
|
+
}[];
|
|
320
410
|
updatedAt: string;
|
|
321
411
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
322
412
|
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;
|
|
@@ -324,10 +414,15 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
324
414
|
lastName: string;
|
|
325
415
|
firstName: string;
|
|
326
416
|
email: string;
|
|
327
|
-
phone: string;
|
|
328
417
|
createdAt: string | Date;
|
|
329
418
|
id: string;
|
|
330
419
|
updatedAt: string | Date;
|
|
420
|
+
phoneNumbers?: {
|
|
421
|
+
id: string;
|
|
422
|
+
phoneNumber: string;
|
|
423
|
+
description?: string | null | undefined;
|
|
424
|
+
isPrimary?: boolean | undefined;
|
|
425
|
+
}[] | undefined;
|
|
331
426
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
332
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;
|
|
333
428
|
}>>;
|
|
@@ -355,8 +450,8 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
355
450
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
356
451
|
}, "strip", z.ZodTypeAny, {
|
|
357
452
|
createdAt: string;
|
|
358
|
-
status: LeadAssignmentStatus;
|
|
359
453
|
id: string;
|
|
454
|
+
status: LeadAssignmentStatus;
|
|
360
455
|
updatedAt: string;
|
|
361
456
|
agentId: string | null;
|
|
362
457
|
companyId: string | null;
|
|
@@ -373,21 +468,26 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
373
468
|
lastName: string;
|
|
374
469
|
firstName: string;
|
|
375
470
|
email: string;
|
|
376
|
-
phone: string;
|
|
377
471
|
createdAt: string;
|
|
378
472
|
id: string;
|
|
473
|
+
phoneNumbers: {
|
|
474
|
+
id: string;
|
|
475
|
+
phoneNumber: string;
|
|
476
|
+
isPrimary: boolean;
|
|
477
|
+
description?: string | null | undefined;
|
|
478
|
+
}[];
|
|
379
479
|
updatedAt: string;
|
|
380
480
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
381
481
|
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;
|
|
382
482
|
} | undefined;
|
|
383
483
|
lead?: {
|
|
384
|
-
name: string;
|
|
385
484
|
phoneNumber: string;
|
|
485
|
+
name: string;
|
|
386
486
|
} | undefined;
|
|
387
487
|
}, {
|
|
388
488
|
createdAt: string | Date;
|
|
389
|
-
status: LeadAssignmentStatus;
|
|
390
489
|
id: string;
|
|
490
|
+
status: LeadAssignmentStatus;
|
|
391
491
|
updatedAt: string | Date;
|
|
392
492
|
agentId: string | null;
|
|
393
493
|
companyId: string | null;
|
|
@@ -404,23 +504,28 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
404
504
|
lastName: string;
|
|
405
505
|
firstName: string;
|
|
406
506
|
email: string;
|
|
407
|
-
phone: string;
|
|
408
507
|
createdAt: string | Date;
|
|
409
508
|
id: string;
|
|
410
509
|
updatedAt: string | Date;
|
|
510
|
+
phoneNumbers?: {
|
|
511
|
+
id: string;
|
|
512
|
+
phoneNumber: string;
|
|
513
|
+
description?: string | null | undefined;
|
|
514
|
+
isPrimary?: boolean | undefined;
|
|
515
|
+
}[] | undefined;
|
|
411
516
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
412
517
|
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;
|
|
413
518
|
} | undefined;
|
|
414
519
|
lead?: {
|
|
415
|
-
name: string;
|
|
416
520
|
phoneNumber: string;
|
|
521
|
+
name: string;
|
|
417
522
|
} | undefined;
|
|
418
523
|
}>>;
|
|
419
524
|
}, "strip", z.ZodTypeAny, {
|
|
420
525
|
completed: {
|
|
421
526
|
createdAt: string;
|
|
422
|
-
status: LeadAssignmentStatus;
|
|
423
527
|
id: string;
|
|
528
|
+
status: LeadAssignmentStatus;
|
|
424
529
|
updatedAt: string;
|
|
425
530
|
agentId: string | null;
|
|
426
531
|
companyId: string | null;
|
|
@@ -437,22 +542,27 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
437
542
|
lastName: string;
|
|
438
543
|
firstName: string;
|
|
439
544
|
email: string;
|
|
440
|
-
phone: string;
|
|
441
545
|
createdAt: string;
|
|
442
546
|
id: string;
|
|
547
|
+
phoneNumbers: {
|
|
548
|
+
id: string;
|
|
549
|
+
phoneNumber: string;
|
|
550
|
+
isPrimary: boolean;
|
|
551
|
+
description?: string | null | undefined;
|
|
552
|
+
}[];
|
|
443
553
|
updatedAt: string;
|
|
444
554
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
445
555
|
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;
|
|
446
556
|
} | undefined;
|
|
447
557
|
lead?: {
|
|
448
|
-
name: string;
|
|
449
558
|
phoneNumber: string;
|
|
559
|
+
name: string;
|
|
450
560
|
} | undefined;
|
|
451
561
|
};
|
|
452
562
|
next: {
|
|
453
563
|
createdAt: string;
|
|
454
|
-
status: LeadAssignmentStatus;
|
|
455
564
|
id: string;
|
|
565
|
+
status: LeadAssignmentStatus;
|
|
456
566
|
updatedAt: string;
|
|
457
567
|
agentId: string | null;
|
|
458
568
|
companyId: string | null;
|
|
@@ -469,23 +579,28 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
469
579
|
lastName: string;
|
|
470
580
|
firstName: string;
|
|
471
581
|
email: string;
|
|
472
|
-
phone: string;
|
|
473
582
|
createdAt: string;
|
|
474
583
|
id: string;
|
|
584
|
+
phoneNumbers: {
|
|
585
|
+
id: string;
|
|
586
|
+
phoneNumber: string;
|
|
587
|
+
isPrimary: boolean;
|
|
588
|
+
description?: string | null | undefined;
|
|
589
|
+
}[];
|
|
475
590
|
updatedAt: string;
|
|
476
591
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
477
592
|
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;
|
|
478
593
|
} | undefined;
|
|
479
594
|
lead?: {
|
|
480
|
-
name: string;
|
|
481
595
|
phoneNumber: string;
|
|
596
|
+
name: string;
|
|
482
597
|
} | undefined;
|
|
483
598
|
} | null;
|
|
484
599
|
}, {
|
|
485
600
|
completed: {
|
|
486
601
|
createdAt: string | Date;
|
|
487
|
-
status: LeadAssignmentStatus;
|
|
488
602
|
id: string;
|
|
603
|
+
status: LeadAssignmentStatus;
|
|
489
604
|
updatedAt: string | Date;
|
|
490
605
|
agentId: string | null;
|
|
491
606
|
companyId: string | null;
|
|
@@ -502,22 +617,27 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
502
617
|
lastName: string;
|
|
503
618
|
firstName: string;
|
|
504
619
|
email: string;
|
|
505
|
-
phone: string;
|
|
506
620
|
createdAt: string | Date;
|
|
507
621
|
id: string;
|
|
508
622
|
updatedAt: string | Date;
|
|
623
|
+
phoneNumbers?: {
|
|
624
|
+
id: string;
|
|
625
|
+
phoneNumber: string;
|
|
626
|
+
description?: string | null | undefined;
|
|
627
|
+
isPrimary?: boolean | undefined;
|
|
628
|
+
}[] | undefined;
|
|
509
629
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
510
630
|
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;
|
|
511
631
|
} | undefined;
|
|
512
632
|
lead?: {
|
|
513
|
-
name: string;
|
|
514
633
|
phoneNumber: string;
|
|
634
|
+
name: string;
|
|
515
635
|
} | undefined;
|
|
516
636
|
};
|
|
517
637
|
next: {
|
|
518
638
|
createdAt: string | Date;
|
|
519
|
-
status: LeadAssignmentStatus;
|
|
520
639
|
id: string;
|
|
640
|
+
status: LeadAssignmentStatus;
|
|
521
641
|
updatedAt: string | Date;
|
|
522
642
|
agentId: string | null;
|
|
523
643
|
companyId: string | null;
|
|
@@ -534,16 +654,21 @@ export declare const CompleteAssignmentResponseSchema: z.ZodObject<{
|
|
|
534
654
|
lastName: string;
|
|
535
655
|
firstName: string;
|
|
536
656
|
email: string;
|
|
537
|
-
phone: string;
|
|
538
657
|
createdAt: string | Date;
|
|
539
658
|
id: string;
|
|
540
659
|
updatedAt: string | Date;
|
|
660
|
+
phoneNumbers?: {
|
|
661
|
+
id: string;
|
|
662
|
+
phoneNumber: string;
|
|
663
|
+
description?: string | null | undefined;
|
|
664
|
+
isPrimary?: boolean | undefined;
|
|
665
|
+
}[] | undefined;
|
|
541
666
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
542
667
|
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;
|
|
543
668
|
} | undefined;
|
|
544
669
|
lead?: {
|
|
545
|
-
name: string;
|
|
546
670
|
phoneNumber: string;
|
|
671
|
+
name: string;
|
|
547
672
|
} | undefined;
|
|
548
673
|
} | null;
|
|
549
674
|
}>;
|
|
@@ -722,11 +847,11 @@ export declare const leadAssignmentsContract: {
|
|
|
722
847
|
name: z.ZodString;
|
|
723
848
|
phoneNumber: z.ZodString;
|
|
724
849
|
}, "strip", z.ZodTypeAny, {
|
|
725
|
-
name: string;
|
|
726
850
|
phoneNumber: string;
|
|
727
|
-
}, {
|
|
728
851
|
name: string;
|
|
852
|
+
}, {
|
|
729
853
|
phoneNumber: string;
|
|
854
|
+
name: string;
|
|
730
855
|
}>>;
|
|
731
856
|
agentId: z.ZodNullable<z.ZodString>;
|
|
732
857
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -734,7 +859,22 @@ export declare const leadAssignmentsContract: {
|
|
|
734
859
|
firstName: z.ZodString;
|
|
735
860
|
lastName: z.ZodString;
|
|
736
861
|
email: z.ZodString;
|
|
737
|
-
|
|
862
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
863
|
+
id: z.ZodString;
|
|
864
|
+
phoneNumber: z.ZodString;
|
|
865
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
866
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
867
|
+
}, "strip", z.ZodTypeAny, {
|
|
868
|
+
id: string;
|
|
869
|
+
phoneNumber: string;
|
|
870
|
+
isPrimary: boolean;
|
|
871
|
+
description?: string | null | undefined;
|
|
872
|
+
}, {
|
|
873
|
+
id: string;
|
|
874
|
+
phoneNumber: string;
|
|
875
|
+
description?: string | null | undefined;
|
|
876
|
+
isPrimary?: boolean | undefined;
|
|
877
|
+
}>, "many">>>;
|
|
738
878
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
739
879
|
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"]>>>;
|
|
740
880
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -743,9 +883,14 @@ export declare const leadAssignmentsContract: {
|
|
|
743
883
|
lastName: string;
|
|
744
884
|
firstName: string;
|
|
745
885
|
email: string;
|
|
746
|
-
phone: string;
|
|
747
886
|
createdAt: string;
|
|
748
887
|
id: string;
|
|
888
|
+
phoneNumbers: {
|
|
889
|
+
id: string;
|
|
890
|
+
phoneNumber: string;
|
|
891
|
+
isPrimary: boolean;
|
|
892
|
+
description?: string | null | undefined;
|
|
893
|
+
}[];
|
|
749
894
|
updatedAt: string;
|
|
750
895
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
751
896
|
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;
|
|
@@ -753,10 +898,15 @@ export declare const leadAssignmentsContract: {
|
|
|
753
898
|
lastName: string;
|
|
754
899
|
firstName: string;
|
|
755
900
|
email: string;
|
|
756
|
-
phone: string;
|
|
757
901
|
createdAt: string | Date;
|
|
758
902
|
id: string;
|
|
759
903
|
updatedAt: string | Date;
|
|
904
|
+
phoneNumbers?: {
|
|
905
|
+
id: string;
|
|
906
|
+
phoneNumber: string;
|
|
907
|
+
description?: string | null | undefined;
|
|
908
|
+
isPrimary?: boolean | undefined;
|
|
909
|
+
}[] | undefined;
|
|
760
910
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
761
911
|
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;
|
|
762
912
|
}>>;
|
|
@@ -784,8 +934,8 @@ export declare const leadAssignmentsContract: {
|
|
|
784
934
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
785
935
|
}, "strip", z.ZodTypeAny, {
|
|
786
936
|
createdAt: string;
|
|
787
|
-
status: LeadAssignmentStatus;
|
|
788
937
|
id: string;
|
|
938
|
+
status: LeadAssignmentStatus;
|
|
789
939
|
updatedAt: string;
|
|
790
940
|
agentId: string | null;
|
|
791
941
|
companyId: string | null;
|
|
@@ -802,21 +952,26 @@ export declare const leadAssignmentsContract: {
|
|
|
802
952
|
lastName: string;
|
|
803
953
|
firstName: string;
|
|
804
954
|
email: string;
|
|
805
|
-
phone: string;
|
|
806
955
|
createdAt: string;
|
|
807
956
|
id: string;
|
|
957
|
+
phoneNumbers: {
|
|
958
|
+
id: string;
|
|
959
|
+
phoneNumber: string;
|
|
960
|
+
isPrimary: boolean;
|
|
961
|
+
description?: string | null | undefined;
|
|
962
|
+
}[];
|
|
808
963
|
updatedAt: string;
|
|
809
964
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
810
965
|
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;
|
|
811
966
|
} | undefined;
|
|
812
967
|
lead?: {
|
|
813
|
-
name: string;
|
|
814
968
|
phoneNumber: string;
|
|
969
|
+
name: string;
|
|
815
970
|
} | undefined;
|
|
816
971
|
}, {
|
|
817
972
|
createdAt: string | Date;
|
|
818
|
-
status: LeadAssignmentStatus;
|
|
819
973
|
id: string;
|
|
974
|
+
status: LeadAssignmentStatus;
|
|
820
975
|
updatedAt: string | Date;
|
|
821
976
|
agentId: string | null;
|
|
822
977
|
companyId: string | null;
|
|
@@ -833,16 +988,21 @@ export declare const leadAssignmentsContract: {
|
|
|
833
988
|
lastName: string;
|
|
834
989
|
firstName: string;
|
|
835
990
|
email: string;
|
|
836
|
-
phone: string;
|
|
837
991
|
createdAt: string | Date;
|
|
838
992
|
id: string;
|
|
839
993
|
updatedAt: string | Date;
|
|
994
|
+
phoneNumbers?: {
|
|
995
|
+
id: string;
|
|
996
|
+
phoneNumber: string;
|
|
997
|
+
description?: string | null | undefined;
|
|
998
|
+
isPrimary?: boolean | undefined;
|
|
999
|
+
}[] | undefined;
|
|
840
1000
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
841
1001
|
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;
|
|
842
1002
|
} | undefined;
|
|
843
1003
|
lead?: {
|
|
844
|
-
name: string;
|
|
845
1004
|
phoneNumber: string;
|
|
1005
|
+
name: string;
|
|
846
1006
|
} | undefined;
|
|
847
1007
|
}>;
|
|
848
1008
|
next: z.ZodNullable<z.ZodObject<{
|
|
@@ -852,11 +1012,11 @@ export declare const leadAssignmentsContract: {
|
|
|
852
1012
|
name: z.ZodString;
|
|
853
1013
|
phoneNumber: z.ZodString;
|
|
854
1014
|
}, "strip", z.ZodTypeAny, {
|
|
855
|
-
name: string;
|
|
856
1015
|
phoneNumber: string;
|
|
857
|
-
}, {
|
|
858
1016
|
name: string;
|
|
1017
|
+
}, {
|
|
859
1018
|
phoneNumber: string;
|
|
1019
|
+
name: string;
|
|
860
1020
|
}>>;
|
|
861
1021
|
agentId: z.ZodNullable<z.ZodString>;
|
|
862
1022
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -864,7 +1024,22 @@ export declare const leadAssignmentsContract: {
|
|
|
864
1024
|
firstName: z.ZodString;
|
|
865
1025
|
lastName: z.ZodString;
|
|
866
1026
|
email: z.ZodString;
|
|
867
|
-
|
|
1027
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1028
|
+
id: z.ZodString;
|
|
1029
|
+
phoneNumber: z.ZodString;
|
|
1030
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1031
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
1032
|
+
}, "strip", z.ZodTypeAny, {
|
|
1033
|
+
id: string;
|
|
1034
|
+
phoneNumber: string;
|
|
1035
|
+
isPrimary: boolean;
|
|
1036
|
+
description?: string | null | undefined;
|
|
1037
|
+
}, {
|
|
1038
|
+
id: string;
|
|
1039
|
+
phoneNumber: string;
|
|
1040
|
+
description?: string | null | undefined;
|
|
1041
|
+
isPrimary?: boolean | undefined;
|
|
1042
|
+
}>, "many">>>;
|
|
868
1043
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
869
1044
|
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"]>>>;
|
|
870
1045
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -873,9 +1048,14 @@ export declare const leadAssignmentsContract: {
|
|
|
873
1048
|
lastName: string;
|
|
874
1049
|
firstName: string;
|
|
875
1050
|
email: string;
|
|
876
|
-
phone: string;
|
|
877
1051
|
createdAt: string;
|
|
878
1052
|
id: string;
|
|
1053
|
+
phoneNumbers: {
|
|
1054
|
+
id: string;
|
|
1055
|
+
phoneNumber: string;
|
|
1056
|
+
isPrimary: boolean;
|
|
1057
|
+
description?: string | null | undefined;
|
|
1058
|
+
}[];
|
|
879
1059
|
updatedAt: string;
|
|
880
1060
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
881
1061
|
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;
|
|
@@ -883,10 +1063,15 @@ export declare const leadAssignmentsContract: {
|
|
|
883
1063
|
lastName: string;
|
|
884
1064
|
firstName: string;
|
|
885
1065
|
email: string;
|
|
886
|
-
phone: string;
|
|
887
1066
|
createdAt: string | Date;
|
|
888
1067
|
id: string;
|
|
889
1068
|
updatedAt: string | Date;
|
|
1069
|
+
phoneNumbers?: {
|
|
1070
|
+
id: string;
|
|
1071
|
+
phoneNumber: string;
|
|
1072
|
+
description?: string | null | undefined;
|
|
1073
|
+
isPrimary?: boolean | undefined;
|
|
1074
|
+
}[] | undefined;
|
|
890
1075
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
891
1076
|
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;
|
|
892
1077
|
}>>;
|
|
@@ -914,8 +1099,8 @@ export declare const leadAssignmentsContract: {
|
|
|
914
1099
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
915
1100
|
}, "strip", z.ZodTypeAny, {
|
|
916
1101
|
createdAt: string;
|
|
917
|
-
status: LeadAssignmentStatus;
|
|
918
1102
|
id: string;
|
|
1103
|
+
status: LeadAssignmentStatus;
|
|
919
1104
|
updatedAt: string;
|
|
920
1105
|
agentId: string | null;
|
|
921
1106
|
companyId: string | null;
|
|
@@ -932,21 +1117,26 @@ export declare const leadAssignmentsContract: {
|
|
|
932
1117
|
lastName: string;
|
|
933
1118
|
firstName: string;
|
|
934
1119
|
email: string;
|
|
935
|
-
phone: string;
|
|
936
1120
|
createdAt: string;
|
|
937
1121
|
id: string;
|
|
1122
|
+
phoneNumbers: {
|
|
1123
|
+
id: string;
|
|
1124
|
+
phoneNumber: string;
|
|
1125
|
+
isPrimary: boolean;
|
|
1126
|
+
description?: string | null | undefined;
|
|
1127
|
+
}[];
|
|
938
1128
|
updatedAt: string;
|
|
939
1129
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
940
1130
|
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;
|
|
941
1131
|
} | undefined;
|
|
942
1132
|
lead?: {
|
|
943
|
-
name: string;
|
|
944
1133
|
phoneNumber: string;
|
|
1134
|
+
name: string;
|
|
945
1135
|
} | undefined;
|
|
946
1136
|
}, {
|
|
947
1137
|
createdAt: string | Date;
|
|
948
|
-
status: LeadAssignmentStatus;
|
|
949
1138
|
id: string;
|
|
1139
|
+
status: LeadAssignmentStatus;
|
|
950
1140
|
updatedAt: string | Date;
|
|
951
1141
|
agentId: string | null;
|
|
952
1142
|
companyId: string | null;
|
|
@@ -963,23 +1153,28 @@ export declare const leadAssignmentsContract: {
|
|
|
963
1153
|
lastName: string;
|
|
964
1154
|
firstName: string;
|
|
965
1155
|
email: string;
|
|
966
|
-
phone: string;
|
|
967
1156
|
createdAt: string | Date;
|
|
968
1157
|
id: string;
|
|
969
1158
|
updatedAt: string | Date;
|
|
1159
|
+
phoneNumbers?: {
|
|
1160
|
+
id: string;
|
|
1161
|
+
phoneNumber: string;
|
|
1162
|
+
description?: string | null | undefined;
|
|
1163
|
+
isPrimary?: boolean | undefined;
|
|
1164
|
+
}[] | undefined;
|
|
970
1165
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
971
1166
|
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;
|
|
972
1167
|
} | undefined;
|
|
973
1168
|
lead?: {
|
|
974
|
-
name: string;
|
|
975
1169
|
phoneNumber: string;
|
|
1170
|
+
name: string;
|
|
976
1171
|
} | undefined;
|
|
977
1172
|
}>>;
|
|
978
1173
|
}, "strip", z.ZodTypeAny, {
|
|
979
1174
|
completed: {
|
|
980
1175
|
createdAt: string;
|
|
981
|
-
status: LeadAssignmentStatus;
|
|
982
1176
|
id: string;
|
|
1177
|
+
status: LeadAssignmentStatus;
|
|
983
1178
|
updatedAt: string;
|
|
984
1179
|
agentId: string | null;
|
|
985
1180
|
companyId: string | null;
|
|
@@ -996,22 +1191,27 @@ export declare const leadAssignmentsContract: {
|
|
|
996
1191
|
lastName: string;
|
|
997
1192
|
firstName: string;
|
|
998
1193
|
email: string;
|
|
999
|
-
phone: string;
|
|
1000
1194
|
createdAt: string;
|
|
1001
1195
|
id: string;
|
|
1196
|
+
phoneNumbers: {
|
|
1197
|
+
id: string;
|
|
1198
|
+
phoneNumber: string;
|
|
1199
|
+
isPrimary: boolean;
|
|
1200
|
+
description?: string | null | undefined;
|
|
1201
|
+
}[];
|
|
1002
1202
|
updatedAt: string;
|
|
1003
1203
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1004
1204
|
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;
|
|
1005
1205
|
} | undefined;
|
|
1006
1206
|
lead?: {
|
|
1007
|
-
name: string;
|
|
1008
1207
|
phoneNumber: string;
|
|
1208
|
+
name: string;
|
|
1009
1209
|
} | undefined;
|
|
1010
1210
|
};
|
|
1011
1211
|
next: {
|
|
1012
1212
|
createdAt: string;
|
|
1013
|
-
status: LeadAssignmentStatus;
|
|
1014
1213
|
id: string;
|
|
1214
|
+
status: LeadAssignmentStatus;
|
|
1015
1215
|
updatedAt: string;
|
|
1016
1216
|
agentId: string | null;
|
|
1017
1217
|
companyId: string | null;
|
|
@@ -1028,23 +1228,28 @@ export declare const leadAssignmentsContract: {
|
|
|
1028
1228
|
lastName: string;
|
|
1029
1229
|
firstName: string;
|
|
1030
1230
|
email: string;
|
|
1031
|
-
phone: string;
|
|
1032
1231
|
createdAt: string;
|
|
1033
1232
|
id: string;
|
|
1233
|
+
phoneNumbers: {
|
|
1234
|
+
id: string;
|
|
1235
|
+
phoneNumber: string;
|
|
1236
|
+
isPrimary: boolean;
|
|
1237
|
+
description?: string | null | undefined;
|
|
1238
|
+
}[];
|
|
1034
1239
|
updatedAt: string;
|
|
1035
1240
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1036
1241
|
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;
|
|
1037
1242
|
} | undefined;
|
|
1038
1243
|
lead?: {
|
|
1039
|
-
name: string;
|
|
1040
1244
|
phoneNumber: string;
|
|
1245
|
+
name: string;
|
|
1041
1246
|
} | undefined;
|
|
1042
1247
|
} | null;
|
|
1043
1248
|
}, {
|
|
1044
1249
|
completed: {
|
|
1045
1250
|
createdAt: string | Date;
|
|
1046
|
-
status: LeadAssignmentStatus;
|
|
1047
1251
|
id: string;
|
|
1252
|
+
status: LeadAssignmentStatus;
|
|
1048
1253
|
updatedAt: string | Date;
|
|
1049
1254
|
agentId: string | null;
|
|
1050
1255
|
companyId: string | null;
|
|
@@ -1061,22 +1266,27 @@ export declare const leadAssignmentsContract: {
|
|
|
1061
1266
|
lastName: string;
|
|
1062
1267
|
firstName: string;
|
|
1063
1268
|
email: string;
|
|
1064
|
-
phone: string;
|
|
1065
1269
|
createdAt: string | Date;
|
|
1066
1270
|
id: string;
|
|
1067
1271
|
updatedAt: string | Date;
|
|
1272
|
+
phoneNumbers?: {
|
|
1273
|
+
id: string;
|
|
1274
|
+
phoneNumber: string;
|
|
1275
|
+
description?: string | null | undefined;
|
|
1276
|
+
isPrimary?: boolean | undefined;
|
|
1277
|
+
}[] | undefined;
|
|
1068
1278
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1069
1279
|
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;
|
|
1070
1280
|
} | undefined;
|
|
1071
1281
|
lead?: {
|
|
1072
|
-
name: string;
|
|
1073
1282
|
phoneNumber: string;
|
|
1283
|
+
name: string;
|
|
1074
1284
|
} | undefined;
|
|
1075
1285
|
};
|
|
1076
1286
|
next: {
|
|
1077
1287
|
createdAt: string | Date;
|
|
1078
|
-
status: LeadAssignmentStatus;
|
|
1079
1288
|
id: string;
|
|
1289
|
+
status: LeadAssignmentStatus;
|
|
1080
1290
|
updatedAt: string | Date;
|
|
1081
1291
|
agentId: string | null;
|
|
1082
1292
|
companyId: string | null;
|
|
@@ -1093,16 +1303,21 @@ export declare const leadAssignmentsContract: {
|
|
|
1093
1303
|
lastName: string;
|
|
1094
1304
|
firstName: string;
|
|
1095
1305
|
email: string;
|
|
1096
|
-
phone: string;
|
|
1097
1306
|
createdAt: string | Date;
|
|
1098
1307
|
id: string;
|
|
1099
1308
|
updatedAt: string | Date;
|
|
1309
|
+
phoneNumbers?: {
|
|
1310
|
+
id: string;
|
|
1311
|
+
phoneNumber: string;
|
|
1312
|
+
description?: string | null | undefined;
|
|
1313
|
+
isPrimary?: boolean | undefined;
|
|
1314
|
+
}[] | undefined;
|
|
1100
1315
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1101
1316
|
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;
|
|
1102
1317
|
} | undefined;
|
|
1103
1318
|
lead?: {
|
|
1104
|
-
name: string;
|
|
1105
1319
|
phoneNumber: string;
|
|
1320
|
+
name: string;
|
|
1106
1321
|
} | undefined;
|
|
1107
1322
|
} | null;
|
|
1108
1323
|
}>>;
|
|
@@ -1248,11 +1463,11 @@ export declare const leadAssignmentsContract: {
|
|
|
1248
1463
|
name: z.ZodString;
|
|
1249
1464
|
phoneNumber: z.ZodString;
|
|
1250
1465
|
}, "strip", z.ZodTypeAny, {
|
|
1251
|
-
name: string;
|
|
1252
1466
|
phoneNumber: string;
|
|
1253
|
-
}, {
|
|
1254
1467
|
name: string;
|
|
1468
|
+
}, {
|
|
1255
1469
|
phoneNumber: string;
|
|
1470
|
+
name: string;
|
|
1256
1471
|
}>>;
|
|
1257
1472
|
agentId: z.ZodNullable<z.ZodString>;
|
|
1258
1473
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -1260,7 +1475,22 @@ export declare const leadAssignmentsContract: {
|
|
|
1260
1475
|
firstName: z.ZodString;
|
|
1261
1476
|
lastName: z.ZodString;
|
|
1262
1477
|
email: z.ZodString;
|
|
1263
|
-
|
|
1478
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1479
|
+
id: z.ZodString;
|
|
1480
|
+
phoneNumber: z.ZodString;
|
|
1481
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1482
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
1483
|
+
}, "strip", z.ZodTypeAny, {
|
|
1484
|
+
id: string;
|
|
1485
|
+
phoneNumber: string;
|
|
1486
|
+
isPrimary: boolean;
|
|
1487
|
+
description?: string | null | undefined;
|
|
1488
|
+
}, {
|
|
1489
|
+
id: string;
|
|
1490
|
+
phoneNumber: string;
|
|
1491
|
+
description?: string | null | undefined;
|
|
1492
|
+
isPrimary?: boolean | undefined;
|
|
1493
|
+
}>, "many">>>;
|
|
1264
1494
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
1265
1495
|
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"]>>>;
|
|
1266
1496
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1269,9 +1499,14 @@ export declare const leadAssignmentsContract: {
|
|
|
1269
1499
|
lastName: string;
|
|
1270
1500
|
firstName: string;
|
|
1271
1501
|
email: string;
|
|
1272
|
-
phone: string;
|
|
1273
1502
|
createdAt: string;
|
|
1274
1503
|
id: string;
|
|
1504
|
+
phoneNumbers: {
|
|
1505
|
+
id: string;
|
|
1506
|
+
phoneNumber: string;
|
|
1507
|
+
isPrimary: boolean;
|
|
1508
|
+
description?: string | null | undefined;
|
|
1509
|
+
}[];
|
|
1275
1510
|
updatedAt: string;
|
|
1276
1511
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1277
1512
|
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;
|
|
@@ -1279,10 +1514,15 @@ export declare const leadAssignmentsContract: {
|
|
|
1279
1514
|
lastName: string;
|
|
1280
1515
|
firstName: string;
|
|
1281
1516
|
email: string;
|
|
1282
|
-
phone: string;
|
|
1283
1517
|
createdAt: string | Date;
|
|
1284
1518
|
id: string;
|
|
1285
1519
|
updatedAt: string | Date;
|
|
1520
|
+
phoneNumbers?: {
|
|
1521
|
+
id: string;
|
|
1522
|
+
phoneNumber: string;
|
|
1523
|
+
description?: string | null | undefined;
|
|
1524
|
+
isPrimary?: boolean | undefined;
|
|
1525
|
+
}[] | undefined;
|
|
1286
1526
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1287
1527
|
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;
|
|
1288
1528
|
}>>;
|
|
@@ -1310,8 +1550,8 @@ export declare const leadAssignmentsContract: {
|
|
|
1310
1550
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1311
1551
|
}, "strip", z.ZodTypeAny, {
|
|
1312
1552
|
createdAt: string;
|
|
1313
|
-
status: LeadAssignmentStatus;
|
|
1314
1553
|
id: string;
|
|
1554
|
+
status: LeadAssignmentStatus;
|
|
1315
1555
|
updatedAt: string;
|
|
1316
1556
|
agentId: string | null;
|
|
1317
1557
|
companyId: string | null;
|
|
@@ -1328,21 +1568,26 @@ export declare const leadAssignmentsContract: {
|
|
|
1328
1568
|
lastName: string;
|
|
1329
1569
|
firstName: string;
|
|
1330
1570
|
email: string;
|
|
1331
|
-
phone: string;
|
|
1332
1571
|
createdAt: string;
|
|
1333
1572
|
id: string;
|
|
1573
|
+
phoneNumbers: {
|
|
1574
|
+
id: string;
|
|
1575
|
+
phoneNumber: string;
|
|
1576
|
+
isPrimary: boolean;
|
|
1577
|
+
description?: string | null | undefined;
|
|
1578
|
+
}[];
|
|
1334
1579
|
updatedAt: string;
|
|
1335
1580
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1336
1581
|
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;
|
|
1337
1582
|
} | undefined;
|
|
1338
1583
|
lead?: {
|
|
1339
|
-
name: string;
|
|
1340
1584
|
phoneNumber: string;
|
|
1585
|
+
name: string;
|
|
1341
1586
|
} | undefined;
|
|
1342
1587
|
}, {
|
|
1343
1588
|
createdAt: string | Date;
|
|
1344
|
-
status: LeadAssignmentStatus;
|
|
1345
1589
|
id: string;
|
|
1590
|
+
status: LeadAssignmentStatus;
|
|
1346
1591
|
updatedAt: string | Date;
|
|
1347
1592
|
agentId: string | null;
|
|
1348
1593
|
companyId: string | null;
|
|
@@ -1359,16 +1604,21 @@ export declare const leadAssignmentsContract: {
|
|
|
1359
1604
|
lastName: string;
|
|
1360
1605
|
firstName: string;
|
|
1361
1606
|
email: string;
|
|
1362
|
-
phone: string;
|
|
1363
1607
|
createdAt: string | Date;
|
|
1364
1608
|
id: string;
|
|
1365
1609
|
updatedAt: string | Date;
|
|
1610
|
+
phoneNumbers?: {
|
|
1611
|
+
id: string;
|
|
1612
|
+
phoneNumber: string;
|
|
1613
|
+
description?: string | null | undefined;
|
|
1614
|
+
isPrimary?: boolean | undefined;
|
|
1615
|
+
}[] | undefined;
|
|
1366
1616
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1367
1617
|
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;
|
|
1368
1618
|
} | undefined;
|
|
1369
1619
|
lead?: {
|
|
1370
|
-
name: string;
|
|
1371
1620
|
phoneNumber: string;
|
|
1621
|
+
name: string;
|
|
1372
1622
|
} | undefined;
|
|
1373
1623
|
}>>;
|
|
1374
1624
|
};
|
|
@@ -1496,11 +1746,11 @@ export declare const leadAssignmentsContract: {
|
|
|
1496
1746
|
name: z.ZodString;
|
|
1497
1747
|
phoneNumber: z.ZodString;
|
|
1498
1748
|
}, "strip", z.ZodTypeAny, {
|
|
1499
|
-
name: string;
|
|
1500
1749
|
phoneNumber: string;
|
|
1501
|
-
}, {
|
|
1502
1750
|
name: string;
|
|
1751
|
+
}, {
|
|
1503
1752
|
phoneNumber: string;
|
|
1753
|
+
name: string;
|
|
1504
1754
|
}>>;
|
|
1505
1755
|
agentId: z.ZodNullable<z.ZodString>;
|
|
1506
1756
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -1508,7 +1758,22 @@ export declare const leadAssignmentsContract: {
|
|
|
1508
1758
|
firstName: z.ZodString;
|
|
1509
1759
|
lastName: z.ZodString;
|
|
1510
1760
|
email: z.ZodString;
|
|
1511
|
-
|
|
1761
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1762
|
+
id: z.ZodString;
|
|
1763
|
+
phoneNumber: z.ZodString;
|
|
1764
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1765
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
1766
|
+
}, "strip", z.ZodTypeAny, {
|
|
1767
|
+
id: string;
|
|
1768
|
+
phoneNumber: string;
|
|
1769
|
+
isPrimary: boolean;
|
|
1770
|
+
description?: string | null | undefined;
|
|
1771
|
+
}, {
|
|
1772
|
+
id: string;
|
|
1773
|
+
phoneNumber: string;
|
|
1774
|
+
description?: string | null | undefined;
|
|
1775
|
+
isPrimary?: boolean | undefined;
|
|
1776
|
+
}>, "many">>>;
|
|
1512
1777
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
1513
1778
|
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"]>>>;
|
|
1514
1779
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1517,9 +1782,14 @@ export declare const leadAssignmentsContract: {
|
|
|
1517
1782
|
lastName: string;
|
|
1518
1783
|
firstName: string;
|
|
1519
1784
|
email: string;
|
|
1520
|
-
phone: string;
|
|
1521
1785
|
createdAt: string;
|
|
1522
1786
|
id: string;
|
|
1787
|
+
phoneNumbers: {
|
|
1788
|
+
id: string;
|
|
1789
|
+
phoneNumber: string;
|
|
1790
|
+
isPrimary: boolean;
|
|
1791
|
+
description?: string | null | undefined;
|
|
1792
|
+
}[];
|
|
1523
1793
|
updatedAt: string;
|
|
1524
1794
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1525
1795
|
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;
|
|
@@ -1527,10 +1797,15 @@ export declare const leadAssignmentsContract: {
|
|
|
1527
1797
|
lastName: string;
|
|
1528
1798
|
firstName: string;
|
|
1529
1799
|
email: string;
|
|
1530
|
-
phone: string;
|
|
1531
1800
|
createdAt: string | Date;
|
|
1532
1801
|
id: string;
|
|
1533
1802
|
updatedAt: string | Date;
|
|
1803
|
+
phoneNumbers?: {
|
|
1804
|
+
id: string;
|
|
1805
|
+
phoneNumber: string;
|
|
1806
|
+
description?: string | null | undefined;
|
|
1807
|
+
isPrimary?: boolean | undefined;
|
|
1808
|
+
}[] | undefined;
|
|
1534
1809
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1535
1810
|
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;
|
|
1536
1811
|
}>>;
|
|
@@ -1558,8 +1833,8 @@ export declare const leadAssignmentsContract: {
|
|
|
1558
1833
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1559
1834
|
}, "strip", z.ZodTypeAny, {
|
|
1560
1835
|
createdAt: string;
|
|
1561
|
-
status: LeadAssignmentStatus;
|
|
1562
1836
|
id: string;
|
|
1837
|
+
status: LeadAssignmentStatus;
|
|
1563
1838
|
updatedAt: string;
|
|
1564
1839
|
agentId: string | null;
|
|
1565
1840
|
companyId: string | null;
|
|
@@ -1576,21 +1851,26 @@ export declare const leadAssignmentsContract: {
|
|
|
1576
1851
|
lastName: string;
|
|
1577
1852
|
firstName: string;
|
|
1578
1853
|
email: string;
|
|
1579
|
-
phone: string;
|
|
1580
1854
|
createdAt: string;
|
|
1581
1855
|
id: string;
|
|
1856
|
+
phoneNumbers: {
|
|
1857
|
+
id: string;
|
|
1858
|
+
phoneNumber: string;
|
|
1859
|
+
isPrimary: boolean;
|
|
1860
|
+
description?: string | null | undefined;
|
|
1861
|
+
}[];
|
|
1582
1862
|
updatedAt: string;
|
|
1583
1863
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1584
1864
|
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;
|
|
1585
1865
|
} | undefined;
|
|
1586
1866
|
lead?: {
|
|
1587
|
-
name: string;
|
|
1588
1867
|
phoneNumber: string;
|
|
1868
|
+
name: string;
|
|
1589
1869
|
} | undefined;
|
|
1590
1870
|
}, {
|
|
1591
1871
|
createdAt: string | Date;
|
|
1592
|
-
status: LeadAssignmentStatus;
|
|
1593
1872
|
id: string;
|
|
1873
|
+
status: LeadAssignmentStatus;
|
|
1594
1874
|
updatedAt: string | Date;
|
|
1595
1875
|
agentId: string | null;
|
|
1596
1876
|
companyId: string | null;
|
|
@@ -1607,16 +1887,21 @@ export declare const leadAssignmentsContract: {
|
|
|
1607
1887
|
lastName: string;
|
|
1608
1888
|
firstName: string;
|
|
1609
1889
|
email: string;
|
|
1610
|
-
phone: string;
|
|
1611
1890
|
createdAt: string | Date;
|
|
1612
1891
|
id: string;
|
|
1613
1892
|
updatedAt: string | Date;
|
|
1893
|
+
phoneNumbers?: {
|
|
1894
|
+
id: string;
|
|
1895
|
+
phoneNumber: string;
|
|
1896
|
+
description?: string | null | undefined;
|
|
1897
|
+
isPrimary?: boolean | undefined;
|
|
1898
|
+
}[] | undefined;
|
|
1614
1899
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1615
1900
|
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;
|
|
1616
1901
|
} | undefined;
|
|
1617
1902
|
lead?: {
|
|
1618
|
-
name: string;
|
|
1619
1903
|
phoneNumber: string;
|
|
1904
|
+
name: string;
|
|
1620
1905
|
} | undefined;
|
|
1621
1906
|
}>;
|
|
1622
1907
|
404: z.ZodObject<{
|
|
@@ -1768,11 +2053,11 @@ export declare const leadAssignmentsContract: {
|
|
|
1768
2053
|
name: z.ZodString;
|
|
1769
2054
|
phoneNumber: z.ZodString;
|
|
1770
2055
|
}, "strip", z.ZodTypeAny, {
|
|
1771
|
-
name: string;
|
|
1772
2056
|
phoneNumber: string;
|
|
1773
|
-
}, {
|
|
1774
2057
|
name: string;
|
|
2058
|
+
}, {
|
|
1775
2059
|
phoneNumber: string;
|
|
2060
|
+
name: string;
|
|
1776
2061
|
}>>;
|
|
1777
2062
|
agentId: z.ZodNullable<z.ZodString>;
|
|
1778
2063
|
agent: z.ZodOptional<z.ZodObject<{
|
|
@@ -1780,7 +2065,22 @@ export declare const leadAssignmentsContract: {
|
|
|
1780
2065
|
firstName: z.ZodString;
|
|
1781
2066
|
lastName: z.ZodString;
|
|
1782
2067
|
email: z.ZodString;
|
|
1783
|
-
|
|
2068
|
+
phoneNumbers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2069
|
+
id: z.ZodString;
|
|
2070
|
+
phoneNumber: z.ZodString;
|
|
2071
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2072
|
+
isPrimary: z.ZodDefault<z.ZodBoolean>;
|
|
2073
|
+
}, "strip", z.ZodTypeAny, {
|
|
2074
|
+
id: string;
|
|
2075
|
+
phoneNumber: string;
|
|
2076
|
+
isPrimary: boolean;
|
|
2077
|
+
description?: string | null | undefined;
|
|
2078
|
+
}, {
|
|
2079
|
+
id: string;
|
|
2080
|
+
phoneNumber: string;
|
|
2081
|
+
description?: string | null | undefined;
|
|
2082
|
+
isPrimary?: boolean | undefined;
|
|
2083
|
+
}>, "many">>>;
|
|
1784
2084
|
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI", "TEAM_LEADS"]>, "many">>;
|
|
1785
2085
|
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"]>>>;
|
|
1786
2086
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1789,9 +2089,14 @@ export declare const leadAssignmentsContract: {
|
|
|
1789
2089
|
lastName: string;
|
|
1790
2090
|
firstName: string;
|
|
1791
2091
|
email: string;
|
|
1792
|
-
phone: string;
|
|
1793
2092
|
createdAt: string;
|
|
1794
2093
|
id: string;
|
|
2094
|
+
phoneNumbers: {
|
|
2095
|
+
id: string;
|
|
2096
|
+
phoneNumber: string;
|
|
2097
|
+
isPrimary: boolean;
|
|
2098
|
+
description?: string | null | undefined;
|
|
2099
|
+
}[];
|
|
1795
2100
|
updatedAt: string;
|
|
1796
2101
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1797
2102
|
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;
|
|
@@ -1799,10 +2104,15 @@ export declare const leadAssignmentsContract: {
|
|
|
1799
2104
|
lastName: string;
|
|
1800
2105
|
firstName: string;
|
|
1801
2106
|
email: string;
|
|
1802
|
-
phone: string;
|
|
1803
2107
|
createdAt: string | Date;
|
|
1804
2108
|
id: string;
|
|
1805
2109
|
updatedAt: string | Date;
|
|
2110
|
+
phoneNumbers?: {
|
|
2111
|
+
id: string;
|
|
2112
|
+
phoneNumber: string;
|
|
2113
|
+
description?: string | null | undefined;
|
|
2114
|
+
isPrimary?: boolean | undefined;
|
|
2115
|
+
}[] | undefined;
|
|
1806
2116
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1807
2117
|
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;
|
|
1808
2118
|
}>>;
|
|
@@ -1830,8 +2140,8 @@ export declare const leadAssignmentsContract: {
|
|
|
1830
2140
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1831
2141
|
}, "strip", z.ZodTypeAny, {
|
|
1832
2142
|
createdAt: string;
|
|
1833
|
-
status: LeadAssignmentStatus;
|
|
1834
2143
|
id: string;
|
|
2144
|
+
status: LeadAssignmentStatus;
|
|
1835
2145
|
updatedAt: string;
|
|
1836
2146
|
agentId: string | null;
|
|
1837
2147
|
companyId: string | null;
|
|
@@ -1848,21 +2158,26 @@ export declare const leadAssignmentsContract: {
|
|
|
1848
2158
|
lastName: string;
|
|
1849
2159
|
firstName: string;
|
|
1850
2160
|
email: string;
|
|
1851
|
-
phone: string;
|
|
1852
2161
|
createdAt: string;
|
|
1853
2162
|
id: string;
|
|
2163
|
+
phoneNumbers: {
|
|
2164
|
+
id: string;
|
|
2165
|
+
phoneNumber: string;
|
|
2166
|
+
isPrimary: boolean;
|
|
2167
|
+
description?: string | null | undefined;
|
|
2168
|
+
}[];
|
|
1854
2169
|
updatedAt: string;
|
|
1855
2170
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1856
2171
|
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;
|
|
1857
2172
|
} | undefined;
|
|
1858
2173
|
lead?: {
|
|
1859
|
-
name: string;
|
|
1860
2174
|
phoneNumber: string;
|
|
2175
|
+
name: string;
|
|
1861
2176
|
} | undefined;
|
|
1862
2177
|
}, {
|
|
1863
2178
|
createdAt: string | Date;
|
|
1864
|
-
status: LeadAssignmentStatus;
|
|
1865
2179
|
id: string;
|
|
2180
|
+
status: LeadAssignmentStatus;
|
|
1866
2181
|
updatedAt: string | Date;
|
|
1867
2182
|
agentId: string | null;
|
|
1868
2183
|
companyId: string | null;
|
|
@@ -1879,16 +2194,21 @@ export declare const leadAssignmentsContract: {
|
|
|
1879
2194
|
lastName: string;
|
|
1880
2195
|
firstName: string;
|
|
1881
2196
|
email: string;
|
|
1882
|
-
phone: string;
|
|
1883
2197
|
createdAt: string | Date;
|
|
1884
2198
|
id: string;
|
|
1885
2199
|
updatedAt: string | Date;
|
|
2200
|
+
phoneNumbers?: {
|
|
2201
|
+
id: string;
|
|
2202
|
+
phoneNumber: string;
|
|
2203
|
+
description?: string | null | undefined;
|
|
2204
|
+
isPrimary?: boolean | undefined;
|
|
2205
|
+
}[] | undefined;
|
|
1886
2206
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1887
2207
|
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;
|
|
1888
2208
|
} | undefined;
|
|
1889
2209
|
lead?: {
|
|
1890
|
-
name: string;
|
|
1891
2210
|
phoneNumber: string;
|
|
2211
|
+
name: string;
|
|
1892
2212
|
} | undefined;
|
|
1893
2213
|
}>;
|
|
1894
2214
|
404: z.ZodObject<{
|