@dakkitor/api-contracts 1.1.67 → 1.1.69

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.
@@ -12,37 +12,37 @@ export declare const AgentLeadDistributionSchema: z.ZodObject<{
12
12
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
13
13
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
14
14
  }, "strip", z.ZodTypeAny, {
15
- createdAt: string;
16
15
  id: string;
17
- updatedAt: string;
18
16
  name: string;
17
+ createdAt: string;
18
+ updatedAt: string;
19
19
  }, {
20
- createdAt: string | Date;
21
20
  id: string;
22
- updatedAt: string | Date;
23
21
  name: string;
22
+ createdAt: string | Date;
23
+ updatedAt: string | Date;
24
24
  }>>>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
27
26
  agentId: string;
27
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
28
28
  leadDistributionConfigId?: string | null | undefined;
29
29
  companyId?: string | null | undefined;
30
30
  company?: {
31
- createdAt: string;
32
31
  id: string;
33
- updatedAt: string;
34
32
  name: string;
33
+ createdAt: string;
34
+ updatedAt: string;
35
35
  } | null | undefined;
36
36
  }, {
37
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
38
37
  agentId: string;
38
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
39
39
  leadDistributionConfigId?: string | null | undefined;
40
40
  companyId?: string | null | undefined;
41
41
  company?: {
42
- createdAt: string | Date;
43
42
  id: string;
44
- updatedAt: string | Date;
45
43
  name: string;
44
+ createdAt: string | Date;
45
+ updatedAt: string | Date;
46
46
  } | null | undefined;
47
47
  }>;
48
48
  export declare const AgentLeadDistributionWithAgentSchema: z.ZodObject<{
@@ -56,15 +56,15 @@ export declare const AgentLeadDistributionWithAgentSchema: z.ZodObject<{
56
56
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
57
57
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
58
58
  }, "strip", z.ZodTypeAny, {
59
- createdAt: string;
60
59
  id: string;
61
- updatedAt: string;
62
60
  name: string;
61
+ createdAt: string;
62
+ updatedAt: string;
63
63
  }, {
64
- createdAt: string | Date;
65
64
  id: string;
66
- updatedAt: string | Date;
67
65
  name: string;
66
+ createdAt: string | Date;
67
+ updatedAt: string | Date;
68
68
  }>>>;
69
69
  } & {
70
70
  id: z.ZodString;
@@ -79,71 +79,71 @@ export declare const AgentLeadDistributionWithAgentSchema: z.ZodObject<{
79
79
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
80
80
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
81
81
  }, "strip", z.ZodTypeAny, {
82
- lastName: string;
82
+ id: string;
83
+ createdAt: string;
84
+ updatedAt: string;
83
85
  firstName: string;
86
+ lastName: string;
84
87
  email: string;
85
88
  phone: string;
86
- createdAt: string;
87
- id: string;
88
- updatedAt: string;
89
89
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
90
90
  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;
91
91
  }, {
92
- lastName: string;
92
+ id: string;
93
+ createdAt: string | Date;
94
+ updatedAt: string | Date;
93
95
  firstName: string;
96
+ lastName: string;
94
97
  email: string;
95
98
  phone: string;
96
- createdAt: string | Date;
97
- id: string;
98
- updatedAt: string | Date;
99
99
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
100
100
  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;
101
101
  }>;
102
102
  }, "strip", z.ZodTypeAny, {
103
+ agentId: string;
103
104
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
104
105
  id: string;
105
- agentId: string;
106
106
  agent: {
107
- lastName: string;
107
+ id: string;
108
+ createdAt: string;
109
+ updatedAt: string;
108
110
  firstName: string;
111
+ lastName: string;
109
112
  email: string;
110
113
  phone: string;
111
- createdAt: string;
112
- id: string;
113
- updatedAt: string;
114
114
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
115
115
  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;
116
116
  };
117
117
  leadDistributionConfigId?: string | null | undefined;
118
118
  companyId?: string | null | undefined;
119
119
  company?: {
120
- createdAt: string;
121
120
  id: string;
122
- updatedAt: string;
123
121
  name: string;
122
+ createdAt: string;
123
+ updatedAt: string;
124
124
  } | null | undefined;
125
125
  }, {
126
+ agentId: string;
126
127
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
127
128
  id: string;
128
- agentId: string;
129
129
  agent: {
130
- lastName: string;
130
+ id: string;
131
+ createdAt: string | Date;
132
+ updatedAt: string | Date;
131
133
  firstName: string;
134
+ lastName: string;
132
135
  email: string;
133
136
  phone: string;
134
- createdAt: string | Date;
135
- id: string;
136
- updatedAt: string | Date;
137
137
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
138
138
  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;
139
139
  };
140
140
  leadDistributionConfigId?: string | null | undefined;
141
141
  companyId?: string | null | undefined;
142
142
  company?: {
143
- createdAt: string | Date;
144
143
  id: string;
145
- updatedAt: string | Date;
146
144
  name: string;
145
+ createdAt: string | Date;
146
+ updatedAt: string | Date;
147
147
  } | null | undefined;
148
148
  }>;
