@dakkitor/api-contracts 1.1.109 → 1.1.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist/actives/actives.contract.d.ts +3059 -3059
  2. package/dist/agent-client-links/agent-client-links.contract.d.ts +74 -74
  3. package/dist/bookings/bookings.contract.d.ts +11037 -11037
  4. package/dist/call-history/call-history.contract.d.ts +294 -294
  5. package/dist/client-contacts/client-contacts.contract.d.ts +186 -186
  6. package/dist/clients/clients.contract.d.ts +99 -99
  7. package/dist/clients/clients.contract.d.ts.map +1 -1
  8. package/dist/clients/clients.contract.js +5 -5
  9. package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +440 -440
  10. package/dist/collaborations/collaborations.contract.d.ts +328 -328
  11. package/dist/companies/companies.contract.d.ts +22 -22
  12. package/dist/curated-workers/curated-workers.contract.d.ts +76 -76
  13. package/dist/dashboards/agent-daily-metrics.contract.d.ts +3 -3
  14. package/dist/dashboards/dashboard-widgets.contract.d.ts +224 -150
  15. package/dist/dashboards/dashboard-widgets.contract.d.ts.map +1 -1
  16. package/dist/dashboards/dashboard-widgets.contract.js +124 -101
  17. package/dist/dashboards/dashboard.contract.d.ts +14 -14
  18. package/dist/files/files.contract.d.ts +24 -24
  19. package/dist/jobs/jobs.contract.d.ts +907 -907
  20. package/dist/lead-assignments/lead-assignments.contract.d.ts +160 -160
  21. package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +34 -34
  22. package/dist/lead-distribution/lead-distribution-config.contract.d.ts +7 -7
  23. package/dist/leads/leads.contract.d.ts +136 -136
  24. package/dist/postcodes/postcodes.contract.d.ts +18 -18
  25. package/dist/qualifications/qualifications.contract.d.ts +22 -22
  26. package/dist/trades/trades.contract.d.ts +16 -16
  27. package/dist/users/users.contract.d.ts +6 -6
  28. package/dist/workers/workers.contract.d.ts +288 -288
  29. package/package.json +41 -41
  30. package/dist/abilities/interconnection.json +0 -370
  31. package/dist/abilities/second-agent.abilities copy.json +0 -370
@@ -12,14 +12,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
12
12
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  id: string;
15
+ name: string;
15
16
  createdAt: string;
16
17
  updatedAt: string;
17
- name: string;
18
18
  }, {
19
19
  id: string;
20
+ name: string;
20
21
  createdAt: string | Date;
21
22
  updatedAt: string | Date;
22
- name: string;
23
23
  }>>>;
24
24
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
25
25
  id: z.ZodString;
@@ -57,14 +57,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
57
57
  }>>>;
58
58
  }, "strip", z.ZodTypeAny, {
59
59
  id: string;
60
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
60
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
61
+ name: string;
62
+ director: string;
61
63
  createdAt: string;
62
64
  updatedAt: string;
63
- name: string;
64
65
  crn: string | null;
65
66
  govLink: string;
66
67
  soleTrader: boolean;
67
- director: string;
68
68
  blacklistReason?: string | null | undefined;
69
69
  lastUpdatedBy?: {
70
70
  id: string;
@@ -77,14 +77,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
77
77
  } | null | undefined;
78
78
  }, {
79
79
  id: string;
80
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
80
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
81
+ name: string;
82
+ director: string;
81
83
  createdAt: string | Date;
82
84
  updatedAt: string | Date;
83
- name: string;
84
85
  crn: string | null;
85
86
  govLink: string;
86
87
  soleTrader: boolean;
87
- director: string;
88
88
  blacklistReason?: string | null | undefined;
89
89
  lastUpdatedBy?: {
90
90
  id: string;
@@ -166,14 +166,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
166
166
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
167
167
  }, "strip", z.ZodTypeAny, {
168
168
  id: string;
169
+ name: string;
169
170
  createdAt: string;
170
171
  updatedAt: string;
171
- name: string;
172
172
  }, {
173
173
  id: string;
174
+ name: string;
174
175
  createdAt: string | Date;
175
176
  updatedAt: string | Date;
176
- name: string;
177
177
  }>>>;
178
178
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
179
179
  id: z.ZodString;
@@ -211,14 +211,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
211
211
  }>>>;
