@apollo-deploy/schemas 0.4.7 → 0.4.8
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/approvals/domain.schema.d.ts +5 -5
- package/dist/definitions/approvals/request.schema.d.ts +8 -8
- package/dist/definitions/approvals/response.schema.d.ts +6 -6
- package/dist/definitions/apps/response.schema.d.ts +1 -1
- package/dist/definitions/artifacts/domain.schema.d.ts +6 -6
- package/dist/definitions/artifacts/request.schema.d.ts +16 -16
- package/dist/definitions/artifacts/response.schema.d.ts +33 -33
- package/dist/definitions/audit-log/domain.schema.d.ts +56 -56
- package/dist/definitions/audit-log/request.schema.d.ts +107 -107
- package/dist/definitions/audit-log/response.schema.d.ts +12 -12
- package/dist/definitions/auth/domain.schema.d.ts +11 -11
- package/dist/definitions/auth/request.schema.d.ts +11 -11
- package/dist/definitions/billing/domain.schema.d.ts +13 -13
- package/dist/definitions/billing/domain.schema.d.ts.map +1 -1
- package/dist/definitions/billing/domain.schema.js +4 -4
- package/dist/definitions/billing/domain.schema.js.map +1 -1
- package/dist/definitions/billing/request.schema.d.ts +3 -3
- package/dist/definitions/billing/response.schema.d.ts +7 -7
- package/dist/definitions/common.d.ts +19 -3
- package/dist/definitions/common.d.ts.map +1 -1
- package/dist/definitions/common.js +10 -0
- package/dist/definitions/common.js.map +1 -1
- package/dist/definitions/credentials/domain.schema.d.ts +4 -7
- package/dist/definitions/credentials/domain.schema.d.ts.map +1 -1
- package/dist/definitions/credentials/domain.schema.js +0 -3
- package/dist/definitions/credentials/domain.schema.js.map +1 -1
- package/dist/definitions/credentials/request.schema.d.ts +2 -4
- package/dist/definitions/credentials/request.schema.d.ts.map +1 -1
- package/dist/definitions/credentials/request.schema.js +0 -2
- package/dist/definitions/credentials/request.schema.js.map +1 -1
- package/dist/definitions/credentials/response.schema.d.ts +4 -10
- package/dist/definitions/credentials/response.schema.d.ts.map +1 -1
- package/dist/definitions/cve-scanner/domain.schema.d.ts +6 -6
- package/dist/definitions/cve-scanner/response.schema.d.ts +15 -15
- package/dist/definitions/deployments/domain.schema.d.ts +3 -3
- package/dist/definitions/deployments/request.schema.d.ts +1 -1
- package/dist/definitions/deployments/response.schema.d.ts +2 -2
- package/dist/definitions/index.d.ts +2 -9
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/index.js +6 -9
- package/dist/definitions/index.js.map +1 -1
- package/dist/definitions/integrations/api.schema.d.ts +290 -0
- package/dist/definitions/integrations/api.schema.d.ts.map +1 -0
- package/dist/definitions/integrations/api.schema.js +209 -0
- package/dist/definitions/integrations/api.schema.js.map +1 -0
- package/dist/definitions/integrations/index.d.ts +4 -3
- package/dist/definitions/integrations/index.d.ts.map +1 -1
- package/dist/definitions/integrations/index.js +17 -3
- package/dist/definitions/integrations/index.js.map +1 -1
- package/dist/definitions/integrations/marketplace-request.schema.d.ts +16 -40
- package/dist/definitions/integrations/marketplace-request.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace-request.schema.js +12 -36
- package/dist/definitions/integrations/marketplace-request.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace-response.schema.d.ts +28 -56
- package/dist/definitions/integrations/marketplace-response.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace-response.schema.js +19 -47
- package/dist/definitions/integrations/marketplace-response.schema.js.map +1 -1
- package/dist/definitions/integrations/marketplace.schema.d.ts +30 -58
- package/dist/definitions/integrations/marketplace.schema.d.ts.map +1 -1
- package/dist/definitions/integrations/marketplace.schema.js +25 -48
- package/dist/definitions/integrations/marketplace.schema.js.map +1 -1
- package/dist/definitions/orgs/domain.schema.d.ts +2 -2
- package/dist/definitions/orgs/request.schema.d.ts +2 -2
- package/dist/definitions/orgs/response.schema.d.ts +2 -2
- package/dist/definitions/policies/domain.schema.d.ts +8 -8
- package/dist/definitions/policies/request.schema.d.ts +8 -8
- package/dist/definitions/policies/response.schema.d.ts +18 -18
- package/dist/definitions/release-risk/domain.schema.d.ts +2 -2
- 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 +11 -11
- package/dist/definitions/releases/domain.schema.d.ts.map +1 -1
- package/dist/definitions/releases/domain.schema.js +4 -4
- package/dist/definitions/releases/domain.schema.js.map +1 -1
- package/dist/definitions/releases/request.schema.d.ts +2 -2
- package/dist/definitions/releases/response.schema.d.ts +8 -8
- package/dist/definitions/service-accounts/domain.schema.d.ts +9 -9
- package/dist/definitions/service-accounts/request.schema.d.ts +2 -2
- package/dist/definitions/service-accounts/response.schema.d.ts +7 -7
- package/dist/definitions/share-links/request.schema.d.ts +1 -1
- package/dist/definitions/teams/domain.schema.d.ts +1 -1
- package/dist/definitions/teams/request.schema.d.ts +2 -2
- package/dist/definitions/teams/response.schema.d.ts +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/definitions/integrations/domain.schema.d.ts +0 -122
- package/dist/definitions/integrations/domain.schema.d.ts.map +0 -1
- package/dist/definitions/integrations/domain.schema.js +0 -85
- package/dist/definitions/integrations/domain.schema.js.map +0 -1
- package/dist/definitions/integrations/request.schema.d.ts +0 -141
- package/dist/definitions/integrations/request.schema.d.ts.map +0 -1
- package/dist/definitions/integrations/request.schema.js +0 -136
- package/dist/definitions/integrations/request.schema.js.map +0 -1
- package/dist/definitions/integrations/response.schema.d.ts +0 -142
- package/dist/definitions/integrations/response.schema.d.ts.map +0 -1
- package/dist/definitions/integrations/response.schema.js +0 -55
- package/dist/definitions/integrations/response.schema.js.map +0 -1
|
@@ -13,76 +13,80 @@ 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
|
-
riskLevel: "riskLevel";
|
|
17
|
-
createdAt: "createdAt";
|
|
18
16
|
timestamp: "timestamp";
|
|
19
|
-
|
|
17
|
+
createdAt: "createdAt";
|
|
18
|
+
riskLevel: "riskLevel";
|
|
20
19
|
action: "action";
|
|
20
|
+
module: "module";
|
|
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
|
+
version: "version";
|
|
28
|
+
member: "member";
|
|
28
29
|
user: "user";
|
|
29
|
-
|
|
30
|
+
team: "team";
|
|
31
|
+
app: "app";
|
|
30
32
|
release: "release";
|
|
31
|
-
|
|
33
|
+
artifact: "artifact";
|
|
34
|
+
credential: "credential";
|
|
35
|
+
webhook: "webhook";
|
|
32
36
|
organization: "organization";
|
|
37
|
+
billing: "billing";
|
|
38
|
+
analytics: "analytics";
|
|
39
|
+
integration: "integration";
|
|
33
40
|
store: "store";
|
|
34
|
-
|
|
41
|
+
audit_log: "audit_log";
|
|
42
|
+
session: "session";
|
|
43
|
+
role: "role";
|
|
44
|
+
email: "email";
|
|
45
|
+
system: "system";
|
|
35
46
|
api_key: "api_key";
|
|
36
|
-
|
|
37
|
-
|
|
47
|
+
usage: "usage";
|
|
48
|
+
subscription: "subscription";
|
|
49
|
+
plan: "plan";
|
|
38
50
|
installation: "installation";
|
|
39
|
-
credential: "credential";
|
|
40
|
-
alert_event: "alert_event";
|
|
41
|
-
audit_log: "audit_log";
|
|
42
51
|
auth: "auth";
|
|
43
|
-
|
|
52
|
+
settings: "settings";
|
|
53
|
+
alert_event: "alert_event";
|
|
44
54
|
oauth: "oauth";
|
|
45
55
|
mfa: "mfa";
|
|
46
56
|
security: "security";
|
|
47
|
-
app: "app";
|
|
48
|
-
artifact: "artifact";
|
|
49
57
|
build: "build";
|
|
50
58
|
variant: "variant";
|
|
51
59
|
submission: "submission";
|
|
52
60
|
review: "review";
|
|
53
61
|
rollout: "rollout";
|
|
54
|
-
team: "team";
|
|
55
|
-
member: "member";
|
|
56
62
|
invitation: "invitation";
|
|
57
63
|
permission: "permission";
|
|
58
|
-
billing: "billing";
|
|
59
|
-
subscription: "subscription";
|
|
60
|
-
plan: "plan";
|
|
61
64
|
invoice: "invoice";
|
|
62
65
|
payment: "payment";
|
|
63
|
-
usage: "usage";
|
|
64
66
|
store_connection: "store_connection";
|
|
65
67
|
store_metadata: "store_metadata";
|
|
66
68
|
store_pricing: "store_pricing";
|
|
67
69
|
store_localization: "store_localization";
|
|
68
|
-
analytics: "analytics";
|
|
69
70
|
report: "report";
|
|
70
71
|
dashboard: "dashboard";
|
|
71
72
|
export: "export";
|
|
72
|
-
settings: "settings";
|
|
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";
|
|
82
76
|
create: "create";
|
|
83
77
|
read: "read";
|
|
84
78
|
update: "update";
|
|
85
79
|
delete: "delete";
|
|
80
|
+
login: "login";
|
|
81
|
+
upload: "upload";
|
|
82
|
+
search: "search";
|
|
83
|
+
approve: "approve";
|
|
84
|
+
reject: "reject";
|
|
85
|
+
join: "join";
|
|
86
|
+
skip: "skip";
|
|
87
|
+
rollback: "rollback";
|
|
88
|
+
sync: "sync";
|
|
89
|
+
export: "export";
|
|
86
90
|
list: "list";
|
|
87
91
|
get: "get";
|
|
88
92
|
batch_create: "batch_create";
|
|
@@ -119,13 +123,11 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
119
123
|
deliver: "deliver";
|
|
120
124
|
retry: "retry";
|
|
121
125
|
acknowledge: "acknowledge";
|
|
122
|
-
skip: "skip";
|
|
123
126
|
fail: "fail";
|
|
124
127
|
connect: "connect";
|
|
125
128
|
disconnect: "disconnect";
|
|
126
129
|
test_connection: "test_connection";
|
|
127
130
|
verify: "verify";
|
|
128
|
-
sync: "sync";
|
|
129
131
|
refresh: "refresh";
|
|
130
132
|
import: "import";
|
|
131
133
|
view: "view";
|
|
@@ -133,7 +135,6 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
133
135
|
preview: "preview";
|
|
134
136
|
clone: "clone";
|
|
135
137
|
duplicate: "duplicate";
|
|
136
|
-
login: "login";
|
|
137
138
|
logout: "logout";
|
|
138
139
|
register: "register";
|
|
139
140
|
password_reset: "password_reset";
|
|
@@ -171,7 +172,6 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
171
172
|
permission_revoke: "permission_revoke";
|
|
172
173
|
submit: "submit";
|
|
173
174
|
cancel: "cancel";
|
|
174
|
-
rollback: "rollback";
|
|
175
175
|
promote: "promote";
|
|
176
176
|
publish: "publish";
|
|
177
177
|
unpublish: "unpublish";
|
|
@@ -215,43 +215,47 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
215
215
|
}>>;
|
|
216
216
|
actionCategory: z.ZodOptional<z.ZodEnum<{
|
|
217
217
|
admin: "admin";
|
|
218
|
-
|
|
218
|
+
billing: "billing";
|
|
219
219
|
integration: "integration";
|
|
220
|
+
system: "system";
|
|
220
221
|
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
|
+
version: "version";
|
|
228
|
+
member: "member";
|
|
228
229
|
user: "user";
|
|
229
|
-
|
|
230
|
+
team: "team";
|
|
231
|
+
app: "app";
|
|
230
232
|
release: "release";
|
|
233
|
+
artifact: "artifact";
|
|
234
|
+
credential: "credential";
|
|
235
|
+
webhook: "webhook";
|
|
231
236
|
organization: "organization";
|
|
237
|
+
integration: "integration";
|
|
232
238
|
store: "store";
|
|
233
|
-
|
|
239
|
+
audit_log: "audit_log";
|
|
240
|
+
session: "session";
|
|
241
|
+
role: "role";
|
|
242
|
+
password: "password";
|
|
243
|
+
refresh_token: "refresh_token";
|
|
244
|
+
access_token: "access_token";
|
|
234
245
|
api_key: "api_key";
|
|
235
|
-
|
|
236
|
-
|
|
246
|
+
subscription: "subscription";
|
|
247
|
+
plan: "plan";
|
|
248
|
+
metrics: "metrics";
|
|
237
249
|
installation: "installation";
|
|
238
|
-
|
|
250
|
+
settings: "settings";
|
|
239
251
|
alert_event: "alert_event";
|
|
240
|
-
audit_log: "audit_log";
|
|
241
|
-
session: "session";
|
|
242
|
-
app: "app";
|
|
243
|
-
artifact: "artifact";
|
|
244
252
|
build: "build";
|
|
245
253
|
variant: "variant";
|
|
246
254
|
submission: "submission";
|
|
247
255
|
review: "review";
|
|
248
256
|
rollout: "rollout";
|
|
249
|
-
team: "team";
|
|
250
|
-
member: "member";
|
|
251
257
|
invitation: "invitation";
|
|
252
258
|
permission: "permission";
|
|
253
|
-
subscription: "subscription";
|
|
254
|
-
plan: "plan";
|
|
255
259
|
invoice: "invoice";
|
|
256
260
|
payment: "payment";
|
|
257
261
|
store_connection: "store_connection";
|
|
@@ -260,13 +264,10 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
260
264
|
store_localization: "store_localization";
|
|
261
265
|
report: "report";
|
|
262
266
|
dashboard: "dashboard";
|
|
263
|
-
settings: "settings";
|
|
264
267
|
webhook_delivery: "webhook_delivery";
|
|
265
268
|
webhook_endpoint: "webhook_endpoint";
|
|
266
269
|
oauth_connection: "oauth_connection";
|
|
267
270
|
mfa_device: "mfa_device";
|
|
268
|
-
access_token: "access_token";
|
|
269
|
-
refresh_token: "refresh_token";
|
|
270
271
|
email_verification: "email_verification";
|
|
271
272
|
icon: "icon";
|
|
272
273
|
screenshot: "screenshot";
|
|
@@ -281,7 +282,6 @@ export declare const AuditLogFilterQuerySchema: z.ZodObject<{
|
|
|
281
282
|
discount: "discount";
|
|
282
283
|
store_screenshot: "store_screenshot";
|
|
283
284
|
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";
|
|
294
296
|
system: "system";
|
|
295
297
|
api_key: "api_key";
|
|
296
|
-
webhook: "webhook";
|
|
297
298
|
scheduled_job: "scheduled_job";
|
|
298
|
-
integration: "integration";
|
|
299
299
|
}>>;
|
|
300
300
|
status: z.ZodOptional<z.ZodEnum<{
|
|
301
301
|
success: "success";
|
|
@@ -332,65 +332,69 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
332
332
|
pdf: "pdf";
|
|
333
333
|
}>;
|
|
334
334
|
module: z.ZodOptional<z.ZodEnum<{
|
|
335
|
-
|
|
335
|
+
version: "version";
|
|
336
|
+
member: "member";
|
|
336
337
|
user: "user";
|
|
337
|
-
|
|
338
|
+
team: "team";
|
|
339
|
+
app: "app";
|
|
338
340
|
release: "release";
|
|
339
|
-
|
|
341
|
+
artifact: "artifact";
|
|
342
|
+
credential: "credential";
|
|
343
|
+
webhook: "webhook";
|
|
340
344
|
organization: "organization";
|
|
345
|
+
billing: "billing";
|
|
346
|
+
analytics: "analytics";
|
|
347
|
+
integration: "integration";
|
|
341
348
|
store: "store";
|
|
342
|
-
|
|
349
|
+
audit_log: "audit_log";
|
|
350
|
+
session: "session";
|
|
351
|
+
role: "role";
|
|
352
|
+
email: "email";
|
|
353
|
+
system: "system";
|
|
343
354
|
api_key: "api_key";
|
|
344
|
-
|
|
345
|
-
|
|
355
|
+
usage: "usage";
|
|
356
|
+
subscription: "subscription";
|
|
357
|
+
plan: "plan";
|
|
346
358
|
installation: "installation";
|
|
347
|
-
credential: "credential";
|
|
348
|
-
alert_event: "alert_event";
|
|
349
|
-
audit_log: "audit_log";
|
|
350
359
|
auth: "auth";
|
|
351
|
-
|
|
360
|
+
settings: "settings";
|
|
361
|
+
alert_event: "alert_event";
|
|
352
362
|
oauth: "oauth";
|
|
353
363
|
mfa: "mfa";
|
|
354
364
|
security: "security";
|
|
355
|
-
app: "app";
|
|
356
|
-
artifact: "artifact";
|
|
357
365
|
build: "build";
|
|
358
366
|
variant: "variant";
|
|
359
367
|
submission: "submission";
|
|
360
368
|
review: "review";
|
|
361
369
|
rollout: "rollout";
|
|
362
|
-
team: "team";
|
|
363
|
-
member: "member";
|
|
364
370
|
invitation: "invitation";
|
|
365
371
|
permission: "permission";
|
|
366
|
-
billing: "billing";
|
|
367
|
-
subscription: "subscription";
|
|
368
|
-
plan: "plan";
|
|
369
372
|
invoice: "invoice";
|
|
370
373
|
payment: "payment";
|
|
371
|
-
usage: "usage";
|
|
372
374
|
store_connection: "store_connection";
|
|
373
375
|
store_metadata: "store_metadata";
|
|
374
376
|
store_pricing: "store_pricing";
|
|
375
377
|
store_localization: "store_localization";
|
|
376
|
-
analytics: "analytics";
|
|
377
378
|
report: "report";
|
|
378
379
|
dashboard: "dashboard";
|
|
379
380
|
export: "export";
|
|
380
|
-
settings: "settings";
|
|
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";
|
|
390
384
|
create: "create";
|
|
391
385
|
read: "read";
|
|
392
386
|
update: "update";
|
|
393
387
|
delete: "delete";
|
|
388
|
+
login: "login";
|
|
389
|
+
upload: "upload";
|
|
390
|
+
search: "search";
|
|
391
|
+
approve: "approve";
|
|
392
|
+
reject: "reject";
|
|
393
|
+
join: "join";
|
|
394
|
+
skip: "skip";
|
|
395
|
+
rollback: "rollback";
|
|
396
|
+
sync: "sync";
|
|
397
|
+
export: "export";
|
|
394
398
|
list: "list";
|
|
395
399
|
get: "get";
|
|
396
400
|
batch_create: "batch_create";
|
|
@@ -427,13 +431,11 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
427
431
|
deliver: "deliver";
|
|
428
432
|
retry: "retry";
|
|
429
433
|
acknowledge: "acknowledge";
|
|
430
|
-
skip: "skip";
|
|
431
434
|
fail: "fail";
|
|
432
435
|
connect: "connect";
|
|
433
436
|
disconnect: "disconnect";
|
|
434
437
|
test_connection: "test_connection";
|
|
435
438
|
verify: "verify";
|
|
436
|
-
sync: "sync";
|
|
437
439
|
refresh: "refresh";
|
|
438
440
|
import: "import";
|
|
439
441
|
view: "view";
|
|
@@ -441,7 +443,6 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
441
443
|
preview: "preview";
|
|
442
444
|
clone: "clone";
|
|
443
445
|
duplicate: "duplicate";
|
|
444
|
-
login: "login";
|
|
445
446
|
logout: "logout";
|
|
446
447
|
register: "register";
|
|
447
448
|
password_reset: "password_reset";
|
|
@@ -479,7 +480,6 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
479
480
|
permission_revoke: "permission_revoke";
|
|
480
481
|
submit: "submit";
|
|
481
482
|
cancel: "cancel";
|
|
482
|
-
rollback: "rollback";
|
|
483
483
|
promote: "promote";
|
|
484
484
|
publish: "publish";
|
|
485
485
|
unpublish: "unpublish";
|
|
@@ -523,43 +523,47 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
523
523
|
}>>;
|
|
524
524
|
actionCategory: z.ZodOptional<z.ZodEnum<{
|
|
525
525
|
admin: "admin";
|
|
526
|
-
|
|
526
|
+
billing: "billing";
|
|
527
527
|
integration: "integration";
|
|
528
|
+
system: "system";
|
|
528
529
|
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
|
+
version: "version";
|
|
536
|
+
member: "member";
|
|
536
537
|
user: "user";
|
|
537
|
-
|
|
538
|
+
team: "team";
|
|
539
|
+
app: "app";
|
|
538
540
|
release: "release";
|
|
541
|
+
artifact: "artifact";
|
|
542
|
+
credential: "credential";
|
|
543
|
+
webhook: "webhook";
|
|
539
544
|
organization: "organization";
|
|
545
|
+
integration: "integration";
|
|
540
546
|
store: "store";
|
|
541
|
-
|
|
547
|
+
audit_log: "audit_log";
|
|
548
|
+
session: "session";
|
|
549
|
+
role: "role";
|
|
550
|
+
password: "password";
|
|
551
|
+
refresh_token: "refresh_token";
|
|
552
|
+
access_token: "access_token";
|
|
542
553
|
api_key: "api_key";
|
|
543
|
-
|
|
544
|
-
|
|
554
|
+
subscription: "subscription";
|
|
555
|
+
plan: "plan";
|
|
556
|
+
metrics: "metrics";
|
|
545
557
|
installation: "installation";
|
|
546
|
-
|
|
558
|
+
settings: "settings";
|
|
547
559
|
alert_event: "alert_event";
|
|
548
|
-
audit_log: "audit_log";
|
|
549
|
-
session: "session";
|
|
550
|
-
app: "app";
|
|
551
|
-
artifact: "artifact";
|
|
552
560
|
build: "build";
|
|
553
561
|
variant: "variant";
|
|
554
562
|
submission: "submission";
|
|
555
563
|
review: "review";
|
|
556
564
|
rollout: "rollout";
|
|
557
|
-
team: "team";
|
|
558
|
-
member: "member";
|
|
559
565
|
invitation: "invitation";
|
|
560
566
|
permission: "permission";
|
|
561
|
-
subscription: "subscription";
|
|
562
|
-
plan: "plan";
|
|
563
567
|
invoice: "invoice";
|
|
564
568
|
payment: "payment";
|
|
565
569
|
store_connection: "store_connection";
|
|
@@ -568,13 +572,10 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
568
572
|
store_localization: "store_localization";
|
|
569
573
|
report: "report";
|
|
570
574
|
dashboard: "dashboard";
|
|
571
|
-
settings: "settings";
|
|
572
575
|
webhook_delivery: "webhook_delivery";
|
|
573
576
|
webhook_endpoint: "webhook_endpoint";
|
|
574
577
|
oauth_connection: "oauth_connection";
|
|
575
578
|
mfa_device: "mfa_device";
|
|
576
|
-
access_token: "access_token";
|
|
577
|
-
refresh_token: "refresh_token";
|
|
578
579
|
email_verification: "email_verification";
|
|
579
580
|
icon: "icon";
|
|
580
581
|
screenshot: "screenshot";
|
|
@@ -589,7 +590,6 @@ export declare const AuditLogExportSchema: z.ZodObject<{
|
|
|
589
590
|
discount: "discount";
|
|
590
591
|
store_screenshot: "store_screenshot";
|
|
591
592
|
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";
|
|
602
604
|
system: "system";
|
|
603
605
|
api_key: "api_key";
|
|
604
|
-
webhook: "webhook";
|
|
605
606
|
scheduled_job: "scheduled_job";
|
|
606
|
-
integration: "integration";
|
|
607
607
|
}>>;
|
|
608
608
|
status: z.ZodOptional<z.ZodEnum<{
|
|
609
609
|
success: "success";
|
|
@@ -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";
|
|
35
37
|
system: "system";
|
|
36
38
|
api_key: "api_key";
|
|
37
|
-
webhook: "webhook";
|
|
38
39
|
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";
|
|
169
171
|
system: "system";
|
|
170
172
|
api_key: "api_key";
|
|
171
|
-
webhook: "webhook";
|
|
172
173
|
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";
|
|
295
297
|
system: "system";
|
|
296
298
|
api_key: "api_key";
|
|
297
|
-
webhook: "webhook";
|
|
298
299
|
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";
|
|
407
409
|
system: "system";
|
|
408
410
|
api_key: "api_key";
|
|
409
|
-
webhook: "webhook";
|
|
410
411
|
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";
|
|
516
518
|
system: "system";
|
|
517
519
|
api_key: "api_key";
|
|
518
|
-
webhook: "webhook";
|
|
519
520
|
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";
|
|
620
622
|
system: "system";
|
|
621
623
|
api_key: "api_key";
|
|
622
|
-
webhook: "webhook";
|
|
623
624
|
scheduled_job: "scheduled_job";
|
|
624
|
-
integration: "integration";
|
|
625
625
|
}>;
|
|
626
626
|
email: z.ZodOptional<z.ZodString>;
|
|
627
627
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -21,22 +21,22 @@ export declare const PermissionActionSchema: z.ZodEnum<{
|
|
|
21
21
|
* Defines the available resource types for permissions.
|
|
22
22
|
*/
|
|
23
23
|
export declare const PermissionResourceSchema: z.ZodEnum<{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
store: "store";
|
|
27
|
-
webhook: "webhook";
|
|
28
|
-
integration: "integration";
|
|
29
|
-
credential: "credential";
|
|
30
|
-
audit_log: "audit_log";
|
|
31
|
-
session: "session";
|
|
24
|
+
member: "member";
|
|
25
|
+
team: "team";
|
|
32
26
|
app: "app";
|
|
27
|
+
release: "release";
|
|
33
28
|
artifact: "artifact";
|
|
34
|
-
|
|
35
|
-
|
|
29
|
+
credential: "credential";
|
|
30
|
+
webhook: "webhook";
|
|
31
|
+
organization: "organization";
|
|
36
32
|
billing: "billing";
|
|
37
33
|
analytics: "analytics";
|
|
38
34
|
product: "product";
|
|
39
35
|
share_link: "share_link";
|
|
36
|
+
integration: "integration";
|
|
37
|
+
store: "store";
|
|
38
|
+
audit_log: "audit_log";
|
|
39
|
+
session: "session";
|
|
40
40
|
service_account: "service_account";
|
|
41
41
|
}>;
|
|
42
42
|
/**
|
|
@@ -91,9 +91,9 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
91
91
|
id: z.ZodString;
|
|
92
92
|
orgName: z.ZodString;
|
|
93
93
|
role: z.ZodEnum<{
|
|
94
|
+
member: "member";
|
|
94
95
|
admin: "admin";
|
|
95
96
|
owner: "owner";
|
|
96
|
-
member: "member";
|
|
97
97
|
}>;
|
|
98
98
|
isDefault: z.ZodBoolean;
|
|
99
99
|
joinedAt: z.ZodUnion<readonly [z.ZodDate, z.ZodString]>;
|