@dakkitor/api-contracts 1.1.54 → 1.1.55

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.
@@ -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
- id: string;
23
- firstName: string;
24
22
  lastName: string;
23
+ firstName: string;
25
24
  email: string;
26
- }, {
27
25
  id: string;
28
- firstName: string;
26
+ }, {
29
27
  lastName: string;
28
+ firstName: string;
30
29
  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,41 +39,41 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
39
39
  agentId: string;
40
40
  }>>>;
41
41
  }, "strip", z.ZodTypeAny, {
42
+ createdAt: string;
43
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
42
44
  id: string;
43
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
45
+ updatedAt: string;
44
46
  name: string;
45
47
  crn: string | null;
46
48
  govLink: string;
47
49
  soleTrader: boolean;
48
50
  director: string;
49
- createdAt: string;
50
- updatedAt: string;
51
51
  blacklistReason?: string | null | undefined;
52
52
  lastUpdatedBy?: {
53
- id: string;
54
- firstName: string;
55
53
  lastName: string;
54
+ firstName: string;
56
55
  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
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
62
64
  id: string;
63
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
65
+ updatedAt: string | Date;
64
66
  name: string;
65
67
  crn: string | null;
66
68
  govLink: string;
67
69
  soleTrader: boolean;
68
70
  director: string;
69
- createdAt: string | Date;
70
- updatedAt: string | Date;
71
71
  blacklistReason?: string | null | undefined;
72
72
  lastUpdatedBy?: {
73
- id: string;
74
- firstName: string;
75
73
  lastName: string;
74
+ firstName: string;
76
75
  email: string;
76
+ id: string;
77
77
  } | null | undefined;
78
78
  agentClientLinks?: {
79
79
  agentId: string;
@@ -86,29 +86,29 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
86
86
  lastName: z.ZodString;
87
87
  email: z.ZodString;
88
88
  phone: z.ZodString;
89
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
89
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
90
90
  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"]>>>;
91
91
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
92
92
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
93
93
  }, "strip", z.ZodTypeAny, {
94
- id: string;
95
- firstName: string;
96
94
  lastName: string;
95
+ firstName: string;
97
96
  email: string;
97
+ phone: string;
98
98
  createdAt: string;
99
+ id: string;
99
100
  updatedAt: string;
100
- phone: string;
101
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
101
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
102
102
  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;
103
103
  }, {
104
- id: string;
105
- firstName: string;
106
104
  lastName: string;
105
+ firstName: string;
107
106
  email: string;
107
+ phone: string;
108
108
  createdAt: string | Date;
109
+ id: string;
109
110
  updatedAt: string | Date;
110
- phone: string;
111
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
111
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
112
112
  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;
113
113
  }>;
114
114
  linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
@@ -121,135 +121,135 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
121
121
  lastName: z.ZodString;
122
122
  email: z.ZodString;
123
123
  phone: z.ZodString;
124
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
124
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
125
125
  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"]>>>;
126
126
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
127
127
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
128
128
  }, "strip", z.ZodTypeAny, {
129
- id: string;
130
- firstName: string;
131
129
  lastName: string;
130
+ firstName: string;
132
131
  email: string;
132
+ phone: string;
133
133
  createdAt: string;
134
+ id: string;
134
135
  updatedAt: string;
135
- phone: string;
136
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
136
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
137
137
  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;
138
138
  }, {
139
- id: string;
140
- firstName: string;
141
139
  lastName: string;
140
+ firstName: string;
142
141
  email: string;
142
+ phone: string;
143
143
  createdAt: string | Date;
144
+ id: string;
144
145
  updatedAt: string | Date;
145
- phone: string;
146
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
146
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
147
147
  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;
148
148
  }>;
149
149
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
150
150
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
151
151
  }, "strip", z.ZodTypeAny, {
152
- id: string;
153
152
  createdAt: string;
153
+ id: string;
154
154
  updatedAt: string;
155
155
  agentId: string;
156
+ agent: {
157
+ lastName: string;
158
+ firstName: string;
159
+ email: string;
160
+ phone: string;
161
+ createdAt: string;
162
+ id: string;
163
+ updatedAt: string;
164
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
165
+ 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;
166
+ };
156
167
  clientId: string;
157
168
  client: {
169
+ createdAt: string;
170
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
158
171
  id: string;
159
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
172
+ updatedAt: string;
160
173
  name: string;
161
174
  crn: string | null;
162
175
  govLink: string;
163
176
  soleTrader: boolean;
164
177
  director: string;
165
- createdAt: string;
166
- updatedAt: string;
167
178
  blacklistReason?: string | null | undefined;
168
179
  lastUpdatedBy?: {
169
- id: string;
170
- firstName: string;
171
180
  lastName: string;
181
+ firstName: string;
172
182
  email: string;
183
+ id: string;
173
184
  } | null | undefined;
174
185
  agentClientLinks?: {
175
186
  agentId: string;
176
187
  } | null | undefined;
177
188
  };
178
- createdBy: string;
179
- agent: {
180
- id: string;
181
- firstName: string;
182
- lastName: string;
183
- email: string;
184
- createdAt: string;
185
- updatedAt: string;
186
- phone: string;
187
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
188
- 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;
189
- };
190
189
  linkType: "CREATION" | "EDIT_SUGGESTION";
190
+ createdBy: string;
191
191
  creator: {
192
- id: string;
193
- firstName: string;
194
192
  lastName: string;
193
+ firstName: string;
195
194
  email: string;
195
+ phone: string;
196
196
  createdAt: string;
197
+ id: string;
197
198
  updatedAt: string;
198
- phone: string;
199
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
199
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
200
200
  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;
201
201
  };
202
202
  suggestedChanges?: Record<string, unknown> | null | undefined;
203
203
  appliedChanges?: Record<string, unknown> | null | undefined;
204
204
  }, {
205
- id: string;
206
205
  createdAt: string | Date;
206
+ id: string;
207
207
  updatedAt: string | Date;
208
208
  agentId: string;
209
+ agent: {
210
+ lastName: string;
211
+ firstName: string;
212
+ email: string;
213
+ phone: string;
214
+ createdAt: string | Date;
215
+ id: string;
216
+ updatedAt: string | Date;
217
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
218
+ 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;
219
+ };
209
220
  clientId: string;
210
221
  client: {
222
+ createdAt: string | Date;
223
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
211
224
  id: string;
212
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
225
+ updatedAt: string | Date;
213
226
  name: string;
214
227
  crn: string | null;
215
228
  govLink: string;
216
229
  soleTrader: boolean;
217
230
  director: string;
218
- createdAt: string | Date;
219
- updatedAt: string | Date;
220
231
  blacklistReason?: string | null | undefined;
221
232
  lastUpdatedBy?: {
222
- id: string;
223
- firstName: string;
224
233
  lastName: string;
234
+ firstName: string;
225
235
  email: string;
236
+ id: string;
226
237
  } | null | undefined;
227
238
  agentClientLinks?: {
228
239
  agentId: string;
229
240
  } | null | undefined;
230
241
  };
231
- createdBy: string;
232
- agent: {
233
- id: string;
234
- firstName: string;
235
- lastName: string;
236
- email: string;
237
- createdAt: string | Date;
238
- updatedAt: string | Date;
239
- phone: string;
240
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
241
- 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;
242
- };
243
242
  linkType: "CREATION" | "EDIT_SUGGESTION";
243
+ createdBy: string;
244
244
  creator: {
245
- id: string;
246
- firstName: string;
247
245
  lastName: string;
246
+ firstName: string;
248
247
  email: string;
248
+ phone: string;
249
249
  createdAt: string | Date;
250
+ id: string;
250
251
  updatedAt: string | Date;
251
- phone: string;
252
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
252
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
253
253
  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;
254
254
  };
255
255
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -273,11 +273,11 @@ export declare const FilterAgentClientLinkSchema: z.ZodObject<{
273
273
  clientId?: string | undefined;
274
274
  linkType?: "CREATION" | "EDIT_SUGGESTION" | undefined;
275
275
  }, {
276
- agentId?: string | undefined;
277
276
  limit?: number | undefined;
278
277
  page?: number | undefined;
279
278
  sortBy?: "createdAt" | undefined;
280
279
  sortOrder?: "ASC" | "DESC" | undefined;
280
+ agentId?: string | undefined;
281
281
  clientId?: string | undefined;
282
282
  linkType?: "CREATION" | "EDIT_SUGGESTION" | undefined;
283
283
  }>;
@@ -307,15 +307,15 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
307
307
  lastName: z.ZodString;
308
308
  email: z.ZodString;
309
309
  }, "strip", z.ZodTypeAny, {
310
- id: string;
311
- firstName: string;
312
310
  lastName: string;
311
+ firstName: string;
313
312
  email: string;
314
- }, {
315
313
  id: string;
316
- firstName: string;
314
+ }, {
317
315
  lastName: string;
316
+ firstName: string;
318
317
  email: string;
318
+ id: string;
319
319
  }>>>;
