@dakkitor/api-contracts 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abilities/abilities.contract.d.ts +28 -1
- package/dist/abilities/abilities.contract.d.ts.map +1 -1
- package/dist/abilities/abilities.contract.js +31 -1
- package/dist/abilities/abilities.contract.spec.js +52 -3
- package/dist/abilities/admin-dashboard.abilities.test.js +1 -0
- package/dist/abilities/automatic-caller.abilities.json +1 -0
- package/dist/abilities/first-agent.abilities.json +14 -0
- package/dist/abilities/interconnection.abilities.json +17 -1
- package/dist/abilities/office-manager.abilities.json +4 -0
- package/dist/abilities/second-agent.abilities.json +32 -1
- package/dist/abilities/worker-curator.abilities.json +17 -1
- package/dist/actives/actives.contract.d.ts +7200 -6919
- package/dist/actives/actives.contract.d.ts.map +1 -1
- package/dist/agent-client-links/agent-client-links.contract.d.ts +137 -137
- package/dist/auth/auth.contract.d.ts +85 -85
- package/dist/bookings/backdate-guard.spec.js +24 -32
- package/dist/bookings/bookings.contract.d.ts +10542 -10116
- package/dist/bookings/bookings.contract.d.ts.map +1 -1
- package/dist/bookings/bookings.contract.js +2 -16
- package/dist/call-history/call-history.contract.d.ts +315 -140
- package/dist/call-history/call-history.contract.d.ts.map +1 -1
- package/dist/calls-feed/calls-feed.contract.d.ts +39 -6
- package/dist/calls-feed/calls-feed.contract.d.ts.map +1 -1
- package/dist/candidate-calling/candidate-calling.contract.d.ts +6847 -1872
- package/dist/candidate-calling/candidate-calling.contract.d.ts.map +1 -1
- package/dist/candidate-calling/candidate-calling.contract.js +304 -16
- package/dist/candidate-calling/candidate-calling.contract.spec.js +164 -0
- package/dist/candidate-calling/candidate-dialpad-call.schemas.d.ts +10 -0
- package/dist/candidate-calling/candidate-dialpad-call.schemas.d.ts.map +1 -0
- package/dist/candidate-calling/candidate-dialpad-call.schemas.js +33 -0
- package/dist/client-contacts/client-contacts.contract.d.ts +622 -622
- package/dist/clients/clients.contract.d.ts +289 -289
- package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +601 -601
- package/dist/collaborations/collaborations.contract.d.ts +538 -538
- package/dist/common/callback-slots.d.ts +4 -0
- package/dist/common/callback-slots.d.ts.map +1 -0
- package/dist/common/callback-slots.js +20 -0
- package/dist/common/common-schemas.d.ts +10 -4
- package/dist/common/common-schemas.d.ts.map +1 -1
- package/dist/common/common-schemas.js +6 -0
- package/dist/companies/companies.contract.d.ts +120 -120
- package/dist/crews/crews.contract.d.ts +278 -278
- package/dist/cron-executions/cron-executions.contract.d.ts +238 -238
- package/dist/curated-worker-leads/candidate-coordination.contract.d.ts +2154 -1296
- package/dist/curated-worker-leads/candidate-coordination.contract.d.ts.map +1 -1
- package/dist/curated-worker-leads/candidate-coordination.contract.js +36 -3
- package/dist/curated-worker-leads/candidate-edit-session.contract.d.ts +300 -300
- package/dist/curated-worker-leads/contact-history.spec.js +86 -0
- package/dist/curated-worker-leads/job-candidate-cards.spec.js +19 -0
- package/dist/curated-worker-leads/job-candidates.spec.js +179 -0
- package/dist/curated-worker-leads/jobs-tab.contract.d.ts +8598 -2519
- package/dist/curated-worker-leads/jobs-tab.contract.d.ts.map +1 -1
- package/dist/curated-worker-leads/jobs-tab.contract.js +126 -1
- package/dist/curated-worker-leads/owned-jobs-tab.contract.d.ts +110 -110
- package/dist/curated-workers/curated-workers.contract.d.ts +1213 -1131
- package/dist/curated-workers/curated-workers.contract.d.ts.map +1 -1
- package/dist/dashboards/dashboard-widgets.contact-history.spec.d.ts +2 -0
- package/dist/dashboards/dashboard-widgets.contact-history.spec.d.ts.map +1 -0
- package/dist/dashboards/dashboard-widgets.contact-history.spec.js +160 -0
- package/dist/dashboards/dashboard-widgets.contract.d.ts +1278 -535
- package/dist/dashboards/dashboard-widgets.contract.d.ts.map +1 -1
- package/dist/dashboards/dashboard-widgets.contract.js +46 -1
- package/dist/dashboards/dashboard.contract.d.ts +8 -8
- package/dist/document-intake/document-intake.contract.d.ts +1145 -1145
- package/dist/export-jobs/export-jobs.contract.d.ts +663 -663
- package/dist/exports-events/exports-events.schemas.d.ts +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/jobs/jobs.contract.d.ts +5586 -3381
- package/dist/jobs/jobs.contract.d.ts.map +1 -1
- package/dist/jobs/jobs.contract.js +95 -2
- package/dist/jobs/jobs.contract.spec.js +231 -1
- package/dist/kpi-impersonation/kpi-impersonation.contract.d.ts +123 -123
- package/dist/lead-assignments/lead-assignments.contract.d.ts +1897 -122
- package/dist/lead-assignments/lead-assignments.contract.d.ts.map +1 -1
- package/dist/lead-assignments/lead-assignments.contract.js +102 -2
- package/dist/lead-assignments/lead-assignments.contract.spec.d.ts +2 -0
- package/dist/lead-assignments/lead-assignments.contract.spec.d.ts.map +1 -0
- package/dist/lead-assignments/lead-assignments.contract.spec.js +51 -0
- package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +103 -103
- package/dist/leads/leads.contract.d.ts +210 -210
- package/dist/locations/location-enrichment.contract.spec.d.ts +2 -0
- package/dist/locations/location-enrichment.contract.spec.d.ts.map +1 -0
- package/dist/locations/location-enrichment.contract.spec.js +50 -0
- package/dist/locations/locations.contract.d.ts +132 -98
- package/dist/locations/locations.contract.d.ts.map +1 -1
- package/dist/locations/locations.contract.js +10 -0
- package/dist/notifications/notifications.contract.d.ts +512 -40
- package/dist/notifications/notifications.contract.d.ts.map +1 -1
- package/dist/notifications/notifications.contract.js +36 -2
- package/dist/notifications/notifications.contract.spec.d.ts +2 -0
- package/dist/notifications/notifications.contract.spec.d.ts.map +1 -0
- package/dist/notifications/notifications.contract.spec.js +39 -0
- package/dist/own-research/own-research.contract.d.ts +196 -130
- package/dist/own-research/own-research.contract.d.ts.map +1 -1
- package/dist/proofs/proofs.contract.d.ts +356 -356
- package/dist/proofs/proofs.dtos.d.ts +148 -148
- package/dist/realtime/job-call-priority-updated.d.ts +18 -0
- package/dist/realtime/job-call-priority-updated.d.ts.map +1 -0
- package/dist/realtime/job-call-priority-updated.js +17 -0
- package/dist/shared/summary-schemas.d.ts +36 -27
- package/dist/shared/summary-schemas.d.ts.map +1 -1
- package/dist/shared/summary-schemas.js +7 -0
- package/dist/sheets-sync/sheets-sync.contract.d.ts +683 -683
- package/dist/user-access-grants/user-access-grants.contract.d.ts +55 -55
- package/dist/users/users.contract.d.ts +236 -236
- package/dist/worker-source-identity-conflicts/worker-source-identity-conflicts.contract.d.ts +69 -69
- package/dist/workers/workers.contract.d.ts +2620 -2420
- package/dist/workers/workers.contract.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -197,13 +197,13 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
197
197
|
firstName: string;
|
|
198
198
|
}[] | undefined;
|
|
199
199
|
} | null | undefined;
|
|
200
|
+
deletedAt?: string | null | undefined;
|
|
200
201
|
canImpersonateUsers?: {
|
|
201
202
|
id: string;
|
|
202
203
|
lastName: string;
|
|
203
204
|
firstName: string;
|
|
204
205
|
}[] | undefined;
|
|
205
206
|
dialpadUserId?: string | null | undefined;
|
|
206
|
-
deletedAt?: string | null | undefined;
|
|
207
207
|
}, {
|
|
208
208
|
email: string;
|
|
209
209
|
createdAt: string | Date;
|
|
@@ -229,13 +229,13 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
229
229
|
description?: string | null | undefined;
|
|
230
230
|
isPrimary?: boolean | undefined;
|
|
231
231
|
}[] | undefined;
|
|
232
|
+
deletedAt?: string | Date | null | undefined;
|
|
232
233
|
canImpersonateUsers?: {
|
|
233
234
|
id: string;
|
|
234
235
|
lastName: string;
|
|
235
236
|
firstName: string;
|
|
236
237
|
}[] | undefined;
|
|
237
238
|
dialpadUserId?: string | null | undefined;
|
|
238
|
-
deletedAt?: string | Date | null | undefined;
|
|
239
239
|
}>>>;
|
|
240
240
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
241
241
|
userId: z.ZodString;
|
|
@@ -434,13 +434,13 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
434
434
|
firstName: string;
|
|
435
435
|
}[] | undefined;
|
|
436
436
|
} | null | undefined;
|
|
437
|
+
deletedAt?: string | null | undefined;
|
|
437
438
|
canImpersonateUsers?: {
|
|
438
439
|
id: string;
|
|
439
440
|
lastName: string;
|
|
440
441
|
firstName: string;
|
|
441
442
|
}[] | undefined;
|
|
442
443
|
dialpadUserId?: string | null | undefined;
|
|
443
|
-
deletedAt?: string | null | undefined;
|
|
444
444
|
}, {
|
|
445
445
|
email: string;
|
|
446
446
|
createdAt: string | Date;
|
|
@@ -466,13 +466,13 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
466
466
|
description?: string | null | undefined;
|
|
467
467
|
isPrimary?: boolean | undefined;
|
|
468
468
|
}[] | undefined;
|
|
469
|
+
deletedAt?: string | Date | null | undefined;
|
|
469
470
|
canImpersonateUsers?: {
|
|
470
471
|
id: string;
|
|
471
472
|
lastName: string;
|
|
472
473
|
firstName: string;
|
|
473
474
|
}[] | undefined;
|
|
474
475
|
dialpadUserId?: string | null | undefined;
|
|
475
|
-
deletedAt?: string | Date | null | undefined;
|
|
476
476
|
}>>>;
|
|
477
477
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
478
478
|
userId: z.ZodString;
|
|
@@ -484,12 +484,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
484
484
|
id: string;
|
|
485
485
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
486
486
|
userId: string;
|
|
487
|
-
company?: {
|
|
488
|
-
name: string;
|
|
489
|
-
createdAt: string;
|
|
490
|
-
updatedAt: string;
|
|
491
|
-
id: string;
|
|
492
|
-
} | null | undefined;
|
|
493
487
|
user?: {
|
|
494
488
|
email: string;
|
|
495
489
|
createdAt: string;
|
|
@@ -515,13 +509,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
515
509
|
firstName: string;
|
|
516
510
|
}[] | undefined;
|
|
517
511
|
} | null | undefined;
|
|
512
|
+
deletedAt?: string | null | undefined;
|
|
518
513
|
canImpersonateUsers?: {
|
|
519
514
|
id: string;
|
|
520
515
|
lastName: string;
|
|
521
516
|
firstName: string;
|
|
522
517
|
}[] | undefined;
|
|
523
518
|
dialpadUserId?: string | null | undefined;
|
|
524
|
-
|
|
519
|
+
} | null | undefined;
|
|
520
|
+
company?: {
|
|
521
|
+
name: string;
|
|
522
|
+
createdAt: string;
|
|
523
|
+
updatedAt: string;
|
|
524
|
+
id: string;
|
|
525
525
|
} | null | undefined;
|
|
526
526
|
client?: {
|
|
527
527
|
name: string;
|
|
@@ -550,12 +550,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
550
550
|
id: string;
|
|
551
551
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
552
552
|
userId: string;
|
|
553
|
-
company?: {
|
|
554
|
-
name: string;
|
|
555
|
-
createdAt: string | Date;
|
|
556
|
-
updatedAt: string | Date;
|
|
557
|
-
id: string;
|
|
558
|
-
} | null | undefined;
|
|
559
553
|
user?: {
|
|
560
554
|
email: string;
|
|
561
555
|
createdAt: string | Date;
|
|
@@ -581,13 +575,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
581
575
|
description?: string | null | undefined;
|
|
582
576
|
isPrimary?: boolean | undefined;
|
|
583
577
|
}[] | undefined;
|
|
578
|
+
deletedAt?: string | Date | null | undefined;
|
|
584
579
|
canImpersonateUsers?: {
|
|
585
580
|
id: string;
|
|
586
581
|
lastName: string;
|
|
587
582
|
firstName: string;
|
|
588
583
|
}[] | undefined;
|
|
589
584
|
dialpadUserId?: string | null | undefined;
|
|
590
|
-
|
|
585
|
+
} | null | undefined;
|
|
586
|
+
company?: {
|
|
587
|
+
name: string;
|
|
588
|
+
createdAt: string | Date;
|
|
589
|
+
updatedAt: string | Date;
|
|
590
|
+
id: string;
|
|
591
591
|
} | null | undefined;
|
|
592
592
|
client?: {
|
|
593
593
|
name: string;
|
|
@@ -617,12 +617,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
617
617
|
id: string;
|
|
618
618
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
619
619
|
userId: string;
|
|
620
|
-
company?: {
|
|
621
|
-
name: string;
|
|
622
|
-
createdAt: string;
|
|
623
|
-
updatedAt: string;
|
|
624
|
-
id: string;
|
|
625
|
-
} | null | undefined;
|
|
626
620
|
user?: {
|
|
627
621
|
email: string;
|
|
628
622
|
createdAt: string;
|
|
@@ -648,13 +642,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
648
642
|
firstName: string;
|
|
649
643
|
}[] | undefined;
|
|
650
644
|
} | null | undefined;
|
|
645
|
+
deletedAt?: string | null | undefined;
|
|
651
646
|
canImpersonateUsers?: {
|
|
652
647
|
id: string;
|
|
653
648
|
lastName: string;
|
|
654
649
|
firstName: string;
|
|
655
650
|
}[] | undefined;
|
|
656
651
|
dialpadUserId?: string | null | undefined;
|
|
657
|
-
|
|
652
|
+
} | null | undefined;
|
|
653
|
+
company?: {
|
|
654
|
+
name: string;
|
|
655
|
+
createdAt: string;
|
|
656
|
+
updatedAt: string;
|
|
657
|
+
id: string;
|
|
658
658
|
} | null | undefined;
|
|
659
659
|
client?: {
|
|
660
660
|
name: string;
|
|
@@ -683,12 +683,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
683
683
|
id: string;
|
|
684
684
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
685
685
|
userId: string;
|
|
686
|
-
company?: {
|
|
687
|
-
name: string;
|
|
688
|
-
createdAt: string;
|
|
689
|
-
updatedAt: string;
|
|
690
|
-
id: string;
|
|
691
|
-
} | null | undefined;
|
|
692
686
|
user?: {
|
|
693
687
|
email: string;
|
|
694
688
|
createdAt: string;
|
|
@@ -714,13 +708,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
714
708
|
firstName: string;
|
|
715
709
|
}[] | undefined;
|
|
716
710
|
} | null | undefined;
|
|
711
|
+
deletedAt?: string | null | undefined;
|
|
717
712
|
canImpersonateUsers?: {
|
|
718
713
|
id: string;
|
|
719
714
|
lastName: string;
|
|
720
715
|
firstName: string;
|
|
721
716
|
}[] | undefined;
|
|
722
717
|
dialpadUserId?: string | null | undefined;
|
|
723
|
-
|
|
718
|
+
} | null | undefined;
|
|
719
|
+
company?: {
|
|
720
|
+
name: string;
|
|
721
|
+
createdAt: string;
|
|
722
|
+
updatedAt: string;
|
|
723
|
+
id: string;
|
|
724
724
|
} | null | undefined;
|
|
725
725
|
client?: {
|
|
726
726
|
name: string;
|
|
@@ -750,12 +750,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
750
750
|
id: string;
|
|
751
751
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
752
752
|
userId: string;
|
|
753
|
-
company?: {
|
|
754
|
-
name: string;
|
|
755
|
-
createdAt: string | Date;
|
|
756
|
-
updatedAt: string | Date;
|
|
757
|
-
id: string;
|
|
758
|
-
} | null | undefined;
|
|
759
753
|
user?: {
|
|
760
754
|
email: string;
|
|
761
755
|
createdAt: string | Date;
|
|
@@ -781,13 +775,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
781
775
|
description?: string | null | undefined;
|
|
782
776
|
isPrimary?: boolean | undefined;
|
|
783
777
|
}[] | undefined;
|
|
778
|
+
deletedAt?: string | Date | null | undefined;
|
|
784
779
|
canImpersonateUsers?: {
|
|
785
780
|
id: string;
|
|
786
781
|
lastName: string;
|
|
787
782
|
firstName: string;
|
|
788
783
|
}[] | undefined;
|
|
789
784
|
dialpadUserId?: string | null | undefined;
|
|
790
|
-
|
|
785
|
+
} | null | undefined;
|
|
786
|
+
company?: {
|
|
787
|
+
name: string;
|
|
788
|
+
createdAt: string | Date;
|
|
789
|
+
updatedAt: string | Date;
|
|
790
|
+
id: string;
|
|
791
791
|
} | null | undefined;
|
|
792
792
|
client?: {
|
|
793
793
|
name: string;
|
|
@@ -816,12 +816,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
816
816
|
id: string;
|
|
817
817
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
818
818
|
userId: string;
|
|
819
|
-
company?: {
|
|
820
|
-
name: string;
|
|
821
|
-
createdAt: string | Date;
|
|
822
|
-
updatedAt: string | Date;
|
|
823
|
-
id: string;
|
|
824
|
-
} | null | undefined;
|
|
825
819
|
user?: {
|
|
826
820
|
email: string;
|
|
827
821
|
createdAt: string | Date;
|
|
@@ -847,13 +841,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
847
841
|
description?: string | null | undefined;
|
|
848
842
|
isPrimary?: boolean | undefined;
|
|
849
843
|
}[] | undefined;
|
|
844
|
+
deletedAt?: string | Date | null | undefined;
|
|
850
845
|
canImpersonateUsers?: {
|
|
851
846
|
id: string;
|
|
852
847
|
lastName: string;
|
|
853
848
|
firstName: string;
|
|
854
849
|
}[] | undefined;
|
|
855
850
|
dialpadUserId?: string | null | undefined;
|
|
856
|
-
|
|
851
|
+
} | null | undefined;
|
|
852
|
+
company?: {
|
|
853
|
+
name: string;
|
|
854
|
+
createdAt: string | Date;
|
|
855
|
+
updatedAt: string | Date;
|
|
856
|
+
id: string;
|
|
857
857
|
} | null | undefined;
|
|
858
858
|
client?: {
|
|
859
859
|
name: string;
|
|
@@ -899,7 +899,7 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
899
899
|
updatedAt: string;
|
|
900
900
|
id: string;
|
|
901
901
|
collaborationId: string;
|
|
902
|
-
urgency: "
|
|
902
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
903
903
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
904
904
|
isTermsAndConditionsConfirmed: boolean;
|
|
905
905
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -911,12 +911,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
911
911
|
id: string;
|
|
912
912
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
913
913
|
userId: string;
|
|
914
|
-
company?: {
|
|
915
|
-
name: string;
|
|
916
|
-
createdAt: string;
|
|
917
|
-
updatedAt: string;
|
|
918
|
-
id: string;
|
|
919
|
-
} | null | undefined;
|
|
920
914
|
user?: {
|
|
921
915
|
email: string;
|
|
922
916
|
createdAt: string;
|
|
@@ -942,13 +936,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
942
936
|
firstName: string;
|
|
943
937
|
}[] | undefined;
|
|
944
938
|
} | null | undefined;
|
|
939
|
+
deletedAt?: string | null | undefined;
|
|
945
940
|
canImpersonateUsers?: {
|
|
946
941
|
id: string;
|
|
947
942
|
lastName: string;
|
|
948
943
|
firstName: string;
|
|
949
944
|
}[] | undefined;
|
|
950
945
|
dialpadUserId?: string | null | undefined;
|
|
951
|
-
|
|
946
|
+
} | null | undefined;
|
|
947
|
+
company?: {
|
|
948
|
+
name: string;
|
|
949
|
+
createdAt: string;
|
|
950
|
+
updatedAt: string;
|
|
951
|
+
id: string;
|
|
952
952
|
} | null | undefined;
|
|
953
953
|
client?: {
|
|
954
954
|
name: string;
|
|
@@ -977,12 +977,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
977
977
|
id: string;
|
|
978
978
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
979
979
|
userId: string;
|
|
980
|
-
company?: {
|
|
981
|
-
name: string;
|
|
982
|
-
createdAt: string;
|
|
983
|
-
updatedAt: string;
|
|
984
|
-
id: string;
|
|
985
|
-
} | null | undefined;
|
|
986
980
|
user?: {
|
|
987
981
|
email: string;
|
|
988
982
|
createdAt: string;
|
|
@@ -1008,13 +1002,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
1008
1002
|
firstName: string;
|
|
1009
1003
|
}[] | undefined;
|
|
1010
1004
|
} | null | undefined;
|
|
1005
|
+
deletedAt?: string | null | undefined;
|
|
1011
1006
|
canImpersonateUsers?: {
|
|
1012
1007
|
id: string;
|
|
1013
1008
|
lastName: string;
|
|
1014
1009
|
firstName: string;
|
|
1015
1010
|
}[] | undefined;
|
|
1016
1011
|
dialpadUserId?: string | null | undefined;
|
|
1017
|
-
|
|
1012
|
+
} | null | undefined;
|
|
1013
|
+
company?: {
|
|
1014
|
+
name: string;
|
|
1015
|
+
createdAt: string;
|
|
1016
|
+
updatedAt: string;
|
|
1017
|
+
id: string;
|
|
1018
1018
|
} | null | undefined;
|
|
1019
1019
|
client?: {
|
|
1020
1020
|
name: string;
|
|
@@ -1052,7 +1052,7 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
1052
1052
|
updatedAt: string | Date;
|
|
1053
1053
|
id: string;
|
|
1054
1054
|
collaborationId: string;
|
|
1055
|
-
urgency: "
|
|
1055
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
1056
1056
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
1057
1057
|
isTermsAndConditionsConfirmed: boolean;
|
|
1058
1058
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -1064,12 +1064,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
1064
1064
|
id: string;
|
|
1065
1065
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1066
1066
|
userId: string;
|
|
1067
|
-
company?: {
|
|
1068
|
-
name: string;
|
|
1069
|
-
createdAt: string | Date;
|
|
1070
|
-
updatedAt: string | Date;
|
|
1071
|
-
id: string;
|
|
1072
|
-
} | null | undefined;
|
|
1073
1067
|
user?: {
|
|
1074
1068
|
email: string;
|
|
1075
1069
|
createdAt: string | Date;
|
|
@@ -1095,13 +1089,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
1095
1089
|
description?: string | null | undefined;
|
|
1096
1090
|
isPrimary?: boolean | undefined;
|
|
1097
1091
|
}[] | undefined;
|
|
1092
|
+
deletedAt?: string | Date | null | undefined;
|
|
1098
1093
|
canImpersonateUsers?: {
|
|
1099
1094
|
id: string;
|
|
1100
1095
|
lastName: string;
|
|
1101
1096
|
firstName: string;
|
|
1102
1097
|
}[] | undefined;
|
|
1103
1098
|
dialpadUserId?: string | null | undefined;
|
|
1104
|
-
|
|
1099
|
+
} | null | undefined;
|
|
1100
|
+
company?: {
|
|
1101
|
+
name: string;
|
|
1102
|
+
createdAt: string | Date;
|
|
1103
|
+
updatedAt: string | Date;
|
|
1104
|
+
id: string;
|
|
1105
1105
|
} | null | undefined;
|
|
1106
1106
|
client?: {
|
|
1107
1107
|
name: string;
|
|
@@ -1130,12 +1130,6 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
1130
1130
|
id: string;
|
|
1131
1131
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1132
1132
|
userId: string;
|
|
1133
|
-
company?: {
|
|
1134
|
-
name: string;
|
|
1135
|
-
createdAt: string | Date;
|
|
1136
|
-
updatedAt: string | Date;
|
|
1137
|
-
id: string;
|
|
1138
|
-
} | null | undefined;
|
|
1139
1133
|
user?: {
|
|
1140
1134
|
email: string;
|
|
1141
1135
|
createdAt: string | Date;
|
|
@@ -1161,13 +1155,19 @@ export declare const CollaborationCheckingSchema: z.ZodObject<{
|
|
|
1161
1155
|
description?: string | null | undefined;
|
|
1162
1156
|
isPrimary?: boolean | undefined;
|
|
1163
1157
|
}[] | undefined;
|
|
1158
|
+
deletedAt?: string | Date | null | undefined;
|
|
1164
1159
|
canImpersonateUsers?: {
|
|
1165
1160
|
id: string;
|
|
1166
1161
|
lastName: string;
|
|
1167
1162
|
firstName: string;
|
|
1168
1163
|
}[] | undefined;
|
|
1169
1164
|
dialpadUserId?: string | null | undefined;
|
|
1170
|
-
|
|
1165
|
+
} | null | undefined;
|
|
1166
|
+
company?: {
|
|
1167
|
+
name: string;
|
|
1168
|
+
createdAt: string | Date;
|
|
1169
|
+
updatedAt: string | Date;
|
|
1170
|
+
id: string;
|
|
1171
1171
|
} | null | undefined;
|
|
1172
1172
|
client?: {
|
|
1173
1173
|
name: string;
|
|
@@ -1223,7 +1223,7 @@ export declare const CreateCollaborationCheckingSchema: z.ZodObject<{
|
|
|
1223
1223
|
collaboration: {
|
|
1224
1224
|
id: string;
|
|
1225
1225
|
};
|
|
1226
|
-
urgency: "
|
|
1226
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
1227
1227
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
1228
1228
|
clientContact: {
|
|
1229
1229
|
id: string;
|
|
@@ -1233,7 +1233,7 @@ export declare const CreateCollaborationCheckingSchema: z.ZodObject<{
|
|
|
1233
1233
|
collaboration: {
|
|
1234
1234
|
id: string;
|
|
1235
1235
|
};
|
|
1236
|
-
urgency: "
|
|
1236
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
1237
1237
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
1238
1238
|
clientContact: {
|
|
1239
1239
|
id: string;
|
|
@@ -1253,7 +1253,7 @@ export declare const UpdateCollaborationCheckingSchema: z.ZodObject<{
|
|
|
1253
1253
|
}, "strip", z.ZodTypeAny, {
|
|
1254
1254
|
email?: string | null | undefined;
|
|
1255
1255
|
clientContactId?: string | null | undefined;
|
|
1256
|
-
urgency?: "
|
|
1256
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
1257
1257
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | null | undefined;
|
|
1258
1258
|
decisionComment?: string | null | undefined;
|
|
1259
1259
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
@@ -1264,7 +1264,7 @@ export declare const UpdateCollaborationCheckingSchema: z.ZodObject<{
|
|
|
1264
1264
|
}, {
|
|
1265
1265
|
email?: string | null | undefined;
|
|
1266
1266
|
clientContactId?: string | null | undefined;
|
|
1267
|
-
urgency?: "
|
|
1267
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
1268
1268
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | null | undefined;
|
|
1269
1269
|
decisionComment?: string | null | undefined;
|
|
1270
1270
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
@@ -1302,7 +1302,7 @@ export declare const FilterCollaborationCheckingSchema: z.ZodObject<{
|
|
|
1302
1302
|
createdById?: string | undefined;
|
|
1303
1303
|
companyId?: string | undefined;
|
|
1304
1304
|
clientId?: string | undefined;
|
|
1305
|
-
urgency?: "
|
|
1305
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
1306
1306
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | undefined;
|
|
1307
1307
|
}, {
|
|
1308
1308
|
sort?: {
|
|
@@ -1314,7 +1314,7 @@ export declare const FilterCollaborationCheckingSchema: z.ZodObject<{
|
|
|
1314
1314
|
createdById?: string | undefined;
|
|
1315
1315
|
companyId?: string | undefined;
|
|
1316
1316
|
clientId?: string | undefined;
|
|
1317
|
-
urgency?: "
|
|
1317
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
1318
1318
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | undefined;
|
|
1319
1319
|
}>;
|
|
1320
1320
|
export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
@@ -1514,13 +1514,13 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1514
1514
|
firstName: string;
|
|
1515
1515
|
}[] | undefined;
|
|
1516
1516
|
} | null | undefined;
|
|
1517
|
+
deletedAt?: string | null | undefined;
|
|
1517
1518
|
canImpersonateUsers?: {
|
|
1518
1519
|
id: string;
|
|
1519
1520
|
lastName: string;
|
|
1520
1521
|
firstName: string;
|
|
1521
1522
|
}[] | undefined;
|
|
1522
1523
|
dialpadUserId?: string | null | undefined;
|
|
1523
|
-
deletedAt?: string | null | undefined;
|
|
1524
1524
|
}, {
|
|
1525
1525
|
email: string;
|
|
1526
1526
|
createdAt: string | Date;
|
|
@@ -1546,13 +1546,13 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1546
1546
|
description?: string | null | undefined;
|
|
1547
1547
|
isPrimary?: boolean | undefined;
|
|
1548
1548
|
}[] | undefined;
|
|
1549
|
+
deletedAt?: string | Date | null | undefined;
|
|
1549
1550
|
canImpersonateUsers?: {
|
|
1550
1551
|
id: string;
|
|
1551
1552
|
lastName: string;
|
|
1552
1553
|
firstName: string;
|
|
1553
1554
|
}[] | undefined;
|
|
1554
1555
|
dialpadUserId?: string | null | undefined;
|
|
1555
|
-
deletedAt?: string | Date | null | undefined;
|
|
1556
1556
|
}>>>;
|
|
1557
1557
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
1558
1558
|
userId: z.ZodString;
|
|
@@ -1751,13 +1751,13 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1751
1751
|
firstName: string;
|
|
1752
1752
|
}[] | undefined;
|
|
1753
1753
|
} | null | undefined;
|
|
1754
|
+
deletedAt?: string | null | undefined;
|
|
1754
1755
|
canImpersonateUsers?: {
|
|
1755
1756
|
id: string;
|
|
1756
1757
|
lastName: string;
|
|
1757
1758
|
firstName: string;
|
|
1758
1759
|
}[] | undefined;
|
|
1759
1760
|
dialpadUserId?: string | null | undefined;
|
|
1760
|
-
deletedAt?: string | null | undefined;
|
|
1761
1761
|
}, {
|
|
1762
1762
|
email: string;
|
|
1763
1763
|
createdAt: string | Date;
|
|
@@ -1783,13 +1783,13 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1783
1783
|
description?: string | null | undefined;
|
|
1784
1784
|
isPrimary?: boolean | undefined;
|
|
1785
1785
|
}[] | undefined;
|
|
1786
|
+
deletedAt?: string | Date | null | undefined;
|
|
1786
1787
|
canImpersonateUsers?: {
|
|
1787
1788
|
id: string;
|
|
1788
1789
|
lastName: string;
|
|
1789
1790
|
firstName: string;
|
|
1790
1791
|
}[] | undefined;
|
|
1791
1792
|
dialpadUserId?: string | null | undefined;
|
|
1792
|
-
deletedAt?: string | Date | null | undefined;
|
|
1793
1793
|
}>>>;
|
|
1794
1794
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
1795
1795
|
userId: z.ZodString;
|
|
@@ -1801,12 +1801,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1801
1801
|
id: string;
|
|
1802
1802
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1803
1803
|
userId: string;
|
|
1804
|
-
company?: {
|
|
1805
|
-
name: string;
|
|
1806
|
-
createdAt: string;
|
|
1807
|
-
updatedAt: string;
|
|
1808
|
-
id: string;
|
|
1809
|
-
} | null | undefined;
|
|
1810
1804
|
user?: {
|
|
1811
1805
|
email: string;
|
|
1812
1806
|
createdAt: string;
|
|
@@ -1832,13 +1826,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1832
1826
|
firstName: string;
|
|
1833
1827
|
}[] | undefined;
|
|
1834
1828
|
} | null | undefined;
|
|
1829
|
+
deletedAt?: string | null | undefined;
|
|
1835
1830
|
canImpersonateUsers?: {
|
|
1836
1831
|
id: string;
|
|
1837
1832
|
lastName: string;
|
|
1838
1833
|
firstName: string;
|
|
1839
1834
|
}[] | undefined;
|
|
1840
1835
|
dialpadUserId?: string | null | undefined;
|
|
1841
|
-
|
|
1836
|
+
} | null | undefined;
|
|
1837
|
+
company?: {
|
|
1838
|
+
name: string;
|
|
1839
|
+
createdAt: string;
|
|
1840
|
+
updatedAt: string;
|
|
1841
|
+
id: string;
|
|
1842
1842
|
} | null | undefined;
|
|
1843
1843
|
client?: {
|
|
1844
1844
|
name: string;
|
|
@@ -1867,12 +1867,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1867
1867
|
id: string;
|
|
1868
1868
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1869
1869
|
userId: string;
|
|
1870
|
-
company?: {
|
|
1871
|
-
name: string;
|
|
1872
|
-
createdAt: string | Date;
|
|
1873
|
-
updatedAt: string | Date;
|
|
1874
|
-
id: string;
|
|
1875
|
-
} | null | undefined;
|
|
1876
1870
|
user?: {
|
|
1877
1871
|
email: string;
|
|
1878
1872
|
createdAt: string | Date;
|
|
@@ -1898,13 +1892,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1898
1892
|
description?: string | null | undefined;
|
|
1899
1893
|
isPrimary?: boolean | undefined;
|
|
1900
1894
|
}[] | undefined;
|
|
1895
|
+
deletedAt?: string | Date | null | undefined;
|
|
1901
1896
|
canImpersonateUsers?: {
|
|
1902
1897
|
id: string;
|
|
1903
1898
|
lastName: string;
|
|
1904
1899
|
firstName: string;
|
|
1905
1900
|
}[] | undefined;
|
|
1906
1901
|
dialpadUserId?: string | null | undefined;
|
|
1907
|
-
|
|
1902
|
+
} | null | undefined;
|
|
1903
|
+
company?: {
|
|
1904
|
+
name: string;
|
|
1905
|
+
createdAt: string | Date;
|
|
1906
|
+
updatedAt: string | Date;
|
|
1907
|
+
id: string;
|
|
1908
1908
|
} | null | undefined;
|
|
1909
1909
|
client?: {
|
|
1910
1910
|
name: string;
|
|
@@ -1934,12 +1934,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1934
1934
|
id: string;
|
|
1935
1935
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
1936
1936
|
userId: string;
|
|
1937
|
-
company?: {
|
|
1938
|
-
name: string;
|
|
1939
|
-
createdAt: string;
|
|
1940
|
-
updatedAt: string;
|
|
1941
|
-
id: string;
|
|
1942
|
-
} | null | undefined;
|
|
1943
1937
|
user?: {
|
|
1944
1938
|
email: string;
|
|
1945
1939
|
createdAt: string;
|
|
@@ -1965,13 +1959,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
1965
1959
|
firstName: string;
|
|
1966
1960
|
}[] | undefined;
|
|
1967
1961
|
} | null | undefined;
|
|
1962
|
+
deletedAt?: string | null | undefined;
|
|
1968
1963
|
canImpersonateUsers?: {
|
|
1969
1964
|
id: string;
|
|
1970
1965
|
lastName: string;
|
|
1971
1966
|
firstName: string;
|
|
1972
1967
|
}[] | undefined;
|
|
1973
1968
|
dialpadUserId?: string | null | undefined;
|
|
1974
|
-
|
|
1969
|
+
} | null | undefined;
|
|
1970
|
+
company?: {
|
|
1971
|
+
name: string;
|
|
1972
|
+
createdAt: string;
|
|
1973
|
+
updatedAt: string;
|
|
1974
|
+
id: string;
|
|
1975
1975
|
} | null | undefined;
|
|
1976
1976
|
client?: {
|
|
1977
1977
|
name: string;
|
|
@@ -2000,12 +2000,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2000
2000
|
id: string;
|
|
2001
2001
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2002
2002
|
userId: string;
|
|
2003
|
-
company?: {
|
|
2004
|
-
name: string;
|
|
2005
|
-
createdAt: string;
|
|
2006
|
-
updatedAt: string;
|
|
2007
|
-
id: string;
|
|
2008
|
-
} | null | undefined;
|
|
2009
2003
|
user?: {
|
|
2010
2004
|
email: string;
|
|
2011
2005
|
createdAt: string;
|
|
@@ -2031,13 +2025,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2031
2025
|
firstName: string;
|
|
2032
2026
|
}[] | undefined;
|
|
2033
2027
|
} | null | undefined;
|
|
2028
|
+
deletedAt?: string | null | undefined;
|
|
2034
2029
|
canImpersonateUsers?: {
|
|
2035
2030
|
id: string;
|
|
2036
2031
|
lastName: string;
|
|
2037
2032
|
firstName: string;
|
|
2038
2033
|
}[] | undefined;
|
|
2039
2034
|
dialpadUserId?: string | null | undefined;
|
|
2040
|
-
|
|
2035
|
+
} | null | undefined;
|
|
2036
|
+
company?: {
|
|
2037
|
+
name: string;
|
|
2038
|
+
createdAt: string;
|
|
2039
|
+
updatedAt: string;
|
|
2040
|
+
id: string;
|
|
2041
2041
|
} | null | undefined;
|
|
2042
2042
|
client?: {
|
|
2043
2043
|
name: string;
|
|
@@ -2067,12 +2067,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2067
2067
|
id: string;
|
|
2068
2068
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2069
2069
|
userId: string;
|
|
2070
|
-
company?: {
|
|
2071
|
-
name: string;
|
|
2072
|
-
createdAt: string | Date;
|
|
2073
|
-
updatedAt: string | Date;
|
|
2074
|
-
id: string;
|
|
2075
|
-
} | null | undefined;
|
|
2076
2070
|
user?: {
|
|
2077
2071
|
email: string;
|
|
2078
2072
|
createdAt: string | Date;
|
|
@@ -2098,13 +2092,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2098
2092
|
description?: string | null | undefined;
|
|
2099
2093
|
isPrimary?: boolean | undefined;
|
|
2100
2094
|
}[] | undefined;
|
|
2095
|
+
deletedAt?: string | Date | null | undefined;
|
|
2101
2096
|
canImpersonateUsers?: {
|
|
2102
2097
|
id: string;
|
|
2103
2098
|
lastName: string;
|
|
2104
2099
|
firstName: string;
|
|
2105
2100
|
}[] | undefined;
|
|
2106
2101
|
dialpadUserId?: string | null | undefined;
|
|
2107
|
-
|
|
2102
|
+
} | null | undefined;
|
|
2103
|
+
company?: {
|
|
2104
|
+
name: string;
|
|
2105
|
+
createdAt: string | Date;
|
|
2106
|
+
updatedAt: string | Date;
|
|
2107
|
+
id: string;
|
|
2108
2108
|
} | null | undefined;
|
|
2109
2109
|
client?: {
|
|
2110
2110
|
name: string;
|
|
@@ -2133,12 +2133,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2133
2133
|
id: string;
|
|
2134
2134
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2135
2135
|
userId: string;
|
|
2136
|
-
company?: {
|
|
2137
|
-
name: string;
|
|
2138
|
-
createdAt: string | Date;
|
|
2139
|
-
updatedAt: string | Date;
|
|
2140
|
-
id: string;
|
|
2141
|
-
} | null | undefined;
|
|
2142
2136
|
user?: {
|
|
2143
2137
|
email: string;
|
|
2144
2138
|
createdAt: string | Date;
|
|
@@ -2164,13 +2158,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2164
2158
|
description?: string | null | undefined;
|
|
2165
2159
|
isPrimary?: boolean | undefined;
|
|
2166
2160
|
}[] | undefined;
|
|
2161
|
+
deletedAt?: string | Date | null | undefined;
|
|
2167
2162
|
canImpersonateUsers?: {
|
|
2168
2163
|
id: string;
|
|
2169
2164
|
lastName: string;
|
|
2170
2165
|
firstName: string;
|
|
2171
2166
|
}[] | undefined;
|
|
2172
2167
|
dialpadUserId?: string | null | undefined;
|
|
2173
|
-
|
|
2168
|
+
} | null | undefined;
|
|
2169
|
+
company?: {
|
|
2170
|
+
name: string;
|
|
2171
|
+
createdAt: string | Date;
|
|
2172
|
+
updatedAt: string | Date;
|
|
2173
|
+
id: string;
|
|
2174
2174
|
} | null | undefined;
|
|
2175
2175
|
client?: {
|
|
2176
2176
|
name: string;
|
|
@@ -2216,7 +2216,7 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2216
2216
|
updatedAt: string;
|
|
2217
2217
|
id: string;
|
|
2218
2218
|
collaborationId: string;
|
|
2219
|
-
urgency: "
|
|
2219
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2220
2220
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
2221
2221
|
isTermsAndConditionsConfirmed: boolean;
|
|
2222
2222
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -2228,12 +2228,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2228
2228
|
id: string;
|
|
2229
2229
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2230
2230
|
userId: string;
|
|
2231
|
-
company?: {
|
|
2232
|
-
name: string;
|
|
2233
|
-
createdAt: string;
|
|
2234
|
-
updatedAt: string;
|
|
2235
|
-
id: string;
|
|
2236
|
-
} | null | undefined;
|
|
2237
2231
|
user?: {
|
|
2238
2232
|
email: string;
|
|
2239
2233
|
createdAt: string;
|
|
@@ -2259,13 +2253,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2259
2253
|
firstName: string;
|
|
2260
2254
|
}[] | undefined;
|
|
2261
2255
|
} | null | undefined;
|
|
2256
|
+
deletedAt?: string | null | undefined;
|
|
2262
2257
|
canImpersonateUsers?: {
|
|
2263
2258
|
id: string;
|
|
2264
2259
|
lastName: string;
|
|
2265
2260
|
firstName: string;
|
|
2266
2261
|
}[] | undefined;
|
|
2267
2262
|
dialpadUserId?: string | null | undefined;
|
|
2268
|
-
|
|
2263
|
+
} | null | undefined;
|
|
2264
|
+
company?: {
|
|
2265
|
+
name: string;
|
|
2266
|
+
createdAt: string;
|
|
2267
|
+
updatedAt: string;
|
|
2268
|
+
id: string;
|
|
2269
2269
|
} | null | undefined;
|
|
2270
2270
|
client?: {
|
|
2271
2271
|
name: string;
|
|
@@ -2294,12 +2294,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2294
2294
|
id: string;
|
|
2295
2295
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2296
2296
|
userId: string;
|
|
2297
|
-
company?: {
|
|
2298
|
-
name: string;
|
|
2299
|
-
createdAt: string;
|
|
2300
|
-
updatedAt: string;
|
|
2301
|
-
id: string;
|
|
2302
|
-
} | null | undefined;
|
|
2303
2297
|
user?: {
|
|
2304
2298
|
email: string;
|
|
2305
2299
|
createdAt: string;
|
|
@@ -2325,13 +2319,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2325
2319
|
firstName: string;
|
|
2326
2320
|
}[] | undefined;
|
|
2327
2321
|
} | null | undefined;
|
|
2322
|
+
deletedAt?: string | null | undefined;
|
|
2328
2323
|
canImpersonateUsers?: {
|
|
2329
2324
|
id: string;
|
|
2330
2325
|
lastName: string;
|
|
2331
2326
|
firstName: string;
|
|
2332
2327
|
}[] | undefined;
|
|
2333
2328
|
dialpadUserId?: string | null | undefined;
|
|
2334
|
-
|
|
2329
|
+
} | null | undefined;
|
|
2330
|
+
company?: {
|
|
2331
|
+
name: string;
|
|
2332
|
+
createdAt: string;
|
|
2333
|
+
updatedAt: string;
|
|
2334
|
+
id: string;
|
|
2335
2335
|
} | null | undefined;
|
|
2336
2336
|
client?: {
|
|
2337
2337
|
name: string;
|
|
@@ -2369,7 +2369,7 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2369
2369
|
updatedAt: string | Date;
|
|
2370
2370
|
id: string;
|
|
2371
2371
|
collaborationId: string;
|
|
2372
|
-
urgency: "
|
|
2372
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2373
2373
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
2374
2374
|
isTermsAndConditionsConfirmed: boolean;
|
|
2375
2375
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -2381,12 +2381,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2381
2381
|
id: string;
|
|
2382
2382
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2383
2383
|
userId: string;
|
|
2384
|
-
company?: {
|
|
2385
|
-
name: string;
|
|
2386
|
-
createdAt: string | Date;
|
|
2387
|
-
updatedAt: string | Date;
|
|
2388
|
-
id: string;
|
|
2389
|
-
} | null | undefined;
|
|
2390
2384
|
user?: {
|
|
2391
2385
|
email: string;
|
|
2392
2386
|
createdAt: string | Date;
|
|
@@ -2412,13 +2406,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2412
2406
|
description?: string | null | undefined;
|
|
2413
2407
|
isPrimary?: boolean | undefined;
|
|
2414
2408
|
}[] | undefined;
|
|
2409
|
+
deletedAt?: string | Date | null | undefined;
|
|
2415
2410
|
canImpersonateUsers?: {
|
|
2416
2411
|
id: string;
|
|
2417
2412
|
lastName: string;
|
|
2418
2413
|
firstName: string;
|
|
2419
2414
|
}[] | undefined;
|
|
2420
2415
|
dialpadUserId?: string | null | undefined;
|
|
2421
|
-
|
|
2416
|
+
} | null | undefined;
|
|
2417
|
+
company?: {
|
|
2418
|
+
name: string;
|
|
2419
|
+
createdAt: string | Date;
|
|
2420
|
+
updatedAt: string | Date;
|
|
2421
|
+
id: string;
|
|
2422
2422
|
} | null | undefined;
|
|
2423
2423
|
client?: {
|
|
2424
2424
|
name: string;
|
|
@@ -2447,12 +2447,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2447
2447
|
id: string;
|
|
2448
2448
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2449
2449
|
userId: string;
|
|
2450
|
-
company?: {
|
|
2451
|
-
name: string;
|
|
2452
|
-
createdAt: string | Date;
|
|
2453
|
-
updatedAt: string | Date;
|
|
2454
|
-
id: string;
|
|
2455
|
-
} | null | undefined;
|
|
2456
2450
|
user?: {
|
|
2457
2451
|
email: string;
|
|
2458
2452
|
createdAt: string | Date;
|
|
@@ -2478,13 +2472,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2478
2472
|
description?: string | null | undefined;
|
|
2479
2473
|
isPrimary?: boolean | undefined;
|
|
2480
2474
|
}[] | undefined;
|
|
2475
|
+
deletedAt?: string | Date | null | undefined;
|
|
2481
2476
|
canImpersonateUsers?: {
|
|
2482
2477
|
id: string;
|
|
2483
2478
|
lastName: string;
|
|
2484
2479
|
firstName: string;
|
|
2485
2480
|
}[] | undefined;
|
|
2486
2481
|
dialpadUserId?: string | null | undefined;
|
|
2487
|
-
|
|
2482
|
+
} | null | undefined;
|
|
2483
|
+
company?: {
|
|
2484
|
+
name: string;
|
|
2485
|
+
createdAt: string | Date;
|
|
2486
|
+
updatedAt: string | Date;
|
|
2487
|
+
id: string;
|
|
2488
2488
|
} | null | undefined;
|
|
2489
2489
|
client?: {
|
|
2490
2490
|
name: string;
|
|
@@ -2530,7 +2530,7 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2530
2530
|
updatedAt: string;
|
|
2531
2531
|
id: string;
|
|
2532
2532
|
collaborationId: string;
|
|
2533
|
-
urgency: "
|
|
2533
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2534
2534
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
2535
2535
|
isTermsAndConditionsConfirmed: boolean;
|
|
2536
2536
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -2542,12 +2542,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2542
2542
|
id: string;
|
|
2543
2543
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2544
2544
|
userId: string;
|
|
2545
|
-
company?: {
|
|
2546
|
-
name: string;
|
|
2547
|
-
createdAt: string;
|
|
2548
|
-
updatedAt: string;
|
|
2549
|
-
id: string;
|
|
2550
|
-
} | null | undefined;
|
|
2551
2545
|
user?: {
|
|
2552
2546
|
email: string;
|
|
2553
2547
|
createdAt: string;
|
|
@@ -2573,13 +2567,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2573
2567
|
firstName: string;
|
|
2574
2568
|
}[] | undefined;
|
|
2575
2569
|
} | null | undefined;
|
|
2570
|
+
deletedAt?: string | null | undefined;
|
|
2576
2571
|
canImpersonateUsers?: {
|
|
2577
2572
|
id: string;
|
|
2578
2573
|
lastName: string;
|
|
2579
2574
|
firstName: string;
|
|
2580
2575
|
}[] | undefined;
|
|
2581
2576
|
dialpadUserId?: string | null | undefined;
|
|
2582
|
-
|
|
2577
|
+
} | null | undefined;
|
|
2578
|
+
company?: {
|
|
2579
|
+
name: string;
|
|
2580
|
+
createdAt: string;
|
|
2581
|
+
updatedAt: string;
|
|
2582
|
+
id: string;
|
|
2583
2583
|
} | null | undefined;
|
|
2584
2584
|
client?: {
|
|
2585
2585
|
name: string;
|
|
@@ -2608,12 +2608,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2608
2608
|
id: string;
|
|
2609
2609
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2610
2610
|
userId: string;
|
|
2611
|
-
company?: {
|
|
2612
|
-
name: string;
|
|
2613
|
-
createdAt: string;
|
|
2614
|
-
updatedAt: string;
|
|
2615
|
-
id: string;
|
|
2616
|
-
} | null | undefined;
|
|
2617
2611
|
user?: {
|
|
2618
2612
|
email: string;
|
|
2619
2613
|
createdAt: string;
|
|
@@ -2639,13 +2633,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2639
2633
|
firstName: string;
|
|
2640
2634
|
}[] | undefined;
|
|
2641
2635
|
} | null | undefined;
|
|
2636
|
+
deletedAt?: string | null | undefined;
|
|
2642
2637
|
canImpersonateUsers?: {
|
|
2643
2638
|
id: string;
|
|
2644
2639
|
lastName: string;
|
|
2645
2640
|
firstName: string;
|
|
2646
2641
|
}[] | undefined;
|
|
2647
2642
|
dialpadUserId?: string | null | undefined;
|
|
2648
|
-
|
|
2643
|
+
} | null | undefined;
|
|
2644
|
+
company?: {
|
|
2645
|
+
name: string;
|
|
2646
|
+
createdAt: string;
|
|
2647
|
+
updatedAt: string;
|
|
2648
|
+
id: string;
|
|
2649
2649
|
} | null | undefined;
|
|
2650
2650
|
client?: {
|
|
2651
2651
|
name: string;
|
|
@@ -2690,7 +2690,7 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2690
2690
|
updatedAt: string | Date;
|
|
2691
2691
|
id: string;
|
|
2692
2692
|
collaborationId: string;
|
|
2693
|
-
urgency: "
|
|
2693
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2694
2694
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
2695
2695
|
isTermsAndConditionsConfirmed: boolean;
|
|
2696
2696
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -2702,12 +2702,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2702
2702
|
id: string;
|
|
2703
2703
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2704
2704
|
userId: string;
|
|
2705
|
-
company?: {
|
|
2706
|
-
name: string;
|
|
2707
|
-
createdAt: string | Date;
|
|
2708
|
-
updatedAt: string | Date;
|
|
2709
|
-
id: string;
|
|
2710
|
-
} | null | undefined;
|
|
2711
2705
|
user?: {
|
|
2712
2706
|
email: string;
|
|
2713
2707
|
createdAt: string | Date;
|
|
@@ -2733,13 +2727,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2733
2727
|
description?: string | null | undefined;
|
|
2734
2728
|
isPrimary?: boolean | undefined;
|
|
2735
2729
|
}[] | undefined;
|
|
2730
|
+
deletedAt?: string | Date | null | undefined;
|
|
2736
2731
|
canImpersonateUsers?: {
|
|
2737
2732
|
id: string;
|
|
2738
2733
|
lastName: string;
|
|
2739
2734
|
firstName: string;
|
|
2740
2735
|
}[] | undefined;
|
|
2741
2736
|
dialpadUserId?: string | null | undefined;
|
|
2742
|
-
|
|
2737
|
+
} | null | undefined;
|
|
2738
|
+
company?: {
|
|
2739
|
+
name: string;
|
|
2740
|
+
createdAt: string | Date;
|
|
2741
|
+
updatedAt: string | Date;
|
|
2742
|
+
id: string;
|
|
2743
2743
|
} | null | undefined;
|
|
2744
2744
|
client?: {
|
|
2745
2745
|
name: string;
|
|
@@ -2768,12 +2768,6 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2768
2768
|
id: string;
|
|
2769
2769
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
2770
2770
|
userId: string;
|
|
2771
|
-
company?: {
|
|
2772
|
-
name: string;
|
|
2773
|
-
createdAt: string | Date;
|
|
2774
|
-
updatedAt: string | Date;
|
|
2775
|
-
id: string;
|
|
2776
|
-
} | null | undefined;
|
|
2777
2771
|
user?: {
|
|
2778
2772
|
email: string;
|
|
2779
2773
|
createdAt: string | Date;
|
|
@@ -2799,13 +2793,19 @@ export declare const PaginatedCollaborationCheckingResponseSchema: z.ZodObject<{
|
|
|
2799
2793
|
description?: string | null | undefined;
|
|
2800
2794
|
isPrimary?: boolean | undefined;
|
|
2801
2795
|
}[] | undefined;
|
|
2796
|
+
deletedAt?: string | Date | null | undefined;
|
|
2802
2797
|
canImpersonateUsers?: {
|
|
2803
2798
|
id: string;
|
|
2804
2799
|
lastName: string;
|
|
2805
2800
|
firstName: string;
|
|
2806
2801
|
}[] | undefined;
|
|
2807
2802
|
dialpadUserId?: string | null | undefined;
|
|
2808
|
-
|
|
2803
|
+
} | null | undefined;
|
|
2804
|
+
company?: {
|
|
2805
|
+
name: string;
|
|
2806
|
+
createdAt: string | Date;
|
|
2807
|
+
updatedAt: string | Date;
|
|
2808
|
+
id: string;
|
|
2809
2809
|
} | null | undefined;
|
|
2810
2810
|
client?: {
|
|
2811
2811
|
name: string;
|
|
@@ -2881,7 +2881,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
2881
2881
|
collaboration: {
|
|
2882
2882
|
id: string;
|
|
2883
2883
|
};
|
|
2884
|
-
urgency: "
|
|
2884
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2885
2885
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
2886
2886
|
clientContact: {
|
|
2887
2887
|
id: string;
|
|
@@ -2891,7 +2891,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
2891
2891
|
collaboration: {
|
|
2892
2892
|
id: string;
|
|
2893
2893
|
};
|
|
2894
|
-
urgency: "
|
|
2894
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
2895
2895
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
2896
2896
|
clientContact: {
|
|
2897
2897
|
id: string;
|
|
@@ -2899,7 +2899,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
2899
2899
|
}>;
|
|
2900
2900
|
path: "/v2/collaboration-checkings";
|
|
2901
2901
|
responses: {
|
|
2902
|
-
|
|
2902
|
+
401: z.ZodObject<{
|
|
2903
2903
|
statusCode: z.ZodNumber;
|
|
2904
2904
|
message: z.ZodString;
|
|
2905
2905
|
code: z.ZodString;
|
|
@@ -2908,23 +2908,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2908
2908
|
path: z.ZodString;
|
|
2909
2909
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2910
2910
|
}, "strip", z.ZodTypeAny, {
|
|
2911
|
-
message: string;
|
|
2912
2911
|
code: string;
|
|
2913
2912
|
path: string;
|
|
2913
|
+
message: string;
|
|
2914
2914
|
statusCode: number;
|
|
2915
2915
|
timestamp: string;
|
|
2916
2916
|
details?: unknown;
|
|
2917
2917
|
correlationId?: string | undefined;
|
|
2918
2918
|
}, {
|
|
2919
|
-
message: string;
|
|
2920
2919
|
code: string;
|
|
2921
2920
|
path: string;
|
|
2921
|
+
message: string;
|
|
2922
2922
|
statusCode: number;
|
|
2923
2923
|
timestamp: string;
|
|
2924
2924
|
details?: unknown;
|
|
2925
2925
|
correlationId?: string | undefined;
|
|
2926
2926
|
}>;
|
|
2927
|
-
|
|
2927
|
+
400: z.ZodObject<{
|
|
2928
2928
|
statusCode: z.ZodNumber;
|
|
2929
2929
|
message: z.ZodString;
|
|
2930
2930
|
code: z.ZodString;
|
|
@@ -2933,23 +2933,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
2933
2933
|
path: z.ZodString;
|
|
2934
2934
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2935
2935
|
}, "strip", z.ZodTypeAny, {
|
|
2936
|
-
message: string;
|
|
2937
2936
|
code: string;
|
|
2938
2937
|
path: string;
|
|
2938
|
+
message: string;
|
|
2939
2939
|
statusCode: number;
|
|
2940
2940
|
timestamp: string;
|
|
2941
2941
|
details?: unknown;
|
|
2942
2942
|
correlationId?: string | undefined;
|
|
2943
2943
|
}, {
|
|
2944
|
-
message: string;
|
|
2945
2944
|
code: string;
|
|
2946
2945
|
path: string;
|
|
2946
|
+
message: string;
|
|
2947
2947
|
statusCode: number;
|
|
2948
2948
|
timestamp: string;
|
|
2949
2949
|
details?: unknown;
|
|
2950
2950
|
correlationId?: string | undefined;
|
|
2951
2951
|
}>;
|
|
2952
|
-
|
|
2952
|
+
403: z.ZodObject<{
|
|
2953
2953
|
statusCode: z.ZodNumber;
|
|
2954
2954
|
message: z.ZodString;
|
|
2955
2955
|
code: z.ZodString;
|
|
@@ -2958,17 +2958,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
2958
2958
|
path: z.ZodString;
|
|
2959
2959
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2960
2960
|
}, "strip", z.ZodTypeAny, {
|
|
2961
|
-
message: string;
|
|
2962
2961
|
code: string;
|
|
2963
2962
|
path: string;
|
|
2963
|
+
message: string;
|
|
2964
2964
|
statusCode: number;
|
|
2965
2965
|
timestamp: string;
|
|
2966
2966
|
details?: unknown;
|
|
2967
2967
|
correlationId?: string | undefined;
|
|
2968
2968
|
}, {
|
|
2969
|
-
message: string;
|
|
2970
2969
|
code: string;
|
|
2971
2970
|
path: string;
|
|
2971
|
+
message: string;
|
|
2972
2972
|
statusCode: number;
|
|
2973
2973
|
timestamp: string;
|
|
2974
2974
|
details?: unknown;
|
|
@@ -2983,17 +2983,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
2983
2983
|
path: z.ZodString;
|
|
2984
2984
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2985
2985
|
}, "strip", z.ZodTypeAny, {
|
|
2986
|
-
message: string;
|
|
2987
2986
|
code: string;
|
|
2988
2987
|
path: string;
|
|
2988
|
+
message: string;
|
|
2989
2989
|
statusCode: number;
|
|
2990
2990
|
timestamp: string;
|
|
2991
2991
|
details?: unknown;
|
|
2992
2992
|
correlationId?: string | undefined;
|
|
2993
2993
|
}, {
|
|
2994
|
-
message: string;
|
|
2995
2994
|
code: string;
|
|
2996
2995
|
path: string;
|
|
2996
|
+
message: string;
|
|
2997
2997
|
statusCode: number;
|
|
2998
2998
|
timestamp: string;
|
|
2999
2999
|
details?: unknown;
|
|
@@ -3195,13 +3195,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
3195
3195
|
firstName: string;
|
|
3196
3196
|
}[] | undefined;
|
|
3197
3197
|
} | null | undefined;
|
|
3198
|
+
deletedAt?: string | null | undefined;
|
|
3198
3199
|
canImpersonateUsers?: {
|
|
3199
3200
|
id: string;
|
|
3200
3201
|
lastName: string;
|
|
3201
3202
|
firstName: string;
|
|
3202
3203
|
}[] | undefined;
|
|
3203
3204
|
dialpadUserId?: string | null | undefined;
|
|
3204
|
-
deletedAt?: string | null | undefined;
|
|
3205
3205
|
}, {
|
|
3206
3206
|
email: string;
|
|
3207
3207
|
createdAt: string | Date;
|
|
@@ -3227,13 +3227,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
3227
3227
|
description?: string | null | undefined;
|
|
3228
3228
|
isPrimary?: boolean | undefined;
|
|
3229
3229
|
}[] | undefined;
|
|
3230
|
+
deletedAt?: string | Date | null | undefined;
|
|
3230
3231
|
canImpersonateUsers?: {
|
|
3231
3232
|
id: string;
|
|
3232
3233
|
lastName: string;
|
|
3233
3234
|
firstName: string;
|
|
3234
3235
|
}[] | undefined;
|
|
3235
3236
|
dialpadUserId?: string | null | undefined;
|
|
3236
|
-
deletedAt?: string | Date | null | undefined;
|
|
3237
3237
|
}>>>;
|
|
3238
3238
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
3239
3239
|
userId: z.ZodString;
|
|
@@ -3432,13 +3432,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
3432
3432
|
firstName: string;
|
|
3433
3433
|
}[] | undefined;
|
|
3434
3434
|
} | null | undefined;
|
|
3435
|
+
deletedAt?: string | null | undefined;
|
|
3435
3436
|
canImpersonateUsers?: {
|
|
3436
3437
|
id: string;
|
|
3437
3438
|
lastName: string;
|
|
3438
3439
|
firstName: string;
|
|
3439
3440
|
}[] | undefined;
|
|
3440
3441
|
dialpadUserId?: string | null | undefined;
|
|
3441
|
-
deletedAt?: string | null | undefined;
|
|
3442
3442
|
}, {
|
|
3443
3443
|
email: string;
|
|
3444
3444
|
createdAt: string | Date;
|
|
@@ -3464,13 +3464,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
3464
3464
|
description?: string | null | undefined;
|
|
3465
3465
|
isPrimary?: boolean | undefined;
|
|
3466
3466
|
}[] | undefined;
|
|
3467
|
+
deletedAt?: string | Date | null | undefined;
|
|
3467
3468
|
canImpersonateUsers?: {
|
|
3468
3469
|
id: string;
|
|
3469
3470
|
lastName: string;
|
|
3470
3471
|
firstName: string;
|
|
3471
3472
|
}[] | undefined;
|
|
3472
3473
|
dialpadUserId?: string | null | undefined;
|
|
3473
|
-
deletedAt?: string | Date | null | undefined;
|
|
3474
3474
|
}>>>;
|
|
3475
3475
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
3476
3476
|
userId: z.ZodString;
|
|
@@ -3482,12 +3482,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3482
3482
|
id: string;
|
|
3483
3483
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3484
3484
|
userId: string;
|
|
3485
|
-
company?: {
|
|
3486
|
-
name: string;
|
|
3487
|
-
createdAt: string;
|
|
3488
|
-
updatedAt: string;
|
|
3489
|
-
id: string;
|
|
3490
|
-
} | null | undefined;
|
|
3491
3485
|
user?: {
|
|
3492
3486
|
email: string;
|
|
3493
3487
|
createdAt: string;
|
|
@@ -3513,13 +3507,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
3513
3507
|
firstName: string;
|
|
3514
3508
|
}[] | undefined;
|
|
3515
3509
|
} | null | undefined;
|
|
3510
|
+
deletedAt?: string | null | undefined;
|
|
3516
3511
|
canImpersonateUsers?: {
|
|
3517
3512
|
id: string;
|
|
3518
3513
|
lastName: string;
|
|
3519
3514
|
firstName: string;
|
|
3520
3515
|
}[] | undefined;
|
|
3521
3516
|
dialpadUserId?: string | null | undefined;
|
|
3522
|
-
|
|
3517
|
+
} | null | undefined;
|
|
3518
|
+
company?: {
|
|
3519
|
+
name: string;
|
|
3520
|
+
createdAt: string;
|
|
3521
|
+
updatedAt: string;
|
|
3522
|
+
id: string;
|
|
3523
3523
|
} | null | undefined;
|
|
3524
3524
|
client?: {
|
|
3525
3525
|
name: string;
|
|
@@ -3548,12 +3548,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3548
3548
|
id: string;
|
|
3549
3549
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3550
3550
|
userId: string;
|
|
3551
|
-
company?: {
|
|
3552
|
-
name: string;
|
|
3553
|
-
createdAt: string | Date;
|
|
3554
|
-
updatedAt: string | Date;
|
|
3555
|
-
id: string;
|
|
3556
|
-
} | null | undefined;
|
|
3557
3551
|
user?: {
|
|
3558
3552
|
email: string;
|
|
3559
3553
|
createdAt: string | Date;
|
|
@@ -3579,13 +3573,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
3579
3573
|
description?: string | null | undefined;
|
|
3580
3574
|
isPrimary?: boolean | undefined;
|
|
3581
3575
|
}[] | undefined;
|
|
3576
|
+
deletedAt?: string | Date | null | undefined;
|
|
3582
3577
|
canImpersonateUsers?: {
|
|
3583
3578
|
id: string;
|
|
3584
3579
|
lastName: string;
|
|
3585
3580
|
firstName: string;
|
|
3586
3581
|
}[] | undefined;
|
|
3587
3582
|
dialpadUserId?: string | null | undefined;
|
|
3588
|
-
|
|
3583
|
+
} | null | undefined;
|
|
3584
|
+
company?: {
|
|
3585
|
+
name: string;
|
|
3586
|
+
createdAt: string | Date;
|
|
3587
|
+
updatedAt: string | Date;
|
|
3588
|
+
id: string;
|
|
3589
3589
|
} | null | undefined;
|
|
3590
3590
|
client?: {
|
|
3591
3591
|
name: string;
|
|
@@ -3615,12 +3615,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3615
3615
|
id: string;
|
|
3616
3616
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3617
3617
|
userId: string;
|
|
3618
|
-
company?: {
|
|
3619
|
-
name: string;
|
|
3620
|
-
createdAt: string;
|
|
3621
|
-
updatedAt: string;
|
|
3622
|
-
id: string;
|
|
3623
|
-
} | null | undefined;
|
|
3624
3618
|
user?: {
|
|
3625
3619
|
email: string;
|
|
3626
3620
|
createdAt: string;
|
|
@@ -3646,13 +3640,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
3646
3640
|
firstName: string;
|
|
3647
3641
|
}[] | undefined;
|
|
3648
3642
|
} | null | undefined;
|
|
3643
|
+
deletedAt?: string | null | undefined;
|
|
3649
3644
|
canImpersonateUsers?: {
|
|
3650
3645
|
id: string;
|
|
3651
3646
|
lastName: string;
|
|
3652
3647
|
firstName: string;
|
|
3653
3648
|
}[] | undefined;
|
|
3654
3649
|
dialpadUserId?: string | null | undefined;
|
|
3655
|
-
|
|
3650
|
+
} | null | undefined;
|
|
3651
|
+
company?: {
|
|
3652
|
+
name: string;
|
|
3653
|
+
createdAt: string;
|
|
3654
|
+
updatedAt: string;
|
|
3655
|
+
id: string;
|
|
3656
3656
|
} | null | undefined;
|
|
3657
3657
|
client?: {
|
|
3658
3658
|
name: string;
|
|
@@ -3681,12 +3681,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3681
3681
|
id: string;
|
|
3682
3682
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3683
3683
|
userId: string;
|
|
3684
|
-
company?: {
|
|
3685
|
-
name: string;
|
|
3686
|
-
createdAt: string;
|
|
3687
|
-
updatedAt: string;
|
|
3688
|
-
id: string;
|
|
3689
|
-
} | null | undefined;
|
|
3690
3684
|
user?: {
|
|
3691
3685
|
email: string;
|
|
3692
3686
|
createdAt: string;
|
|
@@ -3712,13 +3706,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
3712
3706
|
firstName: string;
|
|
3713
3707
|
}[] | undefined;
|
|
3714
3708
|
} | null | undefined;
|
|
3709
|
+
deletedAt?: string | null | undefined;
|
|
3715
3710
|
canImpersonateUsers?: {
|
|
3716
3711
|
id: string;
|
|
3717
3712
|
lastName: string;
|
|
3718
3713
|
firstName: string;
|
|
3719
3714
|
}[] | undefined;
|
|
3720
3715
|
dialpadUserId?: string | null | undefined;
|
|
3721
|
-
|
|
3716
|
+
} | null | undefined;
|
|
3717
|
+
company?: {
|
|
3718
|
+
name: string;
|
|
3719
|
+
createdAt: string;
|
|
3720
|
+
updatedAt: string;
|
|
3721
|
+
id: string;
|
|
3722
3722
|
} | null | undefined;
|
|
3723
3723
|
client?: {
|
|
3724
3724
|
name: string;
|
|
@@ -3748,12 +3748,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3748
3748
|
id: string;
|
|
3749
3749
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3750
3750
|
userId: string;
|
|
3751
|
-
company?: {
|
|
3752
|
-
name: string;
|
|
3753
|
-
createdAt: string | Date;
|
|
3754
|
-
updatedAt: string | Date;
|
|
3755
|
-
id: string;
|
|
3756
|
-
} | null | undefined;
|
|
3757
3751
|
user?: {
|
|
3758
3752
|
email: string;
|
|
3759
3753
|
createdAt: string | Date;
|
|
@@ -3779,13 +3773,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
3779
3773
|
description?: string | null | undefined;
|
|
3780
3774
|
isPrimary?: boolean | undefined;
|
|
3781
3775
|
}[] | undefined;
|
|
3776
|
+
deletedAt?: string | Date | null | undefined;
|
|
3782
3777
|
canImpersonateUsers?: {
|
|
3783
3778
|
id: string;
|
|
3784
3779
|
lastName: string;
|
|
3785
3780
|
firstName: string;
|
|
3786
3781
|
}[] | undefined;
|
|
3787
3782
|
dialpadUserId?: string | null | undefined;
|
|
3788
|
-
|
|
3783
|
+
} | null | undefined;
|
|
3784
|
+
company?: {
|
|
3785
|
+
name: string;
|
|
3786
|
+
createdAt: string | Date;
|
|
3787
|
+
updatedAt: string | Date;
|
|
3788
|
+
id: string;
|
|
3789
3789
|
} | null | undefined;
|
|
3790
3790
|
client?: {
|
|
3791
3791
|
name: string;
|
|
@@ -3814,12 +3814,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3814
3814
|
id: string;
|
|
3815
3815
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3816
3816
|
userId: string;
|
|
3817
|
-
company?: {
|
|
3818
|
-
name: string;
|
|
3819
|
-
createdAt: string | Date;
|
|
3820
|
-
updatedAt: string | Date;
|
|
3821
|
-
id: string;
|
|
3822
|
-
} | null | undefined;
|
|
3823
3817
|
user?: {
|
|
3824
3818
|
email: string;
|
|
3825
3819
|
createdAt: string | Date;
|
|
@@ -3845,13 +3839,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
3845
3839
|
description?: string | null | undefined;
|
|
3846
3840
|
isPrimary?: boolean | undefined;
|
|
3847
3841
|
}[] | undefined;
|
|
3842
|
+
deletedAt?: string | Date | null | undefined;
|
|
3848
3843
|
canImpersonateUsers?: {
|
|
3849
3844
|
id: string;
|
|
3850
3845
|
lastName: string;
|
|
3851
3846
|
firstName: string;
|
|
3852
3847
|
}[] | undefined;
|
|
3853
3848
|
dialpadUserId?: string | null | undefined;
|
|
3854
|
-
|
|
3849
|
+
} | null | undefined;
|
|
3850
|
+
company?: {
|
|
3851
|
+
name: string;
|
|
3852
|
+
createdAt: string | Date;
|
|
3853
|
+
updatedAt: string | Date;
|
|
3854
|
+
id: string;
|
|
3855
3855
|
} | null | undefined;
|
|
3856
3856
|
client?: {
|
|
3857
3857
|
name: string;
|
|
@@ -3897,7 +3897,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
3897
3897
|
updatedAt: string;
|
|
3898
3898
|
id: string;
|
|
3899
3899
|
collaborationId: string;
|
|
3900
|
-
urgency: "
|
|
3900
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
3901
3901
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
3902
3902
|
isTermsAndConditionsConfirmed: boolean;
|
|
3903
3903
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -3909,12 +3909,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3909
3909
|
id: string;
|
|
3910
3910
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3911
3911
|
userId: string;
|
|
3912
|
-
company?: {
|
|
3913
|
-
name: string;
|
|
3914
|
-
createdAt: string;
|
|
3915
|
-
updatedAt: string;
|
|
3916
|
-
id: string;
|
|
3917
|
-
} | null | undefined;
|
|
3918
3912
|
user?: {
|
|
3919
3913
|
email: string;
|
|
3920
3914
|
createdAt: string;
|
|
@@ -3940,13 +3934,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
3940
3934
|
firstName: string;
|
|
3941
3935
|
}[] | undefined;
|
|
3942
3936
|
} | null | undefined;
|
|
3937
|
+
deletedAt?: string | null | undefined;
|
|
3943
3938
|
canImpersonateUsers?: {
|
|
3944
3939
|
id: string;
|
|
3945
3940
|
lastName: string;
|
|
3946
3941
|
firstName: string;
|
|
3947
3942
|
}[] | undefined;
|
|
3948
3943
|
dialpadUserId?: string | null | undefined;
|
|
3949
|
-
|
|
3944
|
+
} | null | undefined;
|
|
3945
|
+
company?: {
|
|
3946
|
+
name: string;
|
|
3947
|
+
createdAt: string;
|
|
3948
|
+
updatedAt: string;
|
|
3949
|
+
id: string;
|
|
3950
3950
|
} | null | undefined;
|
|
3951
3951
|
client?: {
|
|
3952
3952
|
name: string;
|
|
@@ -3975,12 +3975,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
3975
3975
|
id: string;
|
|
3976
3976
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
3977
3977
|
userId: string;
|
|
3978
|
-
company?: {
|
|
3979
|
-
name: string;
|
|
3980
|
-
createdAt: string;
|
|
3981
|
-
updatedAt: string;
|
|
3982
|
-
id: string;
|
|
3983
|
-
} | null | undefined;
|
|
3984
3978
|
user?: {
|
|
3985
3979
|
email: string;
|
|
3986
3980
|
createdAt: string;
|
|
@@ -4006,13 +4000,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
4006
4000
|
firstName: string;
|
|
4007
4001
|
}[] | undefined;
|
|
4008
4002
|
} | null | undefined;
|
|
4003
|
+
deletedAt?: string | null | undefined;
|
|
4009
4004
|
canImpersonateUsers?: {
|
|
4010
4005
|
id: string;
|
|
4011
4006
|
lastName: string;
|
|
4012
4007
|
firstName: string;
|
|
4013
4008
|
}[] | undefined;
|
|
4014
4009
|
dialpadUserId?: string | null | undefined;
|
|
4015
|
-
|
|
4010
|
+
} | null | undefined;
|
|
4011
|
+
company?: {
|
|
4012
|
+
name: string;
|
|
4013
|
+
createdAt: string;
|
|
4014
|
+
updatedAt: string;
|
|
4015
|
+
id: string;
|
|
4016
4016
|
} | null | undefined;
|
|
4017
4017
|
client?: {
|
|
4018
4018
|
name: string;
|
|
@@ -4050,7 +4050,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
4050
4050
|
updatedAt: string | Date;
|
|
4051
4051
|
id: string;
|
|
4052
4052
|
collaborationId: string;
|
|
4053
|
-
urgency: "
|
|
4053
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
4054
4054
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
4055
4055
|
isTermsAndConditionsConfirmed: boolean;
|
|
4056
4056
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -4062,12 +4062,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
4062
4062
|
id: string;
|
|
4063
4063
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4064
4064
|
userId: string;
|
|
4065
|
-
company?: {
|
|
4066
|
-
name: string;
|
|
4067
|
-
createdAt: string | Date;
|
|
4068
|
-
updatedAt: string | Date;
|
|
4069
|
-
id: string;
|
|
4070
|
-
} | null | undefined;
|
|
4071
4065
|
user?: {
|
|
4072
4066
|
email: string;
|
|
4073
4067
|
createdAt: string | Date;
|
|
@@ -4093,13 +4087,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
4093
4087
|
description?: string | null | undefined;
|
|
4094
4088
|
isPrimary?: boolean | undefined;
|
|
4095
4089
|
}[] | undefined;
|
|
4090
|
+
deletedAt?: string | Date | null | undefined;
|
|
4096
4091
|
canImpersonateUsers?: {
|
|
4097
4092
|
id: string;
|
|
4098
4093
|
lastName: string;
|
|
4099
4094
|
firstName: string;
|
|
4100
4095
|
}[] | undefined;
|
|
4101
4096
|
dialpadUserId?: string | null | undefined;
|
|
4102
|
-
|
|
4097
|
+
} | null | undefined;
|
|
4098
|
+
company?: {
|
|
4099
|
+
name: string;
|
|
4100
|
+
createdAt: string | Date;
|
|
4101
|
+
updatedAt: string | Date;
|
|
4102
|
+
id: string;
|
|
4103
4103
|
} | null | undefined;
|
|
4104
4104
|
client?: {
|
|
4105
4105
|
name: string;
|
|
@@ -4128,14 +4128,8 @@ export declare const collaborationCheckingsContract: {
|
|
|
4128
4128
|
id: string;
|
|
4129
4129
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4130
4130
|
userId: string;
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
createdAt: string | Date;
|
|
4134
|
-
updatedAt: string | Date;
|
|
4135
|
-
id: string;
|
|
4136
|
-
} | null | undefined;
|
|
4137
|
-
user?: {
|
|
4138
|
-
email: string;
|
|
4131
|
+
user?: {
|
|
4132
|
+
email: string;
|
|
4139
4133
|
createdAt: string | Date;
|
|
4140
4134
|
updatedAt: string | Date;
|
|
4141
4135
|
id: string;
|
|
@@ -4159,13 +4153,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
4159
4153
|
description?: string | null | undefined;
|
|
4160
4154
|
isPrimary?: boolean | undefined;
|
|
4161
4155
|
}[] | undefined;
|
|
4156
|
+
deletedAt?: string | Date | null | undefined;
|
|
4162
4157
|
canImpersonateUsers?: {
|
|
4163
4158
|
id: string;
|
|
4164
4159
|
lastName: string;
|
|
4165
4160
|
firstName: string;
|
|
4166
4161
|
}[] | undefined;
|
|
4167
4162
|
dialpadUserId?: string | null | undefined;
|
|
4168
|
-
|
|
4163
|
+
} | null | undefined;
|
|
4164
|
+
company?: {
|
|
4165
|
+
name: string;
|
|
4166
|
+
createdAt: string | Date;
|
|
4167
|
+
updatedAt: string | Date;
|
|
4168
|
+
id: string;
|
|
4169
4169
|
} | null | undefined;
|
|
4170
4170
|
client?: {
|
|
4171
4171
|
name: string;
|
|
@@ -4207,17 +4207,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
4207
4207
|
path: z.ZodString;
|
|
4208
4208
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4209
4209
|
}, "strip", z.ZodTypeAny, {
|
|
4210
|
-
message: string;
|
|
4211
4210
|
code: string;
|
|
4212
4211
|
path: string;
|
|
4212
|
+
message: string;
|
|
4213
4213
|
statusCode: number;
|
|
4214
4214
|
timestamp: string;
|
|
4215
4215
|
details?: unknown;
|
|
4216
4216
|
correlationId?: string | undefined;
|
|
4217
4217
|
}, {
|
|
4218
|
-
message: string;
|
|
4219
4218
|
code: string;
|
|
4220
4219
|
path: string;
|
|
4220
|
+
message: string;
|
|
4221
4221
|
statusCode: number;
|
|
4222
4222
|
timestamp: string;
|
|
4223
4223
|
details?: unknown;
|
|
@@ -4226,12 +4226,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
4226
4226
|
};
|
|
4227
4227
|
};
|
|
4228
4228
|
findAll: {
|
|
4229
|
-
metadata: {
|
|
4230
|
-
tags: string[];
|
|
4231
|
-
openApi: {
|
|
4232
|
-
operationId: string;
|
|
4233
|
-
};
|
|
4234
|
-
};
|
|
4235
4229
|
query: z.ZodObject<{
|
|
4236
4230
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
4237
4231
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -4261,7 +4255,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
4261
4255
|
createdById?: string | undefined;
|
|
4262
4256
|
companyId?: string | undefined;
|
|
4263
4257
|
clientId?: string | undefined;
|
|
4264
|
-
urgency?: "
|
|
4258
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
4265
4259
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | undefined;
|
|
4266
4260
|
}, {
|
|
4267
4261
|
sort?: {
|
|
@@ -4273,14 +4267,20 @@ export declare const collaborationCheckingsContract: {
|
|
|
4273
4267
|
createdById?: string | undefined;
|
|
4274
4268
|
companyId?: string | undefined;
|
|
4275
4269
|
clientId?: string | undefined;
|
|
4276
|
-
urgency?: "
|
|
4270
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | undefined;
|
|
4277
4271
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | undefined;
|
|
4278
4272
|
}>;
|
|
4273
|
+
metadata: {
|
|
4274
|
+
tags: string[];
|
|
4275
|
+
openApi: {
|
|
4276
|
+
operationId: string;
|
|
4277
|
+
};
|
|
4278
|
+
};
|
|
4279
4279
|
summary: "Get all collaboration checkings";
|
|
4280
4280
|
method: "GET";
|
|
4281
4281
|
path: "/v2/collaboration-checkings";
|
|
4282
4282
|
responses: {
|
|
4283
|
-
|
|
4283
|
+
401: z.ZodObject<{
|
|
4284
4284
|
statusCode: z.ZodNumber;
|
|
4285
4285
|
message: z.ZodString;
|
|
4286
4286
|
code: z.ZodString;
|
|
@@ -4289,23 +4289,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4289
4289
|
path: z.ZodString;
|
|
4290
4290
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4291
4291
|
}, "strip", z.ZodTypeAny, {
|
|
4292
|
-
message: string;
|
|
4293
4292
|
code: string;
|
|
4294
4293
|
path: string;
|
|
4294
|
+
message: string;
|
|
4295
4295
|
statusCode: number;
|
|
4296
4296
|
timestamp: string;
|
|
4297
4297
|
details?: unknown;
|
|
4298
4298
|
correlationId?: string | undefined;
|
|
4299
4299
|
}, {
|
|
4300
|
-
message: string;
|
|
4301
4300
|
code: string;
|
|
4302
4301
|
path: string;
|
|
4302
|
+
message: string;
|
|
4303
4303
|
statusCode: number;
|
|
4304
4304
|
timestamp: string;
|
|
4305
4305
|
details?: unknown;
|
|
4306
4306
|
correlationId?: string | undefined;
|
|
4307
4307
|
}>;
|
|
4308
|
-
|
|
4308
|
+
400: z.ZodObject<{
|
|
4309
4309
|
statusCode: z.ZodNumber;
|
|
4310
4310
|
message: z.ZodString;
|
|
4311
4311
|
code: z.ZodString;
|
|
@@ -4314,23 +4314,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
4314
4314
|
path: z.ZodString;
|
|
4315
4315
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4316
4316
|
}, "strip", z.ZodTypeAny, {
|
|
4317
|
-
message: string;
|
|
4318
4317
|
code: string;
|
|
4319
4318
|
path: string;
|
|
4319
|
+
message: string;
|
|
4320
4320
|
statusCode: number;
|
|
4321
4321
|
timestamp: string;
|
|
4322
4322
|
details?: unknown;
|
|
4323
4323
|
correlationId?: string | undefined;
|
|
4324
4324
|
}, {
|
|
4325
|
-
message: string;
|
|
4326
4325
|
code: string;
|
|
4327
4326
|
path: string;
|
|
4327
|
+
message: string;
|
|
4328
4328
|
statusCode: number;
|
|
4329
4329
|
timestamp: string;
|
|
4330
4330
|
details?: unknown;
|
|
4331
4331
|
correlationId?: string | undefined;
|
|
4332
4332
|
}>;
|
|
4333
|
-
|
|
4333
|
+
403: z.ZodObject<{
|
|
4334
4334
|
statusCode: z.ZodNumber;
|
|
4335
4335
|
message: z.ZodString;
|
|
4336
4336
|
code: z.ZodString;
|
|
@@ -4339,17 +4339,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
4339
4339
|
path: z.ZodString;
|
|
4340
4340
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4341
4341
|
}, "strip", z.ZodTypeAny, {
|
|
4342
|
-
message: string;
|
|
4343
4342
|
code: string;
|
|
4344
4343
|
path: string;
|
|
4344
|
+
message: string;
|
|
4345
4345
|
statusCode: number;
|
|
4346
4346
|
timestamp: string;
|
|
4347
4347
|
details?: unknown;
|
|
4348
4348
|
correlationId?: string | undefined;
|
|
4349
4349
|
}, {
|
|
4350
|
-
message: string;
|
|
4351
4350
|
code: string;
|
|
4352
4351
|
path: string;
|
|
4352
|
+
message: string;
|
|
4353
4353
|
statusCode: number;
|
|
4354
4354
|
timestamp: string;
|
|
4355
4355
|
details?: unknown;
|
|
@@ -4364,17 +4364,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
4364
4364
|
path: z.ZodString;
|
|
4365
4365
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4366
4366
|
}, "strip", z.ZodTypeAny, {
|
|
4367
|
-
message: string;
|
|
4368
4367
|
code: string;
|
|
4369
4368
|
path: string;
|
|
4369
|
+
message: string;
|
|
4370
4370
|
statusCode: number;
|
|
4371
4371
|
timestamp: string;
|
|
4372
4372
|
details?: unknown;
|
|
4373
4373
|
correlationId?: string | undefined;
|
|
4374
4374
|
}, {
|
|
4375
|
-
message: string;
|
|
4376
4375
|
code: string;
|
|
4377
4376
|
path: string;
|
|
4377
|
+
message: string;
|
|
4378
4378
|
statusCode: number;
|
|
4379
4379
|
timestamp: string;
|
|
4380
4380
|
details?: unknown;
|
|
@@ -4577,13 +4577,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
4577
4577
|
firstName: string;
|
|
4578
4578
|
}[] | undefined;
|
|
4579
4579
|
} | null | undefined;
|
|
4580
|
+
deletedAt?: string | null | undefined;
|
|
4580
4581
|
canImpersonateUsers?: {
|
|
4581
4582
|
id: string;
|
|
4582
4583
|
lastName: string;
|
|
4583
4584
|
firstName: string;
|
|
4584
4585
|
}[] | undefined;
|
|
4585
4586
|
dialpadUserId?: string | null | undefined;
|
|
4586
|
-
deletedAt?: string | null | undefined;
|
|
4587
4587
|
}, {
|
|
4588
4588
|
email: string;
|
|
4589
4589
|
createdAt: string | Date;
|
|
@@ -4609,13 +4609,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
4609
4609
|
description?: string | null | undefined;
|
|
4610
4610
|
isPrimary?: boolean | undefined;
|
|
4611
4611
|
}[] | undefined;
|
|
4612
|
+
deletedAt?: string | Date | null | undefined;
|
|
4612
4613
|
canImpersonateUsers?: {
|
|
4613
4614
|
id: string;
|
|
4614
4615
|
lastName: string;
|
|
4615
4616
|
firstName: string;
|
|
4616
4617
|
}[] | undefined;
|
|
4617
4618
|
dialpadUserId?: string | null | undefined;
|
|
4618
|
-
deletedAt?: string | Date | null | undefined;
|
|
4619
4619
|
}>>>;
|
|
4620
4620
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
4621
4621
|
userId: z.ZodString;
|
|
@@ -4814,13 +4814,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
4814
4814
|
firstName: string;
|
|
4815
4815
|
}[] | undefined;
|
|
4816
4816
|
} | null | undefined;
|
|
4817
|
+
deletedAt?: string | null | undefined;
|
|
4817
4818
|
canImpersonateUsers?: {
|
|
4818
4819
|
id: string;
|
|
4819
4820
|
lastName: string;
|
|
4820
4821
|
firstName: string;
|
|
4821
4822
|
}[] | undefined;
|
|
4822
4823
|
dialpadUserId?: string | null | undefined;
|
|
4823
|
-
deletedAt?: string | null | undefined;
|
|
4824
4824
|
}, {
|
|
4825
4825
|
email: string;
|
|
4826
4826
|
createdAt: string | Date;
|
|
@@ -4846,13 +4846,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
4846
4846
|
description?: string | null | undefined;
|
|
4847
4847
|
isPrimary?: boolean | undefined;
|
|
4848
4848
|
}[] | undefined;
|
|
4849
|
+
deletedAt?: string | Date | null | undefined;
|
|
4849
4850
|
canImpersonateUsers?: {
|
|
4850
4851
|
id: string;
|
|
4851
4852
|
lastName: string;
|
|
4852
4853
|
firstName: string;
|
|
4853
4854
|
}[] | undefined;
|
|
4854
4855
|
dialpadUserId?: string | null | undefined;
|
|
4855
|
-
deletedAt?: string | Date | null | undefined;
|
|
4856
4856
|
}>>>;
|
|
4857
4857
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
4858
4858
|
userId: z.ZodString;
|
|
@@ -4864,12 +4864,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
4864
4864
|
id: string;
|
|
4865
4865
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4866
4866
|
userId: string;
|
|
4867
|
-
company?: {
|
|
4868
|
-
name: string;
|
|
4869
|
-
createdAt: string;
|
|
4870
|
-
updatedAt: string;
|
|
4871
|
-
id: string;
|
|
4872
|
-
} | null | undefined;
|
|
4873
4867
|
user?: {
|
|
4874
4868
|
email: string;
|
|
4875
4869
|
createdAt: string;
|
|
@@ -4895,13 +4889,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
4895
4889
|
firstName: string;
|
|
4896
4890
|
}[] | undefined;
|
|
4897
4891
|
} | null | undefined;
|
|
4892
|
+
deletedAt?: string | null | undefined;
|
|
4898
4893
|
canImpersonateUsers?: {
|
|
4899
4894
|
id: string;
|
|
4900
4895
|
lastName: string;
|
|
4901
4896
|
firstName: string;
|
|
4902
4897
|
}[] | undefined;
|
|
4903
4898
|
dialpadUserId?: string | null | undefined;
|
|
4904
|
-
|
|
4899
|
+
} | null | undefined;
|
|
4900
|
+
company?: {
|
|
4901
|
+
name: string;
|
|
4902
|
+
createdAt: string;
|
|
4903
|
+
updatedAt: string;
|
|
4904
|
+
id: string;
|
|
4905
4905
|
} | null | undefined;
|
|
4906
4906
|
client?: {
|
|
4907
4907
|
name: string;
|
|
@@ -4930,12 +4930,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
4930
4930
|
id: string;
|
|
4931
4931
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4932
4932
|
userId: string;
|
|
4933
|
-
company?: {
|
|
4934
|
-
name: string;
|
|
4935
|
-
createdAt: string | Date;
|
|
4936
|
-
updatedAt: string | Date;
|
|
4937
|
-
id: string;
|
|
4938
|
-
} | null | undefined;
|
|
4939
4933
|
user?: {
|
|
4940
4934
|
email: string;
|
|
4941
4935
|
createdAt: string | Date;
|
|
@@ -4961,13 +4955,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
4961
4955
|
description?: string | null | undefined;
|
|
4962
4956
|
isPrimary?: boolean | undefined;
|
|
4963
4957
|
}[] | undefined;
|
|
4958
|
+
deletedAt?: string | Date | null | undefined;
|
|
4964
4959
|
canImpersonateUsers?: {
|
|
4965
4960
|
id: string;
|
|
4966
4961
|
lastName: string;
|
|
4967
4962
|
firstName: string;
|
|
4968
4963
|
}[] | undefined;
|
|
4969
4964
|
dialpadUserId?: string | null | undefined;
|
|
4970
|
-
|
|
4965
|
+
} | null | undefined;
|
|
4966
|
+
company?: {
|
|
4967
|
+
name: string;
|
|
4968
|
+
createdAt: string | Date;
|
|
4969
|
+
updatedAt: string | Date;
|
|
4970
|
+
id: string;
|
|
4971
4971
|
} | null | undefined;
|
|
4972
4972
|
client?: {
|
|
4973
4973
|
name: string;
|
|
@@ -4997,12 +4997,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
4997
4997
|
id: string;
|
|
4998
4998
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
4999
4999
|
userId: string;
|
|
5000
|
-
company?: {
|
|
5001
|
-
name: string;
|
|
5002
|
-
createdAt: string;
|
|
5003
|
-
updatedAt: string;
|
|
5004
|
-
id: string;
|
|
5005
|
-
} | null | undefined;
|
|
5006
5000
|
user?: {
|
|
5007
5001
|
email: string;
|
|
5008
5002
|
createdAt: string;
|
|
@@ -5028,13 +5022,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5028
5022
|
firstName: string;
|
|
5029
5023
|
}[] | undefined;
|
|
5030
5024
|
} | null | undefined;
|
|
5025
|
+
deletedAt?: string | null | undefined;
|
|
5031
5026
|
canImpersonateUsers?: {
|
|
5032
5027
|
id: string;
|
|
5033
5028
|
lastName: string;
|
|
5034
5029
|
firstName: string;
|
|
5035
5030
|
}[] | undefined;
|
|
5036
5031
|
dialpadUserId?: string | null | undefined;
|
|
5037
|
-
|
|
5032
|
+
} | null | undefined;
|
|
5033
|
+
company?: {
|
|
5034
|
+
name: string;
|
|
5035
|
+
createdAt: string;
|
|
5036
|
+
updatedAt: string;
|
|
5037
|
+
id: string;
|
|
5038
5038
|
} | null | undefined;
|
|
5039
5039
|
client?: {
|
|
5040
5040
|
name: string;
|
|
@@ -5063,12 +5063,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5063
5063
|
id: string;
|
|
5064
5064
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5065
5065
|
userId: string;
|
|
5066
|
-
company?: {
|
|
5067
|
-
name: string;
|
|
5068
|
-
createdAt: string;
|
|
5069
|
-
updatedAt: string;
|
|
5070
|
-
id: string;
|
|
5071
|
-
} | null | undefined;
|
|
5072
5066
|
user?: {
|
|
5073
5067
|
email: string;
|
|
5074
5068
|
createdAt: string;
|
|
@@ -5094,13 +5088,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5094
5088
|
firstName: string;
|
|
5095
5089
|
}[] | undefined;
|
|
5096
5090
|
} | null | undefined;
|
|
5091
|
+
deletedAt?: string | null | undefined;
|
|
5097
5092
|
canImpersonateUsers?: {
|
|
5098
5093
|
id: string;
|
|
5099
5094
|
lastName: string;
|
|
5100
5095
|
firstName: string;
|
|
5101
5096
|
}[] | undefined;
|
|
5102
5097
|
dialpadUserId?: string | null | undefined;
|
|
5103
|
-
|
|
5098
|
+
} | null | undefined;
|
|
5099
|
+
company?: {
|
|
5100
|
+
name: string;
|
|
5101
|
+
createdAt: string;
|
|
5102
|
+
updatedAt: string;
|
|
5103
|
+
id: string;
|
|
5104
5104
|
} | null | undefined;
|
|
5105
5105
|
client?: {
|
|
5106
5106
|
name: string;
|
|
@@ -5130,12 +5130,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5130
5130
|
id: string;
|
|
5131
5131
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5132
5132
|
userId: string;
|
|
5133
|
-
company?: {
|
|
5134
|
-
name: string;
|
|
5135
|
-
createdAt: string | Date;
|
|
5136
|
-
updatedAt: string | Date;
|
|
5137
|
-
id: string;
|
|
5138
|
-
} | null | undefined;
|
|
5139
5133
|
user?: {
|
|
5140
5134
|
email: string;
|
|
5141
5135
|
createdAt: string | Date;
|
|
@@ -5161,13 +5155,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5161
5155
|
description?: string | null | undefined;
|
|
5162
5156
|
isPrimary?: boolean | undefined;
|
|
5163
5157
|
}[] | undefined;
|
|
5158
|
+
deletedAt?: string | Date | null | undefined;
|
|
5164
5159
|
canImpersonateUsers?: {
|
|
5165
5160
|
id: string;
|
|
5166
5161
|
lastName: string;
|
|
5167
5162
|
firstName: string;
|
|
5168
5163
|
}[] | undefined;
|
|
5169
5164
|
dialpadUserId?: string | null | undefined;
|
|
5170
|
-
|
|
5165
|
+
} | null | undefined;
|
|
5166
|
+
company?: {
|
|
5167
|
+
name: string;
|
|
5168
|
+
createdAt: string | Date;
|
|
5169
|
+
updatedAt: string | Date;
|
|
5170
|
+
id: string;
|
|
5171
5171
|
} | null | undefined;
|
|
5172
5172
|
client?: {
|
|
5173
5173
|
name: string;
|
|
@@ -5196,12 +5196,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5196
5196
|
id: string;
|
|
5197
5197
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5198
5198
|
userId: string;
|
|
5199
|
-
company?: {
|
|
5200
|
-
name: string;
|
|
5201
|
-
createdAt: string | Date;
|
|
5202
|
-
updatedAt: string | Date;
|
|
5203
|
-
id: string;
|
|
5204
|
-
} | null | undefined;
|
|
5205
5199
|
user?: {
|
|
5206
5200
|
email: string;
|
|
5207
5201
|
createdAt: string | Date;
|
|
@@ -5227,13 +5221,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5227
5221
|
description?: string | null | undefined;
|
|
5228
5222
|
isPrimary?: boolean | undefined;
|
|
5229
5223
|
}[] | undefined;
|
|
5224
|
+
deletedAt?: string | Date | null | undefined;
|
|
5230
5225
|
canImpersonateUsers?: {
|
|
5231
5226
|
id: string;
|
|
5232
5227
|
lastName: string;
|
|
5233
5228
|
firstName: string;
|
|
5234
5229
|
}[] | undefined;
|
|
5235
5230
|
dialpadUserId?: string | null | undefined;
|
|
5236
|
-
|
|
5231
|
+
} | null | undefined;
|
|
5232
|
+
company?: {
|
|
5233
|
+
name: string;
|
|
5234
|
+
createdAt: string | Date;
|
|
5235
|
+
updatedAt: string | Date;
|
|
5236
|
+
id: string;
|
|
5237
5237
|
} | null | undefined;
|
|
5238
5238
|
client?: {
|
|
5239
5239
|
name: string;
|
|
@@ -5279,7 +5279,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
5279
5279
|
updatedAt: string;
|
|
5280
5280
|
id: string;
|
|
5281
5281
|
collaborationId: string;
|
|
5282
|
-
urgency: "
|
|
5282
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
5283
5283
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
5284
5284
|
isTermsAndConditionsConfirmed: boolean;
|
|
5285
5285
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -5291,12 +5291,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5291
5291
|
id: string;
|
|
5292
5292
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5293
5293
|
userId: string;
|
|
5294
|
-
company?: {
|
|
5295
|
-
name: string;
|
|
5296
|
-
createdAt: string;
|
|
5297
|
-
updatedAt: string;
|
|
5298
|
-
id: string;
|
|
5299
|
-
} | null | undefined;
|
|
5300
5294
|
user?: {
|
|
5301
5295
|
email: string;
|
|
5302
5296
|
createdAt: string;
|
|
@@ -5322,13 +5316,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5322
5316
|
firstName: string;
|
|
5323
5317
|
}[] | undefined;
|
|
5324
5318
|
} | null | undefined;
|
|
5319
|
+
deletedAt?: string | null | undefined;
|
|
5325
5320
|
canImpersonateUsers?: {
|
|
5326
5321
|
id: string;
|
|
5327
5322
|
lastName: string;
|
|
5328
5323
|
firstName: string;
|
|
5329
5324
|
}[] | undefined;
|
|
5330
5325
|
dialpadUserId?: string | null | undefined;
|
|
5331
|
-
|
|
5326
|
+
} | null | undefined;
|
|
5327
|
+
company?: {
|
|
5328
|
+
name: string;
|
|
5329
|
+
createdAt: string;
|
|
5330
|
+
updatedAt: string;
|
|
5331
|
+
id: string;
|
|
5332
5332
|
} | null | undefined;
|
|
5333
5333
|
client?: {
|
|
5334
5334
|
name: string;
|
|
@@ -5357,12 +5357,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5357
5357
|
id: string;
|
|
5358
5358
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5359
5359
|
userId: string;
|
|
5360
|
-
company?: {
|
|
5361
|
-
name: string;
|
|
5362
|
-
createdAt: string;
|
|
5363
|
-
updatedAt: string;
|
|
5364
|
-
id: string;
|
|
5365
|
-
} | null | undefined;
|
|
5366
5360
|
user?: {
|
|
5367
5361
|
email: string;
|
|
5368
5362
|
createdAt: string;
|
|
@@ -5388,13 +5382,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5388
5382
|
firstName: string;
|
|
5389
5383
|
}[] | undefined;
|
|
5390
5384
|
} | null | undefined;
|
|
5385
|
+
deletedAt?: string | null | undefined;
|
|
5391
5386
|
canImpersonateUsers?: {
|
|
5392
5387
|
id: string;
|
|
5393
5388
|
lastName: string;
|
|
5394
5389
|
firstName: string;
|
|
5395
5390
|
}[] | undefined;
|
|
5396
5391
|
dialpadUserId?: string | null | undefined;
|
|
5397
|
-
|
|
5392
|
+
} | null | undefined;
|
|
5393
|
+
company?: {
|
|
5394
|
+
name: string;
|
|
5395
|
+
createdAt: string;
|
|
5396
|
+
updatedAt: string;
|
|
5397
|
+
id: string;
|
|
5398
5398
|
} | null | undefined;
|
|
5399
5399
|
client?: {
|
|
5400
5400
|
name: string;
|
|
@@ -5432,7 +5432,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
5432
5432
|
updatedAt: string | Date;
|
|
5433
5433
|
id: string;
|
|
5434
5434
|
collaborationId: string;
|
|
5435
|
-
urgency: "
|
|
5435
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
5436
5436
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
5437
5437
|
isTermsAndConditionsConfirmed: boolean;
|
|
5438
5438
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -5444,12 +5444,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5444
5444
|
id: string;
|
|
5445
5445
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5446
5446
|
userId: string;
|
|
5447
|
-
company?: {
|
|
5448
|
-
name: string;
|
|
5449
|
-
createdAt: string | Date;
|
|
5450
|
-
updatedAt: string | Date;
|
|
5451
|
-
id: string;
|
|
5452
|
-
} | null | undefined;
|
|
5453
5447
|
user?: {
|
|
5454
5448
|
email: string;
|
|
5455
5449
|
createdAt: string | Date;
|
|
@@ -5475,13 +5469,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5475
5469
|
description?: string | null | undefined;
|
|
5476
5470
|
isPrimary?: boolean | undefined;
|
|
5477
5471
|
}[] | undefined;
|
|
5472
|
+
deletedAt?: string | Date | null | undefined;
|
|
5478
5473
|
canImpersonateUsers?: {
|
|
5479
5474
|
id: string;
|
|
5480
5475
|
lastName: string;
|
|
5481
5476
|
firstName: string;
|
|
5482
5477
|
}[] | undefined;
|
|
5483
5478
|
dialpadUserId?: string | null | undefined;
|
|
5484
|
-
|
|
5479
|
+
} | null | undefined;
|
|
5480
|
+
company?: {
|
|
5481
|
+
name: string;
|
|
5482
|
+
createdAt: string | Date;
|
|
5483
|
+
updatedAt: string | Date;
|
|
5484
|
+
id: string;
|
|
5485
5485
|
} | null | undefined;
|
|
5486
5486
|
client?: {
|
|
5487
5487
|
name: string;
|
|
@@ -5510,12 +5510,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5510
5510
|
id: string;
|
|
5511
5511
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5512
5512
|
userId: string;
|
|
5513
|
-
company?: {
|
|
5514
|
-
name: string;
|
|
5515
|
-
createdAt: string | Date;
|
|
5516
|
-
updatedAt: string | Date;
|
|
5517
|
-
id: string;
|
|
5518
|
-
} | null | undefined;
|
|
5519
5513
|
user?: {
|
|
5520
5514
|
email: string;
|
|
5521
5515
|
createdAt: string | Date;
|
|
@@ -5541,13 +5535,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5541
5535
|
description?: string | null | undefined;
|
|
5542
5536
|
isPrimary?: boolean | undefined;
|
|
5543
5537
|
}[] | undefined;
|
|
5538
|
+
deletedAt?: string | Date | null | undefined;
|
|
5544
5539
|
canImpersonateUsers?: {
|
|
5545
5540
|
id: string;
|
|
5546
5541
|
lastName: string;
|
|
5547
5542
|
firstName: string;
|
|
5548
5543
|
}[] | undefined;
|
|
5549
5544
|
dialpadUserId?: string | null | undefined;
|
|
5550
|
-
|
|
5545
|
+
} | null | undefined;
|
|
5546
|
+
company?: {
|
|
5547
|
+
name: string;
|
|
5548
|
+
createdAt: string | Date;
|
|
5549
|
+
updatedAt: string | Date;
|
|
5550
|
+
id: string;
|
|
5551
5551
|
} | null | undefined;
|
|
5552
5552
|
client?: {
|
|
5553
5553
|
name: string;
|
|
@@ -5593,7 +5593,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
5593
5593
|
updatedAt: string;
|
|
5594
5594
|
id: string;
|
|
5595
5595
|
collaborationId: string;
|
|
5596
|
-
urgency: "
|
|
5596
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
5597
5597
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
5598
5598
|
isTermsAndConditionsConfirmed: boolean;
|
|
5599
5599
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -5605,12 +5605,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5605
5605
|
id: string;
|
|
5606
5606
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5607
5607
|
userId: string;
|
|
5608
|
-
company?: {
|
|
5609
|
-
name: string;
|
|
5610
|
-
createdAt: string;
|
|
5611
|
-
updatedAt: string;
|
|
5612
|
-
id: string;
|
|
5613
|
-
} | null | undefined;
|
|
5614
5608
|
user?: {
|
|
5615
5609
|
email: string;
|
|
5616
5610
|
createdAt: string;
|
|
@@ -5636,13 +5630,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5636
5630
|
firstName: string;
|
|
5637
5631
|
}[] | undefined;
|
|
5638
5632
|
} | null | undefined;
|
|
5633
|
+
deletedAt?: string | null | undefined;
|
|
5639
5634
|
canImpersonateUsers?: {
|
|
5640
5635
|
id: string;
|
|
5641
5636
|
lastName: string;
|
|
5642
5637
|
firstName: string;
|
|
5643
5638
|
}[] | undefined;
|
|
5644
5639
|
dialpadUserId?: string | null | undefined;
|
|
5645
|
-
|
|
5640
|
+
} | null | undefined;
|
|
5641
|
+
company?: {
|
|
5642
|
+
name: string;
|
|
5643
|
+
createdAt: string;
|
|
5644
|
+
updatedAt: string;
|
|
5645
|
+
id: string;
|
|
5646
5646
|
} | null | undefined;
|
|
5647
5647
|
client?: {
|
|
5648
5648
|
name: string;
|
|
@@ -5671,12 +5671,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5671
5671
|
id: string;
|
|
5672
5672
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5673
5673
|
userId: string;
|
|
5674
|
-
company?: {
|
|
5675
|
-
name: string;
|
|
5676
|
-
createdAt: string;
|
|
5677
|
-
updatedAt: string;
|
|
5678
|
-
id: string;
|
|
5679
|
-
} | null | undefined;
|
|
5680
5674
|
user?: {
|
|
5681
5675
|
email: string;
|
|
5682
5676
|
createdAt: string;
|
|
@@ -5702,13 +5696,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5702
5696
|
firstName: string;
|
|
5703
5697
|
}[] | undefined;
|
|
5704
5698
|
} | null | undefined;
|
|
5699
|
+
deletedAt?: string | null | undefined;
|
|
5705
5700
|
canImpersonateUsers?: {
|
|
5706
5701
|
id: string;
|
|
5707
5702
|
lastName: string;
|
|
5708
5703
|
firstName: string;
|
|
5709
5704
|
}[] | undefined;
|
|
5710
5705
|
dialpadUserId?: string | null | undefined;
|
|
5711
|
-
|
|
5706
|
+
} | null | undefined;
|
|
5707
|
+
company?: {
|
|
5708
|
+
name: string;
|
|
5709
|
+
createdAt: string;
|
|
5710
|
+
updatedAt: string;
|
|
5711
|
+
id: string;
|
|
5712
5712
|
} | null | undefined;
|
|
5713
5713
|
client?: {
|
|
5714
5714
|
name: string;
|
|
@@ -5753,7 +5753,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
5753
5753
|
updatedAt: string | Date;
|
|
5754
5754
|
id: string;
|
|
5755
5755
|
collaborationId: string;
|
|
5756
|
-
urgency: "
|
|
5756
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
5757
5757
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
5758
5758
|
isTermsAndConditionsConfirmed: boolean;
|
|
5759
5759
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -5765,12 +5765,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5765
5765
|
id: string;
|
|
5766
5766
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5767
5767
|
userId: string;
|
|
5768
|
-
company?: {
|
|
5769
|
-
name: string;
|
|
5770
|
-
createdAt: string | Date;
|
|
5771
|
-
updatedAt: string | Date;
|
|
5772
|
-
id: string;
|
|
5773
|
-
} | null | undefined;
|
|
5774
5768
|
user?: {
|
|
5775
5769
|
email: string;
|
|
5776
5770
|
createdAt: string | Date;
|
|
@@ -5796,13 +5790,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5796
5790
|
description?: string | null | undefined;
|
|
5797
5791
|
isPrimary?: boolean | undefined;
|
|
5798
5792
|
}[] | undefined;
|
|
5793
|
+
deletedAt?: string | Date | null | undefined;
|
|
5799
5794
|
canImpersonateUsers?: {
|
|
5800
5795
|
id: string;
|
|
5801
5796
|
lastName: string;
|
|
5802
5797
|
firstName: string;
|
|
5803
5798
|
}[] | undefined;
|
|
5804
5799
|
dialpadUserId?: string | null | undefined;
|
|
5805
|
-
|
|
5800
|
+
} | null | undefined;
|
|
5801
|
+
company?: {
|
|
5802
|
+
name: string;
|
|
5803
|
+
createdAt: string | Date;
|
|
5804
|
+
updatedAt: string | Date;
|
|
5805
|
+
id: string;
|
|
5806
5806
|
} | null | undefined;
|
|
5807
5807
|
client?: {
|
|
5808
5808
|
name: string;
|
|
@@ -5831,12 +5831,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
5831
5831
|
id: string;
|
|
5832
5832
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
5833
5833
|
userId: string;
|
|
5834
|
-
company?: {
|
|
5835
|
-
name: string;
|
|
5836
|
-
createdAt: string | Date;
|
|
5837
|
-
updatedAt: string | Date;
|
|
5838
|
-
id: string;
|
|
5839
|
-
} | null | undefined;
|
|
5840
5834
|
user?: {
|
|
5841
5835
|
email: string;
|
|
5842
5836
|
createdAt: string | Date;
|
|
@@ -5862,13 +5856,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
5862
5856
|
description?: string | null | undefined;
|
|
5863
5857
|
isPrimary?: boolean | undefined;
|
|
5864
5858
|
}[] | undefined;
|
|
5859
|
+
deletedAt?: string | Date | null | undefined;
|
|
5865
5860
|
canImpersonateUsers?: {
|
|
5866
5861
|
id: string;
|
|
5867
5862
|
lastName: string;
|
|
5868
5863
|
firstName: string;
|
|
5869
5864
|
}[] | undefined;
|
|
5870
5865
|
dialpadUserId?: string | null | undefined;
|
|
5871
|
-
|
|
5866
|
+
} | null | undefined;
|
|
5867
|
+
company?: {
|
|
5868
|
+
name: string;
|
|
5869
|
+
createdAt: string | Date;
|
|
5870
|
+
updatedAt: string | Date;
|
|
5871
|
+
id: string;
|
|
5872
5872
|
} | null | undefined;
|
|
5873
5873
|
client?: {
|
|
5874
5874
|
name: string;
|
|
@@ -5926,7 +5926,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
5926
5926
|
method: "GET";
|
|
5927
5927
|
path: "/v2/collaboration-checkings/:id";
|
|
5928
5928
|
responses: {
|
|
5929
|
-
|
|
5929
|
+
401: z.ZodObject<{
|
|
5930
5930
|
statusCode: z.ZodNumber;
|
|
5931
5931
|
message: z.ZodString;
|
|
5932
5932
|
code: z.ZodString;
|
|
@@ -5935,23 +5935,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
5935
5935
|
path: z.ZodString;
|
|
5936
5936
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
5937
5937
|
}, "strip", z.ZodTypeAny, {
|
|
5938
|
-
message: string;
|
|
5939
5938
|
code: string;
|
|
5940
5939
|
path: string;
|
|
5940
|
+
message: string;
|
|
5941
5941
|
statusCode: number;
|
|
5942
5942
|
timestamp: string;
|
|
5943
5943
|
details?: unknown;
|
|
5944
5944
|
correlationId?: string | undefined;
|
|
5945
5945
|
}, {
|
|
5946
|
-
message: string;
|
|
5947
5946
|
code: string;
|
|
5948
5947
|
path: string;
|
|
5948
|
+
message: string;
|
|
5949
5949
|
statusCode: number;
|
|
5950
5950
|
timestamp: string;
|
|
5951
5951
|
details?: unknown;
|
|
5952
5952
|
correlationId?: string | undefined;
|
|
5953
5953
|
}>;
|
|
5954
|
-
|
|
5954
|
+
400: z.ZodObject<{
|
|
5955
5955
|
statusCode: z.ZodNumber;
|
|
5956
5956
|
message: z.ZodString;
|
|
5957
5957
|
code: z.ZodString;
|
|
@@ -5960,23 +5960,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
5960
5960
|
path: z.ZodString;
|
|
5961
5961
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
5962
5962
|
}, "strip", z.ZodTypeAny, {
|
|
5963
|
-
message: string;
|
|
5964
5963
|
code: string;
|
|
5965
5964
|
path: string;
|
|
5965
|
+
message: string;
|
|
5966
5966
|
statusCode: number;
|
|
5967
5967
|
timestamp: string;
|
|
5968
5968
|
details?: unknown;
|
|
5969
5969
|
correlationId?: string | undefined;
|
|
5970
5970
|
}, {
|
|
5971
|
-
message: string;
|
|
5972
5971
|
code: string;
|
|
5973
5972
|
path: string;
|
|
5973
|
+
message: string;
|
|
5974
5974
|
statusCode: number;
|
|
5975
5975
|
timestamp: string;
|
|
5976
5976
|
details?: unknown;
|
|
5977
5977
|
correlationId?: string | undefined;
|
|
5978
5978
|
}>;
|
|
5979
|
-
|
|
5979
|
+
403: z.ZodObject<{
|
|
5980
5980
|
statusCode: z.ZodNumber;
|
|
5981
5981
|
message: z.ZodString;
|
|
5982
5982
|
code: z.ZodString;
|
|
@@ -5985,17 +5985,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
5985
5985
|
path: z.ZodString;
|
|
5986
5986
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
5987
5987
|
}, "strip", z.ZodTypeAny, {
|
|
5988
|
-
message: string;
|
|
5989
5988
|
code: string;
|
|
5990
5989
|
path: string;
|
|
5990
|
+
message: string;
|
|
5991
5991
|
statusCode: number;
|
|
5992
5992
|
timestamp: string;
|
|
5993
5993
|
details?: unknown;
|
|
5994
5994
|
correlationId?: string | undefined;
|
|
5995
5995
|
}, {
|
|
5996
|
-
message: string;
|
|
5997
5996
|
code: string;
|
|
5998
5997
|
path: string;
|
|
5998
|
+
message: string;
|
|
5999
5999
|
statusCode: number;
|
|
6000
6000
|
timestamp: string;
|
|
6001
6001
|
details?: unknown;
|
|
@@ -6010,17 +6010,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
6010
6010
|
path: z.ZodString;
|
|
6011
6011
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
6012
6012
|
}, "strip", z.ZodTypeAny, {
|
|
6013
|
-
message: string;
|
|
6014
6013
|
code: string;
|
|
6015
6014
|
path: string;
|
|
6015
|
+
message: string;
|
|
6016
6016
|
statusCode: number;
|
|
6017
6017
|
timestamp: string;
|
|
6018
6018
|
details?: unknown;
|
|
6019
6019
|
correlationId?: string | undefined;
|
|
6020
6020
|
}, {
|
|
6021
|
-
message: string;
|
|
6022
6021
|
code: string;
|
|
6023
6022
|
path: string;
|
|
6023
|
+
message: string;
|
|
6024
6024
|
statusCode: number;
|
|
6025
6025
|
timestamp: string;
|
|
6026
6026
|
details?: unknown;
|
|
@@ -6222,13 +6222,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
6222
6222
|
firstName: string;
|
|
6223
6223
|
}[] | undefined;
|
|
6224
6224
|
} | null | undefined;
|
|
6225
|
+
deletedAt?: string | null | undefined;
|
|
6225
6226
|
canImpersonateUsers?: {
|
|
6226
6227
|
id: string;
|
|
6227
6228
|
lastName: string;
|
|
6228
6229
|
firstName: string;
|
|
6229
6230
|
}[] | undefined;
|
|
6230
6231
|
dialpadUserId?: string | null | undefined;
|
|
6231
|
-
deletedAt?: string | null | undefined;
|
|
6232
6232
|
}, {
|
|
6233
6233
|
email: string;
|
|
6234
6234
|
createdAt: string | Date;
|
|
@@ -6254,13 +6254,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
6254
6254
|
description?: string | null | undefined;
|
|
6255
6255
|
isPrimary?: boolean | undefined;
|
|
6256
6256
|
}[] | undefined;
|
|
6257
|
+
deletedAt?: string | Date | null | undefined;
|
|
6257
6258
|
canImpersonateUsers?: {
|
|
6258
6259
|
id: string;
|
|
6259
6260
|
lastName: string;
|
|
6260
6261
|
firstName: string;
|
|
6261
6262
|
}[] | undefined;
|
|
6262
6263
|
dialpadUserId?: string | null | undefined;
|
|
6263
|
-
deletedAt?: string | Date | null | undefined;
|
|
6264
6264
|
}>>>;
|
|
6265
6265
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
6266
6266
|
userId: z.ZodString;
|
|
@@ -6459,13 +6459,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
6459
6459
|
firstName: string;
|
|
6460
6460
|
}[] | undefined;
|
|
6461
6461
|
} | null | undefined;
|
|
6462
|
+
deletedAt?: string | null | undefined;
|
|
6462
6463
|
canImpersonateUsers?: {
|
|
6463
6464
|
id: string;
|
|
6464
6465
|
lastName: string;
|
|
6465
6466
|
firstName: string;
|
|
6466
6467
|
}[] | undefined;
|
|
6467
6468
|
dialpadUserId?: string | null | undefined;
|
|
6468
|
-
deletedAt?: string | null | undefined;
|
|
6469
6469
|
}, {
|
|
6470
6470
|
email: string;
|
|
6471
6471
|
createdAt: string | Date;
|
|
@@ -6491,13 +6491,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
6491
6491
|
description?: string | null | undefined;
|
|
6492
6492
|
isPrimary?: boolean | undefined;
|
|
6493
6493
|
}[] | undefined;
|
|
6494
|
+
deletedAt?: string | Date | null | undefined;
|
|
6494
6495
|
canImpersonateUsers?: {
|
|
6495
6496
|
id: string;
|
|
6496
6497
|
lastName: string;
|
|
6497
6498
|
firstName: string;
|
|
6498
6499
|
}[] | undefined;
|
|
6499
6500
|
dialpadUserId?: string | null | undefined;
|
|
6500
|
-
deletedAt?: string | Date | null | undefined;
|
|
6501
6501
|
}>>>;
|
|
6502
6502
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
6503
6503
|
userId: z.ZodString;
|
|
@@ -6509,12 +6509,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
6509
6509
|
id: string;
|
|
6510
6510
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6511
6511
|
userId: string;
|
|
6512
|
-
company?: {
|
|
6513
|
-
name: string;
|
|
6514
|
-
createdAt: string;
|
|
6515
|
-
updatedAt: string;
|
|
6516
|
-
id: string;
|
|
6517
|
-
} | null | undefined;
|
|
6518
6512
|
user?: {
|
|
6519
6513
|
email: string;
|
|
6520
6514
|
createdAt: string;
|
|
@@ -6540,13 +6534,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
6540
6534
|
firstName: string;
|
|
6541
6535
|
}[] | undefined;
|
|
6542
6536
|
} | null | undefined;
|
|
6537
|
+
deletedAt?: string | null | undefined;
|
|
6543
6538
|
canImpersonateUsers?: {
|
|
6544
6539
|
id: string;
|
|
6545
6540
|
lastName: string;
|
|
6546
6541
|
firstName: string;
|
|
6547
6542
|
}[] | undefined;
|
|
6548
6543
|
dialpadUserId?: string | null | undefined;
|
|
6549
|
-
|
|
6544
|
+
} | null | undefined;
|
|
6545
|
+
company?: {
|
|
6546
|
+
name: string;
|
|
6547
|
+
createdAt: string;
|
|
6548
|
+
updatedAt: string;
|
|
6549
|
+
id: string;
|
|
6550
6550
|
} | null | undefined;
|
|
6551
6551
|
client?: {
|
|
6552
6552
|
name: string;
|
|
@@ -6575,12 +6575,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
6575
6575
|
id: string;
|
|
6576
6576
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6577
6577
|
userId: string;
|
|
6578
|
-
company?: {
|
|
6579
|
-
name: string;
|
|
6580
|
-
createdAt: string | Date;
|
|
6581
|
-
updatedAt: string | Date;
|
|
6582
|
-
id: string;
|
|
6583
|
-
} | null | undefined;
|
|
6584
6578
|
user?: {
|
|
6585
6579
|
email: string;
|
|
6586
6580
|
createdAt: string | Date;
|
|
@@ -6606,13 +6600,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
6606
6600
|
description?: string | null | undefined;
|
|
6607
6601
|
isPrimary?: boolean | undefined;
|
|
6608
6602
|
}[] | undefined;
|
|
6603
|
+
deletedAt?: string | Date | null | undefined;
|
|
6609
6604
|
canImpersonateUsers?: {
|
|
6610
6605
|
id: string;
|
|
6611
6606
|
lastName: string;
|
|
6612
6607
|
firstName: string;
|
|
6613
6608
|
}[] | undefined;
|
|
6614
6609
|
dialpadUserId?: string | null | undefined;
|
|
6615
|
-
|
|
6610
|
+
} | null | undefined;
|
|
6611
|
+
company?: {
|
|
6612
|
+
name: string;
|
|
6613
|
+
createdAt: string | Date;
|
|
6614
|
+
updatedAt: string | Date;
|
|
6615
|
+
id: string;
|
|
6616
6616
|
} | null | undefined;
|
|
6617
6617
|
client?: {
|
|
6618
6618
|
name: string;
|
|
@@ -6642,12 +6642,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
6642
6642
|
id: string;
|
|
6643
6643
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6644
6644
|
userId: string;
|
|
6645
|
-
company?: {
|
|
6646
|
-
name: string;
|
|
6647
|
-
createdAt: string;
|
|
6648
|
-
updatedAt: string;
|
|
6649
|
-
id: string;
|
|
6650
|
-
} | null | undefined;
|
|
6651
6645
|
user?: {
|
|
6652
6646
|
email: string;
|
|
6653
6647
|
createdAt: string;
|
|
@@ -6673,13 +6667,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
6673
6667
|
firstName: string;
|
|
6674
6668
|
}[] | undefined;
|
|
6675
6669
|
} | null | undefined;
|
|
6670
|
+
deletedAt?: string | null | undefined;
|
|
6676
6671
|
canImpersonateUsers?: {
|
|
6677
6672
|
id: string;
|
|
6678
6673
|
lastName: string;
|
|
6679
6674
|
firstName: string;
|
|
6680
6675
|
}[] | undefined;
|
|
6681
6676
|
dialpadUserId?: string | null | undefined;
|
|
6682
|
-
|
|
6677
|
+
} | null | undefined;
|
|
6678
|
+
company?: {
|
|
6679
|
+
name: string;
|
|
6680
|
+
createdAt: string;
|
|
6681
|
+
updatedAt: string;
|
|
6682
|
+
id: string;
|
|
6683
6683
|
} | null | undefined;
|
|
6684
6684
|
client?: {
|
|
6685
6685
|
name: string;
|
|
@@ -6708,12 +6708,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
6708
6708
|
id: string;
|
|
6709
6709
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6710
6710
|
userId: string;
|
|
6711
|
-
company?: {
|
|
6712
|
-
name: string;
|
|
6713
|
-
createdAt: string;
|
|
6714
|
-
updatedAt: string;
|
|
6715
|
-
id: string;
|
|
6716
|
-
} | null | undefined;
|
|
6717
6711
|
user?: {
|
|
6718
6712
|
email: string;
|
|
6719
6713
|
createdAt: string;
|
|
@@ -6739,13 +6733,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
6739
6733
|
firstName: string;
|
|
6740
6734
|
}[] | undefined;
|
|
6741
6735
|
} | null | undefined;
|
|
6736
|
+
deletedAt?: string | null | undefined;
|
|
6742
6737
|
canImpersonateUsers?: {
|
|
6743
6738
|
id: string;
|
|
6744
6739
|
lastName: string;
|
|
6745
6740
|
firstName: string;
|
|
6746
6741
|
}[] | undefined;
|
|
6747
6742
|
dialpadUserId?: string | null | undefined;
|
|
6748
|
-
|
|
6743
|
+
} | null | undefined;
|
|
6744
|
+
company?: {
|
|
6745
|
+
name: string;
|
|
6746
|
+
createdAt: string;
|
|
6747
|
+
updatedAt: string;
|
|
6748
|
+
id: string;
|
|
6749
6749
|
} | null | undefined;
|
|
6750
6750
|
client?: {
|
|
6751
6751
|
name: string;
|
|
@@ -6775,12 +6775,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
6775
6775
|
id: string;
|
|
6776
6776
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6777
6777
|
userId: string;
|
|
6778
|
-
company?: {
|
|
6779
|
-
name: string;
|
|
6780
|
-
createdAt: string | Date;
|
|
6781
|
-
updatedAt: string | Date;
|
|
6782
|
-
id: string;
|
|
6783
|
-
} | null | undefined;
|
|
6784
6778
|
user?: {
|
|
6785
6779
|
email: string;
|
|
6786
6780
|
createdAt: string | Date;
|
|
@@ -6806,13 +6800,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
6806
6800
|
description?: string | null | undefined;
|
|
6807
6801
|
isPrimary?: boolean | undefined;
|
|
6808
6802
|
}[] | undefined;
|
|
6803
|
+
deletedAt?: string | Date | null | undefined;
|
|
6809
6804
|
canImpersonateUsers?: {
|
|
6810
6805
|
id: string;
|
|
6811
6806
|
lastName: string;
|
|
6812
6807
|
firstName: string;
|
|
6813
6808
|
}[] | undefined;
|
|
6814
6809
|
dialpadUserId?: string | null | undefined;
|
|
6815
|
-
|
|
6810
|
+
} | null | undefined;
|
|
6811
|
+
company?: {
|
|
6812
|
+
name: string;
|
|
6813
|
+
createdAt: string | Date;
|
|
6814
|
+
updatedAt: string | Date;
|
|
6815
|
+
id: string;
|
|
6816
6816
|
} | null | undefined;
|
|
6817
6817
|
client?: {
|
|
6818
6818
|
name: string;
|
|
@@ -6841,12 +6841,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
6841
6841
|
id: string;
|
|
6842
6842
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6843
6843
|
userId: string;
|
|
6844
|
-
company?: {
|
|
6845
|
-
name: string;
|
|
6846
|
-
createdAt: string | Date;
|
|
6847
|
-
updatedAt: string | Date;
|
|
6848
|
-
id: string;
|
|
6849
|
-
} | null | undefined;
|
|
6850
6844
|
user?: {
|
|
6851
6845
|
email: string;
|
|
6852
6846
|
createdAt: string | Date;
|
|
@@ -6872,13 +6866,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
6872
6866
|
description?: string | null | undefined;
|
|
6873
6867
|
isPrimary?: boolean | undefined;
|
|
6874
6868
|
}[] | undefined;
|
|
6869
|
+
deletedAt?: string | Date | null | undefined;
|
|
6875
6870
|
canImpersonateUsers?: {
|
|
6876
6871
|
id: string;
|
|
6877
6872
|
lastName: string;
|
|
6878
6873
|
firstName: string;
|
|
6879
6874
|
}[] | undefined;
|
|
6880
6875
|
dialpadUserId?: string | null | undefined;
|
|
6881
|
-
|
|
6876
|
+
} | null | undefined;
|
|
6877
|
+
company?: {
|
|
6878
|
+
name: string;
|
|
6879
|
+
createdAt: string | Date;
|
|
6880
|
+
updatedAt: string | Date;
|
|
6881
|
+
id: string;
|
|
6882
6882
|
} | null | undefined;
|
|
6883
6883
|
client?: {
|
|
6884
6884
|
name: string;
|
|
@@ -6924,7 +6924,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
6924
6924
|
updatedAt: string;
|
|
6925
6925
|
id: string;
|
|
6926
6926
|
collaborationId: string;
|
|
6927
|
-
urgency: "
|
|
6927
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
6928
6928
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
6929
6929
|
isTermsAndConditionsConfirmed: boolean;
|
|
6930
6930
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -6934,14 +6934,8 @@ export declare const collaborationCheckingsContract: {
|
|
|
6934
6934
|
createdAt: string;
|
|
6935
6935
|
updatedAt: string;
|
|
6936
6936
|
id: string;
|
|
6937
|
-
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6938
|
-
userId: string;
|
|
6939
|
-
company?: {
|
|
6940
|
-
name: string;
|
|
6941
|
-
createdAt: string;
|
|
6942
|
-
updatedAt: string;
|
|
6943
|
-
id: string;
|
|
6944
|
-
} | null | undefined;
|
|
6937
|
+
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
6938
|
+
userId: string;
|
|
6945
6939
|
user?: {
|
|
6946
6940
|
email: string;
|
|
6947
6941
|
createdAt: string;
|
|
@@ -6967,13 +6961,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
6967
6961
|
firstName: string;
|
|
6968
6962
|
}[] | undefined;
|
|
6969
6963
|
} | null | undefined;
|
|
6964
|
+
deletedAt?: string | null | undefined;
|
|
6970
6965
|
canImpersonateUsers?: {
|
|
6971
6966
|
id: string;
|
|
6972
6967
|
lastName: string;
|
|
6973
6968
|
firstName: string;
|
|
6974
6969
|
}[] | undefined;
|
|
6975
6970
|
dialpadUserId?: string | null | undefined;
|
|
6976
|
-
|
|
6971
|
+
} | null | undefined;
|
|
6972
|
+
company?: {
|
|
6973
|
+
name: string;
|
|
6974
|
+
createdAt: string;
|
|
6975
|
+
updatedAt: string;
|
|
6976
|
+
id: string;
|
|
6977
6977
|
} | null | undefined;
|
|
6978
6978
|
client?: {
|
|
6979
6979
|
name: string;
|
|
@@ -7002,12 +7002,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
7002
7002
|
id: string;
|
|
7003
7003
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
7004
7004
|
userId: string;
|
|
7005
|
-
company?: {
|
|
7006
|
-
name: string;
|
|
7007
|
-
createdAt: string;
|
|
7008
|
-
updatedAt: string;
|
|
7009
|
-
id: string;
|
|
7010
|
-
} | null | undefined;
|
|
7011
7005
|
user?: {
|
|
7012
7006
|
email: string;
|
|
7013
7007
|
createdAt: string;
|
|
@@ -7033,13 +7027,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
7033
7027
|
firstName: string;
|
|
7034
7028
|
}[] | undefined;
|
|
7035
7029
|
} | null | undefined;
|
|
7030
|
+
deletedAt?: string | null | undefined;
|
|
7036
7031
|
canImpersonateUsers?: {
|
|
7037
7032
|
id: string;
|
|
7038
7033
|
lastName: string;
|
|
7039
7034
|
firstName: string;
|
|
7040
7035
|
}[] | undefined;
|
|
7041
7036
|
dialpadUserId?: string | null | undefined;
|
|
7042
|
-
|
|
7037
|
+
} | null | undefined;
|
|
7038
|
+
company?: {
|
|
7039
|
+
name: string;
|
|
7040
|
+
createdAt: string;
|
|
7041
|
+
updatedAt: string;
|
|
7042
|
+
id: string;
|
|
7043
7043
|
} | null | undefined;
|
|
7044
7044
|
client?: {
|
|
7045
7045
|
name: string;
|
|
@@ -7077,7 +7077,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
7077
7077
|
updatedAt: string | Date;
|
|
7078
7078
|
id: string;
|
|
7079
7079
|
collaborationId: string;
|
|
7080
|
-
urgency: "
|
|
7080
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
7081
7081
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
7082
7082
|
isTermsAndConditionsConfirmed: boolean;
|
|
7083
7083
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -7089,12 +7089,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
7089
7089
|
id: string;
|
|
7090
7090
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
7091
7091
|
userId: string;
|
|
7092
|
-
company?: {
|
|
7093
|
-
name: string;
|
|
7094
|
-
createdAt: string | Date;
|
|
7095
|
-
updatedAt: string | Date;
|
|
7096
|
-
id: string;
|
|
7097
|
-
} | null | undefined;
|
|
7098
7092
|
user?: {
|
|
7099
7093
|
email: string;
|
|
7100
7094
|
createdAt: string | Date;
|
|
@@ -7120,13 +7114,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
7120
7114
|
description?: string | null | undefined;
|
|
7121
7115
|
isPrimary?: boolean | undefined;
|
|
7122
7116
|
}[] | undefined;
|
|
7117
|
+
deletedAt?: string | Date | null | undefined;
|
|
7123
7118
|
canImpersonateUsers?: {
|
|
7124
7119
|
id: string;
|
|
7125
7120
|
lastName: string;
|
|
7126
7121
|
firstName: string;
|
|
7127
7122
|
}[] | undefined;
|
|
7128
7123
|
dialpadUserId?: string | null | undefined;
|
|
7129
|
-
|
|
7124
|
+
} | null | undefined;
|
|
7125
|
+
company?: {
|
|
7126
|
+
name: string;
|
|
7127
|
+
createdAt: string | Date;
|
|
7128
|
+
updatedAt: string | Date;
|
|
7129
|
+
id: string;
|
|
7130
7130
|
} | null | undefined;
|
|
7131
7131
|
client?: {
|
|
7132
7132
|
name: string;
|
|
@@ -7155,12 +7155,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
7155
7155
|
id: string;
|
|
7156
7156
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
7157
7157
|
userId: string;
|
|
7158
|
-
company?: {
|
|
7159
|
-
name: string;
|
|
7160
|
-
createdAt: string | Date;
|
|
7161
|
-
updatedAt: string | Date;
|
|
7162
|
-
id: string;
|
|
7163
|
-
} | null | undefined;
|
|
7164
7158
|
user?: {
|
|
7165
7159
|
email: string;
|
|
7166
7160
|
createdAt: string | Date;
|
|
@@ -7186,13 +7180,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
7186
7180
|
description?: string | null | undefined;
|
|
7187
7181
|
isPrimary?: boolean | undefined;
|
|
7188
7182
|
}[] | undefined;
|
|
7183
|
+
deletedAt?: string | Date | null | undefined;
|
|
7189
7184
|
canImpersonateUsers?: {
|
|
7190
7185
|
id: string;
|
|
7191
7186
|
lastName: string;
|
|
7192
7187
|
firstName: string;
|
|
7193
7188
|
}[] | undefined;
|
|
7194
7189
|
dialpadUserId?: string | null | undefined;
|
|
7195
|
-
|
|
7190
|
+
} | null | undefined;
|
|
7191
|
+
company?: {
|
|
7192
|
+
name: string;
|
|
7193
|
+
createdAt: string | Date;
|
|
7194
|
+
updatedAt: string | Date;
|
|
7195
|
+
id: string;
|
|
7196
7196
|
} | null | undefined;
|
|
7197
7197
|
client?: {
|
|
7198
7198
|
name: string;
|
|
@@ -7234,17 +7234,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
7234
7234
|
path: z.ZodString;
|
|
7235
7235
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
7236
7236
|
}, "strip", z.ZodTypeAny, {
|
|
7237
|
-
message: string;
|
|
7238
7237
|
code: string;
|
|
7239
7238
|
path: string;
|
|
7239
|
+
message: string;
|
|
7240
7240
|
statusCode: number;
|
|
7241
7241
|
timestamp: string;
|
|
7242
7242
|
details?: unknown;
|
|
7243
7243
|
correlationId?: string | undefined;
|
|
7244
7244
|
}, {
|
|
7245
|
-
message: string;
|
|
7246
7245
|
code: string;
|
|
7247
7246
|
path: string;
|
|
7247
|
+
message: string;
|
|
7248
7248
|
statusCode: number;
|
|
7249
7249
|
timestamp: string;
|
|
7250
7250
|
details?: unknown;
|
|
@@ -7282,7 +7282,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
7282
7282
|
}, "strip", z.ZodTypeAny, {
|
|
7283
7283
|
email?: string | null | undefined;
|
|
7284
7284
|
clientContactId?: string | null | undefined;
|
|
7285
|
-
urgency?: "
|
|
7285
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
7286
7286
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | null | undefined;
|
|
7287
7287
|
decisionComment?: string | null | undefined;
|
|
7288
7288
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
@@ -7293,7 +7293,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
7293
7293
|
}, {
|
|
7294
7294
|
email?: string | null | undefined;
|
|
7295
7295
|
clientContactId?: string | null | undefined;
|
|
7296
|
-
urgency?: "
|
|
7296
|
+
urgency?: "LOW" | "MEDIUM" | "HIGH" | null | undefined;
|
|
7297
7297
|
decision?: "PENDING" | "REJECTED" | "APPROVED" | null | undefined;
|
|
7298
7298
|
decisionComment?: string | null | undefined;
|
|
7299
7299
|
isTermsAndConditionsConfirmed?: boolean | null | undefined;
|
|
@@ -7304,7 +7304,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
7304
7304
|
}>;
|
|
7305
7305
|
path: "/v2/collaboration-checkings/:id";
|
|
7306
7306
|
responses: {
|
|
7307
|
-
|
|
7307
|
+
401: z.ZodObject<{
|
|
7308
7308
|
statusCode: z.ZodNumber;
|
|
7309
7309
|
message: z.ZodString;
|
|
7310
7310
|
code: z.ZodString;
|
|
@@ -7313,23 +7313,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
7313
7313
|
path: z.ZodString;
|
|
7314
7314
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
7315
7315
|
}, "strip", z.ZodTypeAny, {
|
|
7316
|
-
message: string;
|
|
7317
7316
|
code: string;
|
|
7318
7317
|
path: string;
|
|
7318
|
+
message: string;
|
|
7319
7319
|
statusCode: number;
|
|
7320
7320
|
timestamp: string;
|
|
7321
7321
|
details?: unknown;
|
|
7322
7322
|
correlationId?: string | undefined;
|
|
7323
7323
|
}, {
|
|
7324
|
-
message: string;
|
|
7325
7324
|
code: string;
|
|
7326
7325
|
path: string;
|
|
7326
|
+
message: string;
|
|
7327
7327
|
statusCode: number;
|
|
7328
7328
|
timestamp: string;
|
|
7329
7329
|
details?: unknown;
|
|
7330
7330
|
correlationId?: string | undefined;
|
|
7331
7331
|
}>;
|
|
7332
|
-
|
|
7332
|
+
400: z.ZodObject<{
|
|
7333
7333
|
statusCode: z.ZodNumber;
|
|
7334
7334
|
message: z.ZodString;
|
|
7335
7335
|
code: z.ZodString;
|
|
@@ -7338,23 +7338,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
7338
7338
|
path: z.ZodString;
|
|
7339
7339
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
7340
7340
|
}, "strip", z.ZodTypeAny, {
|
|
7341
|
-
message: string;
|
|
7342
7341
|
code: string;
|
|
7343
7342
|
path: string;
|
|
7343
|
+
message: string;
|
|
7344
7344
|
statusCode: number;
|
|
7345
7345
|
timestamp: string;
|
|
7346
7346
|
details?: unknown;
|
|
7347
7347
|
correlationId?: string | undefined;
|
|
7348
7348
|
}, {
|
|
7349
|
-
message: string;
|
|
7350
7349
|
code: string;
|
|
7351
7350
|
path: string;
|
|
7351
|
+
message: string;
|
|
7352
7352
|
statusCode: number;
|
|
7353
7353
|
timestamp: string;
|
|
7354
7354
|
details?: unknown;
|
|
7355
7355
|
correlationId?: string | undefined;
|
|
7356
7356
|
}>;
|
|
7357
|
-
|
|
7357
|
+
403: z.ZodObject<{
|
|
7358
7358
|
statusCode: z.ZodNumber;
|
|
7359
7359
|
message: z.ZodString;
|
|
7360
7360
|
code: z.ZodString;
|
|
@@ -7363,17 +7363,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
7363
7363
|
path: z.ZodString;
|
|
7364
7364
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
7365
7365
|
}, "strip", z.ZodTypeAny, {
|
|
7366
|
-
message: string;
|
|
7367
7366
|
code: string;
|
|
7368
7367
|
path: string;
|
|
7368
|
+
message: string;
|
|
7369
7369
|
statusCode: number;
|
|
7370
7370
|
timestamp: string;
|
|
7371
7371
|
details?: unknown;
|
|
7372
7372
|
correlationId?: string | undefined;
|
|
7373
7373
|
}, {
|
|
7374
|
-
message: string;
|
|
7375
7374
|
code: string;
|
|
7376
7375
|
path: string;
|
|
7376
|
+
message: string;
|
|
7377
7377
|
statusCode: number;
|
|
7378
7378
|
timestamp: string;
|
|
7379
7379
|
details?: unknown;
|
|
@@ -7388,17 +7388,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
7388
7388
|
path: z.ZodString;
|
|
7389
7389
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
7390
7390
|
}, "strip", z.ZodTypeAny, {
|
|
7391
|
-
message: string;
|
|
7392
7391
|
code: string;
|
|
7393
7392
|
path: string;
|
|
7393
|
+
message: string;
|
|
7394
7394
|
statusCode: number;
|
|
7395
7395
|
timestamp: string;
|
|
7396
7396
|
details?: unknown;
|
|
7397
7397
|
correlationId?: string | undefined;
|
|
7398
7398
|
}, {
|
|
7399
|
-
message: string;
|
|
7400
7399
|
code: string;
|
|
7401
7400
|
path: string;
|
|
7401
|
+
message: string;
|
|
7402
7402
|
statusCode: number;
|
|
7403
7403
|
timestamp: string;
|
|
7404
7404
|
details?: unknown;
|
|
@@ -7600,13 +7600,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
7600
7600
|
firstName: string;
|
|
7601
7601
|
}[] | undefined;
|
|
7602
7602
|
} | null | undefined;
|
|
7603
|
+
deletedAt?: string | null | undefined;
|
|
7603
7604
|
canImpersonateUsers?: {
|
|
7604
7605
|
id: string;
|
|
7605
7606
|
lastName: string;
|
|
7606
7607
|
firstName: string;
|
|
7607
7608
|
}[] | undefined;
|
|
7608
7609
|
dialpadUserId?: string | null | undefined;
|
|
7609
|
-
deletedAt?: string | null | undefined;
|
|
7610
7610
|
}, {
|
|
7611
7611
|
email: string;
|
|
7612
7612
|
createdAt: string | Date;
|
|
@@ -7632,13 +7632,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
7632
7632
|
description?: string | null | undefined;
|
|
7633
7633
|
isPrimary?: boolean | undefined;
|
|
7634
7634
|
}[] | undefined;
|
|
7635
|
+
deletedAt?: string | Date | null | undefined;
|
|
7635
7636
|
canImpersonateUsers?: {
|
|
7636
7637
|
id: string;
|
|
7637
7638
|
lastName: string;
|
|
7638
7639
|
firstName: string;
|
|
7639
7640
|
}[] | undefined;
|
|
7640
7641
|
dialpadUserId?: string | null | undefined;
|
|
7641
|
-
deletedAt?: string | Date | null | undefined;
|
|
7642
7642
|
}>>>;
|
|
7643
7643
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
7644
7644
|
userId: z.ZodString;
|
|
@@ -7837,13 +7837,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
7837
7837
|
firstName: string;
|
|
7838
7838
|
}[] | undefined;
|
|
7839
7839
|
} | null | undefined;
|
|
7840
|
+
deletedAt?: string | null | undefined;
|
|
7840
7841
|
canImpersonateUsers?: {
|
|
7841
7842
|
id: string;
|
|
7842
7843
|
lastName: string;
|
|
7843
7844
|
firstName: string;
|
|
7844
7845
|
}[] | undefined;
|
|
7845
7846
|
dialpadUserId?: string | null | undefined;
|
|
7846
|
-
deletedAt?: string | null | undefined;
|
|
7847
7847
|
}, {
|
|
7848
7848
|
email: string;
|
|
7849
7849
|
createdAt: string | Date;
|
|
@@ -7869,13 +7869,13 @@ export declare const collaborationCheckingsContract: {
|
|
|
7869
7869
|
description?: string | null | undefined;
|
|
7870
7870
|
isPrimary?: boolean | undefined;
|
|
7871
7871
|
}[] | undefined;
|
|
7872
|
+
deletedAt?: string | Date | null | undefined;
|
|
7872
7873
|
canImpersonateUsers?: {
|
|
7873
7874
|
id: string;
|
|
7874
7875
|
lastName: string;
|
|
7875
7876
|
firstName: string;
|
|
7876
7877
|
}[] | undefined;
|
|
7877
7878
|
dialpadUserId?: string | null | undefined;
|
|
7878
|
-
deletedAt?: string | Date | null | undefined;
|
|
7879
7879
|
}>>>;
|
|
7880
7880
|
status: z.ZodEnum<["ACTIVE", "INACTIVE", "PENDING_APPROVAL", "REJECTED", "APPROVED", "CHANGED_COMPANY", "CHANGED_AGENT", "CHANGED_COMPANY_AND_AGENT"]>;
|
|
7881
7881
|
userId: z.ZodString;
|
|
@@ -7887,12 +7887,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
7887
7887
|
id: string;
|
|
7888
7888
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
7889
7889
|
userId: string;
|
|
7890
|
-
company?: {
|
|
7891
|
-
name: string;
|
|
7892
|
-
createdAt: string;
|
|
7893
|
-
updatedAt: string;
|
|
7894
|
-
id: string;
|
|
7895
|
-
} | null | undefined;
|
|
7896
7890
|
user?: {
|
|
7897
7891
|
email: string;
|
|
7898
7892
|
createdAt: string;
|
|
@@ -7918,13 +7912,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
7918
7912
|
firstName: string;
|
|
7919
7913
|
}[] | undefined;
|
|
7920
7914
|
} | null | undefined;
|
|
7915
|
+
deletedAt?: string | null | undefined;
|
|
7921
7916
|
canImpersonateUsers?: {
|
|
7922
7917
|
id: string;
|
|
7923
7918
|
lastName: string;
|
|
7924
7919
|
firstName: string;
|
|
7925
7920
|
}[] | undefined;
|
|
7926
7921
|
dialpadUserId?: string | null | undefined;
|
|
7927
|
-
|
|
7922
|
+
} | null | undefined;
|
|
7923
|
+
company?: {
|
|
7924
|
+
name: string;
|
|
7925
|
+
createdAt: string;
|
|
7926
|
+
updatedAt: string;
|
|
7927
|
+
id: string;
|
|
7928
7928
|
} | null | undefined;
|
|
7929
7929
|
client?: {
|
|
7930
7930
|
name: string;
|
|
@@ -7953,12 +7953,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
7953
7953
|
id: string;
|
|
7954
7954
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
7955
7955
|
userId: string;
|
|
7956
|
-
company?: {
|
|
7957
|
-
name: string;
|
|
7958
|
-
createdAt: string | Date;
|
|
7959
|
-
updatedAt: string | Date;
|
|
7960
|
-
id: string;
|
|
7961
|
-
} | null | undefined;
|
|
7962
7956
|
user?: {
|
|
7963
7957
|
email: string;
|
|
7964
7958
|
createdAt: string | Date;
|
|
@@ -7984,13 +7978,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
7984
7978
|
description?: string | null | undefined;
|
|
7985
7979
|
isPrimary?: boolean | undefined;
|
|
7986
7980
|
}[] | undefined;
|
|
7981
|
+
deletedAt?: string | Date | null | undefined;
|
|
7987
7982
|
canImpersonateUsers?: {
|
|
7988
7983
|
id: string;
|
|
7989
7984
|
lastName: string;
|
|
7990
7985
|
firstName: string;
|
|
7991
7986
|
}[] | undefined;
|
|
7992
7987
|
dialpadUserId?: string | null | undefined;
|
|
7993
|
-
|
|
7988
|
+
} | null | undefined;
|
|
7989
|
+
company?: {
|
|
7990
|
+
name: string;
|
|
7991
|
+
createdAt: string | Date;
|
|
7992
|
+
updatedAt: string | Date;
|
|
7993
|
+
id: string;
|
|
7994
7994
|
} | null | undefined;
|
|
7995
7995
|
client?: {
|
|
7996
7996
|
name: string;
|
|
@@ -8020,12 +8020,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8020
8020
|
id: string;
|
|
8021
8021
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8022
8022
|
userId: string;
|
|
8023
|
-
company?: {
|
|
8024
|
-
name: string;
|
|
8025
|
-
createdAt: string;
|
|
8026
|
-
updatedAt: string;
|
|
8027
|
-
id: string;
|
|
8028
|
-
} | null | undefined;
|
|
8029
8023
|
user?: {
|
|
8030
8024
|
email: string;
|
|
8031
8025
|
createdAt: string;
|
|
@@ -8051,13 +8045,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8051
8045
|
firstName: string;
|
|
8052
8046
|
}[] | undefined;
|
|
8053
8047
|
} | null | undefined;
|
|
8048
|
+
deletedAt?: string | null | undefined;
|
|
8054
8049
|
canImpersonateUsers?: {
|
|
8055
8050
|
id: string;
|
|
8056
8051
|
lastName: string;
|
|
8057
8052
|
firstName: string;
|
|
8058
8053
|
}[] | undefined;
|
|
8059
8054
|
dialpadUserId?: string | null | undefined;
|
|
8060
|
-
|
|
8055
|
+
} | null | undefined;
|
|
8056
|
+
company?: {
|
|
8057
|
+
name: string;
|
|
8058
|
+
createdAt: string;
|
|
8059
|
+
updatedAt: string;
|
|
8060
|
+
id: string;
|
|
8061
8061
|
} | null | undefined;
|
|
8062
8062
|
client?: {
|
|
8063
8063
|
name: string;
|
|
@@ -8086,12 +8086,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8086
8086
|
id: string;
|
|
8087
8087
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8088
8088
|
userId: string;
|
|
8089
|
-
company?: {
|
|
8090
|
-
name: string;
|
|
8091
|
-
createdAt: string;
|
|
8092
|
-
updatedAt: string;
|
|
8093
|
-
id: string;
|
|
8094
|
-
} | null | undefined;
|
|
8095
8089
|
user?: {
|
|
8096
8090
|
email: string;
|
|
8097
8091
|
createdAt: string;
|
|
@@ -8117,13 +8111,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8117
8111
|
firstName: string;
|
|
8118
8112
|
}[] | undefined;
|
|
8119
8113
|
} | null | undefined;
|
|
8114
|
+
deletedAt?: string | null | undefined;
|
|
8120
8115
|
canImpersonateUsers?: {
|
|
8121
8116
|
id: string;
|
|
8122
8117
|
lastName: string;
|
|
8123
8118
|
firstName: string;
|
|
8124
8119
|
}[] | undefined;
|
|
8125
8120
|
dialpadUserId?: string | null | undefined;
|
|
8126
|
-
|
|
8121
|
+
} | null | undefined;
|
|
8122
|
+
company?: {
|
|
8123
|
+
name: string;
|
|
8124
|
+
createdAt: string;
|
|
8125
|
+
updatedAt: string;
|
|
8126
|
+
id: string;
|
|
8127
8127
|
} | null | undefined;
|
|
8128
8128
|
client?: {
|
|
8129
8129
|
name: string;
|
|
@@ -8153,12 +8153,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8153
8153
|
id: string;
|
|
8154
8154
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8155
8155
|
userId: string;
|
|
8156
|
-
company?: {
|
|
8157
|
-
name: string;
|
|
8158
|
-
createdAt: string | Date;
|
|
8159
|
-
updatedAt: string | Date;
|
|
8160
|
-
id: string;
|
|
8161
|
-
} | null | undefined;
|
|
8162
8156
|
user?: {
|
|
8163
8157
|
email: string;
|
|
8164
8158
|
createdAt: string | Date;
|
|
@@ -8184,13 +8178,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8184
8178
|
description?: string | null | undefined;
|
|
8185
8179
|
isPrimary?: boolean | undefined;
|
|
8186
8180
|
}[] | undefined;
|
|
8181
|
+
deletedAt?: string | Date | null | undefined;
|
|
8187
8182
|
canImpersonateUsers?: {
|
|
8188
8183
|
id: string;
|
|
8189
8184
|
lastName: string;
|
|
8190
8185
|
firstName: string;
|
|
8191
8186
|
}[] | undefined;
|
|
8192
8187
|
dialpadUserId?: string | null | undefined;
|
|
8193
|
-
|
|
8188
|
+
} | null | undefined;
|
|
8189
|
+
company?: {
|
|
8190
|
+
name: string;
|
|
8191
|
+
createdAt: string | Date;
|
|
8192
|
+
updatedAt: string | Date;
|
|
8193
|
+
id: string;
|
|
8194
8194
|
} | null | undefined;
|
|
8195
8195
|
client?: {
|
|
8196
8196
|
name: string;
|
|
@@ -8219,12 +8219,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8219
8219
|
id: string;
|
|
8220
8220
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8221
8221
|
userId: string;
|
|
8222
|
-
company?: {
|
|
8223
|
-
name: string;
|
|
8224
|
-
createdAt: string | Date;
|
|
8225
|
-
updatedAt: string | Date;
|
|
8226
|
-
id: string;
|
|
8227
|
-
} | null | undefined;
|
|
8228
8222
|
user?: {
|
|
8229
8223
|
email: string;
|
|
8230
8224
|
createdAt: string | Date;
|
|
@@ -8250,13 +8244,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8250
8244
|
description?: string | null | undefined;
|
|
8251
8245
|
isPrimary?: boolean | undefined;
|
|
8252
8246
|
}[] | undefined;
|
|
8247
|
+
deletedAt?: string | Date | null | undefined;
|
|
8253
8248
|
canImpersonateUsers?: {
|
|
8254
8249
|
id: string;
|
|
8255
8250
|
lastName: string;
|
|
8256
8251
|
firstName: string;
|
|
8257
8252
|
}[] | undefined;
|
|
8258
8253
|
dialpadUserId?: string | null | undefined;
|
|
8259
|
-
|
|
8254
|
+
} | null | undefined;
|
|
8255
|
+
company?: {
|
|
8256
|
+
name: string;
|
|
8257
|
+
createdAt: string | Date;
|
|
8258
|
+
updatedAt: string | Date;
|
|
8259
|
+
id: string;
|
|
8260
8260
|
} | null | undefined;
|
|
8261
8261
|
client?: {
|
|
8262
8262
|
name: string;
|
|
@@ -8302,7 +8302,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
8302
8302
|
updatedAt: string;
|
|
8303
8303
|
id: string;
|
|
8304
8304
|
collaborationId: string;
|
|
8305
|
-
urgency: "
|
|
8305
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
8306
8306
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
8307
8307
|
isTermsAndConditionsConfirmed: boolean;
|
|
8308
8308
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -8314,12 +8314,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8314
8314
|
id: string;
|
|
8315
8315
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8316
8316
|
userId: string;
|
|
8317
|
-
company?: {
|
|
8318
|
-
name: string;
|
|
8319
|
-
createdAt: string;
|
|
8320
|
-
updatedAt: string;
|
|
8321
|
-
id: string;
|
|
8322
|
-
} | null | undefined;
|
|
8323
8317
|
user?: {
|
|
8324
8318
|
email: string;
|
|
8325
8319
|
createdAt: string;
|
|
@@ -8345,13 +8339,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8345
8339
|
firstName: string;
|
|
8346
8340
|
}[] | undefined;
|
|
8347
8341
|
} | null | undefined;
|
|
8342
|
+
deletedAt?: string | null | undefined;
|
|
8348
8343
|
canImpersonateUsers?: {
|
|
8349
8344
|
id: string;
|
|
8350
8345
|
lastName: string;
|
|
8351
8346
|
firstName: string;
|
|
8352
8347
|
}[] | undefined;
|
|
8353
8348
|
dialpadUserId?: string | null | undefined;
|
|
8354
|
-
|
|
8349
|
+
} | null | undefined;
|
|
8350
|
+
company?: {
|
|
8351
|
+
name: string;
|
|
8352
|
+
createdAt: string;
|
|
8353
|
+
updatedAt: string;
|
|
8354
|
+
id: string;
|
|
8355
8355
|
} | null | undefined;
|
|
8356
8356
|
client?: {
|
|
8357
8357
|
name: string;
|
|
@@ -8380,12 +8380,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8380
8380
|
id: string;
|
|
8381
8381
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8382
8382
|
userId: string;
|
|
8383
|
-
company?: {
|
|
8384
|
-
name: string;
|
|
8385
|
-
createdAt: string;
|
|
8386
|
-
updatedAt: string;
|
|
8387
|
-
id: string;
|
|
8388
|
-
} | null | undefined;
|
|
8389
8383
|
user?: {
|
|
8390
8384
|
email: string;
|
|
8391
8385
|
createdAt: string;
|
|
@@ -8411,13 +8405,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8411
8405
|
firstName: string;
|
|
8412
8406
|
}[] | undefined;
|
|
8413
8407
|
} | null | undefined;
|
|
8408
|
+
deletedAt?: string | null | undefined;
|
|
8414
8409
|
canImpersonateUsers?: {
|
|
8415
8410
|
id: string;
|
|
8416
8411
|
lastName: string;
|
|
8417
8412
|
firstName: string;
|
|
8418
8413
|
}[] | undefined;
|
|
8419
8414
|
dialpadUserId?: string | null | undefined;
|
|
8420
|
-
|
|
8415
|
+
} | null | undefined;
|
|
8416
|
+
company?: {
|
|
8417
|
+
name: string;
|
|
8418
|
+
createdAt: string;
|
|
8419
|
+
updatedAt: string;
|
|
8420
|
+
id: string;
|
|
8421
8421
|
} | null | undefined;
|
|
8422
8422
|
client?: {
|
|
8423
8423
|
name: string;
|
|
@@ -8455,7 +8455,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
8455
8455
|
updatedAt: string | Date;
|
|
8456
8456
|
id: string;
|
|
8457
8457
|
collaborationId: string;
|
|
8458
|
-
urgency: "
|
|
8458
|
+
urgency: "LOW" | "MEDIUM" | "HIGH";
|
|
8459
8459
|
decision: "PENDING" | "REJECTED" | "APPROVED";
|
|
8460
8460
|
isTermsAndConditionsConfirmed: boolean;
|
|
8461
8461
|
emailType: "INTRODUCTION" | "COLLABORATION" | "BOTH";
|
|
@@ -8467,12 +8467,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8467
8467
|
id: string;
|
|
8468
8468
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8469
8469
|
userId: string;
|
|
8470
|
-
company?: {
|
|
8471
|
-
name: string;
|
|
8472
|
-
createdAt: string | Date;
|
|
8473
|
-
updatedAt: string | Date;
|
|
8474
|
-
id: string;
|
|
8475
|
-
} | null | undefined;
|
|
8476
8470
|
user?: {
|
|
8477
8471
|
email: string;
|
|
8478
8472
|
createdAt: string | Date;
|
|
@@ -8498,13 +8492,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8498
8492
|
description?: string | null | undefined;
|
|
8499
8493
|
isPrimary?: boolean | undefined;
|
|
8500
8494
|
}[] | undefined;
|
|
8495
|
+
deletedAt?: string | Date | null | undefined;
|
|
8501
8496
|
canImpersonateUsers?: {
|
|
8502
8497
|
id: string;
|
|
8503
8498
|
lastName: string;
|
|
8504
8499
|
firstName: string;
|
|
8505
8500
|
}[] | undefined;
|
|
8506
8501
|
dialpadUserId?: string | null | undefined;
|
|
8507
|
-
|
|
8502
|
+
} | null | undefined;
|
|
8503
|
+
company?: {
|
|
8504
|
+
name: string;
|
|
8505
|
+
createdAt: string | Date;
|
|
8506
|
+
updatedAt: string | Date;
|
|
8507
|
+
id: string;
|
|
8508
8508
|
} | null | undefined;
|
|
8509
8509
|
client?: {
|
|
8510
8510
|
name: string;
|
|
@@ -8533,12 +8533,6 @@ export declare const collaborationCheckingsContract: {
|
|
|
8533
8533
|
id: string;
|
|
8534
8534
|
status: "ACTIVE" | "INACTIVE" | "PENDING_APPROVAL" | "REJECTED" | "APPROVED" | "CHANGED_COMPANY" | "CHANGED_AGENT" | "CHANGED_COMPANY_AND_AGENT";
|
|
8535
8535
|
userId: string;
|
|
8536
|
-
company?: {
|
|
8537
|
-
name: string;
|
|
8538
|
-
createdAt: string | Date;
|
|
8539
|
-
updatedAt: string | Date;
|
|
8540
|
-
id: string;
|
|
8541
|
-
} | null | undefined;
|
|
8542
8536
|
user?: {
|
|
8543
8537
|
email: string;
|
|
8544
8538
|
createdAt: string | Date;
|
|
@@ -8564,13 +8558,19 @@ export declare const collaborationCheckingsContract: {
|
|
|
8564
8558
|
description?: string | null | undefined;
|
|
8565
8559
|
isPrimary?: boolean | undefined;
|
|
8566
8560
|
}[] | undefined;
|
|
8561
|
+
deletedAt?: string | Date | null | undefined;
|
|
8567
8562
|
canImpersonateUsers?: {
|
|
8568
8563
|
id: string;
|
|
8569
8564
|
lastName: string;
|
|
8570
8565
|
firstName: string;
|
|
8571
8566
|
}[] | undefined;
|
|
8572
8567
|
dialpadUserId?: string | null | undefined;
|
|
8573
|
-
|
|
8568
|
+
} | null | undefined;
|
|
8569
|
+
company?: {
|
|
8570
|
+
name: string;
|
|
8571
|
+
createdAt: string | Date;
|
|
8572
|
+
updatedAt: string | Date;
|
|
8573
|
+
id: string;
|
|
8574
8574
|
} | null | undefined;
|
|
8575
8575
|
client?: {
|
|
8576
8576
|
name: string;
|
|
@@ -8612,17 +8612,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
8612
8612
|
path: z.ZodString;
|
|
8613
8613
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
8614
8614
|
}, "strip", z.ZodTypeAny, {
|
|
8615
|
-
message: string;
|
|
8616
8615
|
code: string;
|
|
8617
8616
|
path: string;
|
|
8617
|
+
message: string;
|
|
8618
8618
|
statusCode: number;
|
|
8619
8619
|
timestamp: string;
|
|
8620
8620
|
details?: unknown;
|
|
8621
8621
|
correlationId?: string | undefined;
|
|
8622
8622
|
}, {
|
|
8623
|
-
message: string;
|
|
8624
8623
|
code: string;
|
|
8625
8624
|
path: string;
|
|
8625
|
+
message: string;
|
|
8626
8626
|
statusCode: number;
|
|
8627
8627
|
timestamp: string;
|
|
8628
8628
|
details?: unknown;
|
|
@@ -8649,7 +8649,7 @@ export declare const collaborationCheckingsContract: {
|
|
|
8649
8649
|
body: typeof import("@ts-rest/core").ContractNoBody;
|
|
8650
8650
|
path: "/v2/collaboration-checkings/:id";
|
|
8651
8651
|
responses: {
|
|
8652
|
-
|
|
8652
|
+
401: z.ZodObject<{
|
|
8653
8653
|
statusCode: z.ZodNumber;
|
|
8654
8654
|
message: z.ZodString;
|
|
8655
8655
|
code: z.ZodString;
|
|
@@ -8658,23 +8658,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
8658
8658
|
path: z.ZodString;
|
|
8659
8659
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
8660
8660
|
}, "strip", z.ZodTypeAny, {
|
|
8661
|
-
message: string;
|
|
8662
8661
|
code: string;
|
|
8663
8662
|
path: string;
|
|
8663
|
+
message: string;
|
|
8664
8664
|
statusCode: number;
|
|
8665
8665
|
timestamp: string;
|
|
8666
8666
|
details?: unknown;
|
|
8667
8667
|
correlationId?: string | undefined;
|
|
8668
8668
|
}, {
|
|
8669
|
-
message: string;
|
|
8670
8669
|
code: string;
|
|
8671
8670
|
path: string;
|
|
8671
|
+
message: string;
|
|
8672
8672
|
statusCode: number;
|
|
8673
8673
|
timestamp: string;
|
|
8674
8674
|
details?: unknown;
|
|
8675
8675
|
correlationId?: string | undefined;
|
|
8676
8676
|
}>;
|
|
8677
|
-
|
|
8677
|
+
400: z.ZodObject<{
|
|
8678
8678
|
statusCode: z.ZodNumber;
|
|
8679
8679
|
message: z.ZodString;
|
|
8680
8680
|
code: z.ZodString;
|
|
@@ -8683,23 +8683,23 @@ export declare const collaborationCheckingsContract: {
|
|
|
8683
8683
|
path: z.ZodString;
|
|
8684
8684
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
8685
8685
|
}, "strip", z.ZodTypeAny, {
|
|
8686
|
-
message: string;
|
|
8687
8686
|
code: string;
|
|
8688
8687
|
path: string;
|
|
8688
|
+
message: string;
|
|
8689
8689
|
statusCode: number;
|
|
8690
8690
|
timestamp: string;
|
|
8691
8691
|
details?: unknown;
|
|
8692
8692
|
correlationId?: string | undefined;
|
|
8693
8693
|
}, {
|
|
8694
|
-
message: string;
|
|
8695
8694
|
code: string;
|
|
8696
8695
|
path: string;
|
|
8696
|
+
message: string;
|
|
8697
8697
|
statusCode: number;
|
|
8698
8698
|
timestamp: string;
|
|
8699
8699
|
details?: unknown;
|
|
8700
8700
|
correlationId?: string | undefined;
|
|
8701
8701
|
}>;
|
|
8702
|
-
|
|
8702
|
+
403: z.ZodObject<{
|
|
8703
8703
|
statusCode: z.ZodNumber;
|
|
8704
8704
|
message: z.ZodString;
|
|
8705
8705
|
code: z.ZodString;
|
|
@@ -8708,17 +8708,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
8708
8708
|
path: z.ZodString;
|
|
8709
8709
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
8710
8710
|
}, "strip", z.ZodTypeAny, {
|
|
8711
|
-
message: string;
|
|
8712
8711
|
code: string;
|
|
8713
8712
|
path: string;
|
|
8713
|
+
message: string;
|
|
8714
8714
|
statusCode: number;
|
|
8715
8715
|
timestamp: string;
|
|
8716
8716
|
details?: unknown;
|
|
8717
8717
|
correlationId?: string | undefined;
|
|
8718
8718
|
}, {
|
|
8719
|
-
message: string;
|
|
8720
8719
|
code: string;
|
|
8721
8720
|
path: string;
|
|
8721
|
+
message: string;
|
|
8722
8722
|
statusCode: number;
|
|
8723
8723
|
timestamp: string;
|
|
8724
8724
|
details?: unknown;
|
|
@@ -8733,17 +8733,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
8733
8733
|
path: z.ZodString;
|
|
8734
8734
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
8735
8735
|
}, "strip", z.ZodTypeAny, {
|
|
8736
|
-
message: string;
|
|
8737
8736
|
code: string;
|
|
8738
8737
|
path: string;
|
|
8738
|
+
message: string;
|
|
8739
8739
|
statusCode: number;
|
|
8740
8740
|
timestamp: string;
|
|
8741
8741
|
details?: unknown;
|
|
8742
8742
|
correlationId?: string | undefined;
|
|
8743
8743
|
}, {
|
|
8744
|
-
message: string;
|
|
8745
8744
|
code: string;
|
|
8746
8745
|
path: string;
|
|
8746
|
+
message: string;
|
|
8747
8747
|
statusCode: number;
|
|
8748
8748
|
timestamp: string;
|
|
8749
8749
|
details?: unknown;
|
|
@@ -8759,17 +8759,17 @@ export declare const collaborationCheckingsContract: {
|
|
|
8759
8759
|
path: z.ZodString;
|
|
8760
8760
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
8761
8761
|
}, "strip", z.ZodTypeAny, {
|
|
8762
|
-
message: string;
|
|
8763
8762
|
code: string;
|
|
8764
8763
|
path: string;
|
|
8764
|
+
message: string;
|
|
8765
8765
|
statusCode: number;
|
|
8766
8766
|
timestamp: string;
|
|
8767
8767
|
details?: unknown;
|
|
8768
8768
|
correlationId?: string | undefined;
|
|
8769
8769
|
}, {
|
|
8770
|
-
message: string;
|
|
8771
8770
|
code: string;
|
|
8772
8771
|
path: string;
|
|
8772
|
+
message: string;
|
|
8773
8773
|
statusCode: number;
|
|
8774
8774
|
timestamp: string;
|
|
8775
8775
|
details?: unknown;
|