@dakkitor/api-contracts 1.1.54 → 1.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actives/actives.contract.d.ts +2614 -2614
- package/dist/agent-client-links/agent-client-links.contract.d.ts +471 -471
- package/dist/auth/auth.contract.d.ts +3 -3
- package/dist/bookings/bookings.contract.d.ts +2341 -2341
- package/dist/call-history/call-history.contract.d.ts +94 -94
- package/dist/lead-assignments/lead-assignments.contract.d.ts +48 -48
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +24 -24
- package/dist/leads/leads.contract.d.ts +74 -74
- package/dist/users/users.contract.d.ts +54 -54
- package/dist/users/users.contract.d.ts.map +1 -1
- package/dist/users/users.contract.js +1 -0
- package/package.json +1 -1
|
@@ -45,7 +45,7 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
45
45
|
lastName: z.ZodString;
|
|
46
46
|
email: z.ZodString;
|
|
47
47
|
phone: z.ZodString;
|
|
48
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
|
|
48
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
49
49
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
50
50
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
51
51
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -57,7 +57,7 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
57
57
|
createdAt: string;
|
|
58
58
|
id: string;
|
|
59
59
|
updatedAt: string;
|
|
60
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
60
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
61
61
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
lastName: string;
|
|
@@ -67,7 +67,7 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
67
67
|
createdAt: string | Date;
|
|
68
68
|
id: string;
|
|
69
69
|
updatedAt: string | Date;
|
|
70
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
70
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
71
71
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
72
72
|
}>>;
|
|
73
73
|
assignedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -116,7 +116,7 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
116
116
|
createdAt: string;
|
|
117
117
|
id: string;
|
|
118
118
|
updatedAt: string;
|
|
119
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
119
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
120
120
|
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;
|
|
121
121
|
} | undefined;
|
|
122
122
|
lead?: {
|
|
@@ -147,7 +147,7 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
147
147
|
createdAt: string | Date;
|
|
148
148
|
id: string;
|
|
149
149
|
updatedAt: string | Date;
|
|
150
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
150
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
151
151
|
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;
|
|
152
152
|
} | undefined;
|
|
153
153
|
lead?: {
|
|
@@ -168,9 +168,9 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
168
168
|
updatedAt: string;
|
|
169
169
|
notes: string | null;
|
|
170
170
|
assignmentId: string;
|
|
171
|
-
rating: CallRating;
|
|
172
|
-
callType: CallType;
|
|
173
171
|
callDate: string;
|
|
172
|
+
callType: CallType;
|
|
173
|
+
rating: CallRating;
|
|
174
174
|
ratingWeight: number;
|
|
175
175
|
agentId?: string | undefined;
|
|
176
176
|
leadId?: string | undefined;
|
|
@@ -198,7 +198,7 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
198
198
|
createdAt: string;
|
|
199
199
|
id: string;
|
|
200
200
|
updatedAt: string;
|
|
201
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
201
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
202
202
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
203
203
|
} | undefined;
|
|
204
204
|
lead?: {
|
|
@@ -212,9 +212,9 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
212
212
|
updatedAt: string | Date;
|
|
213
213
|
notes: string | null;
|
|
214
214
|
assignmentId: string;
|
|
215
|
-
rating: CallRating;
|
|
216
|
-
callType: CallType;
|
|
217
215
|
callDate: string | Date;
|
|
216
|
+
callType: CallType;
|
|
217
|
+
rating: CallRating;
|
|
218
218
|
ratingWeight: number;
|
|
219
219
|
agentId?: string | undefined;
|
|
220
220
|
leadId?: string | undefined;
|
|
@@ -242,7 +242,7 @@ export declare const CallHistorySchema: z.ZodObject<{
|
|
|
242
242
|
createdAt: string | Date;
|
|
243
243
|
id: string;
|
|
244
244
|
updatedAt: string | Date;
|
|
245
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
245
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
246
246
|
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
247
|
} | undefined;
|
|
248
248
|
lead?: {
|
|
@@ -277,7 +277,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
277
277
|
lastName: z.ZodString;
|
|
278
278
|
email: z.ZodString;
|
|
279
279
|
phone: z.ZodString;
|
|
280
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
|
|
280
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
281
281
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
282
282
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
283
283
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -289,7 +289,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
289
289
|
createdAt: string;
|
|
290
290
|
id: string;
|
|
291
291
|
updatedAt: string;
|
|
292
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
292
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
293
293
|
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;
|
|
294
294
|
}, {
|
|
295
295
|
lastName: string;
|
|
@@ -299,7 +299,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
299
299
|
createdAt: string | Date;
|
|
300
300
|
id: string;
|
|
301
301
|
updatedAt: string | Date;
|
|
302
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
302
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
303
303
|
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;
|
|
304
304
|
}>>;
|
|
305
305
|
assignedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -348,7 +348,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
348
348
|
createdAt: string;
|
|
349
349
|
id: string;
|
|
350
350
|
updatedAt: string;
|
|
351
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
351
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
352
352
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
353
353
|
} | undefined;
|
|
354
354
|
lead?: {
|
|
@@ -379,7 +379,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
379
379
|
createdAt: string | Date;
|
|
380
380
|
id: string;
|
|
381
381
|
updatedAt: string | Date;
|
|
382
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
382
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
383
383
|
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;
|
|
384
384
|
} | undefined;
|
|
385
385
|
lead?: {
|
|
@@ -400,9 +400,9 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
400
400
|
updatedAt: string;
|
|
401
401
|
notes: string | null;
|
|
402
402
|
assignmentId: string;
|
|
403
|
-
rating: CallRating;
|
|
404
|
-
callType: CallType;
|
|
405
403
|
callDate: string;
|
|
404
|
+
callType: CallType;
|
|
405
|
+
rating: CallRating;
|
|
406
406
|
ratingWeight: number;
|
|
407
407
|
agentId?: string | undefined;
|
|
408
408
|
leadId?: string | undefined;
|
|
@@ -430,7 +430,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
430
430
|
createdAt: string;
|
|
431
431
|
id: string;
|
|
432
432
|
updatedAt: string;
|
|
433
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
433
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
434
434
|
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;
|
|
435
435
|
} | undefined;
|
|
436
436
|
lead?: {
|
|
@@ -444,9 +444,9 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
444
444
|
updatedAt: string | Date;
|
|
445
445
|
notes: string | null;
|
|
446
446
|
assignmentId: string;
|
|
447
|
-
rating: CallRating;
|
|
448
|
-
callType: CallType;
|
|
449
447
|
callDate: string | Date;
|
|
448
|
+
callType: CallType;
|
|
449
|
+
rating: CallRating;
|
|
450
450
|
ratingWeight: number;
|
|
451
451
|
agentId?: string | undefined;
|
|
452
452
|
leadId?: string | undefined;
|
|
@@ -474,7 +474,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
474
474
|
createdAt: string | Date;
|
|
475
475
|
id: string;
|
|
476
476
|
updatedAt: string | Date;
|
|
477
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
477
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
478
478
|
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;
|
|
479
479
|
} | undefined;
|
|
480
480
|
lead?: {
|
|
@@ -496,9 +496,9 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
496
496
|
updatedAt: string;
|
|
497
497
|
notes: string | null;
|
|
498
498
|
assignmentId: string;
|
|
499
|
-
rating: CallRating;
|
|
500
|
-
callType: CallType;
|
|
501
499
|
callDate: string;
|
|
500
|
+
callType: CallType;
|
|
501
|
+
rating: CallRating;
|
|
502
502
|
ratingWeight: number;
|
|
503
503
|
agentId?: string | undefined;
|
|
504
504
|
leadId?: string | undefined;
|
|
@@ -526,7 +526,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
526
526
|
createdAt: string;
|
|
527
527
|
id: string;
|
|
528
528
|
updatedAt: string;
|
|
529
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
529
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
530
530
|
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;
|
|
531
531
|
} | undefined;
|
|
532
532
|
lead?: {
|
|
@@ -547,9 +547,9 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
547
547
|
updatedAt: string | Date;
|
|
548
548
|
notes: string | null;
|
|
549
549
|
assignmentId: string;
|
|
550
|
-
rating: CallRating;
|
|
551
|
-
callType: CallType;
|
|
552
550
|
callDate: string | Date;
|
|
551
|
+
callType: CallType;
|
|
552
|
+
rating: CallRating;
|
|
553
553
|
ratingWeight: number;
|
|
554
554
|
agentId?: string | undefined;
|
|
555
555
|
leadId?: string | undefined;
|
|
@@ -577,7 +577,7 @@ export declare const PaginatedCallHistoryResponseSchema: z.ZodObject<{
|
|
|
577
577
|
createdAt: string | Date;
|
|
578
578
|
id: string;
|
|
579
579
|
updatedAt: string | Date;
|
|
580
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
580
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
581
581
|
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;
|
|
582
582
|
} | undefined;
|
|
583
583
|
lead?: {
|
|
@@ -598,13 +598,13 @@ export declare const CreateCallHistorySchema: z.ZodObject<{
|
|
|
598
598
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
599
599
|
}, "strip", z.ZodTypeAny, {
|
|
600
600
|
assignmentId: string;
|
|
601
|
-
rating: CallRating;
|
|
602
601
|
callType: CallType;
|
|
602
|
+
rating: CallRating;
|
|
603
603
|
notes?: string | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
assignmentId: string;
|
|
606
|
-
rating: CallRating;
|
|
607
606
|
callType: CallType;
|
|
607
|
+
rating: CallRating;
|
|
608
608
|
notes?: string | undefined;
|
|
609
609
|
}>;
|
|
610
610
|
export declare const UpdateCallHistorySchema: z.ZodObject<{
|
|
@@ -613,12 +613,12 @@ export declare const UpdateCallHistorySchema: z.ZodObject<{
|
|
|
613
613
|
notes: z.ZodOptional<z.ZodString>;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
615
|
notes?: string | undefined;
|
|
616
|
-
rating?: CallRating | undefined;
|
|
617
616
|
callDate?: string | undefined;
|
|
617
|
+
rating?: CallRating | undefined;
|
|
618
618
|
}, {
|
|
619
619
|
notes?: string | undefined;
|
|
620
|
-
rating?: CallRating | undefined;
|
|
621
620
|
callDate?: string | undefined;
|
|
621
|
+
rating?: CallRating | undefined;
|
|
622
622
|
}>;
|
|
623
623
|
export declare const FilterCallHistorySchema: z.ZodObject<{
|
|
624
624
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
@@ -645,24 +645,24 @@ export declare const FilterCallHistorySchema: z.ZodObject<{
|
|
|
645
645
|
sortBy?: CallHistorySortableFields | undefined;
|
|
646
646
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
647
647
|
assignmentId?: string | undefined;
|
|
648
|
-
rating?: CallRating | undefined;
|
|
649
|
-
callType?: CallType | undefined;
|
|
650
648
|
callDate?: {
|
|
651
649
|
from?: string | null | undefined;
|
|
652
650
|
to?: string | null | undefined;
|
|
653
651
|
} | null | undefined;
|
|
652
|
+
callType?: CallType | undefined;
|
|
653
|
+
rating?: CallRating | undefined;
|
|
654
654
|
}, {
|
|
655
655
|
limit?: number | undefined;
|
|
656
656
|
page?: number | undefined;
|
|
657
657
|
sortBy?: CallHistorySortableFields | undefined;
|
|
658
658
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
659
659
|
assignmentId?: string | undefined;
|
|
660
|
-
rating?: unknown;
|
|
661
|
-
callType?: CallType | undefined;
|
|
662
660
|
callDate?: {
|
|
663
661
|
from?: string | null | undefined;
|
|
664
662
|
to?: string | null | undefined;
|
|
665
663
|
} | null | undefined;
|
|
664
|
+
callType?: CallType | undefined;
|
|
665
|
+
rating?: unknown;
|
|
666
666
|
}>;
|
|
667
667
|
export declare const CallHistoryStatsSchema: z.ZodObject<{
|
|
668
668
|
totalCalls: z.ZodNumber;
|
|
@@ -697,13 +697,13 @@ export declare const callHistoryContract: {
|
|
|
697
697
|
callType: z.ZodNativeEnum<typeof CallType>;
|
|
698
698
|
}, "strip", z.ZodTypeAny, {
|
|
699
699
|
assignmentId: string;
|
|
700
|
-
rating: CallRating;
|
|
701
700
|
callType: CallType;
|
|
701
|
+
rating: CallRating;
|
|
702
702
|
notes?: string | undefined;
|
|
703
703
|
}, {
|
|
704
704
|
assignmentId: string;
|
|
705
|
-
rating: CallRating;
|
|
706
705
|
callType: CallType;
|
|
706
|
+
rating: CallRating;
|
|
707
707
|
notes?: string | undefined;
|
|
708
708
|
}>;
|
|
709
709
|
path: "/v2/call-history";
|
|
@@ -833,7 +833,7 @@ export declare const callHistoryContract: {
|
|
|
833
833
|
lastName: z.ZodString;
|
|
834
834
|
email: z.ZodString;
|
|
835
835
|
phone: z.ZodString;
|
|
836
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
|
|
836
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
837
837
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
838
838
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
839
839
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -845,7 +845,7 @@ export declare const callHistoryContract: {
|
|
|
845
845
|
createdAt: string;
|
|
846
846
|
id: string;
|
|
847
847
|
updatedAt: string;
|
|
848
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
848
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
849
849
|
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;
|
|
850
850
|
}, {
|
|
851
851
|
lastName: string;
|
|
@@ -855,7 +855,7 @@ export declare const callHistoryContract: {
|
|
|
855
855
|
createdAt: string | Date;
|
|
856
856
|
id: string;
|
|
857
857
|
updatedAt: string | Date;
|
|
858
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
858
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
859
859
|
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;
|
|
860
860
|
}>>;
|
|
861
861
|
assignedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -904,7 +904,7 @@ export declare const callHistoryContract: {
|
|
|
904
904
|
createdAt: string;
|
|
905
905
|
id: string;
|
|
906
906
|
updatedAt: string;
|
|
907
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
907
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
908
908
|
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;
|
|
909
909
|
} | undefined;
|
|
910
910
|
lead?: {
|
|
@@ -935,7 +935,7 @@ export declare const callHistoryContract: {
|
|
|
935
935
|
createdAt: string | Date;
|
|
936
936
|
id: string;
|
|
937
937
|
updatedAt: string | Date;
|
|
938
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
938
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
939
939
|
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;
|
|
940
940
|
} | undefined;
|
|
941
941
|
lead?: {
|
|
@@ -956,9 +956,9 @@ export declare const callHistoryContract: {
|
|
|
956
956
|
updatedAt: string;
|
|
957
957
|
notes: string | null;
|
|
958
958
|
assignmentId: string;
|
|
959
|
-
rating: CallRating;
|
|
960
|
-
callType: CallType;
|
|
961
959
|
callDate: string;
|
|
960
|
+
callType: CallType;
|
|
961
|
+
rating: CallRating;
|
|
962
962
|
ratingWeight: number;
|
|
963
963
|
agentId?: string | undefined;
|
|
964
964
|
leadId?: string | undefined;
|
|
@@ -986,7 +986,7 @@ export declare const callHistoryContract: {
|
|
|
986
986
|
createdAt: string;
|
|
987
987
|
id: string;
|
|
988
988
|
updatedAt: string;
|
|
989
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
989
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
990
990
|
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;
|
|
991
991
|
} | undefined;
|
|
992
992
|
lead?: {
|
|
@@ -1000,9 +1000,9 @@ export declare const callHistoryContract: {
|
|
|
1000
1000
|
updatedAt: string | Date;
|
|
1001
1001
|
notes: string | null;
|
|
1002
1002
|
assignmentId: string;
|
|
1003
|
-
rating: CallRating;
|
|
1004
|
-
callType: CallType;
|
|
1005
1003
|
callDate: string | Date;
|
|
1004
|
+
callType: CallType;
|
|
1005
|
+
rating: CallRating;
|
|
1006
1006
|
ratingWeight: number;
|
|
1007
1007
|
agentId?: string | undefined;
|
|
1008
1008
|
leadId?: string | undefined;
|
|
@@ -1030,7 +1030,7 @@ export declare const callHistoryContract: {
|
|
|
1030
1030
|
createdAt: string | Date;
|
|
1031
1031
|
id: string;
|
|
1032
1032
|
updatedAt: string | Date;
|
|
1033
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1033
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1034
1034
|
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;
|
|
1035
1035
|
} | undefined;
|
|
1036
1036
|
lead?: {
|
|
@@ -1095,24 +1095,24 @@ export declare const callHistoryContract: {
|
|
|
1095
1095
|
sortBy?: CallHistorySortableFields | undefined;
|
|
1096
1096
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
1097
1097
|
assignmentId?: string | undefined;
|
|
1098
|
-
rating?: CallRating | undefined;
|
|
1099
|
-
callType?: CallType | undefined;
|
|
1100
1098
|
callDate?: {
|
|
1101
1099
|
from?: string | null | undefined;
|
|
1102
1100
|
to?: string | null | undefined;
|
|
1103
1101
|
} | null | undefined;
|
|
1102
|
+
callType?: CallType | undefined;
|
|
1103
|
+
rating?: CallRating | undefined;
|
|
1104
1104
|
}, {
|
|
1105
1105
|
limit?: number | undefined;
|
|
1106
1106
|
page?: number | undefined;
|
|
1107
1107
|
sortBy?: CallHistorySortableFields | undefined;
|
|
1108
1108
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
1109
1109
|
assignmentId?: string | undefined;
|
|
1110
|
-
rating?: unknown;
|
|
1111
|
-
callType?: CallType | undefined;
|
|
1112
1110
|
callDate?: {
|
|
1113
1111
|
from?: string | null | undefined;
|
|
1114
1112
|
to?: string | null | undefined;
|
|
1115
1113
|
} | null | undefined;
|
|
1114
|
+
callType?: CallType | undefined;
|
|
1115
|
+
rating?: unknown;
|
|
1116
1116
|
}>;
|
|
1117
1117
|
summary: "Get call history records";
|
|
1118
1118
|
method: "GET";
|
|
@@ -1244,7 +1244,7 @@ export declare const callHistoryContract: {
|
|
|
1244
1244
|
lastName: z.ZodString;
|
|
1245
1245
|
email: z.ZodString;
|
|
1246
1246
|
phone: z.ZodString;
|
|
1247
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
|
|
1247
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
1248
1248
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
1249
1249
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1250
1250
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1256,7 +1256,7 @@ export declare const callHistoryContract: {
|
|
|
1256
1256
|
createdAt: string;
|
|
1257
1257
|
id: string;
|
|
1258
1258
|
updatedAt: string;
|
|
1259
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1259
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1260
1260
|
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;
|
|
1261
1261
|
}, {
|
|
1262
1262
|
lastName: string;
|
|
@@ -1266,7 +1266,7 @@ export declare const callHistoryContract: {
|
|
|
1266
1266
|
createdAt: string | Date;
|
|
1267
1267
|
id: string;
|
|
1268
1268
|
updatedAt: string | Date;
|
|
1269
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1269
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1270
1270
|
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;
|
|
1271
1271
|
}>>;
|
|
1272
1272
|
assignedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1315,7 +1315,7 @@ export declare const callHistoryContract: {
|
|
|
1315
1315
|
createdAt: string;
|
|
1316
1316
|
id: string;
|
|
1317
1317
|
updatedAt: string;
|
|
1318
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1318
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1319
1319
|
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;
|
|
1320
1320
|
} | undefined;
|
|
1321
1321
|
lead?: {
|
|
@@ -1346,7 +1346,7 @@ export declare const callHistoryContract: {
|
|
|
1346
1346
|
createdAt: string | Date;
|
|
1347
1347
|
id: string;
|
|
1348
1348
|
updatedAt: string | Date;
|
|
1349
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1349
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1350
1350
|
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;
|
|
1351
1351
|
} | undefined;
|
|
1352
1352
|
lead?: {
|
|
@@ -1367,9 +1367,9 @@ export declare const callHistoryContract: {
|
|
|
1367
1367
|
updatedAt: string;
|
|
1368
1368
|
notes: string | null;
|
|
1369
1369
|
assignmentId: string;
|
|
1370
|
-
rating: CallRating;
|
|
1371
|
-
callType: CallType;
|
|
1372
1370
|
callDate: string;
|
|
1371
|
+
callType: CallType;
|
|
1372
|
+
rating: CallRating;
|
|
1373
1373
|
ratingWeight: number;
|
|
1374
1374
|
agentId?: string | undefined;
|
|
1375
1375
|
leadId?: string | undefined;
|
|
@@ -1397,7 +1397,7 @@ export declare const callHistoryContract: {
|
|
|
1397
1397
|
createdAt: string;
|
|
1398
1398
|
id: string;
|
|
1399
1399
|
updatedAt: string;
|
|
1400
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1400
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1401
1401
|
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;
|
|
1402
1402
|
} | undefined;
|
|
1403
1403
|
lead?: {
|
|
@@ -1411,9 +1411,9 @@ export declare const callHistoryContract: {
|
|
|
1411
1411
|
updatedAt: string | Date;
|
|
1412
1412
|
notes: string | null;
|
|
1413
1413
|
assignmentId: string;
|
|
1414
|
-
rating: CallRating;
|
|
1415
|
-
callType: CallType;
|
|
1416
1414
|
callDate: string | Date;
|
|
1415
|
+
callType: CallType;
|
|
1416
|
+
rating: CallRating;
|
|
1417
1417
|
ratingWeight: number;
|
|
1418
1418
|
agentId?: string | undefined;
|
|
1419
1419
|
leadId?: string | undefined;
|
|
@@ -1441,7 +1441,7 @@ export declare const callHistoryContract: {
|
|
|
1441
1441
|
createdAt: string | Date;
|
|
1442
1442
|
id: string;
|
|
1443
1443
|
updatedAt: string | Date;
|
|
1444
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1444
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1445
1445
|
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;
|
|
1446
1446
|
} | undefined;
|
|
1447
1447
|
lead?: {
|
|
@@ -1463,9 +1463,9 @@ export declare const callHistoryContract: {
|
|
|
1463
1463
|
updatedAt: string;
|
|
1464
1464
|
notes: string | null;
|
|
1465
1465
|
assignmentId: string;
|
|
1466
|
-
rating: CallRating;
|
|
1467
|
-
callType: CallType;
|
|
1468
1466
|
callDate: string;
|
|
1467
|
+
callType: CallType;
|
|
1468
|
+
rating: CallRating;
|
|
1469
1469
|
ratingWeight: number;
|
|
1470
1470
|
agentId?: string | undefined;
|
|
1471
1471
|
leadId?: string | undefined;
|
|
@@ -1493,7 +1493,7 @@ export declare const callHistoryContract: {
|
|
|
1493
1493
|
createdAt: string;
|
|
1494
1494
|
id: string;
|
|
1495
1495
|
updatedAt: string;
|
|
1496
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1496
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1497
1497
|
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;
|
|
1498
1498
|
} | undefined;
|
|
1499
1499
|
lead?: {
|
|
@@ -1514,9 +1514,9 @@ export declare const callHistoryContract: {
|
|
|
1514
1514
|
updatedAt: string | Date;
|
|
1515
1515
|
notes: string | null;
|
|
1516
1516
|
assignmentId: string;
|
|
1517
|
-
rating: CallRating;
|
|
1518
|
-
callType: CallType;
|
|
1519
1517
|
callDate: string | Date;
|
|
1518
|
+
callType: CallType;
|
|
1519
|
+
rating: CallRating;
|
|
1520
1520
|
ratingWeight: number;
|
|
1521
1521
|
agentId?: string | undefined;
|
|
1522
1522
|
leadId?: string | undefined;
|
|
@@ -1544,7 +1544,7 @@ export declare const callHistoryContract: {
|
|
|
1544
1544
|
createdAt: string | Date;
|
|
1545
1545
|
id: string;
|
|
1546
1546
|
updatedAt: string | Date;
|
|
1547
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1547
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1548
1548
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1549
1549
|
} | undefined;
|
|
1550
1550
|
lead?: {
|
|
@@ -1700,7 +1700,7 @@ export declare const callHistoryContract: {
|
|
|
1700
1700
|
lastName: z.ZodString;
|
|
1701
1701
|
email: z.ZodString;
|
|
1702
1702
|
phone: z.ZodString;
|
|
1703
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
|
|
1703
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
1704
1704
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
1705
1705
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1706
1706
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1712,7 +1712,7 @@ export declare const callHistoryContract: {
|
|
|
1712
1712
|
createdAt: string;
|
|
1713
1713
|
id: string;
|
|
1714
1714
|
updatedAt: string;
|
|
1715
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1715
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1716
1716
|
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;
|
|
1717
1717
|
}, {
|
|
1718
1718
|
lastName: string;
|
|
@@ -1722,7 +1722,7 @@ export declare const callHistoryContract: {
|
|
|
1722
1722
|
createdAt: string | Date;
|
|
1723
1723
|
id: string;
|
|
1724
1724
|
updatedAt: string | Date;
|
|
1725
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1725
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1726
1726
|
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;
|
|
1727
1727
|
}>>;
|
|
1728
1728
|
assignedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1771,7 +1771,7 @@ export declare const callHistoryContract: {
|
|
|
1771
1771
|
createdAt: string;
|
|
1772
1772
|
id: string;
|
|
1773
1773
|
updatedAt: string;
|
|
1774
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1774
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1775
1775
|
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;
|
|
1776
1776
|
} | undefined;
|
|
1777
1777
|
lead?: {
|
|
@@ -1802,7 +1802,7 @@ export declare const callHistoryContract: {
|
|
|
1802
1802
|
createdAt: string | Date;
|
|
1803
1803
|
id: string;
|
|
1804
1804
|
updatedAt: string | Date;
|
|
1805
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1805
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1806
1806
|
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;
|
|
1807
1807
|
} | undefined;
|
|
1808
1808
|
lead?: {
|
|
@@ -1823,9 +1823,9 @@ export declare const callHistoryContract: {
|
|
|
1823
1823
|
updatedAt: string;
|
|
1824
1824
|
notes: string | null;
|
|
1825
1825
|
assignmentId: string;
|
|
1826
|
-
rating: CallRating;
|
|
1827
|
-
callType: CallType;
|
|
1828
1826
|
callDate: string;
|
|
1827
|
+
callType: CallType;
|
|
1828
|
+
rating: CallRating;
|
|
1829
1829
|
ratingWeight: number;
|
|
1830
1830
|
agentId?: string | undefined;
|
|
1831
1831
|
leadId?: string | undefined;
|
|
@@ -1853,7 +1853,7 @@ export declare const callHistoryContract: {
|
|
|
1853
1853
|
createdAt: string;
|
|
1854
1854
|
id: string;
|
|
1855
1855
|
updatedAt: string;
|
|
1856
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1856
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1857
1857
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
1858
1858
|
} | undefined;
|
|
1859
1859
|
lead?: {
|
|
@@ -1867,9 +1867,9 @@ export declare const callHistoryContract: {
|
|
|
1867
1867
|
updatedAt: string | Date;
|
|
1868
1868
|
notes: string | null;
|
|
1869
1869
|
assignmentId: string;
|
|
1870
|
-
rating: CallRating;
|
|
1871
|
-
callType: CallType;
|
|
1872
1870
|
callDate: string | Date;
|
|
1871
|
+
callType: CallType;
|
|
1872
|
+
rating: CallRating;
|
|
1873
1873
|
ratingWeight: number;
|
|
1874
1874
|
agentId?: string | undefined;
|
|
1875
1875
|
leadId?: string | undefined;
|
|
@@ -1897,7 +1897,7 @@ export declare const callHistoryContract: {
|
|
|
1897
1897
|
createdAt: string | Date;
|
|
1898
1898
|
id: string;
|
|
1899
1899
|
updatedAt: string | Date;
|
|
1900
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
1900
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
1901
1901
|
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;
|
|
1902
1902
|
} | undefined;
|
|
1903
1903
|
lead?: {
|
|
@@ -1952,12 +1952,12 @@ export declare const callHistoryContract: {
|
|
|
1952
1952
|
notes: z.ZodOptional<z.ZodString>;
|
|
1953
1953
|
}, "strip", z.ZodTypeAny, {
|
|
1954
1954
|
notes?: string | undefined;
|
|
1955
|
-
rating?: CallRating | undefined;
|
|
1956
1955
|
callDate?: string | undefined;
|
|
1956
|
+
rating?: CallRating | undefined;
|
|
1957
1957
|
}, {
|
|
1958
1958
|
notes?: string | undefined;
|
|
1959
|
-
rating?: CallRating | undefined;
|
|
1960
1959
|
callDate?: string | undefined;
|
|
1960
|
+
rating?: CallRating | undefined;
|
|
1961
1961
|
}>;
|
|
1962
1962
|
path: "/v2/call-history/:id";
|
|
1963
1963
|
responses: {
|
|
@@ -2086,7 +2086,7 @@ export declare const callHistoryContract: {
|
|
|
2086
2086
|
lastName: z.ZodString;
|
|
2087
2087
|
email: z.ZodString;
|
|
2088
2088
|
phone: z.ZodString;
|
|
2089
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING"]>, "many">>;
|
|
2089
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodEnum<["ADMIN", "SECOND_AGENT", "FIRST_AGENT", "COMPANY_CHECKING", "KPI"]>, "many">>;
|
|
2090
2090
|
office: z.ZodOptional<z.ZodNullable<z.ZodEnum<["ALBANIA", "CRAIOVA", "DANI", "GABI_RECRUTARE", "GEORGIA", "INDIA", "IONITA", "MARIUS_DRAGAN", "MAX_MANGU", "MAXIM_VADIM", "MD_BOGDAN", "MD_DANIEL_CHISINAU", "NEACSU", "ROBERT_DENIS", "ROBERT_RADU", "VICTORIEI_MIRIAM", "VIZIRU", "Y_INDIVIDUALS_RECRUITMENT"]>>>;
|
|
2091
2091
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2092
2092
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2098,7 +2098,7 @@ export declare const callHistoryContract: {
|
|
|
2098
2098
|
createdAt: string;
|
|
2099
2099
|
id: string;
|
|
2100
2100
|
updatedAt: string;
|
|
2101
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
2101
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
2102
2102
|
office?: "ALBANIA" | "CRAIOVA" | "DANI" | "GABI_RECRUTARE" | "GEORGIA" | "INDIA" | "IONITA" | "MARIUS_DRAGAN" | "MAX_MANGU" | "MAXIM_VADIM" | "MD_BOGDAN" | "MD_DANIEL_CHISINAU" | "NEACSU" | "ROBERT_DENIS" | "ROBERT_RADU" | "VICTORIEI_MIRIAM" | "VIZIRU" | "Y_INDIVIDUALS_RECRUITMENT" | null | undefined;
|
|
2103
2103
|
}, {
|
|
2104
2104
|
lastName: string;
|
|
@@ -2108,7 +2108,7 @@ export declare const callHistoryContract: {
|
|
|
2108
2108
|
createdAt: string | Date;
|
|
2109
2109
|
id: string;
|
|
2110
2110
|
updatedAt: string | Date;
|
|
2111
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
2111
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
2112
2112
|
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;
|
|
2113
2113
|
}>>;
|
|
2114
2114
|
assignedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2157,7 +2157,7 @@ export declare const callHistoryContract: {
|
|
|
2157
2157
|
createdAt: string;
|
|
2158
2158
|
id: string;
|
|
2159
2159
|
updatedAt: string;
|
|
2160
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
2160
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
2161
2161
|
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;
|
|
2162
2162
|
} | undefined;
|
|
2163
2163
|
lead?: {
|
|
@@ -2188,7 +2188,7 @@ export declare const callHistoryContract: {
|
|
|
2188
2188
|
createdAt: string | Date;
|
|
2189
2189
|
id: string;
|
|
2190
2190
|
updatedAt: string | Date;
|
|
2191
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
2191
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
2192
2192
|
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;
|
|
2193
2193
|
} | undefined;
|
|
2194
2194
|
lead?: {
|
|
@@ -2209,9 +2209,9 @@ export declare const callHistoryContract: {
|
|
|
2209
2209
|
updatedAt: string;
|
|
2210
2210
|
notes: string | null;
|
|
2211
2211
|
assignmentId: string;
|
|
2212
|
-
rating: CallRating;
|
|
2213
|
-
callType: CallType;
|
|
2214
2212
|
callDate: string;
|
|
2213
|
+
callType: CallType;
|
|
2214
|
+
rating: CallRating;
|
|
2215
2215
|
ratingWeight: number;
|
|
2216
2216
|
agentId?: string | undefined;
|
|
2217
2217
|
leadId?: string | undefined;
|
|
@@ -2239,7 +2239,7 @@ export declare const callHistoryContract: {
|
|
|
2239
2239
|
createdAt: string;
|
|
2240
2240
|
id: string;
|
|
2241
2241
|
updatedAt: string;
|
|
2242
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
2242
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
2243
2243
|
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;
|
|
2244
2244
|
} | undefined;
|
|
2245
2245
|
lead?: {
|
|
@@ -2253,9 +2253,9 @@ export declare const callHistoryContract: {
|
|
|
2253
2253
|
updatedAt: string | Date;
|
|
2254
2254
|
notes: string | null;
|
|
2255
2255
|
assignmentId: string;
|
|
2256
|
-
rating: CallRating;
|
|
2257
|
-
callType: CallType;
|
|
2258
2256
|
callDate: string | Date;
|
|
2257
|
+
callType: CallType;
|
|
2258
|
+
rating: CallRating;
|
|
2259
2259
|
ratingWeight: number;
|
|
2260
2260
|
agentId?: string | undefined;
|
|
2261
2261
|
leadId?: string | undefined;
|
|
@@ -2283,7 +2283,7 @@ export declare const callHistoryContract: {
|
|
|
2283
2283
|
createdAt: string | Date;
|
|
2284
2284
|
id: string;
|
|
2285
2285
|
updatedAt: string | Date;
|
|
2286
|
-
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING")[] | undefined;
|
|
2286
|
+
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI")[] | undefined;
|
|
2287
2287
|
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;
|
|
2288
2288
|
} | undefined;
|
|
2289
2289
|
lead?: {
|