320
320
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
321
321
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
@@ -327,41 +327,41 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
327
327
  agentId: string;
328
328
  }>>>;
329
329
  }, "strip", z.ZodTypeAny, {
330
+ createdAt: string;
331
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
330
332
  id: string;
331
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
333
+ updatedAt: string;
332
334
  name: string;
333
335
  crn: string | null;
334
336
  govLink: string;
335
337
  soleTrader: boolean;
336
338
  director: string;
337
- createdAt: string;
338
- updatedAt: string;
339
339
  blacklistReason?: string | null | undefined;
340
340
  lastUpdatedBy?: {
341
- id: string;
342
- firstName: string;
343
341
  lastName: string;
342
+ firstName: string;
344
343
  email: string;
344
+ id: string;
345
345
  } | null | undefined;
346
346
  agentClientLinks?: {
347
347
  agentId: string;
348
348
  } | null | undefined;
349
349
  }, {
350
+ createdAt: string | Date;
351
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
350
352
  id: string;
351
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
353
+ updatedAt: string | Date;
352
354
  name: string;
353
355
  crn: string | null;
354
356
  govLink: string;
355
357
  soleTrader: boolean;
356
358
  director: string;
357
- createdAt: string | Date;
358
- updatedAt: string | Date;
359
359
  blacklistReason?: string | null | undefined;
360
360
  lastUpdatedBy?: {
361
- id: string;
362
- firstName: string;
363
361
  lastName: string;
362
+ firstName: string;
364
363
  email: string;
364
+ id: string;
365
365
  } | null | undefined;
366
366
  agentClientLinks?: {
367
367
  agentId: string;
@@ -374,29 +374,29 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
374
374
  lastName: z.ZodString;
375
375
  email: z.ZodString;
376
376
  phone: z.ZodString;
377
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
377
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
378
378
  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"]>>>;
379
379
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
380
380
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
381
381
  }, "strip", z.ZodTypeAny, {
382
- id: string;
383
- firstName: string;
384
382
  lastName: string;
383
+ firstName: string;
385
384
  email: string;
385
+ phone: string;
386
386
  createdAt: string;
387
+ id: string;
387
388
  updatedAt: string;
388
- phone: string;
389
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
389
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
390
390
  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;
391
391
  }, {
392
- id: string;
393
- firstName: string;
394
392
  lastName: string;
393
+ firstName: string;
395
394
  email: string;
395
+ phone: string;
396
396
  createdAt: string | Date;
397
+ id: string;
397
398
  updatedAt: string | Date;
398
- phone: string;
399
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
399
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
400
400
  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;
401
401
  }>;
402
402
  linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
@@ -409,135 +409,135 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
409
409
  lastName: z.ZodString;
410
410
  email: z.ZodString;
411
411
  phone: z.ZodString;
412
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
412
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
413
413
  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"]>>>;
414
414
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
415
415
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
416
416
  }, "strip", z.ZodTypeAny, {
417
- id: string;
418
- firstName: string;
419
417
  lastName: string;
418
+ firstName: string;
420
419
  email: string;
420
+ phone: string;
421
421
  createdAt: string;
422
+ id: string;
422
423
  updatedAt: string;
423
- phone: string;
424
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
424
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
425
425
  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;
426
426
  }, {
427
- id: string;
428
- firstName: string;
429
427
  lastName: string;
428
+ firstName: string;
430
429
  email: string;
430
+ phone: string;
431
431
  createdAt: string | Date;
432
+ id: string;
432
433
  updatedAt: string | Date;
433
- phone: string;
434
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
434
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
435
435
  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;
436
436
  }>;
