@apollo-deploy/schemas 0.4.4 → 0.4.6
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/definitions/admin-users/request.schema.js +2 -2
- package/dist/definitions/admin-users/request.schema.js.map +1 -1
- package/dist/definitions/approvals/domain.schema.d.ts +9 -1
- package/dist/definitions/approvals/domain.schema.d.ts.map +1 -1
- package/dist/definitions/approvals/domain.schema.js +12 -11
- package/dist/definitions/approvals/domain.schema.js.map +1 -1
- package/dist/definitions/approvals/request.schema.d.ts +17 -0
- package/dist/definitions/approvals/request.schema.d.ts.map +1 -1
- package/dist/definitions/approvals/request.schema.js +5 -5
- package/dist/definitions/approvals/request.schema.js.map +1 -1
- package/dist/definitions/approvals/response.schema.d.ts +26 -0
- package/dist/definitions/approvals/response.schema.d.ts.map +1 -1
- package/dist/definitions/apps/request.schema.d.ts +2 -2
- package/dist/definitions/apps/response.schema.d.ts +7 -7
- package/dist/definitions/artifacts/domain.schema.d.ts +4 -4
- package/dist/definitions/artifacts/domain.schema.d.ts.map +1 -1
- package/dist/definitions/artifacts/domain.schema.js +2 -1
- package/dist/definitions/artifacts/domain.schema.js.map +1 -1
- package/dist/definitions/artifacts/request.schema.d.ts +10 -10
- package/dist/definitions/artifacts/response.schema.d.ts +26 -26
- package/dist/definitions/artifacts/response.schema.js +4 -4
- package/dist/definitions/artifacts/response.schema.js.map +1 -1
- package/dist/definitions/audit-log/domain.schema.d.ts +52 -52
- package/dist/definitions/audit-log/domain.schema.js +4 -4
- package/dist/definitions/audit-log/domain.schema.js.map +1 -1
- package/dist/definitions/audit-log/request.schema.d.ts +94 -94
- package/dist/definitions/audit-log/request.schema.d.ts.map +1 -1
- package/dist/definitions/audit-log/request.schema.js +5 -4
- package/dist/definitions/audit-log/request.schema.js.map +1 -1
- package/dist/definitions/audit-log/response.schema.d.ts +18 -18
- package/dist/definitions/audit-log/response.schema.d.ts.map +1 -1
- package/dist/definitions/audit-log/response.schema.js +4 -3
- package/dist/definitions/audit-log/response.schema.js.map +1 -1
- package/dist/definitions/auth/domain.schema.d.ts +11 -11
- package/dist/definitions/auth/domain.schema.d.ts.map +1 -1
- package/dist/definitions/auth/domain.schema.js +5 -5
- package/dist/definitions/auth/domain.schema.js.map +1 -1
- package/dist/definitions/auth/index.d.ts +3 -2
- package/dist/definitions/auth/index.d.ts.map +1 -1
- package/dist/definitions/auth/index.js +4 -2
- package/dist/definitions/auth/index.js.map +1 -1
- package/dist/definitions/auth/request.schema.d.ts +361 -0
- package/dist/definitions/auth/request.schema.d.ts.map +1 -1
- package/dist/definitions/auth/request.schema.js +221 -3
- package/dist/definitions/auth/request.schema.js.map +1 -1
- package/dist/definitions/auth/response.schema.d.ts +136 -0
- package/dist/definitions/auth/response.schema.d.ts.map +1 -1
- package/dist/definitions/auth/response.schema.js +112 -1
- package/dist/definitions/auth/response.schema.js.map +1 -1
- package/dist/definitions/billing/domain.schema.d.ts +4 -4
- package/dist/definitions/billing/domain.schema.d.ts.map +1 -1
- package/dist/definitions/billing/domain.schema.js +2 -1
- package/dist/definitions/billing/domain.schema.js.map +1 -1
- package/dist/definitions/billing/response.schema.d.ts +4 -4
- package/dist/definitions/billing/response.schema.d.ts.map +1 -1
- package/dist/definitions/billing/response.schema.js +2 -2
- package/dist/definitions/billing/response.schema.js.map +1 -1
- package/dist/definitions/common.d.ts +3 -3
- package/dist/definitions/credentials/domain.schema.d.ts +4 -4
- package/dist/definitions/credentials/request.schema.d.ts +2 -2
- package/dist/definitions/credentials/response.schema.d.ts +4 -4
- package/dist/definitions/cve-scanner/domain.schema.d.ts +190 -0
- package/dist/definitions/cve-scanner/domain.schema.d.ts.map +1 -0
- package/dist/definitions/cve-scanner/domain.schema.js +154 -0
- package/dist/definitions/cve-scanner/domain.schema.js.map +1 -0
- package/dist/definitions/cve-scanner/index.d.ts +9 -0
- package/dist/definitions/cve-scanner/index.d.ts.map +1 -0
- package/dist/definitions/cve-scanner/index.js +12 -0
- package/dist/definitions/cve-scanner/index.js.map +1 -0
- package/dist/definitions/cve-scanner/request.schema.d.ts +31 -0
- package/dist/definitions/cve-scanner/request.schema.d.ts.map +1 -0
- package/dist/definitions/cve-scanner/request.schema.js +19 -0
- package/dist/definitions/cve-scanner/request.schema.js.map +1 -0
- package/dist/definitions/cve-scanner/response.schema.d.ts +220 -0
- package/dist/definitions/cve-scanner/response.schema.d.ts.map +1 -0
- package/dist/definitions/cve-scanner/response.schema.js +63 -0
- package/dist/definitions/cve-scanner/response.schema.js.map +1 -0
- package/dist/definitions/deployments/domain.schema.d.ts +231 -0
- package/dist/definitions/deployments/domain.schema.d.ts.map +1 -0
- package/dist/definitions/deployments/domain.schema.js +118 -0
- package/dist/definitions/deployments/domain.schema.js.map +1 -0
- package/dist/definitions/deployments/index.d.ts +7 -0
- package/dist/definitions/deployments/index.d.ts.map +1 -0
- package/dist/definitions/deployments/index.js +7 -0
- package/dist/definitions/deployments/index.js.map +1 -0
- package/dist/definitions/deployments/request.schema.d.ts +238 -0
- package/dist/definitions/deployments/request.schema.d.ts.map +1 -0
- package/dist/definitions/deployments/request.schema.js +142 -0
- package/dist/definitions/deployments/request.schema.js.map +1 -0
- package/dist/definitions/deployments/response.schema.d.ts +193 -0
- package/dist/definitions/deployments/response.schema.d.ts.map +1 -0
- package/dist/definitions/deployments/response.schema.js +50 -0
- package/dist/definitions/deployments/response.schema.js.map +1 -0
- package/dist/definitions/index.d.ts +39 -25
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/index.js +40 -26
- package/dist/definitions/index.js.map +1 -1
- package/dist/definitions/integrations/domain.schema.d.ts +4 -4
- package/dist/definitions/integrations/domain.schema.js +2 -2
- package/dist/definitions/integrations/domain.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace-request.schema.d.ts +4 -3
- package/dist/definitions/integrations/marketplace-request.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace-request.schema.js +4 -3
- package/dist/definitions/integrations/marketplace-request.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace-response.schema.d.ts +18 -14
- package/dist/definitions/integrations/marketplace-response.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace-response.schema.js +2 -1
- package/dist/definitions/integrations/marketplace-response.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace.schema.d.ts +5 -2
- package/dist/definitions/integrations/marketplace.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace.schema.js +5 -4
- package/dist/definitions/integrations/marketplace.schema.js.map +1 -1
- package/dist/definitions/integrations/request.schema.d.ts +3 -3
- package/dist/definitions/integrations/request.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/request.schema.js +2 -1
- package/dist/definitions/integrations/request.schema.js.map +1 -1
- package/dist/definitions/integrations/response.schema.d.ts +2 -2
- package/dist/definitions/orgs/domain.schema.d.ts +2 -10
- package/dist/definitions/orgs/domain.schema.d.ts.map +1 -1
- package/dist/definitions/orgs/domain.schema.js +0 -2
- package/dist/definitions/orgs/domain.schema.js.map +1 -1
- package/dist/definitions/orgs/request.schema.d.ts +2 -9
- package/dist/definitions/orgs/request.schema.d.ts.map +1 -1
- package/dist/definitions/orgs/request.schema.js +4 -6
- package/dist/definitions/orgs/request.schema.js.map +1 -1
- package/dist/definitions/orgs/response.schema.d.ts +2 -18
- package/dist/definitions/orgs/response.schema.d.ts.map +1 -1
- package/dist/definitions/policies/domain.schema.d.ts +8 -8
- package/dist/definitions/policies/domain.schema.js +3 -3
- package/dist/definitions/policies/domain.schema.js.map +1 -1
- package/dist/definitions/policies/request.schema.d.ts +12 -12
- package/dist/definitions/policies/request.schema.js +5 -5
- package/dist/definitions/policies/request.schema.js.map +1 -1
- package/dist/definitions/policies/response.schema.d.ts +18 -18
- package/dist/definitions/policies/response.schema.js +3 -3
- package/dist/definitions/policies/response.schema.js.map +1 -1
- package/dist/definitions/release-risk/domain.schema.d.ts +2 -2
- package/dist/definitions/release-risk/domain.schema.d.ts.map +1 -1
- package/dist/definitions/release-risk/domain.schema.js +2 -1
- package/dist/definitions/release-risk/domain.schema.js.map +1 -1
- package/dist/definitions/release-risk/request.schema.d.ts +1 -1
- package/dist/definitions/release-risk/response.schema.d.ts +5 -5
- package/dist/definitions/releases/domain.schema.d.ts +287 -9
- package/dist/definitions/releases/domain.schema.d.ts.map +1 -1
- package/dist/definitions/releases/domain.schema.js +48 -0
- package/dist/definitions/releases/domain.schema.js.map +1 -1
- package/dist/definitions/releases/index.d.ts +3 -3
- package/dist/definitions/releases/index.d.ts.map +1 -1
- package/dist/definitions/releases/index.js +3 -3
- package/dist/definitions/releases/index.js.map +1 -1
- package/dist/definitions/releases/request.schema.d.ts +910 -16
- package/dist/definitions/releases/request.schema.d.ts.map +1 -1
- package/dist/definitions/releases/request.schema.js +43 -4
- package/dist/definitions/releases/request.schema.js.map +1 -1
- package/dist/definitions/releases/response.schema.d.ts +155 -8
- package/dist/definitions/releases/response.schema.d.ts.map +1 -1
- package/dist/definitions/releases/response.schema.js +7 -1
- package/dist/definitions/releases/response.schema.js.map +1 -1
- package/dist/definitions/service-accounts/domain.schema.d.ts +8 -8
- package/dist/definitions/service-accounts/domain.schema.js +2 -2
- package/dist/definitions/service-accounts/domain.schema.js.map +1 -1
- package/dist/definitions/service-accounts/request.schema.d.ts +2 -2
- package/dist/definitions/service-accounts/response.schema.d.ts +6 -6
- package/dist/definitions/sessions/domain.schema.js +2 -2
- package/dist/definitions/sessions/domain.schema.js.map +1 -1
- package/dist/definitions/settings/domain.schema.d.ts +5 -5
- package/dist/definitions/settings/request.schema.js +2 -2
- package/dist/definitions/settings/request.schema.js.map +1 -1
- package/dist/definitions/settings/response.schema.d.ts +8 -8
- package/dist/definitions/share-links/domain.schema.js +2 -2
- package/dist/definitions/share-links/domain.schema.js.map +1 -1
- package/dist/definitions/share-links/request.schema.d.ts +1 -1
- package/dist/definitions/stores/domain.schema.d.ts.map +1 -1
- package/dist/definitions/stores/domain.schema.js +2 -2
- package/dist/definitions/stores/domain.schema.js.map +1 -1
- package/dist/definitions/teams/domain.schema.d.ts +1 -1
- package/dist/definitions/teams/domain.schema.js +1 -1
- package/dist/definitions/teams/domain.schema.js.map +1 -1
- package/dist/definitions/teams/request.schema.d.ts +2 -2
- package/dist/definitions/teams/request.schema.js +3 -3
- package/dist/definitions/teams/request.schema.js.map +1 -1
- package/dist/definitions/teams/response.schema.d.ts +2 -2
- package/dist/definitions/webhooks/domain.schema.d.ts +4 -4
- package/dist/definitions/webhooks/domain.schema.js +5 -5
- package/dist/definitions/webhooks/domain.schema.js.map +1 -1
- package/dist/definitions/webhooks/request.schema.d.ts +1 -1
- package/dist/definitions/webhooks/response.schema.d.ts +5 -5
- package/dist/definitions/workflows/domain.schema.d.ts +3 -3
- package/dist/definitions/workflows/domain.schema.d.ts.map +1 -1
- package/dist/definitions/workflows/domain.schema.js +2 -2
- package/dist/definitions/workflows/domain.schema.js.map +1 -1
- package/dist/definitions/workflows/request.schema.d.ts +10 -0
- package/dist/definitions/workflows/request.schema.d.ts.map +1 -1
- package/dist/definitions/workflows/request.schema.js +9 -0
- package/dist/definitions/workflows/request.schema.js.map +1 -1
- package/dist/definitions/workflows/response.schema.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +9 -1
|
@@ -13,59 +13,59 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
13
13
|
page: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
14
14
|
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
15
15
|
sortBy: z.ZodDefault<z.ZodEnum<{
|
|
16
|
-
timestamp: "timestamp";
|
|
17
|
-
createdAt: "createdAt";
|
|
18
16
|
riskLevel: "riskLevel";
|
|
19
|
-
|
|
17
|
+
createdAt: "createdAt";
|
|
18
|
+
timestamp: "timestamp";
|
|
20
19
|
module: "module";
|
|
20
|
+
action: "action";
|
|
21
21
|
}>>;
|
|
22
22
|
sortOrder: z.ZodDefault<z.ZodEnum<{
|
|
23
23
|
asc: "asc";
|
|
24
24
|
desc: "desc";
|
|
25
25
|
}>>;
|
|
26
26
|
module: z.ZodOptional<z.ZodEnum<{
|
|
27
|
-
|
|
27
|
+
email: "email";
|
|
28
28
|
user: "user";
|
|
29
|
-
|
|
30
|
-
app: "app";
|
|
29
|
+
role: "role";
|
|
31
30
|
release: "release";
|
|
32
|
-
|
|
33
|
-
credential: "credential";
|
|
34
|
-
webhook: "webhook";
|
|
31
|
+
system: "system";
|
|
35
32
|
organization: "organization";
|
|
36
|
-
team: "team";
|
|
37
|
-
billing: "billing";
|
|
38
|
-
analytics: "analytics";
|
|
39
|
-
integration: "integration";
|
|
40
33
|
store: "store";
|
|
41
|
-
|
|
42
|
-
session: "session";
|
|
43
|
-
role: "role";
|
|
44
|
-
email: "email";
|
|
34
|
+
version: "version";
|
|
45
35
|
api_key: "api_key";
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
subscription: "subscription";
|
|
36
|
+
webhook: "webhook";
|
|
37
|
+
integration: "integration";
|
|
49
38
|
installation: "installation";
|
|
50
|
-
|
|
39
|
+
credential: "credential";
|
|
51
40
|
alert_event: "alert_event";
|
|
41
|
+
audit_log: "audit_log";
|
|
52
42
|
auth: "auth";
|
|
43
|
+
session: "session";
|
|
53
44
|
oauth: "oauth";
|
|
54
45
|
mfa: "mfa";
|
|
55
46
|
security: "security";
|
|
47
|
+
app: "app";
|
|
48
|
+
artifact: "artifact";
|
|
56
49
|
build: "build";
|
|
57
50
|
variant: "variant";
|
|
58
51
|
submission: "submission";
|
|
59
52
|
review: "review";
|
|
60
53
|
rollout: "rollout";
|
|
54
|
+
team: "team";
|
|
55
|
+
member: "member";
|
|
61
56
|
invitation: "invitation";
|
|
62
57
|
permission: "permission";
|
|
58
|
+
billing: "billing";
|
|
59
|
+
subscription: "subscription";
|
|
60
|
+
plan: "plan";
|
|
63
61
|
invoice: "invoice";
|
|
64
62
|
payment: "payment";
|
|
63
|
+
usage: "usage";
|
|
65
64
|
store_connection: "store_connection";
|
|
66
65
|
store_metadata: "store_metadata";
|
|
67
66
|
store_pricing: "store_pricing";
|
|
68
67
|
store_localization: "store_localization";
|
|
68
|
+
analytics: "analytics";
|
|
69
69
|
report: "report";
|
|
70
70
|
dashboard: "dashboard";
|
|
71
71
|
export: "export";
|
|
@@ -73,16 +73,16 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
73
73
|
notification: "notification";
|
|
74
74
|
}>>;
|
|
75
75
|
action: z.ZodOptional<z.ZodEnum<{
|
|
76
|
+
approve: "approve";
|
|
77
|
+
reject: "reject";
|
|
78
|
+
join: "join";
|
|
79
|
+
upload: "upload";
|
|
80
|
+
search: "search";
|
|
81
|
+
export: "export";
|
|
76
82
|
create: "create";
|
|
77
83
|
read: "read";
|
|
78
84
|
update: "update";
|
|
79
85
|
delete: "delete";
|
|
80
|
-
upload: "upload";
|
|
81
|
-
search: "search";
|
|
82
|
-
approve: "approve";
|
|
83
|
-
reject: "reject";
|
|
84
|
-
sync: "sync";
|
|
85
|
-
export: "export";
|
|
86
86
|
list: "list";
|
|
87
87
|
get: "get";
|
|
88
88
|
batch_create: "batch_create";
|
|
@@ -125,6 +125,7 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
125
125
|
disconnect: "disconnect";
|
|
126
126
|
test_connection: "test_connection";
|
|
127
127
|
verify: "verify";
|
|
128
|
+
sync: "sync";
|
|
128
129
|
refresh: "refresh";
|
|
129
130
|
import: "import";
|
|
130
131
|
view: "view";
|
|
@@ -156,7 +157,6 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
156
157
|
invite_reject: "invite_reject";
|
|
157
158
|
invite_cancel: "invite_cancel";
|
|
158
159
|
invite_resend: "invite_resend";
|
|
159
|
-
join: "join";
|
|
160
160
|
leave: "leave";
|
|
161
161
|
remove: "remove";
|
|
162
162
|
kick: "kick";
|
|
@@ -215,44 +215,43 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
215
215
|
}>>;
|
|
216
216
|
actionCategory: z.ZodOptional<z.ZodEnum<{
|
|
217
217
|
admin: "admin";
|
|
218
|
-
billing: "billing";
|
|
219
|
-
integration: "integration";
|
|
220
218
|
system: "system";
|
|
219
|
+
integration: "integration";
|
|
221
220
|
security: "security";
|
|
221
|
+
billing: "billing";
|
|
222
222
|
export: "export";
|
|
223
223
|
data_access: "data_access";
|
|
224
224
|
data_modification: "data_modification";
|
|
225
225
|
}>>;
|
|
226
226
|
resourceType: z.ZodOptional<z.ZodEnum<{
|
|
227
|
-
|
|
227
|
+
password: "password";
|
|
228
228
|
user: "user";
|
|
229
|
-
|
|
230
|
-
app: "app";
|
|
229
|
+
role: "role";
|
|
231
230
|
release: "release";
|
|
232
|
-
artifact: "artifact";
|
|
233
|
-
credential: "credential";
|
|
234
|
-
webhook: "webhook";
|
|
235
231
|
organization: "organization";
|
|
236
|
-
team: "team";
|
|
237
|
-
integration: "integration";
|
|
238
232
|
store: "store";
|
|
239
|
-
|
|
240
|
-
session: "session";
|
|
241
|
-
role: "role";
|
|
242
|
-
password: "password";
|
|
233
|
+
version: "version";
|
|
243
234
|
api_key: "api_key";
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
metrics: "metrics";
|
|
235
|
+
webhook: "webhook";
|
|
236
|
+
integration: "integration";
|
|
247
237
|
installation: "installation";
|
|
238
|
+
credential: "credential";
|
|
248
239
|
alert_event: "alert_event";
|
|
240
|
+
audit_log: "audit_log";
|
|
241
|
+
session: "session";
|
|
242
|
+
app: "app";
|
|
243
|
+
artifact: "artifact";
|
|
249
244
|
build: "build";
|
|
250
245
|
variant: "variant";
|
|
251
246
|
submission: "submission";
|
|
252
247
|
review: "review";
|
|
253
248
|
rollout: "rollout";
|
|
249
|
+
team: "team";
|
|
250
|
+
member: "member";
|
|
254
251
|
invitation: "invitation";
|
|
255
252
|
permission: "permission";
|
|
253
|
+
subscription: "subscription";
|
|
254
|
+
plan: "plan";
|
|
256
255
|
invoice: "invoice";
|
|
257
256
|
payment: "payment";
|
|
258
257
|
store_connection: "store_connection";
|
|
@@ -282,6 +281,7 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
282
281
|
discount: "discount";
|
|
283
282
|
store_screenshot: "store_screenshot";
|
|
284
283
|
store_review: "store_review";
|
|
284
|
+
metrics: "metrics";
|
|
285
285
|
export_job: "export_job";
|
|
286
286
|
preference: "preference";
|
|
287
287
|
notification_settings: "notification_settings";
|
|
@@ -291,11 +291,11 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
291
291
|
userId: z.ZodOptional<z.ZodString>;
|
|
292
292
|
actorType: z.ZodOptional<z.ZodEnum<{
|
|
293
293
|
user: "user";
|
|
294
|
-
webhook: "webhook";
|
|
295
|
-
integration: "integration";
|
|
296
|
-
api_key: "api_key";
|
|
297
294
|
system: "system";
|
|
295
|
+
api_key: "api_key";
|
|
296
|
+
webhook: "webhook";
|
|
298
297
|
scheduled_job: "scheduled_job";
|
|
298
|
+
integration: "integration";
|
|
299
299
|
}>>;
|
|
300
300
|
status: z.ZodOptional<z.ZodEnum<{
|
|
301
301
|
success: "success";
|
|
@@ -327,53 +327,53 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
327
327
|
*/
|
|
328
328
|
export declare const AuditLogExportSchema: z.ZodObject<{
|
|
329
329
|
format: z.ZodEnum<{
|
|
330
|
-
csv: "csv";
|
|
331
330
|
json: "json";
|
|
331
|
+
csv: "csv";
|
|
332
332
|
pdf: "pdf";
|
|
333
333
|
}>;
|
|
334
334
|
module: z.ZodOptional<z.ZodEnum<{
|
|
335
|
-
|
|
335
|
+
email: "email";
|
|
336
336
|
user: "user";
|
|
337
|
-
|
|
338
|
-
app: "app";
|
|
337
|
+
role: "role";
|
|
339
338
|
release: "release";
|
|
340
|
-
|
|
341
|
-
credential: "credential";
|
|
342
|
-
webhook: "webhook";
|
|
339
|
+
system: "system";
|
|
343
340
|
organization: "organization";
|
|
344
|
-
team: "team";
|
|
345
|
-
billing: "billing";
|
|
346
|
-
analytics: "analytics";
|
|
347
|
-
integration: "integration";
|
|
348
341
|
store: "store";
|
|
349
|
-
|
|
350
|
-
session: "session";
|
|
351
|
-
role: "role";
|
|
352
|
-
email: "email";
|
|
342
|
+
version: "version";
|
|
353
343
|
api_key: "api_key";
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
subscription: "subscription";
|
|
344
|
+
webhook: "webhook";
|
|
345
|
+
integration: "integration";
|
|
357
346
|
installation: "installation";
|
|
358
|
-
|
|
347
|
+
credential: "credential";
|
|
359
348
|
alert_event: "alert_event";
|
|
349
|
+
audit_log: "audit_log";
|
|
360
350
|
auth: "auth";
|
|
351
|
+
session: "session";
|
|
361
352
|
oauth: "oauth";
|
|
362
353
|
mfa: "mfa";
|
|
363
354
|
security: "security";
|
|
355
|
+
app: "app";
|
|
356
|
+
artifact: "artifact";
|
|
364
357
|
build: "build";
|
|
365
358
|
variant: "variant";
|
|
366
359
|
submission: "submission";
|
|
367
360
|
review: "review";
|
|
368
361
|
rollout: "rollout";
|
|
362
|
+
team: "team";
|
|
363
|
+
member: "member";
|
|
369
364
|
invitation: "invitation";
|
|
370
365
|
permission: "permission";
|
|
366
|
+
billing: "billing";
|
|
367
|
+
subscription: "subscription";
|
|
368
|
+
plan: "plan";
|
|
371
369
|
invoice: "invoice";
|
|
372
370
|
payment: "payment";
|
|
371
|
+
usage: "usage";
|
|
373
372
|
store_connection: "store_connection";
|
|
374
373
|
store_metadata: "store_metadata";
|
|
375
374
|
store_pricing: "store_pricing";
|
|
376
375
|
store_localization: "store_localization";
|
|
376
|
+
analytics: "analytics";
|
|
377
377
|
report: "report";
|
|
378
378
|
dashboard: "dashboard";
|
|
379
379
|
export: "export";
|
|
@@ -381,16 +381,16 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
381
381
|
notification: "notification";
|
|
382
382
|
}>>;
|
|
383
383
|
action: z.ZodOptional<z.ZodEnum<{
|
|
384
|
+
approve: "approve";
|
|
385
|
+
reject: "reject";
|
|
386
|
+
join: "join";
|
|
387
|
+
upload: "upload";
|
|
388
|
+
search: "search";
|
|
389
|
+
export: "export";
|
|
384
390
|
create: "create";
|
|
385
391
|
read: "read";
|
|
386
392
|
update: "update";
|
|
387
393
|
delete: "delete";
|
|
388
|
-
upload: "upload";
|
|
389
|
-
search: "search";
|
|
390
|
-
approve: "approve";
|
|
391
|
-
reject: "reject";
|
|
392
|
-
sync: "sync";
|
|
393
|
-
export: "export";
|
|
394
394
|
list: "list";
|
|
395
395
|
get: "get";
|
|
396
396
|
batch_create: "batch_create";
|
|
@@ -433,6 +433,7 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
433
433
|
disconnect: "disconnect";
|
|
434
434
|
test_connection: "test_connection";
|
|
435
435
|
verify: "verify";
|
|
436
|
+
sync: "sync";
|
|
436
437
|
refresh: "refresh";
|
|
437
438
|
import: "import";
|
|
438
439
|
view: "view";
|
|
@@ -464,7 +465,6 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
464
465
|
invite_reject: "invite_reject";
|
|
465
466
|
invite_cancel: "invite_cancel";
|
|
466
467
|
invite_resend: "invite_resend";
|
|
467
|
-
join: "join";
|
|
468
468
|
leave: "leave";
|
|
469
469
|
remove: "remove";
|
|
470
470
|
kick: "kick";
|
|
@@ -523,44 +523,43 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
523
523
|
}>>;
|
|
524
524
|
actionCategory: z.ZodOptional<z.ZodEnum<{
|
|
525
525
|
admin: "admin";
|
|
526
|
-
billing: "billing";
|
|
527
|
-
integration: "integration";
|
|
528
526
|
system: "system";
|
|
527
|
+
integration: "integration";
|
|
529
528
|
security: "security";
|
|
529
|
+
billing: "billing";
|
|
530
530
|
export: "export";
|
|
531
531
|
data_access: "data_access";
|
|
532
532
|
data_modification: "data_modification";
|
|
533
533
|
}>>;
|
|
534
534
|
resourceType: z.ZodOptional<z.ZodEnum<{
|
|
535
|
-
|
|
535
|
+
password: "password";
|
|
536
536
|
user: "user";
|
|
537
|
-
|
|
538
|
-
app: "app";
|
|
537
|
+
role: "role";
|
|
539
538
|
release: "release";
|
|
540
|
-
artifact: "artifact";
|
|
541
|
-
credential: "credential";
|
|
542
|
-
webhook: "webhook";
|
|
543
539
|
organization: "organization";
|
|
544
|
-
team: "team";
|
|
545
|
-
integration: "integration";
|
|
546
540
|
store: "store";
|
|
547
|
-
|
|
548
|
-
session: "session";
|
|
549
|
-
role: "role";
|
|
550
|
-
password: "password";
|
|
541
|
+
version: "version";
|
|
551
542
|
api_key: "api_key";
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
metrics: "metrics";
|
|
543
|
+
webhook: "webhook";
|
|
544
|
+
integration: "integration";
|
|
555
545
|
installation: "installation";
|
|
546
|
+
credential: "credential";
|
|
556
547
|
alert_event: "alert_event";
|
|
548
|
+
audit_log: "audit_log";
|
|
549
|
+
session: "session";
|
|
550
|
+
app: "app";
|
|
551
|
+
artifact: "artifact";
|
|
557
552
|
build: "build";
|
|
558
553
|
variant: "variant";
|
|
559
554
|
submission: "submission";
|
|
560
555
|
review: "review";
|
|
561
556
|
rollout: "rollout";
|
|
557
|
+
team: "team";
|
|
558
|
+
member: "member";
|
|
562
559
|
invitation: "invitation";
|
|
563
560
|
permission: "permission";
|
|
561
|
+
subscription: "subscription";
|
|
562
|
+
plan: "plan";
|
|
564
563
|
invoice: "invoice";
|
|
565
564
|
payment: "payment";
|
|
566
565
|
store_connection: "store_connection";
|
|
@@ -590,6 +589,7 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
590
589
|
discount: "discount";
|
|
591
590
|
store_screenshot: "store_screenshot";
|
|
592
591
|
store_review: "store_review";
|
|
592
|
+
metrics: "metrics";
|
|
593
593
|
export_job: "export_job";
|
|
594
594
|
preference: "preference";
|
|
595
595
|
notification_settings: "notification_settings";
|
|
@@ -599,11 +599,11 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
599
599
|
userId: z.ZodOptional<z.ZodString>;
|
|
600
600
|
actorType: z.ZodOptional<z.ZodEnum<{
|
|
601
601
|
user: "user";
|
|
602
|
-
webhook: "webhook";
|
|
603
|
-
integration: "integration";
|
|
604
|
-
api_key: "api_key";
|
|
605
602
|
system: "system";
|
|
603
|
+
api_key: "api_key";
|
|
604
|
+
webhook: "webhook";
|
|
606
605
|
scheduled_job: "scheduled_job";
|
|
606
|
+
integration: "integration";
|
|
607
607
|
}>>;
|
|
608
608
|
status: z.ZodOptional<z.ZodEnum<{
|
|
609
609
|
success: "success";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/audit-log/request.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"request.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/audit-log/request.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BpC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiB/B,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;iBAK/B,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;;;iBAElC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;iBAErC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;iBAEhC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;iBAE5B,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;iBAG/B,CAAC;AAGH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACvE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* Zod schemas for audit log API request validation.
|
|
5
5
|
*/
|
|
6
6
|
import { z } from 'zod';
|
|
7
|
+
import { IdentifierSchema } from '../common.js';
|
|
7
8
|
import { AuditLogStatusSchema, RiskLevelSchema, ActorTypeSchema, AuditLogModuleSchema, ActionCategorySchema, AuditLogActionSchema, AuditLogResourceTypeSchema, AuditLogExportFormatSchema, } from './domain.schema.js';
|
|
8
9
|
/**
|
|
9
10
|
* Audit log filter query schema
|
|
@@ -23,7 +24,7 @@ export const AuditLogFilterQuerySchema = z.object({
|
|
|
23
24
|
actionCategory: ActionCategorySchema.optional(),
|
|
24
25
|
resourceType: AuditLogResourceTypeSchema.optional(),
|
|
25
26
|
resourceId: z.string().optional(),
|
|
26
|
-
userId:
|
|
27
|
+
userId: IdentifierSchema.optional(),
|
|
27
28
|
actorType: ActorTypeSchema.optional(),
|
|
28
29
|
status: AuditLogStatusSchema.optional(),
|
|
29
30
|
riskLevel: RiskLevelSchema.optional(),
|
|
@@ -48,7 +49,7 @@ export const AuditLogExportSchema = z.object({
|
|
|
48
49
|
actionCategory: ActionCategorySchema.optional(),
|
|
49
50
|
resourceType: AuditLogResourceTypeSchema.optional(),
|
|
50
51
|
resourceId: z.string().optional(),
|
|
51
|
-
userId:
|
|
52
|
+
userId: IdentifierSchema.optional(),
|
|
52
53
|
actorType: ActorTypeSchema.optional(),
|
|
53
54
|
status: AuditLogStatusSchema.optional(),
|
|
54
55
|
riskLevel: RiskLevelSchema.optional(),
|
|
@@ -76,7 +77,7 @@ export const DateRangeQuerySchema = z.object({
|
|
|
76
77
|
* Query parameters for user activity timeline.
|
|
77
78
|
*/
|
|
78
79
|
export const UserActivityQuerySchema = DateRangeQuerySchema.extend({
|
|
79
|
-
userId:
|
|
80
|
+
userId: IdentifierSchema,
|
|
80
81
|
});
|
|
81
82
|
/**
|
|
82
83
|
* Resource history query schema
|
|
@@ -100,7 +101,7 @@ export const AuditLogIdParamSchema = z.object({
|
|
|
100
101
|
* Path parameter for user activity timeline.
|
|
101
102
|
*/
|
|
102
103
|
export const UserIdParamSchema = z.object({
|
|
103
|
-
userId:
|
|
104
|
+
userId: IdentifierSchema,
|
|
104
105
|
});
|
|
105
106
|
/**
|
|
106
107
|
* Resource parameters schema
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request.schema.js","sourceRoot":"","sources":["../../../src/definitions/audit-log/request.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,oBAAoB,EACpB,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,0BAA0B,EAC1B,0BAA0B,GAC3B,MAAM,oBAAoB,CAAC;AAE5B;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,aAAa;IACb,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;IAC/C,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC;IAE1D,UAAU;IACV,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IAChG,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IAElD,UAAU;IACV,MAAM,EAAE,oBAAoB,CAAC,QAAQ,EAAE;IACvC,MAAM,EAAE,oBAAoB,CAAC,QAAQ,EAAE;IACvC,cAAc,EAAE,oBAAoB,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,0BAA0B,CAAC,QAAQ,EAAE;IACnD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"request.schema.js","sourceRoot":"","sources":["../../../src/definitions/audit-log/request.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -32,11 +32,11 @@ export declare const AuditLogListResponseSchema: z.ZodObject<{
|
|
|
32
32
|
id: z.ZodString;
|
|
33
33
|
type: z.ZodEnum<{
|
|
34
34
|
user: "user";
|
|
35
|
-
webhook: "webhook";
|
|
36
|
-
integration: "integration";
|
|
37
|
-
api_key: "api_key";
|
|
38
35
|
system: "system";
|
|
36
|
+
api_key: "api_key";
|
|
37
|
+
webhook: "webhook";
|
|
39
38
|
scheduled_job: "scheduled_job";
|
|
39
|
+
integration: "integration";
|
|
40
40
|
}>;
|
|
41
41
|
email: z.ZodOptional<z.ZodString>;
|
|
42
42
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -166,11 +166,11 @@ export declare const ActivitySummaryResponseSchema: z.ZodObject<{
|
|
|
166
166
|
id: z.ZodString;
|
|
167
167
|
type: z.ZodEnum<{
|
|
168
168
|
user: "user";
|
|
169
|
-
webhook: "webhook";
|
|
170
|
-
integration: "integration";
|
|
171
|
-
api_key: "api_key";
|
|
172
169
|
system: "system";
|
|
170
|
+
api_key: "api_key";
|
|
171
|
+
webhook: "webhook";
|
|
173
172
|
scheduled_job: "scheduled_job";
|
|
173
|
+
integration: "integration";
|
|
174
174
|
}>;
|
|
175
175
|
email: z.ZodOptional<z.ZodString>;
|
|
176
176
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -292,11 +292,11 @@ export declare const UserActivityTimelineResponseSchema: z.ZodObject<{
|
|
|
292
292
|
id: z.ZodString;
|
|
293
293
|
type: z.ZodEnum<{
|
|
294
294
|
user: "user";
|
|
295
|
-
webhook: "webhook";
|
|
296
|
-
integration: "integration";
|
|
297
|
-
api_key: "api_key";
|
|
298
295
|
system: "system";
|
|
296
|
+
api_key: "api_key";
|
|
297
|
+
webhook: "webhook";
|
|
299
298
|
scheduled_job: "scheduled_job";
|
|
299
|
+
integration: "integration";
|
|
300
300
|
}>;
|
|
301
301
|
email: z.ZodOptional<z.ZodString>;
|
|
302
302
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -404,11 +404,11 @@ export declare const ResourceHistoryResponseSchema: z.ZodObject<{
|
|
|
404
404
|
id: z.ZodString;
|
|
405
405
|
type: z.ZodEnum<{
|
|
406
406
|
user: "user";
|
|
407
|
-
webhook: "webhook";
|
|
408
|
-
integration: "integration";
|
|
409
|
-
api_key: "api_key";
|
|
410
407
|
system: "system";
|
|
408
|
+
api_key: "api_key";
|
|
409
|
+
webhook: "webhook";
|
|
411
410
|
scheduled_job: "scheduled_job";
|
|
411
|
+
integration: "integration";
|
|
412
412
|
}>;
|
|
413
413
|
email: z.ZodOptional<z.ZodString>;
|
|
414
414
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -513,11 +513,11 @@ export declare const SecurityInsightsResponseSchema: z.ZodObject<{
|
|
|
513
513
|
id: z.ZodString;
|
|
514
514
|
type: z.ZodEnum<{
|
|
515
515
|
user: "user";
|
|
516
|
-
webhook: "webhook";
|
|
517
|
-
integration: "integration";
|
|
518
|
-
api_key: "api_key";
|
|
519
516
|
system: "system";
|
|
517
|
+
api_key: "api_key";
|
|
518
|
+
webhook: "webhook";
|
|
520
519
|
scheduled_job: "scheduled_job";
|
|
520
|
+
integration: "integration";
|
|
521
521
|
}>;
|
|
522
522
|
email: z.ZodOptional<z.ZodString>;
|
|
523
523
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -617,11 +617,11 @@ export declare const SecurityInsightsResponseSchema: z.ZodObject<{
|
|
|
617
617
|
id: z.ZodString;
|
|
618
618
|
type: z.ZodEnum<{
|
|
619
619
|
user: "user";
|
|
620
|
-
webhook: "webhook";
|
|
621
|
-
integration: "integration";
|
|
622
|
-
api_key: "api_key";
|
|
623
620
|
system: "system";
|
|
621
|
+
api_key: "api_key";
|
|
622
|
+
webhook: "webhook";
|
|
624
623
|
scheduled_job: "scheduled_job";
|
|
624
|
+
integration: "integration";
|
|
625
625
|
}>;
|
|
626
626
|
email: z.ZodOptional<z.ZodString>;
|
|
627
627
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/audit-log/response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"response.schema.d.ts","sourceRoot":"","sources":["../../../src/definitions/audit-log/response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB;;;;;;iBAM/B,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGrC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBxC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwB7C,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUxC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BzC,CAAC;AAGH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAC9F,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* Zod schemas for audit log API response formatting.
|
|
5
5
|
*/
|
|
6
6
|
import { z } from 'zod';
|
|
7
|
+
import { IdentifierSchema } from '../common.js';
|
|
7
8
|
import { AuditLogResponseSchema } from './domain.schema.js';
|
|
8
9
|
/**
|
|
9
10
|
* Pagination metadata schema
|
|
@@ -47,7 +48,7 @@ export const ActivitySummaryResponseSchema = z.object({
|
|
|
47
48
|
byAction: z.record(z.string(), z.number()),
|
|
48
49
|
byRiskLevel: z.record(z.string(), z.number()),
|
|
49
50
|
topUsers: z.array(z.object({
|
|
50
|
-
userId:
|
|
51
|
+
userId: IdentifierSchema,
|
|
51
52
|
email: z.string().optional(),
|
|
52
53
|
count: z.number(),
|
|
53
54
|
})),
|
|
@@ -65,7 +66,7 @@ export const ActivitySummaryResponseSchema = z.object({
|
|
|
65
66
|
* Represents a user's activity timeline in API responses.
|
|
66
67
|
*/
|
|
67
68
|
export const UserActivityTimelineResponseSchema = z.object({
|
|
68
|
-
userId:
|
|
69
|
+
userId: IdentifierSchema,
|
|
69
70
|
userEmail: z.string().optional(),
|
|
70
71
|
userName: z.string().optional(),
|
|
71
72
|
period: z.object({
|
|
@@ -118,7 +119,7 @@ export const SecurityInsightsResponseSchema = z.object({
|
|
|
118
119
|
failedLoginAttempts: z.number(),
|
|
119
120
|
suspiciousActivities: z.array(AuditLogResponseSchema),
|
|
120
121
|
unusualLocations: z.array(z.object({
|
|
121
|
-
userId:
|
|
122
|
+
userId: IdentifierSchema,
|
|
122
123
|
email: z.string().optional(),
|
|
123
124
|
location: z.string(),
|
|
124
125
|
timestamp: z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response.schema.js","sourceRoot":"","sources":["../../../src/definitions/audit-log/response.schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAE5D;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IACvC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACnC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAEH;;;;GAIG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC;IACrC,UAAU,EAAE,oBAAoB;CACjC,CAAC,CAAC;AAEH;;;;GAIG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,MAAM,CAAC;IACpD,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC;QACf,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;QAChB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;KACf,CAAC;IACF,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;IAC3B,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IAC1C,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IAC1C,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;IAC7C,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC;QACzB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"response.schema.js","sourceRoot":"","sources":["../../../src/definitions/audit-log/response.schema.ts"],"names":[],"mappings":"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"}
|