149
149
  export declare const CreateAgentLeadDistributionSchema: z.ZodObject<{
@@ -152,13 +152,13 @@ export declare const CreateAgentLeadDistributionSchema: z.ZodObject<{
152
152
  leadDistributionConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
153
  companyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
154
154
  }, "strip", z.ZodTypeAny, {
155
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
156
155
  agentId: string;
156
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
157
157
  leadDistributionConfigId?: string | null | undefined;
158
158
  companyId?: string | null | undefined;
159
159
  }, {
160
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
161
160
  agentId: string;
161
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
162
162
  leadDistributionConfigId?: string | null | undefined;
163
163
  companyId?: string | null | undefined;
164
164
  }>;
@@ -186,17 +186,17 @@ export declare const FilterAgentLeadDistributionSchema: z.ZodObject<{
186
186
  }, "strip", z.ZodTypeAny, {
187
187
  limit: number;
188
188
  page: number;
189
- status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
190
189
  agentId?: string | undefined;
190
+ status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
191
191
  leadDistributionConfigId?: string | undefined;
192
192
  companyId?: string | undefined;
193
193
  }, {
194
- status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
195
- limit?: number | undefined;
196
- page?: number | undefined;
197
194
  agentId?: string | undefined;
195
+ status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
198
196
  leadDistributionConfigId?: string | undefined;
199
197
  companyId?: string | undefined;
198
+ limit?: number | undefined;
199
+ page?: number | undefined;
200
200
  }>;
201
201
  export declare const PaginatedAgentLeadDistributionResponseSchema: z.ZodObject<{
202
202
  items: z.ZodArray<z.ZodObject<{
@@ -210,15 +210,15 @@ export declare const PaginatedAgentLeadDistributionResponseSchema: z.ZodObject<{
210
210
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
211
211
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
212
212
  }, "strip", z.ZodTypeAny, {
213
- createdAt: string;
214
213
  id: string;
215
- updatedAt: string;
216
214
  name: string;
215
+ createdAt: string;
216
+ updatedAt: string;
217
217
  }, {
218
- createdAt: string | Date;
219
218
  id: string;
220
- updatedAt: string | Date;
221
219
  name: string;
220
+ createdAt: string | Date;
221
+ updatedAt: string | Date;
222
222
  }>>>;
223
223
  } & {
224
224
  id: z.ZodString;
@@ -233,71 +233,71 @@ export declare const PaginatedAgentLeadDistributionResponseSchema: z.ZodObject<{
233
233
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
234
234
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
235
235
  }, "strip", z.ZodTypeAny, {
236
- lastName: string;
236
+ id: string;
237
+ createdAt: string;
238
+ updatedAt: string;
237
239
  firstName: string;
240
+ lastName: string;
238
241
  email: string;
239
242
  phone: string;
240
- createdAt: string;
241
- id: string;
242
- updatedAt: string;
243
243
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
244
244
  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;
245
245
  }, {
246
- lastName: string;
246
+ id: string;
247
+ createdAt: string | Date;
248
+ updatedAt: string | Date;
247
249
  firstName: string;
250
+ lastName: string;
248
251
  email: string;
249
252
  phone: string;
250
- createdAt: string | Date;
251
- id: string;
252
- updatedAt: string | Date;
253
253
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
254
254
  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;
255
255
  }>;
256
256
  }, "strip", z.ZodTypeAny, {
257
+ agentId: string;
257
258
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
258
259
  id: string;
259
- agentId: string;
260
260
  agent: {
261
- lastName: string;
261
+ id: string;
262
+ createdAt: string;
263
+ updatedAt: string;
262
264
  firstName: string;
265
+ lastName: string;
263
266
  email: string;
264
267
  phone: string;
265
- createdAt: string;
266
- id: string;
267
- updatedAt: string;
268
268
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
269
269
  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;
270
270
  };
271
271
  leadDistributionConfigId?: string | null | undefined;
272
272
  companyId?: string | null | undefined;
273
273
  company?: {
274
- createdAt: string;
275
274
  id: string;
276
- updatedAt: string;
277
275
  name: string;
276
+ createdAt: string;
277
+ updatedAt: string;
278
278
  } | null | undefined;
279
279
  }, {
280
+ agentId: string;
280
281
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
281
282
  id: string;
282
- agentId: string;
283
283
  agent: {
284
- lastName: string;
284
+ id: string;
285
+ createdAt: string | Date;
286
+ updatedAt: string | Date;
285
287
  firstName: string;
288
+ lastName: string;
286
289
  email: string;
287
290
  phone: string;
288
- createdAt: string | Date;
289
- id: string;
290
- updatedAt: string | Date;
291
291
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
292
292
  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;
293
293
  };
294
294
  leadDistributionConfigId?: string | null | undefined;
295
295
  companyId?: string | null | undefined;
296
296
  company?: {
297
- createdAt: string | Date;
298
297
  id: string;
299
- updatedAt: string | Date;
300
298
  name: string;
299
+ createdAt: string | Date;
300
+ updatedAt: string | Date;
301
301
  } | null | undefined;
302
302
  }>, "many">;
303
303
  totalCount: z.ZodNumber;
@@ -308,27 +308,27 @@ export declare const PaginatedAgentLeadDistributionResponseSchema: z.ZodObject<{
308
308
  }, "strip", z.ZodTypeAny, {
309
309
  limit: number;
310
310
  items: {
311
+ agentId: string;
311
312
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
312
313
  id: string;
313
- agentId: string;
314
314
  agent: {
315
- lastName: string;
315
+ id: string;
316
+ createdAt: string;
317
+ updatedAt: string;
316
318
  firstName: string;
319
+ lastName: string;
317
320
  email: string;
318
321
  phone: string;
319
- createdAt: string;
320
- id: string;
321
- updatedAt: string;
322
322
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
323
323
  office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
324
324
  };
325
325
  leadDistributionConfigId?: string | null | undefined;
326
326
  companyId?: string | null | undefined;
327
327
  company?: {
328
- createdAt: string;
329
328
  id: string;
330
- updatedAt: string;
331
329
  name: string;
330
+ createdAt: string;
331
+ updatedAt: string;
332
332
  } | null | undefined;
333
333
  }[];
334
334
  totalCount: number;
@@ -338,27 +338,27 @@ export declare const PaginatedAgentLeadDistributionResponseSchema: z.ZodObject<{
338
338
  }, {
339
339
  limit: number;
340
340
  items: {
341
+ agentId: string;
341
342
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
342
343
  id: string;
343
- agentId: string;
344
344
  agent: {
345
- lastName: string;
345
+ id: string;
346
+ createdAt: string | Date;
347
+ updatedAt: string | Date;
346
348
  firstName: string;
349
+ lastName: string;
347
350
  email: string;
348
351
  phone: string;
349
- createdAt: string | Date;
350
- id: string;
351
- updatedAt: string | Date;
352
352
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
353
353
  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;
354
354
  };
355
355
  leadDistributionConfigId?: string | null | undefined;
356
356
  companyId?: string | null | undefined;
357
357
  company?: {
358
- createdAt: string | Date;
359
358
  id: string;
360
- updatedAt: string | Date;
361
359
  name: string;
360
+ createdAt: string | Date;
361
+ updatedAt: string | Date;
362
362
  } | null | undefined;
363
363
  }[];
364
364
  totalCount: number;
@@ -388,17 +388,17 @@ export declare const agentLeadDistributionContract: {
388
388
  }, "strip", z.ZodTypeAny, {
389
389
  limit: number;
390
390
  page: number;
391
- status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
392
391
  agentId?: string | undefined;
392
+ status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
393
393
  leadDistributionConfigId?: string | undefined;
394
394
  companyId?: string | undefined;
395
395
  }, {
396
- status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
397
- limit?: number | undefined;
398
- page?: number | undefined;
399
396
  agentId?: string | undefined;
397
+ status?: "AVAILABLE" | "PAUSED" | "EXCLUDED" | undefined;
400
398
  leadDistributionConfigId?: string | undefined;
401
399
  companyId?: string | undefined;
400
+ limit?: number | undefined;
401
+ page?: number | undefined;
402
402
  }>;
403
403
  summary: "List all agent lead distribution records";
404
404
  method: "GET";
@@ -491,15 +491,15 @@ export declare const agentLeadDistributionContract: {
491
491
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
492
492
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
493
493
  }, "strip", z.ZodTypeAny, {
494
- createdAt: string;
495
494
  id: string;
496
- updatedAt: string;
497
495
  name: string;
496
+ createdAt: string;
497
+ updatedAt: string;
498
498
  }, {
499
- createdAt: string | Date;
500
499
  id: string;
501
- updatedAt: string | Date;
502
500
  name: string;
501
+ createdAt: string | Date;
502
+ updatedAt: string | Date;
503
503
  }>>>;
504
504
  } & {
505
505
  id: z.ZodString;
@@ -514,71 +514,71 @@ export declare const agentLeadDistributionContract: {
514
514
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
515
515
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
516
516
  }, "strip", z.ZodTypeAny, {
517
- lastName: string;
517
+ id: string;
518
+ createdAt: string;
519
+ updatedAt: string;
518
520
  firstName: string;
521
+ lastName: string;
519
522
  email: string;
520
523
  phone: string;
521
- createdAt: string;
522
- id: string;
523
- updatedAt: string;
524
524
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
525
525
  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;
526
526
  }, {
527
- lastName: string;
527
+ id: string;
528
+ createdAt: string | Date;
529
+ updatedAt: string | Date;
528
530
  firstName: string;
531
+ lastName: string;
529
532
  email: string;
530
533
  phone: string;
531
- createdAt: string | Date;
532
- id: string;
533
- updatedAt: string | Date;
534
534
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
535
535
  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;
536
536
  }>;
537
537
  }, "strip", z.ZodTypeAny, {
538
+ agentId: string;
538
539
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
539
540
  id: string;
540
- agentId: string;
541
541
  agent: {
542
- lastName: string;
542
+ id: string;
543
+ createdAt: string;
544
+ updatedAt: string;
543
545
  firstName: string;
546
+ lastName: string;
544
547
  email: string;
545
548
  phone: string;
546
- createdAt: string;
547
- id: string;
548
- updatedAt: string;
549
549
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
550
550
  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;
551
551
  };
552
552
  leadDistributionConfigId?: string | null | undefined;
553
553
  companyId?: string | null | undefined;
554
554
  company?: {
555
- createdAt: string;
556
555
  id: string;
557
- updatedAt: string;
558
556
  name: string;
557
+ createdAt: string;
558
+ updatedAt: string;
559
559
  } | null | undefined;
560
560
  }, {
561
+ agentId: string;
561
562
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
562
563
  id: string;
563
- agentId: string;
564
564
  agent: {
565
- lastName: string;
565
+ id: string;
566
+ createdAt: string | Date;
567
+ updatedAt: string | Date;
566
568
  firstName: string;
569
+ lastName: string;
567
570
  email: string;
568
571
  phone: string;
569
- createdAt: string | Date;
570
- id: string;
571
- updatedAt: string | Date;
572
572
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
573
573
  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;
574
574
  };
575
575
  leadDistributionConfigId?: string | null | undefined;
576
576
  companyId?: string | null | undefined;
577
577
  company?: {
578
- createdAt: string | Date;
579
578
  id: string;
580
- updatedAt: string | Date;
581
579
  name: string;
580
+ createdAt: string | Date;
581
+ updatedAt: string | Date;
582
582
  } | null | undefined;
583
583
  }>, "many">;
584
584
  totalCount: z.ZodNumber;
@@ -589,27 +589,27 @@ export declare const agentLeadDistributionContract: {
589
589
  }, "strip", z.ZodTypeAny, {
590
590
  limit: number;
591
591
  items: {
592
+ agentId: string;
592
593
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
593
594
  id: string;
594
- agentId: string;
595
595
  agent: {
596
- lastName: string;
596
+ id: string;
597
+ createdAt: string;
598
+ updatedAt: string;
597
599
  firstName: string;
600
+ lastName: string;
598
601
  email: string;
599
602
  phone: string;
600
- createdAt: string;
601
- id: string;
602
- updatedAt: string;
603
603
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
604
604
  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;
605
605
  };
606
606
  leadDistributionConfigId?: string | null | undefined;
607
607
  companyId?: string | null | undefined;
608
608
  company?: {
609
- createdAt: string;
610
609
  id: string;
611
- updatedAt: string;
612
610
  name: string;
611
+ createdAt: string;
612
+ updatedAt: string;
613
613
  } | null | undefined;
614
614
  }[];
615
615
  totalCount: number;
@@ -619,27 +619,27 @@ export declare const agentLeadDistributionContract: {
619
619
  }, {
620
620
  limit: number;
621
621
  items: {
622
+ agentId: string;
622
623
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
623
624
  id: string;
624
- agentId: string;
625
625
  agent: {
626
- lastName: string;
626
+ id: string;
627
+ createdAt: string | Date;
628
+ updatedAt: string | Date;
627
629
  firstName: string;
630
+ lastName: string;
628
631
  email: string;
629
632
  phone: string;
630
- createdAt: string | Date;
631
- id: string;
632
- updatedAt: string | Date;
633
633
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
634
634
  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;
635
635
  };
636
636
  leadDistributionConfigId?: string | null | undefined;
637
637
  companyId?: string | null | undefined;
638
638
  company?: {
639
- createdAt: string | Date;
640
639
  id: string;
641
- updatedAt: string | Date;
642
640
  name: string;
641
+ createdAt: string | Date;
642
+ updatedAt: string | Date;
643
643
  } | null | undefined;
644
644
  }[];
645
645
  totalCount: number;
@@ -775,15 +775,15 @@ export declare const agentLeadDistributionContract: {
775
775
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
776
776
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
777
777
  }, "strip", z.ZodTypeAny, {
778
- createdAt: string;
779
778
  id: string;
780
- updatedAt: string;
781
779
  name: string;
780
+ createdAt: string;
781
+ updatedAt: string;
782
782
  }, {
783
- createdAt: string | Date;
784
783
  id: string;
785
- updatedAt: string | Date;
786
784
  name: string;
785
+ createdAt: string | Date;
786
+ updatedAt: string | Date;
787
787
  }>>>;
788
788
  } & {
789
789
  id: z.ZodString;
@@ -798,71 +798,71 @@ export declare const agentLeadDistributionContract: {
798
798
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
799
799
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
800
800
  }, "strip", z.ZodTypeAny, {
801
- lastName: string;
801
+ id: string;
802
+ createdAt: string;
803
+ updatedAt: string;
802
804
  firstName: string;
805
+ lastName: string;
803
806
  email: string;
804
807
  phone: string;
805
- createdAt: string;
806
- id: string;
807
- updatedAt: string;
808
808
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
809
809
  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;
810
810
  }, {
811
- lastName: string;
811
+ id: string;
812
+ createdAt: string | Date;
813
+ updatedAt: string | Date;
812
814
  firstName: string;
815
+ lastName: string;
813
816
  email: string;
814
817
  phone: string;
815
- createdAt: string | Date;
816
- id: string;
817
- updatedAt: string | Date;
818
818
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
819
819
  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;
820
820
  }>;
821
821
  }, "strip", z.ZodTypeAny, {
822
+ agentId: string;
822
823
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
823
824
  id: string;
824
- agentId: string;
825
825
  agent: {
826
- lastName: string;
826
+ id: string;
827
+ createdAt: string;
828
+ updatedAt: string;
827
829
  firstName: string;
830
+ lastName: string;
828
831
  email: string;
829
832
  phone: string;
830
- createdAt: string;
831
- id: string;
832
- updatedAt: string;
833
833
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
834
834
  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;
835
835
  };
836
836
  leadDistributionConfigId?: string | null | undefined;
837
837
  companyId?: string | null | undefined;
838
838
  company?: {
839
- createdAt: string;
840
839
  id: string;
841
- updatedAt: string;
842
840
  name: string;
841
+ createdAt: string;
842
+ updatedAt: string;
843
843
  } | null | undefined;
844
844
  }, {
845
+ agentId: string;
845
846
  status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
846
847
  id: string;
847
- agentId: string;
848
848
  agent: {
849
- lastName: string;
849
+ id: string;
850
+ createdAt: string | Date;
851
+ updatedAt: string | Date;
850
852
  firstName: string;
853
+ lastName: string;
851
854
  email: string;
852
855
  phone: string;
853
- createdAt: string | Date;
854
- id: string;
855
- updatedAt: string | Date;
856
856
  roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
857
857
  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;
858
858
  };
859
859
  leadDistributionConfigId?: string | null | undefined;
860
860
  companyId?: string | null | undefined;
861
861
  company?: {
862
- createdAt: string | Date;
863
862
  id: string;
864
- updatedAt: string | Date;
865
863
  name: string;
864
+ createdAt: string | Date;
865
+ updatedAt: string | Date;
866
866
  } | null | undefined;
867
867
  }>;
868
868
  404: z.ZodObject<{
@@ -929,13 +929,13 @@ export declare const agentLeadDistributionContract: {
929
929
  leadDistributionConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
930
930
  companyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
931
931
  }, "strip", z.ZodTypeAny, {
932
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
933
932
  agentId: string;
933
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
934
934
  leadDistributionConfigId?: string | null | undefined;
935
935
  companyId?: string | null | undefined;
936
936
  }, {
937
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
938
937
  agentId: string;
938
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
939
939
  leadDistributionConfigId?: string | null | undefined;
940
940
  companyId?: string | null | undefined;
941
941
  }>;
@@ -1027,37 +1027,37 @@ export declare const agentLeadDistributionContract: {
1027
1027
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1028
1028
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1029
1029
  }, "strip", z.ZodTypeAny, {
1030
- createdAt: string;
1031
1030
  id: string;
1032
- updatedAt: string;
1033
1031
  name: string;
1032
+ createdAt: string;
1033
+ updatedAt: string;
1034
1034
  }, {
1035
- createdAt: string | Date;
1036
1035
  id: string;
1037
- updatedAt: string | Date;
1038
1036
  name: string;
1037
+ createdAt: string | Date;
1038
+ updatedAt: string | Date;
1039
1039
  }>>>;
1040
1040
  }, "strip", z.ZodTypeAny, {
1041
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1042
1041
  agentId: string;
1042
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1043
1043
  leadDistributionConfigId?: string | null | undefined;
1044
1044
  companyId?: string | null | undefined;
1045
1045
  company?: {
1046
- createdAt: string;
1047
1046
  id: string;
1048
- updatedAt: string;
1049
1047
  name: string;
1048
+ createdAt: string;
1049
+ updatedAt: string;
1050
1050
  } | null | undefined;
1051
1051
  }, {
1052
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1053
1052
  agentId: string;
1053
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1054
1054
  leadDistributionConfigId?: string | null | undefined;
1055
1055
  companyId?: string | null | undefined;
1056
1056
  company?: {
1057
- createdAt: string | Date;
1058
1057
  id: string;
1059
- updatedAt: string | Date;
1060
1058
  name: string;
1059
+ createdAt: string | Date;
1060
+ updatedAt: string | Date;
1061
1061
  } | null | undefined;
1062
1062
  }>;
1063
1063
  403: z.ZodObject<{
@@ -1201,37 +1201,37 @@ export declare const agentLeadDistributionContract: {
1201
1201
  createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1202
1202
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1203
1203
  }, "strip", z.ZodTypeAny, {
1204
- createdAt: string;
1205
1204
  id: string;
1206
- updatedAt: string;
1207
1205
  name: string;
1206
+ createdAt: string;
1207
+ updatedAt: string;
1208
1208
  }, {
1209
- createdAt: string | Date;
1210
1209
  id: string;
1211
- updatedAt: string | Date;
1212
1210
  name: string;
1211
+ createdAt: string | Date;
1212
+ updatedAt: string | Date;
1213
1213
  }>>>;
1214
1214
  }, "strip", z.ZodTypeAny, {
1215
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1216
1215
  agentId: string;
1216
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1217
1217
  leadDistributionConfigId?: string | null | undefined;
1218
1218
  companyId?: string | null | undefined;
1219
1219
  company?: {
1220
- createdAt: string;
1221
1220
  id: string;
1222
- updatedAt: string;
1223
1221
  name: string;
1222
+ createdAt: string;
1223
+ updatedAt: string;
1224
1224
  } | null | undefined;
1225
1225
  }, {
1226
- status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1227
1226
  agentId: string;
1227
+ status: "AVAILABLE" | "PAUSED" | "EXCLUDED";
1228
1228
  leadDistributionConfigId?: string | null | undefined;
1229
1229
  companyId?: string | null | undefined;
1230
1230
  company?: {
1231
- createdAt: string | Date;
1232
1231
  id: string;
1233
- updatedAt: string | Date;
1234
1232
  name: string;
1233
+ createdAt: string | Date;
1234
+ updatedAt: string | Date;
1235
1235
  } | null | undefined;
1236
1236
  }>;
1237
1237
  404: z.ZodObject<{