@dakkitor/api-contracts 1.1.37 → 1.1.38
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 +2 -2
- package/dist/actives/actives.contract.d.ts +1184 -1184
- package/dist/bookings/bookings.contract.d.ts +1070 -1070
- package/dist/call-history/call-history.contract.d.ts +490 -466
- package/dist/call-history/call-history.contract.d.ts.map +1 -1
- package/dist/call-history/call-history.contract.js +3 -10
- package/dist/client-contacts/client-contacts.contract.d.ts +25 -25
- package/dist/client-contacts/client-contacts.contract.js +1 -1
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +604 -604
- package/dist/collaborations/collaborations.contract.d.ts +488 -488
- package/dist/jobs/jobs.contract.d.ts +640 -640
- package/dist/leads/leads.contract.d.ts +44 -44
- package/package.json +1 -1
|
@@ -11,15 +11,15 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
11
11
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
12
12
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
id: string;
|
|
15
|
-
name: string;
|
|
16
14
|
createdAt: string;
|
|
17
15
|
updatedAt: string;
|
|
18
|
-
}, {
|
|
19
16
|
id: string;
|
|
20
17
|
name: string;
|
|
18
|
+
}, {
|
|
21
19
|
createdAt: string | Date;
|
|
22
20
|
updatedAt: string | Date;
|
|
21
|
+
id: string;
|
|
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
|
-
id: string;
|
|
59
|
-
name: string;
|
|
60
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
61
58
|
createdAt: string;
|
|
62
59
|
updatedAt: string;
|
|
60
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
61
|
+
id: 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
|
-
id: string;
|
|
78
|
-
name: string;
|
|
79
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
80
77
|
createdAt: string | Date;
|
|
81
78
|
updatedAt: string | Date;
|
|
79
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
80
|
+
id: string;
|
|
81
|
+
name: string;
|
|
82
82
|
crn: string;
|
|
83
83
|
govLink: string;
|
|
84
84
|
director: string;
|
|
@@ -122,15 +122,15 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
122
122
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
123
123
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
124
124
|
}, "strip", z.ZodTypeAny, {
|
|
125
|
-
id: string;
|
|
126
|
-
name: string;
|
|
127
125
|
createdAt: string;
|
|
128
126
|
updatedAt: string;
|
|
129
|
-
}, {
|
|
130
127
|
id: string;
|
|
131
128
|
name: string;
|
|
129
|
+
}, {
|
|
132
130
|
createdAt: string | Date;
|
|
133
131
|
updatedAt: string | Date;
|
|
132
|
+
id: string;
|
|
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
|
-
id: string;
|
|
170
|
-
name: string;
|
|
171
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
172
169
|
createdAt: string;
|
|
173
170
|
updatedAt: string;
|
|
171
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
172
|
+
id: 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
|
-
id: string;
|
|
189
|
-
name: string;
|
|
190
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
191
188
|
createdAt: string | Date;
|
|
192
189
|
updatedAt: string | Date;
|
|
190
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
191
|
+
id: string;
|
|
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
|
-
id: string;
|
|
229
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
230
228
|
createdAt: string;
|
|
231
229
|
updatedAt: string;
|
|
230
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
231
|
+
id: string;
|
|
232
232
|
userId: string;
|
|
233
233
|
company?: {
|
|
234
|
-
id: string;
|
|
235
|
-
name: string;
|
|
236
234
|
createdAt: string;
|
|
237
235
|
updatedAt: string;
|
|
238
|
-
} | null | undefined;
|
|
239
|
-
client?: {
|
|
240
236
|
id: string;
|
|
241
237
|
name: string;
|
|
242
|
-
|
|
238
|
+
} | null | undefined;
|
|
239
|
+
client?: {
|
|
243
240
|
createdAt: string;
|
|
244
241
|
updatedAt: string;
|
|
242
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
243
|
+
id: 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
|
-
id: string;
|
|
267
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
268
266
|
createdAt: string | Date;
|
|
269
267
|
updatedAt: string | Date;
|
|
268
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
269
|
+
id: string;
|
|
270
270
|
userId: string;
|
|
271
271
|
company?: {
|
|
272
|
-
id: string;
|
|
273
|
-
name: string;
|
|
274
272
|
createdAt: string | Date;
|
|
275
273
|
updatedAt: string | Date;
|
|
276
|
-
} | null | undefined;
|
|
277
|
-
client?: {
|
|
278
274
|
id: string;
|
|
279
275
|
name: string;
|
|
280
|
-
|
|
276
|
+
} | null | undefined;
|
|
277
|
+
client?: {
|
|
281
278
|
createdAt: string | Date;
|
|
282
279
|
updatedAt: string | Date;
|
|
280
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
281
|
+
id: string;
|
|
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
|
-
id: string;
|
|
306
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
307
305
|
createdAt: string;
|
|
308
306
|
updatedAt: string;
|
|
307
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
308
|
+
id: string;
|
|
309
309
|
userId: string;
|
|
310
310
|
company?: {
|
|
311
|
-
id: string;
|
|
312
|
-
name: string;
|
|
313
311
|
createdAt: string;
|
|
314
312
|
updatedAt: string;
|
|
315
|
-
} | null | undefined;
|
|
316
|
-
client?: {
|
|
317
313
|
id: string;
|
|
318
314
|
name: string;
|
|
319
|
-
|
|
315
|
+
} | null | undefined;
|
|
316
|
+
client?: {
|
|
320
317
|
createdAt: string;
|
|
321
318
|
updatedAt: string;
|
|
319
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
320
|
+
id: 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
|
-
id: string;
|
|
344
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
345
343
|
createdAt: string;
|
|
346
344
|
updatedAt: string;
|
|
345
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
346
|
+
id: string;
|
|
347
347
|
userId: string;
|
|
348
348
|
company?: {
|
|
349
|
-
id: string;
|
|
350
|
-
name: string;
|
|
351
349
|
createdAt: string;
|
|
352
350
|
updatedAt: string;
|
|
353
|
-
} | null | undefined;
|
|
354
|
-
client?: {
|
|
355
351
|
id: string;
|
|
356
352
|
name: string;
|
|
357
|
-
|
|
353
|
+
} | null | undefined;
|
|
354
|
+
client?: {
|
|
358
355
|
createdAt: string;
|
|
359
356
|
updatedAt: string;
|
|
357
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
358
|
+
id: 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
|
-
id: string;
|
|
383
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
384
382
|
createdAt: string | Date;
|
|
385
383
|
updatedAt: string | Date;
|
|
384
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
385
|
+
id: string;
|
|
386
386
|
userId: string;
|
|
387
387
|
company?: {
|
|
388
|
-
id: string;
|
|
389
|
-
name: string;
|
|
390
388
|
createdAt: string | Date;
|
|
391
389
|
updatedAt: string | Date;
|
|
392
|
-
} | null | undefined;
|
|
393
|
-
client?: {
|
|
394
390
|
id: string;
|
|
395
391
|
name: string;
|
|
396
|
-
|
|
392
|
+
} | null | undefined;
|
|
393
|
+
client?: {
|
|
397
394
|
createdAt: string | Date;
|
|
398
395
|
updatedAt: string | Date;
|
|
396
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
397
|
+
id: string;
|
|
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
|
-
id: string;
|
|
421
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
422
420
|
createdAt: string | Date;
|
|
423
421
|
updatedAt: string | Date;
|
|
422
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
423
|
+
id: string;
|
|
424
424
|
userId: string;
|
|
425
425
|
company?: {
|
|
426
|
-
id: string;
|
|
427
|
-
name: string;
|
|
428
426
|
createdAt: string | Date;
|
|
429
427
|
updatedAt: string | Date;
|
|
430
|
-
} | null | undefined;
|
|
431
|
-
client?: {
|
|
432
428
|
id: string;
|
|
433
429
|
name: string;
|
|
434
|
-
|
|
430
|
+
} | null | undefined;
|
|
431
|
+
client?: {
|
|
435
432
|
createdAt: string | Date;
|
|
436
433
|
updatedAt: string | Date;
|
|
434
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
435
|
+
id: string;
|
|
436
|
+
name: string;
|
|
437
437
|
crn: string;
|
|
438
438
|
govLink: string;
|
|
439
439
|
director: string;
|
|
@@ -472,9 +472,9 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
472
472
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
473
473
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
474
474
|
}, "strip", z.ZodTypeAny, {
|
|
475
|
-
id: string;
|
|
476
475
|
createdAt: string;
|
|
477
476
|
updatedAt: string;
|
|
477
|
+
id: string;
|
|
478
478
|
email: string;
|
|
479
479
|
collaborationId: string;
|
|
480
480
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -485,23 +485,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
485
485
|
collaborationEmailSent: boolean;
|
|
486
486
|
clientContactId?: string | null | undefined;
|
|
487
487
|
collaboration?: {
|
|
488
|
-
id: string;
|
|
489
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
490
488
|
createdAt: string;
|
|
491
489
|
updatedAt: string;
|
|
490
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
491
|
+
id: string;
|
|
492
492
|
userId: string;
|
|
493
493
|
company?: {
|
|
494
|
-
id: string;
|
|
495
|
-
name: string;
|
|
496
494
|
createdAt: string;
|
|
497
495
|
updatedAt: string;
|
|
498
|
-
} | null | undefined;
|
|
499
|
-
client?: {
|
|
500
496
|
id: string;
|
|
501
497
|
name: string;
|
|
502
|
-
|
|
498
|
+
} | null | undefined;
|
|
499
|
+
client?: {
|
|
503
500
|
createdAt: string;
|
|
504
501
|
updatedAt: string;
|
|
502
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
503
|
+
id: 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
|
-
id: string;
|
|
527
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
528
526
|
createdAt: string;
|
|
529
527
|
updatedAt: string;
|
|
528
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
529
|
+
id: string;
|
|
530
530
|
userId: string;
|
|
531
531
|
company?: {
|
|
532
|
-
id: string;
|
|
533
|
-
name: string;
|
|
534
532
|
createdAt: string;
|
|
535
533
|
updatedAt: string;
|
|
536
|
-
} | null | undefined;
|
|
537
|
-
client?: {
|
|
538
534
|
id: string;
|
|
539
535
|
name: string;
|
|
540
|
-
|
|
536
|
+
} | null | undefined;
|
|
537
|
+
client?: {
|
|
541
538
|
createdAt: string;
|
|
542
539
|
updatedAt: string;
|
|
540
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
541
|
+
id: string;
|
|
542
|
+
name: string;
|
|
543
543
|
crn: string;
|
|
544
544
|
govLink: string;
|
|
545
545
|
director: string;
|
|
@@ -569,9 +569,9 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
569
569
|
collaborationEmailTimestamp?: string | null | undefined;
|
|
570
570
|
checkingComment?: string | null | undefined;
|
|
571
571
|
}, {
|
|
572
|
-
id: string;
|
|
573
572
|
createdAt: string | Date;
|
|
574
573
|
updatedAt: string | Date;
|
|
574
|
+
id: string;
|
|
575
575
|
email: string;
|
|
576
576
|
collaborationId: string;
|
|
577
577
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -582,23 +582,23 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
582
582
|
collaborationEmailSent: boolean;
|
|
583
583
|
clientContactId?: string | null | undefined;
|
|
584
584
|
collaboration?: {
|
|
585
|
-
id: string;
|
|
586
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
587
585
|
createdAt: string | Date;
|
|
588
586
|
updatedAt: string | Date;
|
|
587
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
588
|
+
id: string;
|
|
589
589
|
userId: string;
|
|
590
590
|
company?: {
|
|
591
|
-
id: string;
|
|
592
|
-
name: string;
|
|
593
591
|
createdAt: string | Date;
|
|
594
592
|
updatedAt: string | Date;
|
|
595
|
-
} | null | undefined;
|
|
596
|
-
client?: {
|
|
597
593
|
id: string;
|
|
598
594
|
name: string;
|
|
599
|
-
|
|
595
|
+
} | null | undefined;
|
|
596
|
+
client?: {
|
|
600
597
|
createdAt: string | Date;
|
|
601
598
|
updatedAt: string | Date;
|
|
599
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
600
|
+
id: string;
|
|
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
|
-
id: string;
|
|
624
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
625
623
|
createdAt: string | Date;
|
|
626
624
|
updatedAt: string | Date;
|
|
625
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
626
|
+
id: string;
|
|
627
627
|
userId: string;
|
|
628
628
|
company?: {
|
|
629
|
-
id: string;
|
|
630
|
-
name: string;
|
|
631
629
|
createdAt: string | Date;
|
|
632
630
|
updatedAt: string | Date;
|
|
633
|
-
} | null | undefined;
|
|
634
|
-
client?: {
|
|
635
631
|
id: string;
|
|
636
632
|
name: string;
|
|
637
|
-
|
|
633
|
+
} | null | undefined;
|
|
634
|
+
client?: {
|
|
638
635
|
createdAt: string | Date;
|
|
639
636
|
updatedAt: string | Date;
|
|
637
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
638
|
+
id: string;
|
|
639
|
+
name: string;
|
|
640
640
|
crn: string;
|
|
641
641
|
govLink: string;
|
|
642
642
|
director: string;
|
|
@@ -763,10 +763,10 @@ export declare const FilterCollaborationCheckingSchema: z.ZodObject<{
|
|
|
763
763
|
}, {
|
|
764
764
|
limit?: number | undefined;
|
|
765
765
|
page?: number | undefined;
|
|
766
|
-
sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
|
|
767
|
-
sortOrder?: "ASC" | "DESC" | undefined;
|
|
768
766
|
companyId?: string | undefined;
|
|
769
767
|
clientId?: string | undefined;
|
|
768
|
+
sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
|
|
769
|
+
sortOrder?: "ASC" | "DESC" | undefined;
|
|
770
770
|
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
771
771
|
decision?: "REJECTED" | "APPROVED" | "PENDING" | undefined;
|
|
772
772
|
createdById?: string | undefined;
|
|
@@ -784,15 +784,15 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
784
784
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
785
785
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
786
786
|
}, "strip", z.ZodTypeAny, {
|
|
787
|
-
id: string;
|
|
788
|
-
name: string;
|
|
789
787
|
createdAt: string;
|
|
790
788
|
updatedAt: string;
|
|
791
|
-
}, {
|
|
792
789
|
id: string;
|
|
793
790
|
name: string;
|
|
791
|
+
}, {
|
|
794
792
|
createdAt: string | Date;
|
|
795
793
|
updatedAt: string | Date;
|
|
794
|
+
id: string;
|
|
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
|
-
id: string;
|
|
832
|
-
name: string;
|
|
833
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
834
831
|
createdAt: string;
|
|
835
832
|
updatedAt: string;
|
|
833
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
834
|
+
id: 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
|
-
id: string;
|
|
851
|
-
name: string;
|
|
852
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
853
850
|
createdAt: string | Date;
|
|
854
851
|
updatedAt: string | Date;
|
|
852
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
853
|
+
id: string;
|
|
854
|
+
name: string;
|
|
855
855
|
crn: string;
|
|
856
856
|
govLink: string;
|
|
857
857
|
director: string;
|
|
@@ -895,15 +895,15 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
895
895
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
896
896
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
|
-
id: string;
|
|
899
|
-
name: string;
|
|
900
898
|
createdAt: string;
|
|
901
899
|
updatedAt: string;
|
|
902
|
-
}, {
|
|
903
900
|
id: string;
|
|
904
901
|
name: string;
|
|
902
|
+
}, {
|
|
905
903
|
createdAt: string | Date;
|
|
906
904
|
updatedAt: string | Date;
|
|
905
|
+
id: string;
|
|
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
|
-
id: string;
|
|
943
|
-
name: string;
|
|
944
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
945
942
|
createdAt: string;
|
|
946
943
|
updatedAt: string;
|
|
944
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
945
|
+
id: 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
|
-
id: string;
|
|
962
|
-
name: string;
|
|
963
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
964
961
|
createdAt: string | Date;
|
|
965
962
|
updatedAt: string | Date;
|
|
963
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
964
|
+
id: string;
|
|
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
|
-
id: string;
|
|
1002
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1003
1001
|
createdAt: string;
|
|
1004
1002
|
updatedAt: string;
|
|
1003
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1004
|
+
id: string;
|
|
1005
1005
|
userId: string;
|
|
1006
1006
|
company?: {
|
|
1007
|
-
id: string;
|
|
1008
|
-
name: string;
|
|
1009
1007
|
createdAt: string;
|
|
1010
1008
|
updatedAt: string;
|
|
1011
|
-
} | null | undefined;
|
|
1012
|
-
client?: {
|
|
1013
1009
|
id: string;
|
|
1014
1010
|
name: string;
|
|
1015
|
-
|
|
1011
|
+
} | null | undefined;
|
|
1012
|
+
client?: {
|
|
1016
1013
|
createdAt: string;
|
|
1017
1014
|
updatedAt: string;
|
|
1015
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1016
|
+
id: 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
|
-
id: string;
|
|
1040
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1041
1039
|
createdAt: string | Date;
|
|
1042
1040
|
updatedAt: string | Date;
|
|
1041
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1042
|
+
id: string;
|
|
1043
1043
|
userId: string;
|
|
1044
1044
|
company?: {
|
|
1045
|
-
id: string;
|
|
1046
|
-
name: string;
|
|
1047
1045
|
createdAt: string | Date;
|
|
1048
1046
|
updatedAt: string | Date;
|
|
1049
|
-
} | null | undefined;
|
|
1050
|
-
client?: {
|
|
1051
1047
|
id: string;
|
|
1052
1048
|
name: string;
|
|
1053
|
-
|
|
1049
|
+
} | null | undefined;
|
|
1050
|
+
client?: {
|
|
1054
1051
|
createdAt: string | Date;
|
|
1055
1052
|
updatedAt: string | Date;
|
|
1053
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1054
|
+
id: string;
|
|
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
|
-
id: string;
|
|
1079
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1080
1078
|
createdAt: string;
|
|
1081
1079
|
updatedAt: string;
|
|
1080
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1081
|
+
id: string;
|
|
1082
1082
|
userId: string;
|
|
1083
1083
|
company?: {
|
|
1084
|
-
id: string;
|
|
1085
|
-
name: string;
|
|
1086
1084
|
createdAt: string;
|
|
1087
1085
|
updatedAt: string;
|
|
1088
|
-
} | null | undefined;
|
|
1089
|
-
client?: {
|
|
1090
1086
|
id: string;
|
|
1091
1087
|
name: string;
|
|
1092
|
-
|
|
1088
|
+
} | null | undefined;
|
|
1089
|
+
client?: {
|
|
1093
1090
|
createdAt: string;
|
|
1094
1091
|
updatedAt: string;
|
|
1092
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1093
|
+
id: 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
|
-
id: string;
|
|
1117
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1118
1116
|
createdAt: string;
|
|
1119
1117
|
updatedAt: string;
|
|
1118
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1119
|
+
id: string;
|
|
1120
1120
|
userId: string;
|
|
1121
1121
|
company?: {
|
|
1122
|
-
id: string;
|
|
1123
|
-
name: string;
|
|
1124
1122
|
createdAt: string;
|
|
1125
1123
|
updatedAt: string;
|
|
1126
|
-
} | null | undefined;
|
|
1127
|
-
client?: {
|
|
1128
1124
|
id: string;
|
|
1129
1125
|
name: string;
|
|
1130
|
-
|
|
1126
|
+
} | null | undefined;
|
|
1127
|
+
client?: {
|
|
1131
1128
|
createdAt: string;
|
|
1132
1129
|
updatedAt: string;
|
|
1130
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1131
|
+
id: 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
|
-
id: string;
|
|
1156
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1157
1155
|
createdAt: string | Date;
|
|
1158
1156
|
updatedAt: string | Date;
|
|
1157
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1158
|
+
id: string;
|
|
1159
1159
|
userId: string;
|
|
1160
1160
|
company?: {
|
|
1161
|
-
id: string;
|
|
1162
|
-
name: string;
|
|
1163
1161
|
createdAt: string | Date;
|
|
1164
1162
|
updatedAt: string | Date;
|
|
1165
|
-
} | null | undefined;
|
|
1166
|
-
client?: {
|
|
1167
1163
|
id: string;
|
|
1168
1164
|
name: string;
|
|
1169
|
-
|
|
1165
|
+
} | null | undefined;
|
|
1166
|
+
client?: {
|
|
1170
1167
|
createdAt: string | Date;
|
|
1171
1168
|
updatedAt: string | Date;
|
|
1169
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1170
|
+
id: string;
|
|
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
|
-
id: string;
|
|
1194
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1195
1193
|
createdAt: string | Date;
|
|
1196
1194
|
updatedAt: string | Date;
|
|
1195
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1196
|
+
id: string;
|
|
1197
1197
|
userId: string;
|
|
1198
1198
|
company?: {
|
|
1199
|
-
id: string;
|
|
1200
|
-
name: string;
|
|
1201
1199
|
createdAt: string | Date;
|
|
1202
1200
|
updatedAt: string | Date;
|
|
1203
|
-
} | null | undefined;
|
|
1204
|
-
client?: {
|
|
1205
1201
|
id: string;
|
|
1206
1202
|
name: string;
|
|
1207
|
-
|
|
1203
|
+
} | null | undefined;
|
|
1204
|
+
client?: {
|
|
1208
1205
|
createdAt: string | Date;
|
|
1209
1206
|
updatedAt: string | Date;
|
|
1207
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1208
|
+
id: string;
|
|
1209
|
+
name: string;
|
|
1210
1210
|
crn: string;
|
|
1211
1211
|
govLink: string;
|
|
1212
1212
|
director: string;
|
|
@@ -1245,9 +1245,9 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1245
1245
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1246
1246
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1247
1247
|
}, "strip", z.ZodTypeAny, {
|
|
1248
|
-
id: string;
|
|
1249
1248
|
createdAt: string;
|
|
1250
1249
|
updatedAt: string;
|
|
1250
|
+
id: string;
|
|
1251
1251
|
email: string;
|
|
1252
1252
|
collaborationId: string;
|
|
1253
1253
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -1258,23 +1258,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1258
1258
|
collaborationEmailSent: boolean;
|
|
1259
1259
|
clientContactId?: string | null | undefined;
|
|
1260
1260
|
collaboration?: {
|
|
1261
|
-
id: string;
|
|
1262
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1263
1261
|
createdAt: string;
|
|
1264
1262
|
updatedAt: string;
|
|
1263
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1264
|
+
id: string;
|
|
1265
1265
|
userId: string;
|
|
1266
1266
|
company?: {
|
|
1267
|
-
id: string;
|
|
1268
|
-
name: string;
|
|
1269
1267
|
createdAt: string;
|
|
1270
1268
|
updatedAt: string;
|
|
1271
|
-
} | null | undefined;
|
|
1272
|
-
client?: {
|
|
1273
1269
|
id: string;
|
|
1274
1270
|
name: string;
|
|
1275
|
-
|
|
1271
|
+
} | null | undefined;
|
|
1272
|
+
client?: {
|
|
1276
1273
|
createdAt: string;
|
|
1277
1274
|
updatedAt: string;
|
|
1275
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1276
|
+
id: 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
|
-
id: string;
|
|
1300
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1301
1299
|
createdAt: string;
|
|
1302
1300
|
updatedAt: string;
|
|
1301
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1302
|
+
id: string;
|
|
1303
1303
|
userId: string;
|
|
1304
1304
|
company?: {
|
|
1305
|
-
id: string;
|
|
1306
|
-
name: string;
|
|
1307
1305
|
createdAt: string;
|
|
1308
1306
|
updatedAt: string;
|
|
1309
|
-
} | null | undefined;
|
|
1310
|
-
client?: {
|
|
1311
1307
|
id: string;
|
|
1312
1308
|
name: string;
|
|
1313
|
-
|
|
1309
|
+
} | null | undefined;
|
|
1310
|
+
client?: {
|
|
1314
1311
|
createdAt: string;
|
|
1315
1312
|
updatedAt: string;
|
|
1313
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1314
|
+
id: string;
|
|
1315
|
+
name: string;
|
|
1316
1316
|
crn: string;
|
|
1317
1317
|
govLink: string;
|
|
1318
1318
|
director: string;
|
|
@@ -1342,9 +1342,9 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1342
1342
|
collaborationEmailTimestamp?: string | null | undefined;
|
|
1343
1343
|
checkingComment?: string | null | undefined;
|
|
1344
1344
|
}, {
|
|
1345
|
-
id: string;
|
|
1346
1345
|
createdAt: string | Date;
|
|
1347
1346
|
updatedAt: string | Date;
|
|
1347
|
+
id: string;
|
|
1348
1348
|
email: string;
|
|
1349
1349
|
collaborationId: string;
|
|
1350
1350
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -1355,23 +1355,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1355
1355
|
collaborationEmailSent: boolean;
|
|
1356
1356
|
clientContactId?: string | null | undefined;
|
|
1357
1357
|
collaboration?: {
|
|
1358
|
-
id: string;
|
|
1359
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1360
1358
|
createdAt: string | Date;
|
|
1361
1359
|
updatedAt: string | Date;
|
|
1360
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1361
|
+
id: string;
|
|
1362
1362
|
userId: string;
|
|
1363
1363
|
company?: {
|
|
1364
|
-
id: string;
|
|
1365
|
-
name: string;
|
|
1366
1364
|
createdAt: string | Date;
|
|
1367
1365
|
updatedAt: string | Date;
|
|
1368
|
-
} | null | undefined;
|
|
1369
|
-
client?: {
|
|
1370
1366
|
id: string;
|
|
1371
1367
|
name: string;
|
|
1372
|
-
|
|
1368
|
+
} | null | undefined;
|
|
1369
|
+
client?: {
|
|
1373
1370
|
createdAt: string | Date;
|
|
1374
1371
|
updatedAt: string | Date;
|
|
1372
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1373
|
+
id: string;
|
|
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
|
-
id: string;
|
|
1397
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1398
1396
|
createdAt: string | Date;
|
|
1399
1397
|
updatedAt: string | Date;
|
|
1398
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1399
|
+
id: string;
|
|
1400
1400
|
userId: string;
|
|
1401
1401
|
company?: {
|
|
1402
|
-
id: string;
|
|
1403
|
-
name: string;
|
|
1404
1402
|
createdAt: string | Date;
|
|
1405
1403
|
updatedAt: string | Date;
|
|
1406
|
-
} | null | undefined;
|
|
1407
|
-
client?: {
|
|
1408
1404
|
id: string;
|
|
1409
1405
|
name: string;
|
|
1410
|
-
|
|
1406
|
+
} | null | undefined;
|
|
1407
|
+
client?: {
|
|
1411
1408
|
createdAt: string | Date;
|
|
1412
1409
|
updatedAt: string | Date;
|
|
1410
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1411
|
+
id: string;
|
|
1412
|
+
name: string;
|
|
1413
1413
|
crn: string;
|
|
1414
1414
|
govLink: string;
|
|
1415
1415
|
director: string;
|
|
@@ -1447,9 +1447,9 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1447
1447
|
}, "strip", z.ZodTypeAny, {
|
|
1448
1448
|
limit: number;
|
|
1449
1449
|
items: {
|
|
1450
|
-
id: string;
|
|
1451
1450
|
createdAt: string;
|
|
1452
1451
|
updatedAt: string;
|
|
1452
|
+
id: string;
|
|
1453
1453
|
email: string;
|
|
1454
1454
|
collaborationId: string;
|
|
1455
1455
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -1460,23 +1460,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1460
1460
|
collaborationEmailSent: boolean;
|
|
1461
1461
|
clientContactId?: string | null | undefined;
|
|
1462
1462
|
collaboration?: {
|
|
1463
|
-
id: string;
|
|
1464
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1465
1463
|
createdAt: string;
|
|
1466
1464
|
updatedAt: string;
|
|
1465
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1466
|
+
id: string;
|
|
1467
1467
|
userId: string;
|
|
1468
1468
|
company?: {
|
|
1469
|
-
id: string;
|
|
1470
|
-
name: string;
|
|
1471
1469
|
createdAt: string;
|
|
1472
1470
|
updatedAt: string;
|
|
1473
|
-
} | null | undefined;
|
|
1474
|
-
client?: {
|
|
1475
1471
|
id: string;
|
|
1476
1472
|
name: string;
|
|
1477
|
-
|
|
1473
|
+
} | null | undefined;
|
|
1474
|
+
client?: {
|
|
1478
1475
|
createdAt: string;
|
|
1479
1476
|
updatedAt: string;
|
|
1477
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1478
|
+
id: 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
|
-
id: string;
|
|
1502
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1503
1501
|
createdAt: string;
|
|
1504
1502
|
updatedAt: string;
|
|
1503
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1504
|
+
id: string;
|
|
1505
1505
|
userId: string;
|
|
1506
1506
|
company?: {
|
|
1507
|
-
id: string;
|
|
1508
|
-
name: string;
|
|
1509
1507
|
createdAt: string;
|
|
1510
1508
|
updatedAt: string;
|
|
1511
|
-
} | null | undefined;
|
|
1512
|
-
client?: {
|
|
1513
1509
|
id: string;
|
|
1514
1510
|
name: string;
|
|
1515
|
-
|
|
1511
|
+
} | null | undefined;
|
|
1512
|
+
client?: {
|
|
1516
1513
|
createdAt: string;
|
|
1517
1514
|
updatedAt: string;
|
|
1515
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1516
|
+
id: string;
|
|
1517
|
+
name: string;
|
|
1518
1518
|
crn: string;
|
|
1519
1519
|
govLink: string;
|
|
1520
1520
|
director: string;
|
|
@@ -1551,9 +1551,9 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1551
1551
|
}, {
|
|
1552
1552
|
limit: number;
|
|
1553
1553
|
items: {
|
|
1554
|
-
id: string;
|
|
1555
1554
|
createdAt: string | Date;
|
|
1556
1555
|
updatedAt: string | Date;
|
|
1556
|
+
id: string;
|
|
1557
1557
|
email: string;
|
|
1558
1558
|
collaborationId: string;
|
|
1559
1559
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -1564,23 +1564,23 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1564
1564
|
collaborationEmailSent: boolean;
|
|
1565
1565
|
clientContactId?: string | null | undefined;
|
|
1566
1566
|
collaboration?: {
|
|
1567
|
-
id: string;
|
|
1568
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1569
1567
|
createdAt: string | Date;
|
|
1570
1568
|
updatedAt: string | Date;
|
|
1569
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1570
|
+
id: string;
|
|
1571
1571
|
userId: string;
|
|
1572
1572
|
company?: {
|
|
1573
|
-
id: string;
|
|
1574
|
-
name: string;
|
|
1575
1573
|
createdAt: string | Date;
|
|
1576
1574
|
updatedAt: string | Date;
|
|
1577
|
-
} | null | undefined;
|
|
1578
|
-
client?: {
|
|
1579
1575
|
id: string;
|
|
1580
1576
|
name: string;
|
|
1581
|
-
|
|
1577
|
+
} | null | undefined;
|
|
1578
|
+
client?: {
|
|
1582
1579
|
createdAt: string | Date;
|
|
1583
1580
|
updatedAt: string | Date;
|
|
1581
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1582
|
+
id: string;
|
|
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
|
-
id: string;
|
|
1606
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1607
1605
|
createdAt: string | Date;
|
|
1608
1606
|
updatedAt: string | Date;
|
|
1607
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
1608
|
+
id: string;
|
|
1609
1609
|
userId: string;
|
|
1610
1610
|
company?: {
|
|
1611
|
-
id: string;
|
|
1612
|
-
name: string;
|
|
1613
1611
|
createdAt: string | Date;
|
|
1614
1612
|
updatedAt: string | Date;
|
|
1615
|
-
} | null | undefined;
|
|
1616
|
-
client?: {
|
|
1617
1613
|
id: string;
|
|
1618
1614
|
name: string;
|
|
1619
|
-
|
|
1615
|
+
} | null | undefined;
|
|
1616
|
+
client?: {
|
|
1620
1617
|
createdAt: string | Date;
|
|
1621
1618
|
updatedAt: string | Date;
|
|
1619
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1620
|
+
id: string;
|
|
1621
|
+
name: string;
|
|
1622
1622
|
crn: string;
|
|
1623
1623
|
govLink: string;
|
|
1624
1624
|
director: string;
|
|
@@ -1821,15 +1821,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
1821
1821
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1822
1822
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1823
1823
|
}, "strip", z.ZodTypeAny, {
|
|
1824
|
-
id: string;
|
|
1825
|
-
name: string;
|
|
1826
1824
|
createdAt: string;
|
|
1827
1825
|
updatedAt: string;
|
|
1828
|
-
}, {
|
|
1829
1826
|
id: string;
|
|
1830
1827
|
name: string;
|
|
1828
|
+
}, {
|
|
1831
1829
|
createdAt: string | Date;
|
|
1832
1830
|
updatedAt: string | Date;
|
|
1831
|
+
id: string;
|
|
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
|
-
id: string;
|
|
1869
|
-
name: string;
|
|
1870
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1871
1868
|
createdAt: string;
|
|
1872
1869
|
updatedAt: string;
|
|
1870
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1871
|
+
id: 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
|
-
id: string;
|
|
1888
|
-
name: string;
|
|
1889
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1890
1887
|
createdAt: string | Date;
|
|
1891
1888
|
updatedAt: string | Date;
|
|
1889
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1890
|
+
id: string;
|
|
1891
|
+
name: string;
|
|
1892
1892
|
crn: string;
|
|
1893
1893
|
govLink: string;
|
|
1894
1894
|
director: string;
|
|
@@ -1932,15 +1932,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
1932
1932
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1933
1933
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1934
1934
|
}, "strip", z.ZodTypeAny, {
|
|
1935
|
-
id: string;
|
|
1936
|
-
name: string;
|
|
1937
1935
|
createdAt: string;
|
|
1938
1936
|
updatedAt: string;
|
|
1939
|
-
}, {
|
|
1940
1937
|
id: string;
|
|
1941
1938
|
name: string;
|
|
1939
|
+
}, {
|
|
1942
1940
|
createdAt: string | Date;
|
|
1943
1941
|
updatedAt: string | Date;
|
|
1942
|
+
id: string;
|
|
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
|
-
id: string;
|
|
1980
|
-
name: string;
|
|
1981
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
1982
1979
|
createdAt: string;
|
|
1983
1980
|
updatedAt: string;
|
|
1981
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
1982
|
+
id: 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
|
-
id: string;
|
|
1999
|
-
name: string;
|
|
2000
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2001
1998
|
createdAt: string | Date;
|
|
2002
1999
|
updatedAt: string | Date;
|
|
2000
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2001
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2039
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2040
2038
|
createdAt: string;
|
|
2041
2039
|
updatedAt: string;
|
|
2040
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2041
|
+
id: string;
|
|
2042
2042
|
userId: string;
|
|
2043
2043
|
company?: {
|
|
2044
|
-
id: string;
|
|
2045
|
-
name: string;
|
|
2046
2044
|
createdAt: string;
|
|
2047
2045
|
updatedAt: string;
|
|
2048
|
-
} | null | undefined;
|
|
2049
|
-
client?: {
|
|
2050
2046
|
id: string;
|
|
2051
2047
|
name: string;
|
|
2052
|
-
|
|
2048
|
+
} | null | undefined;
|
|
2049
|
+
client?: {
|
|
2053
2050
|
createdAt: string;
|
|
2054
2051
|
updatedAt: string;
|
|
2052
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2053
|
+
id: 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
|
-
id: string;
|
|
2077
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2078
2076
|
createdAt: string | Date;
|
|
2079
2077
|
updatedAt: string | Date;
|
|
2078
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2079
|
+
id: string;
|
|
2080
2080
|
userId: string;
|
|
2081
2081
|
company?: {
|
|
2082
|
-
id: string;
|
|
2083
|
-
name: string;
|
|
2084
2082
|
createdAt: string | Date;
|
|
2085
2083
|
updatedAt: string | Date;
|
|
2086
|
-
} | null | undefined;
|
|
2087
|
-
client?: {
|
|
2088
2084
|
id: string;
|
|
2089
2085
|
name: string;
|
|
2090
|
-
|
|
2086
|
+
} | null | undefined;
|
|
2087
|
+
client?: {
|
|
2091
2088
|
createdAt: string | Date;
|
|
2092
2089
|
updatedAt: string | Date;
|
|
2090
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2091
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2116
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2117
2115
|
createdAt: string;
|
|
2118
2116
|
updatedAt: string;
|
|
2117
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2118
|
+
id: string;
|
|
2119
2119
|
userId: string;
|
|
2120
2120
|
company?: {
|
|
2121
|
-
id: string;
|
|
2122
|
-
name: string;
|
|
2123
2121
|
createdAt: string;
|
|
2124
2122
|
updatedAt: string;
|
|
2125
|
-
} | null | undefined;
|
|
2126
|
-
client?: {
|
|
2127
2123
|
id: string;
|
|
2128
2124
|
name: string;
|
|
2129
|
-
|
|
2125
|
+
} | null | undefined;
|
|
2126
|
+
client?: {
|
|
2130
2127
|
createdAt: string;
|
|
2131
2128
|
updatedAt: string;
|
|
2129
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2130
|
+
id: 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
|
-
id: string;
|
|
2154
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2155
2153
|
createdAt: string;
|
|
2156
2154
|
updatedAt: string;
|
|
2155
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2156
|
+
id: string;
|
|
2157
2157
|
userId: string;
|
|
2158
2158
|
company?: {
|
|
2159
|
-
id: string;
|
|
2160
|
-
name: string;
|
|
2161
2159
|
createdAt: string;
|
|
2162
2160
|
updatedAt: string;
|
|
2163
|
-
} | null | undefined;
|
|
2164
|
-
client?: {
|
|
2165
2161
|
id: string;
|
|
2166
2162
|
name: string;
|
|
2167
|
-
|
|
2163
|
+
} | null | undefined;
|
|
2164
|
+
client?: {
|
|
2168
2165
|
createdAt: string;
|
|
2169
2166
|
updatedAt: string;
|
|
2167
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2168
|
+
id: 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
|
-
id: string;
|
|
2193
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2194
2192
|
createdAt: string | Date;
|
|
2195
2193
|
updatedAt: string | Date;
|
|
2194
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2195
|
+
id: string;
|
|
2196
2196
|
userId: string;
|
|
2197
2197
|
company?: {
|
|
2198
|
-
id: string;
|
|
2199
|
-
name: string;
|
|
2200
2198
|
createdAt: string | Date;
|
|
2201
2199
|
updatedAt: string | Date;
|
|
2202
|
-
} | null | undefined;
|
|
2203
|
-
client?: {
|
|
2204
2200
|
id: string;
|
|
2205
2201
|
name: string;
|
|
2206
|
-
|
|
2202
|
+
} | null | undefined;
|
|
2203
|
+
client?: {
|
|
2207
2204
|
createdAt: string | Date;
|
|
2208
2205
|
updatedAt: string | Date;
|
|
2206
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2207
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2231
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2232
2230
|
createdAt: string | Date;
|
|
2233
2231
|
updatedAt: string | Date;
|
|
2232
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2233
|
+
id: string;
|
|
2234
2234
|
userId: string;
|
|
2235
2235
|
company?: {
|
|
2236
|
-
id: string;
|
|
2237
|
-
name: string;
|
|
2238
2236
|
createdAt: string | Date;
|
|
2239
2237
|
updatedAt: string | Date;
|
|
2240
|
-
} | null | undefined;
|
|
2241
|
-
client?: {
|
|
2242
2238
|
id: string;
|
|
2243
2239
|
name: string;
|
|
2244
|
-
|
|
2240
|
+
} | null | undefined;
|
|
2241
|
+
client?: {
|
|
2245
2242
|
createdAt: string | Date;
|
|
2246
2243
|
updatedAt: string | Date;
|
|
2244
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2245
|
+
id: string;
|
|
2246
|
+
name: string;
|
|
2247
2247
|
crn: string;
|
|
2248
2248
|
govLink: string;
|
|
2249
2249
|
director: string;
|
|
@@ -2282,9 +2282,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
2282
2282
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2283
2283
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2284
2284
|
}, "strip", z.ZodTypeAny, {
|
|
2285
|
-
id: string;
|
|
2286
2285
|
createdAt: string;
|
|
2287
2286
|
updatedAt: string;
|
|
2287
|
+
id: string;
|
|
2288
2288
|
email: string;
|
|
2289
2289
|
collaborationId: string;
|
|
2290
2290
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -2295,23 +2295,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2295
2295
|
collaborationEmailSent: boolean;
|
|
2296
2296
|
clientContactId?: string | null | undefined;
|
|
2297
2297
|
collaboration?: {
|
|
2298
|
-
id: string;
|
|
2299
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2300
2298
|
createdAt: string;
|
|
2301
2299
|
updatedAt: string;
|
|
2300
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2301
|
+
id: string;
|
|
2302
2302
|
userId: string;
|
|
2303
2303
|
company?: {
|
|
2304
|
-
id: string;
|
|
2305
|
-
name: string;
|
|
2306
2304
|
createdAt: string;
|
|
2307
2305
|
updatedAt: string;
|
|
2308
|
-
} | null | undefined;
|
|
2309
|
-
client?: {
|
|
2310
2306
|
id: string;
|
|
2311
2307
|
name: string;
|
|
2312
|
-
|
|
2308
|
+
} | null | undefined;
|
|
2309
|
+
client?: {
|
|
2313
2310
|
createdAt: string;
|
|
2314
2311
|
updatedAt: string;
|
|
2312
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2313
|
+
id: 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
|
-
id: string;
|
|
2337
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2338
2336
|
createdAt: string;
|
|
2339
2337
|
updatedAt: string;
|
|
2338
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2339
|
+
id: string;
|
|
2340
2340
|
userId: string;
|
|
2341
2341
|
company?: {
|
|
2342
|
-
id: string;
|
|
2343
|
-
name: string;
|
|
2344
2342
|
createdAt: string;
|
|
2345
2343
|
updatedAt: string;
|
|
2346
|
-
} | null | undefined;
|
|
2347
|
-
client?: {
|
|
2348
2344
|
id: string;
|
|
2349
2345
|
name: string;
|
|
2350
|
-
|
|
2346
|
+
} | null | undefined;
|
|
2347
|
+
client?: {
|
|
2351
2348
|
createdAt: string;
|
|
2352
2349
|
updatedAt: string;
|
|
2350
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2351
|
+
id: string;
|
|
2352
|
+
name: string;
|
|
2353
2353
|
crn: string;
|
|
2354
2354
|
govLink: string;
|
|
2355
2355
|
director: string;
|
|
@@ -2379,9 +2379,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
2379
2379
|
collaborationEmailTimestamp?: string | null | undefined;
|
|
2380
2380
|
checkingComment?: string | null | undefined;
|
|
2381
2381
|
}, {
|
|
2382
|
-
id: string;
|
|
2383
2382
|
createdAt: string | Date;
|
|
2384
2383
|
updatedAt: string | Date;
|
|
2384
|
+
id: string;
|
|
2385
2385
|
email: string;
|
|
2386
2386
|
collaborationId: string;
|
|
2387
2387
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -2392,23 +2392,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2392
2392
|
collaborationEmailSent: boolean;
|
|
2393
2393
|
clientContactId?: string | null | undefined;
|
|
2394
2394
|
collaboration?: {
|
|
2395
|
-
id: string;
|
|
2396
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2397
2395
|
createdAt: string | Date;
|
|
2398
2396
|
updatedAt: string | Date;
|
|
2397
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2398
|
+
id: string;
|
|
2399
2399
|
userId: string;
|
|
2400
2400
|
company?: {
|
|
2401
|
-
id: string;
|
|
2402
|
-
name: string;
|
|
2403
2401
|
createdAt: string | Date;
|
|
2404
2402
|
updatedAt: string | Date;
|
|
2405
|
-
} | null | undefined;
|
|
2406
|
-
client?: {
|
|
2407
2403
|
id: string;
|
|
2408
2404
|
name: string;
|
|
2409
|
-
|
|
2405
|
+
} | null | undefined;
|
|
2406
|
+
client?: {
|
|
2410
2407
|
createdAt: string | Date;
|
|
2411
2408
|
updatedAt: string | Date;
|
|
2409
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2410
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2434
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2435
2433
|
createdAt: string | Date;
|
|
2436
2434
|
updatedAt: string | Date;
|
|
2435
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2436
|
+
id: string;
|
|
2437
2437
|
userId: string;
|
|
2438
2438
|
company?: {
|
|
2439
|
-
id: string;
|
|
2440
|
-
name: string;
|
|
2441
2439
|
createdAt: string | Date;
|
|
2442
2440
|
updatedAt: string | Date;
|
|
2443
|
-
} | null | undefined;
|
|
2444
|
-
client?: {
|
|
2445
2441
|
id: string;
|
|
2446
2442
|
name: string;
|
|
2447
|
-
|
|
2443
|
+
} | null | undefined;
|
|
2444
|
+
client?: {
|
|
2448
2445
|
createdAt: string | Date;
|
|
2449
2446
|
updatedAt: string | Date;
|
|
2447
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2448
|
+
id: string;
|
|
2449
|
+
name: string;
|
|
2450
2450
|
crn: string;
|
|
2451
2451
|
govLink: string;
|
|
2452
2452
|
director: string;
|
|
@@ -2534,10 +2534,10 @@ export declare const collaborationCheckingsContract: {
|
|
|
2534
2534
|
}, {
|
|
2535
2535
|
limit?: number | undefined;
|
|
2536
2536
|
page?: number | undefined;
|
|
2537
|
-
sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
|
|
2538
|
-
sortOrder?: "ASC" | "DESC" | undefined;
|
|
2539
2537
|
companyId?: string | undefined;
|
|
2540
2538
|
clientId?: string | undefined;
|
|
2539
|
+
sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
|
|
2540
|
+
sortOrder?: "ASC" | "DESC" | undefined;
|
|
2541
2541
|
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
2542
2542
|
decision?: "REJECTED" | "APPROVED" | "PENDING" | undefined;
|
|
2543
2543
|
createdById?: string | undefined;
|
|
@@ -2659,15 +2659,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
2659
2659
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2660
2660
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2661
2661
|
}, "strip", z.ZodTypeAny, {
|
|
2662
|
-
id: string;
|
|
2663
|
-
name: string;
|
|
2664
2662
|
createdAt: string;
|
|
2665
2663
|
updatedAt: string;
|
|
2666
|
-
}, {
|
|
2667
2664
|
id: string;
|
|
2668
2665
|
name: string;
|
|
2666
|
+
}, {
|
|
2669
2667
|
createdAt: string | Date;
|
|
2670
2668
|
updatedAt: string | Date;
|
|
2669
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2707
|
-
name: string;
|
|
2708
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2709
2706
|
createdAt: string;
|
|
2710
2707
|
updatedAt: string;
|
|
2708
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2709
|
+
id: 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
|
-
id: string;
|
|
2726
|
-
name: string;
|
|
2727
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2728
2725
|
createdAt: string | Date;
|
|
2729
2726
|
updatedAt: string | Date;
|
|
2727
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2728
|
+
id: string;
|
|
2729
|
+
name: string;
|
|
2730
2730
|
crn: string;
|
|
2731
2731
|
govLink: string;
|
|
2732
2732
|
director: string;
|
|
@@ -2770,15 +2770,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
2770
2770
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2771
2771
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2772
2772
|
}, "strip", z.ZodTypeAny, {
|
|
2773
|
-
id: string;
|
|
2774
|
-
name: string;
|
|
2775
2773
|
createdAt: string;
|
|
2776
2774
|
updatedAt: string;
|
|
2777
|
-
}, {
|
|
2778
2775
|
id: string;
|
|
2779
2776
|
name: string;
|
|
2777
|
+
}, {
|
|
2780
2778
|
createdAt: string | Date;
|
|
2781
2779
|
updatedAt: string | Date;
|
|
2780
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2818
|
-
name: string;
|
|
2819
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2820
2817
|
createdAt: string;
|
|
2821
2818
|
updatedAt: string;
|
|
2819
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2820
|
+
id: 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
|
-
id: string;
|
|
2837
|
-
name: string;
|
|
2838
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
2839
2836
|
createdAt: string | Date;
|
|
2840
2837
|
updatedAt: string | Date;
|
|
2838
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2839
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2877
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2878
2876
|
createdAt: string;
|
|
2879
2877
|
updatedAt: string;
|
|
2878
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2879
|
+
id: string;
|
|
2880
2880
|
userId: string;
|
|
2881
2881
|
company?: {
|
|
2882
|
-
id: string;
|
|
2883
|
-
name: string;
|
|
2884
2882
|
createdAt: string;
|
|
2885
2883
|
updatedAt: string;
|
|
2886
|
-
} | null | undefined;
|
|
2887
|
-
client?: {
|
|
2888
2884
|
id: string;
|
|
2889
2885
|
name: string;
|
|
2890
|
-
|
|
2886
|
+
} | null | undefined;
|
|
2887
|
+
client?: {
|
|
2891
2888
|
createdAt: string;
|
|
2892
2889
|
updatedAt: string;
|
|
2890
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2891
|
+
id: 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
|
-
id: string;
|
|
2915
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2916
2914
|
createdAt: string | Date;
|
|
2917
2915
|
updatedAt: string | Date;
|
|
2916
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2917
|
+
id: string;
|
|
2918
2918
|
userId: string;
|
|
2919
2919
|
company?: {
|
|
2920
|
-
id: string;
|
|
2921
|
-
name: string;
|
|
2922
2920
|
createdAt: string | Date;
|
|
2923
2921
|
updatedAt: string | Date;
|
|
2924
|
-
} | null | undefined;
|
|
2925
|
-
client?: {
|
|
2926
2922
|
id: string;
|
|
2927
2923
|
name: string;
|
|
2928
|
-
|
|
2924
|
+
} | null | undefined;
|
|
2925
|
+
client?: {
|
|
2929
2926
|
createdAt: string | Date;
|
|
2930
2927
|
updatedAt: string | Date;
|
|
2928
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2929
|
+
id: string;
|
|
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
|
-
id: string;
|
|
2954
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2955
2953
|
createdAt: string;
|
|
2956
2954
|
updatedAt: string;
|
|
2955
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2956
|
+
id: string;
|
|
2957
2957
|
userId: string;
|
|
2958
2958
|
company?: {
|
|
2959
|
-
id: string;
|
|
2960
|
-
name: string;
|
|
2961
2959
|
createdAt: string;
|
|
2962
2960
|
updatedAt: string;
|
|
2963
|
-
} | null | undefined;
|
|
2964
|
-
client?: {
|
|
2965
2961
|
id: string;
|
|
2966
2962
|
name: string;
|
|
2967
|
-
|
|
2963
|
+
} | null | undefined;
|
|
2964
|
+
client?: {
|
|
2968
2965
|
createdAt: string;
|
|
2969
2966
|
updatedAt: string;
|
|
2967
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
2968
|
+
id: 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
|
-
id: string;
|
|
2992
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2993
2991
|
createdAt: string;
|
|
2994
2992
|
updatedAt: string;
|
|
2993
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
2994
|
+
id: string;
|
|
2995
2995
|
userId: string;
|
|
2996
2996
|
company?: {
|
|
2997
|
-
id: string;
|
|
2998
|
-
name: string;
|
|
2999
2997
|
createdAt: string;
|
|
3000
2998
|
updatedAt: string;
|
|
3001
|
-
} | null | undefined;
|
|
3002
|
-
client?: {
|
|
3003
2999
|
id: string;
|
|
3004
3000
|
name: string;
|
|
3005
|
-
|
|
3001
|
+
} | null | undefined;
|
|
3002
|
+
client?: {
|
|
3006
3003
|
createdAt: string;
|
|
3007
3004
|
updatedAt: string;
|
|
3005
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3006
|
+
id: 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
|
-
id: string;
|
|
3031
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3032
3030
|
createdAt: string | Date;
|
|
3033
3031
|
updatedAt: string | Date;
|
|
3032
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3033
|
+
id: string;
|
|
3034
3034
|
userId: string;
|
|
3035
3035
|
company?: {
|
|
3036
|
-
id: string;
|
|
3037
|
-
name: string;
|
|
3038
3036
|
createdAt: string | Date;
|
|
3039
3037
|
updatedAt: string | Date;
|
|
3040
|
-
} | null | undefined;
|
|
3041
|
-
client?: {
|
|
3042
3038
|
id: string;
|
|
3043
3039
|
name: string;
|
|
3044
|
-
|
|
3040
|
+
} | null | undefined;
|
|
3041
|
+
client?: {
|
|
3045
3042
|
createdAt: string | Date;
|
|
3046
3043
|
updatedAt: string | Date;
|
|
3044
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3045
|
+
id: string;
|
|
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
|
-
id: string;
|
|
3069
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3070
3068
|
createdAt: string | Date;
|
|
3071
3069
|
updatedAt: string | Date;
|
|
3070
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3071
|
+
id: string;
|
|
3072
3072
|
userId: string;
|
|
3073
3073
|
company?: {
|
|
3074
|
-
id: string;
|
|
3075
|
-
name: string;
|
|
3076
3074
|
createdAt: string | Date;
|
|
3077
3075
|
updatedAt: string | Date;
|
|
3078
|
-
} | null | undefined;
|
|
3079
|
-
client?: {
|
|
3080
3076
|
id: string;
|
|
3081
3077
|
name: string;
|
|
3082
|
-
|
|
3078
|
+
} | null | undefined;
|
|
3079
|
+
client?: {
|
|
3083
3080
|
createdAt: string | Date;
|
|
3084
3081
|
updatedAt: string | Date;
|
|
3082
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3083
|
+
id: string;
|
|
3084
|
+
name: string;
|
|
3085
3085
|
crn: string;
|
|
3086
3086
|
govLink: string;
|
|
3087
3087
|
director: string;
|
|
@@ -3120,9 +3120,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
3120
3120
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3121
3121
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3122
3122
|
}, "strip", z.ZodTypeAny, {
|
|
3123
|
-
id: string;
|
|
3124
3123
|
createdAt: string;
|
|
3125
3124
|
updatedAt: string;
|
|
3125
|
+
id: string;
|
|
3126
3126
|
email: string;
|
|
3127
3127
|
collaborationId: string;
|
|
3128
3128
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -3133,23 +3133,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3133
3133
|
collaborationEmailSent: boolean;
|
|
3134
3134
|
clientContactId?: string | null | undefined;
|
|
3135
3135
|
collaboration?: {
|
|
3136
|
-
id: string;
|
|
3137
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3138
3136
|
createdAt: string;
|
|
3139
3137
|
updatedAt: string;
|
|
3138
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3139
|
+
id: string;
|
|
3140
3140
|
userId: string;
|
|
3141
3141
|
company?: {
|
|
3142
|
-
id: string;
|
|
3143
|
-
name: string;
|
|
3144
3142
|
createdAt: string;
|
|
3145
3143
|
updatedAt: string;
|
|
3146
|
-
} | null | undefined;
|
|
3147
|
-
client?: {
|
|
3148
3144
|
id: string;
|
|
3149
3145
|
name: string;
|
|
3150
|
-
|
|
3146
|
+
} | null | undefined;
|
|
3147
|
+
client?: {
|
|
3151
3148
|
createdAt: string;
|
|
3152
3149
|
updatedAt: string;
|
|
3150
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3151
|
+
id: 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
|
-
id: string;
|
|
3175
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3176
3174
|
createdAt: string;
|
|
3177
3175
|
updatedAt: string;
|
|
3176
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3177
|
+
id: string;
|
|
3178
3178
|
userId: string;
|
|
3179
3179
|
company?: {
|
|
3180
|
-
id: string;
|
|
3181
|
-
name: string;
|
|
3182
3180
|
createdAt: string;
|
|
3183
3181
|
updatedAt: string;
|
|
3184
|
-
} | null | undefined;
|
|
3185
|
-
client?: {
|
|
3186
3182
|
id: string;
|
|
3187
3183
|
name: string;
|
|
3188
|
-
|
|
3184
|
+
} | null | undefined;
|
|
3185
|
+
client?: {
|
|
3189
3186
|
createdAt: string;
|
|
3190
3187
|
updatedAt: string;
|
|
3188
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3189
|
+
id: string;
|
|
3190
|
+
name: string;
|
|
3191
3191
|
crn: string;
|
|
3192
3192
|
govLink: string;
|
|
3193
3193
|
director: string;
|
|
@@ -3217,9 +3217,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
3217
3217
|
collaborationEmailTimestamp?: string | null | undefined;
|
|
3218
3218
|
checkingComment?: string | null | undefined;
|
|
3219
3219
|
}, {
|
|
3220
|
-
id: string;
|
|
3221
3220
|
createdAt: string | Date;
|
|
3222
3221
|
updatedAt: string | Date;
|
|
3222
|
+
id: string;
|
|
3223
3223
|
email: string;
|
|
3224
3224
|
collaborationId: string;
|
|
3225
3225
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -3230,23 +3230,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3230
3230
|
collaborationEmailSent: boolean;
|
|
3231
3231
|
clientContactId?: string | null | undefined;
|
|
3232
3232
|
collaboration?: {
|
|
3233
|
-
id: string;
|
|
3234
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3235
3233
|
createdAt: string | Date;
|
|
3236
3234
|
updatedAt: string | Date;
|
|
3235
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3236
|
+
id: string;
|
|
3237
3237
|
userId: string;
|
|
3238
3238
|
company?: {
|
|
3239
|
-
id: string;
|
|
3240
|
-
name: string;
|
|
3241
3239
|
createdAt: string | Date;
|
|
3242
3240
|
updatedAt: string | Date;
|
|
3243
|
-
} | null | undefined;
|
|
3244
|
-
client?: {
|
|
3245
3241
|
id: string;
|
|
3246
3242
|
name: string;
|
|
3247
|
-
|
|
3243
|
+
} | null | undefined;
|
|
3244
|
+
client?: {
|
|
3248
3245
|
createdAt: string | Date;
|
|
3249
3246
|
updatedAt: string | Date;
|
|
3247
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3248
|
+
id: string;
|
|
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
|
-
id: string;
|
|
3272
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3273
3271
|
createdAt: string | Date;
|
|
3274
3272
|
updatedAt: string | Date;
|
|
3273
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3274
|
+
id: string;
|
|
3275
3275
|
userId: string;
|
|
3276
3276
|
company?: {
|
|
3277
|
-
id: string;
|
|
3278
|
-
name: string;
|
|
3279
3277
|
createdAt: string | Date;
|
|
3280
3278
|
updatedAt: string | Date;
|
|
3281
|
-
} | null | undefined;
|
|
3282
|
-
client?: {
|
|
3283
3279
|
id: string;
|
|
3284
3280
|
name: string;
|
|
3285
|
-
|
|
3281
|
+
} | null | undefined;
|
|
3282
|
+
client?: {
|
|
3286
3283
|
createdAt: string | Date;
|
|
3287
3284
|
updatedAt: string | Date;
|
|
3285
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3286
|
+
id: string;
|
|
3287
|
+
name: string;
|
|
3288
3288
|
crn: string;
|
|
3289
3289
|
govLink: string;
|
|
3290
3290
|
director: string;
|
|
@@ -3322,9 +3322,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
3322
3322
|
}, "strip", z.ZodTypeAny, {
|
|
3323
3323
|
limit: number;
|
|
3324
3324
|
items: {
|
|
3325
|
-
id: string;
|
|
3326
3325
|
createdAt: string;
|
|
3327
3326
|
updatedAt: string;
|
|
3327
|
+
id: string;
|
|
3328
3328
|
email: string;
|
|
3329
3329
|
collaborationId: string;
|
|
3330
3330
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -3335,23 +3335,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3335
3335
|
collaborationEmailSent: boolean;
|
|
3336
3336
|
clientContactId?: string | null | undefined;
|
|
3337
3337
|
collaboration?: {
|
|
3338
|
-
id: string;
|
|
3339
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3340
3338
|
createdAt: string;
|
|
3341
3339
|
updatedAt: string;
|
|
3340
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3341
|
+
id: string;
|
|
3342
3342
|
userId: string;
|
|
3343
3343
|
company?: {
|
|
3344
|
-
id: string;
|
|
3345
|
-
name: string;
|
|
3346
3344
|
createdAt: string;
|
|
3347
3345
|
updatedAt: string;
|
|
3348
|
-
} | null | undefined;
|
|
3349
|
-
client?: {
|
|
3350
3346
|
id: string;
|
|
3351
3347
|
name: string;
|
|
3352
|
-
|
|
3348
|
+
} | null | undefined;
|
|
3349
|
+
client?: {
|
|
3353
3350
|
createdAt: string;
|
|
3354
3351
|
updatedAt: string;
|
|
3352
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3353
|
+
id: 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
|
-
id: string;
|
|
3377
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3378
3376
|
createdAt: string;
|
|
3379
3377
|
updatedAt: string;
|
|
3378
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3379
|
+
id: string;
|
|
3380
3380
|
userId: string;
|
|
3381
3381
|
company?: {
|
|
3382
|
-
id: string;
|
|
3383
|
-
name: string;
|
|
3384
3382
|
createdAt: string;
|
|
3385
3383
|
updatedAt: string;
|
|
3386
|
-
} | null | undefined;
|
|
3387
|
-
client?: {
|
|
3388
3384
|
id: string;
|
|
3389
3385
|
name: string;
|
|
3390
|
-
|
|
3386
|
+
} | null | undefined;
|
|
3387
|
+
client?: {
|
|
3391
3388
|
createdAt: string;
|
|
3392
3389
|
updatedAt: string;
|
|
3390
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3391
|
+
id: string;
|
|
3392
|
+
name: string;
|
|
3393
3393
|
crn: string;
|
|
3394
3394
|
govLink: string;
|
|
3395
3395
|
director: string;
|
|
@@ -3426,9 +3426,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
3426
3426
|
}, {
|
|
3427
3427
|
limit: number;
|
|
3428
3428
|
items: {
|
|
3429
|
-
id: string;
|
|
3430
3429
|
createdAt: string | Date;
|
|
3431
3430
|
updatedAt: string | Date;
|
|
3431
|
+
id: string;
|
|
3432
3432
|
email: string;
|
|
3433
3433
|
collaborationId: string;
|
|
3434
3434
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -3439,23 +3439,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
3439
3439
|
collaborationEmailSent: boolean;
|
|
3440
3440
|
clientContactId?: string | null | undefined;
|
|
3441
3441
|
collaboration?: {
|
|
3442
|
-
id: string;
|
|
3443
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3444
3442
|
createdAt: string | Date;
|
|
3445
3443
|
updatedAt: string | Date;
|
|
3444
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3445
|
+
id: string;
|
|
3446
3446
|
userId: string;
|
|
3447
3447
|
company?: {
|
|
3448
|
-
id: string;
|
|
3449
|
-
name: string;
|
|
3450
3448
|
createdAt: string | Date;
|
|
3451
3449
|
updatedAt: string | Date;
|
|
3452
|
-
} | null | undefined;
|
|
3453
|
-
client?: {
|
|
3454
3450
|
id: string;
|
|
3455
3451
|
name: string;
|
|
3456
|
-
|
|
3452
|
+
} | null | undefined;
|
|
3453
|
+
client?: {
|
|
3457
3454
|
createdAt: string | Date;
|
|
3458
3455
|
updatedAt: string | Date;
|
|
3456
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3457
|
+
id: string;
|
|
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
|
-
id: string;
|
|
3481
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3482
3480
|
createdAt: string | Date;
|
|
3483
3481
|
updatedAt: string | Date;
|
|
3482
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3483
|
+
id: string;
|
|
3484
3484
|
userId: string;
|
|
3485
3485
|
company?: {
|
|
3486
|
-
id: string;
|
|
3487
|
-
name: string;
|
|
3488
3486
|
createdAt: string | Date;
|
|
3489
3487
|
updatedAt: string | Date;
|
|
3490
|
-
} | null | undefined;
|
|
3491
|
-
client?: {
|
|
3492
3488
|
id: string;
|
|
3493
3489
|
name: string;
|
|
3494
|
-
|
|
3490
|
+
} | null | undefined;
|
|
3491
|
+
client?: {
|
|
3495
3492
|
createdAt: string | Date;
|
|
3496
3493
|
updatedAt: string | Date;
|
|
3494
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3495
|
+
id: string;
|
|
3496
|
+
name: string;
|
|
3497
3497
|
crn: string;
|
|
3498
3498
|
govLink: string;
|
|
3499
3499
|
director: string;
|
|
@@ -3660,15 +3660,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
3660
3660
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3661
3661
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3662
3662
|
}, "strip", z.ZodTypeAny, {
|
|
3663
|
-
id: string;
|
|
3664
|
-
name: string;
|
|
3665
3663
|
createdAt: string;
|
|
3666
3664
|
updatedAt: string;
|
|
3667
|
-
}, {
|
|
3668
3665
|
id: string;
|
|
3669
3666
|
name: string;
|
|
3667
|
+
}, {
|
|
3670
3668
|
createdAt: string | Date;
|
|
3671
3669
|
updatedAt: string | Date;
|
|
3670
|
+
id: string;
|
|
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
|
-
id: string;
|
|
3708
|
-
name: string;
|
|
3709
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3710
3707
|
createdAt: string;
|
|
3711
3708
|
updatedAt: string;
|
|
3709
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3710
|
+
id: 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
|
-
id: string;
|
|
3727
|
-
name: string;
|
|
3728
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3729
3726
|
createdAt: string | Date;
|
|
3730
3727
|
updatedAt: string | Date;
|
|
3728
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3729
|
+
id: string;
|
|
3730
|
+
name: string;
|
|
3731
3731
|
crn: string;
|
|
3732
3732
|
govLink: string;
|
|
3733
3733
|
director: string;
|
|
@@ -3771,15 +3771,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
3771
3771
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3772
3772
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3773
3773
|
}, "strip", z.ZodTypeAny, {
|
|
3774
|
-
id: string;
|
|
3775
|
-
name: string;
|
|
3776
3774
|
createdAt: string;
|
|
3777
3775
|
updatedAt: string;
|
|
3778
|
-
}, {
|
|
3779
3776
|
id: string;
|
|
3780
3777
|
name: string;
|
|
3778
|
+
}, {
|
|
3781
3779
|
createdAt: string | Date;
|
|
3782
3780
|
updatedAt: string | Date;
|
|
3781
|
+
id: string;
|
|
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
|
-
id: string;
|
|
3819
|
-
name: string;
|
|
3820
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3821
3818
|
createdAt: string;
|
|
3822
3819
|
updatedAt: string;
|
|
3820
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3821
|
+
id: 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
|
-
id: string;
|
|
3838
|
-
name: string;
|
|
3839
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
3840
3837
|
createdAt: string | Date;
|
|
3841
3838
|
updatedAt: string | Date;
|
|
3839
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3840
|
+
id: string;
|
|
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
|
-
id: string;
|
|
3878
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3879
3877
|
createdAt: string;
|
|
3880
3878
|
updatedAt: string;
|
|
3879
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3880
|
+
id: string;
|
|
3881
3881
|
userId: string;
|
|
3882
3882
|
company?: {
|
|
3883
|
-
id: string;
|
|
3884
|
-
name: string;
|
|
3885
3883
|
createdAt: string;
|
|
3886
3884
|
updatedAt: string;
|
|
3887
|
-
} | null | undefined;
|
|
3888
|
-
client?: {
|
|
3889
3885
|
id: string;
|
|
3890
3886
|
name: string;
|
|
3891
|
-
|
|
3887
|
+
} | null | undefined;
|
|
3888
|
+
client?: {
|
|
3892
3889
|
createdAt: string;
|
|
3893
3890
|
updatedAt: string;
|
|
3891
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3892
|
+
id: 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
|
-
id: string;
|
|
3916
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3917
3915
|
createdAt: string | Date;
|
|
3918
3916
|
updatedAt: string | Date;
|
|
3917
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3918
|
+
id: string;
|
|
3919
3919
|
userId: string;
|
|
3920
3920
|
company?: {
|
|
3921
|
-
id: string;
|
|
3922
|
-
name: string;
|
|
3923
3921
|
createdAt: string | Date;
|
|
3924
3922
|
updatedAt: string | Date;
|
|
3925
|
-
} | null | undefined;
|
|
3926
|
-
client?: {
|
|
3927
3923
|
id: string;
|
|
3928
3924
|
name: string;
|
|
3929
|
-
|
|
3925
|
+
} | null | undefined;
|
|
3926
|
+
client?: {
|
|
3930
3927
|
createdAt: string | Date;
|
|
3931
3928
|
updatedAt: string | Date;
|
|
3929
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3930
|
+
id: string;
|
|
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
|
-
id: string;
|
|
3955
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3956
3954
|
createdAt: string;
|
|
3957
3955
|
updatedAt: string;
|
|
3956
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3957
|
+
id: string;
|
|
3958
3958
|
userId: string;
|
|
3959
3959
|
company?: {
|
|
3960
|
-
id: string;
|
|
3961
|
-
name: string;
|
|
3962
3960
|
createdAt: string;
|
|
3963
3961
|
updatedAt: string;
|
|
3964
|
-
} | null | undefined;
|
|
3965
|
-
client?: {
|
|
3966
3962
|
id: string;
|
|
3967
3963
|
name: string;
|
|
3968
|
-
|
|
3964
|
+
} | null | undefined;
|
|
3965
|
+
client?: {
|
|
3969
3966
|
createdAt: string;
|
|
3970
3967
|
updatedAt: string;
|
|
3968
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
3969
|
+
id: 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
|
-
id: string;
|
|
3993
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3994
3992
|
createdAt: string;
|
|
3995
3993
|
updatedAt: string;
|
|
3994
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
3995
|
+
id: string;
|
|
3996
3996
|
userId: string;
|
|
3997
3997
|
company?: {
|
|
3998
|
-
id: string;
|
|
3999
|
-
name: string;
|
|
4000
3998
|
createdAt: string;
|
|
4001
3999
|
updatedAt: string;
|
|
4002
|
-
} | null | undefined;
|
|
4003
|
-
client?: {
|
|
4004
4000
|
id: string;
|
|
4005
4001
|
name: string;
|
|
4006
|
-
|
|
4002
|
+
} | null | undefined;
|
|
4003
|
+
client?: {
|
|
4007
4004
|
createdAt: string;
|
|
4008
4005
|
updatedAt: string;
|
|
4006
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4007
|
+
id: 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
|
-
id: string;
|
|
4032
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4033
4031
|
createdAt: string | Date;
|
|
4034
4032
|
updatedAt: string | Date;
|
|
4033
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4034
|
+
id: string;
|
|
4035
4035
|
userId: string;
|
|
4036
4036
|
company?: {
|
|
4037
|
-
id: string;
|
|
4038
|
-
name: string;
|
|
4039
4037
|
createdAt: string | Date;
|
|
4040
4038
|
updatedAt: string | Date;
|
|
4041
|
-
} | null | undefined;
|
|
4042
|
-
client?: {
|
|
4043
4039
|
id: string;
|
|
4044
4040
|
name: string;
|
|
4045
|
-
|
|
4041
|
+
} | null | undefined;
|
|
4042
|
+
client?: {
|
|
4046
4043
|
createdAt: string | Date;
|
|
4047
4044
|
updatedAt: string | Date;
|
|
4045
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4046
|
+
id: string;
|
|
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
|
-
id: string;
|
|
4070
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4071
4069
|
createdAt: string | Date;
|
|
4072
4070
|
updatedAt: string | Date;
|
|
4071
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4072
|
+
id: string;
|
|
4073
4073
|
userId: string;
|
|
4074
4074
|
company?: {
|
|
4075
|
-
id: string;
|
|
4076
|
-
name: string;
|
|
4077
4075
|
createdAt: string | Date;
|
|
4078
4076
|
updatedAt: string | Date;
|
|
4079
|
-
} | null | undefined;
|
|
4080
|
-
client?: {
|
|
4081
4077
|
id: string;
|
|
4082
4078
|
name: string;
|
|
4083
|
-
|
|
4079
|
+
} | null | undefined;
|
|
4080
|
+
client?: {
|
|
4084
4081
|
createdAt: string | Date;
|
|
4085
4082
|
updatedAt: string | Date;
|
|
4083
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4084
|
+
id: string;
|
|
4085
|
+
name: string;
|
|
4086
4086
|
crn: string;
|
|
4087
4087
|
govLink: string;
|
|
4088
4088
|
director: string;
|
|
@@ -4121,9 +4121,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
4121
4121
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4122
4122
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4123
4123
|
}, "strip", z.ZodTypeAny, {
|
|
4124
|
-
id: string;
|
|
4125
4124
|
createdAt: string;
|
|
4126
4125
|
updatedAt: string;
|
|
4126
|
+
id: string;
|
|
4127
4127
|
email: string;
|
|
4128
4128
|
collaborationId: string;
|
|
4129
4129
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -4134,23 +4134,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4134
4134
|
collaborationEmailSent: boolean;
|
|
4135
4135
|
clientContactId?: string | null | undefined;
|
|
4136
4136
|
collaboration?: {
|
|
4137
|
-
id: string;
|
|
4138
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4139
4137
|
createdAt: string;
|
|
4140
4138
|
updatedAt: string;
|
|
4139
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4140
|
+
id: string;
|
|
4141
4141
|
userId: string;
|
|
4142
4142
|
company?: {
|
|
4143
|
-
id: string;
|
|
4144
|
-
name: string;
|
|
4145
4143
|
createdAt: string;
|
|
4146
4144
|
updatedAt: string;
|
|
4147
|
-
} | null | undefined;
|
|
4148
|
-
client?: {
|
|
4149
4145
|
id: string;
|
|
4150
4146
|
name: string;
|
|
4151
|
-
|
|
4147
|
+
} | null | undefined;
|
|
4148
|
+
client?: {
|
|
4152
4149
|
createdAt: string;
|
|
4153
4150
|
updatedAt: string;
|
|
4151
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4152
|
+
id: 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
|
-
id: string;
|
|
4176
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4177
4175
|
createdAt: string;
|
|
4178
4176
|
updatedAt: string;
|
|
4177
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4178
|
+
id: string;
|
|
4179
4179
|
userId: string;
|
|
4180
4180
|
company?: {
|
|
4181
|
-
id: string;
|
|
4182
|
-
name: string;
|
|
4183
4181
|
createdAt: string;
|
|
4184
4182
|
updatedAt: string;
|
|
4185
|
-
} | null | undefined;
|
|
4186
|
-
client?: {
|
|
4187
4183
|
id: string;
|
|
4188
4184
|
name: string;
|
|
4189
|
-
|
|
4185
|
+
} | null | undefined;
|
|
4186
|
+
client?: {
|
|
4190
4187
|
createdAt: string;
|
|
4191
4188
|
updatedAt: string;
|
|
4189
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4190
|
+
id: string;
|
|
4191
|
+
name: string;
|
|
4192
4192
|
crn: string;
|
|
4193
4193
|
govLink: string;
|
|
4194
4194
|
director: string;
|
|
@@ -4218,9 +4218,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
4218
4218
|
collaborationEmailTimestamp?: string | null | undefined;
|
|
4219
4219
|
checkingComment?: string | null | undefined;
|
|
4220
4220
|
}, {
|
|
4221
|
-
id: string;
|
|
4222
4221
|
createdAt: string | Date;
|
|
4223
4222
|
updatedAt: string | Date;
|
|
4223
|
+
id: string;
|
|
4224
4224
|
email: string;
|
|
4225
4225
|
collaborationId: string;
|
|
4226
4226
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -4231,23 +4231,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4231
4231
|
collaborationEmailSent: boolean;
|
|
4232
4232
|
clientContactId?: string | null | undefined;
|
|
4233
4233
|
collaboration?: {
|
|
4234
|
-
id: string;
|
|
4235
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4236
4234
|
createdAt: string | Date;
|
|
4237
4235
|
updatedAt: string | Date;
|
|
4236
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4237
|
+
id: string;
|
|
4238
4238
|
userId: string;
|
|
4239
4239
|
company?: {
|
|
4240
|
-
id: string;
|
|
4241
|
-
name: string;
|
|
4242
4240
|
createdAt: string | Date;
|
|
4243
4241
|
updatedAt: string | Date;
|
|
4244
|
-
} | null | undefined;
|
|
4245
|
-
client?: {
|
|
4246
4242
|
id: string;
|
|
4247
4243
|
name: string;
|
|
4248
|
-
|
|
4244
|
+
} | null | undefined;
|
|
4245
|
+
client?: {
|
|
4249
4246
|
createdAt: string | Date;
|
|
4250
4247
|
updatedAt: string | Date;
|
|
4248
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4249
|
+
id: string;
|
|
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
|
-
id: string;
|
|
4273
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4274
4272
|
createdAt: string | Date;
|
|
4275
4273
|
updatedAt: string | Date;
|
|
4274
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4275
|
+
id: string;
|
|
4276
4276
|
userId: string;
|
|
4277
4277
|
company?: {
|
|
4278
|
-
id: string;
|
|
4279
|
-
name: string;
|
|
4280
4278
|
createdAt: string | Date;
|
|
4281
4279
|
updatedAt: string | Date;
|
|
4282
|
-
} | null | undefined;
|
|
4283
|
-
client?: {
|
|
4284
4280
|
id: string;
|
|
4285
4281
|
name: string;
|
|
4286
|
-
|
|
4282
|
+
} | null | undefined;
|
|
4283
|
+
client?: {
|
|
4287
4284
|
createdAt: string | Date;
|
|
4288
4285
|
updatedAt: string | Date;
|
|
4286
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4287
|
+
id: string;
|
|
4288
|
+
name: string;
|
|
4289
4289
|
crn: string;
|
|
4290
4290
|
govLink: string;
|
|
4291
4291
|
director: string;
|
|
@@ -4506,15 +4506,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
4506
4506
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4507
4507
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4508
4508
|
}, "strip", z.ZodTypeAny, {
|
|
4509
|
-
id: string;
|
|
4510
|
-
name: string;
|
|
4511
4509
|
createdAt: string;
|
|
4512
4510
|
updatedAt: string;
|
|
4513
|
-
}, {
|
|
4514
4511
|
id: string;
|
|
4515
4512
|
name: string;
|
|
4513
|
+
}, {
|
|
4516
4514
|
createdAt: string | Date;
|
|
4517
4515
|
updatedAt: string | Date;
|
|
4516
|
+
id: string;
|
|
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
|
-
id: string;
|
|
4554
|
-
name: string;
|
|
4555
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4556
4553
|
createdAt: string;
|
|
4557
4554
|
updatedAt: string;
|
|
4555
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4556
|
+
id: 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
|
-
id: string;
|
|
4573
|
-
name: string;
|
|
4574
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4575
4572
|
createdAt: string | Date;
|
|
4576
4573
|
updatedAt: string | Date;
|
|
4574
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4575
|
+
id: string;
|
|
4576
|
+
name: string;
|
|
4577
4577
|
crn: string;
|
|
4578
4578
|
govLink: string;
|
|
4579
4579
|
director: string;
|
|
@@ -4617,15 +4617,15 @@ export declare const collaborationCheckingsContract: {
|
|
|
4617
4617
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4618
4618
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4619
4619
|
}, "strip", z.ZodTypeAny, {
|
|
4620
|
-
id: string;
|
|
4621
|
-
name: string;
|
|
4622
4620
|
createdAt: string;
|
|
4623
4621
|
updatedAt: string;
|
|
4624
|
-
}, {
|
|
4625
4622
|
id: string;
|
|
4626
4623
|
name: string;
|
|
4624
|
+
}, {
|
|
4627
4625
|
createdAt: string | Date;
|
|
4628
4626
|
updatedAt: string | Date;
|
|
4627
|
+
id: string;
|
|
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
|
-
id: string;
|
|
4665
|
-
name: string;
|
|
4666
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4667
4664
|
createdAt: string;
|
|
4668
4665
|
updatedAt: string;
|
|
4666
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4667
|
+
id: 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
|
-
id: string;
|
|
4684
|
-
name: string;
|
|
4685
|
-
status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
|
|
4686
4683
|
createdAt: string | Date;
|
|
4687
4684
|
updatedAt: string | Date;
|
|
4685
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4686
|
+
id: string;
|
|
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
|
-
id: string;
|
|
4724
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4725
4723
|
createdAt: string;
|
|
4726
4724
|
updatedAt: string;
|
|
4725
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4726
|
+
id: string;
|
|
4727
4727
|
userId: string;
|
|
4728
4728
|
company?: {
|
|
4729
|
-
id: string;
|
|
4730
|
-
name: string;
|
|
4731
4729
|
createdAt: string;
|
|
4732
4730
|
updatedAt: string;
|
|
4733
|
-
} | null | undefined;
|
|
4734
|
-
client?: {
|
|
4735
4731
|
id: string;
|
|
4736
4732
|
name: string;
|
|
4737
|
-
|
|
4733
|
+
} | null | undefined;
|
|
4734
|
+
client?: {
|
|
4738
4735
|
createdAt: string;
|
|
4739
4736
|
updatedAt: string;
|
|
4737
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4738
|
+
id: 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
|
-
id: string;
|
|
4762
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4763
4761
|
createdAt: string | Date;
|
|
4764
4762
|
updatedAt: string | Date;
|
|
4763
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4764
|
+
id: string;
|
|
4765
4765
|
userId: string;
|
|
4766
4766
|
company?: {
|
|
4767
|
-
id: string;
|
|
4768
|
-
name: string;
|
|
4769
4767
|
createdAt: string | Date;
|
|
4770
4768
|
updatedAt: string | Date;
|
|
4771
|
-
} | null | undefined;
|
|
4772
|
-
client?: {
|
|
4773
4769
|
id: string;
|
|
4774
4770
|
name: string;
|
|
4775
|
-
|
|
4771
|
+
} | null | undefined;
|
|
4772
|
+
client?: {
|
|
4776
4773
|
createdAt: string | Date;
|
|
4777
4774
|
updatedAt: string | Date;
|
|
4775
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4776
|
+
id: string;
|
|
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
|
-
id: string;
|
|
4801
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4802
4800
|
createdAt: string;
|
|
4803
4801
|
updatedAt: string;
|
|
4802
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4803
|
+
id: string;
|
|
4804
4804
|
userId: string;
|
|
4805
4805
|
company?: {
|
|
4806
|
-
id: string;
|
|
4807
|
-
name: string;
|
|
4808
4806
|
createdAt: string;
|
|
4809
4807
|
updatedAt: string;
|
|
4810
|
-
} | null | undefined;
|
|
4811
|
-
client?: {
|
|
4812
4808
|
id: string;
|
|
4813
4809
|
name: string;
|
|
4814
|
-
|
|
4810
|
+
} | null | undefined;
|
|
4811
|
+
client?: {
|
|
4815
4812
|
createdAt: string;
|
|
4816
4813
|
updatedAt: string;
|
|
4814
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4815
|
+
id: 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
|
-
id: string;
|
|
4839
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4840
4838
|
createdAt: string;
|
|
4841
4839
|
updatedAt: string;
|
|
4840
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4841
|
+
id: string;
|
|
4842
4842
|
userId: string;
|
|
4843
4843
|
company?: {
|
|
4844
|
-
id: string;
|
|
4845
|
-
name: string;
|
|
4846
4844
|
createdAt: string;
|
|
4847
4845
|
updatedAt: string;
|
|
4848
|
-
} | null | undefined;
|
|
4849
|
-
client?: {
|
|
4850
4846
|
id: string;
|
|
4851
4847
|
name: string;
|
|
4852
|
-
|
|
4848
|
+
} | null | undefined;
|
|
4849
|
+
client?: {
|
|
4853
4850
|
createdAt: string;
|
|
4854
4851
|
updatedAt: string;
|
|
4852
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4853
|
+
id: 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
|
-
id: string;
|
|
4878
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4879
4877
|
createdAt: string | Date;
|
|
4880
4878
|
updatedAt: string | Date;
|
|
4879
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4880
|
+
id: string;
|
|
4881
4881
|
userId: string;
|
|
4882
4882
|
company?: {
|
|
4883
|
-
id: string;
|
|
4884
|
-
name: string;
|
|
4885
4883
|
createdAt: string | Date;
|
|
4886
4884
|
updatedAt: string | Date;
|
|
4887
|
-
} | null | undefined;
|
|
4888
|
-
client?: {
|
|
4889
4885
|
id: string;
|
|
4890
4886
|
name: string;
|
|
4891
|
-
|
|
4887
|
+
} | null | undefined;
|
|
4888
|
+
client?: {
|
|
4892
4889
|
createdAt: string | Date;
|
|
4893
4890
|
updatedAt: string | Date;
|
|
4891
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4892
|
+
id: string;
|
|
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
|
-
id: string;
|
|
4916
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4917
4915
|
createdAt: string | Date;
|
|
4918
4916
|
updatedAt: string | Date;
|
|
4917
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4918
|
+
id: string;
|
|
4919
4919
|
userId: string;
|
|
4920
4920
|
company?: {
|
|
4921
|
-
id: string;
|
|
4922
|
-
name: string;
|
|
4923
4921
|
createdAt: string | Date;
|
|
4924
4922
|
updatedAt: string | Date;
|
|
4925
|
-
} | null | undefined;
|
|
4926
|
-
client?: {
|
|
4927
4923
|
id: string;
|
|
4928
4924
|
name: string;
|
|
4929
|
-
|
|
4925
|
+
} | null | undefined;
|
|
4926
|
+
client?: {
|
|
4930
4927
|
createdAt: string | Date;
|
|
4931
4928
|
updatedAt: string | Date;
|
|
4929
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4930
|
+
id: string;
|
|
4931
|
+
name: string;
|
|
4932
4932
|
crn: string;
|
|
4933
4933
|
govLink: string;
|
|
4934
4934
|
director: string;
|
|
@@ -4967,9 +4967,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
4967
4967
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4968
4968
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4969
4969
|
}, "strip", z.ZodTypeAny, {
|
|
4970
|
-
id: string;
|
|
4971
4970
|
createdAt: string;
|
|
4972
4971
|
updatedAt: string;
|
|
4972
|
+
id: string;
|
|
4973
4973
|
email: string;
|
|
4974
4974
|
collaborationId: string;
|
|
4975
4975
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -4980,23 +4980,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4980
4980
|
collaborationEmailSent: boolean;
|
|
4981
4981
|
clientContactId?: string | null | undefined;
|
|
4982
4982
|
collaboration?: {
|
|
4983
|
-
id: string;
|
|
4984
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4985
4983
|
createdAt: string;
|
|
4986
4984
|
updatedAt: string;
|
|
4985
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
4986
|
+
id: string;
|
|
4987
4987
|
userId: string;
|
|
4988
4988
|
company?: {
|
|
4989
|
-
id: string;
|
|
4990
|
-
name: string;
|
|
4991
4989
|
createdAt: string;
|
|
4992
4990
|
updatedAt: string;
|
|
4993
|
-
} | null | undefined;
|
|
4994
|
-
client?: {
|
|
4995
4991
|
id: string;
|
|
4996
4992
|
name: string;
|
|
4997
|
-
|
|
4993
|
+
} | null | undefined;
|
|
4994
|
+
client?: {
|
|
4998
4995
|
createdAt: string;
|
|
4999
4996
|
updatedAt: string;
|
|
4997
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
4998
|
+
id: 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
|
-
id: string;
|
|
5022
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5023
5021
|
createdAt: string;
|
|
5024
5022
|
updatedAt: string;
|
|
5023
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5024
|
+
id: string;
|
|
5025
5025
|
userId: string;
|
|
5026
5026
|
company?: {
|
|
5027
|
-
id: string;
|
|
5028
|
-
name: string;
|
|
5029
5027
|
createdAt: string;
|
|
5030
5028
|
updatedAt: string;
|
|
5031
|
-
} | null | undefined;
|
|
5032
|
-
client?: {
|
|
5033
5029
|
id: string;
|
|
5034
5030
|
name: string;
|
|
5035
|
-
|
|
5031
|
+
} | null | undefined;
|
|
5032
|
+
client?: {
|
|
5036
5033
|
createdAt: string;
|
|
5037
5034
|
updatedAt: string;
|
|
5035
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5036
|
+
id: string;
|
|
5037
|
+
name: string;
|
|
5038
5038
|
crn: string;
|
|
5039
5039
|
govLink: string;
|
|
5040
5040
|
director: string;
|
|
@@ -5064,9 +5064,9 @@ export declare const collaborationCheckingsContract: {
|
|
|
5064
5064
|
collaborationEmailTimestamp?: string | null | undefined;
|
|
5065
5065
|
checkingComment?: string | null | undefined;
|
|
5066
5066
|
}, {
|
|
5067
|
-
id: string;
|
|
5068
5067
|
createdAt: string | Date;
|
|
5069
5068
|
updatedAt: string | Date;
|
|
5069
|
+
id: string;
|
|
5070
5070
|
email: string;
|
|
5071
5071
|
collaborationId: string;
|
|
5072
5072
|
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
@@ -5077,23 +5077,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
5077
5077
|
collaborationEmailSent: boolean;
|
|
5078
5078
|
clientContactId?: string | null | undefined;
|
|
5079
5079
|
collaboration?: {
|
|
5080
|
-
id: string;
|
|
5081
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5082
5080
|
createdAt: string | Date;
|
|
5083
5081
|
updatedAt: string | Date;
|
|
5082
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5083
|
+
id: string;
|
|
5084
5084
|
userId: string;
|
|
5085
5085
|
company?: {
|
|
5086
|
-
id: string;
|
|
5087
|
-
name: string;
|
|
5088
5086
|
createdAt: string | Date;
|
|
5089
5087
|
updatedAt: string | Date;
|
|
5090
|
-
} | null | undefined;
|
|
5091
|
-
client?: {
|
|
5092
5088
|
id: string;
|
|
5093
5089
|
name: string;
|
|
5094
|
-
|
|
5090
|
+
} | null | undefined;
|
|
5091
|
+
client?: {
|
|
5095
5092
|
createdAt: string | Date;
|
|
5096
5093
|
updatedAt: string | Date;
|
|
5094
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5095
|
+
id: string;
|
|
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
|
-
id: string;
|
|
5119
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5120
5118
|
createdAt: string | Date;
|
|
5121
5119
|
updatedAt: string | Date;
|
|
5120
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT";
|
|
5121
|
+
id: string;
|
|
5122
5122
|
userId: string;
|
|
5123
5123
|
company?: {
|
|
5124
|
-
id: string;
|
|
5125
|
-
name: string;
|
|
5126
5124
|
createdAt: string | Date;
|
|
5127
5125
|
updatedAt: string | Date;
|
|
5128
|
-
} | null | undefined;
|
|
5129
|
-
client?: {
|
|
5130
5126
|
id: string;
|
|
5131
5127
|
name: string;
|
|
5132
|
-
|
|
5128
|
+
} | null | undefined;
|
|
5129
|
+
client?: {
|
|
5133
5130
|
createdAt: string | Date;
|
|
5134
5131
|
updatedAt: string | Date;
|
|
5132
|
+
status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
|
|
5133
|
+
id: string;
|
|
5134
|
+
name: string;
|
|
5135
5135
|
crn: string;
|
|
5136
5136
|
govLink: string;
|
|
5137
5137
|
director: string;
|