@dakkitor/api-contracts 1.1.33 → 1.1.35
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/abilities/first-agent.abilities.json +25 -0
- package/dist/actives/actives.contract.d.ts +2741 -2741
- package/dist/bookings/bookings.contract.d.ts +2322 -2322
- package/dist/call-history/call-history.contract.d.ts +530 -232
- package/dist/call-history/call-history.contract.d.ts.map +1 -1
- package/dist/client-contacts/client-contacts.contract.d.ts +14 -14
- package/dist/client-contacts/client-contacts.contract.js +1 -1
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +394 -394
- package/dist/collaborations/collaborations.contract.d.ts +318 -318
- package/dist/companies/companies.contract.d.ts +36 -36
- package/dist/companies/companies.contract.d.ts.map +1 -1
- package/dist/companies/companies.contract.js +2 -4
- package/dist/jobs/jobs.contract.d.ts +684 -684
- package/dist/lead-assignments/lead-assignments.contract.d.ts +512 -208
- package/dist/lead-assignments/lead-assignments.contract.d.ts.map +1 -1
- package/dist/lead-assignments/lead-assignments.contract.js +9 -0
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +371 -108
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts.map +1 -1
- package/dist/lead-distribution/agent-lead-distribution.contract.js +23 -0
- package/dist/leads/leads.contract.d.ts +64 -64
- package/package.json +1 -1
|
@@ -12,14 +12,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
12
12
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
id: string;
|
|
15
|
+
name: string;
|
|
15
16
|
createdAt: string;
|
|
16
17
|
updatedAt: string;
|
|
17
|
-
name: string;
|
|
18
18
|
}, {
|
|
19
19
|
id: string;
|
|
20
|
+
name: string;
|
|
20
21
|
createdAt: string | Date;
|
|
21
22
|
updatedAt: string | Date;
|
|
22
|
-
name: string;
|
|
23
23
|
}>>>;
|
|
24
24
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25
25
|
id: z.ZodString;
|
|
@@ -55,11 +55,11 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
55
55
|
agentId: string;
|
|
56
56
|
}>>>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
59
58
|
id: string;
|
|
59
|
+
name: string;
|
|
60
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
60
61
|
createdAt: string;
|
|
61
62
|
updatedAt: string;
|
|
62
|
-
name: string;
|
|
63
63
|
crn: string;
|
|
64
64
|
govLink: string;
|
|
65
65
|
director: string;
|
|
@@ -74,11 +74,11 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
74
74
|
agentId: string;
|
|
75
75
|
} | null | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
78
77
|
id: string;
|
|
78
|
+
name: string;
|
|
79
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
79
80
|
createdAt: string | Date;
|
|
80
81
|
updatedAt: string | Date;
|
|
81
|
-
name: string;
|
|
82
82
|
crn: string;
|
|
83
83
|
govLink: string;
|
|
84
84
|
director: string;
|
|
@@ -123,14 +123,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
123
123
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
124
124
|
}, "strip", z.ZodTypeAny, {
|
|
125
125
|
id: string;
|
|
126
|
+
name: string;
|
|
126
127
|
createdAt: string;
|
|
127
128
|
updatedAt: string;
|
|
128
|
-
name: string;
|
|
129
129
|
}, {
|
|
130
130
|
id: string;
|
|
131
|
+
name: string;
|
|
131
132
|
createdAt: string | Date;
|
|
132
133
|
updatedAt: string | Date;
|
|
133
|
-
name: string;
|
|
134
134
|
}>>>;
|
|
135
135
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
136
136
|
id: z.ZodString;
|
|
@@ -166,11 +166,11 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
166
166
|
agentId: string;
|
|
167
167
|
}>>>;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
170
169
|
id: string;
|
|
170
|
+
name: string;
|
|
171
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
171
172
|
createdAt: string;
|
|
172
173
|
updatedAt: string;
|
|
173
|
-
name: string;
|
|
174
174
|
crn: string;
|
|
175
175
|
govLink: string;
|
|
176
176
|
director: string;
|
|
@@ -185,11 +185,11 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
185
185
|
agentId: string;
|
|
186
186
|
} | null | undefined;
|
|
187
187
|
}, {
|
|
188
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
189
188
|
id: string;
|
|
189
|
+
name: string;
|
|
190
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
190
191
|
createdAt: string | Date;
|
|
191
192
|
updatedAt: string | Date;
|
|
192
|
-
name: string;
|
|
193
193
|
crn: string;
|
|
194
194
|
govLink: string;
|
|
195
195
|
director: string;
|
|
@@ -225,23 +225,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
225
225
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
226
226
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
228
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
229
228
|
id: string;
|
|
229
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
230
230
|
createdAt: string;
|
|
231
231
|
updatedAt: string;
|
|
232
232
|
userId: string;
|
|
233
233
|
company?: {
|
|
234
234
|
id: string;
|
|
235
|
+
name: string;
|
|
235
236
|
createdAt: string;
|
|
236
237
|
updatedAt: string;
|
|
237
|
-
name: string;
|
|
238
238
|
} | null | undefined;
|
|
239
239
|
client?: {
|
|
240
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
241
240
|
id: string;
|
|
241
|
+
name: string;
|
|
242
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
242
243
|
createdAt: string;
|
|
243
244
|
updatedAt: string;
|
|
244
|
-
name: string;
|
|
245
245
|
crn: string;
|
|
246
246
|
govLink: string;
|
|
247
247
|
director: string;
|
|
@@ -263,23 +263,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
263
263
|
email: string;
|
|
264
264
|
} | null | undefined;
|
|
265
265
|
}, {
|
|
266
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
267
266
|
id: string;
|
|
267
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
268
268
|
createdAt: string | Date;
|
|
269
269
|
updatedAt: string | Date;
|
|
270
270
|
userId: string;
|
|
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
277
|
client?: {
|
|
278
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
279
278
|
id: string;
|
|
279
|
+
name: string;
|
|
280
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
280
281
|
createdAt: string | Date;
|
|
281
282
|
updatedAt: string | Date;
|
|
282
|
-
name: string;
|
|
283
283
|
crn: string;
|
|
284
284
|
govLink: string;
|
|
285
285
|
director: string;
|
|
@@ -302,23 +302,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
302
302
|
} | null | undefined;
|
|
303
303
|
}>>>;
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
306
305
|
id: string;
|
|
306
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
307
307
|
createdAt: string;
|
|
308
308
|
updatedAt: string;
|
|
309
309
|
userId: string;
|
|
310
310
|
company?: {
|
|
311
311
|
id: string;
|
|
312
|
+
name: string;
|
|
312
313
|
createdAt: string;
|
|
313
314
|
updatedAt: string;
|
|
314
|
-
name: string;
|
|
315
315
|
} | null | undefined;
|
|
316
316
|
client?: {
|
|
317
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
318
317
|
id: string;
|
|
318
|
+
name: string;
|
|
319
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
319
320
|
createdAt: string;
|
|
320
321
|
updatedAt: string;
|
|
321
|
-
name: string;
|
|
322
322
|
crn: string;
|
|
323
323
|
govLink: string;
|
|
324
324
|
director: string;
|
|
@@ -340,23 +340,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
340
340
|
email: string;
|
|
341
341
|
} | null | undefined;
|
|
342
342
|
newCollaboration?: {
|
|
343
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
344
343
|
id: string;
|
|
344
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
345
345
|
createdAt: string;
|
|
346
346
|
updatedAt: string;
|
|
347
347
|
userId: string;
|
|
348
348
|
company?: {
|
|
349
349
|
id: string;
|
|
350
|
+
name: string;
|
|
350
351
|
createdAt: string;
|
|
351
352
|
updatedAt: string;
|
|
352
|
-
name: string;
|
|
353
353
|
} | null | undefined;
|
|
354
354
|
client?: {
|
|
355
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
356
355
|
id: string;
|
|
356
|
+
name: string;
|
|
357
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
357
358
|
createdAt: string;
|
|
358
359
|
updatedAt: string;
|
|
359
|
-
name: string;
|
|
360
360
|
crn: string;
|
|
361
361
|
govLink: string;
|
|
362
362
|
director: string;
|
|
@@ -379,23 +379,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
379
379
|
} | null | undefined;
|
|
380
380
|
} | null | undefined;
|
|
381
381
|
}, {
|
|
382
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
383
382
|
id: string;
|
|
383
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
384
384
|
createdAt: string | Date;
|
|
385
385
|
updatedAt: string | Date;
|
|
386
386
|
userId: string;
|
|
387
387
|
company?: {
|
|
388
388
|
id: string;
|
|
389
|
+
name: string;
|
|
389
390
|
createdAt: string | Date;
|
|
390
391
|
updatedAt: string | Date;
|
|
391
|
-
name: string;
|
|
392
392
|
} | null | undefined;
|
|
393
393
|
client?: {
|
|
394
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
395
394
|
id: string;
|
|
395
|
+
name: string;
|
|
396
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
396
397
|
createdAt: string | Date;
|
|
397
398
|
updatedAt: string | Date;
|
|
398
|
-
name: string;
|
|
399
399
|
crn: string;
|
|
400
400
|
govLink: string;
|
|
401
401
|
director: string;
|
|
@@ -417,23 +417,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
417
417
|
email: string;
|
|
418
418
|
} | null | undefined;
|
|
419
419
|
newCollaboration?: {
|
|
420
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
421
420
|
id: string;
|
|
421
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
422
422
|
createdAt: string | Date;
|
|
423
423
|
updatedAt: string | Date;
|
|
424
424
|
userId: string;
|
|
425
425
|
company?: {
|
|
426
426
|
id: string;
|
|
427
|
+
name: string;
|
|
427
428
|
createdAt: string | Date;
|
|
428
429
|
updatedAt: string | Date;
|
|
429
|
-
name: string;
|
|
430
430
|
} | null | undefined;
|
|
431
431
|
client?: {
|
|
432
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
433
432
|
id: string;
|
|
433
|
+
name: string;
|
|
434
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
434
435
|
createdAt: string | Date;
|
|
435
436
|
updatedAt: string | Date;
|
|
436
|
-
name: string;
|
|
437
437
|
crn: string;
|
|
438
438
|
govLink: string;
|
|
439
439
|
director: string;
|
|
@@ -473,35 +473,35 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
473
473
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
474
474
|
}, "strip", z.ZodTypeAny, {
|
|
475
475
|
id: string;
|
|
476
|
-
email: string;
|
|
477
476
|
createdAt: string;
|
|
478
477
|
updatedAt: string;
|
|
478
|
+
email: string;
|
|
479
479
|
collaborationId: string;
|
|
480
480
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
481
|
-
decision: "
|
|
481
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
482
482
|
isTermsAndConditionsConfirmed: boolean;
|
|
483
483
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
484
484
|
introductionEmailSent: boolean;
|
|
485
485
|
collaborationEmailSent: boolean;
|
|
486
486
|
clientContactId?: string | null | undefined;
|
|
487
487
|
collaboration?: {
|
|
488
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
489
488
|
id: string;
|
|
489
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
490
490
|
createdAt: string;
|
|
491
491
|
updatedAt: string;
|
|
492
492
|
userId: string;
|
|
493
493
|
company?: {
|
|
494
494
|
id: string;
|
|
495
|
+
name: string;
|
|
495
496
|
createdAt: string;
|
|
496
497
|
updatedAt: string;
|
|
497
|
-
name: string;
|
|
498
498
|
} | null | undefined;
|
|
499
499
|
client?: {
|
|
500
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
501
500
|
id: string;
|
|
501
|
+
name: string;
|
|
502
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
502
503
|
createdAt: string;
|
|
503
504
|
updatedAt: string;
|
|
504
|
-
name: string;
|
|
505
505
|
crn: string;
|
|
506
506
|
govLink: string;
|
|
507
507
|
director: string;
|
|
@@ -523,23 +523,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
523
523
|
email: string;
|
|
524
524
|
} | null | undefined;
|
|
525
525
|
newCollaboration?: {
|
|
526
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
527
526
|
id: string;
|
|
527
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
528
528
|
createdAt: string;
|
|
529
529
|
updatedAt: string;
|
|
530
530
|
userId: string;
|
|
531
531
|
company?: {
|
|
532
532
|
id: string;
|
|
533
|
+
name: string;
|
|
533
534
|
createdAt: string;
|
|
534
535
|
updatedAt: string;
|
|
535
|
-
name: string;
|
|
536
536
|
} | null | undefined;
|
|
537
537
|
client?: {
|
|
538
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
539
538
|
id: string;
|
|
539
|
+
name: string;
|
|
540
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
540
541
|
createdAt: string;
|
|
541
542
|
updatedAt: string;
|
|
542
|
-
name: string;
|
|
543
543
|
crn: string;
|
|
544
544
|
govLink: string;
|
|
545
545
|
director: string;
|
|
@@ -570,35 +570,35 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
570
570
|
checkingComment?: string | null | undefined;
|
|
571
571
|
}, {
|
|
572
572
|
id: string;
|
|
573
|
-
email: string;
|
|
574
573
|
createdAt: string | Date;
|
|
575
574
|
updatedAt: string | Date;
|
|
575
|
+
email: string;
|
|
576
576
|
collaborationId: string;
|
|
577
577
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
578
|
-
decision: "
|
|
578
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
579
579
|
isTermsAndConditionsConfirmed: boolean;
|
|
580
580
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
581
581
|
introductionEmailSent: boolean;
|
|
582
582
|
collaborationEmailSent: boolean;
|
|
583
583
|
clientContactId?: string | null | undefined;
|
|
584
584
|
collaboration?: {
|
|
585
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
586
585
|
id: string;
|
|
586
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
587
587
|
createdAt: string | Date;
|
|
588
588
|
updatedAt: string | Date;
|
|
589
589
|
userId: string;
|
|
590
590
|
company?: {
|
|
591
591
|
id: string;
|
|
592
|
+
name: string;
|
|
592
593
|
createdAt: string | Date;
|
|
593
594
|
updatedAt: string | Date;
|
|
594
|
-
name: string;
|
|
595
595
|
} | null | undefined;
|
|
596
596
|
client?: {
|
|
597
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
598
597
|
id: string;
|
|
598
|
+
name: string;
|
|
599
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
599
600
|
createdAt: string | Date;
|
|
600
601
|
updatedAt: string | Date;
|
|
601
|
-
name: string;
|
|
602
602
|
crn: string;
|
|
603
603
|
govLink: string;
|
|
604
604
|
director: string;
|
|
@@ -620,23 +620,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
620
620
|
email: string;
|
|
621
621
|
} | null | undefined;
|
|
622
622
|
newCollaboration?: {
|
|
623
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
624
623
|
id: string;
|
|
624
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
625
625
|
createdAt: string | Date;
|
|
626
626
|
updatedAt: string | Date;
|
|
627
627
|
userId: string;
|
|
628
628
|
company?: {
|
|
629
629
|
id: string;
|
|
630
|
+
name: string;
|
|
630
631
|
createdAt: string | Date;
|
|
631
632
|
updatedAt: string | Date;
|
|
632
|
-
name: string;
|
|
633
633
|
} | null | undefined;
|
|
634
634
|
client?: {
|
|
635
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
636
635
|
id: string;
|
|
636
|
+
name: string;
|
|
637
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
637
638
|
createdAt: string | Date;
|
|
638
639
|
updatedAt: string | Date;
|
|
639
|
-
name: string;
|
|
640
640
|
crn: string;
|
|
641
641
|
govLink: string;
|
|
642
642
|
director: string;
|
|
@@ -720,7 +720,7 @@ export declare const UpdateCollaborationCheckingSchema: z.ZodObject<{
|
|
|
720
720
|
email?: string | null | undefined;
|
|
721
721
|
clientContactId?: string | null | undefined;
|
|
722
722
|
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
723
|
-
decision?: "
|
|
723
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | null | undefined;
|
|
724
724
|
decisionComment?: string | null | undefined;
|
|
725
725
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
726
726
|
emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
|
|
@@ -731,7 +731,7 @@ export declare const UpdateCollaborationCheckingSchema: z.ZodObject<{
|
|
|
731
731
|
email?: string | null | undefined;
|
|
732
732
|
clientContactId?: string | null | undefined;
|
|
733
733
|
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
734
|
-
decision?: "
|
|
734
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | null | undefined;
|
|
735
735
|
decisionComment?: string | null | undefined;
|
|
736
736
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
737
737
|
emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
|
|
@@ -755,20 +755,20 @@ export declare const FilterCollaborationCheckingSchema: z.ZodObject<{
|
|
|
755
755
|
page: number;
|
|
756
756
|
sortBy: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp";
|
|
757
757
|
sortOrder: "ASC" | "DESC";
|
|
758
|
-
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
759
|
-
decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
|
|
760
758
|
companyId?: string | undefined;
|
|
761
759
|
clientId?: string | undefined;
|
|
760
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
761
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | undefined;
|
|
762
762
|
createdById?: string | undefined;
|
|
763
763
|
}, {
|
|
764
764
|
limit?: number | undefined;
|
|
765
765
|
page?: number | undefined;
|
|
766
766
|
sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
|
|
767
767
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
768
|
-
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
769
|
-
decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
|
|
770
768
|
companyId?: string | undefined;
|
|
771
769
|
clientId?: string | undefined;
|
|
770
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
771
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | undefined;
|
|
772
772
|
createdById?: string | undefined;
|
|
773
773
|
}>;
|
|
774
774
|
export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
@@ -785,14 +785,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
785
785
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
786
786
|
}, "strip", z.ZodTypeAny, {
|
|
787
787
|
id: string;
|
|
788
|
+
name: string;
|
|
788
789
|
createdAt: string;
|
|
789
790
|
updatedAt: string;
|
|
790
|
-
name: string;
|
|
791
791
|
}, {
|
|
792
792
|
id: string;
|
|
793
|
+
name: string;
|
|
793
794
|
createdAt: string | Date;
|
|
794
795
|
updatedAt: string | Date;
|
|
795
|
-
name: string;
|
|
796
796
|
}>>>;
|
|
797
797
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
798
798
|
id: z.ZodString;
|
|
@@ -828,11 +828,11 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
828
828
|
agentId: string;
|
|
829
829
|
}>>>;
|
|
830
830
|
}, "strip", z.ZodTypeAny, {
|
|
831
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
832
831
|
id: string;
|
|
832
|
+
name: string;
|
|
833
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
833
834
|
createdAt: string;
|
|
834
835
|
updatedAt: string;
|
|
835
|
-
name: string;
|
|
836
836
|
crn: string;
|
|
837
837
|
govLink: string;
|
|
838
838
|
director: string;
|
|
@@ -847,11 +847,11 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
847
847
|
agentId: string;
|
|
848
848
|
} | null | undefined;
|
|
849
849
|
}, {
|
|
850
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
851
850
|
id: string;
|
|
851
|
+
name: string;
|
|
852
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
852
853
|
createdAt: string | Date;
|
|
853
854
|
updatedAt: string | Date;
|
|
854
|
-
name: string;
|
|
855
855
|
crn: string;
|
|
856
856
|
govLink: string;
|
|
857
857
|
director: string;
|
|
@@ -896,14 +896,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
896
896
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
898
|
id: string;
|
|
899
|
+
name: string;
|
|
899
900
|
createdAt: string;
|
|
900
901
|
updatedAt: string;
|
|
901
|
-
name: string;
|
|
902
902
|
}, {
|
|
903
903
|
id: string;
|
|
904
|
+
name: string;
|
|
904
905
|
createdAt: string | Date;
|
|
905
906
|
updatedAt: string | Date;
|
|
906
|
-
name: string;
|
|
907
907
|
}>>>;
|
|
908
908
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
909
909
|
id: z.ZodString;
|
|
@@ -939,11 +939,11 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
939
939
|
agentId: string;
|
|
940
940
|
}>>>;
|
|
941
941
|
}, "strip", z.ZodTypeAny, {
|
|
942
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
943
942
|
id: string;
|
|
943
|
+
name: string;
|
|
944
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
944
945
|
createdAt: string;
|
|
945
946
|
updatedAt: string;
|
|
946
|
-
name: string;
|
|
947
947
|
crn: string;
|
|
948
948
|
govLink: string;
|
|
949
949
|
director: string;
|
|
@@ -958,11 +958,11 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
958
958
|
agentId: string;
|
|
959
959
|
} | null | undefined;
|
|
960
960
|
}, {
|
|
961
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
962
961
|
id: string;
|
|
962
|
+
name: string;
|
|
963
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
963
964
|
createdAt: string | Date;
|
|
964
965
|
updatedAt: string | Date;
|
|
965
|
-
name: string;
|
|
966
966
|
crn: string;
|
|
967
967
|
govLink: string;
|
|
968
968
|
director: string;
|
|
@@ -998,23 +998,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
998
998
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
999
999
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1002
1001
|
id: string;
|
|
1002
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1003
1003
|
createdAt: string;
|
|
1004
1004
|
updatedAt: string;
|
|
1005
1005
|
userId: string;
|
|
1006
1006
|
company?: {
|
|
1007
1007
|
id: string;
|
|
1008
|
+
name: string;
|
|
1008
1009
|
createdAt: string;
|
|
1009
1010
|
updatedAt: string;
|
|
1010
|
-
name: string;
|
|
1011
1011
|
} | null | undefined;
|
|
1012
1012
|
client?: {
|
|
1013
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1014
1013
|
id: string;
|
|
1014
|
+
name: string;
|
|
1015
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1015
1016
|
createdAt: string;
|
|
1016
1017
|
updatedAt: string;
|
|
1017
|
-
name: string;
|
|
1018
1018
|
crn: string;
|
|
1019
1019
|
govLink: string;
|
|
1020
1020
|
director: string;
|
|
@@ -1036,23 +1036,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1036
1036
|
email: string;
|
|
1037
1037
|
} | null | undefined;
|
|
1038
1038
|
}, {
|
|
1039
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1040
1039
|
id: string;
|
|
1040
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1041
1041
|
createdAt: string | Date;
|
|
1042
1042
|
updatedAt: string | Date;
|
|
1043
1043
|
userId: string;
|
|
1044
1044
|
company?: {
|
|
1045
1045
|
id: string;
|
|
1046
|
+
name: string;
|
|
1046
1047
|
createdAt: string | Date;
|
|
1047
1048
|
updatedAt: string | Date;
|
|
1048
|
-
name: string;
|
|
1049
1049
|
} | null | undefined;
|
|
1050
1050
|
client?: {
|
|
1051
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1052
1051
|
id: string;
|
|
1052
|
+
name: string;
|
|
1053
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1053
1054
|
createdAt: string | Date;
|
|
1054
1055
|
updatedAt: string | Date;
|
|
1055
|
-
name: string;
|
|
1056
1056
|
crn: string;
|
|
1057
1057
|
govLink: string;
|
|
1058
1058
|
director: string;
|
|
@@ -1075,23 +1075,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1075
1075
|
} | null | undefined;
|
|
1076
1076
|
}>>>;
|
|
1077
1077
|
}, "strip", z.ZodTypeAny, {
|
|
1078
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1079
1078
|
id: string;
|
|
1079
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1080
1080
|
createdAt: string;
|
|
1081
1081
|
updatedAt: string;
|
|
1082
1082
|
userId: string;
|
|
1083
1083
|
company?: {
|
|
1084
1084
|
id: string;
|
|
1085
|
+
name: string;
|
|
1085
1086
|
createdAt: string;
|
|
1086
1087
|
updatedAt: string;
|
|
1087
|
-
name: string;
|
|
1088
1088
|
} | null | undefined;
|
|
1089
1089
|
client?: {
|
|
1090
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1091
1090
|
id: string;
|
|
1091
|
+
name: string;
|
|
1092
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1092
1093
|
createdAt: string;
|
|
1093
1094
|
updatedAt: string;
|
|
1094
|
-
name: string;
|
|
1095
1095
|
crn: string;
|
|
1096
1096
|
govLink: string;
|
|
1097
1097
|
director: string;
|
|
@@ -1113,23 +1113,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1113
1113
|
email: string;
|
|
1114
1114
|
} | null | undefined;
|
|
1115
1115
|
newCollaboration?: {
|
|
1116
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1117
1116
|
id: string;
|
|
1117
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1118
1118
|
createdAt: string;
|
|
1119
1119
|
updatedAt: string;
|
|
1120
1120
|
userId: string;
|
|
1121
1121
|
company?: {
|
|
1122
1122
|
id: string;
|
|
1123
|
+
name: string;
|
|
1123
1124
|
createdAt: string;
|
|
1124
1125
|
updatedAt: string;
|
|
1125
|
-
name: string;
|
|
1126
1126
|
} | null | undefined;
|
|
1127
1127
|
client?: {
|
|
1128
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1129
1128
|
id: string;
|
|
1129
|
+
name: string;
|
|
1130
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1130
1131
|
createdAt: string;
|
|
1131
1132
|
updatedAt: string;
|
|
1132
|
-
name: string;
|
|
1133
1133
|
crn: string;
|
|
1134
1134
|
govLink: string;
|
|
1135
1135
|
director: string;
|
|
@@ -1152,23 +1152,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1152
1152
|
} | null | undefined;
|
|
1153
1153
|
} | null | undefined;
|
|
1154
1154
|
}, {
|
|
1155
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1156
1155
|
id: string;
|
|
1156
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1157
1157
|
createdAt: string | Date;
|
|
1158
1158
|
updatedAt: string | Date;
|
|
1159
1159
|
userId: string;
|
|
1160
1160
|
company?: {
|
|
1161
1161
|
id: string;
|
|
1162
|
+
name: string;
|
|
1162
1163
|
createdAt: string | Date;
|
|
1163
1164
|
updatedAt: string | Date;
|
|
1164
|
-
name: string;
|
|
1165
1165
|
} | null | undefined;
|
|
1166
1166
|
client?: {
|
|
1167
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1168
1167
|
id: string;
|
|
1168
|
+
name: string;
|
|
1169
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1169
1170
|
createdAt: string | Date;
|
|
1170
1171
|
updatedAt: string | Date;
|
|
1171
|
-
name: string;
|
|
1172
1172
|
crn: string;
|
|
1173
1173
|
govLink: string;
|
|
1174
1174
|
director: string;
|
|
@@ -1190,23 +1190,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1190
1190
|
email: string;
|
|
1191
1191
|
} | null | undefined;
|
|
1192
1192
|
newCollaboration?: {
|
|
1193
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1194
1193
|
id: string;
|
|
1194
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1195
1195
|
createdAt: string | Date;
|
|
1196
1196
|
updatedAt: string | Date;
|
|
1197
1197
|
userId: string;
|
|
1198
1198
|
company?: {
|
|
1199
1199
|
id: string;
|
|
1200
|
+
name: string;
|
|
1200
1201
|
createdAt: string | Date;
|
|
1201
1202
|
updatedAt: string | Date;
|
|
1202
|
-
name: string;
|
|
1203
1203
|
} | null | undefined;
|
|
1204
1204
|
client?: {
|
|
1205
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1206
1205
|
id: string;
|
|
1206
|
+
name: string;
|
|
1207
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1207
1208
|
createdAt: string | Date;
|
|
1208
1209
|
updatedAt: string | Date;
|
|
1209
|
-
name: string;
|
|
1210
1210
|
crn: string;
|
|
1211
1211
|
govLink: string;
|
|
1212
1212
|
director: string;
|
|
@@ -1246,35 +1246,35 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1246
1246
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1247
1247
|
}, "strip", z.ZodTypeAny, {
|
|
1248
1248
|
id: string;
|
|
1249
|
-
email: string;
|
|
1250
1249
|
createdAt: string;
|
|
1251
1250
|
updatedAt: string;
|
|
1251
|
+
email: string;
|
|
1252
1252
|
collaborationId: string;
|
|
1253
1253
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
1254
|
-
decision: "
|
|
1254
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
1255
1255
|
isTermsAndConditionsConfirmed: boolean;
|
|
1256
1256
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
1257
1257
|
introductionEmailSent: boolean;
|
|
1258
1258
|
collaborationEmailSent: boolean;
|
|
1259
1259
|
clientContactId?: string | null | undefined;
|
|
1260
1260
|
collaboration?: {
|
|
1261
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1262
1261
|
id: string;
|
|
1262
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1263
1263
|
createdAt: string;
|
|
1264
1264
|
updatedAt: string;
|
|
1265
1265
|
userId: string;
|
|
1266
1266
|
company?: {
|
|
1267
1267
|
id: string;
|
|
1268
|
+
name: string;
|
|
1268
1269
|
createdAt: string;
|
|
1269
1270
|
updatedAt: string;
|
|
1270
|
-
name: string;
|
|
1271
1271
|
} | null | undefined;
|
|
1272
1272
|
client?: {
|
|
1273
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1274
1273
|
id: string;
|
|
1274
|
+
name: string;
|
|
1275
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1275
1276
|
createdAt: string;
|
|
1276
1277
|
updatedAt: string;
|
|
1277
|
-
name: string;
|
|
1278
1278
|
crn: string;
|
|
1279
1279
|
govLink: string;
|
|
1280
1280
|
director: string;
|
|
@@ -1296,23 +1296,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1296
1296
|
email: string;
|
|
1297
1297
|
} | null | undefined;
|
|
1298
1298
|
newCollaboration?: {
|
|
1299
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1300
1299
|
id: string;
|
|
1300
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1301
1301
|
createdAt: string;
|
|
1302
1302
|
updatedAt: string;
|
|
1303
1303
|
userId: string;
|
|
1304
1304
|
company?: {
|
|
1305
1305
|
id: string;
|
|
1306
|
+
name: string;
|
|
1306
1307
|
createdAt: string;
|
|
1307
1308
|
updatedAt: string;
|
|
1308
|
-
name: string;
|
|
1309
1309
|
} | null | undefined;
|
|
1310
1310
|
client?: {
|
|
1311
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1312
1311
|
id: string;
|
|
1312
|
+
name: string;
|
|
1313
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1313
1314
|
createdAt: string;
|
|
1314
1315
|
updatedAt: string;
|
|
1315
|
-
name: string;
|
|
1316
1316
|
crn: string;
|
|
1317
1317
|
govLink: string;
|
|
1318
1318
|
director: string;
|
|
@@ -1343,35 +1343,35 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1343
1343
|
checkingComment?: string | null | undefined;
|
|
1344
1344
|
}, {
|
|
1345
1345
|
id: string;
|
|
1346
|
-
email: string;
|
|
1347
1346
|
createdAt: string | Date;
|
|
1348
1347
|
updatedAt: string | Date;
|
|
1348
|
+
email: string;
|
|
1349
1349
|
collaborationId: string;
|
|
1350
1350
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
1351
|
-
decision: "
|
|
1351
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
1352
1352
|
isTermsAndConditionsConfirmed: boolean;
|
|
1353
1353
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
1354
1354
|
introductionEmailSent: boolean;
|
|
1355
1355
|
collaborationEmailSent: boolean;
|
|
1356
1356
|
clientContactId?: string | null | undefined;
|
|
1357
1357
|
collaboration?: {
|
|
1358
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1359
1358
|
id: string;
|
|
1359
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1360
1360
|
createdAt: string | Date;
|
|
1361
1361
|
updatedAt: string | Date;
|
|
1362
1362
|
userId: string;
|
|
1363
1363
|
company?: {
|
|
1364
1364
|
id: string;
|
|
1365
|
+
name: string;
|
|
1365
1366
|
createdAt: string | Date;
|
|
1366
1367
|
updatedAt: string | Date;
|
|
1367
|
-
name: string;
|
|
1368
1368
|
} | null | undefined;
|
|
1369
1369
|
client?: {
|
|
1370
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1371
1370
|
id: string;
|
|
1371
|
+
name: string;
|
|
1372
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1372
1373
|
createdAt: string | Date;
|
|
1373
1374
|
updatedAt: string | Date;
|
|
1374
|
-
name: string;
|
|
1375
1375
|
crn: string;
|
|
1376
1376
|
govLink: string;
|
|
1377
1377
|
director: string;
|
|
@@ -1393,23 +1393,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1393
1393
|
email: string;
|
|
1394
1394
|
} | null | undefined;
|
|
1395
1395
|
newCollaboration?: {
|
|
1396
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1397
1396
|
id: string;
|
|
1397
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1398
1398
|
createdAt: string | Date;
|
|
1399
1399
|
updatedAt: string | Date;
|
|
1400
1400
|
userId: string;
|
|
1401
1401
|
company?: {
|
|
1402
1402
|
id: string;
|
|
1403
|
+
name: string;
|
|
1403
1404
|
createdAt: string | Date;
|
|
1404
1405
|
updatedAt: string | Date;
|
|
1405
|
-
name: string;
|
|
1406
1406
|
} | null | undefined;
|
|
1407
1407
|
client?: {
|
|
1408
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1409
1408
|
id: string;
|
|
1409
|
+
name: string;
|
|
1410
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1410
1411
|
createdAt: string | Date;
|
|
1411
1412
|
updatedAt: string | Date;
|
|
1412
|
-
name: string;
|
|
1413
1413
|
crn: string;
|
|
1414
1414
|
govLink: string;
|
|
1415
1415
|
director: string;
|
|
@@ -1448,35 +1448,35 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1448
1448
|
limit: number;
|
|
1449
1449
|
items: {
|
|
1450
1450
|
id: string;
|
|
1451
|
-
email: string;
|
|
1452
1451
|
createdAt: string;
|
|
1453
1452
|
updatedAt: string;
|
|
1453
|
+
email: string;
|
|
1454
1454
|
collaborationId: string;
|
|
1455
1455
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
1456
|
-
decision: "
|
|
1456
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
1457
1457
|
isTermsAndConditionsConfirmed: boolean;
|
|
1458
1458
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
1459
1459
|
introductionEmailSent: boolean;
|
|
1460
1460
|
collaborationEmailSent: boolean;
|
|
1461
1461
|
clientContactId?: string | null | undefined;
|
|
1462
1462
|
collaboration?: {
|
|
1463
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1464
1463
|
id: string;
|
|
1464
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1465
1465
|
createdAt: string;
|
|
1466
1466
|
updatedAt: string;
|
|
1467
1467
|
userId: string;
|
|
1468
1468
|
company?: {
|
|
1469
1469
|
id: string;
|
|
1470
|
+
name: string;
|
|
1470
1471
|
createdAt: string;
|
|
1471
1472
|
updatedAt: string;
|
|
1472
|
-
name: string;
|
|
1473
1473
|
} | null | undefined;
|
|
1474
1474
|
client?: {
|
|
1475
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1476
1475
|
id: string;
|
|
1476
|
+
name: string;
|
|
1477
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1477
1478
|
createdAt: string;
|
|
1478
1479
|
updatedAt: string;
|
|
1479
|
-
name: string;
|
|
1480
1480
|
crn: string;
|
|
1481
1481
|
govLink: string;
|
|
1482
1482
|
director: string;
|
|
@@ -1498,23 +1498,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1498
1498
|
email: string;
|
|
1499
1499
|
} | null | undefined;
|
|
1500
1500
|
newCollaboration?: {
|
|
1501
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1502
1501
|
id: string;
|
|
1502
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1503
1503
|
createdAt: string;
|
|
1504
1504
|
updatedAt: string;
|
|
1505
1505
|
userId: string;
|
|
1506
1506
|
company?: {
|
|
1507
1507
|
id: string;
|
|
1508
|
+
name: string;
|
|
1508
1509
|
createdAt: string;
|
|
1509
1510
|
updatedAt: string;
|
|
1510
|
-
name: string;
|
|
1511
1511
|
} | null | undefined;
|
|
1512
1512
|
client?: {
|
|
1513
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1514
1513
|
id: string;
|
|
1514
|
+
name: string;
|
|
1515
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1515
1516
|
createdAt: string;
|
|
1516
1517
|
updatedAt: string;
|
|
1517
|
-
name: string;
|
|
1518
1518
|
crn: string;
|
|
1519
1519
|
govLink: string;
|
|
1520
1520
|
director: string;
|
|
@@ -1552,35 +1552,35 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1552
1552
|
limit: number;
|
|
1553
1553
|
items: {
|
|
1554
1554
|
id: string;
|
|
1555
|
-
email: string;
|
|
1556
1555
|
createdAt: string | Date;
|
|
1557
1556
|
updatedAt: string | Date;
|
|
1557
|
+
email: string;
|
|
1558
1558
|
collaborationId: string;
|
|
1559
1559
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
1560
|
-
decision: "
|
|
1560
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
1561
1561
|
isTermsAndConditionsConfirmed: boolean;
|
|
1562
1562
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
1563
1563
|
introductionEmailSent: boolean;
|
|
1564
1564
|
collaborationEmailSent: boolean;
|
|
1565
1565
|
clientContactId?: string | null | undefined;
|
|
1566
1566
|
collaboration?: {
|
|
1567
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1568
1567
|
id: string;
|
|
1568
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1569
1569
|
createdAt: string | Date;
|
|
1570
1570
|
updatedAt: string | Date;
|
|
1571
1571
|
userId: string;
|
|
1572
1572
|
company?: {
|
|
1573
1573
|
id: string;
|
|
1574
|
+
name: string;
|
|
1574
1575
|
createdAt: string | Date;
|
|
1575
1576
|
updatedAt: string | Date;
|
|
1576
|
-
name: string;
|
|
1577
1577
|
} | null | undefined;
|
|
1578
1578
|
client?: {
|
|
1579
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1580
1579
|
id: string;
|
|
1580
|
+
name: string;
|
|
1581
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1581
1582
|
createdAt: string | Date;
|
|
1582
1583
|
updatedAt: string | Date;
|
|
1583
|
-
name: string;
|
|
1584
1584
|
crn: string;
|
|
1585
1585
|
govLink: string;
|
|
1586
1586
|
director: string;
|
|
@@ -1602,23 +1602,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1602
1602
|
email: string;
|
|
1603
1603
|
} | null | undefined;
|
|
1604
1604
|
newCollaboration?: {
|
|
1605
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1606
1605
|
id: string;
|
|
1606
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1607
1607
|
createdAt: string | Date;
|
|
1608
1608
|
updatedAt: string | Date;
|
|
1609
1609
|
userId: string;
|
|
1610
1610
|
company?: {
|
|
1611
1611
|
id: string;
|
|
1612
|
+
name: string;
|
|
1612
1613
|
createdAt: string | Date;
|
|
1613
1614
|
updatedAt: string | Date;
|
|
1614
|
-
name: string;
|
|
1615
1615
|
} | null | undefined;
|
|
1616
1616
|
client?: {
|
|
1617
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1618
1617
|
id: string;
|
|
1618
|
+
name: string;
|
|
1619
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1619
1620
|
createdAt: string | Date;
|
|
1620
1621
|
updatedAt: string | Date;
|
|
1621
|
-
name: string;
|
|
1622
1622
|
crn: string;
|
|
1623
1623
|
govLink: string;
|
|
1624
1624
|
director: string;
|
|
@@ -1822,14 +1822,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
1822
1822
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1823
1823
|
}, "strip", z.ZodTypeAny, {
|
|
1824
1824
|
id: string;
|
|
1825
|
+
name: string;
|
|
1825
1826
|
createdAt: string;
|
|
1826
1827
|
updatedAt: string;
|
|
1827
|
-
name: string;
|
|
1828
1828
|
}, {
|
|
1829
1829
|
id: string;
|
|
1830
|
+
name: string;
|
|
1830
1831
|
createdAt: string | Date;
|
|
1831
1832
|
updatedAt: string | Date;
|
|
1832
|
-
name: string;
|
|
1833
1833
|
}>>>;
|
|
1834
1834
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1835
1835
|
id: z.ZodString;
|
|
@@ -1865,11 +1865,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
1865
1865
|
agentId: string;
|
|
1866
1866
|
}>>>;
|
|
1867
1867
|
}, "strip", z.ZodTypeAny, {
|
|
1868
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1869
1868
|
id: string;
|
|
1869
|
+
name: string;
|
|
1870
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1870
1871
|
createdAt: string;
|
|
1871
1872
|
updatedAt: string;
|
|
1872
|
-
name: string;
|
|
1873
1873
|
crn: string;
|
|
1874
1874
|
govLink: string;
|
|
1875
1875
|
director: string;
|
|
@@ -1884,11 +1884,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
1884
1884
|
agentId: string;
|
|
1885
1885
|
} | null | undefined;
|
|
1886
1886
|
}, {
|
|
1887
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1888
1887
|
id: string;
|
|
1888
|
+
name: string;
|
|
1889
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1889
1890
|
createdAt: string | Date;
|
|
1890
1891
|
updatedAt: string | Date;
|
|
1891
|
-
name: string;
|
|
1892
1892
|
crn: string;
|
|
1893
1893
|
govLink: string;
|
|
1894
1894
|
director: string;
|
|
@@ -1933,14 +1933,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
1933
1933
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1934
1934
|
}, "strip", z.ZodTypeAny, {
|
|
1935
1935
|
id: string;
|
|
1936
|
+
name: string;
|
|
1936
1937
|
createdAt: string;
|
|
1937
1938
|
updatedAt: string;
|
|
1938
|
-
name: string;
|
|
1939
1939
|
}, {
|
|
1940
1940
|
id: string;
|
|
1941
|
+
name: string;
|
|
1941
1942
|
createdAt: string | Date;
|
|
1942
1943
|
updatedAt: string | Date;
|
|
1943
|
-
name: string;
|
|
1944
1944
|
}>>>;
|
|
1945
1945
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1946
1946
|
id: z.ZodString;
|
|
@@ -1976,11 +1976,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
1976
1976
|
agentId: string;
|
|
1977
1977
|
}>>>;
|
|
1978
1978
|
}, "strip", z.ZodTypeAny, {
|
|
1979
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1980
1979
|
id: string;
|
|
1980
|
+
name: string;
|
|
1981
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1981
1982
|
createdAt: string;
|
|
1982
1983
|
updatedAt: string;
|
|
1983
|
-
name: string;
|
|
1984
1984
|
crn: string;
|
|
1985
1985
|
govLink: string;
|
|
1986
1986
|
director: string;
|
|
@@ -1995,11 +1995,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
1995
1995
|
agentId: string;
|
|
1996
1996
|
} | null | undefined;
|
|
1997
1997
|
}, {
|
|
1998
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1999
1998
|
id: string;
|
|
1999
|
+
name: string;
|
|
2000
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2000
2001
|
createdAt: string | Date;
|
|
2001
2002
|
updatedAt: string | Date;
|
|
2002
|
-
name: string;
|
|
2003
2003
|
crn: string;
|
|
2004
2004
|
govLink: string;
|
|
2005
2005
|
director: string;
|
|
@@ -2035,23 +2035,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2035
2035
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2036
2036
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2037
2037
|
}, "strip", z.ZodTypeAny, {
|
|
2038
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2039
2038
|
id: string;
|
|
2039
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2040
2040
|
createdAt: string;
|
|
2041
2041
|
updatedAt: string;
|
|
2042
2042
|
userId: string;
|
|
2043
2043
|
company?: {
|
|
2044
2044
|
id: string;
|
|
2045
|
+
name: string;
|
|
2045
2046
|
createdAt: string;
|
|
2046
2047
|
updatedAt: string;
|
|
2047
|
-
name: string;
|
|
2048
2048
|
} | null | undefined;
|
|
2049
2049
|
client?: {
|
|
2050
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2051
2050
|
id: string;
|
|
2051
|
+
name: string;
|
|
2052
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2052
2053
|
createdAt: string;
|
|
2053
2054
|
updatedAt: string;
|
|
2054
|
-
name: string;
|
|
2055
2055
|
crn: string;
|
|
2056
2056
|
govLink: string;
|
|
2057
2057
|
director: string;
|
|
@@ -2073,23 +2073,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2073
2073
|
email: string;
|
|
2074
2074
|
} | null | undefined;
|
|
2075
2075
|
}, {
|
|
2076
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2077
2076
|
id: string;
|
|
2077
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2078
2078
|
createdAt: string | Date;
|
|
2079
2079
|
updatedAt: string | Date;
|
|
2080
2080
|
userId: string;
|
|
2081
2081
|
company?: {
|
|
2082
2082
|
id: string;
|
|
2083
|
+
name: string;
|
|
2083
2084
|
createdAt: string | Date;
|
|
2084
2085
|
updatedAt: string | Date;
|
|
2085
|
-
name: string;
|
|
2086
2086
|
} | null | undefined;
|
|
2087
2087
|
client?: {
|
|
2088
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2089
2088
|
id: string;
|
|
2089
|
+
name: string;
|
|
2090
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2090
2091
|
createdAt: string | Date;
|
|
2091
2092
|
updatedAt: string | Date;
|
|
2092
|
-
name: string;
|
|
2093
2093
|
crn: string;
|
|
2094
2094
|
govLink: string;
|
|
2095
2095
|
director: string;
|
|
@@ -2112,23 +2112,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2112
2112
|
} | null | undefined;
|
|
2113
2113
|
}>>>;
|
|
2114
2114
|
}, "strip", z.ZodTypeAny, {
|
|
2115
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2116
2115
|
id: string;
|
|
2116
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2117
2117
|
createdAt: string;
|
|
2118
2118
|
updatedAt: string;
|
|
2119
2119
|
userId: string;
|
|
2120
2120
|
company?: {
|
|
2121
2121
|
id: string;
|
|
2122
|
+
name: string;
|
|
2122
2123
|
createdAt: string;
|
|
2123
2124
|
updatedAt: string;
|
|
2124
|
-
name: string;
|
|
2125
2125
|
} | null | undefined;
|
|
2126
2126
|
client?: {
|
|
2127
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2128
2127
|
id: string;
|
|
2128
|
+
name: string;
|
|
2129
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2129
2130
|
createdAt: string;
|
|
2130
2131
|
updatedAt: string;
|
|
2131
|
-
name: string;
|
|
2132
2132
|
crn: string;
|
|
2133
2133
|
govLink: string;
|
|
2134
2134
|
director: string;
|
|
@@ -2150,23 +2150,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2150
2150
|
email: string;
|
|
2151
2151
|
} | null | undefined;
|
|
2152
2152
|
newCollaboration?: {
|
|
2153
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2154
2153
|
id: string;
|
|
2154
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2155
2155
|
createdAt: string;
|
|
2156
2156
|
updatedAt: string;
|
|
2157
2157
|
userId: string;
|
|
2158
2158
|
company?: {
|
|
2159
2159
|
id: string;
|
|
2160
|
+
name: string;
|
|
2160
2161
|
createdAt: string;
|
|
2161
2162
|
updatedAt: string;
|
|
2162
|
-
name: string;
|
|
2163
2163
|
} | null | undefined;
|
|
2164
2164
|
client?: {
|
|
2165
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2166
2165
|
id: string;
|
|
2166
|
+
name: string;
|
|
2167
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2167
2168
|
createdAt: string;
|
|
2168
2169
|
updatedAt: string;
|
|
2169
|
-
name: string;
|
|
2170
2170
|
crn: string;
|
|
2171
2171
|
govLink: string;
|
|
2172
2172
|
director: string;
|
|
@@ -2189,23 +2189,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2189
2189
|
} | null | undefined;
|
|
2190
2190
|
} | null | undefined;
|
|
2191
2191
|
}, {
|
|
2192
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2193
2192
|
id: string;
|
|
2193
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2194
2194
|
createdAt: string | Date;
|
|
2195
2195
|
updatedAt: string | Date;
|
|
2196
2196
|
userId: string;
|
|
2197
2197
|
company?: {
|
|
2198
2198
|
id: string;
|
|
2199
|
+
name: string;
|
|
2199
2200
|
createdAt: string | Date;
|
|
2200
2201
|
updatedAt: string | Date;
|
|
2201
|
-
name: string;
|
|
2202
2202
|
} | null | undefined;
|
|
2203
2203
|
client?: {
|
|
2204
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2205
2204
|
id: string;
|
|
2205
|
+
name: string;
|
|
2206
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2206
2207
|
createdAt: string | Date;
|
|
2207
2208
|
updatedAt: string | Date;
|
|
2208
|
-
name: string;
|
|
2209
2209
|
crn: string;
|
|
2210
2210
|
govLink: string;
|
|
2211
2211
|
director: string;
|
|
@@ -2227,23 +2227,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2227
2227
|
email: string;
|
|
2228
2228
|
} | null | undefined;
|
|
2229
2229
|
newCollaboration?: {
|
|
2230
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2231
2230
|
id: string;
|
|
2231
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2232
2232
|
createdAt: string | Date;
|
|
2233
2233
|
updatedAt: string | Date;
|
|
2234
2234
|
userId: string;
|
|
2235
2235
|
company?: {
|
|
2236
2236
|
id: string;
|
|
2237
|
+
name: string;
|
|
2237
2238
|
createdAt: string | Date;
|
|
2238
2239
|
updatedAt: string | Date;
|
|
2239
|
-
name: string;
|
|
2240
2240
|
} | null | undefined;
|
|
2241
2241
|
client?: {
|
|
2242
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2243
2242
|
id: string;
|
|
2243
|
+
name: string;
|
|
2244
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2244
2245
|
createdAt: string | Date;
|
|
2245
2246
|
updatedAt: string | Date;
|
|
2246
|
-
name: string;
|
|
2247
2247
|
crn: string;
|
|
2248
2248
|
govLink: string;
|
|
2249
2249
|
director: string;
|
|
@@ -2283,35 +2283,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
2283
2283
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2284
2284
|
}, "strip", z.ZodTypeAny, {
|
|
2285
2285
|
id: string;
|
|
2286
|
-
email: string;
|
|
2287
2286
|
createdAt: string;
|
|
2288
2287
|
updatedAt: string;
|
|
2288
|
+
email: string;
|
|
2289
2289
|
collaborationId: string;
|
|
2290
2290
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2291
|
-
decision: "
|
|
2291
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
2292
2292
|
isTermsAndConditionsConfirmed: boolean;
|
|
2293
2293
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
2294
2294
|
introductionEmailSent: boolean;
|
|
2295
2295
|
collaborationEmailSent: boolean;
|
|
2296
2296
|
clientContactId?: string | null | undefined;
|
|
2297
2297
|
collaboration?: {
|
|
2298
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2299
2298
|
id: string;
|
|
2299
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2300
2300
|
createdAt: string;
|
|
2301
2301
|
updatedAt: string;
|
|
2302
2302
|
userId: string;
|
|
2303
2303
|
company?: {
|
|
2304
2304
|
id: string;
|
|
2305
|
+
name: string;
|
|
2305
2306
|
createdAt: string;
|
|
2306
2307
|
updatedAt: string;
|
|
2307
|
-
name: string;
|
|
2308
2308
|
} | null | undefined;
|
|
2309
2309
|
client?: {
|
|
2310
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2311
2310
|
id: string;
|
|
2311
|
+
name: string;
|
|
2312
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2312
2313
|
createdAt: string;
|
|
2313
2314
|
updatedAt: string;
|
|
2314
|
-
name: string;
|
|
2315
2315
|
crn: string;
|
|
2316
2316
|
govLink: string;
|
|
2317
2317
|
director: string;
|
|
@@ -2333,23 +2333,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2333
2333
|
email: string;
|
|
2334
2334
|
} | null | undefined;
|
|
2335
2335
|
newCollaboration?: {
|
|
2336
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2337
2336
|
id: string;
|
|
2337
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2338
2338
|
createdAt: string;
|
|
2339
2339
|
updatedAt: string;
|
|
2340
2340
|
userId: string;
|
|
2341
2341
|
company?: {
|
|
2342
2342
|
id: string;
|
|
2343
|
+
name: string;
|
|
2343
2344
|
createdAt: string;
|
|
2344
2345
|
updatedAt: string;
|
|
2345
|
-
name: string;
|
|
2346
2346
|
} | null | undefined;
|
|
2347
2347
|
client?: {
|
|
2348
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2349
2348
|
id: string;
|
|
2349
|
+
name: string;
|
|
2350
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2350
2351
|
createdAt: string;
|
|
2351
2352
|
updatedAt: string;
|
|
2352
|
-
name: string;
|
|
2353
2353
|
crn: string;
|
|
2354
2354
|
govLink: string;
|
|
2355
2355
|
director: string;
|
|
@@ -2380,35 +2380,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
2380
2380
|
checkingComment?: string | null | undefined;
|
|
2381
2381
|
}, {
|
|
2382
2382
|
id: string;
|
|
2383
|
-
email: string;
|
|
2384
2383
|
createdAt: string | Date;
|
|
2385
2384
|
updatedAt: string | Date;
|
|
2385
|
+
email: string;
|
|
2386
2386
|
collaborationId: string;
|
|
2387
2387
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2388
|
-
decision: "
|
|
2388
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
2389
2389
|
isTermsAndConditionsConfirmed: boolean;
|
|
2390
2390
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
2391
2391
|
introductionEmailSent: boolean;
|
|
2392
2392
|
collaborationEmailSent: boolean;
|
|
2393
2393
|
clientContactId?: string | null | undefined;
|
|
2394
2394
|
collaboration?: {
|
|
2395
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2396
2395
|
id: string;
|
|
2396
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2397
2397
|
createdAt: string | Date;
|
|
2398
2398
|
updatedAt: string | Date;
|
|
2399
2399
|
userId: string;
|
|
2400
2400
|
company?: {
|
|
2401
2401
|
id: string;
|
|
2402
|
+
name: string;
|
|
2402
2403
|
createdAt: string | Date;
|
|
2403
2404
|
updatedAt: string | Date;
|
|
2404
|
-
name: string;
|
|
2405
2405
|
} | null | undefined;
|
|
2406
2406
|
client?: {
|
|
2407
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2408
2407
|
id: string;
|
|
2408
|
+
name: string;
|
|
2409
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2409
2410
|
createdAt: string | Date;
|
|
2410
2411
|
updatedAt: string | Date;
|
|
2411
|
-
name: string;
|
|
2412
2412
|
crn: string;
|
|
2413
2413
|
govLink: string;
|
|
2414
2414
|
director: string;
|
|
@@ -2430,23 +2430,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2430
2430
|
email: string;
|
|
2431
2431
|
} | null | undefined;
|
|
2432
2432
|
newCollaboration?: {
|
|
2433
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2434
2433
|
id: string;
|
|
2434
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2435
2435
|
createdAt: string | Date;
|
|
2436
2436
|
updatedAt: string | Date;
|
|
2437
2437
|
userId: string;
|
|
2438
2438
|
company?: {
|
|
2439
2439
|
id: string;
|
|
2440
|
+
name: string;
|
|
2440
2441
|
createdAt: string | Date;
|
|
2441
2442
|
updatedAt: string | Date;
|
|
2442
|
-
name: string;
|
|
2443
2443
|
} | null | undefined;
|
|
2444
2444
|
client?: {
|
|
2445
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2446
2445
|
id: string;
|
|
2446
|
+
name: string;
|
|
2447
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2447
2448
|
createdAt: string | Date;
|
|
2448
2449
|
updatedAt: string | Date;
|
|
2449
|
-
name: string;
|
|
2450
2450
|
crn: string;
|
|
2451
2451
|
govLink: string;
|
|
2452
2452
|
director: string;
|
|
@@ -2504,6 +2504,12 @@ export declare const collaborationCheckingsContract: {
|
|
|
2504
2504
|
};
|
|
2505
2505
|
};
|
|
2506
2506
|
findAll: {
|
|
2507
|
+
metadata: {
|
|
2508
|
+
tags: string[];
|
|
2509
|
+
openApi: {
|
|
2510
|
+
operationId: string;
|
|
2511
|
+
};
|
|
2512
|
+
};
|
|
2507
2513
|
query: z.ZodObject<{
|
|
2508
2514
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
2509
2515
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -2520,28 +2526,22 @@ export declare const collaborationCheckingsContract: {
|
|
|
2520
2526
|
page: number;
|
|
2521
2527
|
sortBy: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp";
|
|
2522
2528
|
sortOrder: "ASC" | "DESC";
|
|
2523
|
-
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
2524
|
-
decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
|
|
2525
2529
|
companyId?: string | undefined;
|
|
2526
2530
|
clientId?: string | undefined;
|
|
2531
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
2532
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | undefined;
|
|
2527
2533
|
createdById?: string | undefined;
|
|
2528
2534
|
}, {
|
|
2529
2535
|
limit?: number | undefined;
|
|
2530
2536
|
page?: number | undefined;
|
|
2531
2537
|
sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
|
|
2532
2538
|
sortOrder?: "ASC" | "DESC" | undefined;
|
|
2533
|
-
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
2534
|
-
decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
|
|
2535
2539
|
companyId?: string | undefined;
|
|
2536
2540
|
clientId?: string | undefined;
|
|
2541
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
2542
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | undefined;
|
|
2537
2543
|
createdById?: string | undefined;
|
|
2538
2544
|
}>;
|
|
2539
|
-
metadata: {
|
|
2540
|
-
tags: string[];
|
|
2541
|
-
openApi: {
|
|
2542
|
-
operationId: string;
|
|
2543
|
-
};
|
|
2544
|
-
};
|
|
2545
2545
|
summary: "Get all collaboration checkings";
|
|
2546
2546
|
method: "GET";
|
|
2547
2547
|
path: "/v2/collaboration-checkings";
|
|
@@ -2660,14 +2660,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
2660
2660
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2661
2661
|
}, "strip", z.ZodTypeAny, {
|
|
2662
2662
|
id: string;
|
|
2663
|
+
name: string;
|
|
2663
2664
|
createdAt: string;
|
|
2664
2665
|
updatedAt: string;
|
|
2665
|
-
name: string;
|
|
2666
2666
|
}, {
|
|
2667
2667
|
id: string;
|
|
2668
|
+
name: string;
|
|
2668
2669
|
createdAt: string | Date;
|
|
2669
2670
|
updatedAt: string | Date;
|
|
2670
|
-
name: string;
|
|
2671
2671
|
}>>>;
|
|
2672
2672
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2673
2673
|
id: z.ZodString;
|
|
@@ -2703,11 +2703,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
2703
2703
|
agentId: string;
|
|
2704
2704
|
}>>>;
|
|
2705
2705
|
}, "strip", z.ZodTypeAny, {
|
|
2706
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2707
2706
|
id: string;
|
|
2707
|
+
name: string;
|
|
2708
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2708
2709
|
createdAt: string;
|
|
2709
2710
|
updatedAt: string;
|
|
2710
|
-
name: string;
|
|
2711
2711
|
crn: string;
|
|
2712
2712
|
govLink: string;
|
|
2713
2713
|
director: string;
|
|
@@ -2722,11 +2722,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
2722
2722
|
agentId: string;
|
|
2723
2723
|
} | null | undefined;
|
|
2724
2724
|
}, {
|
|
2725
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2726
2725
|
id: string;
|
|
2726
|
+
name: string;
|
|
2727
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2727
2728
|
createdAt: string | Date;
|
|
2728
2729
|
updatedAt: string | Date;
|
|
2729
|
-
name: string;
|
|
2730
2730
|
crn: string;
|
|
2731
2731
|
govLink: string;
|
|
2732
2732
|
director: string;
|
|
@@ -2771,14 +2771,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
2771
2771
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2772
2772
|
}, "strip", z.ZodTypeAny, {
|
|
2773
2773
|
id: string;
|
|
2774
|
+
name: string;
|
|
2774
2775
|
createdAt: string;
|
|
2775
2776
|
updatedAt: string;
|
|
2776
|
-
name: string;
|
|
2777
2777
|
}, {
|
|
2778
2778
|
id: string;
|
|
2779
|
+
name: string;
|
|
2779
2780
|
createdAt: string | Date;
|
|
2780
2781
|
updatedAt: string | Date;
|
|
2781
|
-
name: string;
|
|
2782
2782
|
}>>>;
|
|
2783
2783
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2784
2784
|
id: z.ZodString;
|
|
@@ -2814,11 +2814,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
2814
2814
|
agentId: string;
|
|
2815
2815
|
}>>>;
|
|
2816
2816
|
}, "strip", z.ZodTypeAny, {
|
|
2817
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2818
2817
|
id: string;
|
|
2818
|
+
name: string;
|
|
2819
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2819
2820
|
createdAt: string;
|
|
2820
2821
|
updatedAt: string;
|
|
2821
|
-
name: string;
|
|
2822
2822
|
crn: string;
|
|
2823
2823
|
govLink: string;
|
|
2824
2824
|
director: string;
|
|
@@ -2833,11 +2833,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
2833
2833
|
agentId: string;
|
|
2834
2834
|
} | null | undefined;
|
|
2835
2835
|
}, {
|
|
2836
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2837
2836
|
id: string;
|
|
2837
|
+
name: string;
|
|
2838
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2838
2839
|
createdAt: string | Date;
|
|
2839
2840
|
updatedAt: string | Date;
|
|
2840
|
-
name: string;
|
|
2841
2841
|
crn: string;
|
|
2842
2842
|
govLink: string;
|
|
2843
2843
|
director: string;
|
|
@@ -2873,23 +2873,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2873
2873
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2874
2874
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2875
2875
|
}, "strip", z.ZodTypeAny, {
|
|
2876
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2877
2876
|
id: string;
|
|
2877
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2878
2878
|
createdAt: string;
|
|
2879
2879
|
updatedAt: string;
|
|
2880
2880
|
userId: string;
|
|
2881
2881
|
company?: {
|
|
2882
2882
|
id: string;
|
|
2883
|
+
name: string;
|
|
2883
2884
|
createdAt: string;
|
|
2884
2885
|
updatedAt: string;
|
|
2885
|
-
name: string;
|
|
2886
2886
|
} | null | undefined;
|
|
2887
2887
|
client?: {
|
|
2888
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2889
2888
|
id: string;
|
|
2889
|
+
name: string;
|
|
2890
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2890
2891
|
createdAt: string;
|
|
2891
2892
|
updatedAt: string;
|
|
2892
|
-
name: string;
|
|
2893
2893
|
crn: string;
|
|
2894
2894
|
govLink: string;
|
|
2895
2895
|
director: string;
|
|
@@ -2911,23 +2911,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2911
2911
|
email: string;
|
|
2912
2912
|
} | null | undefined;
|
|
2913
2913
|
}, {
|
|
2914
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2915
2914
|
id: string;
|
|
2915
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2916
2916
|
createdAt: string | Date;
|
|
2917
2917
|
updatedAt: string | Date;
|
|
2918
2918
|
userId: string;
|
|
2919
2919
|
company?: {
|
|
2920
2920
|
id: string;
|
|
2921
|
+
name: string;
|
|
2921
2922
|
createdAt: string | Date;
|
|
2922
2923
|
updatedAt: string | Date;
|
|
2923
|
-
name: string;
|
|
2924
2924
|
} | null | undefined;
|
|
2925
2925
|
client?: {
|
|
2926
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2927
2926
|
id: string;
|
|
2927
|
+
name: string;
|
|
2928
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2928
2929
|
createdAt: string | Date;
|
|
2929
2930
|
updatedAt: string | Date;
|
|
2930
|
-
name: string;
|
|
2931
2931
|
crn: string;
|
|
2932
2932
|
govLink: string;
|
|
2933
2933
|
director: string;
|
|
@@ -2950,23 +2950,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2950
2950
|
} | null | undefined;
|
|
2951
2951
|
}>>>;
|
|
2952
2952
|
}, "strip", z.ZodTypeAny, {
|
|
2953
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2954
2953
|
id: string;
|
|
2954
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2955
2955
|
createdAt: string;
|
|
2956
2956
|
updatedAt: string;
|
|
2957
2957
|
userId: string;
|
|
2958
2958
|
company?: {
|
|
2959
2959
|
id: string;
|
|
2960
|
+
name: string;
|
|
2960
2961
|
createdAt: string;
|
|
2961
2962
|
updatedAt: string;
|
|
2962
|
-
name: string;
|
|
2963
2963
|
} | null | undefined;
|
|
2964
2964
|
client?: {
|
|
2965
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2966
2965
|
id: string;
|
|
2966
|
+
name: string;
|
|
2967
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2967
2968
|
createdAt: string;
|
|
2968
2969
|
updatedAt: string;
|
|
2969
|
-
name: string;
|
|
2970
2970
|
crn: string;
|
|
2971
2971
|
govLink: string;
|
|
2972
2972
|
director: string;
|
|
@@ -2988,23 +2988,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2988
2988
|
email: string;
|
|
2989
2989
|
} | null | undefined;
|
|
2990
2990
|
newCollaboration?: {
|
|
2991
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2992
2991
|
id: string;
|
|
2992
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2993
2993
|
createdAt: string;
|
|
2994
2994
|
updatedAt: string;
|
|
2995
2995
|
userId: string;
|
|
2996
2996
|
company?: {
|
|
2997
2997
|
id: string;
|
|
2998
|
+
name: string;
|
|
2998
2999
|
createdAt: string;
|
|
2999
3000
|
updatedAt: string;
|
|
3000
|
-
name: string;
|
|
3001
3001
|
} | null | undefined;
|
|
3002
3002
|
client?: {
|
|
3003
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3004
3003
|
id: string;
|
|
3004
|
+
name: string;
|
|
3005
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3005
3006
|
createdAt: string;
|
|
3006
3007
|
updatedAt: string;
|
|
3007
|
-
name: string;
|
|
3008
3008
|
crn: string;
|
|
3009
3009
|
govLink: string;
|
|
3010
3010
|
director: string;
|
|
@@ -3027,23 +3027,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3027
3027
|
} | null | undefined;
|
|
3028
3028
|
} | null | undefined;
|
|
3029
3029
|
}, {
|
|
3030
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3031
3030
|
id: string;
|
|
3031
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3032
3032
|
createdAt: string | Date;
|
|
3033
3033
|
updatedAt: string | Date;
|
|
3034
3034
|
userId: string;
|
|
3035
3035
|
company?: {
|
|
3036
3036
|
id: string;
|
|
3037
|
+
name: string;
|
|
3037
3038
|
createdAt: string | Date;
|
|
3038
3039
|
updatedAt: string | Date;
|
|
3039
|
-
name: string;
|
|
3040
3040
|
} | null | undefined;
|
|
3041
3041
|
client?: {
|
|
3042
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3043
3042
|
id: string;
|
|
3043
|
+
name: string;
|
|
3044
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3044
3045
|
createdAt: string | Date;
|
|
3045
3046
|
updatedAt: string | Date;
|
|
3046
|
-
name: string;
|
|
3047
3047
|
crn: string;
|
|
3048
3048
|
govLink: string;
|
|
3049
3049
|
director: string;
|
|
@@ -3065,23 +3065,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3065
3065
|
email: string;
|
|
3066
3066
|
} | null | undefined;
|
|
3067
3067
|
newCollaboration?: {
|
|
3068
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3069
3068
|
id: string;
|
|
3069
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3070
3070
|
createdAt: string | Date;
|
|
3071
3071
|
updatedAt: string | Date;
|
|
3072
3072
|
userId: string;
|
|
3073
3073
|
company?: {
|
|
3074
3074
|
id: string;
|
|
3075
|
+
name: string;
|
|
3075
3076
|
createdAt: string | Date;
|
|
3076
3077
|
updatedAt: string | Date;
|
|
3077
|
-
name: string;
|
|
3078
3078
|
} | null | undefined;
|
|
3079
3079
|
client?: {
|
|
3080
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3081
3080
|
id: string;
|
|
3081
|
+
name: string;
|
|
3082
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3082
3083
|
createdAt: string | Date;
|
|
3083
3084
|
updatedAt: string | Date;
|
|
3084
|
-
name: string;
|
|
3085
3085
|
crn: string;
|
|
3086
3086
|
govLink: string;
|
|
3087
3087
|
director: string;
|
|
@@ -3121,35 +3121,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
3121
3121
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3122
3122
|
}, "strip", z.ZodTypeAny, {
|
|
3123
3123
|
id: string;
|
|
3124
|
-
email: string;
|
|
3125
3124
|
createdAt: string;
|
|
3126
3125
|
updatedAt: string;
|
|
3126
|
+
email: string;
|
|
3127
3127
|
collaborationId: string;
|
|
3128
3128
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
3129
|
-
decision: "
|
|
3129
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
3130
3130
|
isTermsAndConditionsConfirmed: boolean;
|
|
3131
3131
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
3132
3132
|
introductionEmailSent: boolean;
|
|
3133
3133
|
collaborationEmailSent: boolean;
|
|
3134
3134
|
clientContactId?: string | null | undefined;
|
|
3135
3135
|
collaboration?: {
|
|
3136
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3137
3136
|
id: string;
|
|
3137
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3138
3138
|
createdAt: string;
|
|
3139
3139
|
updatedAt: string;
|
|
3140
3140
|
userId: string;
|
|
3141
3141
|
company?: {
|
|
3142
3142
|
id: string;
|
|
3143
|
+
name: string;
|
|
3143
3144
|
createdAt: string;
|
|
3144
3145
|
updatedAt: string;
|
|
3145
|
-
name: string;
|
|
3146
3146
|
} | null | undefined;
|
|
3147
3147
|
client?: {
|
|
3148
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3149
3148
|
id: string;
|
|
3149
|
+
name: string;
|
|
3150
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3150
3151
|
createdAt: string;
|
|
3151
3152
|
updatedAt: string;
|
|
3152
|
-
name: string;
|
|
3153
3153
|
crn: string;
|
|
3154
3154
|
govLink: string;
|
|
3155
3155
|
director: string;
|
|
@@ -3171,23 +3171,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3171
3171
|
email: string;
|
|
3172
3172
|
} | null | undefined;
|
|
3173
3173
|
newCollaboration?: {
|
|
3174
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3175
3174
|
id: string;
|
|
3175
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3176
3176
|
createdAt: string;
|
|
3177
3177
|
updatedAt: string;
|
|
3178
3178
|
userId: string;
|
|
3179
3179
|
company?: {
|
|
3180
3180
|
id: string;
|
|
3181
|
+
name: string;
|
|
3181
3182
|
createdAt: string;
|
|
3182
3183
|
updatedAt: string;
|
|
3183
|
-
name: string;
|
|
3184
3184
|
} | null | undefined;
|
|
3185
3185
|
client?: {
|
|
3186
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3187
3186
|
id: string;
|
|
3187
|
+
name: string;
|
|
3188
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3188
3189
|
createdAt: string;
|
|
3189
3190
|
updatedAt: string;
|
|
3190
|
-
name: string;
|
|
3191
3191
|
crn: string;
|
|
3192
3192
|
govLink: string;
|
|
3193
3193
|
director: string;
|
|
@@ -3218,35 +3218,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
3218
3218
|
checkingComment?: string | null | undefined;
|
|
3219
3219
|
}, {
|
|
3220
3220
|
id: string;
|
|
3221
|
-
email: string;
|
|
3222
3221
|
createdAt: string | Date;
|
|
3223
3222
|
updatedAt: string | Date;
|
|
3223
|
+
email: string;
|
|
3224
3224
|
collaborationId: string;
|
|
3225
3225
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
3226
|
-
decision: "
|
|
3226
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
3227
3227
|
isTermsAndConditionsConfirmed: boolean;
|
|
3228
3228
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
3229
3229
|
introductionEmailSent: boolean;
|
|
3230
3230
|
collaborationEmailSent: boolean;
|
|
3231
3231
|
clientContactId?: string | null | undefined;
|
|
3232
3232
|
collaboration?: {
|
|
3233
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3234
3233
|
id: string;
|
|
3234
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3235
3235
|
createdAt: string | Date;
|
|
3236
3236
|
updatedAt: string | Date;
|
|
3237
3237
|
userId: string;
|
|
3238
3238
|
company?: {
|
|
3239
3239
|
id: string;
|
|
3240
|
+
name: string;
|
|
3240
3241
|
createdAt: string | Date;
|
|
3241
3242
|
updatedAt: string | Date;
|
|
3242
|
-
name: string;
|
|
3243
3243
|
} | null | undefined;
|
|
3244
3244
|
client?: {
|
|
3245
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3246
3245
|
id: string;
|
|
3246
|
+
name: string;
|
|
3247
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3247
3248
|
createdAt: string | Date;
|
|
3248
3249
|
updatedAt: string | Date;
|
|
3249
|
-
name: string;
|
|
3250
3250
|
crn: string;
|
|
3251
3251
|
govLink: string;
|
|
3252
3252
|
director: string;
|
|
@@ -3268,23 +3268,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3268
3268
|
email: string;
|
|
3269
3269
|
} | null | undefined;
|
|
3270
3270
|
newCollaboration?: {
|
|
3271
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3272
3271
|
id: string;
|
|
3272
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3273
3273
|
createdAt: string | Date;
|
|
3274
3274
|
updatedAt: string | Date;
|
|
3275
3275
|
userId: string;
|
|
3276
3276
|
company?: {
|
|
3277
3277
|
id: string;
|
|
3278
|
+
name: string;
|
|
3278
3279
|
createdAt: string | Date;
|
|
3279
3280
|
updatedAt: string | Date;
|
|
3280
|
-
name: string;
|
|
3281
3281
|
} | null | undefined;
|
|
3282
3282
|
client?: {
|
|
3283
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3284
3283
|
id: string;
|
|
3284
|
+
name: string;
|
|
3285
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3285
3286
|
createdAt: string | Date;
|
|
3286
3287
|
updatedAt: string | Date;
|
|
3287
|
-
name: string;
|
|
3288
3288
|
crn: string;
|
|
3289
3289
|
govLink: string;
|
|
3290
3290
|
director: string;
|
|
@@ -3323,35 +3323,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
3323
3323
|
limit: number;
|
|
3324
3324
|
items: {
|
|
3325
3325
|
id: string;
|
|
3326
|
-
email: string;
|
|
3327
3326
|
createdAt: string;
|
|
3328
3327
|
updatedAt: string;
|
|
3328
|
+
email: string;
|
|
3329
3329
|
collaborationId: string;
|
|
3330
3330
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
3331
|
-
decision: "
|
|
3331
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
3332
3332
|
isTermsAndConditionsConfirmed: boolean;
|
|
3333
3333
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
3334
3334
|
introductionEmailSent: boolean;
|
|
3335
3335
|
collaborationEmailSent: boolean;
|
|
3336
3336
|
clientContactId?: string | null | undefined;
|
|
3337
3337
|
collaboration?: {
|
|
3338
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3339
3338
|
id: string;
|
|
3339
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3340
3340
|
createdAt: string;
|
|
3341
3341
|
updatedAt: string;
|
|
3342
3342
|
userId: string;
|
|
3343
3343
|
company?: {
|
|
3344
3344
|
id: string;
|
|
3345
|
+
name: string;
|
|
3345
3346
|
createdAt: string;
|
|
3346
3347
|
updatedAt: string;
|
|
3347
|
-
name: string;
|
|
3348
3348
|
} | null | undefined;
|
|
3349
3349
|
client?: {
|
|
3350
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3351
3350
|
id: string;
|
|
3351
|
+
name: string;
|
|
3352
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3352
3353
|
createdAt: string;
|
|
3353
3354
|
updatedAt: string;
|
|
3354
|
-
name: string;
|
|
3355
3355
|
crn: string;
|
|
3356
3356
|
govLink: string;
|
|
3357
3357
|
director: string;
|
|
@@ -3373,23 +3373,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3373
3373
|
email: string;
|
|
3374
3374
|
} | null | undefined;
|
|
3375
3375
|
newCollaboration?: {
|
|
3376
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3377
3376
|
id: string;
|
|
3377
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3378
3378
|
createdAt: string;
|
|
3379
3379
|
updatedAt: string;
|
|
3380
3380
|
userId: string;
|
|
3381
3381
|
company?: {
|
|
3382
3382
|
id: string;
|
|
3383
|
+
name: string;
|
|
3383
3384
|
createdAt: string;
|
|
3384
3385
|
updatedAt: string;
|
|
3385
|
-
name: string;
|
|
3386
3386
|
} | null | undefined;
|
|
3387
3387
|
client?: {
|
|
3388
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3389
3388
|
id: string;
|
|
3389
|
+
name: string;
|
|
3390
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3390
3391
|
createdAt: string;
|
|
3391
3392
|
updatedAt: string;
|
|
3392
|
-
name: string;
|
|
3393
3393
|
crn: string;
|
|
3394
3394
|
govLink: string;
|
|
3395
3395
|
director: string;
|
|
@@ -3427,35 +3427,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
3427
3427
|
limit: number;
|
|
3428
3428
|
items: {
|
|
3429
3429
|
id: string;
|
|
3430
|
-
email: string;
|
|
3431
3430
|
createdAt: string | Date;
|
|
3432
3431
|
updatedAt: string | Date;
|
|
3432
|
+
email: string;
|
|
3433
3433
|
collaborationId: string;
|
|
3434
3434
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
3435
|
-
decision: "
|
|
3435
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
3436
3436
|
isTermsAndConditionsConfirmed: boolean;
|
|
3437
3437
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
3438
3438
|
introductionEmailSent: boolean;
|
|
3439
3439
|
collaborationEmailSent: boolean;
|
|
3440
3440
|
clientContactId?: string | null | undefined;
|
|
3441
3441
|
collaboration?: {
|
|
3442
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3443
3442
|
id: string;
|
|
3443
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3444
3444
|
createdAt: string | Date;
|
|
3445
3445
|
updatedAt: string | Date;
|
|
3446
3446
|
userId: string;
|
|
3447
3447
|
company?: {
|
|
3448
3448
|
id: string;
|
|
3449
|
+
name: string;
|
|
3449
3450
|
createdAt: string | Date;
|
|
3450
3451
|
updatedAt: string | Date;
|
|
3451
|
-
name: string;
|
|
3452
3452
|
} | null | undefined;
|
|
3453
3453
|
client?: {
|
|
3454
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3455
3454
|
id: string;
|
|
3455
|
+
name: string;
|
|
3456
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3456
3457
|
createdAt: string | Date;
|
|
3457
3458
|
updatedAt: string | Date;
|
|
3458
|
-
name: string;
|
|
3459
3459
|
crn: string;
|
|
3460
3460
|
govLink: string;
|
|
3461
3461
|
director: string;
|
|
@@ -3477,23 +3477,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3477
3477
|
email: string;
|
|
3478
3478
|
} | null | undefined;
|
|
3479
3479
|
newCollaboration?: {
|
|
3480
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3481
3480
|
id: string;
|
|
3481
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3482
3482
|
createdAt: string | Date;
|
|
3483
3483
|
updatedAt: string | Date;
|
|
3484
3484
|
userId: string;
|
|
3485
3485
|
company?: {
|
|
3486
3486
|
id: string;
|
|
3487
|
+
name: string;
|
|
3487
3488
|
createdAt: string | Date;
|
|
3488
3489
|
updatedAt: string | Date;
|
|
3489
|
-
name: string;
|
|
3490
3490
|
} | null | undefined;
|
|
3491
3491
|
client?: {
|
|
3492
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3493
3492
|
id: string;
|
|
3493
|
+
name: string;
|
|
3494
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3494
3495
|
createdAt: string | Date;
|
|
3495
3496
|
updatedAt: string | Date;
|
|
3496
|
-
name: string;
|
|
3497
3497
|
crn: string;
|
|
3498
3498
|
govLink: string;
|
|
3499
3499
|
director: string;
|
|
@@ -3661,14 +3661,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
3661
3661
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3662
3662
|
}, "strip", z.ZodTypeAny, {
|
|
3663
3663
|
id: string;
|
|
3664
|
+
name: string;
|
|
3664
3665
|
createdAt: string;
|
|
3665
3666
|
updatedAt: string;
|
|
3666
|
-
name: string;
|
|
3667
3667
|
}, {
|
|
3668
3668
|
id: string;
|
|
3669
|
+
name: string;
|
|
3669
3670
|
createdAt: string | Date;
|
|
3670
3671
|
updatedAt: string | Date;
|
|
3671
|
-
name: string;
|
|
3672
3672
|
}>>>;
|
|
3673
3673
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3674
3674
|
id: z.ZodString;
|
|
@@ -3704,11 +3704,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
3704
3704
|
agentId: string;
|
|
3705
3705
|
}>>>;
|
|
3706
3706
|
}, "strip", z.ZodTypeAny, {
|
|
3707
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3708
3707
|
id: string;
|
|
3708
|
+
name: string;
|
|
3709
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3709
3710
|
createdAt: string;
|
|
3710
3711
|
updatedAt: string;
|
|
3711
|
-
name: string;
|
|
3712
3712
|
crn: string;
|
|
3713
3713
|
govLink: string;
|
|
3714
3714
|
director: string;
|
|
@@ -3723,11 +3723,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
3723
3723
|
agentId: string;
|
|
3724
3724
|
} | null | undefined;
|
|
3725
3725
|
}, {
|
|
3726
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3727
3726
|
id: string;
|
|
3727
|
+
name: string;
|
|
3728
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3728
3729
|
createdAt: string | Date;
|
|
3729
3730
|
updatedAt: string | Date;
|
|
3730
|
-
name: string;
|
|
3731
3731
|
crn: string;
|
|
3732
3732
|
govLink: string;
|
|
3733
3733
|
director: string;
|
|
@@ -3772,14 +3772,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
3772
3772
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3773
3773
|
}, "strip", z.ZodTypeAny, {
|
|
3774
3774
|
id: string;
|
|
3775
|
+
name: string;
|
|
3775
3776
|
createdAt: string;
|
|
3776
3777
|
updatedAt: string;
|
|
3777
|
-
name: string;
|
|
3778
3778
|
}, {
|
|
3779
3779
|
id: string;
|
|
3780
|
+
name: string;
|
|
3780
3781
|
createdAt: string | Date;
|
|
3781
3782
|
updatedAt: string | Date;
|
|
3782
|
-
name: string;
|
|
3783
3783
|
}>>>;
|
|
3784
3784
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3785
3785
|
id: z.ZodString;
|
|
@@ -3815,11 +3815,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
3815
3815
|
agentId: string;
|
|
3816
3816
|
}>>>;
|
|
3817
3817
|
}, "strip", z.ZodTypeAny, {
|
|
3818
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3819
3818
|
id: string;
|
|
3819
|
+
name: string;
|
|
3820
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3820
3821
|
createdAt: string;
|
|
3821
3822
|
updatedAt: string;
|
|
3822
|
-
name: string;
|
|
3823
3823
|
crn: string;
|
|
3824
3824
|
govLink: string;
|
|
3825
3825
|
director: string;
|
|
@@ -3834,11 +3834,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
3834
3834
|
agentId: string;
|
|
3835
3835
|
} | null | undefined;
|
|
3836
3836
|
}, {
|
|
3837
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3838
3837
|
id: string;
|
|
3838
|
+
name: string;
|
|
3839
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3839
3840
|
createdAt: string | Date;
|
|
3840
3841
|
updatedAt: string | Date;
|
|
3841
|
-
name: string;
|
|
3842
3842
|
crn: string;
|
|
3843
3843
|
govLink: string;
|
|
3844
3844
|
director: string;
|
|
@@ -3874,23 +3874,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3874
3874
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3875
3875
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3876
3876
|
}, "strip", z.ZodTypeAny, {
|
|
3877
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3878
3877
|
id: string;
|
|
3878
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3879
3879
|
createdAt: string;
|
|
3880
3880
|
updatedAt: string;
|
|
3881
3881
|
userId: string;
|
|
3882
3882
|
company?: {
|
|
3883
3883
|
id: string;
|
|
3884
|
+
name: string;
|
|
3884
3885
|
createdAt: string;
|
|
3885
3886
|
updatedAt: string;
|
|
3886
|
-
name: string;
|
|
3887
3887
|
} | null | undefined;
|
|
3888
3888
|
client?: {
|
|
3889
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3890
3889
|
id: string;
|
|
3890
|
+
name: string;
|
|
3891
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3891
3892
|
createdAt: string;
|
|
3892
3893
|
updatedAt: string;
|
|
3893
|
-
name: string;
|
|
3894
3894
|
crn: string;
|
|
3895
3895
|
govLink: string;
|
|
3896
3896
|
director: string;
|
|
@@ -3912,23 +3912,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3912
3912
|
email: string;
|
|
3913
3913
|
} | null | undefined;
|
|
3914
3914
|
}, {
|
|
3915
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3916
3915
|
id: string;
|
|
3916
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3917
3917
|
createdAt: string | Date;
|
|
3918
3918
|
updatedAt: string | Date;
|
|
3919
3919
|
userId: string;
|
|
3920
3920
|
company?: {
|
|
3921
3921
|
id: string;
|
|
3922
|
+
name: string;
|
|
3922
3923
|
createdAt: string | Date;
|
|
3923
3924
|
updatedAt: string | Date;
|
|
3924
|
-
name: string;
|
|
3925
3925
|
} | null | undefined;
|
|
3926
3926
|
client?: {
|
|
3927
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3928
3927
|
id: string;
|
|
3928
|
+
name: string;
|
|
3929
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3929
3930
|
createdAt: string | Date;
|
|
3930
3931
|
updatedAt: string | Date;
|
|
3931
|
-
name: string;
|
|
3932
3932
|
crn: string;
|
|
3933
3933
|
govLink: string;
|
|
3934
3934
|
director: string;
|
|
@@ -3951,23 +3951,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3951
3951
|
} | null | undefined;
|
|
3952
3952
|
}>>>;
|
|
3953
3953
|
}, "strip", z.ZodTypeAny, {
|
|
3954
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3955
3954
|
id: string;
|
|
3955
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3956
3956
|
createdAt: string;
|
|
3957
3957
|
updatedAt: string;
|
|
3958
3958
|
userId: string;
|
|
3959
3959
|
company?: {
|
|
3960
3960
|
id: string;
|
|
3961
|
+
name: string;
|
|
3961
3962
|
createdAt: string;
|
|
3962
3963
|
updatedAt: string;
|
|
3963
|
-
name: string;
|
|
3964
3964
|
} | null | undefined;
|
|
3965
3965
|
client?: {
|
|
3966
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3967
3966
|
id: string;
|
|
3967
|
+
name: string;
|
|
3968
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3968
3969
|
createdAt: string;
|
|
3969
3970
|
updatedAt: string;
|
|
3970
|
-
name: string;
|
|
3971
3971
|
crn: string;
|
|
3972
3972
|
govLink: string;
|
|
3973
3973
|
director: string;
|
|
@@ -3989,23 +3989,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3989
3989
|
email: string;
|
|
3990
3990
|
} | null | undefined;
|
|
3991
3991
|
newCollaboration?: {
|
|
3992
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3993
3992
|
id: string;
|
|
3993
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3994
3994
|
createdAt: string;
|
|
3995
3995
|
updatedAt: string;
|
|
3996
3996
|
userId: string;
|
|
3997
3997
|
company?: {
|
|
3998
3998
|
id: string;
|
|
3999
|
+
name: string;
|
|
3999
4000
|
createdAt: string;
|
|
4000
4001
|
updatedAt: string;
|
|
4001
|
-
name: string;
|
|
4002
4002
|
} | null | undefined;
|
|
4003
4003
|
client?: {
|
|
4004
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4005
4004
|
id: string;
|
|
4005
|
+
name: string;
|
|
4006
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4006
4007
|
createdAt: string;
|
|
4007
4008
|
updatedAt: string;
|
|
4008
|
-
name: string;
|
|
4009
4009
|
crn: string;
|
|
4010
4010
|
govLink: string;
|
|
4011
4011
|
director: string;
|
|
@@ -4028,23 +4028,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4028
4028
|
} | null | undefined;
|
|
4029
4029
|
} | null | undefined;
|
|
4030
4030
|
}, {
|
|
4031
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4032
4031
|
id: string;
|
|
4032
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4033
4033
|
createdAt: string | Date;
|
|
4034
4034
|
updatedAt: string | Date;
|
|
4035
4035
|
userId: string;
|
|
4036
4036
|
company?: {
|
|
4037
4037
|
id: string;
|
|
4038
|
+
name: string;
|
|
4038
4039
|
createdAt: string | Date;
|
|
4039
4040
|
updatedAt: string | Date;
|
|
4040
|
-
name: string;
|
|
4041
4041
|
} | null | undefined;
|
|
4042
4042
|
client?: {
|
|
4043
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4044
4043
|
id: string;
|
|
4044
|
+
name: string;
|
|
4045
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4045
4046
|
createdAt: string | Date;
|
|
4046
4047
|
updatedAt: string | Date;
|
|
4047
|
-
name: string;
|
|
4048
4048
|
crn: string;
|
|
4049
4049
|
govLink: string;
|
|
4050
4050
|
director: string;
|
|
@@ -4066,23 +4066,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4066
4066
|
email: string;
|
|
4067
4067
|
} | null | undefined;
|
|
4068
4068
|
newCollaboration?: {
|
|
4069
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4070
4069
|
id: string;
|
|
4070
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4071
4071
|
createdAt: string | Date;
|
|
4072
4072
|
updatedAt: string | Date;
|
|
4073
4073
|
userId: string;
|
|
4074
4074
|
company?: {
|
|
4075
4075
|
id: string;
|
|
4076
|
+
name: string;
|
|
4076
4077
|
createdAt: string | Date;
|
|
4077
4078
|
updatedAt: string | Date;
|
|
4078
|
-
name: string;
|
|
4079
4079
|
} | null | undefined;
|
|
4080
4080
|
client?: {
|
|
4081
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4082
4081
|
id: string;
|
|
4082
|
+
name: string;
|
|
4083
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4083
4084
|
createdAt: string | Date;
|
|
4084
4085
|
updatedAt: string | Date;
|
|
4085
|
-
name: string;
|
|
4086
4086
|
crn: string;
|
|
4087
4087
|
govLink: string;
|
|
4088
4088
|
director: string;
|
|
@@ -4122,35 +4122,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
4122
4122
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4123
4123
|
}, "strip", z.ZodTypeAny, {
|
|
4124
4124
|
id: string;
|
|
4125
|
-
email: string;
|
|
4126
4125
|
createdAt: string;
|
|
4127
4126
|
updatedAt: string;
|
|
4127
|
+
email: string;
|
|
4128
4128
|
collaborationId: string;
|
|
4129
4129
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
4130
|
-
decision: "
|
|
4130
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
4131
4131
|
isTermsAndConditionsConfirmed: boolean;
|
|
4132
4132
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
4133
4133
|
introductionEmailSent: boolean;
|
|
4134
4134
|
collaborationEmailSent: boolean;
|
|
4135
4135
|
clientContactId?: string | null | undefined;
|
|
4136
4136
|
collaboration?: {
|
|
4137
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4138
4137
|
id: string;
|
|
4138
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4139
4139
|
createdAt: string;
|
|
4140
4140
|
updatedAt: string;
|
|
4141
4141
|
userId: string;
|
|
4142
4142
|
company?: {
|
|
4143
4143
|
id: string;
|
|
4144
|
+
name: string;
|
|
4144
4145
|
createdAt: string;
|
|
4145
4146
|
updatedAt: string;
|
|
4146
|
-
name: string;
|
|
4147
4147
|
} | null | undefined;
|
|
4148
4148
|
client?: {
|
|
4149
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4150
4149
|
id: string;
|
|
4150
|
+
name: string;
|
|
4151
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4151
4152
|
createdAt: string;
|
|
4152
4153
|
updatedAt: string;
|
|
4153
|
-
name: string;
|
|
4154
4154
|
crn: string;
|
|
4155
4155
|
govLink: string;
|
|
4156
4156
|
director: string;
|
|
@@ -4172,23 +4172,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4172
4172
|
email: string;
|
|
4173
4173
|
} | null | undefined;
|
|
4174
4174
|
newCollaboration?: {
|
|
4175
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4176
4175
|
id: string;
|
|
4176
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4177
4177
|
createdAt: string;
|
|
4178
4178
|
updatedAt: string;
|
|
4179
4179
|
userId: string;
|
|
4180
4180
|
company?: {
|
|
4181
4181
|
id: string;
|
|
4182
|
+
name: string;
|
|
4182
4183
|
createdAt: string;
|
|
4183
4184
|
updatedAt: string;
|
|
4184
|
-
name: string;
|
|
4185
4185
|
} | null | undefined;
|
|
4186
4186
|
client?: {
|
|
4187
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4188
4187
|
id: string;
|
|
4188
|
+
name: string;
|
|
4189
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4189
4190
|
createdAt: string;
|
|
4190
4191
|
updatedAt: string;
|
|
4191
|
-
name: string;
|
|
4192
4192
|
crn: string;
|
|
4193
4193
|
govLink: string;
|
|
4194
4194
|
director: string;
|
|
@@ -4219,35 +4219,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
4219
4219
|
checkingComment?: string | null | undefined;
|
|
4220
4220
|
}, {
|
|
4221
4221
|
id: string;
|
|
4222
|
-
email: string;
|
|
4223
4222
|
createdAt: string | Date;
|
|
4224
4223
|
updatedAt: string | Date;
|
|
4224
|
+
email: string;
|
|
4225
4225
|
collaborationId: string;
|
|
4226
4226
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
4227
|
-
decision: "
|
|
4227
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
4228
4228
|
isTermsAndConditionsConfirmed: boolean;
|
|
4229
4229
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
4230
4230
|
introductionEmailSent: boolean;
|
|
4231
4231
|
collaborationEmailSent: boolean;
|
|
4232
4232
|
clientContactId?: string | null | undefined;
|
|
4233
4233
|
collaboration?: {
|
|
4234
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4235
4234
|
id: string;
|
|
4235
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4236
4236
|
createdAt: string | Date;
|
|
4237
4237
|
updatedAt: string | Date;
|
|
4238
4238
|
userId: string;
|
|
4239
4239
|
company?: {
|
|
4240
4240
|
id: string;
|
|
4241
|
+
name: string;
|
|
4241
4242
|
createdAt: string | Date;
|
|
4242
4243
|
updatedAt: string | Date;
|
|
4243
|
-
name: string;
|
|
4244
4244
|
} | null | undefined;
|
|
4245
4245
|
client?: {
|
|
4246
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4247
4246
|
id: string;
|
|
4247
|
+
name: string;
|
|
4248
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4248
4249
|
createdAt: string | Date;
|
|
4249
4250
|
updatedAt: string | Date;
|
|
4250
|
-
name: string;
|
|
4251
4251
|
crn: string;
|
|
4252
4252
|
govLink: string;
|
|
4253
4253
|
director: string;
|
|
@@ -4269,23 +4269,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4269
4269
|
email: string;
|
|
4270
4270
|
} | null | undefined;
|
|
4271
4271
|
newCollaboration?: {
|
|
4272
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4273
4272
|
id: string;
|
|
4273
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4274
4274
|
createdAt: string | Date;
|
|
4275
4275
|
updatedAt: string | Date;
|
|
4276
4276
|
userId: string;
|
|
4277
4277
|
company?: {
|
|
4278
4278
|
id: string;
|
|
4279
|
+
name: string;
|
|
4279
4280
|
createdAt: string | Date;
|
|
4280
4281
|
updatedAt: string | Date;
|
|
4281
|
-
name: string;
|
|
4282
4282
|
} | null | undefined;
|
|
4283
4283
|
client?: {
|
|
4284
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4285
4284
|
id: string;
|
|
4285
|
+
name: string;
|
|
4286
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4286
4287
|
createdAt: string | Date;
|
|
4287
4288
|
updatedAt: string | Date;
|
|
4288
|
-
name: string;
|
|
4289
4289
|
crn: string;
|
|
4290
4290
|
govLink: string;
|
|
4291
4291
|
director: string;
|
|
@@ -4373,7 +4373,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
4373
4373
|
email?: string | null | undefined;
|
|
4374
4374
|
clientContactId?: string | null | undefined;
|
|
4375
4375
|
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
4376
|
-
decision?: "
|
|
4376
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | null | undefined;
|
|
4377
4377
|
decisionComment?: string | null | undefined;
|
|
4378
4378
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
4379
4379
|
emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
|
|
@@ -4384,7 +4384,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
4384
4384
|
email?: string | null | undefined;
|
|
4385
4385
|
clientContactId?: string | null | undefined;
|
|
4386
4386
|
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
4387
|
-
decision?: "
|
|
4387
|
+
decision?: "REJECTED" | "APPROVED" | "PENDING" | null | undefined;
|
|
4388
4388
|
decisionComment?: string | null | undefined;
|
|
4389
4389
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
4390
4390
|
emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
|
|
@@ -4507,14 +4507,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
4507
4507
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4508
4508
|
}, "strip", z.ZodTypeAny, {
|
|
4509
4509
|
id: string;
|
|
4510
|
+
name: string;
|
|
4510
4511
|
createdAt: string;
|
|
4511
4512
|
updatedAt: string;
|
|
4512
|
-
name: string;
|
|
4513
4513
|
}, {
|
|
4514
4514
|
id: string;
|
|
4515
|
+
name: string;
|
|
4515
4516
|
createdAt: string | Date;
|
|
4516
4517
|
updatedAt: string | Date;
|
|
4517
|
-
name: string;
|
|
4518
4518
|
}>>>;
|
|
4519
4519
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4520
4520
|
id: z.ZodString;
|
|
@@ -4550,11 +4550,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
4550
4550
|
agentId: string;
|
|
4551
4551
|
}>>>;
|
|
4552
4552
|
}, "strip", z.ZodTypeAny, {
|
|
4553
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4554
4553
|
id: string;
|
|
4554
|
+
name: string;
|
|
4555
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4555
4556
|
createdAt: string;
|
|
4556
4557
|
updatedAt: string;
|
|
4557
|
-
name: string;
|
|
4558
4558
|
crn: string;
|
|
4559
4559
|
govLink: string;
|
|
4560
4560
|
director: string;
|
|
@@ -4569,11 +4569,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
4569
4569
|
agentId: string;
|
|
4570
4570
|
} | null | undefined;
|
|
4571
4571
|
}, {
|
|
4572
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4573
4572
|
id: string;
|
|
4573
|
+
name: string;
|
|
4574
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4574
4575
|
createdAt: string | Date;
|
|
4575
4576
|
updatedAt: string | Date;
|
|
4576
|
-
name: string;
|
|
4577
4577
|
crn: string;
|
|
4578
4578
|
govLink: string;
|
|
4579
4579
|
director: string;
|
|
@@ -4618,14 +4618,14 @@ export declare const collaborationCheckingsContract: {
|
|
|
4618
4618
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4619
4619
|
}, "strip", z.ZodTypeAny, {
|
|
4620
4620
|
id: string;
|
|
4621
|
+
name: string;
|
|
4621
4622
|
createdAt: string;
|
|
4622
4623
|
updatedAt: string;
|
|
4623
|
-
name: string;
|
|
4624
4624
|
}, {
|
|
4625
4625
|
id: string;
|
|
4626
|
+
name: string;
|
|
4626
4627
|
createdAt: string | Date;
|
|
4627
4628
|
updatedAt: string | Date;
|
|
4628
|
-
name: string;
|
|
4629
4629
|
}>>>;
|
|
4630
4630
|
client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4631
4631
|
id: z.ZodString;
|
|
@@ -4661,11 +4661,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
4661
4661
|
agentId: string;
|
|
4662
4662
|
}>>>;
|
|
4663
4663
|
}, "strip", z.ZodTypeAny, {
|
|
4664
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4665
4664
|
id: string;
|
|
4665
|
+
name: string;
|
|
4666
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4666
4667
|
createdAt: string;
|
|
4667
4668
|
updatedAt: string;
|
|
4668
|
-
name: string;
|
|
4669
4669
|
crn: string;
|
|
4670
4670
|
govLink: string;
|
|
4671
4671
|
director: string;
|
|
@@ -4680,11 +4680,11 @@ export declare const collaborationCheckingsContract: {
|
|
|
4680
4680
|
agentId: string;
|
|
4681
4681
|
} | null | undefined;
|
|
4682
4682
|
}, {
|
|
4683
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4684
4683
|
id: string;
|
|
4684
|
+
name: string;
|
|
4685
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4685
4686
|
createdAt: string | Date;
|
|
4686
4687
|
updatedAt: string | Date;
|
|
4687
|
-
name: string;
|
|
4688
4688
|
crn: string;
|
|
4689
4689
|
govLink: string;
|
|
4690
4690
|
director: string;
|
|
@@ -4720,23 +4720,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4720
4720
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4721
4721
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4722
4722
|
}, "strip", z.ZodTypeAny, {
|
|
4723
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4724
4723
|
id: string;
|
|
4724
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4725
4725
|
createdAt: string;
|
|
4726
4726
|
updatedAt: string;
|
|
4727
4727
|
userId: string;
|
|
4728
4728
|
company?: {
|
|
4729
4729
|
id: string;
|
|
4730
|
+
name: string;
|
|
4730
4731
|
createdAt: string;
|
|
4731
4732
|
updatedAt: string;
|
|
4732
|
-
name: string;
|
|
4733
4733
|
} | null | undefined;
|
|
4734
4734
|
client?: {
|
|
4735
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4736
4735
|
id: string;
|
|
4736
|
+
name: string;
|
|
4737
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4737
4738
|
createdAt: string;
|
|
4738
4739
|
updatedAt: string;
|
|
4739
|
-
name: string;
|
|
4740
4740
|
crn: string;
|
|
4741
4741
|
govLink: string;
|
|
4742
4742
|
director: string;
|
|
@@ -4758,23 +4758,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4758
4758
|
email: string;
|
|
4759
4759
|
} | null | undefined;
|
|
4760
4760
|
}, {
|
|
4761
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4762
4761
|
id: string;
|
|
4762
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4763
4763
|
createdAt: string | Date;
|
|
4764
4764
|
updatedAt: string | Date;
|
|
4765
4765
|
userId: string;
|
|
4766
4766
|
company?: {
|
|
4767
4767
|
id: string;
|
|
4768
|
+
name: string;
|
|
4768
4769
|
createdAt: string | Date;
|
|
4769
4770
|
updatedAt: string | Date;
|
|
4770
|
-
name: string;
|
|
4771
4771
|
} | null | undefined;
|
|
4772
4772
|
client?: {
|
|
4773
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4774
4773
|
id: string;
|
|
4774
|
+
name: string;
|
|
4775
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4775
4776
|
createdAt: string | Date;
|
|
4776
4777
|
updatedAt: string | Date;
|
|
4777
|
-
name: string;
|
|
4778
4778
|
crn: string;
|
|
4779
4779
|
govLink: string;
|
|
4780
4780
|
director: string;
|
|
@@ -4797,23 +4797,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4797
4797
|
} | null | undefined;
|
|
4798
4798
|
}>>>;
|
|
4799
4799
|
}, "strip", z.ZodTypeAny, {
|
|
4800
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4801
4800
|
id: string;
|
|
4801
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4802
4802
|
createdAt: string;
|
|
4803
4803
|
updatedAt: string;
|
|
4804
4804
|
userId: string;
|
|
4805
4805
|
company?: {
|
|
4806
4806
|
id: string;
|
|
4807
|
+
name: string;
|
|
4807
4808
|
createdAt: string;
|
|
4808
4809
|
updatedAt: string;
|
|
4809
|
-
name: string;
|
|
4810
4810
|
} | null | undefined;
|
|
4811
4811
|
client?: {
|
|
4812
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4813
4812
|
id: string;
|
|
4813
|
+
name: string;
|
|
4814
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4814
4815
|
createdAt: string;
|
|
4815
4816
|
updatedAt: string;
|
|
4816
|
-
name: string;
|
|
4817
4817
|
crn: string;
|
|
4818
4818
|
govLink: string;
|
|
4819
4819
|
director: string;
|
|
@@ -4835,23 +4835,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4835
4835
|
email: string;
|
|
4836
4836
|
} | null | undefined;
|
|
4837
4837
|
newCollaboration?: {
|
|
4838
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4839
4838
|
id: string;
|
|
4839
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4840
4840
|
createdAt: string;
|
|
4841
4841
|
updatedAt: string;
|
|
4842
4842
|
userId: string;
|
|
4843
4843
|
company?: {
|
|
4844
4844
|
id: string;
|
|
4845
|
+
name: string;
|
|
4845
4846
|
createdAt: string;
|
|
4846
4847
|
updatedAt: string;
|
|
4847
|
-
name: string;
|
|
4848
4848
|
} | null | undefined;
|
|
4849
4849
|
client?: {
|
|
4850
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4851
4850
|
id: string;
|
|
4851
|
+
name: string;
|
|
4852
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4852
4853
|
createdAt: string;
|
|
4853
4854
|
updatedAt: string;
|
|
4854
|
-
name: string;
|
|
4855
4855
|
crn: string;
|
|
4856
4856
|
govLink: string;
|
|
4857
4857
|
director: string;
|
|
@@ -4874,23 +4874,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4874
4874
|
} | null | undefined;
|
|
4875
4875
|
} | null | undefined;
|
|
4876
4876
|
}, {
|
|
4877
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4878
4877
|
id: string;
|
|
4878
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4879
4879
|
createdAt: string | Date;
|
|
4880
4880
|
updatedAt: string | Date;
|
|
4881
4881
|
userId: string;
|
|
4882
4882
|
company?: {
|
|
4883
4883
|
id: string;
|
|
4884
|
+
name: string;
|
|
4884
4885
|
createdAt: string | Date;
|
|
4885
4886
|
updatedAt: string | Date;
|
|
4886
|
-
name: string;
|
|
4887
4887
|
} | null | undefined;
|
|
4888
4888
|
client?: {
|
|
4889
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4890
4889
|
id: string;
|
|
4890
|
+
name: string;
|
|
4891
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4891
4892
|
createdAt: string | Date;
|
|
4892
4893
|
updatedAt: string | Date;
|
|
4893
|
-
name: string;
|
|
4894
4894
|
crn: string;
|
|
4895
4895
|
govLink: string;
|
|
4896
4896
|
director: string;
|
|
@@ -4912,23 +4912,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4912
4912
|
email: string;
|
|
4913
4913
|
} | null | undefined;
|
|
4914
4914
|
newCollaboration?: {
|
|
4915
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4916
4915
|
id: string;
|
|
4916
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4917
4917
|
createdAt: string | Date;
|
|
4918
4918
|
updatedAt: string | Date;
|
|
4919
4919
|
userId: string;
|
|
4920
4920
|
company?: {
|
|
4921
4921
|
id: string;
|
|
4922
|
+
name: string;
|
|
4922
4923
|
createdAt: string | Date;
|
|
4923
4924
|
updatedAt: string | Date;
|
|
4924
|
-
name: string;
|
|
4925
4925
|
} | null | undefined;
|
|
4926
4926
|
client?: {
|
|
4927
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4928
4927
|
id: string;
|
|
4928
|
+
name: string;
|
|
4929
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4929
4930
|
createdAt: string | Date;
|
|
4930
4931
|
updatedAt: string | Date;
|
|
4931
|
-
name: string;
|
|
4932
4932
|
crn: string;
|
|
4933
4933
|
govLink: string;
|
|
4934
4934
|
director: string;
|
|
@@ -4968,35 +4968,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
4968
4968
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4969
4969
|
}, "strip", z.ZodTypeAny, {
|
|
4970
4970
|
id: string;
|
|
4971
|
-
email: string;
|
|
4972
4971
|
createdAt: string;
|
|
4973
4972
|
updatedAt: string;
|
|
4973
|
+
email: string;
|
|
4974
4974
|
collaborationId: string;
|
|
4975
4975
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
4976
|
-
decision: "
|
|
4976
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
4977
4977
|
isTermsAndConditionsConfirmed: boolean;
|
|
4978
4978
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
4979
4979
|
introductionEmailSent: boolean;
|
|
4980
4980
|
collaborationEmailSent: boolean;
|
|
4981
4981
|
clientContactId?: string | null | undefined;
|
|
4982
4982
|
collaboration?: {
|
|
4983
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4984
4983
|
id: string;
|
|
4984
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4985
4985
|
createdAt: string;
|
|
4986
4986
|
updatedAt: string;
|
|
4987
4987
|
userId: string;
|
|
4988
4988
|
company?: {
|
|
4989
4989
|
id: string;
|
|
4990
|
+
name: string;
|
|
4990
4991
|
createdAt: string;
|
|
4991
4992
|
updatedAt: string;
|
|
4992
|
-
name: string;
|
|
4993
4993
|
} | null | undefined;
|
|
4994
4994
|
client?: {
|
|
4995
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4996
4995
|
id: string;
|
|
4996
|
+
name: string;
|
|
4997
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4997
4998
|
createdAt: string;
|
|
4998
4999
|
updatedAt: string;
|
|
4999
|
-
name: string;
|
|
5000
5000
|
crn: string;
|
|
5001
5001
|
govLink: string;
|
|
5002
5002
|
director: string;
|
|
@@ -5018,23 +5018,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
5018
5018
|
email: string;
|
|
5019
5019
|
} | null | undefined;
|
|
5020
5020
|
newCollaboration?: {
|
|
5021
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5022
5021
|
id: string;
|
|
5022
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5023
5023
|
createdAt: string;
|
|
5024
5024
|
updatedAt: string;
|
|
5025
5025
|
userId: string;
|
|
5026
5026
|
company?: {
|
|
5027
5027
|
id: string;
|
|
5028
|
+
name: string;
|
|
5028
5029
|
createdAt: string;
|
|
5029
5030
|
updatedAt: string;
|
|
5030
|
-
name: string;
|
|
5031
5031
|
} | null | undefined;
|
|
5032
5032
|
client?: {
|
|
5033
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
5034
5033
|
id: string;
|
|
5034
|
+
name: string;
|
|
5035
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
5035
5036
|
createdAt: string;
|
|
5036
5037
|
updatedAt: string;
|
|
5037
|
-
name: string;
|
|
5038
5038
|
crn: string;
|
|
5039
5039
|
govLink: string;
|
|
5040
5040
|
director: string;
|
|
@@ -5065,35 +5065,35 @@ export declare const collaborationCheckingsContract: {
|
|
|
5065
5065
|
checkingComment?: string | null | undefined;
|
|
5066
5066
|
}, {
|
|
5067
5067
|
id: string;
|
|
5068
|
-
email: string;
|
|
5069
5068
|
createdAt: string | Date;
|
|
5070
5069
|
updatedAt: string | Date;
|
|
5070
|
+
email: string;
|
|
5071
5071
|
collaborationId: string;
|
|
5072
5072
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
5073
|
-
decision: "
|
|
5073
|
+
decision: "REJECTED" | "APPROVED" | "PENDING";
|
|
5074
5074
|
isTermsAndConditionsConfirmed: boolean;
|
|
5075
5075
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
5076
5076
|
introductionEmailSent: boolean;
|
|
5077
5077
|
collaborationEmailSent: boolean;
|
|
5078
5078
|
clientContactId?: string | null | undefined;
|
|
5079
5079
|
collaboration?: {
|
|
5080
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5081
5080
|
id: string;
|
|
5081
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5082
5082
|
createdAt: string | Date;
|
|
5083
5083
|
updatedAt: string | Date;
|
|
5084
5084
|
userId: string;
|
|
5085
5085
|
company?: {
|
|
5086
5086
|
id: string;
|
|
5087
|
+
name: string;
|
|
5087
5088
|
createdAt: string | Date;
|
|
5088
5089
|
updatedAt: string | Date;
|
|
5089
|
-
name: string;
|
|
5090
5090
|
} | null | undefined;
|
|
5091
5091
|
client?: {
|
|
5092
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
5093
5092
|
id: string;
|
|
5093
|
+
name: string;
|
|
5094
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
5094
5095
|
createdAt: string | Date;
|
|
5095
5096
|
updatedAt: string | Date;
|
|
5096
|
-
name: string;
|
|
5097
5097
|
crn: string;
|
|
5098
5098
|
govLink: string;
|
|
5099
5099
|
director: string;
|
|
@@ -5115,23 +5115,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
5115
5115
|
email: string;
|
|
5116
5116
|
} | null | undefined;
|
|
5117
5117
|
newCollaboration?: {
|
|
5118
|
-
status: "INACTIVE" | "APPROVED" | "ACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5119
5118
|
id: string;
|
|
5119
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5120
5120
|
createdAt: string | Date;
|
|
5121
5121
|
updatedAt: string | Date;
|
|
5122
5122
|
userId: string;
|
|
5123
5123
|
company?: {
|
|
5124
5124
|
id: string;
|
|
5125
|
+
name: string;
|
|
5125
5126
|
createdAt: string | Date;
|
|
5126
5127
|
updatedAt: string | Date;
|
|
5127
|
-
name: string;
|
|
5128
5128
|
} | null | undefined;
|
|
5129
5129
|
client?: {
|
|
5130
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
5131
5130
|
id: string;
|
|
5131
|
+
name: string;
|
|
5132
|
+
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
5132
5133
|
createdAt: string | Date;
|
|
5133
5134
|
updatedAt: string | Date;
|
|
5134
|
-
name: string;
|
|
5135
5135
|
crn: string;
|
|
5136
5136
|
govLink: string;
|
|
5137
5137
|
director: string;
|