@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
|
@@ -1324,6 +1324,7 @@ export declare const UserAccessGrantGranteeSummarySchema: z.ZodObject<{
|
|
|
1324
1324
|
nearestExpiry: z.ZodNullable<z.ZodString>;
|
|
1325
1325
|
lastActivityAt: z.ZodNullable<z.ZodString>;
|
|
1326
1326
|
}, "strip", z.ZodTypeAny, {
|
|
1327
|
+
lastActivityAt: string | null;
|
|
1327
1328
|
grantee: {
|
|
1328
1329
|
email: string;
|
|
1329
1330
|
id: string;
|
|
@@ -1340,8 +1341,8 @@ export declare const UserAccessGrantGranteeSummarySchema: z.ZodObject<{
|
|
|
1340
1341
|
activeTargetCount: number;
|
|
1341
1342
|
activeGrantCount: number;
|
|
1342
1343
|
nearestExpiry: string | null;
|
|
1343
|
-
lastActivityAt: string | null;
|
|
1344
1344
|
}, {
|
|
1345
|
+
lastActivityAt: string | null;
|
|
1345
1346
|
grantee: {
|
|
1346
1347
|
email: string;
|
|
1347
1348
|
id: string;
|
|
@@ -1358,7 +1359,6 @@ export declare const UserAccessGrantGranteeSummarySchema: z.ZodObject<{
|
|
|
1358
1359
|
activeTargetCount: number;
|
|
1359
1360
|
activeGrantCount: number;
|
|
1360
1361
|
nearestExpiry: string | null;
|
|
1361
|
-
lastActivityAt: string | null;
|
|
1362
1362
|
}>;
|
|
1363
1363
|
export type UserAccessGrantGranteeSummary = z.infer<typeof UserAccessGrantGranteeSummarySchema>;
|
|
1364
1364
|
export declare const UserAccessGrantGranteeSortableFieldSchema: z.ZodEnum<["name", "activeGrantCount", "nearestExpiry", "lastActivityAt"]>;
|
|
@@ -1375,15 +1375,15 @@ export declare const FilterUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1375
1375
|
field: z.ZodEnum<["name", "activeGrantCount", "nearestExpiry", "lastActivityAt"]>;
|
|
1376
1376
|
order: z.ZodEnum<["ASC", "DESC"]>;
|
|
1377
1377
|
}, "strip", z.ZodTypeAny, {
|
|
1378
|
-
field: "name" | "
|
|
1378
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
1379
1379
|
order: "ASC" | "DESC";
|
|
1380
1380
|
}, {
|
|
1381
|
-
field: "name" | "
|
|
1381
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
1382
1382
|
order: "ASC" | "DESC";
|
|
1383
1383
|
}>, "many">>>>;
|
|
1384
1384
|
}, "strip", z.ZodTypeAny, {
|
|
1385
1385
|
sort: {
|
|
1386
|
-
field: "name" | "
|
|
1386
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
1387
1387
|
order: "ASC" | "DESC";
|
|
1388
1388
|
}[] | null;
|
|
1389
1389
|
page: number;
|
|
@@ -1394,7 +1394,7 @@ export declare const FilterUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1394
1394
|
grantState?: "HAS_ACTIVE" | "NO_ACTIVE" | undefined;
|
|
1395
1395
|
}, {
|
|
1396
1396
|
sort?: {
|
|
1397
|
-
field: "name" | "
|
|
1397
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
1398
1398
|
order: "ASC" | "DESC";
|
|
1399
1399
|
}[] | null | undefined;
|
|
1400
1400
|
page?: number | undefined;
|
|
@@ -1453,6 +1453,7 @@ export declare const PaginatedUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1453
1453
|
nearestExpiry: z.ZodNullable<z.ZodString>;
|
|
1454
1454
|
lastActivityAt: z.ZodNullable<z.ZodString>;
|
|
1455
1455
|
}, "strip", z.ZodTypeAny, {
|
|
1456
|
+
lastActivityAt: string | null;
|
|
1456
1457
|
grantee: {
|
|
1457
1458
|
email: string;
|
|
1458
1459
|
id: string;
|
|
@@ -1469,8 +1470,8 @@ export declare const PaginatedUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1469
1470
|
activeTargetCount: number;
|
|
1470
1471
|
activeGrantCount: number;
|
|
1471
1472
|
nearestExpiry: string | null;
|
|
1472
|
-
lastActivityAt: string | null;
|
|
1473
1473
|
}, {
|
|
1474
|
+
lastActivityAt: string | null;
|
|
1474
1475
|
grantee: {
|
|
1475
1476
|
email: string;
|
|
1476
1477
|
id: string;
|
|
@@ -1487,7 +1488,6 @@ export declare const PaginatedUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1487
1488
|
activeTargetCount: number;
|
|
1488
1489
|
activeGrantCount: number;
|
|
1489
1490
|
nearestExpiry: string | null;
|
|
1490
|
-
lastActivityAt: string | null;
|
|
1491
1491
|
}>, "many">;
|
|
1492
1492
|
totalCount: z.ZodNumber;
|
|
1493
1493
|
limit: z.ZodNumber;
|
|
@@ -1497,6 +1497,7 @@ export declare const PaginatedUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1497
1497
|
}, "strip", z.ZodTypeAny, {
|
|
1498
1498
|
limit: number;
|
|
1499
1499
|
items: {
|
|
1500
|
+
lastActivityAt: string | null;
|
|
1500
1501
|
grantee: {
|
|
1501
1502
|
email: string;
|
|
1502
1503
|
id: string;
|
|
@@ -1513,7 +1514,6 @@ export declare const PaginatedUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1513
1514
|
activeTargetCount: number;
|
|
1514
1515
|
activeGrantCount: number;
|
|
1515
1516
|
nearestExpiry: string | null;
|
|
1516
|
-
lastActivityAt: string | null;
|
|
1517
1517
|
}[];
|
|
1518
1518
|
totalCount: number;
|
|
1519
1519
|
skip: number;
|
|
@@ -1522,6 +1522,7 @@ export declare const PaginatedUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1522
1522
|
}, {
|
|
1523
1523
|
limit: number;
|
|
1524
1524
|
items: {
|
|
1525
|
+
lastActivityAt: string | null;
|
|
1525
1526
|
grantee: {
|
|
1526
1527
|
email: string;
|
|
1527
1528
|
id: string;
|
|
@@ -1538,7 +1539,6 @@ export declare const PaginatedUserAccessGrantGranteesSchema: z.ZodObject<{
|
|
|
1538
1539
|
activeTargetCount: number;
|
|
1539
1540
|
activeGrantCount: number;
|
|
1540
1541
|
nearestExpiry: string | null;
|
|
1541
|
-
lastActivityAt: string | null;
|
|
1542
1542
|
}[];
|
|
1543
1543
|
totalCount: number;
|
|
1544
1544
|
skip: number;
|
|
@@ -1553,11 +1553,11 @@ export declare const UserAccessGrantListQuerySchema: z.ZodObject<{
|
|
|
1553
1553
|
}, "strip", z.ZodTypeAny, {
|
|
1554
1554
|
page: number;
|
|
1555
1555
|
limit: number;
|
|
1556
|
-
status: "ACTIVE" | "EXPIRED" | "
|
|
1556
|
+
status: "ACTIVE" | "EXPIRED" | "ALL" | "REVOKED";
|
|
1557
1557
|
}, {
|
|
1558
1558
|
page?: number | undefined;
|
|
1559
1559
|
limit?: number | undefined;
|
|
1560
|
-
status?: "ACTIVE" | "EXPIRED" | "
|
|
1560
|
+
status?: "ACTIVE" | "EXPIRED" | "ALL" | "REVOKED" | undefined;
|
|
1561
1561
|
}>;
|
|
1562
1562
|
export declare const PaginatedUserAccessGrantsSchema: z.ZodObject<{
|
|
1563
1563
|
items: z.ZodArray<z.ZodObject<{
|
|
@@ -2013,15 +2013,15 @@ export declare const userAccessGrantsContract: {
|
|
|
2013
2013
|
field: z.ZodEnum<["name", "activeGrantCount", "nearestExpiry", "lastActivityAt"]>;
|
|
2014
2014
|
order: z.ZodEnum<["ASC", "DESC"]>;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
|
-
field: "name" | "
|
|
2016
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
2017
2017
|
order: "ASC" | "DESC";
|
|
2018
2018
|
}, {
|
|
2019
|
-
field: "name" | "
|
|
2019
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
2020
2020
|
order: "ASC" | "DESC";
|
|
2021
2021
|
}>, "many">>>>;
|
|
2022
2022
|
}, "strip", z.ZodTypeAny, {
|
|
2023
2023
|
sort: {
|
|
2024
|
-
field: "name" | "
|
|
2024
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
2025
2025
|
order: "ASC" | "DESC";
|
|
2026
2026
|
}[] | null;
|
|
2027
2027
|
page: number;
|
|
@@ -2032,7 +2032,7 @@ export declare const userAccessGrantsContract: {
|
|
|
2032
2032
|
grantState?: "HAS_ACTIVE" | "NO_ACTIVE" | undefined;
|
|
2033
2033
|
}, {
|
|
2034
2034
|
sort?: {
|
|
2035
|
-
field: "name" | "
|
|
2035
|
+
field: "name" | "lastActivityAt" | "activeGrantCount" | "nearestExpiry";
|
|
2036
2036
|
order: "ASC" | "DESC";
|
|
2037
2037
|
}[] | null | undefined;
|
|
2038
2038
|
page?: number | undefined;
|
|
@@ -2094,6 +2094,7 @@ export declare const userAccessGrantsContract: {
|
|
|
2094
2094
|
nearestExpiry: z.ZodNullable<z.ZodString>;
|
|
2095
2095
|
lastActivityAt: z.ZodNullable<z.ZodString>;
|
|
2096
2096
|
}, "strip", z.ZodTypeAny, {
|
|
2097
|
+
lastActivityAt: string | null;
|
|
2097
2098
|
grantee: {
|
|
2098
2099
|
email: string;
|
|
2099
2100
|
id: string;
|
|
@@ -2110,8 +2111,8 @@ export declare const userAccessGrantsContract: {
|
|
|
2110
2111
|
activeTargetCount: number;
|
|
2111
2112
|
activeGrantCount: number;
|
|
2112
2113
|
nearestExpiry: string | null;
|
|
2113
|
-
lastActivityAt: string | null;
|
|
2114
2114
|
}, {
|
|
2115
|
+
lastActivityAt: string | null;
|
|
2115
2116
|
grantee: {
|
|
2116
2117
|
email: string;
|
|
2117
2118
|
id: string;
|
|
@@ -2128,7 +2129,6 @@ export declare const userAccessGrantsContract: {
|
|
|
2128
2129
|
activeTargetCount: number;
|
|
2129
2130
|
activeGrantCount: number;
|
|
2130
2131
|
nearestExpiry: string | null;
|
|
2131
|
-
lastActivityAt: string | null;
|
|
2132
2132
|
}>, "many">;
|
|
2133
2133
|
totalCount: z.ZodNumber;
|
|
2134
2134
|
limit: z.ZodNumber;
|
|
@@ -2138,6 +2138,7 @@ export declare const userAccessGrantsContract: {
|
|
|
2138
2138
|
}, "strip", z.ZodTypeAny, {
|
|
2139
2139
|
limit: number;
|
|
2140
2140
|
items: {
|
|
2141
|
+
lastActivityAt: string | null;
|
|
2141
2142
|
grantee: {
|
|
2142
2143
|
email: string;
|
|
2143
2144
|
id: string;
|
|
@@ -2154,7 +2155,6 @@ export declare const userAccessGrantsContract: {
|
|
|
2154
2155
|
activeTargetCount: number;
|
|
2155
2156
|
activeGrantCount: number;
|
|
2156
2157
|
nearestExpiry: string | null;
|
|
2157
|
-
lastActivityAt: string | null;
|
|
2158
2158
|
}[];
|
|
2159
2159
|
totalCount: number;
|
|
2160
2160
|
skip: number;
|
|
@@ -2163,6 +2163,7 @@ export declare const userAccessGrantsContract: {
|
|
|
2163
2163
|
}, {
|
|
2164
2164
|
limit: number;
|
|
2165
2165
|
items: {
|
|
2166
|
+
lastActivityAt: string | null;
|
|
2166
2167
|
grantee: {
|
|
2167
2168
|
email: string;
|
|
2168
2169
|
id: string;
|
|
@@ -2179,7 +2180,6 @@ export declare const userAccessGrantsContract: {
|
|
|
2179
2180
|
activeTargetCount: number;
|
|
2180
2181
|
activeGrantCount: number;
|
|
2181
2182
|
nearestExpiry: string | null;
|
|
2182
|
-
lastActivityAt: string | null;
|
|
2183
2183
|
}[];
|
|
2184
2184
|
totalCount: number;
|
|
2185
2185
|
skip: number;
|
|
@@ -2195,17 +2195,17 @@ export declare const userAccessGrantsContract: {
|
|
|
2195
2195
|
path: z.ZodString;
|
|
2196
2196
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2197
2197
|
}, "strip", z.ZodTypeAny, {
|
|
2198
|
-
message: string;
|
|
2199
2198
|
code: string;
|
|
2200
2199
|
path: string;
|
|
2200
|
+
message: string;
|
|
2201
2201
|
statusCode: number;
|
|
2202
2202
|
timestamp: string;
|
|
2203
2203
|
details?: unknown;
|
|
2204
2204
|
correlationId?: string | undefined;
|
|
2205
2205
|
}, {
|
|
2206
|
-
message: string;
|
|
2207
2206
|
code: string;
|
|
2208
2207
|
path: string;
|
|
2208
|
+
message: string;
|
|
2209
2209
|
statusCode: number;
|
|
2210
2210
|
timestamp: string;
|
|
2211
2211
|
details?: unknown;
|
|
@@ -2220,17 +2220,17 @@ export declare const userAccessGrantsContract: {
|
|
|
2220
2220
|
path: z.ZodString;
|
|
2221
2221
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2222
2222
|
}, "strip", z.ZodTypeAny, {
|
|
2223
|
-
message: string;
|
|
2224
2223
|
code: string;
|
|
2225
2224
|
path: string;
|
|
2225
|
+
message: string;
|
|
2226
2226
|
statusCode: number;
|
|
2227
2227
|
timestamp: string;
|
|
2228
2228
|
details?: unknown;
|
|
2229
2229
|
correlationId?: string | undefined;
|
|
2230
2230
|
}, {
|
|
2231
|
-
message: string;
|
|
2232
2231
|
code: string;
|
|
2233
2232
|
path: string;
|
|
2233
|
+
message: string;
|
|
2234
2234
|
statusCode: number;
|
|
2235
2235
|
timestamp: string;
|
|
2236
2236
|
details?: unknown;
|
|
@@ -2239,13 +2239,6 @@ export declare const userAccessGrantsContract: {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
};
|
|
2241
2241
|
list: {
|
|
2242
|
-
pathParams: z.ZodObject<{
|
|
2243
|
-
granteeUserId: z.ZodString;
|
|
2244
|
-
}, "strip", z.ZodTypeAny, {
|
|
2245
|
-
granteeUserId: string;
|
|
2246
|
-
}, {
|
|
2247
|
-
granteeUserId: string;
|
|
2248
|
-
}>;
|
|
2249
2242
|
query: z.ZodObject<{
|
|
2250
2243
|
page: z.ZodDefault<z.ZodNumber>;
|
|
2251
2244
|
} & {
|
|
@@ -2254,11 +2247,18 @@ export declare const userAccessGrantsContract: {
|
|
|
2254
2247
|
}, "strip", z.ZodTypeAny, {
|
|
2255
2248
|
page: number;
|
|
2256
2249
|
limit: number;
|
|
2257
|
-
status: "ACTIVE" | "EXPIRED" | "
|
|
2250
|
+
status: "ACTIVE" | "EXPIRED" | "ALL" | "REVOKED";
|
|
2258
2251
|
}, {
|
|
2259
2252
|
page?: number | undefined;
|
|
2260
2253
|
limit?: number | undefined;
|
|
2261
|
-
status?: "ACTIVE" | "EXPIRED" | "
|
|
2254
|
+
status?: "ACTIVE" | "EXPIRED" | "ALL" | "REVOKED" | undefined;
|
|
2255
|
+
}>;
|
|
2256
|
+
pathParams: z.ZodObject<{
|
|
2257
|
+
granteeUserId: z.ZodString;
|
|
2258
|
+
}, "strip", z.ZodTypeAny, {
|
|
2259
|
+
granteeUserId: string;
|
|
2260
|
+
}, {
|
|
2261
|
+
granteeUserId: string;
|
|
2262
2262
|
}>;
|
|
2263
2263
|
summary: "List access grants (audit history) for a grantee";
|
|
2264
2264
|
method: "GET";
|
|
@@ -2713,17 +2713,17 @@ export declare const userAccessGrantsContract: {
|
|
|
2713
2713
|
path: z.ZodString;
|
|
2714
2714
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2715
2715
|
}, "strip", z.ZodTypeAny, {
|
|
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;
|
|
2722
2722
|
correlationId?: string | undefined;
|
|
2723
2723
|
}, {
|
|
2724
|
-
message: string;
|
|
2725
2724
|
code: string;
|
|
2726
2725
|
path: string;
|
|
2726
|
+
message: string;
|
|
2727
2727
|
statusCode: number;
|
|
2728
2728
|
timestamp: string;
|
|
2729
2729
|
details?: unknown;
|
|
@@ -2738,17 +2738,17 @@ export declare const userAccessGrantsContract: {
|
|
|
2738
2738
|
path: z.ZodString;
|
|
2739
2739
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2740
2740
|
}, "strip", z.ZodTypeAny, {
|
|
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;
|
|
2747
2747
|
correlationId?: string | undefined;
|
|
2748
2748
|
}, {
|
|
2749
|
-
message: string;
|
|
2750
2749
|
code: string;
|
|
2751
2750
|
path: string;
|
|
2751
|
+
message: string;
|
|
2752
2752
|
statusCode: number;
|
|
2753
2753
|
timestamp: string;
|
|
2754
2754
|
details?: unknown;
|
|
@@ -2763,17 +2763,17 @@ export declare const userAccessGrantsContract: {
|
|
|
2763
2763
|
path: z.ZodString;
|
|
2764
2764
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
2765
2765
|
}, "strip", z.ZodTypeAny, {
|
|
2766
|
-
message: string;
|
|
2767
2766
|
code: string;
|
|
2768
2767
|
path: string;
|
|
2768
|
+
message: string;
|
|
2769
2769
|
statusCode: number;
|
|
2770
2770
|
timestamp: string;
|
|
2771
2771
|
details?: unknown;
|
|
2772
2772
|
correlationId?: string | undefined;
|
|
2773
2773
|
}, {
|
|
2774
|
-
message: string;
|
|
2775
2774
|
code: string;
|
|
2776
2775
|
path: string;
|
|
2776
|
+
message: string;
|
|
2777
2777
|
statusCode: number;
|
|
2778
2778
|
timestamp: string;
|
|
2779
2779
|
details?: unknown;
|
|
@@ -3664,17 +3664,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3664
3664
|
path: z.ZodString;
|
|
3665
3665
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3666
3666
|
}, "strip", z.ZodTypeAny, {
|
|
3667
|
-
message: string;
|
|
3668
3667
|
code: string;
|
|
3669
3668
|
path: string;
|
|
3669
|
+
message: string;
|
|
3670
3670
|
statusCode: number;
|
|
3671
3671
|
timestamp: string;
|
|
3672
3672
|
details?: unknown;
|
|
3673
3673
|
correlationId?: string | undefined;
|
|
3674
3674
|
}, {
|
|
3675
|
-
message: string;
|
|
3676
3675
|
code: string;
|
|
3677
3676
|
path: string;
|
|
3677
|
+
message: string;
|
|
3678
3678
|
statusCode: number;
|
|
3679
3679
|
timestamp: string;
|
|
3680
3680
|
details?: unknown;
|
|
@@ -3689,17 +3689,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3689
3689
|
path: z.ZodString;
|
|
3690
3690
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3691
3691
|
}, "strip", z.ZodTypeAny, {
|
|
3692
|
-
message: string;
|
|
3693
3692
|
code: string;
|
|
3694
3693
|
path: string;
|
|
3694
|
+
message: string;
|
|
3695
3695
|
statusCode: number;
|
|
3696
3696
|
timestamp: string;
|
|
3697
3697
|
details?: unknown;
|
|
3698
3698
|
correlationId?: string | undefined;
|
|
3699
3699
|
}, {
|
|
3700
|
-
message: string;
|
|
3701
3700
|
code: string;
|
|
3702
3701
|
path: string;
|
|
3702
|
+
message: string;
|
|
3703
3703
|
statusCode: number;
|
|
3704
3704
|
timestamp: string;
|
|
3705
3705
|
details?: unknown;
|
|
@@ -3714,17 +3714,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3714
3714
|
path: z.ZodString;
|
|
3715
3715
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3716
3716
|
}, "strip", z.ZodTypeAny, {
|
|
3717
|
-
message: string;
|
|
3718
3717
|
code: string;
|
|
3719
3718
|
path: string;
|
|
3719
|
+
message: string;
|
|
3720
3720
|
statusCode: number;
|
|
3721
3721
|
timestamp: string;
|
|
3722
3722
|
details?: unknown;
|
|
3723
3723
|
correlationId?: string | undefined;
|
|
3724
3724
|
}, {
|
|
3725
|
-
message: string;
|
|
3726
3725
|
code: string;
|
|
3727
3726
|
path: string;
|
|
3727
|
+
message: string;
|
|
3728
3728
|
statusCode: number;
|
|
3729
3729
|
timestamp: string;
|
|
3730
3730
|
details?: unknown;
|
|
@@ -3739,17 +3739,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3739
3739
|
path: z.ZodString;
|
|
3740
3740
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3741
3741
|
}, "strip", z.ZodTypeAny, {
|
|
3742
|
-
message: string;
|
|
3743
3742
|
code: string;
|
|
3744
3743
|
path: string;
|
|
3744
|
+
message: string;
|
|
3745
3745
|
statusCode: number;
|
|
3746
3746
|
timestamp: string;
|
|
3747
3747
|
details?: unknown;
|
|
3748
3748
|
correlationId?: string | undefined;
|
|
3749
3749
|
}, {
|
|
3750
|
-
message: string;
|
|
3751
3750
|
code: string;
|
|
3752
3751
|
path: string;
|
|
3752
|
+
message: string;
|
|
3753
3753
|
statusCode: number;
|
|
3754
3754
|
timestamp: string;
|
|
3755
3755
|
details?: unknown;
|
|
@@ -3764,17 +3764,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3764
3764
|
path: z.ZodString;
|
|
3765
3765
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3766
3766
|
}, "strip", z.ZodTypeAny, {
|
|
3767
|
-
message: string;
|
|
3768
3767
|
code: string;
|
|
3769
3768
|
path: string;
|
|
3769
|
+
message: string;
|
|
3770
3770
|
statusCode: number;
|
|
3771
3771
|
timestamp: string;
|
|
3772
3772
|
details?: unknown;
|
|
3773
3773
|
correlationId?: string | undefined;
|
|
3774
3774
|
}, {
|
|
3775
|
-
message: string;
|
|
3776
3775
|
code: string;
|
|
3777
3776
|
path: string;
|
|
3777
|
+
message: string;
|
|
3778
3778
|
statusCode: number;
|
|
3779
3779
|
timestamp: string;
|
|
3780
3780
|
details?: unknown;
|
|
@@ -3814,17 +3814,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3814
3814
|
path: z.ZodString;
|
|
3815
3815
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3816
3816
|
}, "strip", z.ZodTypeAny, {
|
|
3817
|
-
message: string;
|
|
3818
3817
|
code: string;
|
|
3819
3818
|
path: string;
|
|
3819
|
+
message: string;
|
|
3820
3820
|
statusCode: number;
|
|
3821
3821
|
timestamp: string;
|
|
3822
3822
|
details?: unknown;
|
|
3823
3823
|
correlationId?: string | undefined;
|
|
3824
3824
|
}, {
|
|
3825
|
-
message: string;
|
|
3826
3825
|
code: string;
|
|
3827
3826
|
path: string;
|
|
3827
|
+
message: string;
|
|
3828
3828
|
statusCode: number;
|
|
3829
3829
|
timestamp: string;
|
|
3830
3830
|
details?: unknown;
|
|
@@ -3839,17 +3839,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3839
3839
|
path: z.ZodString;
|
|
3840
3840
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3841
3841
|
}, "strip", z.ZodTypeAny, {
|
|
3842
|
-
message: string;
|
|
3843
3842
|
code: string;
|
|
3844
3843
|
path: string;
|
|
3844
|
+
message: string;
|
|
3845
3845
|
statusCode: number;
|
|
3846
3846
|
timestamp: string;
|
|
3847
3847
|
details?: unknown;
|
|
3848
3848
|
correlationId?: string | undefined;
|
|
3849
3849
|
}, {
|
|
3850
|
-
message: string;
|
|
3851
3850
|
code: string;
|
|
3852
3851
|
path: string;
|
|
3852
|
+
message: string;
|
|
3853
3853
|
statusCode: number;
|
|
3854
3854
|
timestamp: string;
|
|
3855
3855
|
details?: unknown;
|
|
@@ -3864,17 +3864,17 @@ export declare const userAccessGrantsContract: {
|
|
|
3864
3864
|
path: z.ZodString;
|
|
3865
3865
|
correlationId: z.ZodOptional<z.ZodString>;
|
|
3866
3866
|
}, "strip", z.ZodTypeAny, {
|
|
3867
|
-
message: string;
|
|
3868
3867
|
code: string;
|
|
3869
3868
|
path: string;
|
|
3869
|
+
message: string;
|
|
3870
3870
|
statusCode: number;
|
|
3871
3871
|
timestamp: string;
|
|
3872
3872
|
details?: unknown;
|
|
3873
3873
|
correlationId?: string | undefined;
|
|
3874
3874
|
}, {
|
|
3875
|
-
message: string;
|
|
3876
3875
|
code: string;
|
|
3877
3876
|
path: string;
|
|
3877
|
+
message: string;
|
|
3878
3878
|
statusCode: number;
|
|
3879
3879
|
timestamp: string;
|
|
3880
3880
|
details?: unknown;
|