@dakkitor/api-contracts 1.1.108 → 1.1.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actives/actives.contract.d.ts +3059 -3059
- package/dist/agent-client-links/agent-client-links.contract.d.ts +74 -74
- package/dist/bookings/bookings.contract.d.ts +11037 -11037
- package/dist/call-history/call-history.contract.d.ts +294 -294
- package/dist/client-contacts/client-contacts.contract.d.ts +186 -186
- package/dist/clients/clients.contract.d.ts +99 -99
- package/dist/clients/clients.contract.d.ts.map +1 -1
- package/dist/clients/clients.contract.js +5 -5
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +440 -440
- package/dist/collaborations/collaborations.contract.d.ts +328 -328
- package/dist/companies/companies.contract.d.ts +22 -22
- package/dist/curated-workers/curated-workers.contract.d.ts +76 -76
- package/dist/dashboards/agent-daily-metrics.contract.d.ts +3 -3
- package/dist/dashboards/dashboard-widgets.contract.d.ts +274 -194
- package/dist/dashboards/dashboard-widgets.contract.d.ts.map +1 -1
- package/dist/dashboards/dashboard-widgets.contract.js +130 -98
- package/dist/dashboards/dashboard.contract.d.ts +14 -14
- package/dist/files/files.contract.d.ts +24 -24
- package/dist/jobs/jobs.contract.d.ts +907 -907
- package/dist/lead-assignments/lead-assignments.contract.d.ts +160 -160
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +34 -34
- package/dist/lead-distribution/lead-distribution-config.contract.d.ts +7 -7
- package/dist/leads/leads.contract.d.ts +136 -136
- package/dist/postcodes/postcodes.contract.d.ts +18 -18
- package/dist/qualifications/qualifications.contract.d.ts +22 -22
- package/dist/trades/trades.contract.d.ts +16 -16
- package/dist/users/users.contract.d.ts +6 -6
- package/dist/workers/workers.contract.d.ts +288 -288
- package/package.json +41 -41
- package/dist/abilities/interconnection.json +0 -370
- package/dist/abilities/second-agent.abilities copy.json +0 -370
|
@@ -106,14 +106,14 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
106
106
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
108
|
id: string;
|
|
109
|
+
name: string;
|
|
109
110
|
createdAt: string;
|
|
110
111
|
updatedAt: string;
|
|
111
|
-
name: string;
|
|
112
112
|
}, {
|
|
113
113
|
id: string;
|
|
114
|
+
name: string;
|
|
114
115
|
createdAt: string | Date;
|
|
115
116
|
updatedAt: string | Date;
|
|
116
|
-
name: string;
|
|
117
117
|
}>>>;
|
|
118
118
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
119
119
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -122,21 +122,17 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
122
122
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
123
123
|
createdAt: string;
|
|
124
124
|
updatedAt: string;
|
|
125
|
-
leadId: string;
|
|
126
125
|
agentId: string | null;
|
|
127
126
|
companyId: string | null;
|
|
127
|
+
leadId: string;
|
|
128
128
|
assignedAt: string;
|
|
129
129
|
assignedBy: string | null;
|
|
130
130
|
company?: {
|
|
131
131
|
id: string;
|
|
132
|
+
name: string;
|
|
132
133
|
createdAt: string;
|
|
133
134
|
updatedAt: string;
|
|
134
|
-
name: string;
|
|
135
135
|
} | null | undefined;
|
|
136
|
-
lead?: {
|
|
137
|
-
phoneNumber: string;
|
|
138
|
-
name: string;
|
|
139
|
-
} | undefined;
|
|
140
136
|
agent?: {
|
|
141
137
|
id: string;
|
|
142
138
|
createdAt: string;
|
|
@@ -153,26 +149,26 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
153
149
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
154
150
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
155
151
|
} | undefined;
|
|
152
|
+
lead?: {
|
|
153
|
+
phoneNumber: string;
|
|
154
|
+
name: string;
|
|
155
|
+
} | undefined;
|
|
156
156
|
}, {
|
|
157
157
|
id: string;
|
|
158
158
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
159
159
|
createdAt: string | Date;
|
|
160
160
|
updatedAt: string | Date;
|
|
161
|
-
leadId: string;
|
|
162
161
|
agentId: string | null;
|
|
163
162
|
companyId: string | null;
|
|
163
|
+
leadId: string;
|
|
164
164
|
assignedAt: string | Date;
|
|
165
165
|
assignedBy: string | null;
|
|
166
166
|
company?: {
|
|
167
167
|
id: string;
|
|
168
|
+
name: string;
|
|
168
169
|
createdAt: string | Date;
|
|
169
170
|
updatedAt: string | Date;
|
|
170
|
-
name: string;
|
|
171
171
|
} | null | undefined;
|
|
172
|
-
lead?: {
|
|
173
|
-
phoneNumber: string;
|
|
174
|
-
name: string;
|
|
175
|
-
} | undefined;
|
|
176
172
|
agent?: {
|
|
177
173
|
id: string;
|
|
178
174
|
createdAt: string | Date;
|
|
@@ -189,6 +185,10 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
189
185
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
190
186
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
191
187
|
} | undefined;
|
|
188
|
+
lead?: {
|
|
189
|
+
phoneNumber: string;
|
|
190
|
+
name: string;
|
|
191
|
+
} | undefined;
|
|
192
192
|
}>>>;
|
|
193
193
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
194
194
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
@@ -201,34 +201,30 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
201
201
|
id: string;
|
|
202
202
|
createdAt: string;
|
|
203
203
|
updatedAt: string;
|
|
204
|
-
assignmentId: string;
|
|
205
|
-
callDate: string;
|
|
206
|
-
callType: CallType;
|
|
207
204
|
rating: CallRating;
|
|
208
|
-
ratingWeight: number;
|
|
209
205
|
notes: string | null;
|
|
210
|
-
|
|
206
|
+
callDate: string;
|
|
207
|
+
ratingWeight: number;
|
|
208
|
+
assignmentId: string;
|
|
209
|
+
callType: CallType;
|
|
211
210
|
agentId?: string | undefined;
|
|
211
|
+
leadId?: string | undefined;
|
|
212
212
|
assignment?: {
|
|
213
213
|
id: string;
|
|
214
214
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
215
215
|
createdAt: string;
|
|
216
216
|
updatedAt: string;
|
|
217
|
-
leadId: string;
|
|
218
217
|
agentId: string | null;
|
|
219
218
|
companyId: string | null;
|
|
219
|
+
leadId: string;
|
|
220
220
|
assignedAt: string;
|
|
221
221
|
assignedBy: string | null;
|
|
222
222
|
company?: {
|
|
223
223
|
id: string;
|
|
224
|
+
name: string;
|
|
224
225
|
createdAt: string;
|
|
225
226
|
updatedAt: string;
|
|
226
|
-
name: string;
|
|
227
227
|
} | null | undefined;
|
|
228
|
-
lead?: {
|
|
229
|
-
phoneNumber: string;
|
|
230
|
-
name: string;
|
|
231
|
-
} | undefined;
|
|
232
228
|
agent?: {
|
|
233
229
|
id: string;
|
|
234
230
|
createdAt: string;
|
|
@@ -245,39 +241,39 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
245
241
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
246
242
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
247
243
|
} | undefined;
|
|
244
|
+
lead?: {
|
|
245
|
+
phoneNumber: string;
|
|
246
|
+
name: string;
|
|
247
|
+
} | undefined;
|
|
248
248
|
} | null | undefined;
|
|
249
249
|
}, {
|
|
250
250
|
id: string;
|
|
251
251
|
createdAt: string | Date;
|
|
252
252
|
updatedAt: string | Date;
|
|
253
|
-
assignmentId: string;
|
|
254
|
-
callDate: string | Date;
|
|
255
|
-
callType: CallType;
|
|
256
253
|
rating: CallRating;
|
|
257
|
-
ratingWeight: number;
|
|
258
254
|
notes: string | null;
|
|
259
|
-
|
|
255
|
+
callDate: string | Date;
|
|
256
|
+
ratingWeight: number;
|
|
257
|
+
assignmentId: string;
|
|
258
|
+
callType: CallType;
|
|
260
259
|
agentId?: string | undefined;
|
|
260
|
+
leadId?: string | undefined;
|
|
261
261
|
assignment?: {
|
|
262
262
|
id: string;
|
|
263
263
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
264
264
|
createdAt: string | Date;
|
|
265
265
|
updatedAt: string | Date;
|
|
266
|
-
leadId: string;
|
|
267
266
|
agentId: string | null;
|
|
268
267
|
companyId: string | null;
|
|
268
|
+
leadId: string;
|
|
269
269
|
assignedAt: string | Date;
|
|
270
270
|
assignedBy: string | null;
|
|
271
271
|
company?: {
|
|
272
272
|
id: string;
|
|
273
|
+
name: string;
|
|
273
274
|
createdAt: string | Date;
|
|
274
275
|
updatedAt: string | Date;
|
|
275
|
-
name: string;
|
|
276
276
|
} | null | undefined;
|
|
277
|
-
lead?: {
|
|
278
|
-
phoneNumber: string;
|
|
279
|
-
name: string;
|
|
280
|
-
} | undefined;
|
|
281
277
|
agent?: {
|
|
282
278
|
id: string;
|
|
283
279
|
createdAt: string | Date;
|
|
@@ -294,6 +290,10 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
294
290
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
295
291
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
296
292
|
} | undefined;
|
|
293
|
+
lead?: {
|
|
294
|
+
phoneNumber: string;
|
|
295
|
+
name: string;
|
|
296
|
+
} | undefined;
|
|
297
297
|
} | null | undefined;
|
|
298
298
|
}>;
|
|
299
299
|
export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
@@ -383,14 +383,14 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
383
383
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
id: string;
|
|
386
|
+
name: string;
|
|
386
387
|
createdAt: string;
|
|
387
388
|
updatedAt: string;
|
|
388
|
-
name: string;
|
|
389
389
|
}, {
|
|
390
390
|
id: string;
|
|
391
|
+
name: string;
|
|
391
392
|
createdAt: string | Date;
|
|
392
393
|
updatedAt: string | Date;
|
|
393
|
-
name: string;
|
|
394
394
|
}>>>;
|
|
395
395
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
396
396
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -399,21 +399,17 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
399
399
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
400
400
|
createdAt: string;
|
|
401
401
|
updatedAt: string;
|
|
402
|
-
leadId: string;
|
|
403
402
|
agentId: string | null;
|
|
404
403
|
companyId: string | null;
|
|
404
|
+
leadId: string;
|
|
405
405
|
assignedAt: string;
|
|
406
406
|
assignedBy: string | null;
|
|
407
407
|
company?: {
|
|
408
408
|
id: string;
|
|
409
|
+
name: string;
|
|
409
410
|
createdAt: string;
|
|
410
411
|
updatedAt: string;
|
|
411
|
-
name: string;
|
|
412
412
|
} | null | undefined;
|
|
413
|
-
lead?: {
|
|
414
|
-
phoneNumber: string;
|
|
415
|
-
name: string;
|
|
416
|
-
} | undefined;
|
|
417
413
|
agent?: {
|
|
418
414
|
id: string;
|
|
419
415
|
createdAt: string;
|
|
@@ -430,26 +426,26 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
430
426
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
431
427
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
432
428
|
} | undefined;
|
|
429
|
+
lead?: {
|
|
430
|
+
phoneNumber: string;
|
|
431
|
+
name: string;
|
|
432
|
+
} | undefined;
|
|
433
433
|
}, {
|
|
434
434
|
id: string;
|
|
435
435
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
436
436
|
createdAt: string | Date;
|
|
437
437
|
updatedAt: string | Date;
|
|
438
|
-
leadId: string;
|
|
439
438
|
agentId: string | null;
|
|
440
439
|
companyId: string | null;
|
|
440
|
+
leadId: string;
|
|
441
441
|
assignedAt: string | Date;
|
|
442
442
|
assignedBy: string | null;
|
|
443
443
|
company?: {
|
|
444
444
|
id: string;
|
|
445
|
+
name: string;
|
|
445
446
|
createdAt: string | Date;
|
|
446
447
|
updatedAt: string | Date;
|
|
447
|
-
name: string;
|
|
448
448
|
} | null | undefined;
|
|
449
|
-
lead?: {
|
|
450
|
-
phoneNumber: string;
|
|
451
|
-
name: string;
|
|
452
|
-
} | undefined;
|
|
453
449
|
agent?: {
|
|
454
450
|
id: string;
|
|
455
451
|
createdAt: string | Date;
|
|
@@ -466,6 +462,10 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
466
462
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
467
463
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
468
464
|
} | undefined;
|
|
465
|
+
lead?: {
|
|
466
|
+
phoneNumber: string;
|
|
467
|
+
name: string;
|
|
468
|
+
} | undefined;
|
|
469
469
|
}>>>;
|
|
470
470
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
471
471
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
@@ -478,34 +478,30 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
478
478
|
id: string;
|
|
479
479
|
createdAt: string;
|
|
480
480
|
updatedAt: string;
|
|
481
|
-
assignmentId: string;
|
|
482
|
-
callDate: string;
|
|
483
|
-
callType: CallType;
|
|
484
481
|
rating: CallRating;
|
|
485
|
-
ratingWeight: number;
|
|
486
482
|
notes: string | null;
|
|
487
|
-
|
|
483
|
+
callDate: string;
|
|
484
|
+
ratingWeight: number;
|
|
485
|
+
assignmentId: string;
|
|
486
|
+
callType: CallType;
|
|
488
487
|
agentId?: string | undefined;
|
|
488
|
+
leadId?: string | undefined;
|
|
489
489
|
assignment?: {
|
|
490
490
|
id: string;
|
|
491
491
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
492
492
|
createdAt: string;
|
|
493
493
|
updatedAt: string;
|
|
494
|
-
leadId: string;
|
|
495
494
|
agentId: string | null;
|
|
496
495
|
companyId: string | null;
|
|
496
|
+
leadId: string;
|
|
497
497
|
assignedAt: string;
|
|
498
498
|
assignedBy: string | null;
|
|
499
499
|
company?: {
|
|
500
500
|
id: string;
|
|
501
|
+
name: string;
|
|
501
502
|
createdAt: string;
|
|
502
503
|
updatedAt: string;
|
|
503
|
-
name: string;
|
|
504
504
|
} | null | undefined;
|
|
505
|
-
lead?: {
|
|
506
|
-
phoneNumber: string;
|
|
507
|
-
name: string;
|
|
508
|
-
} | undefined;
|
|
509
505
|
agent?: {
|
|
510
506
|
id: string;
|
|
511
507
|
createdAt: string;
|
|
@@ -522,39 +518,39 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
522
518
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
523
519
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
524
520
|
} | undefined;
|
|
521
|
+
lead?: {
|
|
522
|
+
phoneNumber: string;
|
|
523
|
+
name: string;
|
|
524
|
+
} | undefined;
|
|
525
525
|
} | null | undefined;
|
|
526
526
|
}, {
|
|
527
527
|
id: string;
|
|
528
528
|
createdAt: string | Date;
|
|
529
529
|
updatedAt: string | Date;
|
|
530
|
-
assignmentId: string;
|
|
531
|
-
callDate: string | Date;
|
|
532
|
-
callType: CallType;
|
|
533
530
|
rating: CallRating;
|
|
534
|
-
ratingWeight: number;
|
|
535
531
|
notes: string | null;
|
|
536
|
-
|
|
532
|
+
callDate: string | Date;
|
|
533
|
+
ratingWeight: number;
|
|
534
|
+
assignmentId: string;
|
|
535
|
+
callType: CallType;
|
|
537
536
|
agentId?: string | undefined;
|
|
537
|
+
leadId?: string | undefined;
|
|
538
538
|
assignment?: {
|
|
539
539
|
id: string;
|
|
540
540
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
541
541
|
createdAt: string | Date;
|
|
542
542
|
updatedAt: string | Date;
|
|
543
|
-
leadId: string;
|
|
544
543
|
agentId: string | null;
|
|
545
544
|
companyId: string | null;
|
|
545
|
+
leadId: string;
|
|
546
546
|
assignedAt: string | Date;
|
|
547
547
|
assignedBy: string | null;
|
|
548
548
|
company?: {
|
|
549
549
|
id: string;
|
|
550
|
+
name: string;
|
|
550
551
|
createdAt: string | Date;
|
|
551
552
|
updatedAt: string | Date;
|
|
552
|
-
name: string;
|
|
553
553
|
} | null | undefined;
|
|
554
|
-
lead?: {
|
|
555
|
-
phoneNumber: string;
|
|
556
|
-
name: string;
|
|
557
|
-
} | undefined;
|
|
558
554
|
agent?: {
|
|
559
555
|
id: string;
|
|
560
556
|
createdAt: string | Date;
|
|
@@ -571,6 +567,10 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
571
567
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
572
568
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
573
569
|
} | undefined;
|
|
570
|
+
lead?: {
|
|
571
|
+
phoneNumber: string;
|
|
572
|
+
name: string;
|
|
573
|
+
} | undefined;
|
|
574
574
|
} | null | undefined;
|
|
575
575
|
}>, "many">;
|
|
576
576
|
totalCount: z.ZodNumber;
|
|
@@ -584,34 +584,30 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
584
584
|
id: string;
|
|
585
585
|
createdAt: string;
|
|
586
586
|
updatedAt: string;
|
|
587
|
-
assignmentId: string;
|
|
588
|
-
callDate: string;
|
|
589
|
-
callType: CallType;
|
|
590
587
|
rating: CallRating;
|
|
591
|
-
ratingWeight: number;
|
|
592
588
|
notes: string | null;
|
|
593
|
-
|
|
589
|
+
callDate: string;
|
|
590
|
+
ratingWeight: number;
|
|
591
|
+
assignmentId: string;
|
|
592
|
+
callType: CallType;
|
|
594
593
|
agentId?: string | undefined;
|
|
594
|
+
leadId?: string | undefined;
|
|
595
595
|
assignment?: {
|
|
596
596
|
id: string;
|
|
597
597
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
598
598
|
createdAt: string;
|
|
599
599
|
updatedAt: string;
|
|
600
|
-
leadId: string;
|
|
601
600
|
agentId: string | null;
|
|
602
601
|
companyId: string | null;
|
|
602
|
+
leadId: string;
|
|
603
603
|
assignedAt: string;
|
|
604
604
|
assignedBy: string | null;
|
|
605
605
|
company?: {
|
|
606
606
|
id: string;
|
|
607
|
+
name: string;
|
|
607
608
|
createdAt: string;
|
|
608
609
|
updatedAt: string;
|
|
609
|
-
name: string;
|
|
610
610
|
} | null | undefined;
|
|
611
|
-
lead?: {
|
|
612
|
-
phoneNumber: string;
|
|
613
|
-
name: string;
|
|
614
|
-
} | undefined;
|
|
615
611
|
agent?: {
|
|
616
612
|
id: string;
|
|
617
613
|
createdAt: string;
|
|
@@ -628,6 +624,10 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
628
624
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
629
625
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
630
626
|
} | undefined;
|
|
627
|
+
lead?: {
|
|
628
|
+
phoneNumber: string;
|
|
629
|
+
name: string;
|
|
630
|
+
} | undefined;
|
|
631
631
|
} | null | undefined;
|
|
632
632
|
}[];
|
|
633
633
|
totalCount: number;
|
|
@@ -640,34 +640,30 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
640
640
|
id: string;
|
|
641
641
|
createdAt: string | Date;
|
|
642
642
|
updatedAt: string | Date;
|
|
643
|
-
assignmentId: string;
|
|
644
|
-
callDate: string | Date;
|
|
645
|
-
callType: CallType;
|
|
646
643
|
rating: CallRating;
|
|
647
|
-
ratingWeight: number;
|
|
648
644
|
notes: string | null;
|
|
649
|
-
|
|
645
|
+
callDate: string | Date;
|
|
646
|
+
ratingWeight: number;
|
|
647
|
+
assignmentId: string;
|
|
648
|
+
callType: CallType;
|
|
650
649
|
agentId?: string | undefined;
|
|
650
|
+
leadId?: string | undefined;
|
|
651
651
|
assignment?: {
|
|
652
652
|
id: string;
|
|
653
653
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
654
654
|
createdAt: string | Date;
|
|
655
655
|
updatedAt: string | Date;
|
|
656
|
-
leadId: string;
|
|
657
656
|
agentId: string | null;
|
|
658
657
|
companyId: string | null;
|
|
658
|
+
leadId: string;
|
|
659
659
|
assignedAt: string | Date;
|
|
660
660
|
assignedBy: string | null;
|
|
661
661
|
company?: {
|
|
662
662
|
id: string;
|
|
663
|
+
name: string;
|
|
663
664
|
createdAt: string | Date;
|
|
664
665
|
updatedAt: string | Date;
|
|
665
|
-
name: string;
|
|
666
666
|
} | null | undefined;
|
|
667
|
-
lead?: {
|
|
668
|
-
phoneNumber: string;
|
|
669
|
-
name: string;
|
|
670
|
-
} | undefined;
|
|
671
667
|
agent?: {
|
|
672
668
|
id: string;
|
|
673
669
|
createdAt: string | Date;
|
|
@@ -684,6 +680,10 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
684
680
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
685
681
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
686
682
|
} | undefined;
|
|
683
|
+
lead?: {
|
|
684
|
+
phoneNumber: string;
|
|
685
|
+
name: string;
|
|
686
|
+
} | undefined;
|
|
687
687
|
} | null | undefined;
|
|
688
688
|
}[];
|
|
689
689
|
totalCount: number;
|
|
@@ -697,14 +697,14 @@ export declare const CreateCallHistorySchema: z.ZodObject<{
|
|
|
697
697
|
notes: z.ZodOptional<z.ZodString>;
|
|
698
698
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
|
+
rating: CallRating;
|
|
700
701
|
assignmentId: string;
|
|
701
702
|
callType: CallType;
|
|
702
|
-
rating: CallRating;
|
|
703
703
|
notes?: string | undefined;
|
|
704
704
|
}, {
|
|
705
|
+
rating: CallRating;
|
|
705
706
|
assignmentId: string;
|
|
706
707
|
callType: CallType;
|
|
707
|
-
rating: CallRating;
|
|
708
708
|
notes?: string | undefined;
|
|
709
709
|
}>;
|
|
710
710
|
export declare const UpdateCallHistorySchema: z.ZodObject<{
|
|
@@ -712,13 +712,13 @@ export declare const UpdateCallHistorySchema: z.ZodObject<{
|
|
|
712
712
|
rating: z.ZodOptional<z.ZodNativeEnum<typeof CallRating>>;
|
|
713
713
|
notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
|
-
callDate?: string | undefined;
|
|
716
715
|
rating?: CallRating | undefined;
|
|
717
716
|
notes?: string | null | undefined;
|
|
718
|
-
}, {
|
|
719
717
|
callDate?: string | undefined;
|
|
718
|
+
}, {
|
|
720
719
|
rating?: CallRating | undefined;
|
|
721
720
|
notes?: string | null | undefined;
|
|
721
|
+
callDate?: string | undefined;
|
|
722
722
|
}>;
|
|
723
723
|
export declare const FilterCallHistorySchema: z.ZodObject<{
|
|
724
724
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -752,35 +752,35 @@ export declare const FilterCallHistorySchema: z.ZodObject<{
|
|
|
752
752
|
}, "strip", z.ZodTypeAny, {
|
|
753
753
|
limit: number;
|
|
754
754
|
page: number;
|
|
755
|
+
agentId?: string | undefined;
|
|
755
756
|
sortBy?: CallHistorySortableFields | undefined;
|
|
756
757
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
757
|
-
|
|
758
|
+
companyId?: string | undefined;
|
|
759
|
+
rating?: {
|
|
760
|
+
from?: CallRating | null | undefined;
|
|
761
|
+
to?: CallRating | null | undefined;
|
|
762
|
+
} | null | undefined;
|
|
758
763
|
callDate?: {
|
|
759
764
|
from?: string | null | undefined;
|
|
760
765
|
to?: string | null | undefined;
|
|
761
766
|
} | null | undefined;
|
|
762
767
|
callType?: CallType | undefined;
|
|
763
|
-
rating?: {
|
|
764
|
-
from?: CallRating | null | undefined;
|
|
765
|
-
to?: CallRating | null | undefined;
|
|
766
|
-
} | null | undefined;
|
|
767
|
-
companyId?: string | undefined;
|
|
768
768
|
}, {
|
|
769
|
+
agentId?: string | undefined;
|
|
769
770
|
limit?: number | undefined;
|
|
770
771
|
page?: number | undefined;
|
|
771
772
|
sortBy?: CallHistorySortableFields | undefined;
|
|
772
773
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
773
|
-
|
|
774
|
+
companyId?: string | undefined;
|
|
775
|
+
rating?: {
|
|
776
|
+
from?: unknown;
|
|
777
|
+
to?: unknown;
|
|
778
|
+
} | null | undefined;
|
|
774
779
|
callDate?: {
|
|
775
780
|
from?: string | null | undefined;
|
|
776
781
|
to?: string | null | undefined;
|
|
777
782
|
} | null | undefined;
|
|
778
783
|
callType?: CallType | undefined;
|
|
779
|
-
rating?: {
|
|
780
|
-
from?: unknown;
|
|
781
|
-
to?: unknown;
|
|
782
|
-
} | null | undefined;
|
|
783
|
-
companyId?: string | undefined;
|
|
784
784
|
}>;
|
|
785
785
|
export declare const CallHistoryStatsSchema: z.ZodObject<{
|
|
786
786
|
totalCalls: z.ZodNumber;
|
|
@@ -814,14 +814,14 @@ export declare const callHistoryContract: {
|
|
|
814
814
|
notes: z.ZodOptional<z.ZodString>;
|
|
815
815
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
816
816
|
}, "strip", z.ZodTypeAny, {
|
|
817
|
+
rating: CallRating;
|
|
817
818
|
assignmentId: string;
|
|
818
819
|
callType: CallType;
|
|
819
|
-
rating: CallRating;
|
|
820
820
|
notes?: string | undefined;
|
|
821
821
|
}, {
|
|
822
|
+
rating: CallRating;
|
|
822
823
|
assignmentId: string;
|
|
823
824
|
callType: CallType;
|
|
824
|
-
rating: CallRating;
|
|
825
825
|
notes?: string | undefined;
|
|
826
826
|
}>;
|
|
827
827
|
path: "/v2/call-history";
|
|
@@ -1012,14 +1012,14 @@ export declare const callHistoryContract: {
|
|
|
1012
1012
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1013
1013
|
}, "strip", z.ZodTypeAny, {
|
|
1014
1014
|
id: string;
|
|
1015
|
+
name: string;
|
|
1015
1016
|
createdAt: string;
|
|
1016
1017
|
updatedAt: string;
|
|
1017
|
-
name: string;
|
|
1018
1018
|
}, {
|
|
1019
1019
|
id: string;
|
|
1020
|
+
name: string;
|
|
1020
1021
|
createdAt: string | Date;
|
|
1021
1022
|
updatedAt: string | Date;
|
|
1022
|
-
name: string;
|
|
1023
1023
|
}>>>;
|
|
1024
1024
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1025
1025
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1028,21 +1028,17 @@ export declare const callHistoryContract: {
|
|
|
1028
1028
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1029
1029
|
createdAt: string;
|
|
1030
1030
|
updatedAt: string;
|
|
1031
|
-
leadId: string;
|
|
1032
1031
|
agentId: string | null;
|
|
1033
1032
|
companyId: string | null;
|
|
1033
|
+
leadId: string;
|
|
1034
1034
|
assignedAt: string;
|
|
1035
1035
|
assignedBy: string | null;
|
|
1036
1036
|
company?: {
|
|
1037
1037
|
id: string;
|
|
1038
|
+
name: string;
|
|
1038
1039
|
createdAt: string;
|
|
1039
1040
|
updatedAt: string;
|
|
1040
|
-
name: string;
|
|
1041
1041
|
} | null | undefined;
|
|
1042
|
-
lead?: {
|
|
1043
|
-
phoneNumber: string;
|
|
1044
|
-
name: string;
|
|
1045
|
-
} | undefined;
|
|
1046
1042
|
agent?: {
|
|
1047
1043
|
id: string;
|
|
1048
1044
|
createdAt: string;
|
|
@@ -1059,26 +1055,26 @@ export declare const callHistoryContract: {
|
|
|
1059
1055
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1060
1056
|
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;
|
|
1061
1057
|
} | undefined;
|
|
1058
|
+
lead?: {
|
|
1059
|
+
phoneNumber: string;
|
|
1060
|
+
name: string;
|
|
1061
|
+
} | undefined;
|
|
1062
1062
|
}, {
|
|
1063
1063
|
id: string;
|
|
1064
1064
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1065
1065
|
createdAt: string | Date;
|
|
1066
1066
|
updatedAt: string | Date;
|
|
1067
|
-
leadId: string;
|
|
1068
1067
|
agentId: string | null;
|
|
1069
1068
|
companyId: string | null;
|
|
1069
|
+
leadId: string;
|
|
1070
1070
|
assignedAt: string | Date;
|
|
1071
1071
|
assignedBy: string | null;
|
|
1072
1072
|
company?: {
|
|
1073
1073
|
id: string;
|
|
1074
|
+
name: string;
|
|
1074
1075
|
createdAt: string | Date;
|
|
1075
1076
|
updatedAt: string | Date;
|
|
1076
|
-
name: string;
|
|
1077
1077
|
} | null | undefined;
|
|
1078
|
-
lead?: {
|
|
1079
|
-
phoneNumber: string;
|
|
1080
|
-
name: string;
|
|
1081
|
-
} | undefined;
|
|
1082
1078
|
agent?: {
|
|
1083
1079
|
id: string;
|
|
1084
1080
|
createdAt: string | Date;
|
|
@@ -1095,6 +1091,10 @@ export declare const callHistoryContract: {
|
|
|
1095
1091
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1096
1092
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1097
1093
|
} | undefined;
|
|
1094
|
+
lead?: {
|
|
1095
|
+
phoneNumber: string;
|
|
1096
|
+
name: string;
|
|
1097
|
+
} | undefined;
|
|
1098
1098
|
}>>>;
|
|
1099
1099
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1100
1100
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
@@ -1107,34 +1107,30 @@ export declare const callHistoryContract: {
|
|
|
1107
1107
|
id: string;
|
|
1108
1108
|
createdAt: string;
|
|
1109
1109
|
updatedAt: string;
|
|
1110
|
-
assignmentId: string;
|
|
1111
|
-
callDate: string;
|
|
1112
|
-
callType: CallType;
|
|
1113
1110
|
rating: CallRating;
|
|
1114
|
-
ratingWeight: number;
|
|
1115
1111
|
notes: string | null;
|
|
1116
|
-
|
|
1112
|
+
callDate: string;
|
|
1113
|
+
ratingWeight: number;
|
|
1114
|
+
assignmentId: string;
|
|
1115
|
+
callType: CallType;
|
|
1117
1116
|
agentId?: string | undefined;
|
|
1117
|
+
leadId?: string | undefined;
|
|
1118
1118
|
assignment?: {
|
|
1119
1119
|
id: string;
|
|
1120
1120
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1121
1121
|
createdAt: string;
|
|
1122
1122
|
updatedAt: string;
|
|
1123
|
-
leadId: string;
|
|
1124
1123
|
agentId: string | null;
|
|
1125
1124
|
companyId: string | null;
|
|
1125
|
+
leadId: string;
|
|
1126
1126
|
assignedAt: string;
|
|
1127
1127
|
assignedBy: string | null;
|
|
1128
1128
|
company?: {
|
|
1129
1129
|
id: string;
|
|
1130
|
+
name: string;
|
|
1130
1131
|
createdAt: string;
|
|
1131
1132
|
updatedAt: string;
|
|
1132
|
-
name: string;
|
|
1133
1133
|
} | null | undefined;
|
|
1134
|
-
lead?: {
|
|
1135
|
-
phoneNumber: string;
|
|
1136
|
-
name: string;
|
|
1137
|
-
} | undefined;
|
|
1138
1134
|
agent?: {
|
|
1139
1135
|
id: string;
|
|
1140
1136
|
createdAt: string;
|
|
@@ -1151,39 +1147,39 @@ export declare const callHistoryContract: {
|
|
|
1151
1147
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1152
1148
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1153
1149
|
} | undefined;
|
|
1150
|
+
lead?: {
|
|
1151
|
+
phoneNumber: string;
|
|
1152
|
+
name: string;
|
|
1153
|
+
} | undefined;
|
|
1154
1154
|
} | null | undefined;
|
|
1155
1155
|
}, {
|
|
1156
1156
|
id: string;
|
|
1157
1157
|
createdAt: string | Date;
|
|
1158
1158
|
updatedAt: string | Date;
|
|
1159
|
-
assignmentId: string;
|
|
1160
|
-
callDate: string | Date;
|
|
1161
|
-
callType: CallType;
|
|
1162
1159
|
rating: CallRating;
|
|
1163
|
-
ratingWeight: number;
|
|
1164
1160
|
notes: string | null;
|
|
1165
|
-
|
|
1161
|
+
callDate: string | Date;
|
|
1162
|
+
ratingWeight: number;
|
|
1163
|
+
assignmentId: string;
|
|
1164
|
+
callType: CallType;
|
|
1166
1165
|
agentId?: string | undefined;
|
|
1166
|
+
leadId?: string | undefined;
|
|
1167
1167
|
assignment?: {
|
|
1168
1168
|
id: string;
|
|
1169
1169
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1170
1170
|
createdAt: string | Date;
|
|
1171
1171
|
updatedAt: string | Date;
|
|
1172
|
-
leadId: string;
|
|
1173
1172
|
agentId: string | null;
|
|
1174
1173
|
companyId: string | null;
|
|
1174
|
+
leadId: string;
|
|
1175
1175
|
assignedAt: string | Date;
|
|
1176
1176
|
assignedBy: string | null;
|
|
1177
1177
|
company?: {
|
|
1178
1178
|
id: string;
|
|
1179
|
+
name: string;
|
|
1179
1180
|
createdAt: string | Date;
|
|
1180
1181
|
updatedAt: string | Date;
|
|
1181
|
-
name: string;
|
|
1182
1182
|
} | null | undefined;
|
|
1183
|
-
lead?: {
|
|
1184
|
-
phoneNumber: string;
|
|
1185
|
-
name: string;
|
|
1186
|
-
} | undefined;
|
|
1187
1183
|
agent?: {
|
|
1188
1184
|
id: string;
|
|
1189
1185
|
createdAt: string | Date;
|
|
@@ -1200,6 +1196,10 @@ export declare const callHistoryContract: {
|
|
|
1200
1196
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1201
1197
|
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;
|
|
1202
1198
|
} | undefined;
|
|
1199
|
+
lead?: {
|
|
1200
|
+
phoneNumber: string;
|
|
1201
|
+
name: string;
|
|
1202
|
+
} | undefined;
|
|
1203
1203
|
} | null | undefined;
|
|
1204
1204
|
}>;
|
|
1205
1205
|
409: z.ZodObject<{
|
|
@@ -1262,35 +1262,35 @@ export declare const callHistoryContract: {
|
|
|
1262
1262
|
}, "strip", z.ZodTypeAny, {
|
|
1263
1263
|
limit: number;
|
|
1264
1264
|
page: number;
|
|
1265
|
+
agentId?: string | undefined;
|
|
1265
1266
|
sortBy?: CallHistorySortableFields | undefined;
|
|
1266
1267
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
1267
|
-
|
|
1268
|
+
companyId?: string | undefined;
|
|
1269
|
+
rating?: {
|
|
1270
|
+
from?: CallRating | null | undefined;
|
|
1271
|
+
to?: CallRating | null | undefined;
|
|
1272
|
+
} | null | undefined;
|
|
1268
1273
|
callDate?: {
|
|
1269
1274
|
from?: string | null | undefined;
|
|
1270
1275
|
to?: string | null | undefined;
|
|
1271
1276
|
} | null | undefined;
|
|
1272
1277
|
callType?: CallType | undefined;
|
|
1273
|
-
rating?: {
|
|
1274
|
-
from?: CallRating | null | undefined;
|
|
1275
|
-
to?: CallRating | null | undefined;
|
|
1276
|
-
} | null | undefined;
|
|
1277
|
-
companyId?: string | undefined;
|
|
1278
1278
|
}, {
|
|
1279
|
+
agentId?: string | undefined;
|
|
1279
1280
|
limit?: number | undefined;
|
|
1280
1281
|
page?: number | undefined;
|
|
1281
1282
|
sortBy?: CallHistorySortableFields | undefined;
|
|
1282
1283
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
1283
|
-
|
|
1284
|
+
companyId?: string | undefined;
|
|
1285
|
+
rating?: {
|
|
1286
|
+
from?: unknown;
|
|
1287
|
+
to?: unknown;
|
|
1288
|
+
} | null | undefined;
|
|
1284
1289
|
callDate?: {
|
|
1285
1290
|
from?: string | null | undefined;
|
|
1286
1291
|
to?: string | null | undefined;
|
|
1287
1292
|
} | null | undefined;
|
|
1288
1293
|
callType?: CallType | undefined;
|
|
1289
|
-
rating?: {
|
|
1290
|
-
from?: unknown;
|
|
1291
|
-
to?: unknown;
|
|
1292
|
-
} | null | undefined;
|
|
1293
|
-
companyId?: string | undefined;
|
|
1294
1294
|
}>;
|
|
1295
1295
|
metadata: {
|
|
1296
1296
|
tags: string[];
|
|
@@ -1486,14 +1486,14 @@ export declare const callHistoryContract: {
|
|
|
1486
1486
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1487
1487
|
}, "strip", z.ZodTypeAny, {
|
|
1488
1488
|
id: string;
|
|
1489
|
+
name: string;
|
|
1489
1490
|
createdAt: string;
|
|
1490
1491
|
updatedAt: string;
|
|
1491
|
-
name: string;
|
|
1492
1492
|
}, {
|
|
1493
1493
|
id: string;
|
|
1494
|
+
name: string;
|
|
1494
1495
|
createdAt: string | Date;
|
|
1495
1496
|
updatedAt: string | Date;
|
|
1496
|
-
name: string;
|
|
1497
1497
|
}>>>;
|
|
1498
1498
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1499
1499
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1502,21 +1502,17 @@ export declare const callHistoryContract: {
|
|
|
1502
1502
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1503
1503
|
createdAt: string;
|
|
1504
1504
|
updatedAt: string;
|
|
1505
|
-
leadId: string;
|
|
1506
1505
|
agentId: string | null;
|
|
1507
1506
|
companyId: string | null;
|
|
1507
|
+
leadId: string;
|
|
1508
1508
|
assignedAt: string;
|
|
1509
1509
|
assignedBy: string | null;
|
|
1510
1510
|
company?: {
|
|
1511
1511
|
id: string;
|
|
1512
|
-
createdAt: string;
|
|
1513
|
-
updatedAt: string;
|
|
1514
|
-
name: string;
|
|
1515
|
-
} | null | undefined;
|
|
1516
|
-
lead?: {
|
|
1517
|
-
phoneNumber: string;
|
|
1518
1512
|
name: string;
|
|
1519
|
-
|
|
1513
|
+
createdAt: string;
|
|
1514
|
+
updatedAt: string;
|
|
1515
|
+
} | null | undefined;
|
|
1520
1516
|
agent?: {
|
|
1521
1517
|
id: string;
|
|
1522
1518
|
createdAt: string;
|
|
@@ -1533,26 +1529,26 @@ export declare const callHistoryContract: {
|
|
|
1533
1529
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1534
1530
|
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;
|
|
1535
1531
|
} | undefined;
|
|
1532
|
+
lead?: {
|
|
1533
|
+
phoneNumber: string;
|
|
1534
|
+
name: string;
|
|
1535
|
+
} | undefined;
|
|
1536
1536
|
}, {
|
|
1537
1537
|
id: string;
|
|
1538
1538
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1539
1539
|
createdAt: string | Date;
|
|
1540
1540
|
updatedAt: string | Date;
|
|
1541
|
-
leadId: string;
|
|
1542
1541
|
agentId: string | null;
|
|
1543
1542
|
companyId: string | null;
|
|
1543
|
+
leadId: string;
|
|
1544
1544
|
assignedAt: string | Date;
|
|
1545
1545
|
assignedBy: string | null;
|
|
1546
1546
|
company?: {
|
|
1547
1547
|
id: string;
|
|
1548
|
+
name: string;
|
|
1548
1549
|
createdAt: string | Date;
|
|
1549
1550
|
updatedAt: string | Date;
|
|
1550
|
-
name: string;
|
|
1551
1551
|
} | null | undefined;
|
|
1552
|
-
lead?: {
|
|
1553
|
-
phoneNumber: string;
|
|
1554
|
-
name: string;
|
|
1555
|
-
} | undefined;
|
|
1556
1552
|
agent?: {
|
|
1557
1553
|
id: string;
|
|
1558
1554
|
createdAt: string | Date;
|
|
@@ -1569,6 +1565,10 @@ export declare const callHistoryContract: {
|
|
|
1569
1565
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1570
1566
|
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;
|
|
1571
1567
|
} | undefined;
|
|
1568
|
+
lead?: {
|
|
1569
|
+
phoneNumber: string;
|
|
1570
|
+
name: string;
|
|
1571
|
+
} | undefined;
|
|
1572
1572
|
}>>>;
|
|
1573
1573
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1574
1574
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
@@ -1581,34 +1581,30 @@ export declare const callHistoryContract: {
|
|
|
1581
1581
|
id: string;
|
|
1582
1582
|
createdAt: string;
|
|
1583
1583
|
updatedAt: string;
|
|
1584
|
-
assignmentId: string;
|
|
1585
|
-
callDate: string;
|
|
1586
|
-
callType: CallType;
|
|
1587
1584
|
rating: CallRating;
|
|
1588
|
-
ratingWeight: number;
|
|
1589
1585
|
notes: string | null;
|
|
1590
|
-
|
|
1586
|
+
callDate: string;
|
|
1587
|
+
ratingWeight: number;
|
|
1588
|
+
assignmentId: string;
|
|
1589
|
+
callType: CallType;
|
|
1591
1590
|
agentId?: string | undefined;
|
|
1591
|
+
leadId?: string | undefined;
|
|
1592
1592
|
assignment?: {
|
|
1593
1593
|
id: string;
|
|
1594
1594
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1595
1595
|
createdAt: string;
|
|
1596
1596
|
updatedAt: string;
|
|
1597
|
-
leadId: string;
|
|
1598
1597
|
agentId: string | null;
|
|
1599
1598
|
companyId: string | null;
|
|
1599
|
+
leadId: string;
|
|
1600
1600
|
assignedAt: string;
|
|
1601
1601
|
assignedBy: string | null;
|
|
1602
1602
|
company?: {
|
|
1603
1603
|
id: string;
|
|
1604
|
+
name: string;
|
|
1604
1605
|
createdAt: string;
|
|
1605
1606
|
updatedAt: string;
|
|
1606
|
-
name: string;
|
|
1607
1607
|
} | null | undefined;
|
|
1608
|
-
lead?: {
|
|
1609
|
-
phoneNumber: string;
|
|
1610
|
-
name: string;
|
|
1611
|
-
} | undefined;
|
|
1612
1608
|
agent?: {
|
|
1613
1609
|
id: string;
|
|
1614
1610
|
createdAt: string;
|
|
@@ -1625,39 +1621,39 @@ export declare const callHistoryContract: {
|
|
|
1625
1621
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1626
1622
|
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;
|
|
1627
1623
|
} | undefined;
|
|
1624
|
+
lead?: {
|
|
1625
|
+
phoneNumber: string;
|
|
1626
|
+
name: string;
|
|
1627
|
+
} | undefined;
|
|
1628
1628
|
} | null | undefined;
|
|
1629
1629
|
}, {
|
|
1630
1630
|
id: string;
|
|
1631
1631
|
createdAt: string | Date;
|
|
1632
1632
|
updatedAt: string | Date;
|
|
1633
|
-
assignmentId: string;
|
|
1634
|
-
callDate: string | Date;
|
|
1635
|
-
callType: CallType;
|
|
1636
1633
|
rating: CallRating;
|
|
1637
|
-
ratingWeight: number;
|
|
1638
1634
|
notes: string | null;
|
|
1639
|
-
|
|
1635
|
+
callDate: string | Date;
|
|
1636
|
+
ratingWeight: number;
|
|
1637
|
+
assignmentId: string;
|
|
1638
|
+
callType: CallType;
|
|
1640
1639
|
agentId?: string | undefined;
|
|
1640
|
+
leadId?: string | undefined;
|
|
1641
1641
|
assignment?: {
|
|
1642
1642
|
id: string;
|
|
1643
1643
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1644
1644
|
createdAt: string | Date;
|
|
1645
1645
|
updatedAt: string | Date;
|
|
1646
|
-
leadId: string;
|
|
1647
1646
|
agentId: string | null;
|
|
1648
1647
|
companyId: string | null;
|
|
1648
|
+
leadId: string;
|
|
1649
1649
|
assignedAt: string | Date;
|
|
1650
1650
|
assignedBy: string | null;
|
|
1651
1651
|
company?: {
|
|
1652
1652
|
id: string;
|
|
1653
|
+
name: string;
|
|
1653
1654
|
createdAt: string | Date;
|
|
1654
1655
|
updatedAt: string | Date;
|
|
1655
|
-
name: string;
|
|
1656
1656
|
} | null | undefined;
|
|
1657
|
-
lead?: {
|
|
1658
|
-
phoneNumber: string;
|
|
1659
|
-
name: string;
|
|
1660
|
-
} | undefined;
|
|
1661
1657
|
agent?: {
|
|
1662
1658
|
id: string;
|
|
1663
1659
|
createdAt: string | Date;
|
|
@@ -1674,6 +1670,10 @@ export declare const callHistoryContract: {
|
|
|
1674
1670
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1675
1671
|
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;
|
|
1676
1672
|
} | undefined;
|
|
1673
|
+
lead?: {
|
|
1674
|
+
phoneNumber: string;
|
|
1675
|
+
name: string;
|
|
1676
|
+
} | undefined;
|
|
1677
1677
|
} | null | undefined;
|
|
1678
1678
|
}>, "many">;
|
|
1679
1679
|
totalCount: z.ZodNumber;
|
|
@@ -1687,34 +1687,30 @@ export declare const callHistoryContract: {
|
|
|
1687
1687
|
id: string;
|
|
1688
1688
|
createdAt: string;
|
|
1689
1689
|
updatedAt: string;
|
|
1690
|
-
assignmentId: string;
|
|
1691
|
-
callDate: string;
|
|
1692
|
-
callType: CallType;
|
|
1693
1690
|
rating: CallRating;
|
|
1694
|
-
ratingWeight: number;
|
|
1695
1691
|
notes: string | null;
|
|
1696
|
-
|
|
1692
|
+
callDate: string;
|
|
1693
|
+
ratingWeight: number;
|
|
1694
|
+
assignmentId: string;
|
|
1695
|
+
callType: CallType;
|
|
1697
1696
|
agentId?: string | undefined;
|
|
1697
|
+
leadId?: string | undefined;
|
|
1698
1698
|
assignment?: {
|
|
1699
1699
|
id: string;
|
|
1700
1700
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1701
1701
|
createdAt: string;
|
|
1702
1702
|
updatedAt: string;
|
|
1703
|
-
leadId: string;
|
|
1704
1703
|
agentId: string | null;
|
|
1705
1704
|
companyId: string | null;
|
|
1705
|
+
leadId: string;
|
|
1706
1706
|
assignedAt: string;
|
|
1707
1707
|
assignedBy: string | null;
|
|
1708
1708
|
company?: {
|
|
1709
1709
|
id: string;
|
|
1710
|
+
name: string;
|
|
1710
1711
|
createdAt: string;
|
|
1711
1712
|
updatedAt: string;
|
|
1712
|
-
name: string;
|
|
1713
1713
|
} | null | undefined;
|
|
1714
|
-
lead?: {
|
|
1715
|
-
phoneNumber: string;
|
|
1716
|
-
name: string;
|
|
1717
|
-
} | undefined;
|
|
1718
1714
|
agent?: {
|
|
1719
1715
|
id: string;
|
|
1720
1716
|
createdAt: string;
|
|
@@ -1731,6 +1727,10 @@ export declare const callHistoryContract: {
|
|
|
1731
1727
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1732
1728
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1733
1729
|
} | undefined;
|
|
1730
|
+
lead?: {
|
|
1731
|
+
phoneNumber: string;
|
|
1732
|
+
name: string;
|
|
1733
|
+
} | undefined;
|
|
1734
1734
|
} | null | undefined;
|
|
1735
1735
|
}[];
|
|
1736
1736
|
totalCount: number;
|
|
@@ -1743,34 +1743,30 @@ export declare const callHistoryContract: {
|
|
|
1743
1743
|
id: string;
|
|
1744
1744
|
createdAt: string | Date;
|
|
1745
1745
|
updatedAt: string | Date;
|
|
1746
|
-
assignmentId: string;
|
|
1747
|
-
callDate: string | Date;
|
|
1748
|
-
callType: CallType;
|
|
1749
1746
|
rating: CallRating;
|
|
1750
|
-
ratingWeight: number;
|
|
1751
1747
|
notes: string | null;
|
|
1752
|
-
|
|
1748
|
+
callDate: string | Date;
|
|
1749
|
+
ratingWeight: number;
|
|
1750
|
+
assignmentId: string;
|
|
1751
|
+
callType: CallType;
|
|
1753
1752
|
agentId?: string | undefined;
|
|
1753
|
+
leadId?: string | undefined;
|
|
1754
1754
|
assignment?: {
|
|
1755
1755
|
id: string;
|
|
1756
1756
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
1757
1757
|
createdAt: string | Date;
|
|
1758
1758
|
updatedAt: string | Date;
|
|
1759
|
-
leadId: string;
|
|
1760
1759
|
agentId: string | null;
|
|
1761
1760
|
companyId: string | null;
|
|
1761
|
+
leadId: string;
|
|
1762
1762
|
assignedAt: string | Date;
|
|
1763
1763
|
assignedBy: string | null;
|
|
1764
1764
|
company?: {
|
|
1765
1765
|
id: string;
|
|
1766
|
+
name: string;
|
|
1766
1767
|
createdAt: string | Date;
|
|
1767
1768
|
updatedAt: string | Date;
|
|
1768
|
-
name: string;
|
|
1769
1769
|
} | null | undefined;
|
|
1770
|
-
lead?: {
|
|
1771
|
-
phoneNumber: string;
|
|
1772
|
-
name: string;
|
|
1773
|
-
} | undefined;
|
|
1774
1770
|
agent?: {
|
|
1775
1771
|
id: string;
|
|
1776
1772
|
createdAt: string | Date;
|
|
@@ -1787,6 +1783,10 @@ export declare const callHistoryContract: {
|
|
|
1787
1783
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
1788
1784
|
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;
|
|
1789
1785
|
} | undefined;
|
|
1786
|
+
lead?: {
|
|
1787
|
+
phoneNumber: string;
|
|
1788
|
+
name: string;
|
|
1789
|
+
} | undefined;
|
|
1790
1790
|
} | null | undefined;
|
|
1791
1791
|
}[];
|
|
1792
1792
|
totalCount: number;
|
|
@@ -1997,14 +1997,14 @@ export declare const callHistoryContract: {
|
|
|
1997
1997
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1998
1998
|
}, "strip", z.ZodTypeAny, {
|
|
1999
1999
|
id: string;
|
|
2000
|
+
name: string;
|
|
2000
2001
|
createdAt: string;
|
|
2001
2002
|
updatedAt: string;
|
|
2002
|
-
name: string;
|
|
2003
2003
|
}, {
|
|
2004
2004
|
id: string;
|
|
2005
|
+
name: string;
|
|
2005
2006
|
createdAt: string | Date;
|
|
2006
2007
|
updatedAt: string | Date;
|
|
2007
|
-
name: string;
|
|
2008
2008
|
}>>>;
|
|
2009
2009
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2010
2010
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2013,21 +2013,17 @@ export declare const callHistoryContract: {
|
|
|
2013
2013
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2014
2014
|
createdAt: string;
|
|
2015
2015
|
updatedAt: string;
|
|
2016
|
-
leadId: string;
|
|
2017
2016
|
agentId: string | null;
|
|
2018
2017
|
companyId: string | null;
|
|
2018
|
+
leadId: string;
|
|
2019
2019
|
assignedAt: string;
|
|
2020
2020
|
assignedBy: string | null;
|
|
2021
2021
|
company?: {
|
|
2022
2022
|
id: string;
|
|
2023
|
+
name: string;
|
|
2023
2024
|
createdAt: string;
|
|
2024
2025
|
updatedAt: string;
|
|
2025
|
-
name: string;
|
|
2026
2026
|
} | null | undefined;
|
|
2027
|
-
lead?: {
|
|
2028
|
-
phoneNumber: string;
|
|
2029
|
-
name: string;
|
|
2030
|
-
} | undefined;
|
|
2031
2027
|
agent?: {
|
|
2032
2028
|
id: string;
|
|
2033
2029
|
createdAt: string;
|
|
@@ -2044,26 +2040,26 @@ export declare const callHistoryContract: {
|
|
|
2044
2040
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2045
2041
|
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;
|
|
2046
2042
|
} | undefined;
|
|
2043
|
+
lead?: {
|
|
2044
|
+
phoneNumber: string;
|
|
2045
|
+
name: string;
|
|
2046
|
+
} | undefined;
|
|
2047
2047
|
}, {
|
|
2048
2048
|
id: string;
|
|
2049
2049
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2050
2050
|
createdAt: string | Date;
|
|
2051
2051
|
updatedAt: string | Date;
|
|
2052
|
-
leadId: string;
|
|
2053
2052
|
agentId: string | null;
|
|
2054
2053
|
companyId: string | null;
|
|
2054
|
+
leadId: string;
|
|
2055
2055
|
assignedAt: string | Date;
|
|
2056
2056
|
assignedBy: string | null;
|
|
2057
2057
|
company?: {
|
|
2058
2058
|
id: string;
|
|
2059
|
+
name: string;
|
|
2059
2060
|
createdAt: string | Date;
|
|
2060
2061
|
updatedAt: string | Date;
|
|
2061
|
-
name: string;
|
|
2062
2062
|
} | null | undefined;
|
|
2063
|
-
lead?: {
|
|
2064
|
-
phoneNumber: string;
|
|
2065
|
-
name: string;
|
|
2066
|
-
} | undefined;
|
|
2067
2063
|
agent?: {
|
|
2068
2064
|
id: string;
|
|
2069
2065
|
createdAt: string | Date;
|
|
@@ -2080,6 +2076,10 @@ export declare const callHistoryContract: {
|
|
|
2080
2076
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2081
2077
|
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;
|
|
2082
2078
|
} | undefined;
|
|
2079
|
+
lead?: {
|
|
2080
|
+
phoneNumber: string;
|
|
2081
|
+
name: string;
|
|
2082
|
+
} | undefined;
|
|
2083
2083
|
}>>>;
|
|
2084
2084
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2085
2085
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
@@ -2092,34 +2092,30 @@ export declare const callHistoryContract: {
|
|
|
2092
2092
|
id: string;
|
|
2093
2093
|
createdAt: string;
|
|
2094
2094
|
updatedAt: string;
|
|
2095
|
-
assignmentId: string;
|
|
2096
|
-
callDate: string;
|
|
2097
|
-
callType: CallType;
|
|
2098
2095
|
rating: CallRating;
|
|
2099
|
-
ratingWeight: number;
|
|
2100
2096
|
notes: string | null;
|
|
2101
|
-
|
|
2097
|
+
callDate: string;
|
|
2098
|
+
ratingWeight: number;
|
|
2099
|
+
assignmentId: string;
|
|
2100
|
+
callType: CallType;
|
|
2102
2101
|
agentId?: string | undefined;
|
|
2102
|
+
leadId?: string | undefined;
|
|
2103
2103
|
assignment?: {
|
|
2104
2104
|
id: string;
|
|
2105
2105
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2106
2106
|
createdAt: string;
|
|
2107
2107
|
updatedAt: string;
|
|
2108
|
-
leadId: string;
|
|
2109
2108
|
agentId: string | null;
|
|
2110
2109
|
companyId: string | null;
|
|
2110
|
+
leadId: string;
|
|
2111
2111
|
assignedAt: string;
|
|
2112
2112
|
assignedBy: string | null;
|
|
2113
2113
|
company?: {
|
|
2114
2114
|
id: string;
|
|
2115
|
+
name: string;
|
|
2115
2116
|
createdAt: string;
|
|
2116
2117
|
updatedAt: string;
|
|
2117
|
-
name: string;
|
|
2118
2118
|
} | null | undefined;
|
|
2119
|
-
lead?: {
|
|
2120
|
-
phoneNumber: string;
|
|
2121
|
-
name: string;
|
|
2122
|
-
} | undefined;
|
|
2123
2119
|
agent?: {
|
|
2124
2120
|
id: string;
|
|
2125
2121
|
createdAt: string;
|
|
@@ -2136,39 +2132,39 @@ export declare const callHistoryContract: {
|
|
|
2136
2132
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2137
2133
|
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;
|
|
2138
2134
|
} | undefined;
|
|
2135
|
+
lead?: {
|
|
2136
|
+
phoneNumber: string;
|
|
2137
|
+
name: string;
|
|
2138
|
+
} | undefined;
|
|
2139
2139
|
} | null | undefined;
|
|
2140
2140
|
}, {
|
|
2141
2141
|
id: string;
|
|
2142
2142
|
createdAt: string | Date;
|
|
2143
2143
|
updatedAt: string | Date;
|
|
2144
|
-
assignmentId: string;
|
|
2145
|
-
callDate: string | Date;
|
|
2146
|
-
callType: CallType;
|
|
2147
2144
|
rating: CallRating;
|
|
2148
|
-
ratingWeight: number;
|
|
2149
2145
|
notes: string | null;
|
|
2150
|
-
|
|
2146
|
+
callDate: string | Date;
|
|
2147
|
+
ratingWeight: number;
|
|
2148
|
+
assignmentId: string;
|
|
2149
|
+
callType: CallType;
|
|
2151
2150
|
agentId?: string | undefined;
|
|
2151
|
+
leadId?: string | undefined;
|
|
2152
2152
|
assignment?: {
|
|
2153
2153
|
id: string;
|
|
2154
2154
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2155
2155
|
createdAt: string | Date;
|
|
2156
2156
|
updatedAt: string | Date;
|
|
2157
|
-
leadId: string;
|
|
2158
2157
|
agentId: string | null;
|
|
2159
2158
|
companyId: string | null;
|
|
2159
|
+
leadId: string;
|
|
2160
2160
|
assignedAt: string | Date;
|
|
2161
2161
|
assignedBy: string | null;
|
|
2162
2162
|
company?: {
|
|
2163
2163
|
id: string;
|
|
2164
|
+
name: string;
|
|
2164
2165
|
createdAt: string | Date;
|
|
2165
2166
|
updatedAt: string | Date;
|
|
2166
|
-
name: string;
|
|
2167
2167
|
} | null | undefined;
|
|
2168
|
-
lead?: {
|
|
2169
|
-
phoneNumber: string;
|
|
2170
|
-
name: string;
|
|
2171
|
-
} | undefined;
|
|
2172
2168
|
agent?: {
|
|
2173
2169
|
id: string;
|
|
2174
2170
|
createdAt: string | Date;
|
|
@@ -2185,6 +2181,10 @@ export declare const callHistoryContract: {
|
|
|
2185
2181
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2186
2182
|
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;
|
|
2187
2183
|
} | undefined;
|
|
2184
|
+
lead?: {
|
|
2185
|
+
phoneNumber: string;
|
|
2186
|
+
name: string;
|
|
2187
|
+
} | undefined;
|
|
2188
2188
|
} | null | undefined;
|
|
2189
2189
|
}>;
|
|
2190
2190
|
404: z.ZodObject<{
|
|
@@ -2232,13 +2232,13 @@ export declare const callHistoryContract: {
|
|
|
2232
2232
|
rating: z.ZodOptional<z.ZodNativeEnum<typeof CallRating>>;
|
|
2233
2233
|
notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2234
2234
|
}, "strip", z.ZodTypeAny, {
|
|
2235
|
-
callDate?: string | undefined;
|
|
2236
2235
|
rating?: CallRating | undefined;
|
|
2237
2236
|
notes?: string | null | undefined;
|
|
2238
|
-
}, {
|
|
2239
2237
|
callDate?: string | undefined;
|
|
2238
|
+
}, {
|
|
2240
2239
|
rating?: CallRating | undefined;
|
|
2241
2240
|
notes?: string | null | undefined;
|
|
2241
|
+
callDate?: string | undefined;
|
|
2242
2242
|
}>;
|
|
2243
2243
|
path: "/v2/call-history/:id";
|
|
2244
2244
|
responses: {
|
|
@@ -2428,14 +2428,14 @@ export declare const callHistoryContract: {
|
|
|
2428
2428
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2429
2429
|
}, "strip", z.ZodTypeAny, {
|
|
2430
2430
|
id: string;
|
|
2431
|
+
name: string;
|
|
2431
2432
|
createdAt: string;
|
|
2432
2433
|
updatedAt: string;
|
|
2433
|
-
name: string;
|
|
2434
2434
|
}, {
|
|
2435
2435
|
id: string;
|
|
2436
|
+
name: string;
|
|
2436
2437
|
createdAt: string | Date;
|
|
2437
2438
|
updatedAt: string | Date;
|
|
2438
|
-
name: string;
|
|
2439
2439
|
}>>>;
|
|
2440
2440
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2441
2441
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2444,21 +2444,17 @@ export declare const callHistoryContract: {
|
|
|
2444
2444
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2445
2445
|
createdAt: string;
|
|
2446
2446
|
updatedAt: string;
|
|
2447
|
-
leadId: string;
|
|
2448
2447
|
agentId: string | null;
|
|
2449
2448
|
companyId: string | null;
|
|
2449
|
+
leadId: string;
|
|
2450
2450
|
assignedAt: string;
|
|
2451
2451
|
assignedBy: string | null;
|
|
2452
2452
|
company?: {
|
|
2453
2453
|
id: string;
|
|
2454
|
+
name: string;
|
|
2454
2455
|
createdAt: string;
|
|
2455
2456
|
updatedAt: string;
|
|
2456
|
-
name: string;
|
|
2457
2457
|
} | null | undefined;
|
|
2458
|
-
lead?: {
|
|
2459
|
-
phoneNumber: string;
|
|
2460
|
-
name: string;
|
|
2461
|
-
} | undefined;
|
|
2462
2458
|
agent?: {
|
|
2463
2459
|
id: string;
|
|
2464
2460
|
createdAt: string;
|
|
@@ -2475,26 +2471,26 @@ export declare const callHistoryContract: {
|
|
|
2475
2471
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2476
2472
|
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;
|
|
2477
2473
|
} | undefined;
|
|
2474
|
+
lead?: {
|
|
2475
|
+
phoneNumber: string;
|
|
2476
|
+
name: string;
|
|
2477
|
+
} | undefined;
|
|
2478
2478
|
}, {
|
|
2479
2479
|
id: string;
|
|
2480
2480
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2481
2481
|
createdAt: string | Date;
|
|
2482
2482
|
updatedAt: string | Date;
|
|
2483
|
-
leadId: string;
|
|
2484
2483
|
agentId: string | null;
|
|
2485
2484
|
companyId: string | null;
|
|
2485
|
+
leadId: string;
|
|
2486
2486
|
assignedAt: string | Date;
|
|
2487
2487
|
assignedBy: string | null;
|
|
2488
2488
|
company?: {
|
|
2489
2489
|
id: string;
|
|
2490
|
+
name: string;
|
|
2490
2491
|
createdAt: string | Date;
|
|
2491
2492
|
updatedAt: string | Date;
|
|
2492
|
-
name: string;
|
|
2493
2493
|
} | null | undefined;
|
|
2494
|
-
lead?: {
|
|
2495
|
-
phoneNumber: string;
|
|
2496
|
-
name: string;
|
|
2497
|
-
} | undefined;
|
|
2498
2494
|
agent?: {
|
|
2499
2495
|
id: string;
|
|
2500
2496
|
createdAt: string | Date;
|
|
@@ -2511,6 +2507,10 @@ export declare const callHistoryContract: {
|
|
|
2511
2507
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2512
2508
|
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;
|
|
2513
2509
|
} | undefined;
|
|
2510
|
+
lead?: {
|
|
2511
|
+
phoneNumber: string;
|
|
2512
|
+
name: string;
|
|
2513
|
+
} | undefined;
|
|
2514
2514
|
}>>>;
|
|
2515
2515
|
callDate: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2516
2516
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
@@ -2523,34 +2523,30 @@ export declare const callHistoryContract: {
|
|
|
2523
2523
|
id: string;
|
|
2524
2524
|
createdAt: string;
|
|
2525
2525
|
updatedAt: string;
|
|
2526
|
-
assignmentId: string;
|
|
2527
|
-
callDate: string;
|
|
2528
|
-
callType: CallType;
|
|
2529
2526
|
rating: CallRating;
|
|
2530
|
-
ratingWeight: number;
|
|
2531
2527
|
notes: string | null;
|
|
2532
|
-
|
|
2528
|
+
callDate: string;
|
|
2529
|
+
ratingWeight: number;
|
|
2530
|
+
assignmentId: string;
|
|
2531
|
+
callType: CallType;
|
|
2533
2532
|
agentId?: string | undefined;
|
|
2533
|
+
leadId?: string | undefined;
|
|
2534
2534
|
assignment?: {
|
|
2535
2535
|
id: string;
|
|
2536
2536
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2537
2537
|
createdAt: string;
|
|
2538
2538
|
updatedAt: string;
|
|
2539
|
-
leadId: string;
|
|
2540
2539
|
agentId: string | null;
|
|
2541
2540
|
companyId: string | null;
|
|
2541
|
+
leadId: string;
|
|
2542
2542
|
assignedAt: string;
|
|
2543
2543
|
assignedBy: string | null;
|
|
2544
2544
|
company?: {
|
|
2545
2545
|
id: string;
|
|
2546
|
+
name: string;
|
|
2546
2547
|
createdAt: string;
|
|
2547
2548
|
updatedAt: string;
|
|
2548
|
-
name: string;
|
|
2549
2549
|
} | null | undefined;
|
|
2550
|
-
lead?: {
|
|
2551
|
-
phoneNumber: string;
|
|
2552
|
-
name: string;
|
|
2553
|
-
} | undefined;
|
|
2554
2550
|
agent?: {
|
|
2555
2551
|
id: string;
|
|
2556
2552
|
createdAt: string;
|
|
@@ -2567,39 +2563,39 @@ export declare const callHistoryContract: {
|
|
|
2567
2563
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2568
2564
|
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;
|
|
2569
2565
|
} | undefined;
|
|
2566
|
+
lead?: {
|
|
2567
|
+
phoneNumber: string;
|
|
2568
|
+
name: string;
|
|
2569
|
+
} | undefined;
|
|
2570
2570
|
} | null | undefined;
|
|
2571
2571
|
}, {
|
|
2572
2572
|
id: string;
|
|
2573
2573
|
createdAt: string | Date;
|
|
2574
2574
|
updatedAt: string | Date;
|
|
2575
|
-
assignmentId: string;
|
|
2576
|
-
callDate: string | Date;
|
|
2577
|
-
callType: CallType;
|
|
2578
2575
|
rating: CallRating;
|
|
2579
|
-
ratingWeight: number;
|
|
2580
2576
|
notes: string | null;
|
|
2581
|
-
|
|
2577
|
+
callDate: string | Date;
|
|
2578
|
+
ratingWeight: number;
|
|
2579
|
+
assignmentId: string;
|
|
2580
|
+
callType: CallType;
|
|
2582
2581
|
agentId?: string | undefined;
|
|
2582
|
+
leadId?: string | undefined;
|
|
2583
2583
|
assignment?: {
|
|
2584
2584
|
id: string;
|
|
2585
2585
|
status: import("../lead-assignments/lead-assignments.contract").LeadAssignmentStatus;
|
|
2586
2586
|
createdAt: string | Date;
|
|
2587
2587
|
updatedAt: string | Date;
|
|
2588
|
-
leadId: string;
|
|
2589
2588
|
agentId: string | null;
|
|
2590
2589
|
companyId: string | null;
|
|
2590
|
+
leadId: string;
|
|
2591
2591
|
assignedAt: string | Date;
|
|
2592
2592
|
assignedBy: string | null;
|
|
2593
2593
|
company?: {
|
|
2594
2594
|
id: string;
|
|
2595
|
+
name: string;
|
|
2595
2596
|
createdAt: string | Date;
|
|
2596
2597
|
updatedAt: string | Date;
|
|
2597
|
-
name: string;
|
|
2598
2598
|
} | null | undefined;
|
|
2599
|
-
lead?: {
|
|
2600
|
-
phoneNumber: string;
|
|
2601
|
-
name: string;
|
|
2602
|
-
} | undefined;
|
|
2603
2599
|
agent?: {
|
|
2604
2600
|
id: string;
|
|
2605
2601
|
createdAt: string | Date;
|
|
@@ -2616,6 +2612,10 @@ export declare const callHistoryContract: {
|
|
|
2616
2612
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS")[] | undefined;
|
|
2617
2613
|
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;
|
|
2618
2614
|
} | undefined;
|
|
2615
|
+
lead?: {
|
|
2616
|
+
phoneNumber: string;
|
|
2617
|
+
name: string;
|
|
2618
|
+
} | undefined;
|
|
2619
2619
|
} | null | undefined;
|
|
2620
2620
|
}>;
|
|
2621
2621
|
404: z.ZodObject<{
|