212
212
  }, "strip", z.ZodTypeAny, {
213
213
  id: string;
214
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
214
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
215
+ name: string;
216
+ director: string;
215
217
  createdAt: string;
216
218
  updatedAt: string;
217
- name: string;
218
219
  crn: string | null;
219
220
  govLink: string;
220
221
  soleTrader: boolean;
221
- director: string;
222
222
  blacklistReason?: string | null | undefined;
223
223
  lastUpdatedBy?: {
224
224
  id: string;
@@ -231,14 +231,14 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
231
231
  } | null | undefined;
232
232
  }, {
233
233
  id: string;
234
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
234
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
235
+ name: string;
236
+ director: string;
235
237
  createdAt: string | Date;
236
238
  updatedAt: string | Date;
237
- name: string;
238
239
  crn: string | null;
239
240
  govLink: string;
240
241
  soleTrader: boolean;
241
- director: string;
242
242
  blacklistReason?: string | null | undefined;
243
243
  lastUpdatedBy?: {
244
244
  id: string;
@@ -318,20 +318,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
318
318
  userId: string;
319
319
  company?: {
320
320
  id: string;
321
+ name: string;
321
322
  createdAt: string;
322
323
  updatedAt: string;
323
- name: string;
324
324
  } | null | undefined;
325
325
  client?: {
326
326
  id: string;
327
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
327
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
328
+ name: string;
329
+ director: string;
328
330
  createdAt: string;
329
331
  updatedAt: string;
330
- name: string;
331
332
  crn: string | null;
332
333
  govLink: string;
333
334
  soleTrader: boolean;
334
- director: string;
335
335
  blacklistReason?: string | null | undefined;
336
336
  lastUpdatedBy?: {
337
337
  id: string;
@@ -367,20 +367,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
367
367
  userId: string;
368
368
  company?: {
369
369
  id: string;
370
+ name: string;
370
371
  createdAt: string | Date;
371
372
  updatedAt: string | Date;
372
- name: string;
373
373
  } | null | undefined;
374
374
  client?: {
375
375
  id: string;
376
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
376
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
377
+ name: string;
378
+ director: string;
377
379
  createdAt: string | Date;
378
380
  updatedAt: string | Date;
379
- name: string;
380
381
  crn: string | null;
381
382
  govLink: string;
382
383
  soleTrader: boolean;
383
- director: string;
384
384
  blacklistReason?: string | null | undefined;
385
385
  lastUpdatedBy?: {
386
386
  id: string;
@@ -417,20 +417,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
417
417
  userId: string;
418
418
  company?: {
419
419
  id: string;
420
+ name: string;
420
421
  createdAt: string;
421
422
  updatedAt: string;
422
- name: string;
423
423
  } | null | undefined;
424
424
  client?: {
425
425
  id: string;
426
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
426
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
427
+ name: string;
428
+ director: string;
427
429
  createdAt: string;
428
430
  updatedAt: string;
429
- name: string;
430
431
  crn: string | null;
431
432
  govLink: string;
432
433
  soleTrader: boolean;
433
- director: string;
434
434
  blacklistReason?: string | null | undefined;
435
435
  lastUpdatedBy?: {
436
436
  id: string;
@@ -466,20 +466,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
466
466
  userId: string;
467
467
  company?: {
468
468
  id: string;
469
+ name: string;
469
470
  createdAt: string;
470
471
  updatedAt: string;
471
- name: string;
472
472
  } | null | undefined;
473
473
  client?: {
474
474
  id: string;
475
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
475
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
476
+ name: string;
477
+ director: string;
476
478
  createdAt: string;
477
479
  updatedAt: string;
478
- name: string;
479
480
  crn: string | null;
480
481
  govLink: string;
481
482
  soleTrader: boolean;
482
- director: string;
483
483
  blacklistReason?: string | null | undefined;
484
484
  lastUpdatedBy?: {
485
485
  id: string;
@@ -516,20 +516,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
516
516
  userId: string;
517
517
  company?: {
518
518
  id: string;
519
+ name: string;
519
520
  createdAt: string | Date;
520
521
  updatedAt: string | Date;
521
- name: string;
522
522
  } | null | undefined;
523
523
  client?: {
524
524
  id: string;
525
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
525
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
526
+ name: string;
527
+ director: string;
526
528
  createdAt: string | Date;
527
529
  updatedAt: string | Date;
528
- name: string;
529
530
  crn: string | null;
530
531
  govLink: string;
531
532
  soleTrader: boolean;
532
- director: string;
533
533
  blacklistReason?: string | null | undefined;
534
534
  lastUpdatedBy?: {
535
535
  id: string;
@@ -565,20 +565,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
565
565
  userId: string;
566
566
  company?: {
567
567
  id: string;
568
+ name: string;
568
569
  createdAt: string | Date;
569
570
  updatedAt: string | Date;
570
- name: string;
571
571
  } | null | undefined;
572
572
  client?: {
573
573
  id: string;
574
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
574
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
575
+ name: string;
576
+ director: string;
575
577
  createdAt: string | Date;
576
578
  updatedAt: string | Date;
577
- name: string;
578
579
  crn: string | null;
579
580
  govLink: string;
580
581
  soleTrader: boolean;
581
- director: string;
582
582
  blacklistReason?: string | null | undefined;
583
583
  lastUpdatedBy?: {
584
584
  id: string;
@@ -627,14 +627,15 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
627
627
  id: string;
628
628
  createdAt: string;
629
629
  updatedAt: string;
630
- collaborationId: string;
631
630
  email: string;
632
631
  urgency: "LOW" | "MEDIUM" | "HIGH";
633
632
  decision: "APPROVED" | "REJECTED" | "PENDING";
633
+ collaborationId: string;
634
634
  isTermsAndConditionsConfirmed: boolean;
635
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
635
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
636
636
  introductionEmailSent: boolean;
637
637
  collaborationEmailSent: boolean;
638
+ decisionTimestamp?: string | null | undefined;
638
639
  clientContactId?: string | null | undefined;
639
640
  collaboration?: {
640
641
  id: string;
@@ -644,20 +645,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
644
645
  userId: string;
645
646
  company?: {
646
647
  id: string;
648
+ name: string;
647
649
  createdAt: string;
648
650
  updatedAt: string;
649
- name: string;
650
651
  } | null | undefined;
651
652
  client?: {
652
653
  id: string;
653
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
654
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
655
+ name: string;
656
+ director: string;
654
657
  createdAt: string;
655
658
  updatedAt: string;
656
- name: string;
657
659
  crn: string | null;
658
660
  govLink: string;
659
661
  soleTrader: boolean;
660
- director: string;
661
662
  blacklistReason?: string | null | undefined;
662
663
  lastUpdatedBy?: {
663
664
  id: string;
@@ -693,20 +694,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
693
694
  userId: string;
694
695
  company?: {
695
696
  id: string;
697
+ name: string;
696
698
  createdAt: string;
697
699
  updatedAt: string;
698
- name: string;
699
700
  } | null | undefined;
700
701
  client?: {
701
702
  id: string;
702
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
703
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
704
+ name: string;
705
+ director: string;
703
706
  createdAt: string;
704
707
  updatedAt: string;
705
- name: string;
706
708
  crn: string | null;
707
709
  govLink: string;
708
710
  soleTrader: boolean;
709
- director: string;
710
711
  blacklistReason?: string | null | undefined;
711
712
  lastUpdatedBy?: {
712
713
  id: string;
@@ -736,7 +737,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
736
737
  } | null | undefined;
737
738
  } | null | undefined;
738
739
  } | null | undefined;
739
- decisionTimestamp?: string | null | undefined;
740
740
  decisionComment?: string | null | undefined;
741
741
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
742
742
  introductionEmailTimestamp?: string | null | undefined;
@@ -746,14 +746,15 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
746
746
  id: string;
747
747
  createdAt: string | Date;
748
748
  updatedAt: string | Date;
749
- collaborationId: string;
750
749
  email: string;
751
750
  urgency: "LOW" | "MEDIUM" | "HIGH";
752
751
  decision: "APPROVED" | "REJECTED" | "PENDING";
752
+ collaborationId: string;
753
753
  isTermsAndConditionsConfirmed: boolean;
754
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
754
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
755
755
  introductionEmailSent: boolean;
756
756
  collaborationEmailSent: boolean;
757
+ decisionTimestamp?: string | Date | null | undefined;
757
758
  clientContactId?: string | null | undefined;
758
759
  collaboration?: {
759
760
  id: string;
@@ -763,20 +764,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
763
764
  userId: string;
764
765
  company?: {
765
766
  id: string;
767
+ name: string;
766
768
  createdAt: string | Date;
767
769
  updatedAt: string | Date;
768
- name: string;
769
770
  } | null | undefined;
770
771
  client?: {
771
772
  id: string;
772
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
773
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
774
+ name: string;
775
+ director: string;
773
776
  createdAt: string | Date;
774
777
  updatedAt: string | Date;
775
- name: string;
776
778
  crn: string | null;
777
779
  govLink: string;
778
780
  soleTrader: boolean;
779
- director: string;
780
781
  blacklistReason?: string | null | undefined;
781
782
  lastUpdatedBy?: {
782
783
  id: string;
@@ -812,20 +813,20 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
812
813
  userId: string;
813
814
  company?: {
814
815
  id: string;
816
+ name: string;
815
817
  createdAt: string | Date;
816
818
  updatedAt: string | Date;
817
- name: string;
818
819
  } | null | undefined;
819
820
  client?: {
820
821
  id: string;
821
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
822
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
823
+ name: string;
824
+ director: string;
822
825
  createdAt: string | Date;
823
826
  updatedAt: string | Date;
824
- name: string;
825
827
  crn: string | null;
826
828
  govLink: string;
827
829
  soleTrader: boolean;
828
- director: string;
829
830
  blacklistReason?: string | null | undefined;
830
831
  lastUpdatedBy?: {
831
832
  id: string;
@@ -855,7 +856,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
855
856
  } | null | undefined;
856
857
  } | null | undefined;
857
858
  } | null | undefined;
858
- decisionTimestamp?: string | Date | null | undefined;
859
859
  decisionComment?: string | null | undefined;
860
860
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
861
861
  introductionEmailTimestamp?: string | Date | null | undefined;
@@ -882,21 +882,21 @@ export declare const CreateCollaborationCheckingSchema: z.ZodObject<{
882
882
  email: z.ZodString;
883
883
  }, "strip", z.ZodTypeAny, {
884
884
  email: string;
885
+ urgency: "LOW" | "MEDIUM" | "HIGH";
885
886
  collaboration: {
886
887
  id: string;
887
888
  };
888
- urgency: "LOW" | "MEDIUM" | "HIGH";
889
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
889
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
890
890
  clientContact: {
891
891
  id: string;
892
892
  };
893
893
  }, {
894
894
  email: string;
895
+ urgency: "LOW" | "MEDIUM" | "HIGH";
895
896
  collaboration: {
896
897
  id: string;
897
898
  };
898
- urgency: "LOW" | "MEDIUM" | "HIGH";
899
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
899
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
900
900
  clientContact: {
901
901
  id: string;
902
902
  };
@@ -913,24 +913,24 @@ export declare const UpdateCollaborationCheckingSchema: z.ZodObject<{
913
913
  checkingComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
914
914
  clientContactId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
915
915
  }, "strip", z.ZodTypeAny, {
916
- clientContactId?: string | null | undefined;
917
916
  email?: string | null | undefined;
918
917
  urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
919
918
  decision?: "APPROVED" | "REJECTED" | "PENDING" | null | undefined;
919
+ clientContactId?: string | null | undefined;
920
920
  decisionComment?: string | null | undefined;
921
921
  isTermsAndConditionsConfirmed?: boolean | null | undefined;
922
- emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
922
+ emailType?: "BOTH" | "INTRODUCTION" | "COLLABORATION" | null | undefined;
923
923
  introductionEmailSent?: boolean | null | undefined;
924
924
  collaborationEmailSent?: boolean | null | undefined;
925
925
  checkingComment?: string | null | undefined;
926
926
  }, {
927
- clientContactId?: string | null | undefined;
928
927
  email?: string | null | undefined;
929
928
  urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
930
929
  decision?: "APPROVED" | "REJECTED" | "PENDING" | null | undefined;
930
+ clientContactId?: string | null | undefined;
931
931
  decisionComment?: string | null | undefined;
932
932
  isTermsAndConditionsConfirmed?: boolean | null | undefined;
933
- emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
933
+ emailType?: "BOTH" | "INTRODUCTION" | "COLLABORATION" | null | undefined;
934
934
  introductionEmailSent?: boolean | null | undefined;
935
935
  collaborationEmailSent?: boolean | null | undefined;
936
936
  checkingComment?: string | null | undefined;
@@ -951,21 +951,21 @@ export declare const FilterCollaborationCheckingSchema: z.ZodObject<{
951
951
  page: number;
952
952
  sortBy: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp";
953
953
  sortOrder: "ASC" | "DESC";
954
- urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
955
- decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
956
954
  companyId?: string | undefined;
957
955
  clientId?: string | undefined;
958
956
  createdById?: string | undefined;
957
+ urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
958
+ decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
959
959
  }, {
960
960
  limit?: number | undefined;
961
961
  page?: number | undefined;
962
962
  sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
963
963
  sortOrder?: "ASC" | "DESC" | undefined;
964
- urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
965
- decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
966
964
  companyId?: string | undefined;
967
965
  clientId?: string | undefined;
968
966
  createdById?: string | undefined;
967
+ urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
968
+ decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
969
969
  }>;
970
970
  export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
971
971
  items: z.ZodArray<z.ZodObject<{
@@ -981,14 +981,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
981
981
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
982
982
  }, "strip", z.ZodTypeAny, {
983
983
  id: string;
984
+ name: string;
984
985
  createdAt: string;
985
986
  updatedAt: string;
986
- name: string;
987
987
  }, {
988
988
  id: string;
989
+ name: string;
989
990
  createdAt: string | Date;
990
991
  updatedAt: string | Date;
991
- name: string;
992
992
  }>>>;
993
993
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
994
994
  id: z.ZodString;
@@ -1026,14 +1026,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1026
1026
  }>>>;
1027
1027
  }, "strip", z.ZodTypeAny, {
1028
1028
  id: string;
1029
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1029
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1030
+ name: string;
1031
+ director: string;
1030
1032
  createdAt: string;
1031
1033
  updatedAt: string;
1032
- name: string;
1033
1034
  crn: string | null;
1034
1035
  govLink: string;
1035
1036
  soleTrader: boolean;
1036
- director: string;
1037
1037
  blacklistReason?: string | null | undefined;
1038
1038
  lastUpdatedBy?: {
1039
1039
  id: string;
@@ -1046,14 +1046,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1046
1046
  } | null | undefined;
1047
1047
  }, {
1048
1048
  id: string;
1049
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1049
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1050
+ name: string;
1051
+ director: string;
1050
1052
  createdAt: string | Date;
1051
1053
  updatedAt: string | Date;
1052
- name: string;
1053
1054
  crn: string | null;
1054
1055
  govLink: string;
1055
1056
  soleTrader: boolean;
1056
- director: string;
1057
1057
  blacklistReason?: string | null | undefined;
1058
1058
  lastUpdatedBy?: {
1059
1059
  id: string;
@@ -1135,14 +1135,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1135
1135
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
1136
1136
  }, "strip", z.ZodTypeAny, {
1137
1137
  id: string;
1138
+ name: string;
1138
1139
  createdAt: string;
1139
1140
  updatedAt: string;
1140
- name: string;
1141
1141
  }, {
1142
1142
  id: string;
1143
+ name: string;
1143
1144
  createdAt: string | Date;
1144
1145
  updatedAt: string | Date;
1145
- name: string;
1146
1146
  }>>>;
1147
1147
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1148
1148
  id: z.ZodString;
@@ -1180,14 +1180,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1180
1180
  }>>>;
1181
1181
  }, "strip", z.ZodTypeAny, {
1182
1182
  id: string;
1183
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1183
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1184
+ name: string;
1185
+ director: string;
1184
1186
  createdAt: string;
1185
1187
  updatedAt: string;
1186
- name: string;
1187
1188
  crn: string | null;
1188
1189
  govLink: string;
1189
1190
  soleTrader: boolean;
1190
- director: string;
1191
1191
  blacklistReason?: string | null | undefined;
1192
1192
  lastUpdatedBy?: {
1193
1193
  id: string;
@@ -1200,14 +1200,14 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1200
1200
  } | null | undefined;
1201
1201
  }, {
1202
1202
  id: string;
1203
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1203
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1204
+ name: string;
1205
+ director: string;
1204
1206
  createdAt: string | Date;
1205
1207
  updatedAt: string | Date;
1206
- name: string;
1207
1208
  crn: string | null;
1208
1209
  govLink: string;
1209
1210
  soleTrader: boolean;
1210
- director: string;
1211
1211
  blacklistReason?: string | null | undefined;
1212
1212
  lastUpdatedBy?: {
1213
1213
  id: string;
@@ -1287,20 +1287,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1287
1287
  userId: string;
1288
1288
  company?: {
1289
1289
  id: string;
1290
+ name: string;
1290
1291
  createdAt: string;
1291
1292
  updatedAt: string;
1292
- name: string;
1293
1293
  } | null | undefined;
1294
1294
  client?: {
1295
1295
  id: string;
1296
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1296
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1297
+ name: string;
1298
+ director: string;
1297
1299
  createdAt: string;
1298
1300
  updatedAt: string;
1299
- name: string;
1300
1301
  crn: string | null;
1301
1302
  govLink: string;
1302
1303
  soleTrader: boolean;
1303
- director: string;
1304
1304
  blacklistReason?: string | null | undefined;
1305
1305
  lastUpdatedBy?: {
1306
1306
  id: string;
@@ -1336,20 +1336,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1336
1336
  userId: string;
1337
1337
  company?: {
1338
1338
  id: string;
1339
+ name: string;
1339
1340
  createdAt: string | Date;
1340
1341
  updatedAt: string | Date;
1341
- name: string;
1342
1342
  } | null | undefined;
1343
1343
  client?: {
1344
1344
  id: string;
1345
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1345
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1346
+ name: string;
1347
+ director: string;
1346
1348
  createdAt: string | Date;
1347
1349
  updatedAt: string | Date;
1348
- name: string;
1349
1350
  crn: string | null;
1350
1351
  govLink: string;
1351
1352
  soleTrader: boolean;
1352
- director: string;
1353
1353
  blacklistReason?: string | null | undefined;
1354
1354
  lastUpdatedBy?: {
1355
1355
  id: string;
@@ -1386,20 +1386,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1386
1386
  userId: string;
1387
1387
  company?: {
1388
1388
  id: string;
1389
+ name: string;
1389
1390
  createdAt: string;
1390
1391
  updatedAt: string;
1391
- name: string;
1392
1392
  } | null | undefined;
1393
1393
  client?: {
1394
1394
  id: string;
1395
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1395
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1396
+ name: string;
1397
+ director: string;
1396
1398
  createdAt: string;
1397
1399
  updatedAt: string;
1398
- name: string;
1399
1400
  crn: string | null;
1400
1401
  govLink: string;
1401
1402
  soleTrader: boolean;
1402
- director: string;
1403
1403
  blacklistReason?: string | null | undefined;
1404
1404
  lastUpdatedBy?: {
1405
1405
  id: string;
@@ -1435,20 +1435,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1435
1435
  userId: string;
1436
1436
  company?: {
1437
1437
  id: string;
1438
+ name: string;
1438
1439
  createdAt: string;
1439
1440
  updatedAt: string;
1440
- name: string;
1441
1441
  } | null | undefined;
1442
1442
  client?: {
1443
1443
  id: string;
1444
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1444
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1445
+ name: string;
1446
+ director: string;
1445
1447
  createdAt: string;
1446
1448
  updatedAt: string;
1447
- name: string;
1448
1449
  crn: string | null;
1449
1450
  govLink: string;
1450
1451
  soleTrader: boolean;
1451
- director: string;
1452
1452
  blacklistReason?: string | null | undefined;
1453
1453
  lastUpdatedBy?: {
1454
1454
  id: string;
@@ -1485,20 +1485,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1485
1485
  userId: string;
1486
1486
  company?: {
1487
1487
  id: string;
1488
+ name: string;
1488
1489
  createdAt: string | Date;
1489
1490
  updatedAt: string | Date;
1490
- name: string;
1491
1491
  } | null | undefined;
1492
1492
  client?: {
1493
1493
  id: string;
1494
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1494
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1495
+ name: string;
1496
+ director: string;
1495
1497
  createdAt: string | Date;
1496
1498
  updatedAt: string | Date;
1497
- name: string;
1498
1499
  crn: string | null;
1499
1500
  govLink: string;
1500
1501
  soleTrader: boolean;
1501
- director: string;
1502
1502
  blacklistReason?: string | null | undefined;
1503
1503
  lastUpdatedBy?: {
1504
1504
  id: string;
@@ -1534,20 +1534,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1534
1534
  userId: string;
1535
1535
  company?: {
1536
1536
  id: string;
1537
+ name: string;
1537
1538
  createdAt: string | Date;
1538
1539
  updatedAt: string | Date;
1539
- name: string;
1540
1540
  } | null | undefined;
1541
1541
  client?: {
1542
1542
  id: string;
1543
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1543
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1544
+ name: string;
1545
+ director: string;
1544
1546
  createdAt: string | Date;
1545
1547
  updatedAt: string | Date;
1546
- name: string;
1547
1548
  crn: string | null;
1548
1549
  govLink: string;
1549
1550
  soleTrader: boolean;
1550
- director: string;
1551
1551
  blacklistReason?: string | null | undefined;
1552
1552
  lastUpdatedBy?: {
1553
1553
  id: string;
@@ -1596,14 +1596,15 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1596
1596
  id: string;
1597
1597
  createdAt: string;
1598
1598
  updatedAt: string;
1599
- collaborationId: string;
1600
1599
  email: string;
1601
1600
  urgency: "LOW" | "MEDIUM" | "HIGH";
1602
1601
  decision: "APPROVED" | "REJECTED" | "PENDING";
1602
+ collaborationId: string;
1603
1603
  isTermsAndConditionsConfirmed: boolean;
1604
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
1604
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
1605
1605
  introductionEmailSent: boolean;
1606
1606
  collaborationEmailSent: boolean;
1607
+ decisionTimestamp?: string | null | undefined;
1607
1608
  clientContactId?: string | null | undefined;
1608
1609
  collaboration?: {
1609
1610
  id: string;
@@ -1613,20 +1614,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1613
1614
  userId: string;
1614
1615
  company?: {
1615
1616
  id: string;
1617
+ name: string;
1616
1618
  createdAt: string;
1617
1619
  updatedAt: string;
1618
- name: string;
1619
1620
  } | null | undefined;
1620
1621
  client?: {
1621
1622
  id: string;
1622
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1623
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1624
+ name: string;
1625
+ director: string;
1623
1626
  createdAt: string;
1624
1627
  updatedAt: string;
1625
- name: string;
1626
1628
  crn: string | null;
1627
1629
  govLink: string;
1628
1630
  soleTrader: boolean;
1629
- director: string;
1630
1631
  blacklistReason?: string | null | undefined;
1631
1632
  lastUpdatedBy?: {
1632
1633
  id: string;
@@ -1662,20 +1663,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1662
1663
  userId: string;
1663
1664
  company?: {
1664
1665
  id: string;
1666
+ name: string;
1665
1667
  createdAt: string;
1666
1668
  updatedAt: string;
1667
- name: string;
1668
1669
  } | null | undefined;
1669
1670
  client?: {
1670
1671
  id: string;
1671
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1672
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1673
+ name: string;
1674
+ director: string;
1672
1675
  createdAt: string;
1673
1676
  updatedAt: string;
1674
- name: string;
1675
1677
  crn: string | null;
1676
1678
  govLink: string;
1677
1679
  soleTrader: boolean;
1678
- director: string;
1679
1680
  blacklistReason?: string | null | undefined;
1680
1681
  lastUpdatedBy?: {
1681
1682
  id: string;
@@ -1705,7 +1706,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1705
1706
  } | null | undefined;
1706
1707
  } | null | undefined;
1707
1708
  } | null | undefined;
1708
- decisionTimestamp?: string | null | undefined;
1709
1709
  decisionComment?: string | null | undefined;
1710
1710
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
1711
1711
  introductionEmailTimestamp?: string | null | undefined;
@@ -1715,14 +1715,15 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1715
1715
  id: string;
1716
1716
  createdAt: string | Date;
1717
1717
  updatedAt: string | Date;
1718
- collaborationId: string;
1719
1718
  email: string;
1720
1719
  urgency: "LOW" | "MEDIUM" | "HIGH";
1721
1720
  decision: "APPROVED" | "REJECTED" | "PENDING";
1721
+ collaborationId: string;
1722
1722
  isTermsAndConditionsConfirmed: boolean;
1723
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
1723
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
1724
1724
  introductionEmailSent: boolean;
1725
1725
  collaborationEmailSent: boolean;
1726
+ decisionTimestamp?: string | Date | null | undefined;
1726
1727
  clientContactId?: string | null | undefined;
1727
1728
  collaboration?: {
1728
1729
  id: string;
@@ -1732,20 +1733,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1732
1733
  userId: string;
1733
1734
  company?: {
1734
1735
  id: string;
1736
+ name: string;
1735
1737
  createdAt: string | Date;
1736
1738
  updatedAt: string | Date;
1737
- name: string;
1738
1739
  } | null | undefined;
1739
1740
  client?: {
1740
1741
  id: string;
1741
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1742
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1743
+ name: string;
1744
+ director: string;
1742
1745
  createdAt: string | Date;
1743
1746
  updatedAt: string | Date;
1744
- name: string;
1745
1747
  crn: string | null;
1746
1748
  govLink: string;
1747
1749
  soleTrader: boolean;
1748
- director: string;
1749
1750
  blacklistReason?: string | null | undefined;
1750
1751
  lastUpdatedBy?: {
1751
1752
  id: string;
@@ -1781,20 +1782,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1781
1782
  userId: string;
1782
1783
  company?: {
1783
1784
  id: string;
1785
+ name: string;
1784
1786
  createdAt: string | Date;
1785
1787
  updatedAt: string | Date;
1786
- name: string;
1787
1788
  } | null | undefined;
1788
1789
  client?: {
1789
1790
  id: string;
1790
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1791
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1792
+ name: string;
1793
+ director: string;
1791
1794
  createdAt: string | Date;
1792
1795
  updatedAt: string | Date;
1793
- name: string;
1794
1796
  crn: string | null;
1795
1797
  govLink: string;
1796
1798
  soleTrader: boolean;
1797
- director: string;
1798
1799
  blacklistReason?: string | null | undefined;
1799
1800
  lastUpdatedBy?: {
1800
1801
  id: string;
@@ -1824,7 +1825,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1824
1825
  } | null | undefined;
1825
1826
  } | null | undefined;
1826
1827
  } | null | undefined;
1827
- decisionTimestamp?: string | Date | null | undefined;
1828
1828
  decisionComment?: string | null | undefined;
1829
1829
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
1830
1830
  introductionEmailTimestamp?: string | Date | null | undefined;
@@ -1842,14 +1842,15 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1842
1842
  id: string;
1843
1843
  createdAt: string;
1844
1844
  updatedAt: string;
1845
- collaborationId: string;
1846
1845
  email: string;
1847
1846
  urgency: "LOW" | "MEDIUM" | "HIGH";
1848
1847
  decision: "APPROVED" | "REJECTED" | "PENDING";
1848
+ collaborationId: string;
1849
1849
  isTermsAndConditionsConfirmed: boolean;
1850
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
1850
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
1851
1851
  introductionEmailSent: boolean;
1852
1852
  collaborationEmailSent: boolean;
1853
+ decisionTimestamp?: string | null | undefined;
1853
1854
  clientContactId?: string | null | undefined;
1854
1855
  collaboration?: {
1855
1856
  id: string;
@@ -1859,20 +1860,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1859
1860
  userId: string;
1860
1861
  company?: {
1861
1862
  id: string;
1863
+ name: string;
1862
1864
  createdAt: string;
1863
1865
  updatedAt: string;
1864
- name: string;
1865
1866
  } | null | undefined;
1866
1867
  client?: {
1867
1868
  id: string;
1868
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1869
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1870
+ name: string;
1871
+ director: string;
1869
1872
  createdAt: string;
1870
1873
  updatedAt: string;
1871
- name: string;
1872
1874
  crn: string | null;
1873
1875
  govLink: string;
1874
1876
  soleTrader: boolean;
1875
- director: string;
1876
1877
  blacklistReason?: string | null | undefined;
1877
1878
  lastUpdatedBy?: {
1878
1879
  id: string;
@@ -1908,20 +1909,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1908
1909
  userId: string;
1909
1910
  company?: {
1910
1911
  id: string;
1912
+ name: string;
1911
1913
  createdAt: string;
1912
1914
  updatedAt: string;
1913
- name: string;
1914
1915
  } | null | undefined;
1915
1916
  client?: {
1916
1917
  id: string;
1917
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1918
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1919
+ name: string;
1920
+ director: string;
1918
1921
  createdAt: string;
1919
1922
  updatedAt: string;
1920
- name: string;
1921
1923
  crn: string | null;
1922
1924
  govLink: string;
1923
1925
  soleTrader: boolean;
1924
- director: string;
1925
1926
  blacklistReason?: string | null | undefined;
1926
1927
  lastUpdatedBy?: {
1927
1928
  id: string;
@@ -1951,7 +1952,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1951
1952
  } | null | undefined;
1952
1953
  } | null | undefined;
1953
1954
  } | null | undefined;
1954
- decisionTimestamp?: string | null | undefined;
1955
1955
  decisionComment?: string | null | undefined;
1956
1956
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
1957
1957
  introductionEmailTimestamp?: string | null | undefined;
@@ -1968,14 +1968,15 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1968
1968
  id: string;
1969
1969
  createdAt: string | Date;
1970
1970
  updatedAt: string | Date;
1971
- collaborationId: string;
1972
1971
  email: string;
1973
1972
  urgency: "LOW" | "MEDIUM" | "HIGH";
1974
1973
  decision: "APPROVED" | "REJECTED" | "PENDING";
1974
+ collaborationId: string;
1975
1975
  isTermsAndConditionsConfirmed: boolean;
1976
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
1976
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
1977
1977
  introductionEmailSent: boolean;
1978
1978
  collaborationEmailSent: boolean;
1979
+ decisionTimestamp?: string | Date | null | undefined;
1979
1980
  clientContactId?: string | null | undefined;
1980
1981
  collaboration?: {
1981
1982
  id: string;
@@ -1985,20 +1986,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
1985
1986
  userId: string;
1986
1987
  company?: {
1987
1988
  id: string;
1989
+ name: string;
1988
1990
  createdAt: string | Date;
1989
1991
  updatedAt: string | Date;
1990
- name: string;
1991
1992
  } | null | undefined;
1992
1993
  client?: {
1993
1994
  id: string;
1994
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
1995
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
1996
+ name: string;
1997
+ director: string;
1995
1998
  createdAt: string | Date;
1996
1999
  updatedAt: string | Date;
1997
- name: string;
1998
2000
  crn: string | null;
1999
2001
  govLink: string;
2000
2002
  soleTrader: boolean;
2001
- director: string;
2002
2003
  blacklistReason?: string | null | undefined;
2003
2004
  lastUpdatedBy?: {
2004
2005
  id: string;
@@ -2034,20 +2035,20 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
2034
2035
  userId: string;
2035
2036
  company?: {
2036
2037
  id: string;
2038
+ name: string;
2037
2039
  createdAt: string | Date;
2038
2040
  updatedAt: string | Date;
2039
- name: string;
2040
2041
  } | null | undefined;
2041
2042
  client?: {
2042
2043
  id: string;
2043
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2044
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2045
+ name: string;
2046
+ director: string;
2044
2047
  createdAt: string | Date;
2045
2048
  updatedAt: string | Date;
2046
- name: string;
2047
2049
  crn: string | null;
2048
2050
  govLink: string;
2049
2051
  soleTrader: boolean;
2050
- director: string;
2051
2052
  blacklistReason?: string | null | undefined;
2052
2053
  lastUpdatedBy?: {
2053
2054
  id: string;
@@ -2077,7 +2078,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
2077
2078
  } | null | undefined;
2078
2079
  } | null | undefined;
2079
2080
  } | null | undefined;
2080
- decisionTimestamp?: string | Date | null | undefined;
2081
2081
  decisionComment?: string | null | undefined;
2082
2082
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
2083
2083
  introductionEmailTimestamp?: string | Date | null | undefined;
@@ -2124,21 +2124,21 @@ export declare const collaborationCheckingsContract: {
2124
2124
  email: z.ZodString;
2125
2125
  }, "strip", z.ZodTypeAny, {
2126
2126
  email: string;
2127
+ urgency: "LOW" | "MEDIUM" | "HIGH";
2127
2128
  collaboration: {
2128
2129
  id: string;
2129
2130
  };
2130
- urgency: "LOW" | "MEDIUM" | "HIGH";
2131
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
2131
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
2132
2132
  clientContact: {
2133
2133
  id: string;
2134
2134
  };
2135
2135
  }, {
2136
2136
  email: string;
2137
+ urgency: "LOW" | "MEDIUM" | "HIGH";
2137
2138
  collaboration: {
2138
2139
  id: string;
2139
2140
  };
2140
- urgency: "LOW" | "MEDIUM" | "HIGH";
2141
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
2141
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
2142
2142
  clientContact: {
2143
2143
  id: string;
2144
2144
  };
@@ -2258,14 +2258,14 @@ export declare const collaborationCheckingsContract: {
2258
2258
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2259
2259
  }, "strip", z.ZodTypeAny, {
2260
2260
  id: string;
2261
+ name: string;
2261
2262
  createdAt: string;
2262
2263
  updatedAt: string;
2263
- name: string;
2264
2264
  }, {
2265
2265
  id: string;
2266
+ name: string;
2266
2267
  createdAt: string | Date;
2267
2268
  updatedAt: string | Date;
2268
- name: string;
2269
2269
  }>>>;
2270
2270
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2271
2271
  id: z.ZodString;
@@ -2303,14 +2303,14 @@ export declare const collaborationCheckingsContract: {
2303
2303
  }>>>;
2304
2304
  }, "strip", z.ZodTypeAny, {
2305
2305
  id: string;
2306
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2306
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2307
+ name: string;
2308
+ director: string;
2307
2309
  createdAt: string;
2308
2310
  updatedAt: string;
2309
- name: string;
2310
2311
  crn: string | null;
2311
2312
  govLink: string;
2312
2313
  soleTrader: boolean;
2313
- director: string;
2314
2314
  blacklistReason?: string | null | undefined;
2315
2315
  lastUpdatedBy?: {
2316
2316
  id: string;
@@ -2323,14 +2323,14 @@ export declare const collaborationCheckingsContract: {
2323
2323
  } | null | undefined;
2324
2324
  }, {
2325
2325
  id: string;
2326
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2326
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2327
+ name: string;
2328
+ director: string;
2327
2329
  createdAt: string | Date;
2328
2330
  updatedAt: string | Date;
2329
- name: string;
2330
2331
  crn: string | null;
2331
2332
  govLink: string;
2332
2333
  soleTrader: boolean;
2333
- director: string;
2334
2334
  blacklistReason?: string | null | undefined;
2335
2335
  lastUpdatedBy?: {
2336
2336
  id: string;
@@ -2412,14 +2412,14 @@ export declare const collaborationCheckingsContract: {
2412
2412
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
2413
2413
  }, "strip", z.ZodTypeAny, {
2414
2414
  id: string;
2415
+ name: string;
2415
2416
  createdAt: string;
2416
2417
  updatedAt: string;
2417
- name: string;
2418
2418
  }, {
2419
2419
  id: string;
2420
+ name: string;
2420
2421
  createdAt: string | Date;
2421
2422
  updatedAt: string | Date;
2422
- name: string;
2423
2423
  }>>>;
2424
2424
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2425
2425
  id: z.ZodString;
@@ -2457,14 +2457,14 @@ export declare const collaborationCheckingsContract: {
2457
2457
  }>>>;
2458
2458
  }, "strip", z.ZodTypeAny, {
2459
2459
  id: string;
2460
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2460
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2461
+ name: string;
2462
+ director: string;
2461
2463
  createdAt: string;
2462
2464
  updatedAt: string;
2463
- name: string;
2464
2465
  crn: string | null;
2465
2466
  govLink: string;
2466
2467
  soleTrader: boolean;
2467
- director: string;
2468
2468
  blacklistReason?: string | null | undefined;
2469
2469
  lastUpdatedBy?: {
2470
2470
  id: string;
@@ -2477,14 +2477,14 @@ export declare const collaborationCheckingsContract: {
2477
2477
  } | null | undefined;
2478
2478
  }, {
2479
2479
  id: string;
2480
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2480
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2481
+ name: string;
2482
+ director: string;
2481
2483
  createdAt: string | Date;
2482
2484
  updatedAt: string | Date;
2483
- name: string;
2484
2485
  crn: string | null;
2485
2486
  govLink: string;
2486
2487
  soleTrader: boolean;
2487
- director: string;
2488
2488
  blacklistReason?: string | null | undefined;
2489
2489
  lastUpdatedBy?: {
2490
2490
  id: string;
@@ -2564,20 +2564,20 @@ export declare const collaborationCheckingsContract: {
2564
2564
  userId: string;
2565
2565
  company?: {
2566
2566
  id: string;
2567
+ name: string;
2567
2568
  createdAt: string;
2568
2569
  updatedAt: string;
2569
- name: string;
2570
2570
  } | null | undefined;
2571
2571
  client?: {
2572
2572
  id: string;
2573
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2573
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2574
+ name: string;
2575
+ director: string;
2574
2576
  createdAt: string;
2575
2577
  updatedAt: string;
2576
- name: string;
2577
2578
  crn: string | null;
2578
2579
  govLink: string;
2579
2580
  soleTrader: boolean;
2580
- director: string;
2581
2581
  blacklistReason?: string | null | undefined;
2582
2582
  lastUpdatedBy?: {
2583
2583
  id: string;
@@ -2613,20 +2613,20 @@ export declare const collaborationCheckingsContract: {
2613
2613
  userId: string;
2614
2614
  company?: {
2615
2615
  id: string;
2616
+ name: string;
2616
2617
  createdAt: string | Date;
2617
2618
  updatedAt: string | Date;
2618
- name: string;
2619
2619
  } | null | undefined;
2620
2620
  client?: {
2621
2621
  id: string;
2622
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2622
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2623
+ name: string;
2624
+ director: string;
2623
2625
  createdAt: string | Date;
2624
2626
  updatedAt: string | Date;
2625
- name: string;
2626
2627
  crn: string | null;
2627
2628
  govLink: string;
2628
2629
  soleTrader: boolean;
2629
- director: string;
2630
2630
  blacklistReason?: string | null | undefined;
2631
2631
  lastUpdatedBy?: {
2632
2632
  id: string;
@@ -2663,20 +2663,20 @@ export declare const collaborationCheckingsContract: {
2663
2663
  userId: string;
2664
2664
  company?: {
2665
2665
  id: string;
2666
+ name: string;
2666
2667
  createdAt: string;
2667
2668
  updatedAt: string;
2668
- name: string;
2669
2669
  } | null | undefined;
2670
2670
  client?: {
2671
2671
  id: string;
2672
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2672
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2673
+ name: string;
2674
+ director: string;
2673
2675
  createdAt: string;
2674
2676
  updatedAt: string;
2675
- name: string;
2676
2677
  crn: string | null;
2677
2678
  govLink: string;
2678
2679
  soleTrader: boolean;
2679
- director: string;
2680
2680
  blacklistReason?: string | null | undefined;
2681
2681
  lastUpdatedBy?: {
2682
2682
  id: string;
@@ -2712,20 +2712,20 @@ export declare const collaborationCheckingsContract: {
2712
2712
  userId: string;
2713
2713
  company?: {
2714
2714
  id: string;
2715
+ name: string;
2715
2716
  createdAt: string;
2716
2717
  updatedAt: string;
2717
- name: string;
2718
2718
  } | null | undefined;
2719
2719
  client?: {
2720
2720
  id: string;
2721
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2721
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2722
+ name: string;
2723
+ director: string;
2722
2724
  createdAt: string;
2723
2725
  updatedAt: string;
2724
- name: string;
2725
2726
  crn: string | null;
2726
2727
  govLink: string;
2727
2728
  soleTrader: boolean;
2728
- director: string;
2729
2729
  blacklistReason?: string | null | undefined;
2730
2730
  lastUpdatedBy?: {
2731
2731
  id: string;
@@ -2762,20 +2762,20 @@ export declare const collaborationCheckingsContract: {
2762
2762
  userId: string;
2763
2763
  company?: {
2764
2764
  id: string;
2765
+ name: string;
2765
2766
  createdAt: string | Date;
2766
2767
  updatedAt: string | Date;
2767
- name: string;
2768
2768
  } | null | undefined;
2769
2769
  client?: {
2770
2770
  id: string;
2771
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2771
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2772
+ name: string;
2773
+ director: string;
2772
2774
  createdAt: string | Date;
2773
2775
  updatedAt: string | Date;
2774
- name: string;
2775
2776
  crn: string | null;
2776
2777
  govLink: string;
2777
2778
  soleTrader: boolean;
2778
- director: string;
2779
2779
  blacklistReason?: string | null | undefined;
2780
2780
  lastUpdatedBy?: {
2781
2781
  id: string;
@@ -2811,20 +2811,20 @@ export declare const collaborationCheckingsContract: {
2811
2811
  userId: string;
2812
2812
  company?: {
2813
2813
  id: string;
2814
+ name: string;
2814
2815
  createdAt: string | Date;
2815
2816
  updatedAt: string | Date;
2816
- name: string;
2817
2817
  } | null | undefined;
2818
2818
  client?: {
2819
2819
  id: string;
2820
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2820
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2821
+ name: string;
2822
+ director: string;
2821
2823
  createdAt: string | Date;
2822
2824
  updatedAt: string | Date;
2823
- name: string;
2824
2825
  crn: string | null;
2825
2826
  govLink: string;
2826
2827
  soleTrader: boolean;
2827
- director: string;
2828
2828
  blacklistReason?: string | null | undefined;
2829
2829
  lastUpdatedBy?: {
2830
2830
  id: string;
@@ -2873,14 +2873,15 @@ export declare const collaborationCheckingsContract: {
2873
2873
  id: string;
2874
2874
  createdAt: string;
2875
2875
  updatedAt: string;
2876
- collaborationId: string;
2877
2876
  email: string;
2878
2877
  urgency: "LOW" | "MEDIUM" | "HIGH";
2879
2878
  decision: "APPROVED" | "REJECTED" | "PENDING";
2879
+ collaborationId: string;
2880
2880
  isTermsAndConditionsConfirmed: boolean;
2881
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
2881
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
2882
2882
  introductionEmailSent: boolean;
2883
2883
  collaborationEmailSent: boolean;
2884
+ decisionTimestamp?: string | null | undefined;
2884
2885
  clientContactId?: string | null | undefined;
2885
2886
  collaboration?: {
2886
2887
  id: string;
@@ -2890,20 +2891,20 @@ export declare const collaborationCheckingsContract: {
2890
2891
  userId: string;
2891
2892
  company?: {
2892
2893
  id: string;
2894
+ name: string;
2893
2895
  createdAt: string;
2894
2896
  updatedAt: string;
2895
- name: string;
2896
2897
  } | null | undefined;
2897
2898
  client?: {
2898
2899
  id: string;
2899
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2900
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2901
+ name: string;
2902
+ director: string;
2900
2903
  createdAt: string;
2901
2904
  updatedAt: string;
2902
- name: string;
2903
2905
  crn: string | null;
2904
2906
  govLink: string;
2905
2907
  soleTrader: boolean;
2906
- director: string;
2907
2908
  blacklistReason?: string | null | undefined;
2908
2909
  lastUpdatedBy?: {
2909
2910
  id: string;
@@ -2939,20 +2940,20 @@ export declare const collaborationCheckingsContract: {
2939
2940
  userId: string;
2940
2941
  company?: {
2941
2942
  id: string;
2943
+ name: string;
2942
2944
  createdAt: string;
2943
2945
  updatedAt: string;
2944
- name: string;
2945
2946
  } | null | undefined;
2946
2947
  client?: {
2947
2948
  id: string;
2948
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
2949
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
2950
+ name: string;
2951
+ director: string;
2949
2952
  createdAt: string;
2950
2953
  updatedAt: string;
2951
- name: string;
2952
2954
  crn: string | null;
2953
2955
  govLink: string;
2954
2956
  soleTrader: boolean;
2955
- director: string;
2956
2957
  blacklistReason?: string | null | undefined;
2957
2958
  lastUpdatedBy?: {
2958
2959
  id: string;
@@ -2982,7 +2983,6 @@ export declare const collaborationCheckingsContract: {
2982
2983
  } | null | undefined;
2983
2984
  } | null | undefined;
2984
2985
  } | null | undefined;
2985
- decisionTimestamp?: string | null | undefined;
2986
2986
  decisionComment?: string | null | undefined;
2987
2987
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
2988
2988
  introductionEmailTimestamp?: string | null | undefined;
@@ -2992,14 +2992,15 @@ export declare const collaborationCheckingsContract: {
2992
2992
  id: string;
2993
2993
  createdAt: string | Date;
2994
2994
  updatedAt: string | Date;
2995
- collaborationId: string;
2996
2995
  email: string;
2997
2996
  urgency: "LOW" | "MEDIUM" | "HIGH";
2998
2997
  decision: "APPROVED" | "REJECTED" | "PENDING";
2998
+ collaborationId: string;
2999
2999
  isTermsAndConditionsConfirmed: boolean;
3000
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
3000
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
3001
3001
  introductionEmailSent: boolean;
3002
3002
  collaborationEmailSent: boolean;
3003
+ decisionTimestamp?: string | Date | null | undefined;
3003
3004
  clientContactId?: string | null | undefined;
3004
3005
  collaboration?: {
3005
3006
  id: string;
@@ -3009,20 +3010,20 @@ export declare const collaborationCheckingsContract: {
3009
3010
  userId: string;
3010
3011
  company?: {
3011
3012
  id: string;
3013
+ name: string;
3012
3014
  createdAt: string | Date;
3013
3015
  updatedAt: string | Date;
3014
- name: string;
3015
3016
  } | null | undefined;
3016
3017
  client?: {
3017
3018
  id: string;
3018
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3019
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3020
+ name: string;
3021
+ director: string;
3019
3022
  createdAt: string | Date;
3020
3023
  updatedAt: string | Date;
3021
- name: string;
3022
3024
  crn: string | null;
3023
3025
  govLink: string;
3024
3026
  soleTrader: boolean;
3025
- director: string;
3026
3027
  blacklistReason?: string | null | undefined;
3027
3028
  lastUpdatedBy?: {
3028
3029
  id: string;
@@ -3058,20 +3059,20 @@ export declare const collaborationCheckingsContract: {
3058
3059
  userId: string;
3059
3060
  company?: {
3060
3061
  id: string;
3062
+ name: string;
3061
3063
  createdAt: string | Date;
3062
3064
  updatedAt: string | Date;
3063
- name: string;
3064
3065
  } | null | undefined;
3065
3066
  client?: {
3066
3067
  id: string;
3067
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3068
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3069
+ name: string;
3070
+ director: string;
3068
3071
  createdAt: string | Date;
3069
3072
  updatedAt: string | Date;
3070
- name: string;
3071
3073
  crn: string | null;
3072
3074
  govLink: string;
3073
3075
  soleTrader: boolean;
3074
- director: string;
3075
3076
  blacklistReason?: string | null | undefined;
3076
3077
  lastUpdatedBy?: {
3077
3078
  id: string;
@@ -3101,7 +3102,6 @@ export declare const collaborationCheckingsContract: {
3101
3102
  } | null | undefined;
3102
3103
  } | null | undefined;
3103
3104
  } | null | undefined;
3104
- decisionTimestamp?: string | Date | null | undefined;
3105
3105
  decisionComment?: string | null | undefined;
3106
3106
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
3107
3107
  introductionEmailTimestamp?: string | Date | null | undefined;
@@ -3152,21 +3152,21 @@ export declare const collaborationCheckingsContract: {
3152
3152
  page: number;
3153
3153
  sortBy: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp";
3154
3154
  sortOrder: "ASC" | "DESC";
3155
- urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
3156
- decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
3157
3155
  companyId?: string | undefined;
3158
3156
  clientId?: string | undefined;
3159
3157
  createdById?: string | undefined;
3158
+ urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
3159
+ decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
3160
3160
  }, {
3161
3161
  limit?: number | undefined;
3162
3162
  page?: number | undefined;
3163
3163
  sortBy?: "createdAt" | "updatedAt" | "urgency" | "decision" | "decisionTimestamp" | undefined;
3164
3164
  sortOrder?: "ASC" | "DESC" | undefined;
3165
- urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
3166
- decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
3167
3165
  companyId?: string | undefined;
3168
3166
  clientId?: string | undefined;
3169
3167
  createdById?: string | undefined;
3168
+ urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
3169
+ decision?: "APPROVED" | "REJECTED" | "PENDING" | undefined;
3170
3170
  }>;
3171
3171
  metadata: {
3172
3172
  tags: string[];
@@ -3292,14 +3292,14 @@ export declare const collaborationCheckingsContract: {
3292
3292
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3293
3293
  }, "strip", z.ZodTypeAny, {
3294
3294
  id: string;
3295
+ name: string;
3295
3296
  createdAt: string;
3296
3297
  updatedAt: string;
3297
- name: string;
3298
3298
  }, {
3299
3299
  id: string;
3300
+ name: string;
3300
3301
  createdAt: string | Date;
3301
3302
  updatedAt: string | Date;
3302
- name: string;
3303
3303
  }>>>;
3304
3304
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3305
3305
  id: z.ZodString;
@@ -3337,14 +3337,14 @@ export declare const collaborationCheckingsContract: {
3337
3337
  }>>>;
3338
3338
  }, "strip", z.ZodTypeAny, {
3339
3339
  id: string;
3340
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3340
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3341
+ name: string;
3342
+ director: string;
3341
3343
  createdAt: string;
3342
3344
  updatedAt: string;
3343
- name: string;
3344
3345
  crn: string | null;
3345
3346
  govLink: string;
3346
3347
  soleTrader: boolean;
3347
- director: string;
3348
3348
  blacklistReason?: string | null | undefined;
3349
3349
  lastUpdatedBy?: {
3350
3350
  id: string;
@@ -3357,14 +3357,14 @@ export declare const collaborationCheckingsContract: {
3357
3357
  } | null | undefined;
3358
3358
  }, {
3359
3359
  id: string;
3360
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3360
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3361
+ name: string;
3362
+ director: string;
3361
3363
  createdAt: string | Date;
3362
3364
  updatedAt: string | Date;
3363
- name: string;
3364
3365
  crn: string | null;
3365
3366
  govLink: string;
3366
3367
  soleTrader: boolean;
3367
- director: string;
3368
3368
  blacklistReason?: string | null | undefined;
3369
3369
  lastUpdatedBy?: {
3370
3370
  id: string;
@@ -3446,14 +3446,14 @@ export declare const collaborationCheckingsContract: {
3446
3446
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
3447
3447
  }, "strip", z.ZodTypeAny, {
3448
3448
  id: string;
3449
+ name: string;
3449
3450
  createdAt: string;
3450
3451
  updatedAt: string;
3451
- name: string;
3452
3452
  }, {
3453
3453
  id: string;
3454
+ name: string;
3454
3455
  createdAt: string | Date;
3455
3456
  updatedAt: string | Date;
3456
- name: string;
3457
3457
  }>>>;
3458
3458
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3459
3459
  id: z.ZodString;
@@ -3491,14 +3491,14 @@ export declare const collaborationCheckingsContract: {
3491
3491
  }>>>;
3492
3492
  }, "strip", z.ZodTypeAny, {
3493
3493
  id: string;
3494
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3494
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3495
+ name: string;
3496
+ director: string;
3495
3497
  createdAt: string;
3496
3498
  updatedAt: string;
3497
- name: string;
3498
3499
  crn: string | null;
3499
3500
  govLink: string;
3500
3501
  soleTrader: boolean;
3501
- director: string;
3502
3502
  blacklistReason?: string | null | undefined;
3503
3503
  lastUpdatedBy?: {
3504
3504
  id: string;
@@ -3511,14 +3511,14 @@ export declare const collaborationCheckingsContract: {
3511
3511
  } | null | undefined;
3512
3512
  }, {
3513
3513
  id: string;
3514
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3514
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3515
+ name: string;
3516
+ director: string;
3515
3517
  createdAt: string | Date;
3516
3518
  updatedAt: string | Date;
3517
- name: string;
3518
3519
  crn: string | null;
3519
3520
  govLink: string;
3520
3521
  soleTrader: boolean;
3521
- director: string;
3522
3522
  blacklistReason?: string | null | undefined;
3523
3523
  lastUpdatedBy?: {
3524
3524
  id: string;
@@ -3598,20 +3598,20 @@ export declare const collaborationCheckingsContract: {
3598
3598
  userId: string;
3599
3599
  company?: {
3600
3600
  id: string;
3601
+ name: string;
3601
3602
  createdAt: string;
3602
3603
  updatedAt: string;
3603
- name: string;
3604
3604
  } | null | undefined;
3605
3605
  client?: {
3606
3606
  id: string;
3607
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3607
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3608
+ name: string;
3609
+ director: string;
3608
3610
  createdAt: string;
3609
3611
  updatedAt: string;
3610
- name: string;
3611
3612
  crn: string | null;
3612
3613
  govLink: string;
3613
3614
  soleTrader: boolean;
3614
- director: string;
3615
3615
  blacklistReason?: string | null | undefined;
3616
3616
  lastUpdatedBy?: {
3617
3617
  id: string;
@@ -3647,20 +3647,20 @@ export declare const collaborationCheckingsContract: {
3647
3647
  userId: string;
3648
3648
  company?: {
3649
3649
  id: string;
3650
+ name: string;
3650
3651
  createdAt: string | Date;
3651
3652
  updatedAt: string | Date;
3652
- name: string;
3653
3653
  } | null | undefined;
3654
3654
  client?: {
3655
3655
  id: string;
3656
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3656
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3657
+ name: string;
3658
+ director: string;
3657
3659
  createdAt: string | Date;
3658
3660
  updatedAt: string | Date;
3659
- name: string;
3660
3661
  crn: string | null;
3661
3662
  govLink: string;
3662
3663
  soleTrader: boolean;
3663
- director: string;
3664
3664
  blacklistReason?: string | null | undefined;
3665
3665
  lastUpdatedBy?: {
3666
3666
  id: string;
@@ -3697,20 +3697,20 @@ export declare const collaborationCheckingsContract: {
3697
3697
  userId: string;
3698
3698
  company?: {
3699
3699
  id: string;
3700
+ name: string;
3700
3701
  createdAt: string;
3701
3702
  updatedAt: string;
3702
- name: string;
3703
3703
  } | null | undefined;
3704
3704
  client?: {
3705
3705
  id: string;
3706
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3706
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3707
+ name: string;
3708
+ director: string;
3707
3709
  createdAt: string;
3708
3710
  updatedAt: string;
3709
- name: string;
3710
3711
  crn: string | null;
3711
3712
  govLink: string;
3712
3713
  soleTrader: boolean;
3713
- director: string;
3714
3714
  blacklistReason?: string | null | undefined;
3715
3715
  lastUpdatedBy?: {
3716
3716
  id: string;
@@ -3746,20 +3746,20 @@ export declare const collaborationCheckingsContract: {
3746
3746
  userId: string;
3747
3747
  company?: {
3748
3748
  id: string;
3749
+ name: string;
3749
3750
  createdAt: string;
3750
3751
  updatedAt: string;
3751
- name: string;
3752
3752
  } | null | undefined;
3753
3753
  client?: {
3754
3754
  id: string;
3755
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3755
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3756
+ name: string;
3757
+ director: string;
3756
3758
  createdAt: string;
3757
3759
  updatedAt: string;
3758
- name: string;
3759
3760
  crn: string | null;
3760
3761
  govLink: string;
3761
3762
  soleTrader: boolean;
3762
- director: string;
3763
3763
  blacklistReason?: string | null | undefined;
3764
3764
  lastUpdatedBy?: {
3765
3765
  id: string;
@@ -3796,20 +3796,20 @@ export declare const collaborationCheckingsContract: {
3796
3796
  userId: string;
3797
3797
  company?: {
3798
3798
  id: string;
3799
+ name: string;
3799
3800
  createdAt: string | Date;
3800
3801
  updatedAt: string | Date;
3801
- name: string;
3802
3802
  } | null | undefined;
3803
3803
  client?: {
3804
3804
  id: string;
3805
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3805
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3806
+ name: string;
3807
+ director: string;
3806
3808
  createdAt: string | Date;
3807
3809
  updatedAt: string | Date;
3808
- name: string;
3809
3810
  crn: string | null;
3810
3811
  govLink: string;
3811
3812
  soleTrader: boolean;
3812
- director: string;
3813
3813
  blacklistReason?: string | null | undefined;
3814
3814
  lastUpdatedBy?: {
3815
3815
  id: string;
@@ -3845,20 +3845,20 @@ export declare const collaborationCheckingsContract: {
3845
3845
  userId: string;
3846
3846
  company?: {
3847
3847
  id: string;
3848
+ name: string;
3848
3849
  createdAt: string | Date;
3849
3850
  updatedAt: string | Date;
3850
- name: string;
3851
3851
  } | null | undefined;
3852
3852
  client?: {
3853
3853
  id: string;
3854
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3854
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3855
+ name: string;
3856
+ director: string;
3855
3857
  createdAt: string | Date;
3856
3858
  updatedAt: string | Date;
3857
- name: string;
3858
3859
  crn: string | null;
3859
3860
  govLink: string;
3860
3861
  soleTrader: boolean;
3861
- director: string;
3862
3862
  blacklistReason?: string | null | undefined;
3863
3863
  lastUpdatedBy?: {
3864
3864
  id: string;
@@ -3907,14 +3907,15 @@ export declare const collaborationCheckingsContract: {
3907
3907
  id: string;
3908
3908
  createdAt: string;
3909
3909
  updatedAt: string;
3910
- collaborationId: string;
3911
3910
  email: string;
3912
3911
  urgency: "LOW" | "MEDIUM" | "HIGH";
3913
3912
  decision: "APPROVED" | "REJECTED" | "PENDING";
3913
+ collaborationId: string;
3914
3914
  isTermsAndConditionsConfirmed: boolean;
3915
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
3915
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
3916
3916
  introductionEmailSent: boolean;
3917
3917
  collaborationEmailSent: boolean;
3918
+ decisionTimestamp?: string | null | undefined;
3918
3919
  clientContactId?: string | null | undefined;
3919
3920
  collaboration?: {
3920
3921
  id: string;
@@ -3924,20 +3925,20 @@ export declare const collaborationCheckingsContract: {
3924
3925
  userId: string;
3925
3926
  company?: {
3926
3927
  id: string;
3928
+ name: string;
3927
3929
  createdAt: string;
3928
3930
  updatedAt: string;
3929
- name: string;
3930
3931
  } | null | undefined;
3931
3932
  client?: {
3932
3933
  id: string;
3933
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3934
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3935
+ name: string;
3936
+ director: string;
3934
3937
  createdAt: string;
3935
3938
  updatedAt: string;
3936
- name: string;
3937
3939
  crn: string | null;
3938
3940
  govLink: string;
3939
3941
  soleTrader: boolean;
3940
- director: string;
3941
3942
  blacklistReason?: string | null | undefined;
3942
3943
  lastUpdatedBy?: {
3943
3944
  id: string;
@@ -3973,20 +3974,20 @@ export declare const collaborationCheckingsContract: {
3973
3974
  userId: string;
3974
3975
  company?: {
3975
3976
  id: string;
3977
+ name: string;
3976
3978
  createdAt: string;
3977
3979
  updatedAt: string;
3978
- name: string;
3979
3980
  } | null | undefined;
3980
3981
  client?: {
3981
3982
  id: string;
3982
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
3983
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
3984
+ name: string;
3985
+ director: string;
3983
3986
  createdAt: string;
3984
3987
  updatedAt: string;
3985
- name: string;
3986
3988
  crn: string | null;
3987
3989
  govLink: string;
3988
3990
  soleTrader: boolean;
3989
- director: string;
3990
3991
  blacklistReason?: string | null | undefined;
3991
3992
  lastUpdatedBy?: {
3992
3993
  id: string;
@@ -4016,7 +4017,6 @@ export declare const collaborationCheckingsContract: {
4016
4017
  } | null | undefined;
4017
4018
  } | null | undefined;
4018
4019
  } | null | undefined;
4019
- decisionTimestamp?: string | null | undefined;
4020
4020
  decisionComment?: string | null | undefined;
4021
4021
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
4022
4022
  introductionEmailTimestamp?: string | null | undefined;
@@ -4026,14 +4026,15 @@ export declare const collaborationCheckingsContract: {
4026
4026
  id: string;
4027
4027
  createdAt: string | Date;
4028
4028
  updatedAt: string | Date;
4029
- collaborationId: string;
4030
4029
  email: string;
4031
4030
  urgency: "LOW" | "MEDIUM" | "HIGH";
4032
4031
  decision: "APPROVED" | "REJECTED" | "PENDING";
4032
+ collaborationId: string;
4033
4033
  isTermsAndConditionsConfirmed: boolean;
4034
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
4034
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
4035
4035
  introductionEmailSent: boolean;
4036
4036
  collaborationEmailSent: boolean;
4037
+ decisionTimestamp?: string | Date | null | undefined;
4037
4038
  clientContactId?: string | null | undefined;
4038
4039
  collaboration?: {
4039
4040
  id: string;
@@ -4043,20 +4044,20 @@ export declare const collaborationCheckingsContract: {
4043
4044
  userId: string;
4044
4045
  company?: {
4045
4046
  id: string;
4047
+ name: string;
4046
4048
  createdAt: string | Date;
4047
4049
  updatedAt: string | Date;
4048
- name: string;
4049
4050
  } | null | undefined;
4050
4051
  client?: {
4051
4052
  id: string;
4052
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4053
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4054
+ name: string;
4055
+ director: string;
4053
4056
  createdAt: string | Date;
4054
4057
  updatedAt: string | Date;
4055
- name: string;
4056
4058
  crn: string | null;
4057
4059
  govLink: string;
4058
4060
  soleTrader: boolean;
4059
- director: string;
4060
4061
  blacklistReason?: string | null | undefined;
4061
4062
  lastUpdatedBy?: {
4062
4063
  id: string;
@@ -4092,20 +4093,20 @@ export declare const collaborationCheckingsContract: {
4092
4093
  userId: string;
4093
4094
  company?: {
4094
4095
  id: string;
4096
+ name: string;
4095
4097
  createdAt: string | Date;
4096
4098
  updatedAt: string | Date;
4097
- name: string;
4098
4099
  } | null | undefined;
4099
4100
  client?: {
4100
4101
  id: string;
4101
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4102
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4103
+ name: string;
4104
+ director: string;
4102
4105
  createdAt: string | Date;
4103
4106
  updatedAt: string | Date;
4104
- name: string;
4105
4107
  crn: string | null;
4106
4108
  govLink: string;
4107
4109
  soleTrader: boolean;
4108
- director: string;
4109
4110
  blacklistReason?: string | null | undefined;
4110
4111
  lastUpdatedBy?: {
4111
4112
  id: string;
@@ -4135,7 +4136,6 @@ export declare const collaborationCheckingsContract: {
4135
4136
  } | null | undefined;
4136
4137
  } | null | undefined;
4137
4138
  } | null | undefined;
4138
- decisionTimestamp?: string | Date | null | undefined;
4139
4139
  decisionComment?: string | null | undefined;
4140
4140
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
4141
4141
  introductionEmailTimestamp?: string | Date | null | undefined;
@@ -4153,14 +4153,15 @@ export declare const collaborationCheckingsContract: {
4153
4153
  id: string;
4154
4154
  createdAt: string;
4155
4155
  updatedAt: string;
4156
- collaborationId: string;
4157
4156
  email: string;
4158
4157
  urgency: "LOW" | "MEDIUM" | "HIGH";
4159
4158
  decision: "APPROVED" | "REJECTED" | "PENDING";
4159
+ collaborationId: string;
4160
4160
  isTermsAndConditionsConfirmed: boolean;
4161
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
4161
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
4162
4162
  introductionEmailSent: boolean;
4163
4163
  collaborationEmailSent: boolean;
4164
+ decisionTimestamp?: string | null | undefined;
4164
4165
  clientContactId?: string | null | undefined;
4165
4166
  collaboration?: {
4166
4167
  id: string;
@@ -4170,20 +4171,20 @@ export declare const collaborationCheckingsContract: {
4170
4171
  userId: string;
4171
4172
  company?: {
4172
4173
  id: string;
4174
+ name: string;
4173
4175
  createdAt: string;
4174
4176
  updatedAt: string;
4175
- name: string;
4176
4177
  } | null | undefined;
4177
4178
  client?: {
4178
4179
  id: string;
4179
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4180
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4181
+ name: string;
4182
+ director: string;
4180
4183
  createdAt: string;
4181
4184
  updatedAt: string;
4182
- name: string;
4183
4185
  crn: string | null;
4184
4186
  govLink: string;
4185
4187
  soleTrader: boolean;
4186
- director: string;
4187
4188
  blacklistReason?: string | null | undefined;
4188
4189
  lastUpdatedBy?: {
4189
4190
  id: string;
@@ -4219,20 +4220,20 @@ export declare const collaborationCheckingsContract: {
4219
4220
  userId: string;
4220
4221
  company?: {
4221
4222
  id: string;
4223
+ name: string;
4222
4224
  createdAt: string;
4223
4225
  updatedAt: string;
4224
- name: string;
4225
4226
  } | null | undefined;
4226
4227
  client?: {
4227
4228
  id: string;
4228
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4229
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4230
+ name: string;
4231
+ director: string;
4229
4232
  createdAt: string;
4230
4233
  updatedAt: string;
4231
- name: string;
4232
4234
  crn: string | null;
4233
4235
  govLink: string;
4234
4236
  soleTrader: boolean;
4235
- director: string;
4236
4237
  blacklistReason?: string | null | undefined;
4237
4238
  lastUpdatedBy?: {
4238
4239
  id: string;
@@ -4262,7 +4263,6 @@ export declare const collaborationCheckingsContract: {
4262
4263
  } | null | undefined;
4263
4264
  } | null | undefined;
4264
4265
  } | null | undefined;
4265
- decisionTimestamp?: string | null | undefined;
4266
4266
  decisionComment?: string | null | undefined;
4267
4267
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
4268
4268
  introductionEmailTimestamp?: string | null | undefined;
@@ -4279,14 +4279,15 @@ export declare const collaborationCheckingsContract: {
4279
4279
  id: string;
4280
4280
  createdAt: string | Date;
4281
4281
  updatedAt: string | Date;
4282
- collaborationId: string;
4283
4282
  email: string;
4284
4283
  urgency: "LOW" | "MEDIUM" | "HIGH";
4285
4284
  decision: "APPROVED" | "REJECTED" | "PENDING";
4285
+ collaborationId: string;
4286
4286
  isTermsAndConditionsConfirmed: boolean;
4287
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
4287
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
4288
4288
  introductionEmailSent: boolean;
4289
4289
  collaborationEmailSent: boolean;
4290
+ decisionTimestamp?: string | Date | null | undefined;
4290
4291
  clientContactId?: string | null | undefined;
4291
4292
  collaboration?: {
4292
4293
  id: string;
@@ -4296,20 +4297,20 @@ export declare const collaborationCheckingsContract: {
4296
4297
  userId: string;
4297
4298
  company?: {
4298
4299
  id: string;
4300
+ name: string;
4299
4301
  createdAt: string | Date;
4300
4302
  updatedAt: string | Date;
4301
- name: string;
4302
4303
  } | null | undefined;
4303
4304
  client?: {
4304
4305
  id: string;
4305
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4306
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4307
+ name: string;
4308
+ director: string;
4306
4309
  createdAt: string | Date;
4307
4310
  updatedAt: string | Date;
4308
- name: string;
4309
4311
  crn: string | null;
4310
4312
  govLink: string;
4311
4313
  soleTrader: boolean;
4312
- director: string;
4313
4314
  blacklistReason?: string | null | undefined;
4314
4315
  lastUpdatedBy?: {
4315
4316
  id: string;
@@ -4345,20 +4346,20 @@ export declare const collaborationCheckingsContract: {
4345
4346
  userId: string;
4346
4347
  company?: {
4347
4348
  id: string;
4349
+ name: string;
4348
4350
  createdAt: string | Date;
4349
4351
  updatedAt: string | Date;
4350
- name: string;
4351
4352
  } | null | undefined;
4352
4353
  client?: {
4353
4354
  id: string;
4354
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4355
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4356
+ name: string;
4357
+ director: string;
4355
4358
  createdAt: string | Date;
4356
4359
  updatedAt: string | Date;
4357
- name: string;
4358
4360
  crn: string | null;
4359
4361
  govLink: string;
4360
4362
  soleTrader: boolean;
4361
- director: string;
4362
4363
  blacklistReason?: string | null | undefined;
4363
4364
  lastUpdatedBy?: {
4364
4365
  id: string;
@@ -4388,7 +4389,6 @@ export declare const collaborationCheckingsContract: {
4388
4389
  } | null | undefined;
4389
4390
  } | null | undefined;
4390
4391
  } | null | undefined;
4391
- decisionTimestamp?: string | Date | null | undefined;
4392
4392
  decisionComment?: string | null | undefined;
4393
4393
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
4394
4394
  introductionEmailTimestamp?: string | Date | null | undefined;
@@ -4533,14 +4533,14 @@ export declare const collaborationCheckingsContract: {
4533
4533
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4534
4534
  }, "strip", z.ZodTypeAny, {
4535
4535
  id: string;
4536
+ name: string;
4536
4537
  createdAt: string;
4537
4538
  updatedAt: string;
4538
- name: string;
4539
4539
  }, {
4540
4540
  id: string;
4541
+ name: string;
4541
4542
  createdAt: string | Date;
4542
4543
  updatedAt: string | Date;
4543
- name: string;
4544
4544
  }>>>;
4545
4545
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4546
4546
  id: z.ZodString;
@@ -4578,14 +4578,14 @@ export declare const collaborationCheckingsContract: {
4578
4578
  }>>>;
4579
4579
  }, "strip", z.ZodTypeAny, {
4580
4580
  id: string;
4581
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4581
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4582
+ name: string;
4583
+ director: string;
4582
4584
  createdAt: string;
4583
4585
  updatedAt: string;
4584
- name: string;
4585
4586
  crn: string | null;
4586
4587
  govLink: string;
4587
4588
  soleTrader: boolean;
4588
- director: string;
4589
4589
  blacklistReason?: string | null | undefined;
4590
4590
  lastUpdatedBy?: {
4591
4591
  id: string;
@@ -4598,14 +4598,14 @@ export declare const collaborationCheckingsContract: {
4598
4598
  } | null | undefined;
4599
4599
  }, {
4600
4600
  id: string;
4601
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4601
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4602
+ name: string;
4603
+ director: string;
4602
4604
  createdAt: string | Date;
4603
4605
  updatedAt: string | Date;
4604
- name: string;
4605
4606
  crn: string | null;
4606
4607
  govLink: string;
4607
4608
  soleTrader: boolean;
4608
- director: string;
4609
4609
  blacklistReason?: string | null | undefined;
4610
4610
  lastUpdatedBy?: {
4611
4611
  id: string;
@@ -4687,14 +4687,14 @@ export declare const collaborationCheckingsContract: {
4687
4687
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
4688
4688
  }, "strip", z.ZodTypeAny, {
4689
4689
  id: string;
4690
+ name: string;
4690
4691
  createdAt: string;
4691
4692
  updatedAt: string;
4692
- name: string;
4693
4693
  }, {
4694
4694
  id: string;
4695
+ name: string;
4695
4696
  createdAt: string | Date;
4696
4697
  updatedAt: string | Date;
4697
- name: string;
4698
4698
  }>>>;
4699
4699
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4700
4700
  id: z.ZodString;
@@ -4732,14 +4732,14 @@ export declare const collaborationCheckingsContract: {
4732
4732
  }>>>;
4733
4733
  }, "strip", z.ZodTypeAny, {
4734
4734
  id: string;
4735
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4735
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4736
+ name: string;
4737
+ director: string;
4736
4738
  createdAt: string;
4737
4739
  updatedAt: string;
4738
- name: string;
4739
4740
  crn: string | null;
4740
4741
  govLink: string;
4741
4742
  soleTrader: boolean;
4742
- director: string;
4743
4743
  blacklistReason?: string | null | undefined;
4744
4744
  lastUpdatedBy?: {
4745
4745
  id: string;
@@ -4752,14 +4752,14 @@ export declare const collaborationCheckingsContract: {
4752
4752
  } | null | undefined;
4753
4753
  }, {
4754
4754
  id: string;
4755
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4755
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4756
+ name: string;
4757
+ director: string;
4756
4758
  createdAt: string | Date;
4757
4759
  updatedAt: string | Date;
4758
- name: string;
4759
4760
  crn: string | null;
4760
4761
  govLink: string;
4761
4762
  soleTrader: boolean;
4762
- director: string;
4763
4763
  blacklistReason?: string | null | undefined;
4764
4764
  lastUpdatedBy?: {
4765
4765
  id: string;
@@ -4839,20 +4839,20 @@ export declare const collaborationCheckingsContract: {
4839
4839
  userId: string;
4840
4840
  company?: {
4841
4841
  id: string;
4842
+ name: string;
4842
4843
  createdAt: string;
4843
4844
  updatedAt: string;
4844
- name: string;
4845
4845
  } | null | undefined;
4846
4846
  client?: {
4847
4847
  id: string;
4848
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4848
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4849
+ name: string;
4850
+ director: string;
4849
4851
  createdAt: string;
4850
4852
  updatedAt: string;
4851
- name: string;
4852
4853
  crn: string | null;
4853
4854
  govLink: string;
4854
4855
  soleTrader: boolean;
4855
- director: string;
4856
4856
  blacklistReason?: string | null | undefined;
4857
4857
  lastUpdatedBy?: {
4858
4858
  id: string;
@@ -4888,20 +4888,20 @@ export declare const collaborationCheckingsContract: {
4888
4888
  userId: string;
4889
4889
  company?: {
4890
4890
  id: string;
4891
+ name: string;
4891
4892
  createdAt: string | Date;
4892
4893
  updatedAt: string | Date;
4893
- name: string;
4894
4894
  } | null | undefined;
4895
4895
  client?: {
4896
4896
  id: string;
4897
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4897
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4898
+ name: string;
4899
+ director: string;
4898
4900
  createdAt: string | Date;
4899
4901
  updatedAt: string | Date;
4900
- name: string;
4901
4902
  crn: string | null;
4902
4903
  govLink: string;
4903
4904
  soleTrader: boolean;
4904
- director: string;
4905
4905
  blacklistReason?: string | null | undefined;
4906
4906
  lastUpdatedBy?: {
4907
4907
  id: string;
@@ -4938,20 +4938,20 @@ export declare const collaborationCheckingsContract: {
4938
4938
  userId: string;
4939
4939
  company?: {
4940
4940
  id: string;
4941
+ name: string;
4941
4942
  createdAt: string;
4942
4943
  updatedAt: string;
4943
- name: string;
4944
4944
  } | null | undefined;
4945
4945
  client?: {
4946
4946
  id: string;
4947
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4947
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4948
+ name: string;
4949
+ director: string;
4948
4950
  createdAt: string;
4949
4951
  updatedAt: string;
4950
- name: string;
4951
4952
  crn: string | null;
4952
4953
  govLink: string;
4953
4954
  soleTrader: boolean;
4954
- director: string;
4955
4955
  blacklistReason?: string | null | undefined;
4956
4956
  lastUpdatedBy?: {
4957
4957
  id: string;
@@ -4987,20 +4987,20 @@ export declare const collaborationCheckingsContract: {
4987
4987
  userId: string;
4988
4988
  company?: {
4989
4989
  id: string;
4990
+ name: string;
4990
4991
  createdAt: string;
4991
4992
  updatedAt: string;
4992
- name: string;
4993
4993
  } | null | undefined;
4994
4994
  client?: {
4995
4995
  id: string;
4996
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
4996
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
4997
+ name: string;
4998
+ director: string;
4997
4999
  createdAt: string;
4998
5000
  updatedAt: string;
4999
- name: string;
5000
5001
  crn: string | null;
5001
5002
  govLink: string;
5002
5003
  soleTrader: boolean;
5003
- director: string;
5004
5004
  blacklistReason?: string | null | undefined;
5005
5005
  lastUpdatedBy?: {
5006
5006
  id: string;
@@ -5037,20 +5037,20 @@ export declare const collaborationCheckingsContract: {
5037
5037
  userId: string;
5038
5038
  company?: {
5039
5039
  id: string;
5040
+ name: string;
5040
5041
  createdAt: string | Date;
5041
5042
  updatedAt: string | Date;
5042
- name: string;
5043
5043
  } | null | undefined;
5044
5044
  client?: {
5045
5045
  id: string;
5046
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5046
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5047
+ name: string;
5048
+ director: string;
5047
5049
  createdAt: string | Date;
5048
5050
  updatedAt: string | Date;
5049
- name: string;
5050
5051
  crn: string | null;
5051
5052
  govLink: string;
5052
5053
  soleTrader: boolean;
5053
- director: string;
5054
5054
  blacklistReason?: string | null | undefined;
5055
5055
  lastUpdatedBy?: {
5056
5056
  id: string;
@@ -5086,20 +5086,20 @@ export declare const collaborationCheckingsContract: {
5086
5086
  userId: string;
5087
5087
  company?: {
5088
5088
  id: string;
5089
+ name: string;
5089
5090
  createdAt: string | Date;
5090
5091
  updatedAt: string | Date;
5091
- name: string;
5092
5092
  } | null | undefined;
5093
5093
  client?: {
5094
5094
  id: string;
5095
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5095
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5096
+ name: string;
5097
+ director: string;
5096
5098
  createdAt: string | Date;
5097
5099
  updatedAt: string | Date;
5098
- name: string;
5099
5100
  crn: string | null;
5100
5101
  govLink: string;
5101
5102
  soleTrader: boolean;
5102
- director: string;
5103
5103
  blacklistReason?: string | null | undefined;
5104
5104
  lastUpdatedBy?: {
5105
5105
  id: string;
@@ -5148,14 +5148,15 @@ export declare const collaborationCheckingsContract: {
5148
5148
  id: string;
5149
5149
  createdAt: string;
5150
5150
  updatedAt: string;
5151
- collaborationId: string;
5152
5151
  email: string;
5153
5152
  urgency: "LOW" | "MEDIUM" | "HIGH";
5154
5153
  decision: "APPROVED" | "REJECTED" | "PENDING";
5154
+ collaborationId: string;
5155
5155
  isTermsAndConditionsConfirmed: boolean;
5156
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
5156
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
5157
5157
  introductionEmailSent: boolean;
5158
5158
  collaborationEmailSent: boolean;
5159
+ decisionTimestamp?: string | null | undefined;
5159
5160
  clientContactId?: string | null | undefined;
5160
5161
  collaboration?: {
5161
5162
  id: string;
@@ -5165,20 +5166,20 @@ export declare const collaborationCheckingsContract: {
5165
5166
  userId: string;
5166
5167
  company?: {
5167
5168
  id: string;
5169
+ name: string;
5168
5170
  createdAt: string;
5169
5171
  updatedAt: string;
5170
- name: string;
5171
5172
  } | null | undefined;
5172
5173
  client?: {
5173
5174
  id: string;
5174
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5175
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5176
+ name: string;
5177
+ director: string;
5175
5178
  createdAt: string;
5176
5179
  updatedAt: string;
5177
- name: string;
5178
5180
  crn: string | null;
5179
5181
  govLink: string;
5180
5182
  soleTrader: boolean;
5181
- director: string;
5182
5183
  blacklistReason?: string | null | undefined;
5183
5184
  lastUpdatedBy?: {
5184
5185
  id: string;
@@ -5214,20 +5215,20 @@ export declare const collaborationCheckingsContract: {
5214
5215
  userId: string;
5215
5216
  company?: {
5216
5217
  id: string;
5218
+ name: string;
5217
5219
  createdAt: string;
5218
5220
  updatedAt: string;
5219
- name: string;
5220
5221
  } | null | undefined;
5221
5222
  client?: {
5222
5223
  id: string;
5223
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5224
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5225
+ name: string;
5226
+ director: string;
5224
5227
  createdAt: string;
5225
5228
  updatedAt: string;
5226
- name: string;
5227
5229
  crn: string | null;
5228
5230
  govLink: string;
5229
5231
  soleTrader: boolean;
5230
- director: string;
5231
5232
  blacklistReason?: string | null | undefined;
5232
5233
  lastUpdatedBy?: {
5233
5234
  id: string;
@@ -5257,7 +5258,6 @@ export declare const collaborationCheckingsContract: {
5257
5258
  } | null | undefined;
5258
5259
  } | null | undefined;
5259
5260
  } | null | undefined;
5260
- decisionTimestamp?: string | null | undefined;
5261
5261
  decisionComment?: string | null | undefined;
5262
5262
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
5263
5263
  introductionEmailTimestamp?: string | null | undefined;
@@ -5267,14 +5267,15 @@ export declare const collaborationCheckingsContract: {
5267
5267
  id: string;
5268
5268
  createdAt: string | Date;
5269
5269
  updatedAt: string | Date;
5270
- collaborationId: string;
5271
5270
  email: string;
5272
5271
  urgency: "LOW" | "MEDIUM" | "HIGH";
5273
5272
  decision: "APPROVED" | "REJECTED" | "PENDING";
5273
+ collaborationId: string;
5274
5274
  isTermsAndConditionsConfirmed: boolean;
5275
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
5275
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
5276
5276
  introductionEmailSent: boolean;
5277
5277
  collaborationEmailSent: boolean;
5278
+ decisionTimestamp?: string | Date | null | undefined;
5278
5279
  clientContactId?: string | null | undefined;
5279
5280
  collaboration?: {
5280
5281
  id: string;
@@ -5284,20 +5285,20 @@ export declare const collaborationCheckingsContract: {
5284
5285
  userId: string;
5285
5286
  company?: {
5286
5287
  id: string;
5288
+ name: string;
5287
5289
  createdAt: string | Date;
5288
5290
  updatedAt: string | Date;
5289
- name: string;
5290
5291
  } | null | undefined;
5291
5292
  client?: {
5292
5293
  id: string;
5293
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5294
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5295
+ name: string;
5296
+ director: string;
5294
5297
  createdAt: string | Date;
5295
5298
  updatedAt: string | Date;
5296
- name: string;
5297
5299
  crn: string | null;
5298
5300
  govLink: string;
5299
5301
  soleTrader: boolean;
5300
- director: string;
5301
5302
  blacklistReason?: string | null | undefined;
5302
5303
  lastUpdatedBy?: {
5303
5304
  id: string;
@@ -5333,20 +5334,20 @@ export declare const collaborationCheckingsContract: {
5333
5334
  userId: string;
5334
5335
  company?: {
5335
5336
  id: string;
5337
+ name: string;
5336
5338
  createdAt: string | Date;
5337
5339
  updatedAt: string | Date;
5338
- name: string;
5339
5340
  } | null | undefined;
5340
5341
  client?: {
5341
5342
  id: string;
5342
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5343
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5344
+ name: string;
5345
+ director: string;
5343
5346
  createdAt: string | Date;
5344
5347
  updatedAt: string | Date;
5345
- name: string;
5346
5348
  crn: string | null;
5347
5349
  govLink: string;
5348
5350
  soleTrader: boolean;
5349
- director: string;
5350
5351
  blacklistReason?: string | null | undefined;
5351
5352
  lastUpdatedBy?: {
5352
5353
  id: string;
@@ -5376,7 +5377,6 @@ export declare const collaborationCheckingsContract: {
5376
5377
  } | null | undefined;
5377
5378
  } | null | undefined;
5378
5379
  } | null | undefined;
5379
- decisionTimestamp?: string | Date | null | undefined;
5380
5380
  decisionComment?: string | null | undefined;
5381
5381
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
5382
5382
  introductionEmailTimestamp?: string | Date | null | undefined;
@@ -5438,24 +5438,24 @@ export declare const collaborationCheckingsContract: {
5438
5438
  checkingComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5439
5439
  clientContactId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5440
5440
  }, "strip", z.ZodTypeAny, {
5441
- clientContactId?: string | null | undefined;
5442
5441
  email?: string | null | undefined;
5443
5442
  urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
5444
5443
  decision?: "APPROVED" | "REJECTED" | "PENDING" | null | undefined;
5444
+ clientContactId?: string | null | undefined;
5445
5445
  decisionComment?: string | null | undefined;
5446
5446
  isTermsAndConditionsConfirmed?: boolean | null | undefined;
5447
- emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
5447
+ emailType?: "BOTH" | "INTRODUCTION" | "COLLABORATION" | null | undefined;
5448
5448
  introductionEmailSent?: boolean | null | undefined;
5449
5449
  collaborationEmailSent?: boolean | null | undefined;
5450
5450
  checkingComment?: string | null | undefined;
5451
5451
  }, {
5452
- clientContactId?: string | null | undefined;
5453
5452
  email?: string | null | undefined;
5454
5453
  urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
5455
5454
  decision?: "APPROVED" | "REJECTED" | "PENDING" | null | undefined;
5455
+ clientContactId?: string | null | undefined;
5456
5456
  decisionComment?: string | null | undefined;
5457
5457
  isTermsAndConditionsConfirmed?: boolean | null | undefined;
5458
- emailType?: "INTRODUCTION" | "COLLABORATION" | "BOTH" | null | undefined;
5458
+ emailType?: "BOTH" | "INTRODUCTION" | "COLLABORATION" | null | undefined;
5459
5459
  introductionEmailSent?: boolean | null | undefined;
5460
5460
  collaborationEmailSent?: boolean | null | undefined;
5461
5461
  checkingComment?: string | null | undefined;
@@ -5575,14 +5575,14 @@ export declare const collaborationCheckingsContract: {
5575
5575
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5576
5576
  }, "strip", z.ZodTypeAny, {
5577
5577
  id: string;
5578
+ name: string;
5578
5579
  createdAt: string;
5579
5580
  updatedAt: string;
5580
- name: string;
5581
5581
  }, {
5582
5582
  id: string;
5583
+ name: string;
5583
5584
  createdAt: string | Date;
5584
5585
  updatedAt: string | Date;
5585
- name: string;
5586
5586
  }>>>;
5587
5587
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5588
5588
  id: z.ZodString;
@@ -5620,14 +5620,14 @@ export declare const collaborationCheckingsContract: {
5620
5620
  }>>>;
5621
5621
  }, "strip", z.ZodTypeAny, {
5622
5622
  id: string;
5623
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5623
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5624
+ name: string;
5625
+ director: string;
5624
5626
  createdAt: string;
5625
5627
  updatedAt: string;
5626
- name: string;
5627
5628
  crn: string | null;
5628
5629
  govLink: string;
5629
5630
  soleTrader: boolean;
5630
- director: string;
5631
5631
  blacklistReason?: string | null | undefined;
5632
5632
  lastUpdatedBy?: {
5633
5633
  id: string;
@@ -5640,14 +5640,14 @@ export declare const collaborationCheckingsContract: {
5640
5640
  } | null | undefined;
5641
5641
  }, {
5642
5642
  id: string;
5643
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5643
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5644
+ name: string;
5645
+ director: string;
5644
5646
  createdAt: string | Date;
5645
5647
  updatedAt: string | Date;
5646
- name: string;
5647
5648
  crn: string | null;
5648
5649
  govLink: string;
5649
5650
  soleTrader: boolean;
5650
- director: string;
5651
5651
  blacklistReason?: string | null | undefined;
5652
5652
  lastUpdatedBy?: {
5653
5653
  id: string;
@@ -5729,14 +5729,14 @@ export declare const collaborationCheckingsContract: {
5729
5729
  updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
5730
5730
  }, "strip", z.ZodTypeAny, {
5731
5731
  id: string;
5732
+ name: string;
5732
5733
  createdAt: string;
5733
5734
  updatedAt: string;
5734
- name: string;
5735
5735
  }, {
5736
5736
  id: string;
5737
+ name: string;
5737
5738
  createdAt: string | Date;
5738
5739
  updatedAt: string | Date;
5739
- name: string;
5740
5740
  }>>>;
5741
5741
  client: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5742
5742
  id: z.ZodString;
@@ -5774,14 +5774,14 @@ export declare const collaborationCheckingsContract: {
5774
5774
  }>>>;
5775
5775
  }, "strip", z.ZodTypeAny, {
5776
5776
  id: string;
5777
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5777
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5778
+ name: string;
5779
+ director: string;
5778
5780
  createdAt: string;
5779
5781
  updatedAt: string;
5780
- name: string;
5781
5782
  crn: string | null;
5782
5783
  govLink: string;
5783
5784
  soleTrader: boolean;
5784
- director: string;
5785
5785
  blacklistReason?: string | null | undefined;
5786
5786
  lastUpdatedBy?: {
5787
5787
  id: string;
@@ -5794,14 +5794,14 @@ export declare const collaborationCheckingsContract: {
5794
5794
  } | null | undefined;
5795
5795
  }, {
5796
5796
  id: string;
5797
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5797
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5798
+ name: string;
5799
+ director: string;
5798
5800
  createdAt: string | Date;
5799
5801
  updatedAt: string | Date;
5800
- name: string;
5801
5802
  crn: string | null;
5802
5803
  govLink: string;
5803
5804
  soleTrader: boolean;
5804
- director: string;
5805
5805
  blacklistReason?: string | null | undefined;
5806
5806
  lastUpdatedBy?: {
5807
5807
  id: string;
@@ -5881,20 +5881,20 @@ export declare const collaborationCheckingsContract: {
5881
5881
  userId: string;
5882
5882
  company?: {
5883
5883
  id: string;
5884
+ name: string;
5884
5885
  createdAt: string;
5885
5886
  updatedAt: string;
5886
- name: string;
5887
5887
  } | null | undefined;
5888
5888
  client?: {
5889
5889
  id: string;
5890
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5890
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5891
+ name: string;
5892
+ director: string;
5891
5893
  createdAt: string;
5892
5894
  updatedAt: string;
5893
- name: string;
5894
5895
  crn: string | null;
5895
5896
  govLink: string;
5896
5897
  soleTrader: boolean;
5897
- director: string;
5898
5898
  blacklistReason?: string | null | undefined;
5899
5899
  lastUpdatedBy?: {
5900
5900
  id: string;
@@ -5930,20 +5930,20 @@ export declare const collaborationCheckingsContract: {
5930
5930
  userId: string;
5931
5931
  company?: {
5932
5932
  id: string;
5933
+ name: string;
5933
5934
  createdAt: string | Date;
5934
5935
  updatedAt: string | Date;
5935
- name: string;
5936
5936
  } | null | undefined;
5937
5937
  client?: {
5938
5938
  id: string;
5939
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5939
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5940
+ name: string;
5941
+ director: string;
5940
5942
  createdAt: string | Date;
5941
5943
  updatedAt: string | Date;
5942
- name: string;
5943
5944
  crn: string | null;
5944
5945
  govLink: string;
5945
5946
  soleTrader: boolean;
5946
- director: string;
5947
5947
  blacklistReason?: string | null | undefined;
5948
5948
  lastUpdatedBy?: {
5949
5949
  id: string;
@@ -5980,20 +5980,20 @@ export declare const collaborationCheckingsContract: {
5980
5980
  userId: string;
5981
5981
  company?: {
5982
5982
  id: string;
5983
+ name: string;
5983
5984
  createdAt: string;
5984
5985
  updatedAt: string;
5985
- name: string;
5986
5986
  } | null | undefined;
5987
5987
  client?: {
5988
5988
  id: string;
5989
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
5989
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
5990
+ name: string;
5991
+ director: string;
5990
5992
  createdAt: string;
5991
5993
  updatedAt: string;
5992
- name: string;
5993
5994
  crn: string | null;
5994
5995
  govLink: string;
5995
5996
  soleTrader: boolean;
5996
- director: string;
5997
5997
  blacklistReason?: string | null | undefined;
5998
5998
  lastUpdatedBy?: {
5999
5999
  id: string;
@@ -6029,20 +6029,20 @@ export declare const collaborationCheckingsContract: {
6029
6029
  userId: string;
6030
6030
  company?: {
6031
6031
  id: string;
6032
+ name: string;
6032
6033
  createdAt: string;
6033
6034
  updatedAt: string;
6034
- name: string;
6035
6035
  } | null | undefined;
6036
6036
  client?: {
6037
6037
  id: string;
6038
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6038
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6039
+ name: string;
6040
+ director: string;
6039
6041
  createdAt: string;
6040
6042
  updatedAt: string;
6041
- name: string;
6042
6043
  crn: string | null;
6043
6044
  govLink: string;
6044
6045
  soleTrader: boolean;
6045
- director: string;
6046
6046
  blacklistReason?: string | null | undefined;
6047
6047
  lastUpdatedBy?: {
6048
6048
  id: string;
@@ -6079,20 +6079,20 @@ export declare const collaborationCheckingsContract: {
6079
6079
  userId: string;
6080
6080
  company?: {
6081
6081
  id: string;
6082
+ name: string;
6082
6083
  createdAt: string | Date;
6083
6084
  updatedAt: string | Date;
6084
- name: string;
6085
6085
  } | null | undefined;
6086
6086
  client?: {
6087
6087
  id: string;
6088
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6088
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6089
+ name: string;
6090
+ director: string;
6089
6091
  createdAt: string | Date;
6090
6092
  updatedAt: string | Date;
6091
- name: string;
6092
6093
  crn: string | null;
6093
6094
  govLink: string;
6094
6095
  soleTrader: boolean;
6095
- director: string;
6096
6096
  blacklistReason?: string | null | undefined;
6097
6097
  lastUpdatedBy?: {
6098
6098
  id: string;
@@ -6128,20 +6128,20 @@ export declare const collaborationCheckingsContract: {
6128
6128
  userId: string;
6129
6129
  company?: {
6130
6130
  id: string;
6131
+ name: string;
6131
6132
  createdAt: string | Date;
6132
6133
  updatedAt: string | Date;
6133
- name: string;
6134
6134
  } | null | undefined;
6135
6135
  client?: {
6136
6136
  id: string;
6137
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6137
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6138
+ name: string;
6139
+ director: string;
6138
6140
  createdAt: string | Date;
6139
6141
  updatedAt: string | Date;
6140
- name: string;
6141
6142
  crn: string | null;
6142
6143
  govLink: string;
6143
6144
  soleTrader: boolean;
6144
- director: string;
6145
6145
  blacklistReason?: string | null | undefined;
6146
6146
  lastUpdatedBy?: {
6147
6147
  id: string;
@@ -6190,14 +6190,15 @@ export declare const collaborationCheckingsContract: {
6190
6190
  id: string;
6191
6191
  createdAt: string;
6192
6192
  updatedAt: string;
6193
- collaborationId: string;
6194
6193
  email: string;
6195
6194
  urgency: "LOW" | "MEDIUM" | "HIGH";
6196
6195
  decision: "APPROVED" | "REJECTED" | "PENDING";
6196
+ collaborationId: string;
6197
6197
  isTermsAndConditionsConfirmed: boolean;
6198
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
6198
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
6199
6199
  introductionEmailSent: boolean;
6200
6200
  collaborationEmailSent: boolean;
6201
+ decisionTimestamp?: string | null | undefined;
6201
6202
  clientContactId?: string | null | undefined;
6202
6203
  collaboration?: {
6203
6204
  id: string;
@@ -6207,20 +6208,20 @@ export declare const collaborationCheckingsContract: {
6207
6208
  userId: string;
6208
6209
  company?: {
6209
6210
  id: string;
6211
+ name: string;
6210
6212
  createdAt: string;
6211
6213
  updatedAt: string;
6212
- name: string;
6213
6214
  } | null | undefined;
6214
6215
  client?: {
6215
6216
  id: string;
6216
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6217
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6218
+ name: string;
6219
+ director: string;
6217
6220
  createdAt: string;
6218
6221
  updatedAt: string;
6219
- name: string;
6220
6222
  crn: string | null;
6221
6223
  govLink: string;
6222
6224
  soleTrader: boolean;
6223
- director: string;
6224
6225
  blacklistReason?: string | null | undefined;
6225
6226
  lastUpdatedBy?: {
6226
6227
  id: string;
@@ -6256,20 +6257,20 @@ export declare const collaborationCheckingsContract: {
6256
6257
  userId: string;
6257
6258
  company?: {
6258
6259
  id: string;
6260
+ name: string;
6259
6261
  createdAt: string;
6260
6262
  updatedAt: string;
6261
- name: string;
6262
6263
  } | null | undefined;
6263
6264
  client?: {
6264
6265
  id: string;
6265
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6266
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6267
+ name: string;
6268
+ director: string;
6266
6269
  createdAt: string;
6267
6270
  updatedAt: string;
6268
- name: string;
6269
6271
  crn: string | null;
6270
6272
  govLink: string;
6271
6273
  soleTrader: boolean;
6272
- director: string;
6273
6274
  blacklistReason?: string | null | undefined;
6274
6275
  lastUpdatedBy?: {
6275
6276
  id: string;
@@ -6299,7 +6300,6 @@ export declare const collaborationCheckingsContract: {
6299
6300
  } | null | undefined;
6300
6301
  } | null | undefined;
6301
6302
  } | null | undefined;
6302
- decisionTimestamp?: string | null | undefined;
6303
6303
  decisionComment?: string | null | undefined;
6304
6304
  termsAndConditionsConfirmedTimestamp?: string | null | undefined;
6305
6305
  introductionEmailTimestamp?: string | null | undefined;
@@ -6309,14 +6309,15 @@ export declare const collaborationCheckingsContract: {
6309
6309
  id: string;
6310
6310
  createdAt: string | Date;
6311
6311
  updatedAt: string | Date;
6312
- collaborationId: string;
6313
6312
  email: string;
6314
6313
  urgency: "LOW" | "MEDIUM" | "HIGH";
6315
6314
  decision: "APPROVED" | "REJECTED" | "PENDING";
6315
+ collaborationId: string;
6316
6316
  isTermsAndConditionsConfirmed: boolean;
6317
- emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
6317
+ emailType: "BOTH" | "INTRODUCTION" | "COLLABORATION";
6318
6318
  introductionEmailSent: boolean;
6319
6319
  collaborationEmailSent: boolean;
6320
+ decisionTimestamp?: string | Date | null | undefined;
6320
6321
  clientContactId?: string | null | undefined;
6321
6322
  collaboration?: {
6322
6323
  id: string;
@@ -6326,20 +6327,20 @@ export declare const collaborationCheckingsContract: {
6326
6327
  userId: string;
6327
6328
  company?: {
6328
6329
  id: string;
6330
+ name: string;
6329
6331
  createdAt: string | Date;
6330
6332
  updatedAt: string | Date;
6331
- name: string;
6332
6333
  } | null | undefined;
6333
6334
  client?: {
6334
6335
  id: string;
6335
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6336
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6337
+ name: string;
6338
+ director: string;
6336
6339
  createdAt: string | Date;
6337
6340
  updatedAt: string | Date;
6338
- name: string;
6339
6341
  crn: string | null;
6340
6342
  govLink: string;
6341
6343
  soleTrader: boolean;
6342
- director: string;
6343
6344
  blacklistReason?: string | null | undefined;
6344
6345
  lastUpdatedBy?: {
6345
6346
  id: string;
@@ -6375,20 +6376,20 @@ export declare const collaborationCheckingsContract: {
6375
6376
  userId: string;
6376
6377
  company?: {
6377
6378
  id: string;
6379
+ name: string;
6378
6380
  createdAt: string | Date;
6379
6381
  updatedAt: string | Date;
6380
- name: string;
6381
6382
  } | null | undefined;
6382
6383
  client?: {
6383
6384
  id: string;
6384
- status: "BLACKLISTED" | "APPROVED" | "PENDING_VERIFICATION";
6385
+ status: "APPROVED" | "PENDING_VERIFICATION" | "BLACKLISTED";
6386
+ name: string;
6387
+ director: string;
6385
6388
  createdAt: string | Date;
6386
6389
  updatedAt: string | Date;
6387
- name: string;
6388
6390
  crn: string | null;
6389
6391
  govLink: string;
6390
6392
  soleTrader: boolean;
6391
- director: string;
6392
6393
  blacklistReason?: string | null | undefined;
6393
6394
  lastUpdatedBy?: {
6394
6395
  id: string;
@@ -6418,7 +6419,6 @@ export declare const collaborationCheckingsContract: {
6418
6419
  } | null | undefined;
6419
6420
  } | null | undefined;
6420
6421
  } | null | undefined;
6421
- decisionTimestamp?: string | Date | null | undefined;
6422
6422
  decisionComment?: string | null | undefined;
6423
6423
  termsAndConditionsConfirmedTimestamp?: string | Date | null | undefined;
6424
6424
  introductionEmailTimestamp?: string | Date | null | undefined;