@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
|
@@ -210,13 +210,13 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
210
210
|
firstName: string;
|
|
211
211
|
}[] | undefined;
|
|
212
212
|
} | null | undefined;
|
|
213
|
+
deletedAt?: string | null | undefined;
|
|
213
214
|
canImpersonateUsers?: {
|
|
214
215
|
id: string;
|
|
215
216
|
lastName: string;
|
|
216
217
|
firstName: string;
|
|
217
218
|
}[] | undefined;
|
|
218
219
|
dialpadUserId?: string | null | undefined;
|
|
219
|
-
deletedAt?: string | null | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
email: string;
|
|
222
222
|
createdAt: string | Date;
|
|
@@ -242,13 +242,13 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
242
242
|
description?: string | null | undefined;
|
|
243
243
|
isPrimary?: boolean | undefined;
|
|
244
244
|
}[] | undefined;
|
|
245
|
+
deletedAt?: string | Date | null | undefined;
|
|
245
246
|
canImpersonateUsers?: {
|
|
246
247
|
id: string;
|
|
247
248
|
lastName: string;
|
|
248
249
|
firstName: string;
|
|
249
250
|
}[] | undefined;
|
|
250
251
|
dialpadUserId?: string | null | undefined;
|
|
251
|
-
deletedAt?: string | Date | null | undefined;
|
|
252
252
|
}>;
|
|
253
253
|
export declare const CreateUserSchema: z.ZodObject<{
|
|
254
254
|
firstName: z.ZodString;
|
|
@@ -414,19 +414,19 @@ export declare const BatchUpdateUserSchema: z.ZodObject<{
|
|
|
414
414
|
officeId?: string | null | undefined;
|
|
415
415
|
}>;
|
|
416
416
|
}, "strip", z.ZodTypeAny, {
|
|
417
|
-
userIds: string[];
|
|
418
417
|
data: {
|
|
419
418
|
status?: "ACTIVE" | "INACTIVE" | undefined;
|
|
420
419
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS" | "OFFICE_MANAGER" | "WORKER_CURATOR" | "INTERCONNECTION" | "OUTREACH")[] | undefined;
|
|
421
420
|
officeId?: string | null | undefined;
|
|
422
421
|
};
|
|
423
|
-
}, {
|
|
424
422
|
userIds: string[];
|
|
423
|
+
}, {
|
|
425
424
|
data: {
|
|
426
425
|
status?: "ACTIVE" | "INACTIVE" | undefined;
|
|
427
426
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS" | "OFFICE_MANAGER" | "WORKER_CURATOR" | "INTERCONNECTION" | "OUTREACH")[] | undefined;
|
|
428
427
|
officeId?: string | null | undefined;
|
|
429
428
|
};
|
|
429
|
+
userIds: string[];
|
|
430
430
|
}>;
|
|
431
431
|
export declare const BatchUpdateUserResponseSchema: z.ZodObject<{
|
|
432
432
|
updated: z.ZodNumber;
|
|
@@ -725,13 +725,13 @@ export declare const PaginatedUserResponseSchema: z.ZodObject<{
|
|
|
725
725
|
firstName: string;
|
|
726
726
|
}[] | undefined;
|
|
727
727
|
} | null | undefined;
|
|
728
|
+
deletedAt?: string | null | undefined;
|
|
728
729
|
canImpersonateUsers?: {
|
|
729
730
|
id: string;
|
|
730
731
|
lastName: string;
|
|
731
732
|
firstName: string;
|
|
732
733
|
}[] | undefined;
|
|
733
734
|
dialpadUserId?: string | null | undefined;
|
|
734
|
-
deletedAt?: string | null | undefined;
|
|
735
735
|
}, {
|
|
736
736
|
email: string;
|
|
737
737
|
createdAt: string | Date;
|
|
@@ -757,13 +757,13 @@ export declare const PaginatedUserResponseSchema: z.ZodObject<{
|
|
|
757
757
|
description?: string | null | undefined;
|
|
758
758
|
isPrimary?: boolean | undefined;
|
|
759
759
|
}[] | undefined;
|
|
760
|
+
deletedAt?: string | Date | null | undefined;
|
|
760
761
|
canImpersonateUsers?: {
|
|
761
762
|
id: string;
|
|
762
763
|
lastName: string;
|
|
763
764
|
firstName: string;
|
|
764
765
|
}[] | undefined;
|
|
765
766
|
dialpadUserId?: string | null | undefined;
|
|
766
|
-
deletedAt?: string | Date | null | undefined;
|
|
767
767
|
}>, "many">;
|
|
768
768
|
totalCount: z.ZodNumber;
|
|
769
769
|
limit: z.ZodNumber;
|
|
@@ -797,13 +797,13 @@ export declare const PaginatedUserResponseSchema: z.ZodObject<{
|
|
|
797
797
|
firstName: string;
|
|
798
798
|
}[] | undefined;
|
|
799
799
|
} | null | undefined;
|
|
800
|
+
deletedAt?: string | null | undefined;
|
|
800
801
|
canImpersonateUsers?: {
|
|
801
802
|
id: string;
|
|
802
803
|
lastName: string;
|
|
803
804
|
firstName: string;
|
|
804
805
|
}[] | undefined;
|
|
805
806
|
dialpadUserId?: string | null | undefined;
|
|
806
|
-
deletedAt?: string | null | undefined;
|
|
807
807
|
}[];
|
|
808
808
|
totalCount: number;
|
|
809
809
|
skip: number;
|
|
@@ -836,13 +836,13 @@ export declare const PaginatedUserResponseSchema: z.ZodObject<{
|
|
|
836
836
|
description?: string | null | undefined;
|
|
837
837
|
isPrimary?: boolean | undefined;
|
|
838
838
|
}[] | undefined;
|
|
839
|
+
deletedAt?: string | Date | null | undefined;
|
|
839
840
|
canImpersonateUsers?: {
|
|
840
841
|
id: string;
|
|
841
842
|
lastName: string;
|
|
842
843
|
firstName: string;
|
|
843
844
|
}[] | undefined;
|
|
844
845
|
dialpadUserId?: string | null | undefined;
|
|
845
|
-
deletedAt?: string | Date | null | undefined;
|
|
846
846
|
}[];
|
|
847
847
|
totalCount: number;
|
|
848
848
|
skip: number;
|
|
@@ -1064,7 +1064,7 @@ export declare const usersContract: {
|
|
|
1064
1064
|
}>;
|
|
1065
1065
|
path: "/v2/users";
|
|
1066
1066
|
responses: {
|
|
1067
|
-
|
|
1067
|
+
401: z.ZodObject<{
|
|
1068
1068
|
statusCode: z.ZodNumber;
|
|
1069
1069
|
message: z.ZodString;
|
|
1070
1070
|
code: z.ZodString;
|
|
@@ -1073,23 +1073,23 @@ export declare const usersContract: {
|
|
|
1073
1073
|
path: z.ZodString;
|
|
1074
1074
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1075
1075
|
}, "strip", z.ZodTypeAny, {
|
|
1076
|
-
message: string;
|
|
1077
1076
|
code: string;
|
|
1078
1077
|
path: string;
|
|
1078
|
+
message: string;
|
|
1079
1079
|
statusCode: number;
|
|
1080
1080
|
timestamp: string;
|
|
1081
1081
|
details?: unknown;
|
|
1082
1082
|
correlationId?: string | undefined;
|
|
1083
1083
|
}, {
|
|
1084
|
-
message: string;
|
|
1085
1084
|
code: string;
|
|
1086
1085
|
path: string;
|
|
1086
|
+
message: string;
|
|
1087
1087
|
statusCode: number;
|
|
1088
1088
|
timestamp: string;
|
|
1089
1089
|
details?: unknown;
|
|
1090
1090
|
correlationId?: string | undefined;
|
|
1091
1091
|
}>;
|
|
1092
|
-
|
|
1092
|
+
400: z.ZodObject<{
|
|
1093
1093
|
statusCode: z.ZodNumber;
|
|
1094
1094
|
message: z.ZodString;
|
|
1095
1095
|
code: z.ZodString;
|
|
@@ -1098,23 +1098,23 @@ export declare const usersContract: {
|
|
|
1098
1098
|
path: z.ZodString;
|
|
1099
1099
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1100
1100
|
}, "strip", z.ZodTypeAny, {
|
|
1101
|
-
message: string;
|
|
1102
1101
|
code: string;
|
|
1103
1102
|
path: string;
|
|
1103
|
+
message: string;
|
|
1104
1104
|
statusCode: number;
|
|
1105
1105
|
timestamp: string;
|
|
1106
1106
|
details?: unknown;
|
|
1107
1107
|
correlationId?: string | undefined;
|
|
1108
1108
|
}, {
|
|
1109
|
-
message: string;
|
|
1110
1109
|
code: string;
|
|
1111
1110
|
path: string;
|
|
1111
|
+
message: string;
|
|
1112
1112
|
statusCode: number;
|
|
1113
1113
|
timestamp: string;
|
|
1114
1114
|
details?: unknown;
|
|
1115
1115
|
correlationId?: string | undefined;
|
|
1116
1116
|
}>;
|
|
1117
|
-
|
|
1117
|
+
403: z.ZodObject<{
|
|
1118
1118
|
statusCode: z.ZodNumber;
|
|
1119
1119
|
message: z.ZodString;
|
|
1120
1120
|
code: z.ZodString;
|
|
@@ -1123,17 +1123,17 @@ export declare const usersContract: {
|
|
|
1123
1123
|
path: z.ZodString;
|
|
1124
1124
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1125
1125
|
}, "strip", z.ZodTypeAny, {
|
|
1126
|
-
message: string;
|
|
1127
1126
|
code: string;
|
|
1128
1127
|
path: string;
|
|
1128
|
+
message: string;
|
|
1129
1129
|
statusCode: number;
|
|
1130
1130
|
timestamp: string;
|
|
1131
1131
|
details?: unknown;
|
|
1132
1132
|
correlationId?: string | undefined;
|
|
1133
1133
|
}, {
|
|
1134
|
-
message: string;
|
|
1135
1134
|
code: string;
|
|
1136
1135
|
path: string;
|
|
1136
|
+
message: string;
|
|
1137
1137
|
statusCode: number;
|
|
1138
1138
|
timestamp: string;
|
|
1139
1139
|
details?: unknown;
|
|
@@ -1148,17 +1148,17 @@ export declare const usersContract: {
|
|
|
1148
1148
|
path: z.ZodString;
|
|
1149
1149
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1150
1150
|
}, "strip", z.ZodTypeAny, {
|
|
1151
|
-
message: string;
|
|
1152
1151
|
code: string;
|
|
1153
1152
|
path: string;
|
|
1153
|
+
message: string;
|
|
1154
1154
|
statusCode: number;
|
|
1155
1155
|
timestamp: string;
|
|
1156
1156
|
details?: unknown;
|
|
1157
1157
|
correlationId?: string | undefined;
|
|
1158
1158
|
}, {
|
|
1159
|
-
message: string;
|
|
1160
1159
|
code: string;
|
|
1161
1160
|
path: string;
|
|
1161
|
+
message: string;
|
|
1162
1162
|
statusCode: number;
|
|
1163
1163
|
timestamp: string;
|
|
1164
1164
|
details?: unknown;
|
|
@@ -1263,13 +1263,13 @@ export declare const usersContract: {
|
|
|
1263
1263
|
firstName: string;
|
|
1264
1264
|
}[] | undefined;
|
|
1265
1265
|
} | null | undefined;
|
|
1266
|
+
deletedAt?: string | null | undefined;
|
|
1266
1267
|
canImpersonateUsers?: {
|
|
1267
1268
|
id: string;
|
|
1268
1269
|
lastName: string;
|
|
1269
1270
|
firstName: string;
|
|
1270
1271
|
}[] | undefined;
|
|
1271
1272
|
dialpadUserId?: string | null | undefined;
|
|
1272
|
-
deletedAt?: string | null | undefined;
|
|
1273
1273
|
}, {
|
|
1274
1274
|
email: string;
|
|
1275
1275
|
createdAt: string | Date;
|
|
@@ -1295,13 +1295,13 @@ export declare const usersContract: {
|
|
|
1295
1295
|
description?: string | null | undefined;
|
|
1296
1296
|
isPrimary?: boolean | undefined;
|
|
1297
1297
|
}[] | undefined;
|
|
1298
|
+
deletedAt?: string | Date | null | undefined;
|
|
1298
1299
|
canImpersonateUsers?: {
|
|
1299
1300
|
id: string;
|
|
1300
1301
|
lastName: string;
|
|
1301
1302
|
firstName: string;
|
|
1302
1303
|
}[] | undefined;
|
|
1303
1304
|
dialpadUserId?: string | null | undefined;
|
|
1304
|
-
deletedAt?: string | Date | null | undefined;
|
|
1305
1305
|
}>;
|
|
1306
1306
|
409: z.ZodObject<{
|
|
1307
1307
|
message: z.ZodString;
|
|
@@ -1331,9 +1331,6 @@ export declare const usersContract: {
|
|
|
1331
1331
|
};
|
|
1332
1332
|
};
|
|
1333
1333
|
findAll: {
|
|
1334
|
-
metadata: {
|
|
1335
|
-
tags: string[];
|
|
1336
|
-
};
|
|
1337
1334
|
query: z.ZodObject<{
|
|
1338
1335
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
1339
1336
|
page: z.ZodDefault<z.ZodNumber>;
|
|
@@ -1432,11 +1429,14 @@ export declare const usersContract: {
|
|
|
1432
1429
|
} | undefined;
|
|
1433
1430
|
officeId?: string | undefined;
|
|
1434
1431
|
}>;
|
|
1432
|
+
metadata: {
|
|
1433
|
+
tags: string[];
|
|
1434
|
+
};
|
|
1435
1435
|
summary: "Get all users";
|
|
1436
1436
|
method: "GET";
|
|
1437
1437
|
path: "/v2/users";
|
|
1438
1438
|
responses: {
|
|
1439
|
-
|
|
1439
|
+
401: z.ZodObject<{
|
|
1440
1440
|
statusCode: z.ZodNumber;
|
|
1441
1441
|
message: z.ZodString;
|
|
1442
1442
|
code: z.ZodString;
|
|
@@ -1445,23 +1445,23 @@ export declare const usersContract: {
|
|
|
1445
1445
|
path: z.ZodString;
|
|
1446
1446
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1447
1447
|
}, "strip", z.ZodTypeAny, {
|
|
1448
|
-
message: string;
|
|
1449
1448
|
code: string;
|
|
1450
1449
|
path: string;
|
|
1450
|
+
message: string;
|
|
1451
1451
|
statusCode: number;
|
|
1452
1452
|
timestamp: string;
|
|
1453
1453
|
details?: unknown;
|
|
1454
1454
|
correlationId?: string | undefined;
|
|
1455
1455
|
}, {
|
|
1456
|
-
message: string;
|
|
1457
1456
|
code: string;
|
|
1458
1457
|
path: string;
|
|
1458
|
+
message: string;
|
|
1459
1459
|
statusCode: number;
|
|
1460
1460
|
timestamp: string;
|
|
1461
1461
|
details?: unknown;
|
|
1462
1462
|
correlationId?: string | undefined;
|
|
1463
1463
|
}>;
|
|
1464
|
-
|
|
1464
|
+
400: z.ZodObject<{
|
|
1465
1465
|
statusCode: z.ZodNumber;
|
|
1466
1466
|
message: z.ZodString;
|
|
1467
1467
|
code: z.ZodString;
|
|
@@ -1470,23 +1470,23 @@ export declare const usersContract: {
|
|
|
1470
1470
|
path: z.ZodString;
|
|
1471
1471
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1472
1472
|
}, "strip", z.ZodTypeAny, {
|
|
1473
|
-
message: string;
|
|
1474
1473
|
code: string;
|
|
1475
1474
|
path: string;
|
|
1475
|
+
message: string;
|
|
1476
1476
|
statusCode: number;
|
|
1477
1477
|
timestamp: string;
|
|
1478
1478
|
details?: unknown;
|
|
1479
1479
|
correlationId?: string | undefined;
|
|
1480
1480
|
}, {
|
|
1481
|
-
message: string;
|
|
1482
1481
|
code: string;
|
|
1483
1482
|
path: string;
|
|
1483
|
+
message: string;
|
|
1484
1484
|
statusCode: number;
|
|
1485
1485
|
timestamp: string;
|
|
1486
1486
|
details?: unknown;
|
|
1487
1487
|
correlationId?: string | undefined;
|
|
1488
1488
|
}>;
|
|
1489
|
-
|
|
1489
|
+
403: z.ZodObject<{
|
|
1490
1490
|
statusCode: z.ZodNumber;
|
|
1491
1491
|
message: z.ZodString;
|
|
1492
1492
|
code: z.ZodString;
|
|
@@ -1495,17 +1495,17 @@ export declare const usersContract: {
|
|
|
1495
1495
|
path: z.ZodString;
|
|
1496
1496
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1497
1497
|
}, "strip", z.ZodTypeAny, {
|
|
1498
|
-
message: string;
|
|
1499
1498
|
code: string;
|
|
1500
1499
|
path: string;
|
|
1500
|
+
message: string;
|
|
1501
1501
|
statusCode: number;
|
|
1502
1502
|
timestamp: string;
|
|
1503
1503
|
details?: unknown;
|
|
1504
1504
|
correlationId?: string | undefined;
|
|
1505
1505
|
}, {
|
|
1506
|
-
message: string;
|
|
1507
1506
|
code: string;
|
|
1508
1507
|
path: string;
|
|
1508
|
+
message: string;
|
|
1509
1509
|
statusCode: number;
|
|
1510
1510
|
timestamp: string;
|
|
1511
1511
|
details?: unknown;
|
|
@@ -1520,17 +1520,17 @@ export declare const usersContract: {
|
|
|
1520
1520
|
path: z.ZodString;
|
|
1521
1521
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1522
1522
|
}, "strip", z.ZodTypeAny, {
|
|
1523
|
-
message: string;
|
|
1524
1523
|
code: string;
|
|
1525
1524
|
path: string;
|
|
1525
|
+
message: string;
|
|
1526
1526
|
statusCode: number;
|
|
1527
1527
|
timestamp: string;
|
|
1528
1528
|
details?: unknown;
|
|
1529
1529
|
correlationId?: string | undefined;
|
|
1530
1530
|
}, {
|
|
1531
|
-
message: string;
|
|
1532
1531
|
code: string;
|
|
1533
1532
|
path: string;
|
|
1533
|
+
message: string;
|
|
1534
1534
|
statusCode: number;
|
|
1535
1535
|
timestamp: string;
|
|
1536
1536
|
details?: unknown;
|
|
@@ -1636,13 +1636,13 @@ export declare const usersContract: {
|
|
|
1636
1636
|
firstName: string;
|
|
1637
1637
|
}[] | undefined;
|
|
1638
1638
|
} | null | undefined;
|
|
1639
|
+
deletedAt?: string | null | undefined;
|
|
1639
1640
|
canImpersonateUsers?: {
|
|
1640
1641
|
id: string;
|
|
1641
1642
|
lastName: string;
|
|
1642
1643
|
firstName: string;
|
|
1643
1644
|
}[] | undefined;
|
|
1644
1645
|
dialpadUserId?: string | null | undefined;
|
|
1645
|
-
deletedAt?: string | null | undefined;
|
|
1646
1646
|
}, {
|
|
1647
1647
|
email: string;
|
|
1648
1648
|
createdAt: string | Date;
|
|
@@ -1668,13 +1668,13 @@ export declare const usersContract: {
|
|
|
1668
1668
|
description?: string | null | undefined;
|
|
1669
1669
|
isPrimary?: boolean | undefined;
|
|
1670
1670
|
}[] | undefined;
|
|
1671
|
+
deletedAt?: string | Date | null | undefined;
|
|
1671
1672
|
canImpersonateUsers?: {
|
|
1672
1673
|
id: string;
|
|
1673
1674
|
lastName: string;
|
|
1674
1675
|
firstName: string;
|
|
1675
1676
|
}[] | undefined;
|
|
1676
1677
|
dialpadUserId?: string | null | undefined;
|
|
1677
|
-
deletedAt?: string | Date | null | undefined;
|
|
1678
1678
|
}>, "many">;
|
|
1679
1679
|
totalCount: z.ZodNumber;
|
|
1680
1680
|
limit: z.ZodNumber;
|
|
@@ -1708,13 +1708,13 @@ export declare const usersContract: {
|
|
|
1708
1708
|
firstName: string;
|
|
1709
1709
|
}[] | undefined;
|
|
1710
1710
|
} | null | undefined;
|
|
1711
|
+
deletedAt?: string | null | undefined;
|
|
1711
1712
|
canImpersonateUsers?: {
|
|
1712
1713
|
id: string;
|
|
1713
1714
|
lastName: string;
|
|
1714
1715
|
firstName: string;
|
|
1715
1716
|
}[] | undefined;
|
|
1716
1717
|
dialpadUserId?: string | null | undefined;
|
|
1717
|
-
deletedAt?: string | null | undefined;
|
|
1718
1718
|
}[];
|
|
1719
1719
|
totalCount: number;
|
|
1720
1720
|
skip: number;
|
|
@@ -1747,13 +1747,13 @@ export declare const usersContract: {
|
|
|
1747
1747
|
description?: string | null | undefined;
|
|
1748
1748
|
isPrimary?: boolean | undefined;
|
|
1749
1749
|
}[] | undefined;
|
|
1750
|
+
deletedAt?: string | Date | null | undefined;
|
|
1750
1751
|
canImpersonateUsers?: {
|
|
1751
1752
|
id: string;
|
|
1752
1753
|
lastName: string;
|
|
1753
1754
|
firstName: string;
|
|
1754
1755
|
}[] | undefined;
|
|
1755
1756
|
dialpadUserId?: string | null | undefined;
|
|
1756
|
-
deletedAt?: string | Date | null | undefined;
|
|
1757
1757
|
}[];
|
|
1758
1758
|
totalCount: number;
|
|
1759
1759
|
skip: number;
|
|
@@ -1787,19 +1787,19 @@ export declare const usersContract: {
|
|
|
1787
1787
|
officeId?: string | null | undefined;
|
|
1788
1788
|
}>;
|
|
1789
1789
|
}, "strip", z.ZodTypeAny, {
|
|
1790
|
-
userIds: string[];
|
|
1791
1790
|
data: {
|
|
1792
1791
|
status?: "ACTIVE" | "INACTIVE" | undefined;
|
|
1793
1792
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS" | "OFFICE_MANAGER" | "WORKER_CURATOR" | "INTERCONNECTION" | "OUTREACH")[] | undefined;
|
|
1794
1793
|
officeId?: string | null | undefined;
|
|
1795
1794
|
};
|
|
1796
|
-
}, {
|
|
1797
1795
|
userIds: string[];
|
|
1796
|
+
}, {
|
|
1798
1797
|
data: {
|
|
1799
1798
|
status?: "ACTIVE" | "INACTIVE" | undefined;
|
|
1800
1799
|
roles?: ("ADMIN" | "SECOND_AGENT" | "FIRST_AGENT" | "COMPANY_CHECKING" | "KPI" | "TEAM_LEADS" | "OFFICE_MANAGER" | "WORKER_CURATOR" | "INTERCONNECTION" | "OUTREACH")[] | undefined;
|
|
1801
1800
|
officeId?: string | null | undefined;
|
|
1802
1801
|
};
|
|
1802
|
+
userIds: string[];
|
|
1803
1803
|
}>;
|
|
1804
1804
|
path: "/v2/users/batch";
|
|
1805
1805
|
responses: {
|
|
@@ -1812,17 +1812,17 @@ export declare const usersContract: {
|
|
|
1812
1812
|
path: z.ZodString;
|
|
1813
1813
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1814
1814
|
}, "strip", z.ZodTypeAny, {
|
|
1815
|
-
message: string;
|
|
1816
1815
|
code: string;
|
|
1817
1816
|
path: string;
|
|
1817
|
+
message: string;
|
|
1818
1818
|
statusCode: number;
|
|
1819
1819
|
timestamp: string;
|
|
1820
1820
|
details?: unknown;
|
|
1821
1821
|
correlationId?: string | undefined;
|
|
1822
1822
|
}, {
|
|
1823
|
-
message: string;
|
|
1824
1823
|
code: string;
|
|
1825
1824
|
path: string;
|
|
1825
|
+
message: string;
|
|
1826
1826
|
statusCode: number;
|
|
1827
1827
|
timestamp: string;
|
|
1828
1828
|
details?: unknown;
|
|
@@ -1837,17 +1837,17 @@ export declare const usersContract: {
|
|
|
1837
1837
|
path: z.ZodString;
|
|
1838
1838
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1839
1839
|
}, "strip", z.ZodTypeAny, {
|
|
1840
|
-
message: string;
|
|
1841
1840
|
code: string;
|
|
1842
1841
|
path: string;
|
|
1842
|
+
message: string;
|
|
1843
1843
|
statusCode: number;
|
|
1844
1844
|
timestamp: string;
|
|
1845
1845
|
details?: unknown;
|
|
1846
1846
|
correlationId?: string | undefined;
|
|
1847
1847
|
}, {
|
|
1848
|
-
message: string;
|
|
1849
1848
|
code: string;
|
|
1850
1849
|
path: string;
|
|
1850
|
+
message: string;
|
|
1851
1851
|
statusCode: number;
|
|
1852
1852
|
timestamp: string;
|
|
1853
1853
|
details?: unknown;
|
|
@@ -1869,17 +1869,17 @@ export declare const usersContract: {
|
|
|
1869
1869
|
path: z.ZodString;
|
|
1870
1870
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1871
1871
|
}, "strip", z.ZodTypeAny, {
|
|
1872
|
-
message: string;
|
|
1873
1872
|
code: string;
|
|
1874
1873
|
path: string;
|
|
1874
|
+
message: string;
|
|
1875
1875
|
statusCode: number;
|
|
1876
1876
|
timestamp: string;
|
|
1877
1877
|
details?: unknown;
|
|
1878
1878
|
correlationId?: string | undefined;
|
|
1879
1879
|
}, {
|
|
1880
|
-
message: string;
|
|
1881
1880
|
code: string;
|
|
1882
1881
|
path: string;
|
|
1882
|
+
message: string;
|
|
1883
1883
|
statusCode: number;
|
|
1884
1884
|
timestamp: string;
|
|
1885
1885
|
details?: unknown;
|
|
@@ -1894,17 +1894,17 @@ export declare const usersContract: {
|
|
|
1894
1894
|
path: z.ZodString;
|
|
1895
1895
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1896
1896
|
}, "strip", z.ZodTypeAny, {
|
|
1897
|
-
message: string;
|
|
1898
1897
|
code: string;
|
|
1899
1898
|
path: string;
|
|
1899
|
+
message: string;
|
|
1900
1900
|
statusCode: number;
|
|
1901
1901
|
timestamp: string;
|
|
1902
1902
|
details?: unknown;
|
|
1903
1903
|
correlationId?: string | undefined;
|
|
1904
1904
|
}, {
|
|
1905
|
-
message: string;
|
|
1906
1905
|
code: string;
|
|
1907
1906
|
path: string;
|
|
1907
|
+
message: string;
|
|
1908
1908
|
statusCode: number;
|
|
1909
1909
|
timestamp: string;
|
|
1910
1910
|
details?: unknown;
|
|
@@ -1919,17 +1919,17 @@ export declare const usersContract: {
|
|
|
1919
1919
|
path: z.ZodString;
|
|
1920
1920
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1921
1921
|
}, "strip", z.ZodTypeAny, {
|
|
1922
|
-
message: string;
|
|
1923
1922
|
code: string;
|
|
1924
1923
|
path: string;
|
|
1924
|
+
message: string;
|
|
1925
1925
|
statusCode: number;
|
|
1926
1926
|
timestamp: string;
|
|
1927
1927
|
details?: unknown;
|
|
1928
1928
|
correlationId?: string | undefined;
|
|
1929
1929
|
}, {
|
|
1930
|
-
message: string;
|
|
1931
1930
|
code: string;
|
|
1932
1931
|
path: string;
|
|
1932
|
+
message: string;
|
|
1933
1933
|
statusCode: number;
|
|
1934
1934
|
timestamp: string;
|
|
1935
1935
|
details?: unknown;
|
|
@@ -1963,9 +1963,6 @@ export declare const usersContract: {
|
|
|
1963
1963
|
};
|
|
1964
1964
|
};
|
|
1965
1965
|
autocomplete: {
|
|
1966
|
-
metadata: {
|
|
1967
|
-
tags: string[];
|
|
1968
|
-
};
|
|
1969
1966
|
query: z.ZodObject<{
|
|
1970
1967
|
query: z.ZodOptional<z.ZodString>;
|
|
1971
1968
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1976,11 +1973,14 @@ export declare const usersContract: {
|
|
|
1976
1973
|
id?: string | undefined;
|
|
1977
1974
|
query?: string | undefined;
|
|
1978
1975
|
}>;
|
|
1976
|
+
metadata: {
|
|
1977
|
+
tags: string[];
|
|
1978
|
+
};
|
|
1979
1979
|
summary: "Get users for autocomplete";
|
|
1980
1980
|
method: "GET";
|
|
1981
1981
|
path: "/v2/users/autocomplete";
|
|
1982
1982
|
responses: {
|
|
1983
|
-
|
|
1983
|
+
401: z.ZodObject<{
|
|
1984
1984
|
statusCode: z.ZodNumber;
|
|
1985
1985
|
message: z.ZodString;
|
|
1986
1986
|
code: z.ZodString;
|
|
@@ -1989,23 +1989,23 @@ export declare const usersContract: {
|
|
|
1989
1989
|
path: z.ZodString;
|
|
1990
1990
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
1991
1991
|
}, "strip", z.ZodTypeAny, {
|
|
1992
|
-
message: string;
|
|
1993
1992
|
code: string;
|
|
1994
1993
|
path: string;
|
|
1994
|
+
message: string;
|
|
1995
1995
|
statusCode: number;
|
|
1996
1996
|
timestamp: string;
|
|
1997
1997
|
details?: unknown;
|
|
1998
1998
|
correlationId?: string | undefined;
|
|
1999
1999
|
}, {
|
|
2000
|
-
message: string;
|
|
2001
2000
|
code: string;
|
|
2002
2001
|
path: string;
|
|
2002
|
+
message: string;
|
|
2003
2003
|
statusCode: number;
|
|
2004
2004
|
timestamp: string;
|
|
2005
2005
|
details?: unknown;
|
|
2006
2006
|
correlationId?: string | undefined;
|
|
2007
2007
|
}>;
|
|
2008
|
-
|
|
2008
|
+
400: z.ZodObject<{
|
|
2009
2009
|
statusCode: z.ZodNumber;
|
|
2010
2010
|
message: z.ZodString;
|
|
2011
2011
|
code: z.ZodString;
|
|
@@ -2014,23 +2014,23 @@ export declare const usersContract: {
|
|
|
2014
2014
|
path: z.ZodString;
|
|
2015
2015
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2016
2016
|
}, "strip", z.ZodTypeAny, {
|
|
2017
|
-
message: string;
|
|
2018
2017
|
code: string;
|
|
2019
2018
|
path: string;
|
|
2019
|
+
message: string;
|
|
2020
2020
|
statusCode: number;
|
|
2021
2021
|
timestamp: string;
|
|
2022
2022
|
details?: unknown;
|
|
2023
2023
|
correlationId?: string | undefined;
|
|
2024
2024
|
}, {
|
|
2025
|
-
message: string;
|
|
2026
2025
|
code: string;
|
|
2027
2026
|
path: string;
|
|
2027
|
+
message: string;
|
|
2028
2028
|
statusCode: number;
|
|
2029
2029
|
timestamp: string;
|
|
2030
2030
|
details?: unknown;
|
|
2031
2031
|
correlationId?: string | undefined;
|
|
2032
2032
|
}>;
|
|
2033
|
-
|
|
2033
|
+
403: z.ZodObject<{
|
|
2034
2034
|
statusCode: z.ZodNumber;
|
|
2035
2035
|
message: z.ZodString;
|
|
2036
2036
|
code: z.ZodString;
|
|
@@ -2039,17 +2039,17 @@ export declare const usersContract: {
|
|
|
2039
2039
|
path: z.ZodString;
|
|
2040
2040
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2041
2041
|
}, "strip", z.ZodTypeAny, {
|
|
2042
|
-
message: string;
|
|
2043
2042
|
code: string;
|
|
2044
2043
|
path: string;
|
|
2044
|
+
message: string;
|
|
2045
2045
|
statusCode: number;
|
|
2046
2046
|
timestamp: string;
|
|
2047
2047
|
details?: unknown;
|
|
2048
2048
|
correlationId?: string | undefined;
|
|
2049
2049
|
}, {
|
|
2050
|
-
message: string;
|
|
2051
2050
|
code: string;
|
|
2052
2051
|
path: string;
|
|
2052
|
+
message: string;
|
|
2053
2053
|
statusCode: number;
|
|
2054
2054
|
timestamp: string;
|
|
2055
2055
|
details?: unknown;
|
|
@@ -2064,17 +2064,17 @@ export declare const usersContract: {
|
|
|
2064
2064
|
path: z.ZodString;
|
|
2065
2065
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2066
2066
|
}, "strip", z.ZodTypeAny, {
|
|
2067
|
-
message: string;
|
|
2068
2067
|
code: string;
|
|
2069
2068
|
path: string;
|
|
2069
|
+
message: string;
|
|
2070
2070
|
statusCode: number;
|
|
2071
2071
|
timestamp: string;
|
|
2072
2072
|
details?: unknown;
|
|
2073
2073
|
correlationId?: string | undefined;
|
|
2074
2074
|
}, {
|
|
2075
|
-
message: string;
|
|
2076
2075
|
code: string;
|
|
2077
2076
|
path: string;
|
|
2077
|
+
message: string;
|
|
2078
2078
|
statusCode: number;
|
|
2079
2079
|
timestamp: string;
|
|
2080
2080
|
details?: unknown;
|
|
@@ -2096,9 +2096,6 @@ export declare const usersContract: {
|
|
|
2096
2096
|
};
|
|
2097
2097
|
};
|
|
2098
2098
|
autocompleteFirstAgent: {
|
|
2099
|
-
metadata: {
|
|
2100
|
-
tags: string[];
|
|
2101
|
-
};
|
|
2102
2099
|
query: z.ZodObject<{
|
|
2103
2100
|
query: z.ZodOptional<z.ZodString>;
|
|
2104
2101
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -2109,11 +2106,14 @@ export declare const usersContract: {
|
|
|
2109
2106
|
id?: string | undefined;
|
|
2110
2107
|
query?: string | undefined;
|
|
2111
2108
|
}>;
|
|
2109
|
+
metadata: {
|
|
2110
|
+
tags: string[];
|
|
2111
|
+
};
|
|
2112
2112
|
summary: "Get users with FIRST_AGENT role for autocomplete";
|
|
2113
2113
|
method: "GET";
|
|
2114
2114
|
path: "/v2/users/autocomplete/first-agent";
|
|
2115
2115
|
responses: {
|
|
2116
|
-
|
|
2116
|
+
401: z.ZodObject<{
|
|
2117
2117
|
statusCode: z.ZodNumber;
|
|
2118
2118
|
message: z.ZodString;
|
|
2119
2119
|
code: z.ZodString;
|
|
@@ -2122,23 +2122,23 @@ export declare const usersContract: {
|
|
|
2122
2122
|
path: z.ZodString;
|
|
2123
2123
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2124
2124
|
}, "strip", z.ZodTypeAny, {
|
|
2125
|
-
message: string;
|
|
2126
2125
|
code: string;
|
|
2127
2126
|
path: string;
|
|
2127
|
+
message: string;
|
|
2128
2128
|
statusCode: number;
|
|
2129
2129
|
timestamp: string;
|
|
2130
2130
|
details?: unknown;
|
|
2131
2131
|
correlationId?: string | undefined;
|
|
2132
2132
|
}, {
|
|
2133
|
-
message: string;
|
|
2134
2133
|
code: string;
|
|
2135
2134
|
path: string;
|
|
2135
|
+
message: string;
|
|
2136
2136
|
statusCode: number;
|
|
2137
2137
|
timestamp: string;
|
|
2138
2138
|
details?: unknown;
|
|
2139
2139
|
correlationId?: string | undefined;
|
|
2140
2140
|
}>;
|
|
2141
|
-
|
|
2141
|
+
400: z.ZodObject<{
|
|
2142
2142
|
statusCode: z.ZodNumber;
|
|
2143
2143
|
message: z.ZodString;
|
|
2144
2144
|
code: z.ZodString;
|
|
@@ -2147,23 +2147,23 @@ export declare const usersContract: {
|
|
|
2147
2147
|
path: z.ZodString;
|
|
2148
2148
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2149
2149
|
}, "strip", z.ZodTypeAny, {
|
|
2150
|
-
message: string;
|
|
2151
2150
|
code: string;
|
|
2152
2151
|
path: string;
|
|
2152
|
+
message: string;
|
|
2153
2153
|
statusCode: number;
|
|
2154
2154
|
timestamp: string;
|
|
2155
2155
|
details?: unknown;
|
|
2156
2156
|
correlationId?: string | undefined;
|
|
2157
2157
|
}, {
|
|
2158
|
-
message: string;
|
|
2159
2158
|
code: string;
|
|
2160
2159
|
path: string;
|
|
2160
|
+
message: string;
|
|
2161
2161
|
statusCode: number;
|
|
2162
2162
|
timestamp: string;
|
|
2163
2163
|
details?: unknown;
|
|
2164
2164
|
correlationId?: string | undefined;
|
|
2165
2165
|
}>;
|
|
2166
|
-
|
|
2166
|
+
403: z.ZodObject<{
|
|
2167
2167
|
statusCode: z.ZodNumber;
|
|
2168
2168
|
message: z.ZodString;
|
|
2169
2169
|
code: z.ZodString;
|
|
@@ -2172,17 +2172,17 @@ export declare const usersContract: {
|
|
|
2172
2172
|
path: z.ZodString;
|
|
2173
2173
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2174
2174
|
}, "strip", z.ZodTypeAny, {
|
|
2175
|
-
message: string;
|
|
2176
2175
|
code: string;
|
|
2177
2176
|
path: string;
|
|
2177
|
+
message: string;
|
|
2178
2178
|
statusCode: number;
|
|
2179
2179
|
timestamp: string;
|
|
2180
2180
|
details?: unknown;
|
|
2181
2181
|
correlationId?: string | undefined;
|
|
2182
2182
|
}, {
|
|
2183
|
-
message: string;
|
|
2184
2183
|
code: string;
|
|
2185
2184
|
path: string;
|
|
2185
|
+
message: string;
|
|
2186
2186
|
statusCode: number;
|
|
2187
2187
|
timestamp: string;
|
|
2188
2188
|
details?: unknown;
|
|
@@ -2197,17 +2197,17 @@ export declare const usersContract: {
|
|
|
2197
2197
|
path: z.ZodString;
|
|
2198
2198
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2199
2199
|
}, "strip", z.ZodTypeAny, {
|
|
2200
|
-
message: string;
|
|
2201
2200
|
code: string;
|
|
2202
2201
|
path: string;
|
|
2202
|
+
message: string;
|
|
2203
2203
|
statusCode: number;
|
|
2204
2204
|
timestamp: string;
|
|
2205
2205
|
details?: unknown;
|
|
2206
2206
|
correlationId?: string | undefined;
|
|
2207
2207
|
}, {
|
|
2208
|
-
message: string;
|
|
2209
2208
|
code: string;
|
|
2210
2209
|
path: string;
|
|
2210
|
+
message: string;
|
|
2211
2211
|
statusCode: number;
|
|
2212
2212
|
timestamp: string;
|
|
2213
2213
|
details?: unknown;
|
|
@@ -2229,9 +2229,6 @@ export declare const usersContract: {
|
|
|
2229
2229
|
};
|
|
2230
2230
|
};
|
|
2231
2231
|
autocompleteSecondAgent: {
|
|
2232
|
-
metadata: {
|
|
2233
|
-
tags: string[];
|
|
2234
|
-
};
|
|
2235
2232
|
query: z.ZodObject<{
|
|
2236
2233
|
query: z.ZodOptional<z.ZodString>;
|
|
2237
2234
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -2242,11 +2239,14 @@ export declare const usersContract: {
|
|
|
2242
2239
|
id?: string | undefined;
|
|
2243
2240
|
query?: string | undefined;
|
|
2244
2241
|
}>;
|
|
2242
|
+
metadata: {
|
|
2243
|
+
tags: string[];
|
|
2244
|
+
};
|
|
2245
2245
|
summary: "Get users with SECOND_AGENT role for autocomplete";
|
|
2246
2246
|
method: "GET";
|
|
2247
2247
|
path: "/v2/users/autocomplete/second-agent";
|
|
2248
2248
|
responses: {
|
|
2249
|
-
|
|
2249
|
+
401: z.ZodObject<{
|
|
2250
2250
|
statusCode: z.ZodNumber;
|
|
2251
2251
|
message: z.ZodString;
|
|
2252
2252
|
code: z.ZodString;
|
|
@@ -2255,23 +2255,23 @@ export declare const usersContract: {
|
|
|
2255
2255
|
path: z.ZodString;
|
|
2256
2256
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2257
2257
|
}, "strip", z.ZodTypeAny, {
|
|
2258
|
-
message: string;
|
|
2259
2258
|
code: string;
|
|
2260
2259
|
path: string;
|
|
2260
|
+
message: string;
|
|
2261
2261
|
statusCode: number;
|
|
2262
2262
|
timestamp: string;
|
|
2263
2263
|
details?: unknown;
|
|
2264
2264
|
correlationId?: string | undefined;
|
|
2265
2265
|
}, {
|
|
2266
|
-
message: string;
|
|
2267
2266
|
code: string;
|
|
2268
2267
|
path: string;
|
|
2268
|
+
message: string;
|
|
2269
2269
|
statusCode: number;
|
|
2270
2270
|
timestamp: string;
|
|
2271
2271
|
details?: unknown;
|
|
2272
2272
|
correlationId?: string | undefined;
|
|
2273
2273
|
}>;
|
|
2274
|
-
|
|
2274
|
+
400: z.ZodObject<{
|
|
2275
2275
|
statusCode: z.ZodNumber;
|
|
2276
2276
|
message: z.ZodString;
|
|
2277
2277
|
code: z.ZodString;
|
|
@@ -2280,23 +2280,23 @@ export declare const usersContract: {
|
|
|
2280
2280
|
path: z.ZodString;
|
|
2281
2281
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2282
2282
|
}, "strip", z.ZodTypeAny, {
|
|
2283
|
-
message: string;
|
|
2284
2283
|
code: string;
|
|
2285
2284
|
path: string;
|
|
2285
|
+
message: string;
|
|
2286
2286
|
statusCode: number;
|
|
2287
2287
|
timestamp: string;
|
|
2288
2288
|
details?: unknown;
|
|
2289
2289
|
correlationId?: string | undefined;
|
|
2290
2290
|
}, {
|
|
2291
|
-
message: string;
|
|
2292
2291
|
code: string;
|
|
2293
2292
|
path: string;
|
|
2293
|
+
message: string;
|
|
2294
2294
|
statusCode: number;
|
|
2295
2295
|
timestamp: string;
|
|
2296
2296
|
details?: unknown;
|
|
2297
2297
|
correlationId?: string | undefined;
|
|
2298
2298
|
}>;
|
|
2299
|
-
|
|
2299
|
+
403: z.ZodObject<{
|
|
2300
2300
|
statusCode: z.ZodNumber;
|
|
2301
2301
|
message: z.ZodString;
|
|
2302
2302
|
code: z.ZodString;
|
|
@@ -2305,17 +2305,17 @@ export declare const usersContract: {
|
|
|
2305
2305
|
path: z.ZodString;
|
|
2306
2306
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2307
2307
|
}, "strip", z.ZodTypeAny, {
|
|
2308
|
-
message: string;
|
|
2309
2308
|
code: string;
|
|
2310
2309
|
path: string;
|
|
2310
|
+
message: string;
|
|
2311
2311
|
statusCode: number;
|
|
2312
2312
|
timestamp: string;
|
|
2313
2313
|
details?: unknown;
|
|
2314
2314
|
correlationId?: string | undefined;
|
|
2315
2315
|
}, {
|
|
2316
|
-
message: string;
|
|
2317
2316
|
code: string;
|
|
2318
2317
|
path: string;
|
|
2318
|
+
message: string;
|
|
2319
2319
|
statusCode: number;
|
|
2320
2320
|
timestamp: string;
|
|
2321
2321
|
details?: unknown;
|
|
@@ -2330,17 +2330,17 @@ export declare const usersContract: {
|
|
|
2330
2330
|
path: z.ZodString;
|
|
2331
2331
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2332
2332
|
}, "strip", z.ZodTypeAny, {
|
|
2333
|
-
message: string;
|
|
2334
2333
|
code: string;
|
|
2335
2334
|
path: string;
|
|
2335
|
+
message: string;
|
|
2336
2336
|
statusCode: number;
|
|
2337
2337
|
timestamp: string;
|
|
2338
2338
|
details?: unknown;
|
|
2339
2339
|
correlationId?: string | undefined;
|
|
2340
2340
|
}, {
|
|
2341
|
-
message: string;
|
|
2342
2341
|
code: string;
|
|
2343
2342
|
path: string;
|
|
2343
|
+
message: string;
|
|
2344
2344
|
statusCode: number;
|
|
2345
2345
|
timestamp: string;
|
|
2346
2346
|
details?: unknown;
|
|
@@ -2362,9 +2362,6 @@ export declare const usersContract: {
|
|
|
2362
2362
|
};
|
|
2363
2363
|
};
|
|
2364
2364
|
autocompleteAgents: {
|
|
2365
|
-
metadata: {
|
|
2366
|
-
tags: string[];
|
|
2367
|
-
};
|
|
2368
2365
|
query: z.ZodObject<{
|
|
2369
2366
|
query: z.ZodOptional<z.ZodString>;
|
|
2370
2367
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -2375,11 +2372,14 @@ export declare const usersContract: {
|
|
|
2375
2372
|
id?: string | undefined;
|
|
2376
2373
|
query?: string | undefined;
|
|
2377
2374
|
}>;
|
|
2375
|
+
metadata: {
|
|
2376
|
+
tags: string[];
|
|
2377
|
+
};
|
|
2378
2378
|
summary: "Autocomplete users whose roles include FIRST_AGENT OR SECOND_AGENT";
|
|
2379
2379
|
method: "GET";
|
|
2380
2380
|
path: "/v2/users/autocomplete/agents";
|
|
2381
2381
|
responses: {
|
|
2382
|
-
|
|
2382
|
+
401: z.ZodObject<{
|
|
2383
2383
|
statusCode: z.ZodNumber;
|
|
2384
2384
|
message: z.ZodString;
|
|
2385
2385
|
code: z.ZodString;
|
|
@@ -2388,23 +2388,23 @@ export declare const usersContract: {
|
|
|
2388
2388
|
path: z.ZodString;
|
|
2389
2389
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2390
2390
|
}, "strip", z.ZodTypeAny, {
|
|
2391
|
-
message: string;
|
|
2392
2391
|
code: string;
|
|
2393
2392
|
path: string;
|
|
2393
|
+
message: string;
|
|
2394
2394
|
statusCode: number;
|
|
2395
2395
|
timestamp: string;
|
|
2396
2396
|
details?: unknown;
|
|
2397
2397
|
correlationId?: string | undefined;
|
|
2398
2398
|
}, {
|
|
2399
|
-
message: string;
|
|
2400
2399
|
code: string;
|
|
2401
2400
|
path: string;
|
|
2401
|
+
message: string;
|
|
2402
2402
|
statusCode: number;
|
|
2403
2403
|
timestamp: string;
|
|
2404
2404
|
details?: unknown;
|
|
2405
2405
|
correlationId?: string | undefined;
|
|
2406
2406
|
}>;
|
|
2407
|
-
|
|
2407
|
+
400: z.ZodObject<{
|
|
2408
2408
|
statusCode: z.ZodNumber;
|
|
2409
2409
|
message: z.ZodString;
|
|
2410
2410
|
code: z.ZodString;
|
|
@@ -2413,23 +2413,23 @@ export declare const usersContract: {
|
|
|
2413
2413
|
path: z.ZodString;
|
|
2414
2414
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2415
2415
|
}, "strip", z.ZodTypeAny, {
|
|
2416
|
-
message: string;
|
|
2417
2416
|
code: string;
|
|
2418
2417
|
path: string;
|
|
2418
|
+
message: string;
|
|
2419
2419
|
statusCode: number;
|
|
2420
2420
|
timestamp: string;
|
|
2421
2421
|
details?: unknown;
|
|
2422
2422
|
correlationId?: string | undefined;
|
|
2423
2423
|
}, {
|
|
2424
|
-
message: string;
|
|
2425
2424
|
code: string;
|
|
2426
2425
|
path: string;
|
|
2426
|
+
message: string;
|
|
2427
2427
|
statusCode: number;
|
|
2428
2428
|
timestamp: string;
|
|
2429
2429
|
details?: unknown;
|
|
2430
2430
|
correlationId?: string | undefined;
|
|
2431
2431
|
}>;
|
|
2432
|
-
|
|
2432
|
+
403: z.ZodObject<{
|
|
2433
2433
|
statusCode: z.ZodNumber;
|
|
2434
2434
|
message: z.ZodString;
|
|
2435
2435
|
code: z.ZodString;
|
|
@@ -2438,17 +2438,17 @@ export declare const usersContract: {
|
|
|
2438
2438
|
path: z.ZodString;
|
|
2439
2439
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2440
2440
|
}, "strip", z.ZodTypeAny, {
|
|
2441
|
-
message: string;
|
|
2442
2441
|
code: string;
|
|
2443
2442
|
path: string;
|
|
2443
|
+
message: string;
|
|
2444
2444
|
statusCode: number;
|
|
2445
2445
|
timestamp: string;
|
|
2446
2446
|
details?: unknown;
|
|
2447
2447
|
correlationId?: string | undefined;
|
|
2448
2448
|
}, {
|
|
2449
|
-
message: string;
|
|
2450
2449
|
code: string;
|
|
2451
2450
|
path: string;
|
|
2451
|
+
message: string;
|
|
2452
2452
|
statusCode: number;
|
|
2453
2453
|
timestamp: string;
|
|
2454
2454
|
details?: unknown;
|
|
@@ -2463,17 +2463,17 @@ export declare const usersContract: {
|
|
|
2463
2463
|
path: z.ZodString;
|
|
2464
2464
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2465
2465
|
}, "strip", z.ZodTypeAny, {
|
|
2466
|
-
message: string;
|
|
2467
2466
|
code: string;
|
|
2468
2467
|
path: string;
|
|
2468
|
+
message: string;
|
|
2469
2469
|
statusCode: number;
|
|
2470
2470
|
timestamp: string;
|
|
2471
2471
|
details?: unknown;
|
|
2472
2472
|
correlationId?: string | undefined;
|
|
2473
2473
|
}, {
|
|
2474
|
-
message: string;
|
|
2475
2474
|
code: string;
|
|
2476
2475
|
path: string;
|
|
2476
|
+
message: string;
|
|
2477
2477
|
statusCode: number;
|
|
2478
2478
|
timestamp: string;
|
|
2479
2479
|
details?: unknown;
|
|
@@ -2495,9 +2495,6 @@ export declare const usersContract: {
|
|
|
2495
2495
|
};
|
|
2496
2496
|
};
|
|
2497
2497
|
autocompleteOfficeManager: {
|
|
2498
|
-
metadata: {
|
|
2499
|
-
tags: string[];
|
|
2500
|
-
};
|
|
2501
2498
|
query: z.ZodObject<{
|
|
2502
2499
|
query: z.ZodOptional<z.ZodString>;
|
|
2503
2500
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -2508,11 +2505,14 @@ export declare const usersContract: {
|
|
|
2508
2505
|
id?: string | undefined;
|
|
2509
2506
|
query?: string | undefined;
|
|
2510
2507
|
}>;
|
|
2508
|
+
metadata: {
|
|
2509
|
+
tags: string[];
|
|
2510
|
+
};
|
|
2511
2511
|
summary: "Get users with OFFICE_MANAGER role for autocomplete";
|
|
2512
2512
|
method: "GET";
|
|
2513
2513
|
path: "/v2/users/autocomplete/office-manager";
|
|
2514
2514
|
responses: {
|
|
2515
|
-
|
|
2515
|
+
401: z.ZodObject<{
|
|
2516
2516
|
statusCode: z.ZodNumber;
|
|
2517
2517
|
message: z.ZodString;
|
|
2518
2518
|
code: z.ZodString;
|
|
@@ -2521,23 +2521,23 @@ export declare const usersContract: {
|
|
|
2521
2521
|
path: z.ZodString;
|
|
2522
2522
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2523
2523
|
}, "strip", z.ZodTypeAny, {
|
|
2524
|
-
message: string;
|
|
2525
2524
|
code: string;
|
|
2526
2525
|
path: string;
|
|
2526
|
+
message: string;
|
|
2527
2527
|
statusCode: number;
|
|
2528
2528
|
timestamp: string;
|
|
2529
2529
|
details?: unknown;
|
|
2530
2530
|
correlationId?: string | undefined;
|
|
2531
2531
|
}, {
|
|
2532
|
-
message: string;
|
|
2533
2532
|
code: string;
|
|
2534
2533
|
path: string;
|
|
2534
|
+
message: string;
|
|
2535
2535
|
statusCode: number;
|
|
2536
2536
|
timestamp: string;
|
|
2537
2537
|
details?: unknown;
|
|
2538
2538
|
correlationId?: string | undefined;
|
|
2539
2539
|
}>;
|
|
2540
|
-
|
|
2540
|
+
400: z.ZodObject<{
|
|
2541
2541
|
statusCode: z.ZodNumber;
|
|
2542
2542
|
message: z.ZodString;
|
|
2543
2543
|
code: z.ZodString;
|
|
@@ -2546,23 +2546,23 @@ export declare const usersContract: {
|
|
|
2546
2546
|
path: z.ZodString;
|
|
2547
2547
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2548
2548
|
}, "strip", z.ZodTypeAny, {
|
|
2549
|
-
message: string;
|
|
2550
2549
|
code: string;
|
|
2551
2550
|
path: string;
|
|
2551
|
+
message: string;
|
|
2552
2552
|
statusCode: number;
|
|
2553
2553
|
timestamp: string;
|
|
2554
2554
|
details?: unknown;
|
|
2555
2555
|
correlationId?: string | undefined;
|
|
2556
2556
|
}, {
|
|
2557
|
-
message: string;
|
|
2558
2557
|
code: string;
|
|
2559
2558
|
path: string;
|
|
2559
|
+
message: string;
|
|
2560
2560
|
statusCode: number;
|
|
2561
2561
|
timestamp: string;
|
|
2562
2562
|
details?: unknown;
|
|
2563
2563
|
correlationId?: string | undefined;
|
|
2564
2564
|
}>;
|
|
2565
|
-
|
|
2565
|
+
403: z.ZodObject<{
|
|
2566
2566
|
statusCode: z.ZodNumber;
|
|
2567
2567
|
message: z.ZodString;
|
|
2568
2568
|
code: z.ZodString;
|
|
@@ -2571,17 +2571,17 @@ export declare const usersContract: {
|
|
|
2571
2571
|
path: z.ZodString;
|
|
2572
2572
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2573
2573
|
}, "strip", z.ZodTypeAny, {
|
|
2574
|
-
message: string;
|
|
2575
2574
|
code: string;
|
|
2576
2575
|
path: string;
|
|
2576
|
+
message: string;
|
|
2577
2577
|
statusCode: number;
|
|
2578
2578
|
timestamp: string;
|
|
2579
2579
|
details?: unknown;
|
|
2580
2580
|
correlationId?: string | undefined;
|
|
2581
2581
|
}, {
|
|
2582
|
-
message: string;
|
|
2583
2582
|
code: string;
|
|
2584
2583
|
path: string;
|
|
2584
|
+
message: string;
|
|
2585
2585
|
statusCode: number;
|
|
2586
2586
|
timestamp: string;
|
|
2587
2587
|
details?: unknown;
|
|
@@ -2596,17 +2596,17 @@ export declare const usersContract: {
|
|
|
2596
2596
|
path: z.ZodString;
|
|
2597
2597
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
|
-
message: string;
|
|
2600
2599
|
code: string;
|
|
2601
2600
|
path: string;
|
|
2601
|
+
message: string;
|
|
2602
2602
|
statusCode: number;
|
|
2603
2603
|
timestamp: string;
|
|
2604
2604
|
details?: unknown;
|
|
2605
2605
|
correlationId?: string | undefined;
|
|
2606
2606
|
}, {
|
|
2607
|
-
message: string;
|
|
2608
2607
|
code: string;
|
|
2609
2608
|
path: string;
|
|
2609
|
+
message: string;
|
|
2610
2610
|
statusCode: number;
|
|
2611
2611
|
timestamp: string;
|
|
2612
2612
|
details?: unknown;
|
|
@@ -2629,9 +2629,6 @@ export declare const usersContract: {
|
|
|
2629
2629
|
};
|
|
2630
2630
|
autocompleteImpersonable: {
|
|
2631
2631
|
description: "Returns the first N users matching the caller CASL impersonate ability, optionally narrowed by the query string. Admins see all active users; KPI users see only their canImpersonateUsers list.";
|
|
2632
|
-
metadata: {
|
|
2633
|
-
tags: string[];
|
|
2634
|
-
};
|
|
2635
2632
|
query: z.ZodObject<{
|
|
2636
2633
|
query: z.ZodOptional<z.ZodString>;
|
|
2637
2634
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -2642,11 +2639,14 @@ export declare const usersContract: {
|
|
|
2642
2639
|
id?: string | undefined;
|
|
2643
2640
|
query?: string | undefined;
|
|
2644
2641
|
}>;
|
|
2642
|
+
metadata: {
|
|
2643
|
+
tags: string[];
|
|
2644
|
+
};
|
|
2645
2645
|
summary: "Autocomplete users the caller is allowed to impersonate";
|
|
2646
2646
|
method: "GET";
|
|
2647
2647
|
path: "/v2/users/autocomplete/impersonable";
|
|
2648
2648
|
responses: {
|
|
2649
|
-
|
|
2649
|
+
401: z.ZodObject<{
|
|
2650
2650
|
statusCode: z.ZodNumber;
|
|
2651
2651
|
message: z.ZodString;
|
|
2652
2652
|
code: z.ZodString;
|
|
@@ -2655,23 +2655,23 @@ export declare const usersContract: {
|
|
|
2655
2655
|
path: z.ZodString;
|
|
2656
2656
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2657
2657
|
}, "strip", z.ZodTypeAny, {
|
|
2658
|
-
message: string;
|
|
2659
2658
|
code: string;
|
|
2660
2659
|
path: string;
|
|
2660
|
+
message: string;
|
|
2661
2661
|
statusCode: number;
|
|
2662
2662
|
timestamp: string;
|
|
2663
2663
|
details?: unknown;
|
|
2664
2664
|
correlationId?: string | undefined;
|
|
2665
2665
|
}, {
|
|
2666
|
-
message: string;
|
|
2667
2666
|
code: string;
|
|
2668
2667
|
path: string;
|
|
2668
|
+
message: string;
|
|
2669
2669
|
statusCode: number;
|
|
2670
2670
|
timestamp: string;
|
|
2671
2671
|
details?: unknown;
|
|
2672
2672
|
correlationId?: string | undefined;
|
|
2673
2673
|
}>;
|
|
2674
|
-
|
|
2674
|
+
400: z.ZodObject<{
|
|
2675
2675
|
statusCode: z.ZodNumber;
|
|
2676
2676
|
message: z.ZodString;
|
|
2677
2677
|
code: z.ZodString;
|
|
@@ -2680,23 +2680,23 @@ export declare const usersContract: {
|
|
|
2680
2680
|
path: z.ZodString;
|
|
2681
2681
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2682
2682
|
}, "strip", z.ZodTypeAny, {
|
|
2683
|
-
message: string;
|
|
2684
2683
|
code: string;
|
|
2685
2684
|
path: string;
|
|
2685
|
+
message: string;
|
|
2686
2686
|
statusCode: number;
|
|
2687
2687
|
timestamp: string;
|
|
2688
2688
|
details?: unknown;
|
|
2689
2689
|
correlationId?: string | undefined;
|
|
2690
2690
|
}, {
|
|
2691
|
-
message: string;
|
|
2692
2691
|
code: string;
|
|
2693
2692
|
path: string;
|
|
2693
|
+
message: string;
|
|
2694
2694
|
statusCode: number;
|
|
2695
2695
|
timestamp: string;
|
|
2696
2696
|
details?: unknown;
|
|
2697
2697
|
correlationId?: string | undefined;
|
|
2698
2698
|
}>;
|
|
2699
|
-
|
|
2699
|
+
403: z.ZodObject<{
|
|
2700
2700
|
statusCode: z.ZodNumber;
|
|
2701
2701
|
message: z.ZodString;
|
|
2702
2702
|
code: z.ZodString;
|
|
@@ -2705,17 +2705,17 @@ export declare const usersContract: {
|
|
|
2705
2705
|
path: z.ZodString;
|
|
2706
2706
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2707
2707
|
}, "strip", z.ZodTypeAny, {
|
|
2708
|
-
message: string;
|
|
2709
2708
|
code: string;
|
|
2710
2709
|
path: string;
|
|
2710
|
+
message: string;
|
|
2711
2711
|
statusCode: number;
|
|
2712
2712
|
timestamp: string;
|
|
2713
2713
|
details?: unknown;
|
|
2714
2714
|
correlationId?: string | undefined;
|
|
2715
2715
|
}, {
|
|
2716
|
-
message: string;
|
|
2717
2716
|
code: string;
|
|
2718
2717
|
path: string;
|
|
2718
|
+
message: string;
|
|
2719
2719
|
statusCode: number;
|
|
2720
2720
|
timestamp: string;
|
|
2721
2721
|
details?: unknown;
|
|
@@ -2730,17 +2730,17 @@ export declare const usersContract: {
|
|
|
2730
2730
|
path: z.ZodString;
|
|
2731
2731
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2732
2732
|
}, "strip", z.ZodTypeAny, {
|
|
2733
|
-
message: string;
|
|
2734
2733
|
code: string;
|
|
2735
2734
|
path: string;
|
|
2735
|
+
message: string;
|
|
2736
2736
|
statusCode: number;
|
|
2737
2737
|
timestamp: string;
|
|
2738
2738
|
details?: unknown;
|
|
2739
2739
|
correlationId?: string | undefined;
|
|
2740
2740
|
}, {
|
|
2741
|
-
message: string;
|
|
2742
2741
|
code: string;
|
|
2743
2742
|
path: string;
|
|
2743
|
+
message: string;
|
|
2744
2744
|
statusCode: number;
|
|
2745
2745
|
timestamp: string;
|
|
2746
2746
|
details?: unknown;
|
|
@@ -2762,9 +2762,6 @@ export declare const usersContract: {
|
|
|
2762
2762
|
};
|
|
2763
2763
|
};
|
|
2764
2764
|
checkAvailability: {
|
|
2765
|
-
metadata: {
|
|
2766
|
-
tags: string[];
|
|
2767
|
-
};
|
|
2768
2765
|
query: z.ZodObject<{
|
|
2769
2766
|
email: z.ZodOptional<z.ZodString>;
|
|
2770
2767
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
@@ -2778,11 +2775,14 @@ export declare const usersContract: {
|
|
|
2778
2775
|
phoneNumber?: string | undefined;
|
|
2779
2776
|
excludeUserId?: string | undefined;
|
|
2780
2777
|
}>;
|
|
2778
|
+
metadata: {
|
|
2779
|
+
tags: string[];
|
|
2780
|
+
};
|
|
2781
2781
|
summary: "Look up the active users currently using a given email or phone number";
|
|
2782
2782
|
method: "GET";
|
|
2783
2783
|
path: "/v2/users/availability";
|
|
2784
2784
|
responses: {
|
|
2785
|
-
|
|
2785
|
+
401: z.ZodObject<{
|
|
2786
2786
|
statusCode: z.ZodNumber;
|
|
2787
2787
|
message: z.ZodString;
|
|
2788
2788
|
code: z.ZodString;
|
|
@@ -2791,23 +2791,23 @@ export declare const usersContract: {
|
|
|
2791
2791
|
path: z.ZodString;
|
|
2792
2792
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2793
2793
|
}, "strip", z.ZodTypeAny, {
|
|
2794
|
-
message: string;
|
|
2795
2794
|
code: string;
|
|
2796
2795
|
path: string;
|
|
2796
|
+
message: string;
|
|
2797
2797
|
statusCode: number;
|
|
2798
2798
|
timestamp: string;
|
|
2799
2799
|
details?: unknown;
|
|
2800
2800
|
correlationId?: string | undefined;
|
|
2801
2801
|
}, {
|
|
2802
|
-
message: string;
|
|
2803
2802
|
code: string;
|
|
2804
2803
|
path: string;
|
|
2804
|
+
message: string;
|
|
2805
2805
|
statusCode: number;
|
|
2806
2806
|
timestamp: string;
|
|
2807
2807
|
details?: unknown;
|
|
2808
2808
|
correlationId?: string | undefined;
|
|
2809
2809
|
}>;
|
|
2810
|
-
|
|
2810
|
+
400: z.ZodObject<{
|
|
2811
2811
|
statusCode: z.ZodNumber;
|
|
2812
2812
|
message: z.ZodString;
|
|
2813
2813
|
code: z.ZodString;
|
|
@@ -2816,23 +2816,23 @@ export declare const usersContract: {
|
|
|
2816
2816
|
path: z.ZodString;
|
|
2817
2817
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2818
2818
|
}, "strip", z.ZodTypeAny, {
|
|
2819
|
-
message: string;
|
|
2820
2819
|
code: string;
|
|
2821
2820
|
path: string;
|
|
2821
|
+
message: string;
|
|
2822
2822
|
statusCode: number;
|
|
2823
2823
|
timestamp: string;
|
|
2824
2824
|
details?: unknown;
|
|
2825
2825
|
correlationId?: string | undefined;
|
|
2826
2826
|
}, {
|
|
2827
|
-
message: string;
|
|
2828
2827
|
code: string;
|
|
2829
2828
|
path: string;
|
|
2829
|
+
message: string;
|
|
2830
2830
|
statusCode: number;
|
|
2831
2831
|
timestamp: string;
|
|
2832
2832
|
details?: unknown;
|
|
2833
2833
|
correlationId?: string | undefined;
|
|
2834
2834
|
}>;
|
|
2835
|
-
|
|
2835
|
+
403: z.ZodObject<{
|
|
2836
2836
|
statusCode: z.ZodNumber;
|
|
2837
2837
|
message: z.ZodString;
|
|
2838
2838
|
code: z.ZodString;
|
|
@@ -2841,17 +2841,17 @@ export declare const usersContract: {
|
|
|
2841
2841
|
path: z.ZodString;
|
|
2842
2842
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2843
2843
|
}, "strip", z.ZodTypeAny, {
|
|
2844
|
-
message: string;
|
|
2845
2844
|
code: string;
|
|
2846
2845
|
path: string;
|
|
2846
|
+
message: string;
|
|
2847
2847
|
statusCode: number;
|
|
2848
2848
|
timestamp: string;
|
|
2849
2849
|
details?: unknown;
|
|
2850
2850
|
correlationId?: string | undefined;
|
|
2851
2851
|
}, {
|
|
2852
|
-
message: string;
|
|
2853
2852
|
code: string;
|
|
2854
2853
|
path: string;
|
|
2854
|
+
message: string;
|
|
2855
2855
|
statusCode: number;
|
|
2856
2856
|
timestamp: string;
|
|
2857
2857
|
details?: unknown;
|
|
@@ -2866,17 +2866,17 @@ export declare const usersContract: {
|
|
|
2866
2866
|
path: z.ZodString;
|
|
2867
2867
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2868
2868
|
}, "strip", z.ZodTypeAny, {
|
|
2869
|
-
message: string;
|
|
2870
2869
|
code: string;
|
|
2871
2870
|
path: string;
|
|
2871
|
+
message: string;
|
|
2872
2872
|
statusCode: number;
|
|
2873
2873
|
timestamp: string;
|
|
2874
2874
|
details?: unknown;
|
|
2875
2875
|
correlationId?: string | undefined;
|
|
2876
2876
|
}, {
|
|
2877
|
-
message: string;
|
|
2878
2877
|
code: string;
|
|
2879
2878
|
path: string;
|
|
2879
|
+
message: string;
|
|
2880
2880
|
statusCode: number;
|
|
2881
2881
|
timestamp: string;
|
|
2882
2882
|
details?: unknown;
|
|
@@ -2952,7 +2952,7 @@ export declare const usersContract: {
|
|
|
2952
2952
|
method: "GET";
|
|
2953
2953
|
path: "/v2/users/me";
|
|
2954
2954
|
responses: {
|
|
2955
|
-
|
|
2955
|
+
401: z.ZodObject<{
|
|
2956
2956
|
statusCode: z.ZodNumber;
|
|
2957
2957
|
message: z.ZodString;
|
|
2958
2958
|
code: z.ZodString;
|
|
@@ -2961,23 +2961,23 @@ export declare const usersContract: {
|
|
|
2961
2961
|
path: z.ZodString;
|
|
2962
2962
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2963
2963
|
}, "strip", z.ZodTypeAny, {
|
|
2964
|
-
message: string;
|
|
2965
2964
|
code: string;
|
|
2966
2965
|
path: string;
|
|
2966
|
+
message: string;
|
|
2967
2967
|
statusCode: number;
|
|
2968
2968
|
timestamp: string;
|
|
2969
2969
|
details?: unknown;
|
|
2970
2970
|
correlationId?: string | undefined;
|
|
2971
2971
|
}, {
|
|
2972
|
-
message: string;
|
|
2973
2972
|
code: string;
|
|
2974
2973
|
path: string;
|
|
2974
|
+
message: string;
|
|
2975
2975
|
statusCode: number;
|
|
2976
2976
|
timestamp: string;
|
|
2977
2977
|
details?: unknown;
|
|
2978
2978
|
correlationId?: string | undefined;
|
|
2979
2979
|
}>;
|
|
2980
|
-
|
|
2980
|
+
400: z.ZodObject<{
|
|
2981
2981
|
statusCode: z.ZodNumber;
|
|
2982
2982
|
message: z.ZodString;
|
|
2983
2983
|
code: z.ZodString;
|
|
@@ -2986,23 +2986,23 @@ export declare const usersContract: {
|
|
|
2986
2986
|
path: z.ZodString;
|
|
2987
2987
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2988
2988
|
}, "strip", z.ZodTypeAny, {
|
|
2989
|
-
message: string;
|
|
2990
2989
|
code: string;
|
|
2991
2990
|
path: string;
|
|
2991
|
+
message: string;
|
|
2992
2992
|
statusCode: number;
|
|
2993
2993
|
timestamp: string;
|
|
2994
2994
|
details?: unknown;
|
|
2995
2995
|
correlationId?: string | undefined;
|
|
2996
2996
|
}, {
|
|
2997
|
-
message: string;
|
|
2998
2997
|
code: string;
|
|
2999
2998
|
path: string;
|
|
2999
|
+
message: string;
|
|
3000
3000
|
statusCode: number;
|
|
3001
3001
|
timestamp: string;
|
|
3002
3002
|
details?: unknown;
|
|
3003
3003
|
correlationId?: string | undefined;
|
|
3004
3004
|
}>;
|
|
3005
|
-
|
|
3005
|
+
403: z.ZodObject<{
|
|
3006
3006
|
statusCode: z.ZodNumber;
|
|
3007
3007
|
message: z.ZodString;
|
|
3008
3008
|
code: z.ZodString;
|
|
@@ -3011,17 +3011,17 @@ export declare const usersContract: {
|
|
|
3011
3011
|
path: z.ZodString;
|
|
3012
3012
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3013
3013
|
}, "strip", z.ZodTypeAny, {
|
|
3014
|
-
message: string;
|
|
3015
3014
|
code: string;
|
|
3016
3015
|
path: string;
|
|
3016
|
+
message: string;
|
|
3017
3017
|
statusCode: number;
|
|
3018
3018
|
timestamp: string;
|
|
3019
3019
|
details?: unknown;
|
|
3020
3020
|
correlationId?: string | undefined;
|
|
3021
3021
|
}, {
|
|
3022
|
-
message: string;
|
|
3023
3022
|
code: string;
|
|
3024
3023
|
path: string;
|
|
3024
|
+
message: string;
|
|
3025
3025
|
statusCode: number;
|
|
3026
3026
|
timestamp: string;
|
|
3027
3027
|
details?: unknown;
|
|
@@ -3036,17 +3036,17 @@ export declare const usersContract: {
|
|
|
3036
3036
|
path: z.ZodString;
|
|
3037
3037
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3038
3038
|
}, "strip", z.ZodTypeAny, {
|
|
3039
|
-
message: string;
|
|
3040
3039
|
code: string;
|
|
3041
3040
|
path: string;
|
|
3041
|
+
message: string;
|
|
3042
3042
|
statusCode: number;
|
|
3043
3043
|
timestamp: string;
|
|
3044
3044
|
details?: unknown;
|
|
3045
3045
|
correlationId?: string | undefined;
|
|
3046
3046
|
}, {
|
|
3047
|
-
message: string;
|
|
3048
3047
|
code: string;
|
|
3049
3048
|
path: string;
|
|
3049
|
+
message: string;
|
|
3050
3050
|
statusCode: number;
|
|
3051
3051
|
timestamp: string;
|
|
3052
3052
|
details?: unknown;
|
|
@@ -3140,7 +3140,7 @@ export declare const usersContract: {
|
|
|
3140
3140
|
}>;
|
|
3141
3141
|
path: "/v2/users/me/change-password";
|
|
3142
3142
|
responses: {
|
|
3143
|
-
|
|
3143
|
+
401: z.ZodObject<{
|
|
3144
3144
|
statusCode: z.ZodNumber;
|
|
3145
3145
|
message: z.ZodString;
|
|
3146
3146
|
code: z.ZodString;
|
|
@@ -3149,23 +3149,23 @@ export declare const usersContract: {
|
|
|
3149
3149
|
path: z.ZodString;
|
|
3150
3150
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3151
3151
|
}, "strip", z.ZodTypeAny, {
|
|
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
|
-
message: string;
|
|
3161
3160
|
code: string;
|
|
3162
3161
|
path: string;
|
|
3162
|
+
message: string;
|
|
3163
3163
|
statusCode: number;
|
|
3164
3164
|
timestamp: string;
|
|
3165
3165
|
details?: unknown;
|
|
3166
3166
|
correlationId?: string | undefined;
|
|
3167
3167
|
}>;
|
|
3168
|
-
|
|
3168
|
+
403: z.ZodObject<{
|
|
3169
3169
|
statusCode: z.ZodNumber;
|
|
3170
3170
|
message: z.ZodString;
|
|
3171
3171
|
code: z.ZodString;
|
|
@@ -3174,17 +3174,17 @@ export declare const usersContract: {
|
|
|
3174
3174
|
path: z.ZodString;
|
|
3175
3175
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3176
3176
|
}, "strip", z.ZodTypeAny, {
|
|
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;
|
|
3183
3183
|
correlationId?: string | undefined;
|
|
3184
3184
|
}, {
|
|
3185
|
-
message: string;
|
|
3186
3185
|
code: string;
|
|
3187
3186
|
path: string;
|
|
3187
|
+
message: string;
|
|
3188
3188
|
statusCode: number;
|
|
3189
3189
|
timestamp: string;
|
|
3190
3190
|
details?: unknown;
|
|
@@ -3199,17 +3199,17 @@ export declare const usersContract: {
|
|
|
3199
3199
|
path: z.ZodString;
|
|
3200
3200
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3201
3201
|
}, "strip", z.ZodTypeAny, {
|
|
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;
|
|
3208
3208
|
correlationId?: string | undefined;
|
|
3209
3209
|
}, {
|
|
3210
|
-
message: string;
|
|
3211
3210
|
code: string;
|
|
3212
3211
|
path: string;
|
|
3212
|
+
message: string;
|
|
3213
3213
|
statusCode: number;
|
|
3214
3214
|
timestamp: string;
|
|
3215
3215
|
details?: unknown;
|
|
@@ -3231,17 +3231,17 @@ export declare const usersContract: {
|
|
|
3231
3231
|
path: z.ZodString;
|
|
3232
3232
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3233
3233
|
}, "strip", z.ZodTypeAny, {
|
|
3234
|
-
message: string;
|
|
3235
3234
|
code: string;
|
|
3236
3235
|
path: string;
|
|
3236
|
+
message: string;
|
|
3237
3237
|
statusCode: number;
|
|
3238
3238
|
timestamp: string;
|
|
3239
3239
|
details?: unknown;
|
|
3240
3240
|
correlationId?: string | undefined;
|
|
3241
3241
|
}, {
|
|
3242
|
-
message: string;
|
|
3243
3242
|
code: string;
|
|
3244
3243
|
path: string;
|
|
3244
|
+
message: string;
|
|
3245
3245
|
statusCode: number;
|
|
3246
3246
|
timestamp: string;
|
|
3247
3247
|
details?: unknown;
|
|
@@ -3264,7 +3264,7 @@ export declare const usersContract: {
|
|
|
3264
3264
|
}>;
|
|
3265
3265
|
path: "/v2/users/me/avatar";
|
|
3266
3266
|
responses: {
|
|
3267
|
-
|
|
3267
|
+
401: z.ZodObject<{
|
|
3268
3268
|
statusCode: z.ZodNumber;
|
|
3269
3269
|
message: z.ZodString;
|
|
3270
3270
|
code: z.ZodString;
|
|
@@ -3273,23 +3273,23 @@ export declare const usersContract: {
|
|
|
3273
3273
|
path: z.ZodString;
|
|
3274
3274
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3275
3275
|
}, "strip", z.ZodTypeAny, {
|
|
3276
|
-
message: string;
|
|
3277
3276
|
code: string;
|
|
3278
3277
|
path: string;
|
|
3278
|
+
message: string;
|
|
3279
3279
|
statusCode: number;
|
|
3280
3280
|
timestamp: string;
|
|
3281
3281
|
details?: unknown;
|
|
3282
3282
|
correlationId?: string | undefined;
|
|
3283
3283
|
}, {
|
|
3284
|
-
message: string;
|
|
3285
3284
|
code: string;
|
|
3286
3285
|
path: string;
|
|
3286
|
+
message: string;
|
|
3287
3287
|
statusCode: number;
|
|
3288
3288
|
timestamp: string;
|
|
3289
3289
|
details?: unknown;
|
|
3290
3290
|
correlationId?: string | undefined;
|
|
3291
3291
|
}>;
|
|
3292
|
-
|
|
3292
|
+
400: z.ZodObject<{
|
|
3293
3293
|
statusCode: z.ZodNumber;
|
|
3294
3294
|
message: z.ZodString;
|
|
3295
3295
|
code: z.ZodString;
|
|
@@ -3298,23 +3298,23 @@ export declare const usersContract: {
|
|
|
3298
3298
|
path: z.ZodString;
|
|
3299
3299
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3300
3300
|
}, "strip", z.ZodTypeAny, {
|
|
3301
|
-
message: string;
|
|
3302
3301
|
code: string;
|
|
3303
3302
|
path: string;
|
|
3303
|
+
message: string;
|
|
3304
3304
|
statusCode: number;
|
|
3305
3305
|
timestamp: string;
|
|
3306
3306
|
details?: unknown;
|
|
3307
3307
|
correlationId?: string | undefined;
|
|
3308
3308
|
}, {
|
|
3309
|
-
message: string;
|
|
3310
3309
|
code: string;
|
|
3311
3310
|
path: string;
|
|
3311
|
+
message: string;
|
|
3312
3312
|
statusCode: number;
|
|
3313
3313
|
timestamp: string;
|
|
3314
3314
|
details?: unknown;
|
|
3315
3315
|
correlationId?: string | undefined;
|
|
3316
3316
|
}>;
|
|
3317
|
-
|
|
3317
|
+
403: z.ZodObject<{
|
|
3318
3318
|
statusCode: z.ZodNumber;
|
|
3319
3319
|
message: z.ZodString;
|
|
3320
3320
|
code: z.ZodString;
|
|
@@ -3323,17 +3323,17 @@ export declare const usersContract: {
|
|
|
3323
3323
|
path: z.ZodString;
|
|
3324
3324
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3325
3325
|
}, "strip", z.ZodTypeAny, {
|
|
3326
|
-
message: string;
|
|
3327
3326
|
code: string;
|
|
3328
3327
|
path: string;
|
|
3328
|
+
message: string;
|
|
3329
3329
|
statusCode: number;
|
|
3330
3330
|
timestamp: string;
|
|
3331
3331
|
details?: unknown;
|
|
3332
3332
|
correlationId?: string | undefined;
|
|
3333
3333
|
}, {
|
|
3334
|
-
message: string;
|
|
3335
3334
|
code: string;
|
|
3336
3335
|
path: string;
|
|
3336
|
+
message: string;
|
|
3337
3337
|
statusCode: number;
|
|
3338
3338
|
timestamp: string;
|
|
3339
3339
|
details?: unknown;
|
|
@@ -3348,17 +3348,17 @@ export declare const usersContract: {
|
|
|
3348
3348
|
path: z.ZodString;
|
|
3349
3349
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3350
3350
|
}, "strip", z.ZodTypeAny, {
|
|
3351
|
-
message: string;
|
|
3352
3351
|
code: string;
|
|
3353
3352
|
path: string;
|
|
3353
|
+
message: string;
|
|
3354
3354
|
statusCode: number;
|
|
3355
3355
|
timestamp: string;
|
|
3356
3356
|
details?: unknown;
|
|
3357
3357
|
correlationId?: string | undefined;
|
|
3358
3358
|
}, {
|
|
3359
|
-
message: string;
|
|
3360
3359
|
code: string;
|
|
3361
3360
|
path: string;
|
|
3361
|
+
message: string;
|
|
3362
3362
|
statusCode: number;
|
|
3363
3363
|
timestamp: string;
|
|
3364
3364
|
details?: unknown;
|
|
@@ -3441,17 +3441,17 @@ export declare const usersContract: {
|
|
|
3441
3441
|
path: z.ZodString;
|
|
3442
3442
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3443
3443
|
}, "strip", z.ZodTypeAny, {
|
|
3444
|
-
message: string;
|
|
3445
3444
|
code: string;
|
|
3446
3445
|
path: string;
|
|
3446
|
+
message: string;
|
|
3447
3447
|
statusCode: number;
|
|
3448
3448
|
timestamp: string;
|
|
3449
3449
|
details?: unknown;
|
|
3450
3450
|
correlationId?: string | undefined;
|
|
3451
3451
|
}, {
|
|
3452
|
-
message: string;
|
|
3453
3452
|
code: string;
|
|
3454
3453
|
path: string;
|
|
3454
|
+
message: string;
|
|
3455
3455
|
statusCode: number;
|
|
3456
3456
|
timestamp: string;
|
|
3457
3457
|
details?: unknown;
|
|
@@ -3474,7 +3474,7 @@ export declare const usersContract: {
|
|
|
3474
3474
|
}>;
|
|
3475
3475
|
path: "/v2/users/me/preferences";
|
|
3476
3476
|
responses: {
|
|
3477
|
-
|
|
3477
|
+
401: z.ZodObject<{
|
|
3478
3478
|
statusCode: z.ZodNumber;
|
|
3479
3479
|
message: z.ZodString;
|
|
3480
3480
|
code: z.ZodString;
|
|
@@ -3483,23 +3483,23 @@ export declare const usersContract: {
|
|
|
3483
3483
|
path: z.ZodString;
|
|
3484
3484
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3485
3485
|
}, "strip", z.ZodTypeAny, {
|
|
3486
|
-
message: string;
|
|
3487
3486
|
code: string;
|
|
3488
3487
|
path: string;
|
|
3488
|
+
message: string;
|
|
3489
3489
|
statusCode: number;
|
|
3490
3490
|
timestamp: string;
|
|
3491
3491
|
details?: unknown;
|
|
3492
3492
|
correlationId?: string | undefined;
|
|
3493
3493
|
}, {
|
|
3494
|
-
message: string;
|
|
3495
3494
|
code: string;
|
|
3496
3495
|
path: string;
|
|
3496
|
+
message: string;
|
|
3497
3497
|
statusCode: number;
|
|
3498
3498
|
timestamp: string;
|
|
3499
3499
|
details?: unknown;
|
|
3500
3500
|
correlationId?: string | undefined;
|
|
3501
3501
|
}>;
|
|
3502
|
-
|
|
3502
|
+
403: z.ZodObject<{
|
|
3503
3503
|
statusCode: z.ZodNumber;
|
|
3504
3504
|
message: z.ZodString;
|
|
3505
3505
|
code: z.ZodString;
|
|
@@ -3508,17 +3508,17 @@ export declare const usersContract: {
|
|
|
3508
3508
|
path: z.ZodString;
|
|
3509
3509
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3510
3510
|
}, "strip", z.ZodTypeAny, {
|
|
3511
|
-
message: string;
|
|
3512
3511
|
code: string;
|
|
3513
3512
|
path: string;
|
|
3513
|
+
message: string;
|
|
3514
3514
|
statusCode: number;
|
|
3515
3515
|
timestamp: string;
|
|
3516
3516
|
details?: unknown;
|
|
3517
3517
|
correlationId?: string | undefined;
|
|
3518
3518
|
}, {
|
|
3519
|
-
message: string;
|
|
3520
3519
|
code: string;
|
|
3521
3520
|
path: string;
|
|
3521
|
+
message: string;
|
|
3522
3522
|
statusCode: number;
|
|
3523
3523
|
timestamp: string;
|
|
3524
3524
|
details?: unknown;
|
|
@@ -3533,17 +3533,17 @@ export declare const usersContract: {
|
|
|
3533
3533
|
path: z.ZodString;
|
|
3534
3534
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3535
3535
|
}, "strip", z.ZodTypeAny, {
|
|
3536
|
-
message: string;
|
|
3537
3536
|
code: string;
|
|
3538
3537
|
path: string;
|
|
3538
|
+
message: string;
|
|
3539
3539
|
statusCode: number;
|
|
3540
3540
|
timestamp: string;
|
|
3541
3541
|
details?: unknown;
|
|
3542
3542
|
correlationId?: string | undefined;
|
|
3543
3543
|
}, {
|
|
3544
|
-
message: string;
|
|
3545
3544
|
code: string;
|
|
3546
3545
|
path: string;
|
|
3546
|
+
message: string;
|
|
3547
3547
|
statusCode: number;
|
|
3548
3548
|
timestamp: string;
|
|
3549
3549
|
details?: unknown;
|
|
@@ -3626,17 +3626,17 @@ export declare const usersContract: {
|
|
|
3626
3626
|
path: z.ZodString;
|
|
3627
3627
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3628
3628
|
}, "strip", z.ZodTypeAny, {
|
|
3629
|
-
message: string;
|
|
3630
3629
|
code: string;
|
|
3631
3630
|
path: string;
|
|
3631
|
+
message: string;
|
|
3632
3632
|
statusCode: number;
|
|
3633
3633
|
timestamp: string;
|
|
3634
3634
|
details?: unknown;
|
|
3635
3635
|
correlationId?: string | undefined;
|
|
3636
3636
|
}, {
|
|
3637
|
-
message: string;
|
|
3638
3637
|
code: string;
|
|
3639
3638
|
path: string;
|
|
3639
|
+
message: string;
|
|
3640
3640
|
statusCode: number;
|
|
3641
3641
|
timestamp: string;
|
|
3642
3642
|
details?: unknown;
|
|
@@ -3659,7 +3659,7 @@ export declare const usersContract: {
|
|
|
3659
3659
|
method: "GET";
|
|
3660
3660
|
path: "/v2/users/:id";
|
|
3661
3661
|
responses: {
|
|
3662
|
-
|
|
3662
|
+
401: z.ZodObject<{
|
|
3663
3663
|
statusCode: z.ZodNumber;
|
|
3664
3664
|
message: z.ZodString;
|
|
3665
3665
|
code: z.ZodString;
|
|
@@ -3668,23 +3668,23 @@ export declare const usersContract: {
|
|
|
3668
3668
|
path: z.ZodString;
|
|
3669
3669
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3670
3670
|
}, "strip", z.ZodTypeAny, {
|
|
3671
|
-
message: string;
|
|
3672
3671
|
code: string;
|
|
3673
3672
|
path: string;
|
|
3673
|
+
message: string;
|
|
3674
3674
|
statusCode: number;
|
|
3675
3675
|
timestamp: string;
|
|
3676
3676
|
details?: unknown;
|
|
3677
3677
|
correlationId?: string | undefined;
|
|
3678
3678
|
}, {
|
|
3679
|
-
message: string;
|
|
3680
3679
|
code: string;
|
|
3681
3680
|
path: string;
|
|
3681
|
+
message: string;
|
|
3682
3682
|
statusCode: number;
|
|
3683
3683
|
timestamp: string;
|
|
3684
3684
|
details?: unknown;
|
|
3685
3685
|
correlationId?: string | undefined;
|
|
3686
3686
|
}>;
|
|
3687
|
-
|
|
3687
|
+
400: z.ZodObject<{
|
|
3688
3688
|
statusCode: z.ZodNumber;
|
|
3689
3689
|
message: z.ZodString;
|
|
3690
3690
|
code: z.ZodString;
|
|
@@ -3693,23 +3693,23 @@ export declare const usersContract: {
|
|
|
3693
3693
|
path: z.ZodString;
|
|
3694
3694
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3695
3695
|
}, "strip", z.ZodTypeAny, {
|
|
3696
|
-
message: string;
|
|
3697
3696
|
code: string;
|
|
3698
3697
|
path: string;
|
|
3698
|
+
message: string;
|
|
3699
3699
|
statusCode: number;
|
|
3700
3700
|
timestamp: string;
|
|
3701
3701
|
details?: unknown;
|
|
3702
3702
|
correlationId?: string | undefined;
|
|
3703
3703
|
}, {
|
|
3704
|
-
message: string;
|
|
3705
3704
|
code: string;
|
|
3706
3705
|
path: string;
|
|
3706
|
+
message: string;
|
|
3707
3707
|
statusCode: number;
|
|
3708
3708
|
timestamp: string;
|
|
3709
3709
|
details?: unknown;
|
|
3710
3710
|
correlationId?: string | undefined;
|
|
3711
3711
|
}>;
|
|
3712
|
-
|
|
3712
|
+
403: z.ZodObject<{
|
|
3713
3713
|
statusCode: z.ZodNumber;
|
|
3714
3714
|
message: z.ZodString;
|
|
3715
3715
|
code: z.ZodString;
|
|
@@ -3718,17 +3718,17 @@ export declare const usersContract: {
|
|
|
3718
3718
|
path: z.ZodString;
|
|
3719
3719
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3720
3720
|
}, "strip", z.ZodTypeAny, {
|
|
3721
|
-
message: string;
|
|
3722
3721
|
code: string;
|
|
3723
3722
|
path: string;
|
|
3723
|
+
message: string;
|
|
3724
3724
|
statusCode: number;
|
|
3725
3725
|
timestamp: string;
|
|
3726
3726
|
details?: unknown;
|
|
3727
3727
|
correlationId?: string | undefined;
|
|
3728
3728
|
}, {
|
|
3729
|
-
message: string;
|
|
3730
3729
|
code: string;
|
|
3731
3730
|
path: string;
|
|
3731
|
+
message: string;
|
|
3732
3732
|
statusCode: number;
|
|
3733
3733
|
timestamp: string;
|
|
3734
3734
|
details?: unknown;
|
|
@@ -3743,17 +3743,17 @@ export declare const usersContract: {
|
|
|
3743
3743
|
path: z.ZodString;
|
|
3744
3744
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3745
3745
|
}, "strip", z.ZodTypeAny, {
|
|
3746
|
-
message: string;
|
|
3747
3746
|
code: string;
|
|
3748
3747
|
path: string;
|
|
3748
|
+
message: string;
|
|
3749
3749
|
statusCode: number;
|
|
3750
3750
|
timestamp: string;
|
|
3751
3751
|
details?: unknown;
|
|
3752
3752
|
correlationId?: string | undefined;
|
|
3753
3753
|
}, {
|
|
3754
|
-
message: string;
|
|
3755
3754
|
code: string;
|
|
3756
3755
|
path: string;
|
|
3756
|
+
message: string;
|
|
3757
3757
|
statusCode: number;
|
|
3758
3758
|
timestamp: string;
|
|
3759
3759
|
details?: unknown;
|
|
@@ -3858,13 +3858,13 @@ export declare const usersContract: {
|
|
|
3858
3858
|
firstName: string;
|
|
3859
3859
|
}[] | undefined;
|
|
3860
3860
|
} | null | undefined;
|
|
3861
|
+
deletedAt?: string | null | undefined;
|
|
3861
3862
|
canImpersonateUsers?: {
|
|
3862
3863
|
id: string;
|
|
3863
3864
|
lastName: string;
|
|
3864
3865
|
firstName: string;
|
|
3865
3866
|
}[] | undefined;
|
|
3866
3867
|
dialpadUserId?: string | null | undefined;
|
|
3867
|
-
deletedAt?: string | null | undefined;
|
|
3868
3868
|
}, {
|
|
3869
3869
|
email: string;
|
|
3870
3870
|
createdAt: string | Date;
|
|
@@ -3890,13 +3890,13 @@ export declare const usersContract: {
|
|
|
3890
3890
|
description?: string | null | undefined;
|
|
3891
3891
|
isPrimary?: boolean | undefined;
|
|
3892
3892
|
}[] | undefined;
|
|
3893
|
+
deletedAt?: string | Date | null | undefined;
|
|
3893
3894
|
canImpersonateUsers?: {
|
|
3894
3895
|
id: string;
|
|
3895
3896
|
lastName: string;
|
|
3896
3897
|
firstName: string;
|
|
3897
3898
|
}[] | undefined;
|
|
3898
3899
|
dialpadUserId?: string | null | undefined;
|
|
3899
|
-
deletedAt?: string | Date | null | undefined;
|
|
3900
3900
|
}>;
|
|
3901
3901
|
404: z.ZodObject<{
|
|
3902
3902
|
statusCode: z.ZodNumber;
|
|
@@ -3907,17 +3907,17 @@ export declare const usersContract: {
|
|
|
3907
3907
|
path: z.ZodString;
|
|
3908
3908
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3909
3909
|
}, "strip", z.ZodTypeAny, {
|
|
3910
|
-
message: string;
|
|
3911
3910
|
code: string;
|
|
3912
3911
|
path: string;
|
|
3912
|
+
message: string;
|
|
3913
3913
|
statusCode: number;
|
|
3914
3914
|
timestamp: string;
|
|
3915
3915
|
details?: unknown;
|
|
3916
3916
|
correlationId?: string | undefined;
|
|
3917
3917
|
}, {
|
|
3918
|
-
message: string;
|
|
3919
3918
|
code: string;
|
|
3920
3919
|
path: string;
|
|
3920
|
+
message: string;
|
|
3921
3921
|
statusCode: number;
|
|
3922
3922
|
timestamp: string;
|
|
3923
3923
|
details?: unknown;
|
|
@@ -4019,7 +4019,7 @@ export declare const usersContract: {
|
|
|
4019
4019
|
}>;
|
|
4020
4020
|
path: "/v2/users/:id";
|
|
4021
4021
|
responses: {
|
|
4022
|
-
|
|
4022
|
+
401: z.ZodObject<{
|
|
4023
4023
|
statusCode: z.ZodNumber;
|
|
4024
4024
|
message: z.ZodString;
|
|
4025
4025
|
code: z.ZodString;
|
|
@@ -4028,23 +4028,23 @@ export declare const usersContract: {
|
|
|
4028
4028
|
path: z.ZodString;
|
|
4029
4029
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4030
4030
|
}, "strip", z.ZodTypeAny, {
|
|
4031
|
-
message: string;
|
|
4032
4031
|
code: string;
|
|
4033
4032
|
path: string;
|
|
4033
|
+
message: string;
|
|
4034
4034
|
statusCode: number;
|
|
4035
4035
|
timestamp: string;
|
|
4036
4036
|
details?: unknown;
|
|
4037
4037
|
correlationId?: string | undefined;
|
|
4038
4038
|
}, {
|
|
4039
|
-
message: string;
|
|
4040
4039
|
code: string;
|
|
4041
4040
|
path: string;
|
|
4041
|
+
message: string;
|
|
4042
4042
|
statusCode: number;
|
|
4043
4043
|
timestamp: string;
|
|
4044
4044
|
details?: unknown;
|
|
4045
4045
|
correlationId?: string | undefined;
|
|
4046
4046
|
}>;
|
|
4047
|
-
|
|
4047
|
+
400: z.ZodObject<{
|
|
4048
4048
|
statusCode: z.ZodNumber;
|
|
4049
4049
|
message: z.ZodString;
|
|
4050
4050
|
code: z.ZodString;
|
|
@@ -4053,23 +4053,23 @@ export declare const usersContract: {
|
|
|
4053
4053
|
path: z.ZodString;
|
|
4054
4054
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4055
4055
|
}, "strip", z.ZodTypeAny, {
|
|
4056
|
-
message: string;
|
|
4057
4056
|
code: string;
|
|
4058
4057
|
path: string;
|
|
4058
|
+
message: string;
|
|
4059
4059
|
statusCode: number;
|
|
4060
4060
|
timestamp: string;
|
|
4061
4061
|
details?: unknown;
|
|
4062
4062
|
correlationId?: string | undefined;
|
|
4063
4063
|
}, {
|
|
4064
|
-
message: string;
|
|
4065
4064
|
code: string;
|
|
4066
4065
|
path: string;
|
|
4066
|
+
message: string;
|
|
4067
4067
|
statusCode: number;
|
|
4068
4068
|
timestamp: string;
|
|
4069
4069
|
details?: unknown;
|
|
4070
4070
|
correlationId?: string | undefined;
|
|
4071
4071
|
}>;
|
|
4072
|
-
|
|
4072
|
+
403: z.ZodObject<{
|
|
4073
4073
|
statusCode: z.ZodNumber;
|
|
4074
4074
|
message: z.ZodString;
|
|
4075
4075
|
code: z.ZodString;
|
|
@@ -4078,17 +4078,17 @@ export declare const usersContract: {
|
|
|
4078
4078
|
path: z.ZodString;
|
|
4079
4079
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4080
4080
|
}, "strip", z.ZodTypeAny, {
|
|
4081
|
-
message: string;
|
|
4082
4081
|
code: string;
|
|
4083
4082
|
path: string;
|
|
4083
|
+
message: string;
|
|
4084
4084
|
statusCode: number;
|
|
4085
4085
|
timestamp: string;
|
|
4086
4086
|
details?: unknown;
|
|
4087
4087
|
correlationId?: string | undefined;
|
|
4088
4088
|
}, {
|
|
4089
|
-
message: string;
|
|
4090
4089
|
code: string;
|
|
4091
4090
|
path: string;
|
|
4091
|
+
message: string;
|
|
4092
4092
|
statusCode: number;
|
|
4093
4093
|
timestamp: string;
|
|
4094
4094
|
details?: unknown;
|
|
@@ -4103,17 +4103,17 @@ export declare const usersContract: {
|
|
|
4103
4103
|
path: z.ZodString;
|
|
4104
4104
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4105
4105
|
}, "strip", z.ZodTypeAny, {
|
|
4106
|
-
message: string;
|
|
4107
4106
|
code: string;
|
|
4108
4107
|
path: string;
|
|
4108
|
+
message: string;
|
|
4109
4109
|
statusCode: number;
|
|
4110
4110
|
timestamp: string;
|
|
4111
4111
|
details?: unknown;
|
|
4112
4112
|
correlationId?: string | undefined;
|
|
4113
4113
|
}, {
|
|
4114
|
-
message: string;
|
|
4115
4114
|
code: string;
|
|
4116
4115
|
path: string;
|
|
4116
|
+
message: string;
|
|
4117
4117
|
statusCode: number;
|
|
4118
4118
|
timestamp: string;
|
|
4119
4119
|
details?: unknown;
|
|
@@ -4218,13 +4218,13 @@ export declare const usersContract: {
|
|
|
4218
4218
|
firstName: string;
|
|
4219
4219
|
}[] | undefined;
|
|
4220
4220
|
} | null | undefined;
|
|
4221
|
+
deletedAt?: string | null | undefined;
|
|
4221
4222
|
canImpersonateUsers?: {
|
|
4222
4223
|
id: string;
|
|
4223
4224
|
lastName: string;
|
|
4224
4225
|
firstName: string;
|
|
4225
4226
|
}[] | undefined;
|
|
4226
4227
|
dialpadUserId?: string | null | undefined;
|
|
4227
|
-
deletedAt?: string | null | undefined;
|
|
4228
4228
|
}, {
|
|
4229
4229
|
email: string;
|
|
4230
4230
|
createdAt: string | Date;
|
|
@@ -4250,13 +4250,13 @@ export declare const usersContract: {
|
|
|
4250
4250
|
description?: string | null | undefined;
|
|
4251
4251
|
isPrimary?: boolean | undefined;
|
|
4252
4252
|
}[] | undefined;
|
|
4253
|
+
deletedAt?: string | Date | null | undefined;
|
|
4253
4254
|
canImpersonateUsers?: {
|
|
4254
4255
|
id: string;
|
|
4255
4256
|
lastName: string;
|
|
4256
4257
|
firstName: string;
|
|
4257
4258
|
}[] | undefined;
|
|
4258
4259
|
dialpadUserId?: string | null | undefined;
|
|
4259
|
-
deletedAt?: string | Date | null | undefined;
|
|
4260
4260
|
}>;
|
|
4261
4261
|
404: z.ZodObject<{
|
|
4262
4262
|
statusCode: z.ZodNumber;
|
|
@@ -4267,17 +4267,17 @@ export declare const usersContract: {
|
|
|
4267
4267
|
path: z.ZodString;
|
|
4268
4268
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4269
4269
|
}, "strip", z.ZodTypeAny, {
|
|
4270
|
-
message: string;
|
|
4271
4270
|
code: string;
|
|
4272
4271
|
path: string;
|
|
4272
|
+
message: string;
|
|
4273
4273
|
statusCode: number;
|
|
4274
4274
|
timestamp: string;
|
|
4275
4275
|
details?: unknown;
|
|
4276
4276
|
correlationId?: string | undefined;
|
|
4277
4277
|
}, {
|
|
4278
|
-
message: string;
|
|
4279
4278
|
code: string;
|
|
4280
4279
|
path: string;
|
|
4280
|
+
message: string;
|
|
4281
4281
|
statusCode: number;
|
|
4282
4282
|
timestamp: string;
|
|
4283
4283
|
details?: unknown;
|
|
@@ -4326,7 +4326,7 @@ export declare const usersContract: {
|
|
|
4326
4326
|
body: z.ZodUndefined;
|
|
4327
4327
|
path: "/v2/users/:id";
|
|
4328
4328
|
responses: {
|
|
4329
|
-
|
|
4329
|
+
401: z.ZodObject<{
|
|
4330
4330
|
statusCode: z.ZodNumber;
|
|
4331
4331
|
message: z.ZodString;
|
|
4332
4332
|
code: z.ZodString;
|
|
@@ -4335,23 +4335,23 @@ export declare const usersContract: {
|
|
|
4335
4335
|
path: z.ZodString;
|
|
4336
4336
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4337
4337
|
}, "strip", z.ZodTypeAny, {
|
|
4338
|
-
message: string;
|
|
4339
4338
|
code: string;
|
|
4340
4339
|
path: string;
|
|
4340
|
+
message: string;
|
|
4341
4341
|
statusCode: number;
|
|
4342
4342
|
timestamp: string;
|
|
4343
4343
|
details?: unknown;
|
|
4344
4344
|
correlationId?: string | undefined;
|
|
4345
4345
|
}, {
|
|
4346
|
-
message: string;
|
|
4347
4346
|
code: string;
|
|
4348
4347
|
path: string;
|
|
4348
|
+
message: string;
|
|
4349
4349
|
statusCode: number;
|
|
4350
4350
|
timestamp: string;
|
|
4351
4351
|
details?: unknown;
|
|
4352
4352
|
correlationId?: string | undefined;
|
|
4353
4353
|
}>;
|
|
4354
|
-
|
|
4354
|
+
400: z.ZodObject<{
|
|
4355
4355
|
statusCode: z.ZodNumber;
|
|
4356
4356
|
message: z.ZodString;
|
|
4357
4357
|
code: z.ZodString;
|
|
@@ -4360,23 +4360,23 @@ export declare const usersContract: {
|
|
|
4360
4360
|
path: z.ZodString;
|
|
4361
4361
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4362
4362
|
}, "strip", z.ZodTypeAny, {
|
|
4363
|
-
message: string;
|
|
4364
4363
|
code: string;
|
|
4365
4364
|
path: string;
|
|
4365
|
+
message: string;
|
|
4366
4366
|
statusCode: number;
|
|
4367
4367
|
timestamp: string;
|
|
4368
4368
|
details?: unknown;
|
|
4369
4369
|
correlationId?: string | undefined;
|
|
4370
4370
|
}, {
|
|
4371
|
-
message: string;
|
|
4372
4371
|
code: string;
|
|
4373
4372
|
path: string;
|
|
4373
|
+
message: string;
|
|
4374
4374
|
statusCode: number;
|
|
4375
4375
|
timestamp: string;
|
|
4376
4376
|
details?: unknown;
|
|
4377
4377
|
correlationId?: string | undefined;
|
|
4378
4378
|
}>;
|
|
4379
|
-
|
|
4379
|
+
403: z.ZodObject<{
|
|
4380
4380
|
statusCode: z.ZodNumber;
|
|
4381
4381
|
message: z.ZodString;
|
|
4382
4382
|
code: z.ZodString;
|
|
@@ -4385,17 +4385,17 @@ export declare const usersContract: {
|
|
|
4385
4385
|
path: z.ZodString;
|
|
4386
4386
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4387
4387
|
}, "strip", z.ZodTypeAny, {
|
|
4388
|
-
message: string;
|
|
4389
4388
|
code: string;
|
|
4390
4389
|
path: string;
|
|
4390
|
+
message: string;
|
|
4391
4391
|
statusCode: number;
|
|
4392
4392
|
timestamp: string;
|
|
4393
4393
|
details?: unknown;
|
|
4394
4394
|
correlationId?: string | undefined;
|
|
4395
4395
|
}, {
|
|
4396
|
-
message: string;
|
|
4397
4396
|
code: string;
|
|
4398
4397
|
path: string;
|
|
4398
|
+
message: string;
|
|
4399
4399
|
statusCode: number;
|
|
4400
4400
|
timestamp: string;
|
|
4401
4401
|
details?: unknown;
|
|
@@ -4410,17 +4410,17 @@ export declare const usersContract: {
|
|
|
4410
4410
|
path: z.ZodString;
|
|
4411
4411
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4412
4412
|
}, "strip", z.ZodTypeAny, {
|
|
4413
|
-
message: string;
|
|
4414
4413
|
code: string;
|
|
4415
4414
|
path: string;
|
|
4415
|
+
message: string;
|
|
4416
4416
|
statusCode: number;
|
|
4417
4417
|
timestamp: string;
|
|
4418
4418
|
details?: unknown;
|
|
4419
4419
|
correlationId?: string | undefined;
|
|
4420
4420
|
}, {
|
|
4421
|
-
message: string;
|
|
4422
4421
|
code: string;
|
|
4423
4422
|
path: string;
|
|
4423
|
+
message: string;
|
|
4424
4424
|
statusCode: number;
|
|
4425
4425
|
timestamp: string;
|
|
4426
4426
|
details?: unknown;
|
|
@@ -4436,17 +4436,17 @@ export declare const usersContract: {
|
|
|
4436
4436
|
path: z.ZodString;
|
|
4437
4437
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
4438
4438
|
}, "strip", z.ZodTypeAny, {
|
|
4439
|
-
message: string;
|
|
4440
4439
|
code: string;
|
|
4441
4440
|
path: string;
|
|
4441
|
+
message: string;
|
|
4442
4442
|
statusCode: number;
|
|
4443
4443
|
timestamp: string;
|
|
4444
4444
|
details?: unknown;
|
|
4445
4445
|
correlationId?: string | undefined;
|
|
4446
4446
|
}, {
|
|
4447
|
-
message: string;
|
|
4448
4447
|
code: string;
|
|
4449
4448
|
path: string;
|
|
4449
|
+
message: string;
|
|
4450
4450
|
statusCode: number;
|
|
4451
4451
|
timestamp: string;
|
|
4452
4452
|
details?: unknown;
|