@dakkitor/api-contracts 1.1.107 → 1.1.109
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/actives/actives.contract.d.ts +2577 -2577
- package/dist/agent-client-links/agent-client-links.contract.d.ts +486 -486
- package/dist/auth/auth.contract.d.ts +16 -16
- package/dist/bookings/bookings.contract.d.ts +9898 -9898
- package/dist/call-history/call-history.contract.d.ts +483 -453
- package/dist/call-history/call-history.contract.d.ts.map +1 -1
- package/dist/call-history/call-history.contract.js +3 -1
- package/dist/client-contacts/client-contacts.contract.d.ts +26 -26
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +994 -994
- package/dist/collaborations/collaborations.contract.d.ts +868 -868
- package/dist/common/common-schemas.d.ts +11 -0
- package/dist/common/common-schemas.d.ts.map +1 -1
- package/dist/common/common-schemas.js +8 -1
- package/dist/dashboards/dashboard-widgets.contract.d.ts +54 -48
- package/dist/dashboards/dashboard-widgets.contract.d.ts.map +1 -1
- package/dist/dashboards/dashboard-widgets.contract.js +18 -9
- package/dist/dashboards/dashboard.contract.d.ts +14 -14
- package/dist/jobs/jobs.contract.d.ts +1756 -1756
- package/dist/lead-assignments/lead-assignments.contract.d.ts +344 -344
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +163 -163
- package/dist/leads/leads.contract.d.ts +65 -65
- package/dist/users/users.contract.d.ts +128 -128
- package/dist/workers/workers.contract.d.ts +172 -172
- package/package.json +1 -1
|
@@ -19,15 +19,15 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
19
19
|
lastName: z.ZodString;
|
|
20
20
|
email: z.ZodString;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
|
|
22
|
+
id: string;
|
|
23
23
|
firstName: string;
|
|
24
|
+
lastName: string;
|
|
24
25
|
email: string;
|
|
25
|
-
id: string;
|
|
26
26
|
}, {
|
|
27
|
-
|
|
27
|
+
id: string;
|
|
28
28
|
firstName: string;
|
|
29
|
+
lastName: string;
|
|
29
30
|
email: string;
|
|
30
|
-
id: string;
|
|
31
31
|
}>>>;
|
|
32
32
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
33
33
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -39,9 +39,9 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
39
39
|
agentId: string;
|
|
40
40
|
}>>>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
createdAt: string;
|
|
43
42
|
id: string;
|
|
44
43
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
44
|
+
createdAt: string;
|
|
45
45
|
updatedAt: string;
|
|
46
46
|
name: string;
|
|
47
47
|
crn: string | null;
|
|
@@ -50,18 +50,18 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
50
50
|
director: string;
|
|
51
51
|
blacklistReason?: string | null | undefined;
|
|
52
52
|
lastUpdatedBy?: {
|
|
53
|
-
|
|
53
|
+
id: string;
|
|
54
54
|
firstName: string;
|
|
55
|
+
lastName: string;
|
|
55
56
|
email: string;
|
|
56
|
-
id: string;
|
|
57
57
|
} | null | undefined;
|
|
58
58
|
agentClientLinks?: {
|
|
59
59
|
agentId: string;
|
|
60
60
|
} | null | undefined;
|
|
61
61
|
}, {
|
|
62
|
-
createdAt: string | Date;
|
|
63
62
|
id: string;
|
|
64
63
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
64
|
+
createdAt: string | Date;
|
|
65
65
|
updatedAt: string | Date;
|
|
66
66
|
name: string;
|
|
67
67
|
crn: string | null;
|
|
@@ -70,10 +70,10 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
70
70
|
director: string;
|
|
71
71
|
blacklistReason?: string | null | undefined;
|
|
72
72
|
lastUpdatedBy?: {
|
|
73
|
-
|
|
73
|
+
id: string;
|
|
74
74
|
firstName: string;
|
|
75
|
+
lastName: string;
|
|
75
76
|
email: string;
|
|
76
|
-
id: string;
|
|
77
77
|
} | null | undefined;
|
|
78
78
|
agentClientLinks?: {
|
|
79
79
|
agentId: string;
|
|
@@ -106,27 +106,27 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
106
106
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
107
107
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
|
|
109
|
+
id: string;
|
|
110
|
+
createdAt: string;
|
|
111
|
+
updatedAt: string;
|
|
110
112
|
firstName: string;
|
|
113
|
+
lastName: string;
|
|
111
114
|
email: string;
|
|
112
|
-
createdAt: string;
|
|
113
|
-
id: string;
|
|
114
115
|
phoneNumbers: {
|
|
115
116
|
id: string;
|
|
116
117
|
phoneNumber: string;
|
|
117
118
|
isPrimary: boolean;
|
|
118
119
|
description?: string | null | undefined;
|
|
119
120
|
}[];
|
|
120
|
-
updatedAt: string;
|
|
121
121
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
122
122
|
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;
|
|
123
123
|
}, {
|
|
124
|
-
lastName: string;
|
|
125
|
-
firstName: string;
|
|
126
|
-
email: string;
|
|
127
|
-
createdAt: string | Date;
|
|
128
124
|
id: string;
|
|
125
|
+
createdAt: string | Date;
|
|
129
126
|
updatedAt: string | Date;
|
|
127
|
+
firstName: string;
|
|
128
|
+
lastName: string;
|
|
129
|
+
email: string;
|
|
130
130
|
phoneNumbers?: {
|
|
131
131
|
id: string;
|
|
132
132
|
phoneNumber: string;
|
|
@@ -166,27 +166,27 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
166
166
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
167
167
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
|
-
|
|
169
|
+
id: string;
|
|
170
|
+
createdAt: string;
|
|
171
|
+
updatedAt: string;
|
|
170
172
|
firstName: string;
|
|
173
|
+
lastName: string;
|
|
171
174
|
email: string;
|
|
172
|
-
createdAt: string;
|
|
173
|
-
id: string;
|
|
174
175
|
phoneNumbers: {
|
|
175
176
|
id: string;
|
|
176
177
|
phoneNumber: string;
|
|
177
178
|
isPrimary: boolean;
|
|
178
179
|
description?: string | null | undefined;
|
|
179
180
|
}[];
|
|
180
|
-
updatedAt: string;
|
|
181
181
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
182
182
|
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;
|
|
183
183
|
}, {
|
|
184
|
-
lastName: string;
|
|
185
|
-
firstName: string;
|
|
186
|
-
email: string;
|
|
187
|
-
createdAt: string | Date;
|
|
188
184
|
id: string;
|
|
185
|
+
createdAt: string | Date;
|
|
189
186
|
updatedAt: string | Date;
|
|
187
|
+
firstName: string;
|
|
188
|
+
lastName: string;
|
|
189
|
+
email: string;
|
|
190
190
|
phoneNumbers?: {
|
|
191
191
|
id: string;
|
|
192
192
|
phoneNumber: string;
|
|
@@ -199,31 +199,14 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
199
199
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
200
200
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
201
201
|
}, "strip", z.ZodTypeAny, {
|
|
202
|
-
createdAt: string;
|
|
203
202
|
id: string;
|
|
203
|
+
createdAt: string;
|
|
204
204
|
updatedAt: string;
|
|
205
205
|
agentId: string;
|
|
206
|
-
agent: {
|
|
207
|
-
lastName: string;
|
|
208
|
-
firstName: string;
|
|
209
|
-
email: string;
|
|
210
|
-
createdAt: string;
|
|
211
|
-
id: string;
|
|
212
|
-
phoneNumbers: {
|
|
213
|
-
id: string;
|
|
214
|
-
phoneNumber: string;
|
|
215
|
-
isPrimary: boolean;
|
|
216
|
-
description?: string | null | undefined;
|
|
217
|
-
}[];
|
|
218
|
-
updatedAt: string;
|
|
219
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
220
|
-
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;
|
|
221
|
-
};
|
|
222
|
-
clientId: string;
|
|
223
206
|
client: {
|
|
224
|
-
createdAt: string;
|
|
225
207
|
id: string;
|
|
226
208
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
209
|
+
createdAt: string;
|
|
227
210
|
updatedAt: string;
|
|
228
211
|
name: string;
|
|
229
212
|
crn: string | null;
|
|
@@ -232,61 +215,61 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
232
215
|
director: string;
|
|
233
216
|
blacklistReason?: string | null | undefined;
|
|
234
217
|
lastUpdatedBy?: {
|
|
235
|
-
|
|
218
|
+
id: string;
|
|
236
219
|
firstName: string;
|
|
220
|
+
lastName: string;
|
|
237
221
|
email: string;
|
|
238
|
-
id: string;
|
|
239
222
|
} | null | undefined;
|
|
240
223
|
agentClientLinks?: {
|
|
241
224
|
agentId: string;
|
|
242
225
|
} | null | undefined;
|
|
243
226
|
};
|
|
244
|
-
|
|
227
|
+
clientId: string;
|
|
245
228
|
createdBy: string;
|
|
246
|
-
|
|
247
|
-
|
|
229
|
+
agent: {
|
|
230
|
+
id: string;
|
|
231
|
+
createdAt: string;
|
|
232
|
+
updatedAt: string;
|
|
248
233
|
firstName: string;
|
|
234
|
+
lastName: string;
|
|
249
235
|
email: string;
|
|
250
|
-
createdAt: string;
|
|
251
|
-
id: string;
|
|
252
236
|
phoneNumbers: {
|
|
253
237
|
id: string;
|
|
254
238
|
phoneNumber: string;
|
|
255
239
|
isPrimary: boolean;
|
|
256
240
|
description?: string | null | undefined;
|
|
257
241
|
}[];
|
|
258
|
-
updatedAt: string;
|
|
259
242
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
260
243
|
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;
|
|
261
244
|
};
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
updatedAt: string | Date;
|
|
268
|
-
agentId: string;
|
|
269
|
-
agent: {
|
|
270
|
-
lastName: string;
|
|
245
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
246
|
+
creator: {
|
|
247
|
+
id: string;
|
|
248
|
+
createdAt: string;
|
|
249
|
+
updatedAt: string;
|
|
271
250
|
firstName: string;
|
|
251
|
+
lastName: string;
|
|
272
252
|
email: string;
|
|
273
|
-
|
|
274
|
-
id: string;
|
|
275
|
-
updatedAt: string | Date;
|
|
276
|
-
phoneNumbers?: {
|
|
253
|
+
phoneNumbers: {
|
|
277
254
|
id: string;
|
|
278
255
|
phoneNumber: string;
|
|
256
|
+
isPrimary: boolean;
|
|
279
257
|
description?: string | null | undefined;
|
|
280
|
-
|
|
281
|
-
}[] | undefined;
|
|
258
|
+
}[];
|
|
282
259
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
283
260
|
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;
|
|
284
261
|
};
|
|
285
|
-
|
|
262
|
+
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
263
|
+
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
264
|
+
}, {
|
|
265
|
+
id: string;
|
|
266
|
+
createdAt: string | Date;
|
|
267
|
+
updatedAt: string | Date;
|
|
268
|
+
agentId: string;
|
|
286
269
|
client: {
|
|
287
|
-
createdAt: string | Date;
|
|
288
270
|
id: string;
|
|
289
271
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
272
|
+
createdAt: string | Date;
|
|
290
273
|
updatedAt: string | Date;
|
|
291
274
|
name: string;
|
|
292
275
|
crn: string | null;
|
|
@@ -295,24 +278,41 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
295
278
|
director: string;
|
|
296
279
|
blacklistReason?: string | null | undefined;
|
|
297
280
|
lastUpdatedBy?: {
|
|
298
|
-
|
|
281
|
+
id: string;
|
|
299
282
|
firstName: string;
|
|
283
|
+
lastName: string;
|
|
300
284
|
email: string;
|
|
301
|
-
id: string;
|
|
302
285
|
} | null | undefined;
|
|
303
286
|
agentClientLinks?: {
|
|
304
287
|
agentId: string;
|
|
305
288
|
} | null | undefined;
|
|
306
289
|
};
|
|
307
|
-
|
|
290
|
+
clientId: string;
|
|
308
291
|
createdBy: string;
|
|
309
|
-
|
|
310
|
-
|
|
292
|
+
agent: {
|
|
293
|
+
id: string;
|
|
294
|
+
createdAt: string | Date;
|
|
295
|
+
updatedAt: string | Date;
|
|
311
296
|
firstName: string;
|
|
297
|
+
lastName: string;
|
|
312
298
|
email: string;
|
|
313
|
-
|
|
299
|
+
phoneNumbers?: {
|
|
300
|
+
id: string;
|
|
301
|
+
phoneNumber: string;
|
|
302
|
+
description?: string | null | undefined;
|
|
303
|
+
isPrimary?: boolean | undefined;
|
|
304
|
+
}[] | undefined;
|
|
305
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
306
|
+
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;
|
|
307
|
+
};
|
|
308
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
309
|
+
creator: {
|
|
314
310
|
id: string;
|
|
311
|
+
createdAt: string | Date;
|
|
315
312
|
updatedAt: string | Date;
|
|
313
|
+
firstName: string;
|
|
314
|
+
lastName: string;
|
|
315
|
+
email: string;
|
|
316
316
|
phoneNumbers?: {
|
|
317
317
|
id: string;
|
|
318
318
|
phoneNumber: string;
|
|
@@ -377,15 +377,15 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
377
377
|
lastName: z.ZodString;
|
|
378
378
|
email: z.ZodString;
|
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
|
380
|
-
|
|
380
|
+
id: string;
|
|
381
381
|
firstName: string;
|
|
382
|
+
lastName: string;
|
|
382
383
|
email: string;
|
|
383
|
-
id: string;
|
|
384
384
|
}, {
|
|
385
|
-
|
|
385
|
+
id: string;
|
|
386
386
|
firstName: string;
|
|
387
|
+
lastName: string;
|
|
387
388
|
email: string;
|
|
388
|
-
id: string;
|
|
389
389
|
}>>>;
|
|
390
390
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
391
391
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -397,9 +397,9 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
397
397
|
agentId: string;
|
|
398
398
|
}>>>;
|
|
399
399
|
}, "strip", z.ZodTypeAny, {
|
|
400
|
-
createdAt: string;
|
|
401
400
|
id: string;
|
|
402
401
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
402
|
+
createdAt: string;
|
|
403
403
|
updatedAt: string;
|
|
404
404
|
name: string;
|
|
405
405
|
crn: string | null;
|
|
@@ -408,18 +408,18 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
408
408
|
director: string;
|
|
409
409
|
blacklistReason?: string | null | undefined;
|
|
410
410
|
lastUpdatedBy?: {
|
|
411
|
-
|
|
411
|
+
id: string;
|
|
412
412
|
firstName: string;
|
|
413
|
+
lastName: string;
|
|
413
414
|
email: string;
|
|
414
|
-
id: string;
|
|
415
415
|
} | null | undefined;
|
|
416
416
|
agentClientLinks?: {
|
|
417
417
|
agentId: string;
|
|
418
418
|
} | null | undefined;
|
|
419
419
|
}, {
|
|
420
|
-
createdAt: string | Date;
|
|
421
420
|
id: string;
|
|
422
421
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
422
|
+
createdAt: string | Date;
|
|
423
423
|
updatedAt: string | Date;
|
|
424
424
|
name: string;
|
|
425
425
|
crn: string | null;
|
|
@@ -428,10 +428,10 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
428
428
|
director: string;
|
|
429
429
|
blacklistReason?: string | null | undefined;
|
|
430
430
|
lastUpdatedBy?: {
|
|
431
|
-
|
|
431
|
+
id: string;
|
|
432
432
|
firstName: string;
|
|
433
|
+
lastName: string;
|
|
433
434
|
email: string;
|
|
434
|
-
id: string;
|
|
435
435
|
} | null | undefined;
|
|
436
436
|
agentClientLinks?: {
|
|
437
437
|
agentId: string;
|
|
@@ -464,27 +464,27 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
464
464
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
465
465
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
|
467
|
-
|
|
467
|
+
id: string;
|
|
468
|
+
createdAt: string;
|
|
469
|
+
updatedAt: string;
|
|
468
470
|
firstName: string;
|
|
471
|
+
lastName: string;
|
|
469
472
|
email: string;
|
|
470
|
-
createdAt: string;
|
|
471
|
-
id: string;
|
|
472
473
|
phoneNumbers: {
|
|
473
474
|
id: string;
|
|
474
475
|
phoneNumber: string;
|
|
475
476
|
isPrimary: boolean;
|
|
476
477
|
description?: string | null | undefined;
|
|
477
478
|
}[];
|
|
478
|
-
updatedAt: string;
|
|
479
479
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
480
480
|
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;
|
|
481
481
|
}, {
|
|
482
|
-
lastName: string;
|
|
483
|
-
firstName: string;
|
|
484
|
-
email: string;
|
|
485
|
-
createdAt: string | Date;
|
|
486
482
|
id: string;
|
|
483
|
+
createdAt: string | Date;
|
|
487
484
|
updatedAt: string | Date;
|
|
485
|
+
firstName: string;
|
|
486
|
+
lastName: string;
|
|
487
|
+
email: string;
|
|
488
488
|
phoneNumbers?: {
|
|
489
489
|
id: string;
|
|
490
490
|
phoneNumber: string;
|
|
@@ -524,27 +524,27 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
524
524
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
525
525
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
|
-
|
|
527
|
+
id: string;
|
|
528
|
+
createdAt: string;
|
|
529
|
+
updatedAt: string;
|
|
528
530
|
firstName: string;
|
|
531
|
+
lastName: string;
|
|
529
532
|
email: string;
|
|
530
|
-
createdAt: string;
|
|
531
|
-
id: string;
|
|
532
533
|
phoneNumbers: {
|
|
533
534
|
id: string;
|
|
534
535
|
phoneNumber: string;
|
|
535
536
|
isPrimary: boolean;
|
|
536
537
|
description?: string | null | undefined;
|
|
537
538
|
}[];
|
|
538
|
-
updatedAt: string;
|
|
539
539
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
540
540
|
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;
|
|
541
541
|
}, {
|
|
542
|
-
lastName: string;
|
|
543
|
-
firstName: string;
|
|
544
|
-
email: string;
|
|
545
|
-
createdAt: string | Date;
|
|
546
542
|
id: string;
|
|
543
|
+
createdAt: string | Date;
|
|
547
544
|
updatedAt: string | Date;
|
|
545
|
+
firstName: string;
|
|
546
|
+
lastName: string;
|
|
547
|
+
email: string;
|
|
548
548
|
phoneNumbers?: {
|
|
549
549
|
id: string;
|
|
550
550
|
phoneNumber: string;
|
|
@@ -557,31 +557,14 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
557
557
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
558
558
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
559
559
|
}, "strip", z.ZodTypeAny, {
|
|
560
|
-
createdAt: string;
|
|
561
560
|
id: string;
|
|
561
|
+
createdAt: string;
|
|
562
562
|
updatedAt: string;
|
|
563
563
|
agentId: string;
|
|
564
|
-
agent: {
|
|
565
|
-
lastName: string;
|
|
566
|
-
firstName: string;
|
|
567
|
-
email: string;
|
|
568
|
-
createdAt: string;
|
|
569
|
-
id: string;
|
|
570
|
-
phoneNumbers: {
|
|
571
|
-
id: string;
|
|
572
|
-
phoneNumber: string;
|
|
573
|
-
isPrimary: boolean;
|
|
574
|
-
description?: string | null | undefined;
|
|
575
|
-
}[];
|
|
576
|
-
updatedAt: string;
|
|
577
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
578
|
-
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;
|
|
579
|
-
};
|
|
580
|
-
clientId: string;
|
|
581
564
|
client: {
|
|
582
|
-
createdAt: string;
|
|
583
565
|
id: string;
|
|
584
566
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
567
|
+
createdAt: string;
|
|
585
568
|
updatedAt: string;
|
|
586
569
|
name: string;
|
|
587
570
|
crn: string | null;
|
|
@@ -590,61 +573,61 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
590
573
|
director: string;
|
|
591
574
|
blacklistReason?: string | null | undefined;
|
|
592
575
|
lastUpdatedBy?: {
|
|
593
|
-
|
|
576
|
+
id: string;
|
|
594
577
|
firstName: string;
|
|
578
|
+
lastName: string;
|
|
595
579
|
email: string;
|
|
596
|
-
id: string;
|
|
597
580
|
} | null | undefined;
|
|
598
581
|
agentClientLinks?: {
|
|
599
582
|
agentId: string;
|
|
600
583
|
} | null | undefined;
|
|
601
584
|
};
|
|
602
|
-
|
|
585
|
+
clientId: string;
|
|
603
586
|
createdBy: string;
|
|
604
|
-
|
|
605
|
-
|
|
587
|
+
agent: {
|
|
588
|
+
id: string;
|
|
589
|
+
createdAt: string;
|
|
590
|
+
updatedAt: string;
|
|
606
591
|
firstName: string;
|
|
592
|
+
lastName: string;
|
|
607
593
|
email: string;
|
|
608
|
-
createdAt: string;
|
|
609
|
-
id: string;
|
|
610
594
|
phoneNumbers: {
|
|
611
595
|
id: string;
|
|
612
596
|
phoneNumber: string;
|
|
613
597
|
isPrimary: boolean;
|
|
614
598
|
description?: string | null | undefined;
|
|
615
599
|
}[];
|
|
600
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
601
|
+
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;
|
|
602
|
+
};
|
|
603
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
604
|
+
creator: {
|
|
605
|
+
id: string;
|
|
606
|
+
createdAt: string;
|
|
616
607
|
updatedAt: string;
|
|
608
|
+
firstName: string;
|
|
609
|
+
lastName: string;
|
|
610
|
+
email: string;
|
|
611
|
+
phoneNumbers: {
|
|
612
|
+
id: string;
|
|
613
|
+
phoneNumber: string;
|
|
614
|
+
isPrimary: boolean;
|
|
615
|
+
description?: string | null | undefined;
|
|
616
|
+
}[];
|
|
617
617
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
618
618
|
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;
|
|
619
619
|
};
|
|
620
620
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
621
621
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
622
622
|
}, {
|
|
623
|
-
createdAt: string | Date;
|
|
624
623
|
id: string;
|
|
624
|
+
createdAt: string | Date;
|
|
625
625
|
updatedAt: string | Date;
|
|
626
626
|
agentId: string;
|
|
627
|
-
agent: {
|
|
628
|
-
lastName: string;
|
|
629
|
-
firstName: string;
|
|
630
|
-
email: string;
|
|
631
|
-
createdAt: string | Date;
|
|
632
|
-
id: string;
|
|
633
|
-
updatedAt: string | Date;
|
|
634
|
-
phoneNumbers?: {
|
|
635
|
-
id: string;
|
|
636
|
-
phoneNumber: string;
|
|
637
|
-
description?: string | null | undefined;
|
|
638
|
-
isPrimary?: boolean | undefined;
|
|
639
|
-
}[] | undefined;
|
|
640
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
641
|
-
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;
|
|
642
|
-
};
|
|
643
|
-
clientId: string;
|
|
644
627
|
client: {
|
|
645
|
-
createdAt: string | Date;
|
|
646
628
|
id: string;
|
|
647
629
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
630
|
+
createdAt: string | Date;
|
|
648
631
|
updatedAt: string | Date;
|
|
649
632
|
name: string;
|
|
650
633
|
crn: string | null;
|
|
@@ -653,24 +636,41 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
653
636
|
director: string;
|
|
654
637
|
blacklistReason?: string | null | undefined;
|
|
655
638
|
lastUpdatedBy?: {
|
|
656
|
-
|
|
639
|
+
id: string;
|
|
657
640
|
firstName: string;
|
|
641
|
+
lastName: string;
|
|
658
642
|
email: string;
|
|
659
|
-
id: string;
|
|
660
643
|
} | null | undefined;
|
|
661
644
|
agentClientLinks?: {
|
|
662
645
|
agentId: string;
|
|
663
646
|
} | null | undefined;
|
|
664
647
|
};
|
|
665
|
-
|
|
648
|
+
clientId: string;
|
|
666
649
|
createdBy: string;
|
|
667
|
-
|
|
668
|
-
|
|
650
|
+
agent: {
|
|
651
|
+
id: string;
|
|
652
|
+
createdAt: string | Date;
|
|
653
|
+
updatedAt: string | Date;
|
|
669
654
|
firstName: string;
|
|
655
|
+
lastName: string;
|
|
670
656
|
email: string;
|
|
671
|
-
|
|
657
|
+
phoneNumbers?: {
|
|
658
|
+
id: string;
|
|
659
|
+
phoneNumber: string;
|
|
660
|
+
description?: string | null | undefined;
|
|
661
|
+
isPrimary?: boolean | undefined;
|
|
662
|
+
}[] | undefined;
|
|
663
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
664
|
+
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;
|
|
665
|
+
};
|
|
666
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
667
|
+
creator: {
|
|
672
668
|
id: string;
|
|
669
|
+
createdAt: string | Date;
|
|
673
670
|
updatedAt: string | Date;
|
|
671
|
+
firstName: string;
|
|
672
|
+
lastName: string;
|
|
673
|
+
email: string;
|
|
674
674
|
phoneNumbers?: {
|
|
675
675
|
id: string;
|
|
676
676
|
phoneNumber: string;
|
|
@@ -691,31 +691,14 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
691
691
|
}, "strip", z.ZodTypeAny, {
|
|
692
692
|
limit: number;
|
|
693
693
|
items: {
|
|
694
|
-
createdAt: string;
|
|
695
694
|
id: string;
|
|
695
|
+
createdAt: string;
|
|
696
696
|
updatedAt: string;
|
|
697
697
|
agentId: string;
|
|
698
|
-
agent: {
|
|
699
|
-
lastName: string;
|
|
700
|
-
firstName: string;
|
|
701
|
-
email: string;
|
|
702
|
-
createdAt: string;
|
|
703
|
-
id: string;
|
|
704
|
-
phoneNumbers: {
|
|
705
|
-
id: string;
|
|
706
|
-
phoneNumber: string;
|
|
707
|
-
isPrimary: boolean;
|
|
708
|
-
description?: string | null | undefined;
|
|
709
|
-
}[];
|
|
710
|
-
updatedAt: string;
|
|
711
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
712
|
-
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;
|
|
713
|
-
};
|
|
714
|
-
clientId: string;
|
|
715
698
|
client: {
|
|
716
|
-
createdAt: string;
|
|
717
699
|
id: string;
|
|
718
700
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
701
|
+
createdAt: string;
|
|
719
702
|
updatedAt: string;
|
|
720
703
|
name: string;
|
|
721
704
|
crn: string | null;
|
|
@@ -724,30 +707,47 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
724
707
|
director: string;
|
|
725
708
|
blacklistReason?: string | null | undefined;
|
|
726
709
|
lastUpdatedBy?: {
|
|
727
|
-
|
|
710
|
+
id: string;
|
|
728
711
|
firstName: string;
|
|
712
|
+
lastName: string;
|
|
729
713
|
email: string;
|
|
730
|
-
id: string;
|
|
731
714
|
} | null | undefined;
|
|
732
715
|
agentClientLinks?: {
|
|
733
716
|
agentId: string;
|
|
734
717
|
} | null | undefined;
|
|
735
718
|
};
|
|
736
|
-
|
|
719
|
+
clientId: string;
|
|
737
720
|
createdBy: string;
|
|
738
|
-
|
|
739
|
-
|
|
721
|
+
agent: {
|
|
722
|
+
id: string;
|
|
723
|
+
createdAt: string;
|
|
724
|
+
updatedAt: string;
|
|
740
725
|
firstName: string;
|
|
726
|
+
lastName: string;
|
|
741
727
|
email: string;
|
|
742
|
-
createdAt: string;
|
|
743
|
-
id: string;
|
|
744
728
|
phoneNumbers: {
|
|
745
729
|
id: string;
|
|
746
730
|
phoneNumber: string;
|
|
747
731
|
isPrimary: boolean;
|
|
748
732
|
description?: string | null | undefined;
|
|
749
733
|
}[];
|
|
734
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
735
|
+
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;
|
|
736
|
+
};
|
|
737
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
738
|
+
creator: {
|
|
739
|
+
id: string;
|
|
740
|
+
createdAt: string;
|
|
750
741
|
updatedAt: string;
|
|
742
|
+
firstName: string;
|
|
743
|
+
lastName: string;
|
|
744
|
+
email: string;
|
|
745
|
+
phoneNumbers: {
|
|
746
|
+
id: string;
|
|
747
|
+
phoneNumber: string;
|
|
748
|
+
isPrimary: boolean;
|
|
749
|
+
description?: string | null | undefined;
|
|
750
|
+
}[];
|
|
751
751
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
752
752
|
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
753
|
};
|
|
@@ -761,31 +761,14 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
761
761
|
}, {
|
|
762
762
|
limit: number;
|
|
763
763
|
items: {
|
|
764
|
-
createdAt: string | Date;
|
|
765
764
|
id: string;
|
|
765
|
+
createdAt: string | Date;
|
|
766
766
|
updatedAt: string | Date;
|
|
767
767
|
agentId: string;
|
|
768
|
-
agent: {
|
|
769
|
-
lastName: string;
|
|
770
|
-
firstName: string;
|
|
771
|
-
email: string;
|
|
772
|
-
createdAt: string | Date;
|
|
773
|
-
id: string;
|
|
774
|
-
updatedAt: string | Date;
|
|
775
|
-
phoneNumbers?: {
|
|
776
|
-
id: string;
|
|
777
|
-
phoneNumber: string;
|
|
778
|
-
description?: string | null | undefined;
|
|
779
|
-
isPrimary?: boolean | undefined;
|
|
780
|
-
}[] | undefined;
|
|
781
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
782
|
-
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;
|
|
783
|
-
};
|
|
784
|
-
clientId: string;
|
|
785
768
|
client: {
|
|
786
|
-
createdAt: string | Date;
|
|
787
769
|
id: string;
|
|
788
770
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
771
|
+
createdAt: string | Date;
|
|
789
772
|
updatedAt: string | Date;
|
|
790
773
|
name: string;
|
|
791
774
|
crn: string | null;
|
|
@@ -794,24 +777,41 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
794
777
|
director: string;
|
|
795
778
|
blacklistReason?: string | null | undefined;
|
|
796
779
|
lastUpdatedBy?: {
|
|
797
|
-
|
|
780
|
+
id: string;
|
|
798
781
|
firstName: string;
|
|
782
|
+
lastName: string;
|
|
799
783
|
email: string;
|
|
800
|
-
id: string;
|
|
801
784
|
} | null | undefined;
|
|
802
785
|
agentClientLinks?: {
|
|
803
786
|
agentId: string;
|
|
804
787
|
} | null | undefined;
|
|
805
788
|
};
|
|
806
|
-
|
|
789
|
+
clientId: string;
|
|
807
790
|
createdBy: string;
|
|
808
|
-
|
|
809
|
-
|
|
791
|
+
agent: {
|
|
792
|
+
id: string;
|
|
793
|
+
createdAt: string | Date;
|
|
794
|
+
updatedAt: string | Date;
|
|
810
795
|
firstName: string;
|
|
796
|
+
lastName: string;
|
|
811
797
|
email: string;
|
|
812
|
-
|
|
798
|
+
phoneNumbers?: {
|
|
799
|
+
id: string;
|
|
800
|
+
phoneNumber: string;
|
|
801
|
+
description?: string | null | undefined;
|
|
802
|
+
isPrimary?: boolean | undefined;
|
|
803
|
+
}[] | undefined;
|
|
804
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
805
|
+
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;
|
|
806
|
+
};
|
|
807
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
808
|
+
creator: {
|
|
813
809
|
id: string;
|
|
810
|
+
createdAt: string | Date;
|
|
814
811
|
updatedAt: string | Date;
|
|
812
|
+
firstName: string;
|
|
813
|
+
lastName: string;
|
|
814
|
+
email: string;
|
|
815
815
|
phoneNumbers?: {
|
|
816
816
|
id: string;
|
|
817
817
|
phoneNumber: string;
|
|
@@ -837,9 +837,6 @@ export type ApplyChanges = z.infer<typeof ApplyChangesSchema>;
|
|
|
837
837
|
export type PaginatedAgentClientLinkResponse = z.infer<typeof PaginatedAgentClientLinkResponseSchema>;
|
|
838
838
|
export declare const agentClientLinksContract: {
|
|
839
839
|
findAll: {
|
|
840
|
-
metadata: {
|
|
841
|
-
tags: string[];
|
|
842
|
-
};
|
|
843
840
|
query: z.ZodObject<{
|
|
844
841
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
845
842
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -866,6 +863,9 @@ export declare const agentClientLinksContract: {
|
|
|
866
863
|
clientId?: string | undefined;
|
|
867
864
|
linkType?: "CREATION" | "EDIT_SUGGESTION" | undefined;
|
|
868
865
|
}>;
|
|
866
|
+
metadata: {
|
|
867
|
+
tags: string[];
|
|
868
|
+
};
|
|
869
869
|
summary: "Get all agent-client links";
|
|
870
870
|
method: "GET";
|
|
871
871
|
path: "/v2/agent-client-links";
|
|
@@ -989,15 +989,15 @@ export declare const agentClientLinksContract: {
|
|
|
989
989
|
lastName: z.ZodString;
|
|
990
990
|
email: z.ZodString;
|
|
991
991
|
}, "strip", z.ZodTypeAny, {
|
|
992
|
-
|
|
992
|
+
id: string;
|
|
993
993
|
firstName: string;
|
|
994
|
+
lastName: string;
|
|
994
995
|
email: string;
|
|
995
|
-
id: string;
|
|
996
996
|
}, {
|
|
997
|
-
|
|
997
|
+
id: string;
|
|
998
998
|
firstName: string;
|
|
999
|
+
lastName: string;
|
|
999
1000
|
email: string;
|
|
1000
|
-
id: string;
|
|
1001
1001
|
}>>>;
|
|
1002
1002
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1003
1003
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1009,9 +1009,9 @@ export declare const agentClientLinksContract: {
|
|
|
1009
1009
|
agentId: string;
|
|
1010
1010
|
}>>>;
|
|
1011
1011
|
}, "strip", z.ZodTypeAny, {
|
|
1012
|
-
createdAt: string;
|
|
1013
1012
|
id: string;
|
|
1014
1013
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1014
|
+
createdAt: string;
|
|
1015
1015
|
updatedAt: string;
|
|
1016
1016
|
name: string;
|
|
1017
1017
|
crn: string | null;
|
|
@@ -1020,18 +1020,18 @@ export declare const agentClientLinksContract: {
|
|
|
1020
1020
|
director: string;
|
|
1021
1021
|
blacklistReason?: string | null | undefined;
|
|
1022
1022
|
lastUpdatedBy?: {
|
|
1023
|
-
|
|
1023
|
+
id: string;
|
|
1024
1024
|
firstName: string;
|
|
1025
|
+
lastName: string;
|
|
1025
1026
|
email: string;
|
|
1026
|
-
id: string;
|
|
1027
1027
|
} | null | undefined;
|
|
1028
1028
|
agentClientLinks?: {
|
|
1029
1029
|
agentId: string;
|
|
1030
1030
|
} | null | undefined;
|
|
1031
1031
|
}, {
|
|
1032
|
-
createdAt: string | Date;
|
|
1033
1032
|
id: string;
|
|
1034
1033
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1034
|
+
createdAt: string | Date;
|
|
1035
1035
|
updatedAt: string | Date;
|
|
1036
1036
|
name: string;
|
|
1037
1037
|
crn: string | null;
|
|
@@ -1040,10 +1040,10 @@ export declare const agentClientLinksContract: {
|
|
|
1040
1040
|
director: string;
|
|
1041
1041
|
blacklistReason?: string | null | undefined;
|
|
1042
1042
|
lastUpdatedBy?: {
|
|
1043
|
-
|
|
1043
|
+
id: string;
|
|
1044
1044
|
firstName: string;
|
|
1045
|
+
lastName: string;
|
|
1045
1046
|
email: string;
|
|
1046
|
-
id: string;
|
|
1047
1047
|
} | null | undefined;
|
|
1048
1048
|
agentClientLinks?: {
|
|
1049
1049
|
agentId: string;
|
|
@@ -1076,27 +1076,27 @@ export declare const agentClientLinksContract: {
|
|
|
1076
1076
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1077
1077
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1078
1078
|
}, "strip", z.ZodTypeAny, {
|
|
1079
|
-
|
|
1079
|
+
id: string;
|
|
1080
|
+
createdAt: string;
|
|
1081
|
+
updatedAt: string;
|
|
1080
1082
|
firstName: string;
|
|
1083
|
+
lastName: string;
|
|
1081
1084
|
email: string;
|
|
1082
|
-
createdAt: string;
|
|
1083
|
-
id: string;
|
|
1084
1085
|
phoneNumbers: {
|
|
1085
1086
|
id: string;
|
|
1086
1087
|
phoneNumber: string;
|
|
1087
1088
|
isPrimary: boolean;
|
|
1088
1089
|
description?: string | null | undefined;
|
|
1089
1090
|
}[];
|
|
1090
|
-
updatedAt: string;
|
|
1091
1091
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1092
1092
|
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;
|
|
1093
1093
|
}, {
|
|
1094
|
-
lastName: string;
|
|
1095
|
-
firstName: string;
|
|
1096
|
-
email: string;
|
|
1097
|
-
createdAt: string | Date;
|
|
1098
1094
|
id: string;
|
|
1095
|
+
createdAt: string | Date;
|
|
1099
1096
|
updatedAt: string | Date;
|
|
1097
|
+
firstName: string;
|
|
1098
|
+
lastName: string;
|
|
1099
|
+
email: string;
|
|
1100
1100
|
phoneNumbers?: {
|
|
1101
1101
|
id: string;
|
|
1102
1102
|
phoneNumber: string;
|
|
@@ -1136,27 +1136,27 @@ export declare const agentClientLinksContract: {
|
|
|
1136
1136
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1137
1137
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1138
1138
|
}, "strip", z.ZodTypeAny, {
|
|
1139
|
-
|
|
1139
|
+
id: string;
|
|
1140
|
+
createdAt: string;
|
|
1141
|
+
updatedAt: string;
|
|
1140
1142
|
firstName: string;
|
|
1143
|
+
lastName: string;
|
|
1141
1144
|
email: string;
|
|
1142
|
-
createdAt: string;
|
|
1143
|
-
id: string;
|
|
1144
1145
|
phoneNumbers: {
|
|
1145
1146
|
id: string;
|
|
1146
1147
|
phoneNumber: string;
|
|
1147
1148
|
isPrimary: boolean;
|
|
1148
1149
|
description?: string | null | undefined;
|
|
1149
1150
|
}[];
|
|
1150
|
-
updatedAt: string;
|
|
1151
1151
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1152
1152
|
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;
|
|
1153
1153
|
}, {
|
|
1154
|
-
lastName: string;
|
|
1155
|
-
firstName: string;
|
|
1156
|
-
email: string;
|
|
1157
|
-
createdAt: string | Date;
|
|
1158
1154
|
id: string;
|
|
1155
|
+
createdAt: string | Date;
|
|
1159
1156
|
updatedAt: string | Date;
|
|
1157
|
+
firstName: string;
|
|
1158
|
+
lastName: string;
|
|
1159
|
+
email: string;
|
|
1160
1160
|
phoneNumbers?: {
|
|
1161
1161
|
id: string;
|
|
1162
1162
|
phoneNumber: string;
|
|
@@ -1169,31 +1169,14 @@ export declare const agentClientLinksContract: {
|
|
|
1169
1169
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1170
1170
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1171
1171
|
}, "strip", z.ZodTypeAny, {
|
|
1172
|
-
createdAt: string;
|
|
1173
1172
|
id: string;
|
|
1173
|
+
createdAt: string;
|
|
1174
1174
|
updatedAt: string;
|
|
1175
1175
|
agentId: string;
|
|
1176
|
-
agent: {
|
|
1177
|
-
lastName: string;
|
|
1178
|
-
firstName: string;
|
|
1179
|
-
email: string;
|
|
1180
|
-
createdAt: string;
|
|
1181
|
-
id: string;
|
|
1182
|
-
phoneNumbers: {
|
|
1183
|
-
id: string;
|
|
1184
|
-
phoneNumber: string;
|
|
1185
|
-
isPrimary: boolean;
|
|
1186
|
-
description?: string | null | undefined;
|
|
1187
|
-
}[];
|
|
1188
|
-
updatedAt: string;
|
|
1189
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1190
|
-
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;
|
|
1191
|
-
};
|
|
1192
|
-
clientId: string;
|
|
1193
1176
|
client: {
|
|
1194
|
-
createdAt: string;
|
|
1195
1177
|
id: string;
|
|
1196
1178
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1179
|
+
createdAt: string;
|
|
1197
1180
|
updatedAt: string;
|
|
1198
1181
|
name: string;
|
|
1199
1182
|
crn: string | null;
|
|
@@ -1202,61 +1185,61 @@ export declare const agentClientLinksContract: {
|
|
|
1202
1185
|
director: string;
|
|
1203
1186
|
blacklistReason?: string | null | undefined;
|
|
1204
1187
|
lastUpdatedBy?: {
|
|
1205
|
-
|
|
1188
|
+
id: string;
|
|
1206
1189
|
firstName: string;
|
|
1190
|
+
lastName: string;
|
|
1207
1191
|
email: string;
|
|
1208
|
-
id: string;
|
|
1209
1192
|
} | null | undefined;
|
|
1210
1193
|
agentClientLinks?: {
|
|
1211
1194
|
agentId: string;
|
|
1212
1195
|
} | null | undefined;
|
|
1213
1196
|
};
|
|
1214
|
-
|
|
1197
|
+
clientId: string;
|
|
1215
1198
|
createdBy: string;
|
|
1216
|
-
|
|
1217
|
-
|
|
1199
|
+
agent: {
|
|
1200
|
+
id: string;
|
|
1201
|
+
createdAt: string;
|
|
1202
|
+
updatedAt: string;
|
|
1218
1203
|
firstName: string;
|
|
1204
|
+
lastName: string;
|
|
1219
1205
|
email: string;
|
|
1220
|
-
createdAt: string;
|
|
1221
|
-
id: string;
|
|
1222
1206
|
phoneNumbers: {
|
|
1223
1207
|
id: string;
|
|
1224
1208
|
phoneNumber: string;
|
|
1225
1209
|
isPrimary: boolean;
|
|
1226
1210
|
description?: string | null | undefined;
|
|
1227
1211
|
}[];
|
|
1228
|
-
updatedAt: string;
|
|
1229
1212
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1230
1213
|
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;
|
|
1231
1214
|
};
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
updatedAt: string | Date;
|
|
1238
|
-
agentId: string;
|
|
1239
|
-
agent: {
|
|
1240
|
-
lastName: string;
|
|
1215
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
1216
|
+
creator: {
|
|
1217
|
+
id: string;
|
|
1218
|
+
createdAt: string;
|
|
1219
|
+
updatedAt: string;
|
|
1241
1220
|
firstName: string;
|
|
1221
|
+
lastName: string;
|
|
1242
1222
|
email: string;
|
|
1243
|
-
|
|
1244
|
-
id: string;
|
|
1245
|
-
updatedAt: string | Date;
|
|
1246
|
-
phoneNumbers?: {
|
|
1223
|
+
phoneNumbers: {
|
|
1247
1224
|
id: string;
|
|
1248
1225
|
phoneNumber: string;
|
|
1226
|
+
isPrimary: boolean;
|
|
1249
1227
|
description?: string | null | undefined;
|
|
1250
|
-
|
|
1251
|
-
}[] | undefined;
|
|
1228
|
+
}[];
|
|
1252
1229
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1253
1230
|
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;
|
|
1254
1231
|
};
|
|
1255
|
-
|
|
1232
|
+
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
1233
|
+
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
1234
|
+
}, {
|
|
1235
|
+
id: string;
|
|
1236
|
+
createdAt: string | Date;
|
|
1237
|
+
updatedAt: string | Date;
|
|
1238
|
+
agentId: string;
|
|
1256
1239
|
client: {
|
|
1257
|
-
createdAt: string | Date;
|
|
1258
1240
|
id: string;
|
|
1259
1241
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1242
|
+
createdAt: string | Date;
|
|
1260
1243
|
updatedAt: string | Date;
|
|
1261
1244
|
name: string;
|
|
1262
1245
|
crn: string | null;
|
|
@@ -1265,24 +1248,41 @@ export declare const agentClientLinksContract: {
|
|
|
1265
1248
|
director: string;
|
|
1266
1249
|
blacklistReason?: string | null | undefined;
|
|
1267
1250
|
lastUpdatedBy?: {
|
|
1268
|
-
|
|
1251
|
+
id: string;
|
|
1269
1252
|
firstName: string;
|
|
1253
|
+
lastName: string;
|
|
1270
1254
|
email: string;
|
|
1271
|
-
id: string;
|
|
1272
1255
|
} | null | undefined;
|
|
1273
1256
|
agentClientLinks?: {
|
|
1274
1257
|
agentId: string;
|
|
1275
1258
|
} | null | undefined;
|
|
1276
1259
|
};
|
|
1277
|
-
|
|
1260
|
+
clientId: string;
|
|
1278
1261
|
createdBy: string;
|
|
1279
|
-
|
|
1280
|
-
|
|
1262
|
+
agent: {
|
|
1263
|
+
id: string;
|
|
1264
|
+
createdAt: string | Date;
|
|
1265
|
+
updatedAt: string | Date;
|
|
1281
1266
|
firstName: string;
|
|
1267
|
+
lastName: string;
|
|
1282
1268
|
email: string;
|
|
1283
|
-
|
|
1269
|
+
phoneNumbers?: {
|
|
1270
|
+
id: string;
|
|
1271
|
+
phoneNumber: string;
|
|
1272
|
+
description?: string | null | undefined;
|
|
1273
|
+
isPrimary?: boolean | undefined;
|
|
1274
|
+
}[] | undefined;
|
|
1275
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1276
|
+
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
|
+
};
|
|
1278
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
1279
|
+
creator: {
|
|
1284
1280
|
id: string;
|
|
1281
|
+
createdAt: string | Date;
|
|
1285
1282
|
updatedAt: string | Date;
|
|
1283
|
+
firstName: string;
|
|
1284
|
+
lastName: string;
|
|
1285
|
+
email: string;
|
|
1286
1286
|
phoneNumbers?: {
|
|
1287
1287
|
id: string;
|
|
1288
1288
|
phoneNumber: string;
|
|
@@ -1303,31 +1303,14 @@ export declare const agentClientLinksContract: {
|
|
|
1303
1303
|
}, "strip", z.ZodTypeAny, {
|
|
1304
1304
|
limit: number;
|
|
1305
1305
|
items: {
|
|
1306
|
-
createdAt: string;
|
|
1307
1306
|
id: string;
|
|
1307
|
+
createdAt: string;
|
|
1308
1308
|
updatedAt: string;
|
|
1309
1309
|
agentId: string;
|
|
1310
|
-
agent: {
|
|
1311
|
-
lastName: string;
|
|
1312
|
-
firstName: string;
|
|
1313
|
-
email: string;
|
|
1314
|
-
createdAt: string;
|
|
1315
|
-
id: string;
|
|
1316
|
-
phoneNumbers: {
|
|
1317
|
-
id: string;
|
|
1318
|
-
phoneNumber: string;
|
|
1319
|
-
isPrimary: boolean;
|
|
1320
|
-
description?: string | null | undefined;
|
|
1321
|
-
}[];
|
|
1322
|
-
updatedAt: string;
|
|
1323
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1324
|
-
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;
|
|
1325
|
-
};
|
|
1326
|
-
clientId: string;
|
|
1327
1310
|
client: {
|
|
1328
|
-
createdAt: string;
|
|
1329
1311
|
id: string;
|
|
1330
1312
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1313
|
+
createdAt: string;
|
|
1331
1314
|
updatedAt: string;
|
|
1332
1315
|
name: string;
|
|
1333
1316
|
crn: string | null;
|
|
@@ -1336,30 +1319,47 @@ export declare const agentClientLinksContract: {
|
|
|
1336
1319
|
director: string;
|
|
1337
1320
|
blacklistReason?: string | null | undefined;
|
|
1338
1321
|
lastUpdatedBy?: {
|
|
1339
|
-
|
|
1322
|
+
id: string;
|
|
1340
1323
|
firstName: string;
|
|
1324
|
+
lastName: string;
|
|
1341
1325
|
email: string;
|
|
1342
|
-
id: string;
|
|
1343
1326
|
} | null | undefined;
|
|
1344
1327
|
agentClientLinks?: {
|
|
1345
1328
|
agentId: string;
|
|
1346
1329
|
} | null | undefined;
|
|
1347
1330
|
};
|
|
1348
|
-
|
|
1331
|
+
clientId: string;
|
|
1349
1332
|
createdBy: string;
|
|
1350
|
-
|
|
1351
|
-
|
|
1333
|
+
agent: {
|
|
1334
|
+
id: string;
|
|
1335
|
+
createdAt: string;
|
|
1336
|
+
updatedAt: string;
|
|
1352
1337
|
firstName: string;
|
|
1338
|
+
lastName: string;
|
|
1353
1339
|
email: string;
|
|
1354
|
-
createdAt: string;
|
|
1355
|
-
id: string;
|
|
1356
1340
|
phoneNumbers: {
|
|
1357
1341
|
id: string;
|
|
1358
1342
|
phoneNumber: string;
|
|
1359
1343
|
isPrimary: boolean;
|
|
1360
1344
|
description?: string | null | undefined;
|
|
1361
1345
|
}[];
|
|
1346
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1347
|
+
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;
|
|
1348
|
+
};
|
|
1349
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
1350
|
+
creator: {
|
|
1351
|
+
id: string;
|
|
1352
|
+
createdAt: string;
|
|
1362
1353
|
updatedAt: string;
|
|
1354
|
+
firstName: string;
|
|
1355
|
+
lastName: string;
|
|
1356
|
+
email: string;
|
|
1357
|
+
phoneNumbers: {
|
|
1358
|
+
id: string;
|
|
1359
|
+
phoneNumber: string;
|
|
1360
|
+
isPrimary: boolean;
|
|
1361
|
+
description?: string | null | undefined;
|
|
1362
|
+
}[];
|
|
1363
1363
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1364
1364
|
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;
|
|
1365
1365
|
};
|
|
@@ -1373,31 +1373,14 @@ export declare const agentClientLinksContract: {
|
|
|
1373
1373
|
}, {
|
|
1374
1374
|
limit: number;
|
|
1375
1375
|
items: {
|
|
1376
|
-
createdAt: string | Date;
|
|
1377
1376
|
id: string;
|
|
1377
|
+
createdAt: string | Date;
|
|
1378
1378
|
updatedAt: string | Date;
|
|
1379
1379
|
agentId: string;
|
|
1380
|
-
agent: {
|
|
1381
|
-
lastName: string;
|
|
1382
|
-
firstName: string;
|
|
1383
|
-
email: string;
|
|
1384
|
-
createdAt: string | Date;
|
|
1385
|
-
id: string;
|
|
1386
|
-
updatedAt: string | Date;
|
|
1387
|
-
phoneNumbers?: {
|
|
1388
|
-
id: string;
|
|
1389
|
-
phoneNumber: string;
|
|
1390
|
-
description?: string | null | undefined;
|
|
1391
|
-
isPrimary?: boolean | undefined;
|
|
1392
|
-
}[] | undefined;
|
|
1393
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1394
|
-
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;
|
|
1395
|
-
};
|
|
1396
|
-
clientId: string;
|
|
1397
1380
|
client: {
|
|
1398
|
-
createdAt: string | Date;
|
|
1399
1381
|
id: string;
|
|
1400
1382
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1383
|
+
createdAt: string | Date;
|
|
1401
1384
|
updatedAt: string | Date;
|
|
1402
1385
|
name: string;
|
|
1403
1386
|
crn: string | null;
|
|
@@ -1406,24 +1389,41 @@ export declare const agentClientLinksContract: {
|
|
|
1406
1389
|
director: string;
|
|
1407
1390
|
blacklistReason?: string | null | undefined;
|
|
1408
1391
|
lastUpdatedBy?: {
|
|
1409
|
-
|
|
1392
|
+
id: string;
|
|
1410
1393
|
firstName: string;
|
|
1394
|
+
lastName: string;
|
|
1411
1395
|
email: string;
|
|
1412
|
-
id: string;
|
|
1413
1396
|
} | null | undefined;
|
|
1414
1397
|
agentClientLinks?: {
|
|
1415
1398
|
agentId: string;
|
|
1416
1399
|
} | null | undefined;
|
|
1417
1400
|
};
|
|
1418
|
-
|
|
1401
|
+
clientId: string;
|
|
1419
1402
|
createdBy: string;
|
|
1420
|
-
|
|
1421
|
-
|
|
1403
|
+
agent: {
|
|
1404
|
+
id: string;
|
|
1405
|
+
createdAt: string | Date;
|
|
1406
|
+
updatedAt: string | Date;
|
|
1422
1407
|
firstName: string;
|
|
1408
|
+
lastName: string;
|
|
1423
1409
|
email: string;
|
|
1424
|
-
|
|
1410
|
+
phoneNumbers?: {
|
|
1411
|
+
id: string;
|
|
1412
|
+
phoneNumber: string;
|
|
1413
|
+
description?: string | null | undefined;
|
|
1414
|
+
isPrimary?: boolean | undefined;
|
|
1415
|
+
}[] | undefined;
|
|
1416
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1417
|
+
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;
|
|
1418
|
+
};
|
|
1419
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
1420
|
+
creator: {
|
|
1425
1421
|
id: string;
|
|
1422
|
+
createdAt: string | Date;
|
|
1426
1423
|
updatedAt: string | Date;
|
|
1424
|
+
firstName: string;
|
|
1425
|
+
lastName: string;
|
|
1426
|
+
email: string;
|
|
1427
1427
|
phoneNumbers?: {
|
|
1428
1428
|
id: string;
|
|
1429
1429
|
phoneNumber: string;
|
|
@@ -1576,15 +1576,15 @@ export declare const agentClientLinksContract: {
|
|
|
1576
1576
|
lastName: z.ZodString;
|
|
1577
1577
|
email: z.ZodString;
|
|
1578
1578
|
}, "strip", z.ZodTypeAny, {
|
|
1579
|
-
|
|
1579
|
+
id: string;
|
|
1580
1580
|
firstName: string;
|
|
1581
|
+
lastName: string;
|
|
1581
1582
|
email: string;
|
|
1582
|
-
id: string;
|
|
1583
1583
|
}, {
|
|
1584
|
-
|
|
1584
|
+
id: string;
|
|
1585
1585
|
firstName: string;
|
|
1586
|
+
lastName: string;
|
|
1586
1587
|
email: string;
|
|
1587
|
-
id: string;
|
|
1588
1588
|
}>>>;
|
|
1589
1589
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1590
1590
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1596,9 +1596,9 @@ export declare const agentClientLinksContract: {
|
|
|
1596
1596
|
agentId: string;
|
|
1597
1597
|
}>>>;
|
|
1598
1598
|
}, "strip", z.ZodTypeAny, {
|
|
1599
|
-
createdAt: string;
|
|
1600
1599
|
id: string;
|
|
1601
1600
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1601
|
+
createdAt: string;
|
|
1602
1602
|
updatedAt: string;
|
|
1603
1603
|
name: string;
|
|
1604
1604
|
crn: string | null;
|
|
@@ -1607,18 +1607,18 @@ export declare const agentClientLinksContract: {
|
|
|
1607
1607
|
director: string;
|
|
1608
1608
|
blacklistReason?: string | null | undefined;
|
|
1609
1609
|
lastUpdatedBy?: {
|
|
1610
|
-
|
|
1610
|
+
id: string;
|
|
1611
1611
|
firstName: string;
|
|
1612
|
+
lastName: string;
|
|
1612
1613
|
email: string;
|
|
1613
|
-
id: string;
|
|
1614
1614
|
} | null | undefined;
|
|
1615
1615
|
agentClientLinks?: {
|
|
1616
1616
|
agentId: string;
|
|
1617
1617
|
} | null | undefined;
|
|
1618
1618
|
}, {
|
|
1619
|
-
createdAt: string | Date;
|
|
1620
1619
|
id: string;
|
|
1621
1620
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1621
|
+
createdAt: string | Date;
|
|
1622
1622
|
updatedAt: string | Date;
|
|
1623
1623
|
name: string;
|
|
1624
1624
|
crn: string | null;
|
|
@@ -1627,10 +1627,10 @@ export declare const agentClientLinksContract: {
|
|
|
1627
1627
|
director: string;
|
|
1628
1628
|
blacklistReason?: string | null | undefined;
|
|
1629
1629
|
lastUpdatedBy?: {
|
|
1630
|
-
|
|
1630
|
+
id: string;
|
|
1631
1631
|
firstName: string;
|
|
1632
|
+
lastName: string;
|
|
1632
1633
|
email: string;
|
|
1633
|
-
id: string;
|
|
1634
1634
|
} | null | undefined;
|
|
1635
1635
|
agentClientLinks?: {
|
|
1636
1636
|
agentId: string;
|
|
@@ -1663,27 +1663,27 @@ export declare const agentClientLinksContract: {
|
|
|
1663
1663
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1664
1664
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1665
1665
|
}, "strip", z.ZodTypeAny, {
|
|
1666
|
-
|
|
1666
|
+
id: string;
|
|
1667
|
+
createdAt: string;
|
|
1668
|
+
updatedAt: string;
|
|
1667
1669
|
firstName: string;
|
|
1670
|
+
lastName: string;
|
|
1668
1671
|
email: string;
|
|
1669
|
-
createdAt: string;
|
|
1670
|
-
id: string;
|
|
1671
1672
|
phoneNumbers: {
|
|
1672
1673
|
id: string;
|
|
1673
1674
|
phoneNumber: string;
|
|
1674
1675
|
isPrimary: boolean;
|
|
1675
1676
|
description?: string | null | undefined;
|
|
1676
1677
|
}[];
|
|
1677
|
-
updatedAt: string;
|
|
1678
1678
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1679
1679
|
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;
|
|
1680
1680
|
}, {
|
|
1681
|
-
lastName: string;
|
|
1682
|
-
firstName: string;
|
|
1683
|
-
email: string;
|
|
1684
|
-
createdAt: string | Date;
|
|
1685
1681
|
id: string;
|
|
1682
|
+
createdAt: string | Date;
|
|
1686
1683
|
updatedAt: string | Date;
|
|
1684
|
+
firstName: string;
|
|
1685
|
+
lastName: string;
|
|
1686
|
+
email: string;
|
|
1687
1687
|
phoneNumbers?: {
|
|
1688
1688
|
id: string;
|
|
1689
1689
|
phoneNumber: string;
|
|
@@ -1723,27 +1723,27 @@ export declare const agentClientLinksContract: {
|
|
|
1723
1723
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1724
1724
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1725
1725
|
}, "strip", z.ZodTypeAny, {
|
|
1726
|
-
|
|
1726
|
+
id: string;
|
|
1727
|
+
createdAt: string;
|
|
1728
|
+
updatedAt: string;
|
|
1727
1729
|
firstName: string;
|
|
1730
|
+
lastName: string;
|
|
1728
1731
|
email: string;
|
|
1729
|
-
createdAt: string;
|
|
1730
|
-
id: string;
|
|
1731
1732
|
phoneNumbers: {
|
|
1732
1733
|
id: string;
|
|
1733
1734
|
phoneNumber: string;
|
|
1734
1735
|
isPrimary: boolean;
|
|
1735
1736
|
description?: string | null | undefined;
|
|
1736
1737
|
}[];
|
|
1737
|
-
updatedAt: string;
|
|
1738
1738
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1739
1739
|
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;
|
|
1740
1740
|
}, {
|
|
1741
|
-
lastName: string;
|
|
1742
|
-
firstName: string;
|
|
1743
|
-
email: string;
|
|
1744
|
-
createdAt: string | Date;
|
|
1745
1741
|
id: string;
|
|
1742
|
+
createdAt: string | Date;
|
|
1746
1743
|
updatedAt: string | Date;
|
|
1744
|
+
firstName: string;
|
|
1745
|
+
lastName: string;
|
|
1746
|
+
email: string;
|
|
1747
1747
|
phoneNumbers?: {
|
|
1748
1748
|
id: string;
|
|
1749
1749
|
phoneNumber: string;
|
|
@@ -1756,31 +1756,14 @@ export declare const agentClientLinksContract: {
|
|
|
1756
1756
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1757
1757
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1758
1758
|
}, "strip", z.ZodTypeAny, {
|
|
1759
|
-
createdAt: string;
|
|
1760
1759
|
id: string;
|
|
1760
|
+
createdAt: string;
|
|
1761
1761
|
updatedAt: string;
|
|
1762
1762
|
agentId: string;
|
|
1763
|
-
agent: {
|
|
1764
|
-
lastName: string;
|
|
1765
|
-
firstName: string;
|
|
1766
|
-
email: string;
|
|
1767
|
-
createdAt: string;
|
|
1768
|
-
id: string;
|
|
1769
|
-
phoneNumbers: {
|
|
1770
|
-
id: string;
|
|
1771
|
-
phoneNumber: string;
|
|
1772
|
-
isPrimary: boolean;
|
|
1773
|
-
description?: string | null | undefined;
|
|
1774
|
-
}[];
|
|
1775
|
-
updatedAt: string;
|
|
1776
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1777
|
-
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;
|
|
1778
|
-
};
|
|
1779
|
-
clientId: string;
|
|
1780
1763
|
client: {
|
|
1781
|
-
createdAt: string;
|
|
1782
1764
|
id: string;
|
|
1783
1765
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1766
|
+
createdAt: string;
|
|
1784
1767
|
updatedAt: string;
|
|
1785
1768
|
name: string;
|
|
1786
1769
|
crn: string | null;
|
|
@@ -1789,61 +1772,61 @@ export declare const agentClientLinksContract: {
|
|
|
1789
1772
|
director: string;
|
|
1790
1773
|
blacklistReason?: string | null | undefined;
|
|
1791
1774
|
lastUpdatedBy?: {
|
|
1792
|
-
|
|
1775
|
+
id: string;
|
|
1793
1776
|
firstName: string;
|
|
1777
|
+
lastName: string;
|
|
1794
1778
|
email: string;
|
|
1795
|
-
id: string;
|
|
1796
1779
|
} | null | undefined;
|
|
1797
1780
|
agentClientLinks?: {
|
|
1798
1781
|
agentId: string;
|
|
1799
1782
|
} | null | undefined;
|
|
1800
1783
|
};
|
|
1801
|
-
|
|
1784
|
+
clientId: string;
|
|
1802
1785
|
createdBy: string;
|
|
1803
|
-
|
|
1804
|
-
|
|
1786
|
+
agent: {
|
|
1787
|
+
id: string;
|
|
1788
|
+
createdAt: string;
|
|
1789
|
+
updatedAt: string;
|
|
1805
1790
|
firstName: string;
|
|
1791
|
+
lastName: string;
|
|
1806
1792
|
email: string;
|
|
1807
|
-
createdAt: string;
|
|
1808
|
-
id: string;
|
|
1809
1793
|
phoneNumbers: {
|
|
1810
1794
|
id: string;
|
|
1811
1795
|
phoneNumber: string;
|
|
1812
1796
|
isPrimary: boolean;
|
|
1813
1797
|
description?: string | null | undefined;
|
|
1814
1798
|
}[];
|
|
1815
|
-
updatedAt: string;
|
|
1816
1799
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1817
1800
|
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;
|
|
1818
1801
|
};
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
updatedAt: string | Date;
|
|
1825
|
-
agentId: string;
|
|
1826
|
-
agent: {
|
|
1827
|
-
lastName: string;
|
|
1802
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
1803
|
+
creator: {
|
|
1804
|
+
id: string;
|
|
1805
|
+
createdAt: string;
|
|
1806
|
+
updatedAt: string;
|
|
1828
1807
|
firstName: string;
|
|
1808
|
+
lastName: string;
|
|
1829
1809
|
email: string;
|
|
1830
|
-
|
|
1831
|
-
id: string;
|
|
1832
|
-
updatedAt: string | Date;
|
|
1833
|
-
phoneNumbers?: {
|
|
1810
|
+
phoneNumbers: {
|
|
1834
1811
|
id: string;
|
|
1835
1812
|
phoneNumber: string;
|
|
1813
|
+
isPrimary: boolean;
|
|
1836
1814
|
description?: string | null | undefined;
|
|
1837
|
-
|
|
1838
|
-
}[] | undefined;
|
|
1815
|
+
}[];
|
|
1839
1816
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1840
1817
|
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;
|
|
1841
1818
|
};
|
|
1842
|
-
|
|
1819
|
+
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
1820
|
+
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
1821
|
+
}, {
|
|
1822
|
+
id: string;
|
|
1823
|
+
createdAt: string | Date;
|
|
1824
|
+
updatedAt: string | Date;
|
|
1825
|
+
agentId: string;
|
|
1843
1826
|
client: {
|
|
1844
|
-
createdAt: string | Date;
|
|
1845
1827
|
id: string;
|
|
1846
1828
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1829
|
+
createdAt: string | Date;
|
|
1847
1830
|
updatedAt: string | Date;
|
|
1848
1831
|
name: string;
|
|
1849
1832
|
crn: string | null;
|
|
@@ -1852,24 +1835,41 @@ export declare const agentClientLinksContract: {
|
|
|
1852
1835
|
director: string;
|
|
1853
1836
|
blacklistReason?: string | null | undefined;
|
|
1854
1837
|
lastUpdatedBy?: {
|
|
1855
|
-
|
|
1838
|
+
id: string;
|
|
1856
1839
|
firstName: string;
|
|
1840
|
+
lastName: string;
|
|
1857
1841
|
email: string;
|
|
1858
|
-
id: string;
|
|
1859
1842
|
} | null | undefined;
|
|
1860
1843
|
agentClientLinks?: {
|
|
1861
1844
|
agentId: string;
|
|
1862
1845
|
} | null | undefined;
|
|
1863
1846
|
};
|
|
1864
|
-
|
|
1847
|
+
clientId: string;
|
|
1865
1848
|
createdBy: string;
|
|
1866
|
-
|
|
1867
|
-
|
|
1849
|
+
agent: {
|
|
1850
|
+
id: string;
|
|
1851
|
+
createdAt: string | Date;
|
|
1852
|
+
updatedAt: string | Date;
|
|
1868
1853
|
firstName: string;
|
|
1854
|
+
lastName: string;
|
|
1869
1855
|
email: string;
|
|
1870
|
-
|
|
1856
|
+
phoneNumbers?: {
|
|
1857
|
+
id: string;
|
|
1858
|
+
phoneNumber: string;
|
|
1859
|
+
description?: string | null | undefined;
|
|
1860
|
+
isPrimary?: boolean | undefined;
|
|
1861
|
+
}[] | undefined;
|
|
1862
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1863
|
+
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
|
+
};
|
|
1865
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
1866
|
+
creator: {
|
|
1871
1867
|
id: string;
|
|
1868
|
+
createdAt: string | Date;
|
|
1872
1869
|
updatedAt: string | Date;
|
|
1870
|
+
firstName: string;
|
|
1871
|
+
lastName: string;
|
|
1872
|
+
email: string;
|
|
1873
1873
|
phoneNumbers?: {
|
|
1874
1874
|
id: string;
|
|
1875
1875
|
phoneNumber: string;
|
|
@@ -2049,15 +2049,15 @@ export declare const agentClientLinksContract: {
|
|
|
2049
2049
|
lastName: z.ZodString;
|
|
2050
2050
|
email: z.ZodString;
|
|
2051
2051
|
}, "strip", z.ZodTypeAny, {
|
|
2052
|
-
|
|
2052
|
+
id: string;
|
|
2053
2053
|
firstName: string;
|
|
2054
|
+
lastName: string;
|
|
2054
2055
|
email: string;
|
|
2055
|
-
id: string;
|
|
2056
2056
|
}, {
|
|
2057
|
-
|
|
2057
|
+
id: string;
|
|
2058
2058
|
firstName: string;
|
|
2059
|
+
lastName: string;
|
|
2059
2060
|
email: string;
|
|
2060
|
-
id: string;
|
|
2061
2061
|
}>>>;
|
|
2062
2062
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2063
2063
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2069,9 +2069,9 @@ export declare const agentClientLinksContract: {
|
|
|
2069
2069
|
agentId: string;
|
|
2070
2070
|
}>>>;
|
|
2071
2071
|
}, "strip", z.ZodTypeAny, {
|
|
2072
|
-
createdAt: string;
|
|
2073
2072
|
id: string;
|
|
2074
2073
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2074
|
+
createdAt: string;
|
|
2075
2075
|
updatedAt: string;
|
|
2076
2076
|
name: string;
|
|
2077
2077
|
crn: string | null;
|
|
@@ -2080,18 +2080,18 @@ export declare const agentClientLinksContract: {
|
|
|
2080
2080
|
director: string;
|
|
2081
2081
|
blacklistReason?: string | null | undefined;
|
|
2082
2082
|
lastUpdatedBy?: {
|
|
2083
|
-
|
|
2083
|
+
id: string;
|
|
2084
2084
|
firstName: string;
|
|
2085
|
+
lastName: string;
|
|
2085
2086
|
email: string;
|
|
2086
|
-
id: string;
|
|
2087
2087
|
} | null | undefined;
|
|
2088
2088
|
agentClientLinks?: {
|
|
2089
2089
|
agentId: string;
|
|
2090
2090
|
} | null | undefined;
|
|
2091
2091
|
}, {
|
|
2092
|
-
createdAt: string | Date;
|
|
2093
2092
|
id: string;
|
|
2094
2093
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2094
|
+
createdAt: string | Date;
|
|
2095
2095
|
updatedAt: string | Date;
|
|
2096
2096
|
name: string;
|
|
2097
2097
|
crn: string | null;
|
|
@@ -2100,10 +2100,10 @@ export declare const agentClientLinksContract: {
|
|
|
2100
2100
|
director: string;
|
|
2101
2101
|
blacklistReason?: string | null | undefined;
|
|
2102
2102
|
lastUpdatedBy?: {
|
|
2103
|
-
|
|
2103
|
+
id: string;
|
|
2104
2104
|
firstName: string;
|
|
2105
|
+
lastName: string;
|
|
2105
2106
|
email: string;
|
|
2106
|
-
id: string;
|
|
2107
2107
|
} | null | undefined;
|
|
2108
2108
|
agentClientLinks?: {
|
|
2109
2109
|
agentId: string;
|
|
@@ -2136,27 +2136,27 @@ export declare const agentClientLinksContract: {
|
|
|
2136
2136
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2137
2137
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2138
2138
|
}, "strip", z.ZodTypeAny, {
|
|
2139
|
-
|
|
2139
|
+
id: string;
|
|
2140
|
+
createdAt: string;
|
|
2141
|
+
updatedAt: string;
|
|
2140
2142
|
firstName: string;
|
|
2143
|
+
lastName: string;
|
|
2141
2144
|
email: string;
|
|
2142
|
-
createdAt: string;
|
|
2143
|
-
id: string;
|
|
2144
2145
|
phoneNumbers: {
|
|
2145
2146
|
id: string;
|
|
2146
2147
|
phoneNumber: string;
|
|
2147
2148
|
isPrimary: boolean;
|
|
2148
2149
|
description?: string | null | undefined;
|
|
2149
2150
|
}[];
|
|
2150
|
-
updatedAt: string;
|
|
2151
2151
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2152
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;
|
|
2153
2153
|
}, {
|
|
2154
|
-
lastName: string;
|
|
2155
|
-
firstName: string;
|
|
2156
|
-
email: string;
|
|
2157
|
-
createdAt: string | Date;
|
|
2158
2154
|
id: string;
|
|
2155
|
+
createdAt: string | Date;
|
|
2159
2156
|
updatedAt: string | Date;
|
|
2157
|
+
firstName: string;
|
|
2158
|
+
lastName: string;
|
|
2159
|
+
email: string;
|
|
2160
2160
|
phoneNumbers?: {
|
|
2161
2161
|
id: string;
|
|
2162
2162
|
phoneNumber: string;
|
|
@@ -2196,27 +2196,27 @@ export declare const agentClientLinksContract: {
|
|
|
2196
2196
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2197
2197
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2198
2198
|
}, "strip", z.ZodTypeAny, {
|
|
2199
|
-
|
|
2199
|
+
id: string;
|
|
2200
|
+
createdAt: string;
|
|
2201
|
+
updatedAt: string;
|
|
2200
2202
|
firstName: string;
|
|
2203
|
+
lastName: string;
|
|
2201
2204
|
email: string;
|
|
2202
|
-
createdAt: string;
|
|
2203
|
-
id: string;
|
|
2204
2205
|
phoneNumbers: {
|
|
2205
2206
|
id: string;
|
|
2206
2207
|
phoneNumber: string;
|
|
2207
2208
|
isPrimary: boolean;
|
|
2208
2209
|
description?: string | null | undefined;
|
|
2209
2210
|
}[];
|
|
2210
|
-
updatedAt: string;
|
|
2211
2211
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2212
2212
|
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;
|
|
2213
2213
|
}, {
|
|
2214
|
-
lastName: string;
|
|
2215
|
-
firstName: string;
|
|
2216
|
-
email: string;
|
|
2217
|
-
createdAt: string | Date;
|
|
2218
2214
|
id: string;
|
|
2215
|
+
createdAt: string | Date;
|
|
2219
2216
|
updatedAt: string | Date;
|
|
2217
|
+
firstName: string;
|
|
2218
|
+
lastName: string;
|
|
2219
|
+
email: string;
|
|
2220
2220
|
phoneNumbers?: {
|
|
2221
2221
|
id: string;
|
|
2222
2222
|
phoneNumber: string;
|
|
@@ -2229,31 +2229,14 @@ export declare const agentClientLinksContract: {
|
|
|
2229
2229
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2230
2230
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2231
2231
|
}, "strip", z.ZodTypeAny, {
|
|
2232
|
-
createdAt: string;
|
|
2233
2232
|
id: string;
|
|
2233
|
+
createdAt: string;
|
|
2234
2234
|
updatedAt: string;
|
|
2235
2235
|
agentId: string;
|
|
2236
|
-
agent: {
|
|
2237
|
-
lastName: string;
|
|
2238
|
-
firstName: string;
|
|
2239
|
-
email: string;
|
|
2240
|
-
createdAt: string;
|
|
2241
|
-
id: string;
|
|
2242
|
-
phoneNumbers: {
|
|
2243
|
-
id: string;
|
|
2244
|
-
phoneNumber: string;
|
|
2245
|
-
isPrimary: boolean;
|
|
2246
|
-
description?: string | null | undefined;
|
|
2247
|
-
}[];
|
|
2248
|
-
updatedAt: string;
|
|
2249
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2250
|
-
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;
|
|
2251
|
-
};
|
|
2252
|
-
clientId: string;
|
|
2253
2236
|
client: {
|
|
2254
|
-
createdAt: string;
|
|
2255
2237
|
id: string;
|
|
2256
2238
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2239
|
+
createdAt: string;
|
|
2257
2240
|
updatedAt: string;
|
|
2258
2241
|
name: string;
|
|
2259
2242
|
crn: string | null;
|
|
@@ -2262,61 +2245,61 @@ export declare const agentClientLinksContract: {
|
|
|
2262
2245
|
director: string;
|
|
2263
2246
|
blacklistReason?: string | null | undefined;
|
|
2264
2247
|
lastUpdatedBy?: {
|
|
2265
|
-
|
|
2248
|
+
id: string;
|
|
2266
2249
|
firstName: string;
|
|
2250
|
+
lastName: string;
|
|
2267
2251
|
email: string;
|
|
2268
|
-
id: string;
|
|
2269
2252
|
} | null | undefined;
|
|
2270
2253
|
agentClientLinks?: {
|
|
2271
2254
|
agentId: string;
|
|
2272
2255
|
} | null | undefined;
|
|
2273
2256
|
};
|
|
2274
|
-
|
|
2257
|
+
clientId: string;
|
|
2275
2258
|
createdBy: string;
|
|
2276
|
-
|
|
2277
|
-
|
|
2259
|
+
agent: {
|
|
2260
|
+
id: string;
|
|
2261
|
+
createdAt: string;
|
|
2262
|
+
updatedAt: string;
|
|
2278
2263
|
firstName: string;
|
|
2264
|
+
lastName: string;
|
|
2279
2265
|
email: string;
|
|
2280
|
-
createdAt: string;
|
|
2281
|
-
id: string;
|
|
2282
2266
|
phoneNumbers: {
|
|
2283
2267
|
id: string;
|
|
2284
2268
|
phoneNumber: string;
|
|
2285
2269
|
isPrimary: boolean;
|
|
2286
2270
|
description?: string | null | undefined;
|
|
2287
2271
|
}[];
|
|
2288
|
-
updatedAt: string;
|
|
2289
2272
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2290
2273
|
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;
|
|
2291
2274
|
};
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
updatedAt: string | Date;
|
|
2298
|
-
agentId: string;
|
|
2299
|
-
agent: {
|
|
2300
|
-
lastName: string;
|
|
2275
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
2276
|
+
creator: {
|
|
2277
|
+
id: string;
|
|
2278
|
+
createdAt: string;
|
|
2279
|
+
updatedAt: string;
|
|
2301
2280
|
firstName: string;
|
|
2281
|
+
lastName: string;
|
|
2302
2282
|
email: string;
|
|
2303
|
-
|
|
2304
|
-
id: string;
|
|
2305
|
-
updatedAt: string | Date;
|
|
2306
|
-
phoneNumbers?: {
|
|
2283
|
+
phoneNumbers: {
|
|
2307
2284
|
id: string;
|
|
2308
2285
|
phoneNumber: string;
|
|
2286
|
+
isPrimary: boolean;
|
|
2309
2287
|
description?: string | null | undefined;
|
|
2310
|
-
|
|
2311
|
-
}[] | undefined;
|
|
2288
|
+
}[];
|
|
2312
2289
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2313
2290
|
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;
|
|
2314
2291
|
};
|
|
2315
|
-
|
|
2292
|
+
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
2293
|
+
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
2294
|
+
}, {
|
|
2295
|
+
id: string;
|
|
2296
|
+
createdAt: string | Date;
|
|
2297
|
+
updatedAt: string | Date;
|
|
2298
|
+
agentId: string;
|
|
2316
2299
|
client: {
|
|
2317
|
-
createdAt: string | Date;
|
|
2318
2300
|
id: string;
|
|
2319
2301
|
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2302
|
+
createdAt: string | Date;
|
|
2320
2303
|
updatedAt: string | Date;
|
|
2321
2304
|
name: string;
|
|
2322
2305
|
crn: string | null;
|
|
@@ -2325,24 +2308,41 @@ export declare const agentClientLinksContract: {
|
|
|
2325
2308
|
director: string;
|
|
2326
2309
|
blacklistReason?: string | null | undefined;
|
|
2327
2310
|
lastUpdatedBy?: {
|
|
2328
|
-
|
|
2311
|
+
id: string;
|
|
2329
2312
|
firstName: string;
|
|
2313
|
+
lastName: string;
|
|
2330
2314
|
email: string;
|
|
2331
|
-
id: string;
|
|
2332
2315
|
} | null | undefined;
|
|
2333
2316
|
agentClientLinks?: {
|
|
2334
2317
|
agentId: string;
|
|
2335
2318
|
} | null | undefined;
|
|
2336
2319
|
};
|
|
2337
|
-
|
|
2320
|
+
clientId: string;
|
|
2338
2321
|
createdBy: string;
|
|
2339
|
-
|
|
2340
|
-
|
|
2322
|
+
agent: {
|
|
2323
|
+
id: string;
|
|
2324
|
+
createdAt: string | Date;
|
|
2325
|
+
updatedAt: string | Date;
|
|
2341
2326
|
firstName: string;
|
|
2327
|
+
lastName: string;
|
|
2342
2328
|
email: string;
|
|
2343
|
-
|
|
2329
|
+
phoneNumbers?: {
|
|
2330
|
+
id: string;
|
|
2331
|
+
phoneNumber: string;
|
|
2332
|
+
description?: string | null | undefined;
|
|
2333
|
+
isPrimary?: boolean | undefined;
|
|
2334
|
+
}[] | undefined;
|
|
2335
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2336
|
+
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;
|
|
2337
|
+
};
|
|
2338
|
+
linkType: "CREATION" | "EDIT_SUGGESTION";
|
|
2339
|
+
creator: {
|
|
2344
2340
|
id: string;
|
|
2341
|
+
createdAt: string | Date;
|
|
2345
2342
|
updatedAt: string | Date;
|
|
2343
|
+
firstName: string;
|
|
2344
|
+
lastName: string;
|
|
2345
|
+
email: string;
|
|
2346
2346
|
phoneNumbers?: {
|
|
2347
2347
|
id: string;
|
|
2348
2348
|
phoneNumber: string;
|