437
437
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
438
438
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
439
439
  }, "strip", z.ZodTypeAny, {
440
- id: string;
441
440
  createdAt: string;
441
+ id: string;
442
442
  updatedAt: string;
443
443
  agentId: string;
444
+ agent: {
445
+ lastName: string;
446
+ firstName: string;
447
+ email: string;
448
+ phone: string;
449
+ createdAt: string;
450
+ id: string;
451
+ updatedAt: string;
452
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
453
+ 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;
454
+ };
444
455
  clientId: string;
445
456
  client: {
457
+ createdAt: string;
458
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
446
459
  id: string;
447
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
460
+ updatedAt: string;
448
461
  name: string;
449
462
  crn: string | null;
450
463
  govLink: string;
451
464
  soleTrader: boolean;
452
465
  director: string;
453
- createdAt: string;
454
- updatedAt: string;
455
466
  blacklistReason?: string | null | undefined;
456
467
  lastUpdatedBy?: {
457
- id: string;
458
- firstName: string;
459
468
  lastName: string;
469
+ firstName: string;
460
470
  email: string;
471
+ id: string;
461
472
  } | null | undefined;
462
473
  agentClientLinks?: {
463
474
  agentId: string;
464
475
  } | null | undefined;
465
476
  };
466
- createdBy: string;
467
- agent: {
468
- id: string;
469
- firstName: string;
470
- lastName: string;
471
- email: string;
472
- createdAt: string;
473
- updatedAt: string;
474
- phone: string;
475
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
476
- 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;
477
- };
478
477
  linkType: "CREATION" | "EDIT_SUGGESTION";
478
+ createdBy: string;
479
479
  creator: {
480
- id: string;
481
- firstName: string;
482
480
  lastName: string;
481
+ firstName: string;
483
482
  email: string;
483
+ phone: string;
484
484
  createdAt: string;
485
+ id: string;
485
486
  updatedAt: string;
486
- phone: string;
487
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
487
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
488
488
  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;
489
489
  };
490
490
  suggestedChanges?: Record<string, unknown> | null | undefined;
491
491
  appliedChanges?: Record<string, unknown> | null | undefined;
492
492
  }, {
493
- id: string;
494
493
  createdAt: string | Date;
494
+ id: string;
495
495
  updatedAt: string | Date;
496
496
  agentId: string;
497
+ agent: {
498
+ lastName: string;
499
+ firstName: string;
500
+ email: string;
501
+ phone: string;
502
+ createdAt: string | Date;
503
+ id: string;
504
+ updatedAt: string | Date;
505
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
506
+ 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;
507
+ };
497
508
  clientId: string;
498
509
  client: {
510
+ createdAt: string | Date;
511
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
499
512
  id: string;
500
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
513
+ updatedAt: string | Date;
501
514
  name: string;
502
515
  crn: string | null;
503
516
  govLink: string;
504
517
  soleTrader: boolean;
505
518
  director: string;
506
- createdAt: string | Date;
507
- updatedAt: string | Date;
508
519
  blacklistReason?: string | null | undefined;
509
520
  lastUpdatedBy?: {
510
- id: string;
511
- firstName: string;
512
521
  lastName: string;
522
+ firstName: string;
513
523
  email: string;
524
+ id: string;
514
525
  } | null | undefined;
515
526
  agentClientLinks?: {
516
527
  agentId: string;
517
528
  } | null | undefined;
518
529
  };
519
- createdBy: string;
520
- agent: {
521
- id: string;
522
- firstName: string;
523
- lastName: string;
524
- email: string;
525
- createdAt: string | Date;
526
- updatedAt: string | Date;
527
- phone: string;
528
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
529
- 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;
530
- };
531
530
  linkType: "CREATION" | "EDIT_SUGGESTION";
531
+ createdBy: string;
532
532
  creator: {
533
- id: string;
534
- firstName: string;
535
533
  lastName: string;
534
+ firstName: string;
536
535
  email: string;
536
+ phone: string;
537
537
  createdAt: string | Date;
538
+ id: string;
538
539
  updatedAt: string | Date;
539
- phone: string;
540
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
540
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
541
541
  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;
542
542
  };
543
543
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -551,54 +551,54 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
551
551
  }, "strip", z.ZodTypeAny, {
552
552
  limit: number;
553
553
  items: {
554
- id: string;
555
554
  createdAt: string;
555
+ id: string;
556
556
  updatedAt: string;
557
557
  agentId: string;
558
+ agent: {
559
+ lastName: string;
560
+ firstName: string;
561
+ email: string;
562
+ phone: string;
563
+ createdAt: string;
564
+ id: string;
565
+ updatedAt: string;
566
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
567
+ 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;
568
+ };
558
569
  clientId: string;
559
570
  client: {
571
+ createdAt: string;
572
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
560
573
  id: string;
561
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
574
+ updatedAt: string;
562
575
  name: string;
563
576
  crn: string | null;
564
577
  govLink: string;
565
578
  soleTrader: boolean;
566
579
  director: string;
567
- createdAt: string;
568
- updatedAt: string;
569
580
  blacklistReason?: string | null | undefined;
570
581
  lastUpdatedBy?: {
571
- id: string;
572
- firstName: string;
573
582
  lastName: string;
583
+ firstName: string;
574
584
  email: string;
585
+ id: string;
575
586
  } | null | undefined;
576
587
  agentClientLinks?: {
577
588
  agentId: string;
578
589
  } | null | undefined;
579
590
  };
580
- createdBy: string;
581
- agent: {
582
- id: string;
583
- firstName: string;
584
- lastName: string;
585
- email: string;
586
- createdAt: string;
587
- updatedAt: string;
588
- phone: string;
589
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
590
- 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;
591
- };
592
591
  linkType: "CREATION" | "EDIT_SUGGESTION";
592
+ createdBy: string;
593
593
  creator: {
594
- id: string;
595
- firstName: string;
596
594
  lastName: string;
595
+ firstName: string;
597
596
  email: string;
597
+ phone: string;
598
598
  createdAt: string;
599
+ id: string;
599
600
  updatedAt: string;
600
- phone: string;
601
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
601
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
602
602
  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;
603
603
  };
604
604
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -611,54 +611,54 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
611
611
  }, {
612
612
  limit: number;
613
613
  items: {
614
- id: string;
615
614
  createdAt: string | Date;
615
+ id: string;
616
616
  updatedAt: string | Date;
617
617
  agentId: string;
618
+ agent: {
619
+ lastName: string;
620
+ firstName: string;
621
+ email: string;
622
+ phone: string;
623
+ createdAt: string | Date;
624
+ id: string;
625
+ updatedAt: string | Date;
626
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
627
+ 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;
628
+ };
618
629
  clientId: string;
619
630
  client: {
631
+ createdAt: string | Date;
632
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
620
633
  id: string;
621
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
634
+ updatedAt: string | Date;
622
635
  name: string;
623
636
  crn: string | null;
624
637
  govLink: string;
625
638
  soleTrader: boolean;
626
639
  director: string;
627
- createdAt: string | Date;
628
- updatedAt: string | Date;
629
640
  blacklistReason?: string | null | undefined;
630
641
  lastUpdatedBy?: {
631
- id: string;
632
- firstName: string;
633
642
  lastName: string;
643
+ firstName: string;
634
644
  email: string;
645
+ id: string;
635
646
  } | null | undefined;
636
647
  agentClientLinks?: {
637
648
  agentId: string;
638
649
  } | null | undefined;
639
650
  };
640
- createdBy: string;
641
- agent: {
642
- id: string;
643
- firstName: string;
644
- lastName: string;
645
- email: string;
646
- createdAt: string | Date;
647
- updatedAt: string | Date;
648
- phone: string;
649
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
650
- 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;
651
- };
652
651
  linkType: "CREATION" | "EDIT_SUGGESTION";
652
+ createdBy: string;
653
653
  creator: {
654
- id: string;
655
- firstName: string;
656
654
  lastName: string;
655
+ firstName: string;
657
656
  email: string;
657
+ phone: string;
658
658
  createdAt: string | Date;
659
+ id: string;
659
660
  updatedAt: string | Date;
660
- phone: string;
661
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
661
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
662
662
  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;
663
663
  };
664
664
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -698,11 +698,11 @@ export declare const agentClientLinksContract: {
698
698
  clientId?: string | undefined;
699
699
  linkType?: "CREATION" | "EDIT_SUGGESTION" | undefined;
700
700
  }, {
701
- agentId?: string | undefined;
702
701
  limit?: number | undefined;
703
702
  page?: number | undefined;
704
703
  sortBy?: "createdAt" | undefined;
705
704
  sortOrder?: "ASC" | "DESC" | undefined;
705
+ agentId?: string | undefined;
706
706
  clientId?: string | undefined;
707
707
  linkType?: "CREATION" | "EDIT_SUGGESTION" | undefined;
708
708
  }>;
@@ -829,15 +829,15 @@ export declare const agentClientLinksContract: {
829
829
  lastName: z.ZodString;
830
830
  email: z.ZodString;
831
831
  }, "strip", z.ZodTypeAny, {
832
- id: string;
833
- firstName: string;
834
832
  lastName: string;
833
+ firstName: string;
835
834
  email: string;
836
- }, {
837
835
  id: string;
838
- firstName: string;
836
+ }, {
839
837
  lastName: string;
838
+ firstName: string;
840
839
  email: string;
840
+ id: string;
841
841
  }>>>;
842
842
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
843
843
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
@@ -849,41 +849,41 @@ export declare const agentClientLinksContract: {
849
849
  agentId: string;
850
850
  }>>>;
851
851
  }, "strip", z.ZodTypeAny, {
852
+ createdAt: string;
853
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
852
854
  id: string;
853
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
855
+ updatedAt: string;
854
856
  name: string;
855
857
  crn: string | null;
856
858
  govLink: string;
857
859
  soleTrader: boolean;
858
860
  director: string;
859
- createdAt: string;
860
- updatedAt: string;
861
861
  blacklistReason?: string | null | undefined;
862
862
  lastUpdatedBy?: {
863
- id: string;
864
- firstName: string;
865
863
  lastName: string;
864
+ firstName: string;
866
865
  email: string;
866
+ id: string;
867
867
  } | null | undefined;
868
868
  agentClientLinks?: {
869
869
  agentId: string;
870
870
  } | null | undefined;
871
871
  }, {
872
+ createdAt: string | Date;
873
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
872
874
  id: string;
873
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
875
+ updatedAt: string | Date;
874
876
  name: string;
875
877
  crn: string | null;
876
878
  govLink: string;
877
879
  soleTrader: boolean;
878
880
  director: string;
879
- createdAt: string | Date;
880
- updatedAt: string | Date;
881
881
  blacklistReason?: string | null | undefined;
882
882
  lastUpdatedBy?: {
883
- id: string;
884
- firstName: string;
885
883
  lastName: string;
884
+ firstName: string;
886
885
  email: string;
886
+ id: string;
887
887
  } | null | undefined;
888
888
  agentClientLinks?: {
889
889
  agentId: string;
@@ -896,29 +896,29 @@ export declare const agentClientLinksContract: {
896
896
  lastName: z.ZodString;
897
897
  email: z.ZodString;
898
898
  phone: z.ZodString;
899
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
899
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
900
900
  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"]>>>;
901
901
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
902
902
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
903
903
  }, "strip", z.ZodTypeAny, {
904
- id: string;
905
- firstName: string;
906
904
  lastName: string;
905
+ firstName: string;
907
906
  email: string;
907
+ phone: string;
908
908
  createdAt: string;
909
+ id: string;
909
910
  updatedAt: string;
910
- phone: string;
911
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
911
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
912
912
  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;
913
913
  }, {
914
- id: string;
915
- firstName: string;
916
914
  lastName: string;
915
+ firstName: string;
917
916
  email: string;
917
+ phone: string;
918
918
  createdAt: string | Date;
919
+ id: string;
919
920
  updatedAt: string | Date;
920
- phone: string;
921
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
921
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
922
922
  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;
923
923
  }>;
924
924
  linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
@@ -931,135 +931,135 @@ export declare const agentClientLinksContract: {
931
931
  lastName: z.ZodString;
932
932
  email: z.ZodString;
933
933
  phone: z.ZodString;
934
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
934
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
935
935
  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"]>>>;
936
936
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
937
937
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
938
938
  }, "strip", z.ZodTypeAny, {
939
- id: string;
940
- firstName: string;
941
939
  lastName: string;
940
+ firstName: string;
942
941
  email: string;
942
+ phone: string;
943
943
  createdAt: string;
944
+ id: string;
944
945
  updatedAt: string;
945
- phone: string;
946
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
946
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
947
947
  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;
948
948
  }, {
949
- id: string;
950
- firstName: string;
951
949
  lastName: string;
950
+ firstName: string;
952
951
  email: string;
952
+ phone: string;
953
953
  createdAt: string | Date;
954
+ id: string;
954
955
  updatedAt: string | Date;
955
- phone: string;
956
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
956
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
957
957
  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;
958
958
  }>;
959
959
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
960
960
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
961
961
  }, "strip", z.ZodTypeAny, {
962
- id: string;
963
962
  createdAt: string;
963
+ id: string;
964
964
  updatedAt: string;
965
965
  agentId: string;
966
+ agent: {
967
+ lastName: string;
968
+ firstName: string;
969
+ email: string;
970
+ phone: string;
971
+ createdAt: string;
972
+ id: string;
973
+ updatedAt: string;
974
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
975
+ 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;
976
+ };
966
977
  clientId: string;
967
978
  client: {
979
+ createdAt: string;
980
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
968
981
  id: string;
969
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
982
+ updatedAt: string;
970
983
  name: string;
971
984
  crn: string | null;
972
985
  govLink: string;
973
986
  soleTrader: boolean;
974
987
  director: string;
975
- createdAt: string;
976
- updatedAt: string;
977
988
  blacklistReason?: string | null | undefined;
978
989
  lastUpdatedBy?: {
979
- id: string;
980
- firstName: string;
981
990
  lastName: string;
991
+ firstName: string;
982
992
  email: string;
993
+ id: string;
983
994
  } | null | undefined;
984
995
  agentClientLinks?: {
985
996
  agentId: string;
986
997
  } | null | undefined;
987
998
  };
988
- createdBy: string;
989
- agent: {
990
- id: string;
991
- firstName: string;
992
- lastName: string;
993
- email: string;
994
- createdAt: string;
995
- updatedAt: string;
996
- phone: string;
997
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
998
- 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;
999
- };
1000
999
  linkType: "CREATION" | "EDIT_SUGGESTION";
1000
+ createdBy: string;
1001
1001
  creator: {
1002
- id: string;
1003
- firstName: string;
1004
1002
  lastName: string;
1003
+ firstName: string;
1005
1004
  email: string;
1005
+ phone: string;
1006
1006
  createdAt: string;
1007
+ id: string;
1007
1008
  updatedAt: string;
1008
- phone: string;
1009
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1009
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1010
1010
  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;
1011
1011
  };
1012
1012
  suggestedChanges?: Record<string, unknown> | null | undefined;
1013
1013
  appliedChanges?: Record<string, unknown> | null | undefined;
1014
1014
  }, {
1015
- id: string;
1016
1015
  createdAt: string | Date;
1016
+ id: string;
1017
1017
  updatedAt: string | Date;
1018
1018
  agentId: string;
1019
+ agent: {
1020
+ lastName: string;
1021
+ firstName: string;
1022
+ email: string;
1023
+ phone: string;
1024
+ createdAt: string | Date;
1025
+ id: string;
1026
+ updatedAt: string | Date;
1027
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1028
+ 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;
1029
+ };
1019
1030
  clientId: string;
1020
1031
  client: {
1032
+ createdAt: string | Date;
1033
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1021
1034
  id: string;
1022
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1035
+ updatedAt: string | Date;
1023
1036
  name: string;
1024
1037
  crn: string | null;
1025
1038
  govLink: string;
1026
1039
  soleTrader: boolean;
1027
1040
  director: string;
1028
- createdAt: string | Date;
1029
- updatedAt: string | Date;
1030
1041
  blacklistReason?: string | null | undefined;
1031
1042
  lastUpdatedBy?: {
1032
- id: string;
1033
- firstName: string;
1034
1043
  lastName: string;
1044
+ firstName: string;
1035
1045
  email: string;
1046
+ id: string;
1036
1047
  } | null | undefined;
1037
1048
  agentClientLinks?: {
1038
1049
  agentId: string;
1039
1050
  } | null | undefined;
1040
1051
  };
1041
- createdBy: string;
1042
- agent: {
1043
- id: string;
1044
- firstName: string;
1045
- lastName: string;
1046
- email: string;
1047
- createdAt: string | Date;
1048
- updatedAt: string | Date;
1049
- phone: string;
1050
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1051
- 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;
1052
- };
1053
1052
  linkType: "CREATION" | "EDIT_SUGGESTION";
1053
+ createdBy: string;
1054
1054
  creator: {
1055
- id: string;
1056
- firstName: string;
1057
1055
  lastName: string;
1056
+ firstName: string;
1058
1057
  email: string;
1058
+ phone: string;
1059
1059
  createdAt: string | Date;
1060
+ id: string;
1060
1061
  updatedAt: string | Date;
1061
- phone: string;
1062
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1062
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1063
1063
  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;
1064
1064
  };
1065
1065
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -1073,54 +1073,54 @@ export declare const agentClientLinksContract: {
1073
1073
  }, "strip", z.ZodTypeAny, {
1074
1074
  limit: number;
1075
1075
  items: {
1076
- id: string;
1077
1076
  createdAt: string;
1077
+ id: string;
1078
1078
  updatedAt: string;
1079
1079
  agentId: string;
1080
+ agent: {
1081
+ lastName: string;
1082
+ firstName: string;
1083
+ email: string;
1084
+ phone: string;
1085
+ createdAt: string;
1086
+ id: string;
1087
+ updatedAt: string;
1088
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1089
+ 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;
1090
+ };
1080
1091
  clientId: string;
1081
1092
  client: {
1093
+ createdAt: string;
1094
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1082
1095
  id: string;
1083
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1096
+ updatedAt: string;
1084
1097
  name: string;
1085
1098
  crn: string | null;
1086
1099
  govLink: string;
1087
1100
  soleTrader: boolean;
1088
1101
  director: string;
1089
- createdAt: string;
1090
- updatedAt: string;
1091
1102
  blacklistReason?: string | null | undefined;
1092
1103
  lastUpdatedBy?: {
1093
- id: string;
1094
- firstName: string;
1095
1104
  lastName: string;
1105
+ firstName: string;
1096
1106
  email: string;
1107
+ id: string;
1097
1108
  } | null | undefined;
1098
1109
  agentClientLinks?: {
1099
1110
  agentId: string;
1100
1111
  } | null | undefined;
1101
1112
  };
1102
- createdBy: string;
1103
- agent: {
1104
- id: string;
1105
- firstName: string;
1106
- lastName: string;
1107
- email: string;
1108
- createdAt: string;
1109
- updatedAt: string;
1110
- phone: string;
1111
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1112
- 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;
1113
- };
1114
1113
  linkType: "CREATION" | "EDIT_SUGGESTION";
1114
+ createdBy: string;
1115
1115
  creator: {
1116
- id: string;
1117
- firstName: string;
1118
1116
  lastName: string;
1117
+ firstName: string;
1119
1118
  email: string;
1119
+ phone: string;
1120
1120
  createdAt: string;
1121
+ id: string;
1121
1122
  updatedAt: string;
1122
- phone: string;
1123
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1123
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1124
1124
  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;
1125
1125
  };
1126
1126
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -1133,54 +1133,54 @@ export declare const agentClientLinksContract: {
1133
1133
  }, {
1134
1134
  limit: number;
1135
1135
  items: {
1136
- id: string;
1137
1136
  createdAt: string | Date;
1137
+ id: string;
1138
1138
  updatedAt: string | Date;
1139
1139
  agentId: string;
1140
+ agent: {
1141
+ lastName: string;
1142
+ firstName: string;
1143
+ email: string;
1144
+ phone: string;
1145
+ createdAt: string | Date;
1146
+ id: string;
1147
+ updatedAt: string | Date;
1148
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1149
+ 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;
1150
+ };
1140
1151
  clientId: string;
1141
1152
  client: {
1153
+ createdAt: string | Date;
1154
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1142
1155
  id: string;
1143
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1156
+ updatedAt: string | Date;
1144
1157
  name: string;
1145
1158
  crn: string | null;
1146
1159
  govLink: string;
1147
1160
  soleTrader: boolean;
1148
1161
  director: string;
1149
- createdAt: string | Date;
1150
- updatedAt: string | Date;
1151
1162
  blacklistReason?: string | null | undefined;
1152
1163
  lastUpdatedBy?: {
1153
- id: string;
1154
- firstName: string;
1155
1164
  lastName: string;
1165
+ firstName: string;
1156
1166
  email: string;
1167
+ id: string;
1157
1168
  } | null | undefined;
1158
1169
  agentClientLinks?: {
1159
1170
  agentId: string;
1160
- } | null | undefined;
1161
- };
1162
- createdBy: string;
1163
- agent: {
1164
- id: string;
1165
- firstName: string;
1166
- lastName: string;
1167
- email: string;
1168
- createdAt: string | Date;
1169
- updatedAt: string | Date;
1170
- phone: string;
1171
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1172
- 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;
1171
+ } | null | undefined;
1173
1172
  };
1174
1173
  linkType: "CREATION" | "EDIT_SUGGESTION";
1174
+ createdBy: string;
1175
1175
  creator: {
1176
- id: string;
1177
- firstName: string;
1178
1176
  lastName: string;
1177
+ firstName: string;
1179
1178
  email: string;
1179
+ phone: string;
1180
1180
  createdAt: string | Date;
1181
+ id: string;
1181
1182
  updatedAt: string | Date;
1182
- phone: string;
1183
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1183
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1184
1184
  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;
1185
1185
  };
1186
1186
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -1326,15 +1326,15 @@ export declare const agentClientLinksContract: {
1326
1326
  lastName: z.ZodString;
1327
1327
  email: z.ZodString;
1328
1328
  }, "strip", z.ZodTypeAny, {
1329
- id: string;
1330
- firstName: string;
1331
1329
  lastName: string;
1330
+ firstName: string;
1332
1331
  email: string;
1333
- }, {
1334
1332
  id: string;
1335
- firstName: string;
1333
+ }, {
1336
1334
  lastName: string;
1335
+ firstName: string;
1337
1336
  email: string;
1337
+ id: string;
1338
1338
  }>>>;
1339
1339
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1340
1340
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
@@ -1346,41 +1346,41 @@ export declare const agentClientLinksContract: {
1346
1346
  agentId: string;
1347
1347
  }>>>;
1348
1348
  }, "strip", z.ZodTypeAny, {
1349
+ createdAt: string;
1350
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1349
1351
  id: string;
1350
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1352
+ updatedAt: string;
1351
1353
  name: string;
1352
1354
  crn: string | null;
1353
1355
  govLink: string;
1354
1356
  soleTrader: boolean;
1355
1357
  director: string;
1356
- createdAt: string;
1357
- updatedAt: string;
1358
1358
  blacklistReason?: string | null | undefined;
1359
1359
  lastUpdatedBy?: {
1360
- id: string;
1361
- firstName: string;
1362
1360
  lastName: string;
1361
+ firstName: string;
1363
1362
  email: string;
1363
+ id: string;
1364
1364
  } | null | undefined;
1365
1365
  agentClientLinks?: {
1366
1366
  agentId: string;
1367
1367
  } | null | undefined;
1368
1368
  }, {
1369
+ createdAt: string | Date;
1370
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1369
1371
  id: string;
1370
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1372
+ updatedAt: string | Date;
1371
1373
  name: string;
1372
1374
  crn: string | null;
1373
1375
  govLink: string;
1374
1376
  soleTrader: boolean;
1375
1377
  director: string;
1376
- createdAt: string | Date;
1377
- updatedAt: string | Date;
1378
1378
  blacklistReason?: string | null | undefined;
1379
1379
  lastUpdatedBy?: {
1380
- id: string;
1381
- firstName: string;
1382
1380
  lastName: string;
1381
+ firstName: string;
1383
1382
  email: string;
1383
+ id: string;
1384
1384
  } | null | undefined;
1385
1385
  agentClientLinks?: {
1386
1386
  agentId: string;
@@ -1393,29 +1393,29 @@ export declare const agentClientLinksContract: {
1393
1393
  lastName: z.ZodString;
1394
1394
  email: z.ZodString;
1395
1395
  phone: z.ZodString;
1396
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
1396
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
1397
1397
  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"]>>>;
1398
1398
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1399
1399
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1400
1400
  }, "strip", z.ZodTypeAny, {
1401
- id: string;
1402
- firstName: string;
1403
1401
  lastName: string;
1402
+ firstName: string;
1404
1403
  email: string;
1404
+ phone: string;
1405
1405
  createdAt: string;
1406
+ id: string;
1406
1407
  updatedAt: string;
1407
- phone: string;
1408
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1408
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1409
1409
  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;
1410
1410
  }, {
1411
- id: string;
1412
- firstName: string;
1413
1411
  lastName: string;
1412
+ firstName: string;
1414
1413
  email: string;
1414
+ phone: string;
1415
1415
  createdAt: string | Date;
1416
+ id: string;
1416
1417
  updatedAt: string | Date;
1417
- phone: string;
1418
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1418
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1419
1419
  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;
1420
1420
  }>;
1421
1421
  linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
@@ -1428,135 +1428,135 @@ export declare const agentClientLinksContract: {
1428
1428
  lastName: z.ZodString;
1429
1429
  email: z.ZodString;
1430
1430
  phone: z.ZodString;
1431
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
1431
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
1432
1432
  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"]>>>;
1433
1433
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1434
1434
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1435
1435
  }, "strip", z.ZodTypeAny, {
1436
- id: string;
1437
- firstName: string;
1438
1436
  lastName: string;
1437
+ firstName: string;
1439
1438
  email: string;
1439
+ phone: string;
1440
1440
  createdAt: string;
1441
+ id: string;
1441
1442
  updatedAt: string;
1442
- phone: string;
1443
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1443
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1444
1444
  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;
1445
1445
  }, {
1446
- id: string;
1447
- firstName: string;
1448
1446
  lastName: string;
1447
+ firstName: string;
1449
1448
  email: string;
1449
+ phone: string;
1450
1450
  createdAt: string | Date;
1451
+ id: string;
1451
1452
  updatedAt: string | Date;
1452
- phone: string;
1453
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1453
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1454
1454
  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;
1455
1455
  }>;
1456
1456
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1457
1457
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1458
1458
  }, "strip", z.ZodTypeAny, {
1459
- id: string;
1460
1459
  createdAt: string;
1460
+ id: string;
1461
1461
  updatedAt: string;
1462
1462
  agentId: string;
1463
+ agent: {
1464
+ lastName: string;
1465
+ firstName: string;
1466
+ email: string;
1467
+ phone: string;
1468
+ createdAt: string;
1469
+ id: string;
1470
+ updatedAt: string;
1471
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1472
+ 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;
1473
+ };
1463
1474
  clientId: string;
1464
1475
  client: {
1476
+ createdAt: string;
1477
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1465
1478
  id: string;
1466
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1479
+ updatedAt: string;
1467
1480
  name: string;
1468
1481
  crn: string | null;
1469
1482
  govLink: string;
1470
1483
  soleTrader: boolean;
1471
1484
  director: string;
1472
- createdAt: string;
1473
- updatedAt: string;
1474
1485
  blacklistReason?: string | null | undefined;
1475
1486
  lastUpdatedBy?: {
1476
- id: string;
1477
- firstName: string;
1478
1487
  lastName: string;
1488
+ firstName: string;
1479
1489
  email: string;
1490
+ id: string;
1480
1491
  } | null | undefined;
1481
1492
  agentClientLinks?: {
1482
1493
  agentId: string;
1483
1494
  } | null | undefined;
1484
1495
  };
1485
- createdBy: string;
1486
- agent: {
1487
- id: string;
1488
- firstName: string;
1489
- lastName: string;
1490
- email: string;
1491
- createdAt: string;
1492
- updatedAt: string;
1493
- phone: string;
1494
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1495
- 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;
1496
- };
1497
1496
  linkType: "CREATION" | "EDIT_SUGGESTION";
1497
+ createdBy: string;
1498
1498
  creator: {
1499
- id: string;
1500
- firstName: string;
1501
1499
  lastName: string;
1500
+ firstName: string;
1502
1501
  email: string;
1502
+ phone: string;
1503
1503
  createdAt: string;
1504
+ id: string;
1504
1505
  updatedAt: string;
1505
- phone: string;
1506
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1506
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1507
1507
  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;
1508
1508
  };
1509
1509
  suggestedChanges?: Record<string, unknown> | null | undefined;
1510
1510
  appliedChanges?: Record<string, unknown> | null | undefined;
1511
1511
  }, {
1512
- id: string;
1513
1512
  createdAt: string | Date;
1513
+ id: string;
1514
1514
  updatedAt: string | Date;
1515
1515
  agentId: string;
1516
+ agent: {
1517
+ lastName: string;
1518
+ firstName: string;
1519
+ email: string;
1520
+ phone: string;
1521
+ createdAt: string | Date;
1522
+ id: string;
1523
+ updatedAt: string | Date;
1524
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1525
+ 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;
1526
+ };
1516
1527
  clientId: string;
1517
1528
  client: {
1529
+ createdAt: string | Date;
1530
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1518
1531
  id: string;
1519
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1532
+ updatedAt: string | Date;
1520
1533
  name: string;
1521
1534
  crn: string | null;
1522
1535
  govLink: string;
1523
1536
  soleTrader: boolean;
1524
1537
  director: string;
1525
- createdAt: string | Date;
1526
- updatedAt: string | Date;
1527
1538
  blacklistReason?: string | null | undefined;
1528
1539
  lastUpdatedBy?: {
1529
- id: string;
1530
- firstName: string;
1531
1540
  lastName: string;
1541
+ firstName: string;
1532
1542
  email: string;
1543
+ id: string;
1533
1544
  } | null | undefined;
1534
1545
  agentClientLinks?: {
1535
1546
  agentId: string;
1536
1547
  } | null | undefined;
1537
1548
  };
1538
- createdBy: string;
1539
- agent: {
1540
- id: string;
1541
- firstName: string;
1542
- lastName: string;
1543
- email: string;
1544
- createdAt: string | Date;
1545
- updatedAt: string | Date;
1546
- phone: string;
1547
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1548
- 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;
1549
- };
1550
1549
  linkType: "CREATION" | "EDIT_SUGGESTION";
1550
+ createdBy: string;
1551
1551
  creator: {
1552
- id: string;
1553
- firstName: string;
1554
1552
  lastName: string;
1553
+ firstName: string;
1555
1554
  email: string;
1555
+ phone: string;
1556
1556
  createdAt: string | Date;
1557
+ id: string;
1557
1558
  updatedAt: string | Date;
1558
- phone: string;
1559
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1559
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1560
1560
  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;
1561
1561
  };
1562
1562
  suggestedChanges?: Record<string, unknown> | null | undefined;
@@ -1729,15 +1729,15 @@ export declare const agentClientLinksContract: {
1729
1729
  lastName: z.ZodString;
1730
1730
  email: z.ZodString;
1731
1731
  }, "strip", z.ZodTypeAny, {
1732
- id: string;
1733
- firstName: string;
1734
1732
  lastName: string;
1733
+ firstName: string;
1735
1734
  email: string;
1736
- }, {
1737
1735
  id: string;
1738
- firstName: string;
1736
+ }, {
1739
1737
  lastName: string;
1738
+ firstName: string;
1740
1739
  email: string;
1740
+ id: string;
1741
1741
  }>>>;
1742
1742
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1743
1743
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
@@ -1749,41 +1749,41 @@ export declare const agentClientLinksContract: {
1749
1749
  agentId: string;
1750
1750
  }>>>;
1751
1751
  }, "strip", z.ZodTypeAny, {
1752
+ createdAt: string;
1753
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1752
1754
  id: string;
1753
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1755
+ updatedAt: string;
1754
1756
  name: string;
1755
1757
  crn: string | null;
1756
1758
  govLink: string;
1757
1759
  soleTrader: boolean;
1758
1760
  director: string;
1759
- createdAt: string;
1760
- updatedAt: string;
1761
1761
  blacklistReason?: string | null | undefined;
1762
1762
  lastUpdatedBy?: {
1763
- id: string;
1764
- firstName: string;
1765
1763
  lastName: string;
1764
+ firstName: string;
1766
1765
  email: string;
1766
+ id: string;
1767
1767
  } | null | undefined;
1768
1768
  agentClientLinks?: {
1769
1769
  agentId: string;
1770
1770
  } | null | undefined;
1771
1771
  }, {
1772
+ createdAt: string | Date;
1773
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1772
1774
  id: string;
1773
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1775
+ updatedAt: string | Date;
1774
1776
  name: string;
1775
1777
  crn: string | null;
1776
1778
  govLink: string;
1777
1779
  soleTrader: boolean;
1778
1780
  director: string;
1779
- createdAt: string | Date;
1780
- updatedAt: string | Date;
1781
1781
  blacklistReason?: string | null | undefined;
1782
1782
  lastUpdatedBy?: {
1783
- id: string;
1784
- firstName: string;
1785
1783
  lastName: string;
1784
+ firstName: string;
1786
1785
  email: string;
1786
+ id: string;
1787
1787
  } | null | undefined;
1788
1788
  agentClientLinks?: {
1789
1789
  agentId: string;
@@ -1796,29 +1796,29 @@ export declare const agentClientLinksContract: {
1796
1796
  lastName: z.ZodString;
1797
1797
  email: z.ZodString;
1798
1798
  phone: z.ZodString;
1799
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
1799
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
1800
1800
  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"]>>>;
1801
1801
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1802
1802
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1803
1803
  }, "strip", z.ZodTypeAny, {
1804
- id: string;
1805
- firstName: string;
1806
1804
  lastName: string;
1805
+ firstName: string;
1807
1806
  email: string;
1807
+ phone: string;
1808
1808
  createdAt: string;
1809
+ id: string;
1809
1810
  updatedAt: string;
1810
- phone: string;
1811
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1811
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1812
1812
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
1813
1813
  }, {
1814
- id: string;
1815
- firstName: string;
1816
1814
  lastName: string;
1815
+ firstName: string;
1817
1816
  email: string;
1817
+ phone: string;
1818
1818
  createdAt: string | Date;
1819
+ id: string;
1819
1820
  updatedAt: string | Date;
1820
- phone: string;
1821
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1821
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1822
1822
  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;
1823
1823
  }>;
1824
1824
  linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
@@ -1831,135 +1831,135 @@ export declare const agentClientLinksContract: {
1831
1831
  lastName: z.ZodString;
1832
1832
  email: z.ZodString;
1833
1833
  phone: z.ZodString;
1834
- roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
1834
+ roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
1835
1835
  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"]>>>;
1836
1836
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1837
1837
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1838
1838
  }, "strip", z.ZodTypeAny, {
1839
- id: string;
1840
- firstName: string;
1841
1839
  lastName: string;
1840
+ firstName: string;
1842
1841
  email: string;
1842
+ phone: string;
1843
1843
  createdAt: string;
1844
+ id: string;
1844
1845
  updatedAt: string;
1845
- phone: string;
1846
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1846
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1847
1847
  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;
1848
1848
  }, {
1849
- id: string;
1850
- firstName: string;
1851
1849
  lastName: string;
1850
+ firstName: string;
1852
1851
  email: string;
1852
+ phone: string;
1853
1853
  createdAt: string | Date;
1854
+ id: string;
1854
1855
  updatedAt: string | Date;
1855
- phone: string;
1856
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1856
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1857
1857
  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;
1858
1858
  }>;
1859
1859
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1860
1860
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1861
1861
  }, "strip", z.ZodTypeAny, {
1862
- id: string;
1863
1862
  createdAt: string;
1863
+ id: string;
1864
1864
  updatedAt: string;
1865
1865
  agentId: string;
1866
+ agent: {
1867
+ lastName: string;
1868
+ firstName: string;
1869
+ email: string;
1870
+ phone: string;
1871
+ createdAt: string;
1872
+ id: string;
1873
+ updatedAt: string;
1874
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1875
+ 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;
1876
+ };
1866
1877
  clientId: string;
1867
1878
  client: {
1879
+ createdAt: string;
1880
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1868
1881
  id: string;
1869
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1882
+ updatedAt: string;
1870
1883
  name: string;
1871
1884
  crn: string | null;
1872
1885
  govLink: string;
1873
1886
  soleTrader: boolean;
1874
1887
  director: string;
1875
- createdAt: string;
1876
- updatedAt: string;
1877
1888
  blacklistReason?: string | null | undefined;
1878
1889
  lastUpdatedBy?: {
1879
- id: string;
1880
- firstName: string;
1881
1890
  lastName: string;
1891
+ firstName: string;
1882
1892
  email: string;
1893
+ id: string;
1883
1894
  } | null | undefined;
1884
1895
  agentClientLinks?: {
1885
1896
  agentId: string;
1886
1897
  } | null | undefined;
1887
1898
  };
1888
- createdBy: string;
1889
- agent: {
1890
- id: string;
1891
- firstName: string;
1892
- lastName: string;
1893
- email: string;
1894
- createdAt: string;
1895
- updatedAt: string;
1896
- phone: string;
1897
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1898
- 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;
1899
- };
1900
1899
  linkType: "CREATION" | "EDIT_SUGGESTION";
1900
+ createdBy: string;
1901
1901
  creator: {
1902
- id: string;
1903
- firstName: string;
1904
1902
  lastName: string;
1903
+ firstName: string;
1905
1904
  email: string;
1905
+ phone: string;
1906
1906
  createdAt: string;
1907
+ id: string;
1907
1908
  updatedAt: string;
1908
- phone: string;
1909
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1909
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1910
1910
  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;
1911
1911
  };
1912
1912
  suggestedChanges?: Record<string, unknown> | null | undefined;
1913
1913
  appliedChanges?: Record<string, unknown> | null | undefined;
1914
1914
  }, {
1915
- id: string;
1916
1915
  createdAt: string | Date;
1916
+ id: string;
1917
1917
  updatedAt: string | Date;
1918
1918
  agentId: string;
1919
+ agent: {
1920
+ lastName: string;
1921
+ firstName: string;
1922
+ email: string;
1923
+ phone: string;
1924
+ createdAt: string | Date;
1925
+ id: string;
1926
+ updatedAt: string | Date;
1927
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1928
+ 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;
1929
+ };
1919
1930
  clientId: string;
1920
1931
  client: {
1932
+ createdAt: string | Date;
1933
+ status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1921
1934
  id: string;
1922
- status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1935
+ updatedAt: string | Date;
1923
1936
  name: string;
1924
1937
  crn: string | null;
1925
1938
  govLink: string;
1926
1939
  soleTrader: boolean;
1927
1940
  director: string;
1928
- createdAt: string | Date;
1929
- updatedAt: string | Date;
1930
1941
  blacklistReason?: string | null | undefined;
1931
1942
  lastUpdatedBy?: {
1932
- id: string;
1933
- firstName: string;
1934
1943
  lastName: string;
1944
+ firstName: string;
1935
1945
  email: string;
1946
+ id: string;
1936
1947
  } | null | undefined;
1937
1948
  agentClientLinks?: {
1938
1949
  agentId: string;
1939
1950
  } | null | undefined;
1940
1951
  };
1941
- createdBy: string;
1942
- agent: {
1943
- id: string;
1944
- firstName: string;
1945
- lastName: string;
1946
- email: string;
1947
- createdAt: string | Date;
1948
- updatedAt: string | Date;
1949
- phone: string;
1950
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1951
- 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;
1952
- };
1953
1952
  linkType: "CREATION" | "EDIT_SUGGESTION";
1953
+ createdBy: string;
1954
1954
  creator: {
1955
- id: string;
1956
- firstName: string;
1957
1955
  lastName: string;
1956
+ firstName: string;
1958
1957
  email: string;
1958
+ phone: string;
1959
1959
  createdAt: string | Date;
1960
+ id: string;
1960
1961
  updatedAt: string | Date;
1961
- phone: string;
1962
- roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
1962
+ roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
1963
1963
  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;
1964
1964
  };
1965
1965
  suggestedChanges?: Record<string, unknown> | null | undefined;