@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
|
@@ -181,13 +181,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
181
181
|
firstName: string;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
} | null | undefined;
|
|
184
|
+
deletedAt?: string | null | undefined;
|
|
184
185
|
canImpersonateUsers?: {
|
|
185
186
|
id: string;
|
|
186
187
|
lastName: string;
|
|
187
188
|
firstName: string;
|
|
188
189
|
}[] | undefined;
|
|
189
190
|
dialpadUserId?: string | null | undefined;
|
|
190
|
-
deletedAt?: string | null | undefined;
|
|
191
191
|
}, {
|
|
192
192
|
email: string;
|
|
193
193
|
createdAt: string | Date;
|
|
@@ -213,13 +213,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
213
213
|
description?: string | null | undefined;
|
|
214
214
|
isPrimary?: boolean | undefined;
|
|
215
215
|
}[] | undefined;
|
|
216
|
+
deletedAt?: string | Date | null | undefined;
|
|
216
217
|
canImpersonateUsers?: {
|
|
217
218
|
id: string;
|
|
218
219
|
lastName: string;
|
|
219
220
|
firstName: string;
|
|
220
221
|
}[] | undefined;
|
|
221
222
|
dialpadUserId?: string | null | undefined;
|
|
222
|
-
deletedAt?: string | Date | null | undefined;
|
|
223
223
|
}>;
|
|
224
224
|
linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
|
|
225
225
|
suggestedChanges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -325,13 +325,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
325
325
|
firstName: string;
|
|
326
326
|
}[] | undefined;
|
|
327
327
|
} | null | undefined;
|
|
328
|
+
deletedAt?: string | null | undefined;
|
|
328
329
|
canImpersonateUsers?: {
|
|
329
330
|
id: string;
|
|
330
331
|
lastName: string;
|
|
331
332
|
firstName: string;
|
|
332
333
|
}[] | undefined;
|
|
333
334
|
dialpadUserId?: string | null | undefined;
|
|
334
|
-
deletedAt?: string | null | undefined;
|
|
335
335
|
}, {
|
|
336
336
|
email: string;
|
|
337
337
|
createdAt: string | Date;
|
|
@@ -357,13 +357,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
357
357
|
description?: string | null | undefined;
|
|
358
358
|
isPrimary?: boolean | undefined;
|
|
359
359
|
}[] | undefined;
|
|
360
|
+
deletedAt?: string | Date | null | undefined;
|
|
360
361
|
canImpersonateUsers?: {
|
|
361
362
|
id: string;
|
|
362
363
|
lastName: string;
|
|
363
364
|
firstName: string;
|
|
364
365
|
}[] | undefined;
|
|
365
366
|
dialpadUserId?: string | null | undefined;
|
|
366
|
-
deletedAt?: string | Date | null | undefined;
|
|
367
367
|
}>>>;
|
|
368
368
|
reviewedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
369
369
|
createdBy: z.ZodString;
|
|
@@ -466,13 +466,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
466
466
|
firstName: string;
|
|
467
467
|
}[] | undefined;
|
|
468
468
|
} | null | undefined;
|
|
469
|
+
deletedAt?: string | 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 | null | undefined;
|
|
476
476
|
}, {
|
|
477
477
|
email: string;
|
|
478
478
|
createdAt: string | Date;
|
|
@@ -498,13 +498,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
498
498
|
description?: string | null | undefined;
|
|
499
499
|
isPrimary?: boolean | undefined;
|
|
500
500
|
}[] | undefined;
|
|
501
|
+
deletedAt?: string | Date | null | undefined;
|
|
501
502
|
canImpersonateUsers?: {
|
|
502
503
|
id: string;
|
|
503
504
|
lastName: string;
|
|
504
505
|
firstName: string;
|
|
505
506
|
}[] | undefined;
|
|
506
507
|
dialpadUserId?: string | null | undefined;
|
|
507
|
-
deletedAt?: string | Date | null | undefined;
|
|
508
508
|
}>;
|
|
509
509
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
510
510
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -540,13 +540,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
540
540
|
firstName: string;
|
|
541
541
|
}[] | undefined;
|
|
542
542
|
} | null | undefined;
|
|
543
|
+
deletedAt?: string | null | undefined;
|
|
543
544
|
canImpersonateUsers?: {
|
|
544
545
|
id: string;
|
|
545
546
|
lastName: string;
|
|
546
547
|
firstName: string;
|
|
547
548
|
}[] | undefined;
|
|
548
549
|
dialpadUserId?: string | null | undefined;
|
|
549
|
-
deletedAt?: string | null | undefined;
|
|
550
550
|
};
|
|
551
551
|
clientId: string;
|
|
552
552
|
client: {
|
|
@@ -596,13 +596,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
596
596
|
firstName: string;
|
|
597
597
|
}[] | undefined;
|
|
598
598
|
} | null | undefined;
|
|
599
|
+
deletedAt?: string | null | undefined;
|
|
599
600
|
canImpersonateUsers?: {
|
|
600
601
|
id: string;
|
|
601
602
|
lastName: string;
|
|
602
603
|
firstName: string;
|
|
603
604
|
}[] | undefined;
|
|
604
605
|
dialpadUserId?: string | null | undefined;
|
|
605
|
-
deletedAt?: string | null | undefined;
|
|
606
606
|
};
|
|
607
607
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
608
608
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -632,13 +632,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
632
632
|
firstName: string;
|
|
633
633
|
}[] | undefined;
|
|
634
634
|
} | null | undefined;
|
|
635
|
+
deletedAt?: string | null | undefined;
|
|
635
636
|
canImpersonateUsers?: {
|
|
636
637
|
id: string;
|
|
637
638
|
lastName: string;
|
|
638
639
|
firstName: string;
|
|
639
640
|
}[] | undefined;
|
|
640
641
|
dialpadUserId?: string | null | undefined;
|
|
641
|
-
deletedAt?: string | null | undefined;
|
|
642
642
|
} | null | undefined;
|
|
643
643
|
reviewedAt?: string | null | undefined;
|
|
644
644
|
}, {
|
|
@@ -673,13 +673,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
673
673
|
description?: string | null | undefined;
|
|
674
674
|
isPrimary?: boolean | undefined;
|
|
675
675
|
}[] | undefined;
|
|
676
|
+
deletedAt?: string | Date | null | undefined;
|
|
676
677
|
canImpersonateUsers?: {
|
|
677
678
|
id: string;
|
|
678
679
|
lastName: string;
|
|
679
680
|
firstName: string;
|
|
680
681
|
}[] | undefined;
|
|
681
682
|
dialpadUserId?: string | null | undefined;
|
|
682
|
-
deletedAt?: string | Date | null | undefined;
|
|
683
683
|
};
|
|
684
684
|
clientId: string;
|
|
685
685
|
client: {
|
|
@@ -729,13 +729,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
729
729
|
description?: string | null | undefined;
|
|
730
730
|
isPrimary?: boolean | undefined;
|
|
731
731
|
}[] | undefined;
|
|
732
|
+
deletedAt?: string | Date | null | undefined;
|
|
732
733
|
canImpersonateUsers?: {
|
|
733
734
|
id: string;
|
|
734
735
|
lastName: string;
|
|
735
736
|
firstName: string;
|
|
736
737
|
}[] | undefined;
|
|
737
738
|
dialpadUserId?: string | null | undefined;
|
|
738
|
-
deletedAt?: string | Date | null | undefined;
|
|
739
739
|
};
|
|
740
740
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
741
741
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -765,13 +765,13 @@ export declare const AgentClientLinkSchema: z.ZodObject<{
|
|
|
765
765
|
description?: string | null | undefined;
|
|
766
766
|
isPrimary?: boolean | undefined;
|
|
767
767
|
}[] | undefined;
|
|
768
|
+
deletedAt?: string | Date | null | undefined;
|
|
768
769
|
canImpersonateUsers?: {
|
|
769
770
|
id: string;
|
|
770
771
|
lastName: string;
|
|
771
772
|
firstName: string;
|
|
772
773
|
}[] | undefined;
|
|
773
774
|
dialpadUserId?: string | null | undefined;
|
|
774
|
-
deletedAt?: string | Date | null | undefined;
|
|
775
775
|
} | null | undefined;
|
|
776
776
|
reviewedAt?: string | Date | null | undefined;
|
|
777
777
|
}>;
|
|
@@ -1007,13 +1007,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1007
1007
|
firstName: string;
|
|
1008
1008
|
}[] | undefined;
|
|
1009
1009
|
} | null | undefined;
|
|
1010
|
+
deletedAt?: string | null | undefined;
|
|
1010
1011
|
canImpersonateUsers?: {
|
|
1011
1012
|
id: string;
|
|
1012
1013
|
lastName: string;
|
|
1013
1014
|
firstName: string;
|
|
1014
1015
|
}[] | undefined;
|
|
1015
1016
|
dialpadUserId?: string | null | undefined;
|
|
1016
|
-
deletedAt?: string | null | undefined;
|
|
1017
1017
|
}, {
|
|
1018
1018
|
email: string;
|
|
1019
1019
|
createdAt: string | Date;
|
|
@@ -1039,13 +1039,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1039
1039
|
description?: string | null | undefined;
|
|
1040
1040
|
isPrimary?: boolean | undefined;
|
|
1041
1041
|
}[] | undefined;
|
|
1042
|
+
deletedAt?: string | Date | null | undefined;
|
|
1042
1043
|
canImpersonateUsers?: {
|
|
1043
1044
|
id: string;
|
|
1044
1045
|
lastName: string;
|
|
1045
1046
|
firstName: string;
|
|
1046
1047
|
}[] | undefined;
|
|
1047
1048
|
dialpadUserId?: string | null | undefined;
|
|
1048
|
-
deletedAt?: string | Date | null | undefined;
|
|
1049
1049
|
}>;
|
|
1050
1050
|
linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
|
|
1051
1051
|
suggestedChanges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -1151,13 +1151,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1151
1151
|
firstName: string;
|
|
1152
1152
|
}[] | undefined;
|
|
1153
1153
|
} | null | undefined;
|
|
1154
|
+
deletedAt?: string | null | undefined;
|
|
1154
1155
|
canImpersonateUsers?: {
|
|
1155
1156
|
id: string;
|
|
1156
1157
|
lastName: string;
|
|
1157
1158
|
firstName: string;
|
|
1158
1159
|
}[] | undefined;
|
|
1159
1160
|
dialpadUserId?: string | null | undefined;
|
|
1160
|
-
deletedAt?: string | null | undefined;
|
|
1161
1161
|
}, {
|
|
1162
1162
|
email: string;
|
|
1163
1163
|
createdAt: string | Date;
|
|
@@ -1183,13 +1183,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1183
1183
|
description?: string | null | undefined;
|
|
1184
1184
|
isPrimary?: boolean | undefined;
|
|
1185
1185
|
}[] | undefined;
|
|
1186
|
+
deletedAt?: string | Date | null | undefined;
|
|
1186
1187
|
canImpersonateUsers?: {
|
|
1187
1188
|
id: string;
|
|
1188
1189
|
lastName: string;
|
|
1189
1190
|
firstName: string;
|
|
1190
1191
|
}[] | undefined;
|
|
1191
1192
|
dialpadUserId?: string | null | undefined;
|
|
1192
|
-
deletedAt?: string | Date | null | undefined;
|
|
1193
1193
|
}>>>;
|
|
1194
1194
|
reviewedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
1195
1195
|
createdBy: z.ZodString;
|
|
@@ -1292,13 +1292,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1292
1292
|
firstName: string;
|
|
1293
1293
|
}[] | undefined;
|
|
1294
1294
|
} | null | undefined;
|
|
1295
|
+
deletedAt?: string | null | undefined;
|
|
1295
1296
|
canImpersonateUsers?: {
|
|
1296
1297
|
id: string;
|
|
1297
1298
|
lastName: string;
|
|
1298
1299
|
firstName: string;
|
|
1299
1300
|
}[] | undefined;
|
|
1300
1301
|
dialpadUserId?: string | null | undefined;
|
|
1301
|
-
deletedAt?: string | null | undefined;
|
|
1302
1302
|
}, {
|
|
1303
1303
|
email: string;
|
|
1304
1304
|
createdAt: string | Date;
|
|
@@ -1324,13 +1324,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1324
1324
|
description?: string | null | undefined;
|
|
1325
1325
|
isPrimary?: boolean | undefined;
|
|
1326
1326
|
}[] | undefined;
|
|
1327
|
+
deletedAt?: string | Date | null | undefined;
|
|
1327
1328
|
canImpersonateUsers?: {
|
|
1328
1329
|
id: string;
|
|
1329
1330
|
lastName: string;
|
|
1330
1331
|
firstName: string;
|
|
1331
1332
|
}[] | undefined;
|
|
1332
1333
|
dialpadUserId?: string | null | undefined;
|
|
1333
|
-
deletedAt?: string | Date | null | undefined;
|
|
1334
1334
|
}>;
|
|
1335
1335
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
1336
1336
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -1366,13 +1366,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1366
1366
|
firstName: string;
|
|
1367
1367
|
}[] | undefined;
|
|
1368
1368
|
} | null | undefined;
|
|
1369
|
+
deletedAt?: string | null | undefined;
|
|
1369
1370
|
canImpersonateUsers?: {
|
|
1370
1371
|
id: string;
|
|
1371
1372
|
lastName: string;
|
|
1372
1373
|
firstName: string;
|
|
1373
1374
|
}[] | undefined;
|
|
1374
1375
|
dialpadUserId?: string | null | undefined;
|
|
1375
|
-
deletedAt?: string | null | undefined;
|
|
1376
1376
|
};
|
|
1377
1377
|
clientId: string;
|
|
1378
1378
|
client: {
|
|
@@ -1422,13 +1422,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1422
1422
|
firstName: string;
|
|
1423
1423
|
}[] | undefined;
|
|
1424
1424
|
} | null | undefined;
|
|
1425
|
+
deletedAt?: string | null | undefined;
|
|
1425
1426
|
canImpersonateUsers?: {
|
|
1426
1427
|
id: string;
|
|
1427
1428
|
lastName: string;
|
|
1428
1429
|
firstName: string;
|
|
1429
1430
|
}[] | undefined;
|
|
1430
1431
|
dialpadUserId?: string | null | undefined;
|
|
1431
|
-
deletedAt?: string | null | undefined;
|
|
1432
1432
|
};
|
|
1433
1433
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
1434
1434
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -1458,13 +1458,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1458
1458
|
firstName: string;
|
|
1459
1459
|
}[] | undefined;
|
|
1460
1460
|
} | null | undefined;
|
|
1461
|
+
deletedAt?: string | null | undefined;
|
|
1461
1462
|
canImpersonateUsers?: {
|
|
1462
1463
|
id: string;
|
|
1463
1464
|
lastName: string;
|
|
1464
1465
|
firstName: string;
|
|
1465
1466
|
}[] | undefined;
|
|
1466
1467
|
dialpadUserId?: string | null | undefined;
|
|
1467
|
-
deletedAt?: string | null | undefined;
|
|
1468
1468
|
} | null | undefined;
|
|
1469
1469
|
reviewedAt?: string | null | undefined;
|
|
1470
1470
|
}, {
|
|
@@ -1499,13 +1499,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1499
1499
|
description?: string | null | undefined;
|
|
1500
1500
|
isPrimary?: boolean | undefined;
|
|
1501
1501
|
}[] | undefined;
|
|
1502
|
+
deletedAt?: string | Date | null | undefined;
|
|
1502
1503
|
canImpersonateUsers?: {
|
|
1503
1504
|
id: string;
|
|
1504
1505
|
lastName: string;
|
|
1505
1506
|
firstName: string;
|
|
1506
1507
|
}[] | undefined;
|
|
1507
1508
|
dialpadUserId?: string | null | undefined;
|
|
1508
|
-
deletedAt?: string | Date | null | undefined;
|
|
1509
1509
|
};
|
|
1510
1510
|
clientId: string;
|
|
1511
1511
|
client: {
|
|
@@ -1555,13 +1555,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1555
1555
|
description?: string | null | undefined;
|
|
1556
1556
|
isPrimary?: boolean | undefined;
|
|
1557
1557
|
}[] | undefined;
|
|
1558
|
+
deletedAt?: string | Date | null | undefined;
|
|
1558
1559
|
canImpersonateUsers?: {
|
|
1559
1560
|
id: string;
|
|
1560
1561
|
lastName: string;
|
|
1561
1562
|
firstName: string;
|
|
1562
1563
|
}[] | undefined;
|
|
1563
1564
|
dialpadUserId?: string | null | undefined;
|
|
1564
|
-
deletedAt?: string | Date | null | undefined;
|
|
1565
1565
|
};
|
|
1566
1566
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
1567
1567
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -1591,13 +1591,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1591
1591
|
description?: string | null | undefined;
|
|
1592
1592
|
isPrimary?: boolean | undefined;
|
|
1593
1593
|
}[] | undefined;
|
|
1594
|
+
deletedAt?: string | Date | null | undefined;
|
|
1594
1595
|
canImpersonateUsers?: {
|
|
1595
1596
|
id: string;
|
|
1596
1597
|
lastName: string;
|
|
1597
1598
|
firstName: string;
|
|
1598
1599
|
}[] | undefined;
|
|
1599
1600
|
dialpadUserId?: string | null | undefined;
|
|
1600
|
-
deletedAt?: string | Date | null | undefined;
|
|
1601
1601
|
} | null | undefined;
|
|
1602
1602
|
reviewedAt?: string | Date | null | undefined;
|
|
1603
1603
|
}>, "many">;
|
|
@@ -1640,13 +1640,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1640
1640
|
firstName: string;
|
|
1641
1641
|
}[] | undefined;
|
|
1642
1642
|
} | null | undefined;
|
|
1643
|
+
deletedAt?: string | null | undefined;
|
|
1643
1644
|
canImpersonateUsers?: {
|
|
1644
1645
|
id: string;
|
|
1645
1646
|
lastName: string;
|
|
1646
1647
|
firstName: string;
|
|
1647
1648
|
}[] | undefined;
|
|
1648
1649
|
dialpadUserId?: string | null | undefined;
|
|
1649
|
-
deletedAt?: string | null | undefined;
|
|
1650
1650
|
};
|
|
1651
1651
|
clientId: string;
|
|
1652
1652
|
client: {
|
|
@@ -1696,13 +1696,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1696
1696
|
firstName: string;
|
|
1697
1697
|
}[] | undefined;
|
|
1698
1698
|
} | null | undefined;
|
|
1699
|
+
deletedAt?: string | null | undefined;
|
|
1699
1700
|
canImpersonateUsers?: {
|
|
1700
1701
|
id: string;
|
|
1701
1702
|
lastName: string;
|
|
1702
1703
|
firstName: string;
|
|
1703
1704
|
}[] | undefined;
|
|
1704
1705
|
dialpadUserId?: string | null | undefined;
|
|
1705
|
-
deletedAt?: string | null | undefined;
|
|
1706
1706
|
};
|
|
1707
1707
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
1708
1708
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -1732,13 +1732,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1732
1732
|
firstName: string;
|
|
1733
1733
|
}[] | undefined;
|
|
1734
1734
|
} | null | undefined;
|
|
1735
|
+
deletedAt?: string | null | undefined;
|
|
1735
1736
|
canImpersonateUsers?: {
|
|
1736
1737
|
id: string;
|
|
1737
1738
|
lastName: string;
|
|
1738
1739
|
firstName: string;
|
|
1739
1740
|
}[] | undefined;
|
|
1740
1741
|
dialpadUserId?: string | null | undefined;
|
|
1741
|
-
deletedAt?: string | null | undefined;
|
|
1742
1742
|
} | null | undefined;
|
|
1743
1743
|
reviewedAt?: string | null | undefined;
|
|
1744
1744
|
}[];
|
|
@@ -1780,13 +1780,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1780
1780
|
description?: string | null | undefined;
|
|
1781
1781
|
isPrimary?: boolean | undefined;
|
|
1782
1782
|
}[] | undefined;
|
|
1783
|
+
deletedAt?: string | Date | null | undefined;
|
|
1783
1784
|
canImpersonateUsers?: {
|
|
1784
1785
|
id: string;
|
|
1785
1786
|
lastName: string;
|
|
1786
1787
|
firstName: string;
|
|
1787
1788
|
}[] | undefined;
|
|
1788
1789
|
dialpadUserId?: string | null | undefined;
|
|
1789
|
-
deletedAt?: string | Date | null | undefined;
|
|
1790
1790
|
};
|
|
1791
1791
|
clientId: string;
|
|
1792
1792
|
client: {
|
|
@@ -1836,13 +1836,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1836
1836
|
description?: string | null | undefined;
|
|
1837
1837
|
isPrimary?: boolean | undefined;
|
|
1838
1838
|
}[] | undefined;
|
|
1839
|
+
deletedAt?: string | Date | null | undefined;
|
|
1839
1840
|
canImpersonateUsers?: {
|
|
1840
1841
|
id: string;
|
|
1841
1842
|
lastName: string;
|
|
1842
1843
|
firstName: string;
|
|
1843
1844
|
}[] | undefined;
|
|
1844
1845
|
dialpadUserId?: string | null | undefined;
|
|
1845
|
-
deletedAt?: string | Date | null | undefined;
|
|
1846
1846
|
};
|
|
1847
1847
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
1848
1848
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -1872,13 +1872,13 @@ export declare const PaginatedAgentClientLinkResponseSchema: z.ZodObject<{
|
|
|
1872
1872
|
description?: string | null | undefined;
|
|
1873
1873
|
isPrimary?: boolean | undefined;
|
|
1874
1874
|
}[] | undefined;
|
|
1875
|
+
deletedAt?: string | Date | null | undefined;
|
|
1875
1876
|
canImpersonateUsers?: {
|
|
1876
1877
|
id: string;
|
|
1877
1878
|
lastName: string;
|
|
1878
1879
|
firstName: string;
|
|
1879
1880
|
}[] | undefined;
|
|
1880
1881
|
dialpadUserId?: string | null | undefined;
|
|
1881
|
-
deletedAt?: string | Date | null | undefined;
|
|
1882
1882
|
} | null | undefined;
|
|
1883
1883
|
reviewedAt?: string | Date | null | undefined;
|
|
1884
1884
|
}[];
|
|
@@ -1895,9 +1895,6 @@ export type ApplyChanges = z.infer<typeof ApplyChangesSchema>;
|
|
|
1895
1895
|
export type PaginatedAgentClientLinkResponse = z.infer<typeof PaginatedAgentClientLinkResponseSchema>;
|
|
1896
1896
|
export declare const agentClientLinksContract: {
|
|
1897
1897
|
findAll: {
|
|
1898
|
-
metadata: {
|
|
1899
|
-
tags: string[];
|
|
1900
|
-
};
|
|
1901
1898
|
query: z.ZodObject<{
|
|
1902
1899
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
1903
1900
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1927,11 +1924,14 @@ export declare const agentClientLinksContract: {
|
|
|
1927
1924
|
clientId?: string | undefined;
|
|
1928
1925
|
linkType?: "CREATION" | "EDIT_SUGGESTION" | undefined;
|
|
1929
1926
|
}>;
|
|
1927
|
+
metadata: {
|
|
1928
|
+
tags: string[];
|
|
1929
|
+
};
|
|
1930
1930
|
summary: "Get all agent-client links";
|
|
1931
1931
|
method: "GET";
|
|
1932
1932
|
path: "/v2/agent-client-links";
|
|
1933
1933
|
responses: {
|
|
1934
|
-
|
|
1934
|
+
401: z.ZodObject<{
|
|
1935
1935
|
statusCode: z.ZodNumber;
|
|
1936
1936
|
message: z.ZodString;
|
|
1937
1937
|
code: z.ZodString;
|
|
@@ -1940,23 +1940,23 @@ export declare const agentClientLinksContract: {
|
|
|
1940
1940
|
path: z.ZodString;
|
|
1941
1941
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1942
1942
|
}, "strip", z.ZodTypeAny, {
|
|
1943
|
-
message: string;
|
|
1944
1943
|
code: string;
|
|
1945
1944
|
path: string;
|
|
1945
|
+
message: string;
|
|
1946
1946
|
statusCode: number;
|
|
1947
1947
|
timestamp: string;
|
|
1948
1948
|
details?: unknown;
|
|
1949
1949
|
correlationId?: string | undefined;
|
|
1950
1950
|
}, {
|
|
1951
|
-
message: string;
|
|
1952
1951
|
code: string;
|
|
1953
1952
|
path: string;
|
|
1953
|
+
message: string;
|
|
1954
1954
|
statusCode: number;
|
|
1955
1955
|
timestamp: string;
|
|
1956
1956
|
details?: unknown;
|
|
1957
1957
|
correlationId?: string | undefined;
|
|
1958
1958
|
}>;
|
|
1959
|
-
|
|
1959
|
+
400: z.ZodObject<{
|
|
1960
1960
|
statusCode: z.ZodNumber;
|
|
1961
1961
|
message: z.ZodString;
|
|
1962
1962
|
code: z.ZodString;
|
|
@@ -1965,23 +1965,23 @@ export declare const agentClientLinksContract: {
|
|
|
1965
1965
|
path: z.ZodString;
|
|
1966
1966
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1967
1967
|
}, "strip", z.ZodTypeAny, {
|
|
1968
|
-
message: string;
|
|
1969
1968
|
code: string;
|
|
1970
1969
|
path: string;
|
|
1970
|
+
message: string;
|
|
1971
1971
|
statusCode: number;
|
|
1972
1972
|
timestamp: string;
|
|
1973
1973
|
details?: unknown;
|
|
1974
1974
|
correlationId?: string | undefined;
|
|
1975
1975
|
}, {
|
|
1976
|
-
message: string;
|
|
1977
1976
|
code: string;
|
|
1978
1977
|
path: string;
|
|
1978
|
+
message: string;
|
|
1979
1979
|
statusCode: number;
|
|
1980
1980
|
timestamp: string;
|
|
1981
1981
|
details?: unknown;
|
|
1982
1982
|
correlationId?: string | undefined;
|
|
1983
1983
|
}>;
|
|
1984
|
-
|
|
1984
|
+
403: z.ZodObject<{
|
|
1985
1985
|
statusCode: z.ZodNumber;
|
|
1986
1986
|
message: z.ZodString;
|
|
1987
1987
|
code: z.ZodString;
|
|
@@ -1990,17 +1990,17 @@ export declare const agentClientLinksContract: {
|
|
|
1990
1990
|
path: z.ZodString;
|
|
1991
1991
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1992
1992
|
}, "strip", z.ZodTypeAny, {
|
|
1993
|
-
message: string;
|
|
1994
1993
|
code: string;
|
|
1995
1994
|
path: string;
|
|
1995
|
+
message: string;
|
|
1996
1996
|
statusCode: number;
|
|
1997
1997
|
timestamp: string;
|
|
1998
1998
|
details?: unknown;
|
|
1999
1999
|
correlationId?: string | undefined;
|
|
2000
2000
|
}, {
|
|
2001
|
-
message: string;
|
|
2002
2001
|
code: string;
|
|
2003
2002
|
path: string;
|
|
2003
|
+
message: string;
|
|
2004
2004
|
statusCode: number;
|
|
2005
2005
|
timestamp: string;
|
|
2006
2006
|
details?: unknown;
|
|
@@ -2015,17 +2015,17 @@ export declare const agentClientLinksContract: {
|
|
|
2015
2015
|
path: z.ZodString;
|
|
2016
2016
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2017
2017
|
}, "strip", z.ZodTypeAny, {
|
|
2018
|
-
message: string;
|
|
2019
2018
|
code: string;
|
|
2020
2019
|
path: string;
|
|
2020
|
+
message: string;
|
|
2021
2021
|
statusCode: number;
|
|
2022
2022
|
timestamp: string;
|
|
2023
2023
|
details?: unknown;
|
|
2024
2024
|
correlationId?: string | undefined;
|
|
2025
2025
|
}, {
|
|
2026
|
-
message: string;
|
|
2027
2026
|
code: string;
|
|
2028
2027
|
path: string;
|
|
2028
|
+
message: string;
|
|
2029
2029
|
statusCode: number;
|
|
2030
2030
|
timestamp: string;
|
|
2031
2031
|
details?: unknown;
|
|
@@ -2210,13 +2210,13 @@ export declare const agentClientLinksContract: {
|
|
|
2210
2210
|
firstName: string;
|
|
2211
2211
|
}[] | undefined;
|
|
2212
2212
|
} | null | undefined;
|
|
2213
|
+
deletedAt?: string | null | undefined;
|
|
2213
2214
|
canImpersonateUsers?: {
|
|
2214
2215
|
id: string;
|
|
2215
2216
|
lastName: string;
|
|
2216
2217
|
firstName: string;
|
|
2217
2218
|
}[] | undefined;
|
|
2218
2219
|
dialpadUserId?: string | null | undefined;
|
|
2219
|
-
deletedAt?: string | null | undefined;
|
|
2220
2220
|
}, {
|
|
2221
2221
|
email: string;
|
|
2222
2222
|
createdAt: string | Date;
|
|
@@ -2242,13 +2242,13 @@ export declare const agentClientLinksContract: {
|
|
|
2242
2242
|
description?: string | null | undefined;
|
|
2243
2243
|
isPrimary?: boolean | undefined;
|
|
2244
2244
|
}[] | undefined;
|
|
2245
|
+
deletedAt?: string | Date | null | undefined;
|
|
2245
2246
|
canImpersonateUsers?: {
|
|
2246
2247
|
id: string;
|
|
2247
2248
|
lastName: string;
|
|
2248
2249
|
firstName: string;
|
|
2249
2250
|
}[] | undefined;
|
|
2250
2251
|
dialpadUserId?: string | null | undefined;
|
|
2251
|
-
deletedAt?: string | Date | null | undefined;
|
|
2252
2252
|
}>;
|
|
2253
2253
|
linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
|
|
2254
2254
|
suggestedChanges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -2354,13 +2354,13 @@ export declare const agentClientLinksContract: {
|
|
|
2354
2354
|
firstName: string;
|
|
2355
2355
|
}[] | undefined;
|
|
2356
2356
|
} | null | undefined;
|
|
2357
|
+
deletedAt?: string | null | undefined;
|
|
2357
2358
|
canImpersonateUsers?: {
|
|
2358
2359
|
id: string;
|
|
2359
2360
|
lastName: string;
|
|
2360
2361
|
firstName: string;
|
|
2361
2362
|
}[] | undefined;
|
|
2362
2363
|
dialpadUserId?: string | null | undefined;
|
|
2363
|
-
deletedAt?: string | null | undefined;
|
|
2364
2364
|
}, {
|
|
2365
2365
|
email: string;
|
|
2366
2366
|
createdAt: string | Date;
|
|
@@ -2386,13 +2386,13 @@ export declare const agentClientLinksContract: {
|
|
|
2386
2386
|
description?: string | null | undefined;
|
|
2387
2387
|
isPrimary?: boolean | undefined;
|
|
2388
2388
|
}[] | undefined;
|
|
2389
|
+
deletedAt?: string | Date | null | undefined;
|
|
2389
2390
|
canImpersonateUsers?: {
|
|
2390
2391
|
id: string;
|
|
2391
2392
|
lastName: string;
|
|
2392
2393
|
firstName: string;
|
|
2393
2394
|
}[] | undefined;
|
|
2394
2395
|
dialpadUserId?: string | null | undefined;
|
|
2395
|
-
deletedAt?: string | Date | null | undefined;
|
|
2396
2396
|
}>>>;
|
|
2397
2397
|
reviewedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
2398
2398
|
createdBy: z.ZodString;
|
|
@@ -2495,13 +2495,13 @@ export declare const agentClientLinksContract: {
|
|
|
2495
2495
|
firstName: string;
|
|
2496
2496
|
}[] | undefined;
|
|
2497
2497
|
} | null | undefined;
|
|
2498
|
+
deletedAt?: string | null | undefined;
|
|
2498
2499
|
canImpersonateUsers?: {
|
|
2499
2500
|
id: string;
|
|
2500
2501
|
lastName: string;
|
|
2501
2502
|
firstName: string;
|
|
2502
2503
|
}[] | undefined;
|
|
2503
2504
|
dialpadUserId?: string | null | undefined;
|
|
2504
|
-
deletedAt?: string | null | undefined;
|
|
2505
2505
|
}, {
|
|
2506
2506
|
email: string;
|
|
2507
2507
|
createdAt: string | Date;
|
|
@@ -2527,13 +2527,13 @@ export declare const agentClientLinksContract: {
|
|
|
2527
2527
|
description?: string | null | undefined;
|
|
2528
2528
|
isPrimary?: boolean | undefined;
|
|
2529
2529
|
}[] | undefined;
|
|
2530
|
+
deletedAt?: string | Date | null | undefined;
|
|
2530
2531
|
canImpersonateUsers?: {
|
|
2531
2532
|
id: string;
|
|
2532
2533
|
lastName: string;
|
|
2533
2534
|
firstName: string;
|
|
2534
2535
|
}[] | undefined;
|
|
2535
2536
|
dialpadUserId?: string | null | undefined;
|
|
2536
|
-
deletedAt?: string | Date | null | undefined;
|
|
2537
2537
|
}>;
|
|
2538
2538
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
2539
2539
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -2569,13 +2569,13 @@ export declare const agentClientLinksContract: {
|
|
|
2569
2569
|
firstName: string;
|
|
2570
2570
|
}[] | undefined;
|
|
2571
2571
|
} | null | undefined;
|
|
2572
|
+
deletedAt?: string | null | undefined;
|
|
2572
2573
|
canImpersonateUsers?: {
|
|
2573
2574
|
id: string;
|
|
2574
2575
|
lastName: string;
|
|
2575
2576
|
firstName: string;
|
|
2576
2577
|
}[] | undefined;
|
|
2577
2578
|
dialpadUserId?: string | null | undefined;
|
|
2578
|
-
deletedAt?: string | null | undefined;
|
|
2579
2579
|
};
|
|
2580
2580
|
clientId: string;
|
|
2581
2581
|
client: {
|
|
@@ -2625,13 +2625,13 @@ export declare const agentClientLinksContract: {
|
|
|
2625
2625
|
firstName: string;
|
|
2626
2626
|
}[] | undefined;
|
|
2627
2627
|
} | null | undefined;
|
|
2628
|
+
deletedAt?: string | null | undefined;
|
|
2628
2629
|
canImpersonateUsers?: {
|
|
2629
2630
|
id: string;
|
|
2630
2631
|
lastName: string;
|
|
2631
2632
|
firstName: string;
|
|
2632
2633
|
}[] | undefined;
|
|
2633
2634
|
dialpadUserId?: string | null | undefined;
|
|
2634
|
-
deletedAt?: string | null | undefined;
|
|
2635
2635
|
};
|
|
2636
2636
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
2637
2637
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -2661,13 +2661,13 @@ export declare const agentClientLinksContract: {
|
|
|
2661
2661
|
firstName: string;
|
|
2662
2662
|
}[] | undefined;
|
|
2663
2663
|
} | null | undefined;
|
|
2664
|
+
deletedAt?: string | null | undefined;
|
|
2664
2665
|
canImpersonateUsers?: {
|
|
2665
2666
|
id: string;
|
|
2666
2667
|
lastName: string;
|
|
2667
2668
|
firstName: string;
|
|
2668
2669
|
}[] | undefined;
|
|
2669
2670
|
dialpadUserId?: string | null | undefined;
|
|
2670
|
-
deletedAt?: string | null | undefined;
|
|
2671
2671
|
} | null | undefined;
|
|
2672
2672
|
reviewedAt?: string | null | undefined;
|
|
2673
2673
|
}, {
|
|
@@ -2702,13 +2702,13 @@ export declare const agentClientLinksContract: {
|
|
|
2702
2702
|
description?: string | null | undefined;
|
|
2703
2703
|
isPrimary?: boolean | undefined;
|
|
2704
2704
|
}[] | undefined;
|
|
2705
|
+
deletedAt?: string | Date | null | undefined;
|
|
2705
2706
|
canImpersonateUsers?: {
|
|
2706
2707
|
id: string;
|
|
2707
2708
|
lastName: string;
|
|
2708
2709
|
firstName: string;
|
|
2709
2710
|
}[] | undefined;
|
|
2710
2711
|
dialpadUserId?: string | null | undefined;
|
|
2711
|
-
deletedAt?: string | Date | null | undefined;
|
|
2712
2712
|
};
|
|
2713
2713
|
clientId: string;
|
|
2714
2714
|
client: {
|
|
@@ -2758,13 +2758,13 @@ export declare const agentClientLinksContract: {
|
|
|
2758
2758
|
description?: string | null | undefined;
|
|
2759
2759
|
isPrimary?: boolean | undefined;
|
|
2760
2760
|
}[] | undefined;
|
|
2761
|
+
deletedAt?: string | Date | null | undefined;
|
|
2761
2762
|
canImpersonateUsers?: {
|
|
2762
2763
|
id: string;
|
|
2763
2764
|
lastName: string;
|
|
2764
2765
|
firstName: string;
|
|
2765
2766
|
}[] | undefined;
|
|
2766
2767
|
dialpadUserId?: string | null | undefined;
|
|
2767
|
-
deletedAt?: string | Date | null | undefined;
|
|
2768
2768
|
};
|
|
2769
2769
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
2770
2770
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -2794,13 +2794,13 @@ export declare const agentClientLinksContract: {
|
|
|
2794
2794
|
description?: string | null | undefined;
|
|
2795
2795
|
isPrimary?: boolean | undefined;
|
|
2796
2796
|
}[] | undefined;
|
|
2797
|
+
deletedAt?: string | Date | null | undefined;
|
|
2797
2798
|
canImpersonateUsers?: {
|
|
2798
2799
|
id: string;
|
|
2799
2800
|
lastName: string;
|
|
2800
2801
|
firstName: string;
|
|
2801
2802
|
}[] | undefined;
|
|
2802
2803
|
dialpadUserId?: string | null | undefined;
|
|
2803
|
-
deletedAt?: string | Date | null | undefined;
|
|
2804
2804
|
} | null | undefined;
|
|
2805
2805
|
reviewedAt?: string | Date | null | undefined;
|
|
2806
2806
|
}>, "many">;
|
|
@@ -2843,13 +2843,13 @@ export declare const agentClientLinksContract: {
|
|
|
2843
2843
|
firstName: string;
|
|
2844
2844
|
}[] | undefined;
|
|
2845
2845
|
} | null | undefined;
|
|
2846
|
+
deletedAt?: string | null | undefined;
|
|
2846
2847
|
canImpersonateUsers?: {
|
|
2847
2848
|
id: string;
|
|
2848
2849
|
lastName: string;
|
|
2849
2850
|
firstName: string;
|
|
2850
2851
|
}[] | undefined;
|
|
2851
2852
|
dialpadUserId?: string | null | undefined;
|
|
2852
|
-
deletedAt?: string | null | undefined;
|
|
2853
2853
|
};
|
|
2854
2854
|
clientId: string;
|
|
2855
2855
|
client: {
|
|
@@ -2899,13 +2899,13 @@ export declare const agentClientLinksContract: {
|
|
|
2899
2899
|
firstName: string;
|
|
2900
2900
|
}[] | undefined;
|
|
2901
2901
|
} | null | undefined;
|
|
2902
|
+
deletedAt?: string | null | undefined;
|
|
2902
2903
|
canImpersonateUsers?: {
|
|
2903
2904
|
id: string;
|
|
2904
2905
|
lastName: string;
|
|
2905
2906
|
firstName: string;
|
|
2906
2907
|
}[] | undefined;
|
|
2907
2908
|
dialpadUserId?: string | null | undefined;
|
|
2908
|
-
deletedAt?: string | null | undefined;
|
|
2909
2909
|
};
|
|
2910
2910
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
2911
2911
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -2935,13 +2935,13 @@ export declare const agentClientLinksContract: {
|
|
|
2935
2935
|
firstName: string;
|
|
2936
2936
|
}[] | undefined;
|
|
2937
2937
|
} | null | undefined;
|
|
2938
|
+
deletedAt?: string | null | undefined;
|
|
2938
2939
|
canImpersonateUsers?: {
|
|
2939
2940
|
id: string;
|
|
2940
2941
|
lastName: string;
|
|
2941
2942
|
firstName: string;
|
|
2942
2943
|
}[] | undefined;
|
|
2943
2944
|
dialpadUserId?: string | null | undefined;
|
|
2944
|
-
deletedAt?: string | null | undefined;
|
|
2945
2945
|
} | null | undefined;
|
|
2946
2946
|
reviewedAt?: string | null | undefined;
|
|
2947
2947
|
}[];
|
|
@@ -2983,13 +2983,13 @@ export declare const agentClientLinksContract: {
|
|
|
2983
2983
|
description?: string | null | undefined;
|
|
2984
2984
|
isPrimary?: boolean | undefined;
|
|
2985
2985
|
}[] | undefined;
|
|
2986
|
+
deletedAt?: string | Date | null | undefined;
|
|
2986
2987
|
canImpersonateUsers?: {
|
|
2987
2988
|
id: string;
|
|
2988
2989
|
lastName: string;
|
|
2989
2990
|
firstName: string;
|
|
2990
2991
|
}[] | undefined;
|
|
2991
2992
|
dialpadUserId?: string | null | undefined;
|
|
2992
|
-
deletedAt?: string | Date | null | undefined;
|
|
2993
2993
|
};
|
|
2994
2994
|
clientId: string;
|
|
2995
2995
|
client: {
|
|
@@ -3039,13 +3039,13 @@ export declare const agentClientLinksContract: {
|
|
|
3039
3039
|
description?: string | null | undefined;
|
|
3040
3040
|
isPrimary?: boolean | undefined;
|
|
3041
3041
|
}[] | undefined;
|
|
3042
|
+
deletedAt?: string | Date | null | undefined;
|
|
3042
3043
|
canImpersonateUsers?: {
|
|
3043
3044
|
id: string;
|
|
3044
3045
|
lastName: string;
|
|
3045
3046
|
firstName: string;
|
|
3046
3047
|
}[] | undefined;
|
|
3047
3048
|
dialpadUserId?: string | null | undefined;
|
|
3048
|
-
deletedAt?: string | Date | null | undefined;
|
|
3049
3049
|
};
|
|
3050
3050
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
3051
3051
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -3075,13 +3075,13 @@ export declare const agentClientLinksContract: {
|
|
|
3075
3075
|
description?: string | null | undefined;
|
|
3076
3076
|
isPrimary?: boolean | undefined;
|
|
3077
3077
|
}[] | undefined;
|
|
3078
|
+
deletedAt?: string | Date | null | undefined;
|
|
3078
3079
|
canImpersonateUsers?: {
|
|
3079
3080
|
id: string;
|
|
3080
3081
|
lastName: string;
|
|
3081
3082
|
firstName: string;
|
|
3082
3083
|
}[] | undefined;
|
|
3083
3084
|
dialpadUserId?: string | null | undefined;
|
|
3084
|
-
deletedAt?: string | Date | null | undefined;
|
|
3085
3085
|
} | null | undefined;
|
|
3086
3086
|
reviewedAt?: string | Date | null | undefined;
|
|
3087
3087
|
}[];
|
|
@@ -3107,7 +3107,7 @@ export declare const agentClientLinksContract: {
|
|
|
3107
3107
|
method: "GET";
|
|
3108
3108
|
path: "/v2/agent-client-links/:id";
|
|
3109
3109
|
responses: {
|
|
3110
|
-
|
|
3110
|
+
401: z.ZodObject<{
|
|
3111
3111
|
statusCode: z.ZodNumber;
|
|
3112
3112
|
message: z.ZodString;
|
|
3113
3113
|
code: z.ZodString;
|
|
@@ -3116,23 +3116,23 @@ export declare const agentClientLinksContract: {
|
|
|
3116
3116
|
path: z.ZodString;
|
|
3117
3117
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3118
3118
|
}, "strip", z.ZodTypeAny, {
|
|
3119
|
-
message: string;
|
|
3120
3119
|
code: string;
|
|
3121
3120
|
path: string;
|
|
3121
|
+
message: string;
|
|
3122
3122
|
statusCode: number;
|
|
3123
3123
|
timestamp: string;
|
|
3124
3124
|
details?: unknown;
|
|
3125
3125
|
correlationId?: string | undefined;
|
|
3126
3126
|
}, {
|
|
3127
|
-
message: string;
|
|
3128
3127
|
code: string;
|
|
3129
3128
|
path: string;
|
|
3129
|
+
message: string;
|
|
3130
3130
|
statusCode: number;
|
|
3131
3131
|
timestamp: string;
|
|
3132
3132
|
details?: unknown;
|
|
3133
3133
|
correlationId?: string | undefined;
|
|
3134
3134
|
}>;
|
|
3135
|
-
|
|
3135
|
+
400: z.ZodObject<{
|
|
3136
3136
|
statusCode: z.ZodNumber;
|
|
3137
3137
|
message: z.ZodString;
|
|
3138
3138
|
code: z.ZodString;
|
|
@@ -3141,23 +3141,23 @@ export declare const agentClientLinksContract: {
|
|
|
3141
3141
|
path: z.ZodString;
|
|
3142
3142
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3143
3143
|
}, "strip", z.ZodTypeAny, {
|
|
3144
|
-
message: string;
|
|
3145
3144
|
code: string;
|
|
3146
3145
|
path: string;
|
|
3146
|
+
message: string;
|
|
3147
3147
|
statusCode: number;
|
|
3148
3148
|
timestamp: string;
|
|
3149
3149
|
details?: unknown;
|
|
3150
3150
|
correlationId?: string | undefined;
|
|
3151
3151
|
}, {
|
|
3152
|
-
message: string;
|
|
3153
3152
|
code: string;
|
|
3154
3153
|
path: string;
|
|
3154
|
+
message: string;
|
|
3155
3155
|
statusCode: number;
|
|
3156
3156
|
timestamp: string;
|
|
3157
3157
|
details?: unknown;
|
|
3158
3158
|
correlationId?: string | undefined;
|
|
3159
3159
|
}>;
|
|
3160
|
-
|
|
3160
|
+
403: z.ZodObject<{
|
|
3161
3161
|
statusCode: z.ZodNumber;
|
|
3162
3162
|
message: z.ZodString;
|
|
3163
3163
|
code: z.ZodString;
|
|
@@ -3166,17 +3166,17 @@ export declare const agentClientLinksContract: {
|
|
|
3166
3166
|
path: z.ZodString;
|
|
3167
3167
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3168
3168
|
}, "strip", z.ZodTypeAny, {
|
|
3169
|
-
message: string;
|
|
3170
3169
|
code: string;
|
|
3171
3170
|
path: string;
|
|
3171
|
+
message: string;
|
|
3172
3172
|
statusCode: number;
|
|
3173
3173
|
timestamp: string;
|
|
3174
3174
|
details?: unknown;
|
|
3175
3175
|
correlationId?: string | undefined;
|
|
3176
3176
|
}, {
|
|
3177
|
-
message: string;
|
|
3178
3177
|
code: string;
|
|
3179
3178
|
path: string;
|
|
3179
|
+
message: string;
|
|
3180
3180
|
statusCode: number;
|
|
3181
3181
|
timestamp: string;
|
|
3182
3182
|
details?: unknown;
|
|
@@ -3191,17 +3191,17 @@ export declare const agentClientLinksContract: {
|
|
|
3191
3191
|
path: z.ZodString;
|
|
3192
3192
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3193
3193
|
}, "strip", z.ZodTypeAny, {
|
|
3194
|
-
message: string;
|
|
3195
3194
|
code: string;
|
|
3196
3195
|
path: string;
|
|
3196
|
+
message: string;
|
|
3197
3197
|
statusCode: number;
|
|
3198
3198
|
timestamp: string;
|
|
3199
3199
|
details?: unknown;
|
|
3200
3200
|
correlationId?: string | undefined;
|
|
3201
3201
|
}, {
|
|
3202
|
-
message: string;
|
|
3203
3202
|
code: string;
|
|
3204
3203
|
path: string;
|
|
3204
|
+
message: string;
|
|
3205
3205
|
statusCode: number;
|
|
3206
3206
|
timestamp: string;
|
|
3207
3207
|
details?: unknown;
|
|
@@ -3385,13 +3385,13 @@ export declare const agentClientLinksContract: {
|
|
|
3385
3385
|
firstName: string;
|
|
3386
3386
|
}[] | undefined;
|
|
3387
3387
|
} | null | undefined;
|
|
3388
|
+
deletedAt?: string | null | undefined;
|
|
3388
3389
|
canImpersonateUsers?: {
|
|
3389
3390
|
id: string;
|
|
3390
3391
|
lastName: string;
|
|
3391
3392
|
firstName: string;
|
|
3392
3393
|
}[] | undefined;
|
|
3393
3394
|
dialpadUserId?: string | null | undefined;
|
|
3394
|
-
deletedAt?: string | null | undefined;
|
|
3395
3395
|
}, {
|
|
3396
3396
|
email: string;
|
|
3397
3397
|
createdAt: string | Date;
|
|
@@ -3417,13 +3417,13 @@ export declare const agentClientLinksContract: {
|
|
|
3417
3417
|
description?: string | null | undefined;
|
|
3418
3418
|
isPrimary?: boolean | undefined;
|
|
3419
3419
|
}[] | undefined;
|
|
3420
|
+
deletedAt?: string | Date | null | undefined;
|
|
3420
3421
|
canImpersonateUsers?: {
|
|
3421
3422
|
id: string;
|
|
3422
3423
|
lastName: string;
|
|
3423
3424
|
firstName: string;
|
|
3424
3425
|
}[] | undefined;
|
|
3425
3426
|
dialpadUserId?: string | null | undefined;
|
|
3426
|
-
deletedAt?: string | Date | null | undefined;
|
|
3427
3427
|
}>;
|
|
3428
3428
|
linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
|
|
3429
3429
|
suggestedChanges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -3529,13 +3529,13 @@ export declare const agentClientLinksContract: {
|
|
|
3529
3529
|
firstName: string;
|
|
3530
3530
|
}[] | undefined;
|
|
3531
3531
|
} | null | undefined;
|
|
3532
|
+
deletedAt?: string | null | undefined;
|
|
3532
3533
|
canImpersonateUsers?: {
|
|
3533
3534
|
id: string;
|
|
3534
3535
|
lastName: string;
|
|
3535
3536
|
firstName: string;
|
|
3536
3537
|
}[] | undefined;
|
|
3537
3538
|
dialpadUserId?: string | null | undefined;
|
|
3538
|
-
deletedAt?: string | null | undefined;
|
|
3539
3539
|
}, {
|
|
3540
3540
|
email: string;
|
|
3541
3541
|
createdAt: string | Date;
|
|
@@ -3561,13 +3561,13 @@ export declare const agentClientLinksContract: {
|
|
|
3561
3561
|
description?: string | null | undefined;
|
|
3562
3562
|
isPrimary?: boolean | undefined;
|
|
3563
3563
|
}[] | undefined;
|
|
3564
|
+
deletedAt?: string | Date | null | undefined;
|
|
3564
3565
|
canImpersonateUsers?: {
|
|
3565
3566
|
id: string;
|
|
3566
3567
|
lastName: string;
|
|
3567
3568
|
firstName: string;
|
|
3568
3569
|
}[] | undefined;
|
|
3569
3570
|
dialpadUserId?: string | null | undefined;
|
|
3570
|
-
deletedAt?: string | Date | null | undefined;
|
|
3571
3571
|
}>>>;
|
|
3572
3572
|
reviewedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
3573
3573
|
createdBy: z.ZodString;
|
|
@@ -3670,13 +3670,13 @@ export declare const agentClientLinksContract: {
|
|
|
3670
3670
|
firstName: string;
|
|
3671
3671
|
}[] | undefined;
|
|
3672
3672
|
} | null | undefined;
|
|
3673
|
+
deletedAt?: string | null | undefined;
|
|
3673
3674
|
canImpersonateUsers?: {
|
|
3674
3675
|
id: string;
|
|
3675
3676
|
lastName: string;
|
|
3676
3677
|
firstName: string;
|
|
3677
3678
|
}[] | undefined;
|
|
3678
3679
|
dialpadUserId?: string | null | undefined;
|
|
3679
|
-
deletedAt?: string | null | undefined;
|
|
3680
3680
|
}, {
|
|
3681
3681
|
email: string;
|
|
3682
3682
|
createdAt: string | Date;
|
|
@@ -3702,13 +3702,13 @@ export declare const agentClientLinksContract: {
|
|
|
3702
3702
|
description?: string | null | undefined;
|
|
3703
3703
|
isPrimary?: boolean | undefined;
|
|
3704
3704
|
}[] | undefined;
|
|
3705
|
+
deletedAt?: string | Date | null | undefined;
|
|
3705
3706
|
canImpersonateUsers?: {
|
|
3706
3707
|
id: string;
|
|
3707
3708
|
lastName: string;
|
|
3708
3709
|
firstName: string;
|
|
3709
3710
|
}[] | undefined;
|
|
3710
3711
|
dialpadUserId?: string | null | undefined;
|
|
3711
|
-
deletedAt?: string | Date | null | undefined;
|
|
3712
3712
|
}>;
|
|
3713
3713
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
3714
3714
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -3744,13 +3744,13 @@ export declare const agentClientLinksContract: {
|
|
|
3744
3744
|
firstName: string;
|
|
3745
3745
|
}[] | undefined;
|
|
3746
3746
|
} | null | undefined;
|
|
3747
|
+
deletedAt?: string | null | undefined;
|
|
3747
3748
|
canImpersonateUsers?: {
|
|
3748
3749
|
id: string;
|
|
3749
3750
|
lastName: string;
|
|
3750
3751
|
firstName: string;
|
|
3751
3752
|
}[] | undefined;
|
|
3752
3753
|
dialpadUserId?: string | null | undefined;
|
|
3753
|
-
deletedAt?: string | null | undefined;
|
|
3754
3754
|
};
|
|
3755
3755
|
clientId: string;
|
|
3756
3756
|
client: {
|
|
@@ -3800,13 +3800,13 @@ export declare const agentClientLinksContract: {
|
|
|
3800
3800
|
firstName: string;
|
|
3801
3801
|
}[] | undefined;
|
|
3802
3802
|
} | null | undefined;
|
|
3803
|
+
deletedAt?: string | null | undefined;
|
|
3803
3804
|
canImpersonateUsers?: {
|
|
3804
3805
|
id: string;
|
|
3805
3806
|
lastName: string;
|
|
3806
3807
|
firstName: string;
|
|
3807
3808
|
}[] | undefined;
|
|
3808
3809
|
dialpadUserId?: string | null | undefined;
|
|
3809
|
-
deletedAt?: string | null | undefined;
|
|
3810
3810
|
};
|
|
3811
3811
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
3812
3812
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -3836,13 +3836,13 @@ export declare const agentClientLinksContract: {
|
|
|
3836
3836
|
firstName: string;
|
|
3837
3837
|
}[] | undefined;
|
|
3838
3838
|
} | null | undefined;
|
|
3839
|
+
deletedAt?: string | null | undefined;
|
|
3839
3840
|
canImpersonateUsers?: {
|
|
3840
3841
|
id: string;
|
|
3841
3842
|
lastName: string;
|
|
3842
3843
|
firstName: string;
|
|
3843
3844
|
}[] | undefined;
|
|
3844
3845
|
dialpadUserId?: string | null | undefined;
|
|
3845
|
-
deletedAt?: string | null | undefined;
|
|
3846
3846
|
} | null | undefined;
|
|
3847
3847
|
reviewedAt?: string | null | undefined;
|
|
3848
3848
|
}, {
|
|
@@ -3877,13 +3877,13 @@ export declare const agentClientLinksContract: {
|
|
|
3877
3877
|
description?: string | null | undefined;
|
|
3878
3878
|
isPrimary?: boolean | undefined;
|
|
3879
3879
|
}[] | undefined;
|
|
3880
|
+
deletedAt?: string | Date | null | undefined;
|
|
3880
3881
|
canImpersonateUsers?: {
|
|
3881
3882
|
id: string;
|
|
3882
3883
|
lastName: string;
|
|
3883
3884
|
firstName: string;
|
|
3884
3885
|
}[] | undefined;
|
|
3885
3886
|
dialpadUserId?: string | null | undefined;
|
|
3886
|
-
deletedAt?: string | Date | null | undefined;
|
|
3887
3887
|
};
|
|
3888
3888
|
clientId: string;
|
|
3889
3889
|
client: {
|
|
@@ -3933,13 +3933,13 @@ export declare const agentClientLinksContract: {
|
|
|
3933
3933
|
description?: string | null | undefined;
|
|
3934
3934
|
isPrimary?: boolean | undefined;
|
|
3935
3935
|
}[] | undefined;
|
|
3936
|
+
deletedAt?: string | Date | null | undefined;
|
|
3936
3937
|
canImpersonateUsers?: {
|
|
3937
3938
|
id: string;
|
|
3938
3939
|
lastName: string;
|
|
3939
3940
|
firstName: string;
|
|
3940
3941
|
}[] | undefined;
|
|
3941
3942
|
dialpadUserId?: string | null | undefined;
|
|
3942
|
-
deletedAt?: string | Date | null | undefined;
|
|
3943
3943
|
};
|
|
3944
3944
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
3945
3945
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -3969,13 +3969,13 @@ export declare const agentClientLinksContract: {
|
|
|
3969
3969
|
description?: string | null | undefined;
|
|
3970
3970
|
isPrimary?: boolean | undefined;
|
|
3971
3971
|
}[] | undefined;
|
|
3972
|
+
deletedAt?: string | Date | null | undefined;
|
|
3972
3973
|
canImpersonateUsers?: {
|
|
3973
3974
|
id: string;
|
|
3974
3975
|
lastName: string;
|
|
3975
3976
|
firstName: string;
|
|
3976
3977
|
}[] | undefined;
|
|
3977
3978
|
dialpadUserId?: string | null | undefined;
|
|
3978
|
-
deletedAt?: string | Date | null | undefined;
|
|
3979
3979
|
} | null | undefined;
|
|
3980
3980
|
reviewedAt?: string | Date | null | undefined;
|
|
3981
3981
|
}>;
|
|
@@ -3988,17 +3988,17 @@ export declare const agentClientLinksContract: {
|
|
|
3988
3988
|
path: z.ZodString;
|
|
3989
3989
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3990
3990
|
}, "strip", z.ZodTypeAny, {
|
|
3991
|
-
message: string;
|
|
3992
3991
|
code: string;
|
|
3993
3992
|
path: string;
|
|
3993
|
+
message: string;
|
|
3994
3994
|
statusCode: number;
|
|
3995
3995
|
timestamp: string;
|
|
3996
3996
|
details?: unknown;
|
|
3997
3997
|
correlationId?: string | undefined;
|
|
3998
3998
|
}, {
|
|
3999
|
-
message: string;
|
|
4000
3999
|
code: string;
|
|
4001
4000
|
path: string;
|
|
4001
|
+
message: string;
|
|
4002
4002
|
statusCode: number;
|
|
4003
4003
|
timestamp: string;
|
|
4004
4004
|
details?: unknown;
|
|
@@ -4028,7 +4028,7 @@ export declare const agentClientLinksContract: {
|
|
|
4028
4028
|
}>;
|
|
4029
4029
|
path: "/v2/agent-client-links/:id/apply";
|
|
4030
4030
|
responses: {
|
|
4031
|
-
|
|
4031
|
+
401: z.ZodObject<{
|
|
4032
4032
|
statusCode: z.ZodNumber;
|
|
4033
4033
|
message: z.ZodString;
|
|
4034
4034
|
code: z.ZodString;
|
|
@@ -4037,23 +4037,23 @@ export declare const agentClientLinksContract: {
|
|
|
4037
4037
|
path: z.ZodString;
|
|
4038
4038
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4039
4039
|
}, "strip", z.ZodTypeAny, {
|
|
4040
|
-
message: string;
|
|
4041
4040
|
code: string;
|
|
4042
4041
|
path: string;
|
|
4042
|
+
message: string;
|
|
4043
4043
|
statusCode: number;
|
|
4044
4044
|
timestamp: string;
|
|
4045
4045
|
details?: unknown;
|
|
4046
4046
|
correlationId?: string | undefined;
|
|
4047
4047
|
}, {
|
|
4048
|
-
message: string;
|
|
4049
4048
|
code: string;
|
|
4050
4049
|
path: string;
|
|
4050
|
+
message: string;
|
|
4051
4051
|
statusCode: number;
|
|
4052
4052
|
timestamp: string;
|
|
4053
4053
|
details?: unknown;
|
|
4054
4054
|
correlationId?: string | undefined;
|
|
4055
4055
|
}>;
|
|
4056
|
-
|
|
4056
|
+
400: z.ZodObject<{
|
|
4057
4057
|
statusCode: z.ZodNumber;
|
|
4058
4058
|
message: z.ZodString;
|
|
4059
4059
|
code: z.ZodString;
|
|
@@ -4062,23 +4062,23 @@ export declare const agentClientLinksContract: {
|
|
|
4062
4062
|
path: z.ZodString;
|
|
4063
4063
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4064
4064
|
}, "strip", z.ZodTypeAny, {
|
|
4065
|
-
message: string;
|
|
4066
4065
|
code: string;
|
|
4067
4066
|
path: string;
|
|
4067
|
+
message: string;
|
|
4068
4068
|
statusCode: number;
|
|
4069
4069
|
timestamp: string;
|
|
4070
4070
|
details?: unknown;
|
|
4071
4071
|
correlationId?: string | undefined;
|
|
4072
4072
|
}, {
|
|
4073
|
-
message: string;
|
|
4074
4073
|
code: string;
|
|
4075
4074
|
path: string;
|
|
4075
|
+
message: string;
|
|
4076
4076
|
statusCode: number;
|
|
4077
4077
|
timestamp: string;
|
|
4078
4078
|
details?: unknown;
|
|
4079
4079
|
correlationId?: string | undefined;
|
|
4080
4080
|
}>;
|
|
4081
|
-
|
|
4081
|
+
403: z.ZodObject<{
|
|
4082
4082
|
statusCode: z.ZodNumber;
|
|
4083
4083
|
message: z.ZodString;
|
|
4084
4084
|
code: z.ZodString;
|
|
@@ -4087,17 +4087,17 @@ export declare const agentClientLinksContract: {
|
|
|
4087
4087
|
path: z.ZodString;
|
|
4088
4088
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4089
4089
|
}, "strip", z.ZodTypeAny, {
|
|
4090
|
-
message: string;
|
|
4091
4090
|
code: string;
|
|
4092
4091
|
path: string;
|
|
4092
|
+
message: string;
|
|
4093
4093
|
statusCode: number;
|
|
4094
4094
|
timestamp: string;
|
|
4095
4095
|
details?: unknown;
|
|
4096
4096
|
correlationId?: string | undefined;
|
|
4097
4097
|
}, {
|
|
4098
|
-
message: string;
|
|
4099
4098
|
code: string;
|
|
4100
4099
|
path: string;
|
|
4100
|
+
message: string;
|
|
4101
4101
|
statusCode: number;
|
|
4102
4102
|
timestamp: string;
|
|
4103
4103
|
details?: unknown;
|
|
@@ -4112,17 +4112,17 @@ export declare const agentClientLinksContract: {
|
|
|
4112
4112
|
path: z.ZodString;
|
|
4113
4113
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4114
4114
|
}, "strip", z.ZodTypeAny, {
|
|
4115
|
-
message: string;
|
|
4116
4115
|
code: string;
|
|
4117
4116
|
path: string;
|
|
4117
|
+
message: string;
|
|
4118
4118
|
statusCode: number;
|
|
4119
4119
|
timestamp: string;
|
|
4120
4120
|
details?: unknown;
|
|
4121
4121
|
correlationId?: string | undefined;
|
|
4122
4122
|
}, {
|
|
4123
|
-
message: string;
|
|
4124
4123
|
code: string;
|
|
4125
4124
|
path: string;
|
|
4125
|
+
message: string;
|
|
4126
4126
|
statusCode: number;
|
|
4127
4127
|
timestamp: string;
|
|
4128
4128
|
details?: unknown;
|
|
@@ -4306,13 +4306,13 @@ export declare const agentClientLinksContract: {
|
|
|
4306
4306
|
firstName: string;
|
|
4307
4307
|
}[] | undefined;
|
|
4308
4308
|
} | null | undefined;
|
|
4309
|
+
deletedAt?: string | null | undefined;
|
|
4309
4310
|
canImpersonateUsers?: {
|
|
4310
4311
|
id: string;
|
|
4311
4312
|
lastName: string;
|
|
4312
4313
|
firstName: string;
|
|
4313
4314
|
}[] | undefined;
|
|
4314
4315
|
dialpadUserId?: string | null | undefined;
|
|
4315
|
-
deletedAt?: string | null | undefined;
|
|
4316
4316
|
}, {
|
|
4317
4317
|
email: string;
|
|
4318
4318
|
createdAt: string | Date;
|
|
@@ -4338,13 +4338,13 @@ export declare const agentClientLinksContract: {
|
|
|
4338
4338
|
description?: string | null | undefined;
|
|
4339
4339
|
isPrimary?: boolean | undefined;
|
|
4340
4340
|
}[] | undefined;
|
|
4341
|
+
deletedAt?: string | Date | null | undefined;
|
|
4341
4342
|
canImpersonateUsers?: {
|
|
4342
4343
|
id: string;
|
|
4343
4344
|
lastName: string;
|
|
4344
4345
|
firstName: string;
|
|
4345
4346
|
}[] | undefined;
|
|
4346
4347
|
dialpadUserId?: string | null | undefined;
|
|
4347
|
-
deletedAt?: string | Date | null | undefined;
|
|
4348
4348
|
}>;
|
|
4349
4349
|
linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
|
|
4350
4350
|
suggestedChanges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -4450,13 +4450,13 @@ export declare const agentClientLinksContract: {
|
|
|
4450
4450
|
firstName: string;
|
|
4451
4451
|
}[] | undefined;
|
|
4452
4452
|
} | null | undefined;
|
|
4453
|
+
deletedAt?: string | null | undefined;
|
|
4453
4454
|
canImpersonateUsers?: {
|
|
4454
4455
|
id: string;
|
|
4455
4456
|
lastName: string;
|
|
4456
4457
|
firstName: string;
|
|
4457
4458
|
}[] | undefined;
|
|
4458
4459
|
dialpadUserId?: string | null | undefined;
|
|
4459
|
-
deletedAt?: string | null | undefined;
|
|
4460
4460
|
}, {
|
|
4461
4461
|
email: string;
|
|
4462
4462
|
createdAt: string | Date;
|
|
@@ -4482,13 +4482,13 @@ export declare const agentClientLinksContract: {
|
|
|
4482
4482
|
description?: string | null | undefined;
|
|
4483
4483
|
isPrimary?: boolean | undefined;
|
|
4484
4484
|
}[] | undefined;
|
|
4485
|
+
deletedAt?: string | Date | null | undefined;
|
|
4485
4486
|
canImpersonateUsers?: {
|
|
4486
4487
|
id: string;
|
|
4487
4488
|
lastName: string;
|
|
4488
4489
|
firstName: string;
|
|
4489
4490
|
}[] | undefined;
|
|
4490
4491
|
dialpadUserId?: string | null | undefined;
|
|
4491
|
-
deletedAt?: string | Date | null | undefined;
|
|
4492
4492
|
}>>>;
|
|
4493
4493
|
reviewedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
4494
4494
|
createdBy: z.ZodString;
|
|
@@ -4591,13 +4591,13 @@ export declare const agentClientLinksContract: {
|
|
|
4591
4591
|
firstName: string;
|
|
4592
4592
|
}[] | undefined;
|
|
4593
4593
|
} | null | undefined;
|
|
4594
|
+
deletedAt?: string | null | undefined;
|
|
4594
4595
|
canImpersonateUsers?: {
|
|
4595
4596
|
id: string;
|
|
4596
4597
|
lastName: string;
|
|
4597
4598
|
firstName: string;
|
|
4598
4599
|
}[] | undefined;
|
|
4599
4600
|
dialpadUserId?: string | null | undefined;
|
|
4600
|
-
deletedAt?: string | null | undefined;
|
|
4601
4601
|
}, {
|
|
4602
4602
|
email: string;
|
|
4603
4603
|
createdAt: string | Date;
|
|
@@ -4623,13 +4623,13 @@ export declare const agentClientLinksContract: {
|
|
|
4623
4623
|
description?: string | null | undefined;
|
|
4624
4624
|
isPrimary?: boolean | undefined;
|
|
4625
4625
|
}[] | undefined;
|
|
4626
|
+
deletedAt?: string | Date | null | undefined;
|
|
4626
4627
|
canImpersonateUsers?: {
|
|
4627
4628
|
id: string;
|
|
4628
4629
|
lastName: string;
|
|
4629
4630
|
firstName: string;
|
|
4630
4631
|
}[] | undefined;
|
|
4631
4632
|
dialpadUserId?: string | null | undefined;
|
|
4632
|
-
deletedAt?: string | Date | null | undefined;
|
|
4633
4633
|
}>;
|
|
4634
4634
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
4635
4635
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -4665,13 +4665,13 @@ export declare const agentClientLinksContract: {
|
|
|
4665
4665
|
firstName: string;
|
|
4666
4666
|
}[] | undefined;
|
|
4667
4667
|
} | null | undefined;
|
|
4668
|
+
deletedAt?: string | null | undefined;
|
|
4668
4669
|
canImpersonateUsers?: {
|
|
4669
4670
|
id: string;
|
|
4670
4671
|
lastName: string;
|
|
4671
4672
|
firstName: string;
|
|
4672
4673
|
}[] | undefined;
|
|
4673
4674
|
dialpadUserId?: string | null | undefined;
|
|
4674
|
-
deletedAt?: string | null | undefined;
|
|
4675
4675
|
};
|
|
4676
4676
|
clientId: string;
|
|
4677
4677
|
client: {
|
|
@@ -4721,13 +4721,13 @@ export declare const agentClientLinksContract: {
|
|
|
4721
4721
|
firstName: string;
|
|
4722
4722
|
}[] | undefined;
|
|
4723
4723
|
} | null | undefined;
|
|
4724
|
+
deletedAt?: string | null | undefined;
|
|
4724
4725
|
canImpersonateUsers?: {
|
|
4725
4726
|
id: string;
|
|
4726
4727
|
lastName: string;
|
|
4727
4728
|
firstName: string;
|
|
4728
4729
|
}[] | undefined;
|
|
4729
4730
|
dialpadUserId?: string | null | undefined;
|
|
4730
|
-
deletedAt?: string | null | undefined;
|
|
4731
4731
|
};
|
|
4732
4732
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
4733
4733
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -4757,13 +4757,13 @@ export declare const agentClientLinksContract: {
|
|
|
4757
4757
|
firstName: string;
|
|
4758
4758
|
}[] | undefined;
|
|
4759
4759
|
} | null | undefined;
|
|
4760
|
+
deletedAt?: string | null | undefined;
|
|
4760
4761
|
canImpersonateUsers?: {
|
|
4761
4762
|
id: string;
|
|
4762
4763
|
lastName: string;
|
|
4763
4764
|
firstName: string;
|
|
4764
4765
|
}[] | undefined;
|
|
4765
4766
|
dialpadUserId?: string | null | undefined;
|
|
4766
|
-
deletedAt?: string | null | undefined;
|
|
4767
4767
|
} | null | undefined;
|
|
4768
4768
|
reviewedAt?: string | null | undefined;
|
|
4769
4769
|
}, {
|
|
@@ -4798,13 +4798,13 @@ export declare const agentClientLinksContract: {
|
|
|
4798
4798
|
description?: string | null | undefined;
|
|
4799
4799
|
isPrimary?: boolean | undefined;
|
|
4800
4800
|
}[] | undefined;
|
|
4801
|
+
deletedAt?: string | Date | null | undefined;
|
|
4801
4802
|
canImpersonateUsers?: {
|
|
4802
4803
|
id: string;
|
|
4803
4804
|
lastName: string;
|
|
4804
4805
|
firstName: string;
|
|
4805
4806
|
}[] | undefined;
|
|
4806
4807
|
dialpadUserId?: string | null | undefined;
|
|
4807
|
-
deletedAt?: string | Date | null | undefined;
|
|
4808
4808
|
};
|
|
4809
4809
|
clientId: string;
|
|
4810
4810
|
client: {
|
|
@@ -4854,13 +4854,13 @@ export declare const agentClientLinksContract: {
|
|
|
4854
4854
|
description?: string | null | undefined;
|
|
4855
4855
|
isPrimary?: boolean | undefined;
|
|
4856
4856
|
}[] | undefined;
|
|
4857
|
+
deletedAt?: string | Date | null | undefined;
|
|
4857
4858
|
canImpersonateUsers?: {
|
|
4858
4859
|
id: string;
|
|
4859
4860
|
lastName: string;
|
|
4860
4861
|
firstName: string;
|
|
4861
4862
|
}[] | undefined;
|
|
4862
4863
|
dialpadUserId?: string | null | undefined;
|
|
4863
|
-
deletedAt?: string | Date | null | undefined;
|
|
4864
4864
|
};
|
|
4865
4865
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
4866
4866
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -4890,13 +4890,13 @@ export declare const agentClientLinksContract: {
|
|
|
4890
4890
|
description?: string | null | undefined;
|
|
4891
4891
|
isPrimary?: boolean | undefined;
|
|
4892
4892
|
}[] | undefined;
|
|
4893
|
+
deletedAt?: string | Date | null | undefined;
|
|
4893
4894
|
canImpersonateUsers?: {
|
|
4894
4895
|
id: string;
|
|
4895
4896
|
lastName: string;
|
|
4896
4897
|
firstName: string;
|
|
4897
4898
|
}[] | undefined;
|
|
4898
4899
|
dialpadUserId?: string | null | undefined;
|
|
4899
|
-
deletedAt?: string | Date | null | undefined;
|
|
4900
4900
|
} | null | undefined;
|
|
4901
4901
|
reviewedAt?: string | Date | null | undefined;
|
|
4902
4902
|
}>;
|
|
@@ -4909,17 +4909,17 @@ export declare const agentClientLinksContract: {
|
|
|
4909
4909
|
path: z.ZodString;
|
|
4910
4910
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4911
4911
|
}, "strip", z.ZodTypeAny, {
|
|
4912
|
-
message: string;
|
|
4913
4912
|
code: string;
|
|
4914
4913
|
path: string;
|
|
4914
|
+
message: string;
|
|
4915
4915
|
statusCode: number;
|
|
4916
4916
|
timestamp: string;
|
|
4917
4917
|
details?: unknown;
|
|
4918
4918
|
correlationId?: string | undefined;
|
|
4919
4919
|
}, {
|
|
4920
|
-
message: string;
|
|
4921
4920
|
code: string;
|
|
4922
4921
|
path: string;
|
|
4922
|
+
message: string;
|
|
4923
4923
|
statusCode: number;
|
|
4924
4924
|
timestamp: string;
|
|
4925
4925
|
details?: unknown;
|
|
@@ -4958,7 +4958,7 @@ export declare const agentClientLinksContract: {
|
|
|
4958
4958
|
}>;
|
|
4959
4959
|
path: "/v2/agent-client-links/:id";
|
|
4960
4960
|
responses: {
|
|
4961
|
-
|
|
4961
|
+
401: z.ZodObject<{
|
|
4962
4962
|
statusCode: z.ZodNumber;
|
|
4963
4963
|
message: z.ZodString;
|
|
4964
4964
|
code: z.ZodString;
|
|
@@ -4967,23 +4967,23 @@ export declare const agentClientLinksContract: {
|
|
|
4967
4967
|
path: z.ZodString;
|
|
4968
4968
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4969
4969
|
}, "strip", z.ZodTypeAny, {
|
|
4970
|
-
message: string;
|
|
4971
4970
|
code: string;
|
|
4972
4971
|
path: string;
|
|
4972
|
+
message: string;
|
|
4973
4973
|
statusCode: number;
|
|
4974
4974
|
timestamp: string;
|
|
4975
4975
|
details?: unknown;
|
|
4976
4976
|
correlationId?: string | undefined;
|
|
4977
4977
|
}, {
|
|
4978
|
-
message: string;
|
|
4979
4978
|
code: string;
|
|
4980
4979
|
path: string;
|
|
4980
|
+
message: string;
|
|
4981
4981
|
statusCode: number;
|
|
4982
4982
|
timestamp: string;
|
|
4983
4983
|
details?: unknown;
|
|
4984
4984
|
correlationId?: string | undefined;
|
|
4985
4985
|
}>;
|
|
4986
|
-
|
|
4986
|
+
400: z.ZodObject<{
|
|
4987
4987
|
statusCode: z.ZodNumber;
|
|
4988
4988
|
message: z.ZodString;
|
|
4989
4989
|
code: z.ZodString;
|
|
@@ -4992,23 +4992,23 @@ export declare const agentClientLinksContract: {
|
|
|
4992
4992
|
path: z.ZodString;
|
|
4993
4993
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4994
4994
|
}, "strip", z.ZodTypeAny, {
|
|
4995
|
-
message: string;
|
|
4996
4995
|
code: string;
|
|
4997
4996
|
path: string;
|
|
4997
|
+
message: string;
|
|
4998
4998
|
statusCode: number;
|
|
4999
4999
|
timestamp: string;
|
|
5000
5000
|
details?: unknown;
|
|
5001
5001
|
correlationId?: string | undefined;
|
|
5002
5002
|
}, {
|
|
5003
|
-
message: string;
|
|
5004
5003
|
code: string;
|
|
5005
5004
|
path: string;
|
|
5005
|
+
message: string;
|
|
5006
5006
|
statusCode: number;
|
|
5007
5007
|
timestamp: string;
|
|
5008
5008
|
details?: unknown;
|
|
5009
5009
|
correlationId?: string | undefined;
|
|
5010
5010
|
}>;
|
|
5011
|
-
|
|
5011
|
+
403: z.ZodObject<{
|
|
5012
5012
|
statusCode: z.ZodNumber;
|
|
5013
5013
|
message: z.ZodString;
|
|
5014
5014
|
code: z.ZodString;
|
|
@@ -5017,17 +5017,17 @@ export declare const agentClientLinksContract: {
|
|
|
5017
5017
|
path: z.ZodString;
|
|
5018
5018
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
5019
5019
|
}, "strip", z.ZodTypeAny, {
|
|
5020
|
-
message: string;
|
|
5021
5020
|
code: string;
|
|
5022
5021
|
path: string;
|
|
5022
|
+
message: string;
|
|
5023
5023
|
statusCode: number;
|
|
5024
5024
|
timestamp: string;
|
|
5025
5025
|
details?: unknown;
|
|
5026
5026
|
correlationId?: string | undefined;
|
|
5027
5027
|
}, {
|
|
5028
|
-
message: string;
|
|
5029
5028
|
code: string;
|
|
5030
5029
|
path: string;
|
|
5030
|
+
message: string;
|
|
5031
5031
|
statusCode: number;
|
|
5032
5032
|
timestamp: string;
|
|
5033
5033
|
details?: unknown;
|
|
@@ -5042,17 +5042,17 @@ export declare const agentClientLinksContract: {
|
|
|
5042
5042
|
path: z.ZodString;
|
|
5043
5043
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
5044
5044
|
}, "strip", z.ZodTypeAny, {
|
|
5045
|
-
message: string;
|
|
5046
5045
|
code: string;
|
|
5047
5046
|
path: string;
|
|
5047
|
+
message: string;
|
|
5048
5048
|
statusCode: number;
|
|
5049
5049
|
timestamp: string;
|
|
5050
5050
|
details?: unknown;
|
|
5051
5051
|
correlationId?: string | undefined;
|
|
5052
5052
|
}, {
|
|
5053
|
-
message: string;
|
|
5054
5053
|
code: string;
|
|
5055
5054
|
path: string;
|
|
5055
|
+
message: string;
|
|
5056
5056
|
statusCode: number;
|
|
5057
5057
|
timestamp: string;
|
|
5058
5058
|
details?: unknown;
|
|
@@ -5236,13 +5236,13 @@ export declare const agentClientLinksContract: {
|
|
|
5236
5236
|
firstName: string;
|
|
5237
5237
|
}[] | undefined;
|
|
5238
5238
|
} | null | undefined;
|
|
5239
|
+
deletedAt?: string | null | undefined;
|
|
5239
5240
|
canImpersonateUsers?: {
|
|
5240
5241
|
id: string;
|
|
5241
5242
|
lastName: string;
|
|
5242
5243
|
firstName: string;
|
|
5243
5244
|
}[] | undefined;
|
|
5244
5245
|
dialpadUserId?: string | null | undefined;
|
|
5245
|
-
deletedAt?: string | null | undefined;
|
|
5246
5246
|
}, {
|
|
5247
5247
|
email: string;
|
|
5248
5248
|
createdAt: string | Date;
|
|
@@ -5268,13 +5268,13 @@ export declare const agentClientLinksContract: {
|
|
|
5268
5268
|
description?: string | null | undefined;
|
|
5269
5269
|
isPrimary?: boolean | undefined;
|
|
5270
5270
|
}[] | undefined;
|
|
5271
|
+
deletedAt?: string | Date | null | undefined;
|
|
5271
5272
|
canImpersonateUsers?: {
|
|
5272
5273
|
id: string;
|
|
5273
5274
|
lastName: string;
|
|
5274
5275
|
firstName: string;
|
|
5275
5276
|
}[] | undefined;
|
|
5276
5277
|
dialpadUserId?: string | null | undefined;
|
|
5277
|
-
deletedAt?: string | Date | null | undefined;
|
|
5278
5278
|
}>;
|
|
5279
5279
|
linkType: z.ZodEnum<["CREATION", "EDIT_SUGGESTION"]>;
|
|
5280
5280
|
suggestedChanges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
@@ -5380,13 +5380,13 @@ export declare const agentClientLinksContract: {
|
|
|
5380
5380
|
firstName: string;
|
|
5381
5381
|
}[] | undefined;
|
|
5382
5382
|
} | null | undefined;
|
|
5383
|
+
deletedAt?: string | null | undefined;
|
|
5383
5384
|
canImpersonateUsers?: {
|
|
5384
5385
|
id: string;
|
|
5385
5386
|
lastName: string;
|
|
5386
5387
|
firstName: string;
|
|
5387
5388
|
}[] | undefined;
|
|
5388
5389
|
dialpadUserId?: string | null | undefined;
|
|
5389
|
-
deletedAt?: string | null | undefined;
|
|
5390
5390
|
}, {
|
|
5391
5391
|
email: string;
|
|
5392
5392
|
createdAt: string | Date;
|
|
@@ -5412,13 +5412,13 @@ export declare const agentClientLinksContract: {
|
|
|
5412
5412
|
description?: string | null | undefined;
|
|
5413
5413
|
isPrimary?: boolean | undefined;
|
|
5414
5414
|
}[] | undefined;
|
|
5415
|
+
deletedAt?: string | Date | null | undefined;
|
|
5415
5416
|
canImpersonateUsers?: {
|
|
5416
5417
|
id: string;
|
|
5417
5418
|
lastName: string;
|
|
5418
5419
|
firstName: string;
|
|
5419
5420
|
}[] | undefined;
|
|
5420
5421
|
dialpadUserId?: string | null | undefined;
|
|
5421
|
-
deletedAt?: string | Date | null | undefined;
|
|
5422
5422
|
}>>>;
|
|
5423
5423
|
reviewedAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>>>;
|
|
5424
5424
|
createdBy: z.ZodString;
|
|
@@ -5521,13 +5521,13 @@ export declare const agentClientLinksContract: {
|
|
|
5521
5521
|
firstName: string;
|
|
5522
5522
|
}[] | undefined;
|
|
5523
5523
|
} | null | undefined;
|
|
5524
|
+
deletedAt?: string | null | undefined;
|
|
5524
5525
|
canImpersonateUsers?: {
|
|
5525
5526
|
id: string;
|
|
5526
5527
|
lastName: string;
|
|
5527
5528
|
firstName: string;
|
|
5528
5529
|
}[] | undefined;
|
|
5529
5530
|
dialpadUserId?: string | null | undefined;
|
|
5530
|
-
deletedAt?: string | null | undefined;
|
|
5531
5531
|
}, {
|
|
5532
5532
|
email: string;
|
|
5533
5533
|
createdAt: string | Date;
|
|
@@ -5553,13 +5553,13 @@ export declare const agentClientLinksContract: {
|
|
|
5553
5553
|
description?: string | null | undefined;
|
|
5554
5554
|
isPrimary?: boolean | undefined;
|
|
5555
5555
|
}[] | undefined;
|
|
5556
|
+
deletedAt?: string | Date | null | undefined;
|
|
5556
5557
|
canImpersonateUsers?: {
|
|
5557
5558
|
id: string;
|
|
5558
5559
|
lastName: string;
|
|
5559
5560
|
firstName: string;
|
|
5560
5561
|
}[] | undefined;
|
|
5561
5562
|
dialpadUserId?: string | null | undefined;
|
|
5562
|
-
deletedAt?: string | Date | null | undefined;
|
|
5563
5563
|
}>;
|
|
5564
5564
|
createdAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
5565
5565
|
updatedAt: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodDate]>, string, string | Date>;
|
|
@@ -5595,13 +5595,13 @@ export declare const agentClientLinksContract: {
|
|
|
5595
5595
|
firstName: string;
|
|
5596
5596
|
}[] | undefined;
|
|
5597
5597
|
} | null | undefined;
|
|
5598
|
+
deletedAt?: string | null | undefined;
|
|
5598
5599
|
canImpersonateUsers?: {
|
|
5599
5600
|
id: string;
|
|
5600
5601
|
lastName: string;
|
|
5601
5602
|
firstName: string;
|
|
5602
5603
|
}[] | undefined;
|
|
5603
5604
|
dialpadUserId?: string | null | undefined;
|
|
5604
|
-
deletedAt?: string | null | undefined;
|
|
5605
5605
|
};
|
|
5606
5606
|
clientId: string;
|
|
5607
5607
|
client: {
|
|
@@ -5651,13 +5651,13 @@ export declare const agentClientLinksContract: {
|
|
|
5651
5651
|
firstName: string;
|
|
5652
5652
|
}[] | undefined;
|
|
5653
5653
|
} | null | undefined;
|
|
5654
|
+
deletedAt?: string | null | undefined;
|
|
5654
5655
|
canImpersonateUsers?: {
|
|
5655
5656
|
id: string;
|
|
5656
5657
|
lastName: string;
|
|
5657
5658
|
firstName: string;
|
|
5658
5659
|
}[] | undefined;
|
|
5659
5660
|
dialpadUserId?: string | null | undefined;
|
|
5660
|
-
deletedAt?: string | null | undefined;
|
|
5661
5661
|
};
|
|
5662
5662
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
5663
5663
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -5687,13 +5687,13 @@ export declare const agentClientLinksContract: {
|
|
|
5687
5687
|
firstName: string;
|
|
5688
5688
|
}[] | undefined;
|
|
5689
5689
|
} | null | undefined;
|
|
5690
|
+
deletedAt?: string | null | undefined;
|
|
5690
5691
|
canImpersonateUsers?: {
|
|
5691
5692
|
id: string;
|
|
5692
5693
|
lastName: string;
|
|
5693
5694
|
firstName: string;
|
|
5694
5695
|
}[] | undefined;
|
|
5695
5696
|
dialpadUserId?: string | null | undefined;
|
|
5696
|
-
deletedAt?: string | null | undefined;
|
|
5697
5697
|
} | null | undefined;
|
|
5698
5698
|
reviewedAt?: string | null | undefined;
|
|
5699
5699
|
}, {
|
|
@@ -5728,13 +5728,13 @@ export declare const agentClientLinksContract: {
|
|
|
5728
5728
|
description?: string | null | undefined;
|
|
5729
5729
|
isPrimary?: boolean | undefined;
|
|
5730
5730
|
}[] | undefined;
|
|
5731
|
+
deletedAt?: string | Date | null | undefined;
|
|
5731
5732
|
canImpersonateUsers?: {
|
|
5732
5733
|
id: string;
|
|
5733
5734
|
lastName: string;
|
|
5734
5735
|
firstName: string;
|
|
5735
5736
|
}[] | undefined;
|
|
5736
5737
|
dialpadUserId?: string | null | undefined;
|
|
5737
|
-
deletedAt?: string | Date | null | undefined;
|
|
5738
5738
|
};
|
|
5739
5739
|
clientId: string;
|
|
5740
5740
|
client: {
|
|
@@ -5784,13 +5784,13 @@ export declare const agentClientLinksContract: {
|
|
|
5784
5784
|
description?: string | null | undefined;
|
|
5785
5785
|
isPrimary?: boolean | undefined;
|
|
5786
5786
|
}[] | undefined;
|
|
5787
|
+
deletedAt?: string | Date | null | undefined;
|
|
5787
5788
|
canImpersonateUsers?: {
|
|
5788
5789
|
id: string;
|
|
5789
5790
|
lastName: string;
|
|
5790
5791
|
firstName: string;
|
|
5791
5792
|
}[] | undefined;
|
|
5792
5793
|
dialpadUserId?: string | null | undefined;
|
|
5793
|
-
deletedAt?: string | Date | null | undefined;
|
|
5794
5794
|
};
|
|
5795
5795
|
suggestedChanges?: Record<string, unknown> | null | undefined;
|
|
5796
5796
|
appliedChanges?: Record<string, unknown> | null | undefined;
|
|
@@ -5820,13 +5820,13 @@ export declare const agentClientLinksContract: {
|
|
|
5820
5820
|
description?: string | null | undefined;
|
|
5821
5821
|
isPrimary?: boolean | undefined;
|
|
5822
5822
|
}[] | undefined;
|
|
5823
|
+
deletedAt?: string | Date | null | undefined;
|
|
5823
5824
|
canImpersonateUsers?: {
|
|
5824
5825
|
id: string;
|
|
5825
5826
|
lastName: string;
|
|
5826
5827
|
firstName: string;
|
|
5827
5828
|
}[] | undefined;
|
|
5828
5829
|
dialpadUserId?: string | null | undefined;
|
|
5829
|
-
deletedAt?: string | Date | null | undefined;
|
|
5830
5830
|
} | null | undefined;
|
|
5831
5831
|
reviewedAt?: string | Date | null | undefined;
|
|
5832
5832
|
}>;
|
|
@@ -5839,17 +5839,17 @@ export declare const agentClientLinksContract: {
|
|
|
5839
5839
|
path: z.ZodString;
|
|
5840
5840
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
5841
5841
|
}, "strip", z.ZodTypeAny, {
|
|
5842
|
-
message: string;
|
|
5843
5842
|
code: string;
|
|
5844
5843
|
path: string;
|
|
5844
|
+
message: string;
|
|
5845
5845
|
statusCode: number;
|
|
5846
5846
|
timestamp: string;
|
|
5847
5847
|
details?: unknown;
|
|
5848
5848
|
correlationId?: string | undefined;
|
|
5849
5849
|
}, {
|
|
5850
|
-
message: string;
|
|
5851
5850
|
code: string;
|
|
5852
5851
|
path: string;
|
|
5852
|
+
message: string;
|
|
5853
5853
|
statusCode: number;
|
|
5854
5854
|
timestamp: string;
|
|
5855
5855
|
details?: unknown;
|