@convisoappsec/mcp 0.3.0 → 0.5.0

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.
@@ -0,0 +1,3174 @@
1
+ {
2
+ "generatedAt": "2026-06-30T15:10:17.055Z",
3
+ "schemaSource": "sdl.gql",
4
+ "mutationCount": 37,
5
+ "mutations": [
6
+ {
7
+ "name": "addApplicationAssets",
8
+ "description": "Link additional assets to an Application",
9
+ "args": [
10
+ {
11
+ "name": "input",
12
+ "type": "AddApplicationAssetsInput!"
13
+ }
14
+ ],
15
+ "inputType": "AddApplicationAssetsInput",
16
+ "payloadType": "AddApplicationAssetsPayload",
17
+ "payloadSelection": "application { __typename id } clientMutationId errors",
18
+ "destructive": false,
19
+ "category": "application"
20
+ },
21
+ {
22
+ "name": "bulkChangeIssueStatus",
23
+ "description": "Update status for multiple issues",
24
+ "args": [
25
+ {
26
+ "name": "input",
27
+ "type": "BulkChangeIssueStatusInput!"
28
+ }
29
+ ],
30
+ "inputType": "BulkChangeIssueStatusInput",
31
+ "payloadType": "BulkChangeIssueStatusPayload",
32
+ "payloadSelection": "clientMutationId jobId",
33
+ "destructive": false,
34
+ "category": "issue"
35
+ },
36
+ {
37
+ "name": "bulkDeleteIssues",
38
+ "description": "Delete issues",
39
+ "args": [
40
+ {
41
+ "name": "input",
42
+ "type": "BulkDeleteIssuesInput!"
43
+ }
44
+ ],
45
+ "inputType": "BulkDeleteIssuesInput",
46
+ "payloadType": "BulkDeleteIssuesPayload",
47
+ "payloadSelection": "clientMutationId jobId",
48
+ "destructive": true,
49
+ "category": "issue"
50
+ },
51
+ {
52
+ "name": "bulkDeleteProjects",
53
+ "description": "Bulk delete projects",
54
+ "args": [
55
+ {
56
+ "name": "input",
57
+ "type": "BulkDeleteProjectInput!"
58
+ }
59
+ ],
60
+ "inputType": "BulkDeleteProjectInput",
61
+ "payloadType": "BulkDeleteProjectPayload",
62
+ "payloadSelection": "clientMutationId projects { __typename }",
63
+ "destructive": true,
64
+ "category": "project"
65
+ },
66
+ {
67
+ "name": "bulkUpdateProjectStatus",
68
+ "description": "Bulk update project status",
69
+ "args": [
70
+ {
71
+ "name": "input",
72
+ "type": "BulkUpdateProjectStatusInput!"
73
+ }
74
+ ],
75
+ "inputType": "BulkUpdateProjectStatusInput",
76
+ "payloadType": "BulkUpdateProjectStatusPayload",
77
+ "payloadSelection": "clientMutationId projects { __typename }",
78
+ "destructive": false,
79
+ "category": "project"
80
+ },
81
+ {
82
+ "name": "cancelPentestExecution",
83
+ "description": "Cancel a running AI Pentest execution",
84
+ "args": [
85
+ {
86
+ "name": "input",
87
+ "type": "CancelPentestExecutionInput!"
88
+ }
89
+ ],
90
+ "inputType": "CancelPentestExecutionInput",
91
+ "payloadType": "CancelPentestExecutionPayload",
92
+ "payloadSelection": "clientMutationId pentestExecution { __typename id }",
93
+ "destructive": true,
94
+ "category": "pentest"
95
+ },
96
+ {
97
+ "name": "changeIssueStatus",
98
+ "description": "Update the status of an issue",
99
+ "args": [
100
+ {
101
+ "name": "input",
102
+ "type": "ChangeIssueStatusInput!"
103
+ }
104
+ ],
105
+ "inputType": "ChangeIssueStatusInput",
106
+ "payloadType": "ChangeIssueStatusPayload",
107
+ "payloadSelection": "clientMutationId issue { __typename id }",
108
+ "destructive": false,
109
+ "category": "issue"
110
+ },
111
+ {
112
+ "name": "createApplication",
113
+ "description": "Create an Application grouping assets for combined risk view",
114
+ "args": [
115
+ {
116
+ "name": "input",
117
+ "type": "CreateApplicationInput!"
118
+ }
119
+ ],
120
+ "inputType": "CreateApplicationInput",
121
+ "payloadType": "CreateApplicationPayload",
122
+ "payloadSelection": "application { __typename id } clientMutationId errors",
123
+ "destructive": false,
124
+ "category": "application"
125
+ },
126
+ {
127
+ "name": "createAsset",
128
+ "description": "Create an Asset",
129
+ "args": [
130
+ {
131
+ "name": "input",
132
+ "type": "CreateAssetInput!"
133
+ }
134
+ ],
135
+ "inputType": "CreateAssetInput",
136
+ "payloadType": "CreateAssetPayload",
137
+ "payloadSelection": "asset { __typename id } clientMutationId errors",
138
+ "destructive": false,
139
+ "category": "asset"
140
+ },
141
+ {
142
+ "name": "createNetworkVulnerability",
143
+ "description": "Create a Network Vulnerability",
144
+ "args": [
145
+ {
146
+ "name": "input",
147
+ "type": "CreateNetworkVulnerabilityInput!"
148
+ }
149
+ ],
150
+ "inputType": "CreateNetworkVulnerabilityInput",
151
+ "payloadType": "CreateNetworkVulnerabilityPayload",
152
+ "payloadSelection": "clientMutationId issue { __typename id }",
153
+ "destructive": false,
154
+ "category": "issue"
155
+ },
156
+ {
157
+ "name": "createOrUpdateRequirement",
158
+ "description": "Create or Update a Requirement",
159
+ "args": [
160
+ {
161
+ "name": "input",
162
+ "type": "RequirementInput!"
163
+ }
164
+ ],
165
+ "inputType": "RequirementInput",
166
+ "payloadType": "CreateOrUpdateRequirementPayload",
167
+ "payloadSelection": "clientMutationId requirement { __typename id }",
168
+ "destructive": false,
169
+ "category": "requirement"
170
+ },
171
+ {
172
+ "name": "createPentestArtifact",
173
+ "description": "Create an AI Pentest artifact",
174
+ "args": [
175
+ {
176
+ "name": "input",
177
+ "type": "CreatePentestArtifactInput!"
178
+ }
179
+ ],
180
+ "inputType": "CreatePentestArtifactInput",
181
+ "payloadType": "CreatePentestArtifactPayload",
182
+ "payloadSelection": "clientMutationId pentestArtifact { __typename id }",
183
+ "destructive": false,
184
+ "category": "pentest"
185
+ },
186
+ {
187
+ "name": "createPentestExecution",
188
+ "description": "Trigger a new AI Pentest execution for an artifact",
189
+ "args": [
190
+ {
191
+ "name": "input",
192
+ "type": "CreatePentestExecutionInput!"
193
+ }
194
+ ],
195
+ "inputType": "CreatePentestExecutionInput",
196
+ "payloadType": "CreatePentestExecutionPayload",
197
+ "payloadSelection": "clientMutationId pentestExecution { __typename id }",
198
+ "destructive": false,
199
+ "category": "pentest"
200
+ },
201
+ {
202
+ "name": "createPentestRetest",
203
+ "description": "Trigger an in-place retest of a finished AI Pentest project",
204
+ "args": [
205
+ {
206
+ "name": "input",
207
+ "type": "CreatePentestRetestInput!"
208
+ }
209
+ ],
210
+ "inputType": "CreatePentestRetestInput",
211
+ "payloadType": "CreatePentestRetestPayload",
212
+ "payloadSelection": "clientMutationId pentestExecution { __typename id }",
213
+ "destructive": false,
214
+ "category": "pentest"
215
+ },
216
+ {
217
+ "name": "createProject",
218
+ "description": "Create Project",
219
+ "args": [
220
+ {
221
+ "name": "input",
222
+ "type": "CreateProjectInput!"
223
+ }
224
+ ],
225
+ "inputType": "CreateProjectInput",
226
+ "payloadType": "CreateProjectPayload",
227
+ "payloadSelection": "clientMutationId errors project { __typename id }",
228
+ "destructive": false,
229
+ "category": "project"
230
+ },
231
+ {
232
+ "name": "createProjectRequirement",
233
+ "description": "Create a requirement in a project (with optional nested activities)",
234
+ "args": [
235
+ {
236
+ "name": "input",
237
+ "type": "CreateProjectRequirementInput!"
238
+ }
239
+ ],
240
+ "inputType": "CreateProjectRequirementInput",
241
+ "payloadType": "CreateProjectRequirementPayload",
242
+ "payloadSelection": "clientMutationId errors projectRequirement { __typename id }",
243
+ "destructive": false,
244
+ "category": "requirement"
245
+ },
246
+ {
247
+ "name": "createSourceCodeVulnerability",
248
+ "description": "Create a Source Code Vulnerability",
249
+ "args": [
250
+ {
251
+ "name": "input",
252
+ "type": "CreateSourceCodeVulnerabilityInput!"
253
+ }
254
+ ],
255
+ "inputType": "CreateSourceCodeVulnerabilityInput",
256
+ "payloadType": "CreateSourceCodeVulnerabilityPayload",
257
+ "payloadSelection": "clientMutationId issue { __typename id }",
258
+ "destructive": false,
259
+ "category": "issue"
260
+ },
261
+ {
262
+ "name": "createThreatModelArtifact",
263
+ "description": "Create a threat model artifact",
264
+ "args": [
265
+ {
266
+ "name": "input",
267
+ "type": "CreateThreatModelArtifactInput!"
268
+ }
269
+ ],
270
+ "inputType": "CreateThreatModelArtifactInput",
271
+ "payloadType": "CreateThreatModelArtifactPayload",
272
+ "payloadSelection": "clientMutationId threatModelArtifact { __typename id }",
273
+ "destructive": false,
274
+ "category": "threat_model"
275
+ },
276
+ {
277
+ "name": "createThreatModelArtifactVersion",
278
+ "description": "Create a threat model artifact version",
279
+ "args": [
280
+ {
281
+ "name": "input",
282
+ "type": "CreateThreatModelArtifactVersionInput!"
283
+ }
284
+ ],
285
+ "inputType": "CreateThreatModelArtifactVersionInput",
286
+ "payloadType": "CreateThreatModelArtifactVersionPayload",
287
+ "payloadSelection": "clientMutationId version { __typename id }",
288
+ "destructive": false,
289
+ "category": "threat_model"
290
+ },
291
+ {
292
+ "name": "createThreatModelingRequirements",
293
+ "description": "Create Threat Modeling's Requirements",
294
+ "args": [
295
+ {
296
+ "name": "input",
297
+ "type": "CreateThreatModelingRequirementsInput!"
298
+ }
299
+ ],
300
+ "inputType": "CreateThreatModelingRequirementsInput",
301
+ "payloadType": "CreateThreatModelingRequirementsPayload",
302
+ "payloadSelection": "clientMutationId requirements { __typename id }",
303
+ "destructive": false,
304
+ "category": "threat_model"
305
+ },
306
+ {
307
+ "name": "createTicket",
308
+ "description": "Create a ticket",
309
+ "args": [
310
+ {
311
+ "name": "input",
312
+ "type": "CreateTicketInput!"
313
+ }
314
+ ],
315
+ "inputType": "CreateTicketInput",
316
+ "payloadType": "CreateTicketPayload",
317
+ "payloadSelection": "clientMutationId errors { __typename } ticket { __typename id }",
318
+ "destructive": false,
319
+ "category": "ticket"
320
+ },
321
+ {
322
+ "name": "createWebVulnerability",
323
+ "description": "Create a Web Vulnerability",
324
+ "args": [
325
+ {
326
+ "name": "input",
327
+ "type": "CreateWebVulnerabilityInput!"
328
+ }
329
+ ],
330
+ "inputType": "CreateWebVulnerabilityInput",
331
+ "payloadType": "CreateWebVulnerabilityPayload",
332
+ "payloadSelection": "clientMutationId issue { __typename id }",
333
+ "destructive": false,
334
+ "category": "issue"
335
+ },
336
+ {
337
+ "name": "markIssueAsAnalyzed",
338
+ "description": "Mark an issue as analyzed by the AI agent",
339
+ "args": [
340
+ {
341
+ "name": "input",
342
+ "type": "MarkIssueAsAnalyzedInput!"
343
+ }
344
+ ],
345
+ "inputType": "MarkIssueAsAnalyzedInput",
346
+ "payloadType": "MarkIssueAsAnalyzedPayload",
347
+ "payloadSelection": "aiAgentAnalysis { __typename id } clientMutationId",
348
+ "destructive": false,
349
+ "category": "issue"
350
+ },
351
+ {
352
+ "name": "removeApplicationAssets",
353
+ "description": "Remove specific assets from an Application",
354
+ "args": [
355
+ {
356
+ "name": "input",
357
+ "type": "RemoveApplicationAssetsInput!"
358
+ }
359
+ ],
360
+ "inputType": "RemoveApplicationAssetsInput",
361
+ "payloadType": "RemoveApplicationAssetsPayload",
362
+ "payloadSelection": "application { __typename id } clientMutationId errors",
363
+ "destructive": true,
364
+ "category": "application"
365
+ },
366
+ {
367
+ "name": "startConvisoDast",
368
+ "description": "Start a DAST scan now on Conviso DAST.",
369
+ "args": [
370
+ {
371
+ "name": "input",
372
+ "type": "StartConvisoDastInput!"
373
+ }
374
+ ],
375
+ "inputType": "StartConvisoDastInput",
376
+ "payloadType": "StartConvisoDastPayload",
377
+ "payloadSelection": "clientMutationId controlSyncStatus { __typename id } scannerConfiguration { __typename id }",
378
+ "destructive": false,
379
+ "category": "asset"
380
+ },
381
+ {
382
+ "name": "submitPentestRetestResult",
383
+ "description": "Agent reports a per-vulnerability retest verdict",
384
+ "args": [
385
+ {
386
+ "name": "input",
387
+ "type": "SubmitPentestRetestResultInput!"
388
+ }
389
+ ],
390
+ "inputType": "SubmitPentestRetestResultInput",
391
+ "payloadType": "SubmitPentestRetestResultPayload",
392
+ "payloadSelection": "clientMutationId ok",
393
+ "destructive": false,
394
+ "category": "pentest"
395
+ },
396
+ {
397
+ "name": "updateApplication",
398
+ "description": "Update name/description/status/assets of an Application",
399
+ "args": [
400
+ {
401
+ "name": "input",
402
+ "type": "UpdateApplicationInput!"
403
+ }
404
+ ],
405
+ "inputType": "UpdateApplicationInput",
406
+ "payloadType": "UpdateApplicationPayload",
407
+ "payloadSelection": "application { __typename id } clientMutationId errors",
408
+ "destructive": false,
409
+ "category": "application"
410
+ },
411
+ {
412
+ "name": "updateAsset",
413
+ "description": "Update an asset",
414
+ "args": [
415
+ {
416
+ "name": "input",
417
+ "type": "UpdateAssetInput!"
418
+ }
419
+ ],
420
+ "inputType": "UpdateAssetInput",
421
+ "payloadType": "UpdateAssetPayload",
422
+ "payloadSelection": "asset { __typename id } clientMutationId",
423
+ "destructive": false,
424
+ "category": "asset"
425
+ },
426
+ {
427
+ "name": "updateIssueAssignee",
428
+ "description": "Change Issue Assignee",
429
+ "args": [
430
+ {
431
+ "name": "input",
432
+ "type": "UpdateIssueAssigneesInput!"
433
+ }
434
+ ],
435
+ "inputType": "UpdateIssueAssigneesInput",
436
+ "payloadType": "UpdateIssueAssigneesPayload",
437
+ "payloadSelection": "assignees { __typename id } clientMutationId",
438
+ "destructive": false,
439
+ "category": "issue"
440
+ },
441
+ {
442
+ "name": "updateNetworkVulnerability",
443
+ "description": "Update a Network Vulnerability",
444
+ "args": [
445
+ {
446
+ "name": "input",
447
+ "type": "UpdateNetworkVulnerabilityInput!"
448
+ }
449
+ ],
450
+ "inputType": "UpdateNetworkVulnerabilityInput",
451
+ "payloadType": "UpdateNetworkVulnerabilityPayload",
452
+ "payloadSelection": "clientMutationId issue { __typename id }",
453
+ "destructive": false,
454
+ "category": "issue"
455
+ },
456
+ {
457
+ "name": "updatePentestArtifact",
458
+ "description": "Update an AI Pentest artifact",
459
+ "args": [
460
+ {
461
+ "name": "input",
462
+ "type": "UpdatePentestArtifactInput!"
463
+ }
464
+ ],
465
+ "inputType": "UpdatePentestArtifactInput",
466
+ "payloadType": "UpdatePentestArtifactPayload",
467
+ "payloadSelection": "clientMutationId pentestArtifact { __typename id }",
468
+ "destructive": false,
469
+ "category": "pentest"
470
+ },
471
+ {
472
+ "name": "updateProject",
473
+ "description": "Update Project",
474
+ "args": [
475
+ {
476
+ "name": "input",
477
+ "type": "UpdateProjectInput!"
478
+ }
479
+ ],
480
+ "inputType": "UpdateProjectInput",
481
+ "payloadType": "UpdateProjectPayload",
482
+ "payloadSelection": "clientMutationId errors msg project { __typename id }",
483
+ "destructive": false,
484
+ "category": "project"
485
+ },
486
+ {
487
+ "name": "updateProjectRequirement",
488
+ "description": "Update a project requirement (with optional nested activities management)",
489
+ "args": [
490
+ {
491
+ "name": "input",
492
+ "type": "UpdateProjectRequirementInput!"
493
+ }
494
+ ],
495
+ "inputType": "UpdateProjectRequirementInput",
496
+ "payloadType": "UpdateProjectRequirementPayload",
497
+ "payloadSelection": "clientMutationId errors projectRequirement { __typename id }",
498
+ "destructive": false,
499
+ "category": "requirement"
500
+ },
501
+ {
502
+ "name": "updateProjectStatus",
503
+ "description": "Update the status of a project",
504
+ "args": [
505
+ {
506
+ "name": "input",
507
+ "type": "UpdateProjectStatusInput!"
508
+ }
509
+ ],
510
+ "inputType": "UpdateProjectStatusInput",
511
+ "payloadType": "UpdateProjectStatusPayload",
512
+ "payloadSelection": "clientMutationId errors project { __typename id }",
513
+ "destructive": false,
514
+ "category": "project"
515
+ },
516
+ {
517
+ "name": "updateSourceCodeVulnerability",
518
+ "description": "Update a Source Code Vulnerability",
519
+ "args": [
520
+ {
521
+ "name": "input",
522
+ "type": "UpdateSourceCodeVulnerabilityInput!"
523
+ }
524
+ ],
525
+ "inputType": "UpdateSourceCodeVulnerabilityInput",
526
+ "payloadType": "UpdateSourceCodeVulnerabilityPayload",
527
+ "payloadSelection": "clientMutationId issue { __typename id }",
528
+ "destructive": false,
529
+ "category": "issue"
530
+ },
531
+ {
532
+ "name": "updateThreatModelArtifact",
533
+ "description": "Update a threat model artifact",
534
+ "args": [
535
+ {
536
+ "name": "input",
537
+ "type": "UpdateThreatModelArtifactInput!"
538
+ }
539
+ ],
540
+ "inputType": "UpdateThreatModelArtifactInput",
541
+ "payloadType": "UpdateThreatModelArtifactPayload",
542
+ "payloadSelection": "clientMutationId threatModelArtifact { __typename id }",
543
+ "destructive": false,
544
+ "category": "threat_model"
545
+ },
546
+ {
547
+ "name": "updateWebVulnerability",
548
+ "description": "Update a Web Vulnerability",
549
+ "args": [
550
+ {
551
+ "name": "input",
552
+ "type": "UpdateWebVulnerabilityInput!"
553
+ }
554
+ ],
555
+ "inputType": "UpdateWebVulnerabilityInput",
556
+ "payloadType": "UpdateWebVulnerabilityPayload",
557
+ "payloadSelection": "clientMutationId issue { __typename id }",
558
+ "destructive": false,
559
+ "category": "issue"
560
+ }
561
+ ],
562
+ "inputs": {
563
+ "AddApplicationAssetsInput": [
564
+ {
565
+ "name": "clientMutationId",
566
+ "type": "String",
567
+ "required": false,
568
+ "description": "A unique identifier for the client performing the mutation."
569
+ },
570
+ {
571
+ "name": "id",
572
+ "type": "Int!",
573
+ "required": true
574
+ },
575
+ {
576
+ "name": "companyId",
577
+ "type": "Int!",
578
+ "required": true
579
+ },
580
+ {
581
+ "name": "assetIds",
582
+ "type": "[Int!]!",
583
+ "required": true
584
+ }
585
+ ],
586
+ "BulkChangeIssueStatusInput": [
587
+ {
588
+ "name": "clientMutationId",
589
+ "type": "String",
590
+ "required": false,
591
+ "description": "A unique identifier for the client performing the mutation."
592
+ },
593
+ {
594
+ "name": "ids",
595
+ "type": "[ID!]!",
596
+ "required": true,
597
+ "description": "ID of the issue being changed"
598
+ },
599
+ {
600
+ "name": "companyId",
601
+ "type": "ID!",
602
+ "required": true,
603
+ "description": "Company Id of the issues"
604
+ },
605
+ {
606
+ "name": "status",
607
+ "type": "IssueStatusLabel!",
608
+ "required": true,
609
+ "description": "New status of the issue"
610
+ },
611
+ {
612
+ "name": "reason",
613
+ "type": "String",
614
+ "required": false,
615
+ "description": "Reason why this change of status is occurring"
616
+ },
617
+ {
618
+ "name": "riskAcceptedUntil",
619
+ "type": "ISO8601DateTime",
620
+ "required": false,
621
+ "description": "The deadline to resolve an issue marked as risk accepted."
622
+ }
623
+ ],
624
+ "BulkDeleteIssuesInput": [
625
+ {
626
+ "name": "clientMutationId",
627
+ "type": "String",
628
+ "required": false,
629
+ "description": "A unique identifier for the client performing the mutation."
630
+ },
631
+ {
632
+ "name": "ids",
633
+ "type": "[ID!]!",
634
+ "required": true,
635
+ "description": "IDs of the issues to be deleted"
636
+ },
637
+ {
638
+ "name": "companyId",
639
+ "type": "ID!",
640
+ "required": true,
641
+ "description": "Company Id of the issues"
642
+ }
643
+ ],
644
+ "BulkDeleteProjectInput": [
645
+ {
646
+ "name": "clientMutationId",
647
+ "type": "String",
648
+ "required": false,
649
+ "description": "A unique identifier for the client performing the mutation."
650
+ },
651
+ {
652
+ "name": "ids",
653
+ "type": "[ID!]!",
654
+ "required": true
655
+ },
656
+ {
657
+ "name": "companyId",
658
+ "type": "ID!",
659
+ "required": true
660
+ }
661
+ ],
662
+ "BulkUpdateProjectStatusInput": [
663
+ {
664
+ "name": "clientMutationId",
665
+ "type": "String",
666
+ "required": false,
667
+ "description": "A unique identifier for the client performing the mutation."
668
+ },
669
+ {
670
+ "name": "ids",
671
+ "type": "[ID!]!",
672
+ "required": true
673
+ },
674
+ {
675
+ "name": "companyId",
676
+ "type": "ID!",
677
+ "required": true
678
+ },
679
+ {
680
+ "name": "projectStatus",
681
+ "type": "NewProjectStatusEnum!",
682
+ "required": true
683
+ },
684
+ {
685
+ "name": "reason",
686
+ "type": "String",
687
+ "required": false
688
+ }
689
+ ],
690
+ "CancelPentestExecutionInput": [
691
+ {
692
+ "name": "clientMutationId",
693
+ "type": "String",
694
+ "required": false,
695
+ "description": "A unique identifier for the client performing the mutation."
696
+ },
697
+ {
698
+ "name": "id",
699
+ "type": "ID!",
700
+ "required": true
701
+ }
702
+ ],
703
+ "ChangeIssueStatusInput": [
704
+ {
705
+ "name": "clientMutationId",
706
+ "type": "String",
707
+ "required": false,
708
+ "description": "A unique identifier for the client performing the mutation."
709
+ },
710
+ {
711
+ "name": "id",
712
+ "type": "ID!",
713
+ "required": true,
714
+ "description": "ID of the issue being changed"
715
+ },
716
+ {
717
+ "name": "status",
718
+ "type": "IssueStatusLabel!",
719
+ "required": true,
720
+ "description": "New status of the issue"
721
+ },
722
+ {
723
+ "name": "reason",
724
+ "type": "String",
725
+ "required": false,
726
+ "description": "Reason why this change of status is occurring"
727
+ },
728
+ {
729
+ "name": "controlSyncStatusId",
730
+ "type": "ID",
731
+ "required": false,
732
+ "description": "Control sync id for integration"
733
+ },
734
+ {
735
+ "name": "externalAuthorIdentifier",
736
+ "type": "String",
737
+ "required": false,
738
+ "description": "External identifier (email) of the user who fixed the issue"
739
+ },
740
+ {
741
+ "name": "riskAcceptedUntil",
742
+ "type": "ISO8601DateTime",
743
+ "required": false,
744
+ "description": "The deadline to resolve an issue marked as risk accepted."
745
+ },
746
+ {
747
+ "name": "evidenceBlobSignedIds",
748
+ "type": "[String!]",
749
+ "required": false,
750
+ "description": "Blob signed_ids previously uploaded via generateEntityFileUploadUrl(entityType: ISSUE). Files are attached to the IssueStatusHistory created by this mutation."
751
+ }
752
+ ],
753
+ "CreateApplicationInput": [
754
+ {
755
+ "name": "clientMutationId",
756
+ "type": "String",
757
+ "required": false,
758
+ "description": "A unique identifier for the client performing the mutation."
759
+ },
760
+ {
761
+ "name": "companyId",
762
+ "type": "Int!",
763
+ "required": true
764
+ },
765
+ {
766
+ "name": "name",
767
+ "type": "String!",
768
+ "required": true,
769
+ "description": "Application name"
770
+ },
771
+ {
772
+ "name": "description",
773
+ "type": "String",
774
+ "required": false,
775
+ "description": "Application description"
776
+ },
777
+ {
778
+ "name": "url",
779
+ "type": "String",
780
+ "required": false,
781
+ "description": "Primary URL for the application"
782
+ },
783
+ {
784
+ "name": "assetIds",
785
+ "type": "[Int!]",
786
+ "required": false,
787
+ "description": "Asset IDs to include in this application"
788
+ }
789
+ ],
790
+ "CreateAssetInput": [
791
+ {
792
+ "name": "clientMutationId",
793
+ "type": "String",
794
+ "required": false,
795
+ "description": "A unique identifier for the client performing the mutation."
796
+ },
797
+ {
798
+ "name": "assetType",
799
+ "type": "AssetTypeList",
800
+ "required": false
801
+ },
802
+ {
803
+ "name": "assetsTagList",
804
+ "type": "[String!]",
805
+ "required": false
806
+ },
807
+ {
808
+ "name": "audience",
809
+ "type": "AssetAudience",
810
+ "required": false
811
+ },
812
+ {
813
+ "name": "architectureType",
814
+ "type": "AssetArch",
815
+ "required": false
816
+ },
817
+ {
818
+ "name": "criticity",
819
+ "type": "AssetSeverity",
820
+ "required": false
821
+ },
822
+ {
823
+ "name": "companyId",
824
+ "type": "Int!",
825
+ "required": true
826
+ },
827
+ {
828
+ "name": "dataClassification",
829
+ "type": "[DataClassification!]",
830
+ "required": false
831
+ },
832
+ {
833
+ "name": "description",
834
+ "type": "String",
835
+ "required": false
836
+ },
837
+ {
838
+ "name": "developmentModel",
839
+ "type": "AssetDevelopmentModel",
840
+ "required": false
841
+ },
842
+ {
843
+ "name": "developmentTeam",
844
+ "type": "AssetDevelopmentTeam",
845
+ "required": false
846
+ },
847
+ {
848
+ "name": "environmentList",
849
+ "type": "[String!]",
850
+ "required": false
851
+ },
852
+ {
853
+ "name": "integrationIds",
854
+ "type": "[String!]",
855
+ "required": false
856
+ },
857
+ {
858
+ "name": "lifeCycle",
859
+ "type": "AssetLifeCycle",
860
+ "required": false
861
+ },
862
+ {
863
+ "name": "name",
864
+ "type": "String!",
865
+ "required": true
866
+ },
867
+ {
868
+ "name": "projectIds",
869
+ "type": "[Int!]",
870
+ "required": false
871
+ },
872
+ {
873
+ "name": "scanType",
874
+ "type": "AssetScan",
875
+ "required": false
876
+ },
877
+ {
878
+ "name": "tecnologyList",
879
+ "type": "[String!]",
880
+ "required": false
881
+ },
882
+ {
883
+ "name": "teamIds",
884
+ "type": "[String!]",
885
+ "required": false
886
+ },
887
+ {
888
+ "name": "url",
889
+ "type": "String",
890
+ "required": false
891
+ },
892
+ {
893
+ "name": "businessImpact",
894
+ "type": "BusinessImpactLevel",
895
+ "required": false
896
+ },
897
+ {
898
+ "name": "exploitability",
899
+ "type": "Exploitability",
900
+ "required": false
901
+ },
902
+ {
903
+ "name": "repoUrl",
904
+ "type": "String",
905
+ "required": false
906
+ }
907
+ ],
908
+ "CreateNetworkVulnerabilityInput": [
909
+ {
910
+ "name": "assetId",
911
+ "type": "Int!",
912
+ "required": true
913
+ },
914
+ {
915
+ "name": "title",
916
+ "type": "String!",
917
+ "required": true
918
+ },
919
+ {
920
+ "name": "description",
921
+ "type": "String!",
922
+ "required": true
923
+ },
924
+ {
925
+ "name": "reference",
926
+ "type": "String",
927
+ "required": false
928
+ },
929
+ {
930
+ "name": "category",
931
+ "type": "String",
932
+ "required": false,
933
+ "description": "CWE Category"
934
+ },
935
+ {
936
+ "name": "patterns",
937
+ "type": "[String!]",
938
+ "required": false,
939
+ "description": "OWASP Patterns"
940
+ },
941
+ {
942
+ "name": "controlSyncStatusId",
943
+ "type": "ID",
944
+ "required": false,
945
+ "description": "Identify with scan create this finding"
946
+ },
947
+ {
948
+ "name": "solution",
949
+ "type": "String!",
950
+ "required": true
951
+ },
952
+ {
953
+ "name": "impactLevel",
954
+ "type": "ImpactLevelCategory!",
955
+ "required": true
956
+ },
957
+ {
958
+ "name": "probabilityLevel",
959
+ "type": "ProbabilityLevelCategory!",
960
+ "required": true
961
+ },
962
+ {
963
+ "name": "severity",
964
+ "type": "SeverityCategory!",
965
+ "required": true
966
+ },
967
+ {
968
+ "name": "summary",
969
+ "type": "String!",
970
+ "required": true
971
+ },
972
+ {
973
+ "name": "impactDescription",
974
+ "type": "String!",
975
+ "required": true
976
+ },
977
+ {
978
+ "name": "stepsToReproduce",
979
+ "type": "String!",
980
+ "required": true
981
+ },
982
+ {
983
+ "name": "compromisedEnvironment",
984
+ "type": "Boolean",
985
+ "required": false
986
+ },
987
+ {
988
+ "name": "projectId",
989
+ "type": "Int",
990
+ "required": false
991
+ },
992
+ {
993
+ "name": "status",
994
+ "type": "IssueStatusLabel",
995
+ "required": false
996
+ },
997
+ {
998
+ "name": "address",
999
+ "type": "String!",
1000
+ "required": true
1001
+ },
1002
+ {
1003
+ "name": "protocol",
1004
+ "type": "String!",
1005
+ "required": true
1006
+ },
1007
+ {
1008
+ "name": "port",
1009
+ "type": "Int!",
1010
+ "required": true
1011
+ },
1012
+ {
1013
+ "name": "attackVector",
1014
+ "type": "String!",
1015
+ "required": true
1016
+ },
1017
+ {
1018
+ "name": "clientMutationId",
1019
+ "type": "String",
1020
+ "required": false,
1021
+ "description": "A unique identifier for the client performing the mutation."
1022
+ }
1023
+ ],
1024
+ "RequirementInput": [
1025
+ {
1026
+ "name": "id",
1027
+ "type": "ID",
1028
+ "required": false
1029
+ },
1030
+ {
1031
+ "name": "companyId",
1032
+ "type": "ID!",
1033
+ "required": true
1034
+ },
1035
+ {
1036
+ "name": "label",
1037
+ "type": "String!",
1038
+ "required": true
1039
+ },
1040
+ {
1041
+ "name": "type",
1042
+ "type": "RequirementTypeEnum",
1043
+ "required": false
1044
+ },
1045
+ {
1046
+ "name": "description",
1047
+ "type": "String!",
1048
+ "required": true
1049
+ },
1050
+ {
1051
+ "name": "global",
1052
+ "type": "Boolean",
1053
+ "required": false
1054
+ },
1055
+ {
1056
+ "name": "associatedProjectTypeId",
1057
+ "type": "[ID!]",
1058
+ "required": false
1059
+ },
1060
+ {
1061
+ "name": "activities",
1062
+ "type": "[ActivityInput!]",
1063
+ "required": false
1064
+ }
1065
+ ],
1066
+ "CreatePentestArtifactInput": [
1067
+ {
1068
+ "name": "companyId",
1069
+ "type": "ID!",
1070
+ "required": true
1071
+ },
1072
+ {
1073
+ "name": "applicationId",
1074
+ "type": "ID!",
1075
+ "required": true
1076
+ },
1077
+ {
1078
+ "name": "label",
1079
+ "type": "String!",
1080
+ "required": true
1081
+ },
1082
+ {
1083
+ "name": "description",
1084
+ "type": "String",
1085
+ "required": false
1086
+ },
1087
+ {
1088
+ "name": "scopeText",
1089
+ "type": "String",
1090
+ "required": false
1091
+ },
1092
+ {
1093
+ "name": "pentestType",
1094
+ "type": "String!",
1095
+ "required": true,
1096
+ "description": "recurring or pontual"
1097
+ },
1098
+ {
1099
+ "name": "assigneeEmail",
1100
+ "type": "String",
1101
+ "required": false
1102
+ },
1103
+ {
1104
+ "name": "domains",
1105
+ "type": "[String!]",
1106
+ "required": false
1107
+ },
1108
+ {
1109
+ "name": "customHeaders",
1110
+ "type": "JSON",
1111
+ "required": false
1112
+ },
1113
+ {
1114
+ "name": "inScope",
1115
+ "type": "[String!]",
1116
+ "required": false
1117
+ },
1118
+ {
1119
+ "name": "outScope",
1120
+ "type": "[String!]",
1121
+ "required": false
1122
+ },
1123
+ {
1124
+ "name": "scopeMode",
1125
+ "type": "String",
1126
+ "required": false
1127
+ },
1128
+ {
1129
+ "name": "extraPrompt",
1130
+ "type": "String",
1131
+ "required": false
1132
+ },
1133
+ {
1134
+ "name": "rateLimit",
1135
+ "type": "Int",
1136
+ "required": false
1137
+ },
1138
+ {
1139
+ "name": "secretId",
1140
+ "type": "String",
1141
+ "required": false
1142
+ },
1143
+ {
1144
+ "name": "useRepository",
1145
+ "type": "Boolean",
1146
+ "required": false
1147
+ },
1148
+ {
1149
+ "name": "repositories",
1150
+ "type": "JSON",
1151
+ "required": false
1152
+ },
1153
+ {
1154
+ "name": "useDocumentation",
1155
+ "type": "Boolean",
1156
+ "required": false
1157
+ },
1158
+ {
1159
+ "name": "docFormat",
1160
+ "type": "PentestAiDocFormatEnum",
1161
+ "required": false
1162
+ },
1163
+ {
1164
+ "name": "docSourceUrl",
1165
+ "type": "String",
1166
+ "required": false
1167
+ },
1168
+ {
1169
+ "name": "docSourceFile",
1170
+ "type": "Upload",
1171
+ "required": false
1172
+ },
1173
+ {
1174
+ "name": "size",
1175
+ "type": "PentestAiSizeEnum",
1176
+ "required": false
1177
+ },
1178
+ {
1179
+ "name": "depth",
1180
+ "type": "PentestAiDepthEnum",
1181
+ "required": false
1182
+ },
1183
+ {
1184
+ "name": "useScheduling",
1185
+ "type": "Boolean",
1186
+ "required": false
1187
+ },
1188
+ {
1189
+ "name": "interval",
1190
+ "type": "CalendarIntervalEnum",
1191
+ "required": false
1192
+ },
1193
+ {
1194
+ "name": "weekday",
1195
+ "type": "String",
1196
+ "required": false
1197
+ },
1198
+ {
1199
+ "name": "time",
1200
+ "type": "ISO8601DateTime",
1201
+ "required": false
1202
+ },
1203
+ {
1204
+ "name": "scheduledAt",
1205
+ "type": "ISO8601DateTime",
1206
+ "required": false
1207
+ },
1208
+ {
1209
+ "name": "day",
1210
+ "type": "Int",
1211
+ "required": false
1212
+ },
1213
+ {
1214
+ "name": "hour",
1215
+ "type": "Int",
1216
+ "required": false
1217
+ },
1218
+ {
1219
+ "name": "minute",
1220
+ "type": "Int",
1221
+ "required": false
1222
+ }
1223
+ ],
1224
+ "CreatePentestExecutionInput": [
1225
+ {
1226
+ "name": "clientMutationId",
1227
+ "type": "String",
1228
+ "required": false,
1229
+ "description": "A unique identifier for the client performing the mutation."
1230
+ },
1231
+ {
1232
+ "name": "artifactId",
1233
+ "type": "ID!",
1234
+ "required": true
1235
+ }
1236
+ ],
1237
+ "CreatePentestRetestInput": [
1238
+ {
1239
+ "name": "clientMutationId",
1240
+ "type": "String",
1241
+ "required": false,
1242
+ "description": "A unique identifier for the client performing the mutation."
1243
+ },
1244
+ {
1245
+ "name": "projectId",
1246
+ "type": "ID!",
1247
+ "required": true
1248
+ }
1249
+ ],
1250
+ "CreateProjectInput": [
1251
+ {
1252
+ "name": "connectivity",
1253
+ "type": "String",
1254
+ "required": false,
1255
+ "description": "Optional connectivity details, e.g. network or integration requirements."
1256
+ },
1257
+ {
1258
+ "name": "endDate",
1259
+ "type": "ISO8601Date",
1260
+ "required": false,
1261
+ "description": "Optional end date for the project."
1262
+ },
1263
+ {
1264
+ "name": "estimatedHours",
1265
+ "type": "String",
1266
+ "required": false,
1267
+ "description": "Optional estimated hours required to complete the project."
1268
+ },
1269
+ {
1270
+ "name": "goal",
1271
+ "type": "String!",
1272
+ "required": true,
1273
+ "description": "The main objective or goal of the project."
1274
+ },
1275
+ {
1276
+ "name": "label",
1277
+ "type": "String!",
1278
+ "required": true,
1279
+ "description": "A short label or title for the project."
1280
+ },
1281
+ {
1282
+ "name": "scope",
1283
+ "type": "String!",
1284
+ "required": true,
1285
+ "description": "The scope of the project, defining its boundaries and focus."
1286
+ },
1287
+ {
1288
+ "name": "startDate",
1289
+ "type": "ISO8601Date!",
1290
+ "required": true,
1291
+ "description": "The start date of the project."
1292
+ },
1293
+ {
1294
+ "name": "students",
1295
+ "type": "Int",
1296
+ "required": false,
1297
+ "description": "Optional number of students involved in the project."
1298
+ },
1299
+ {
1300
+ "name": "companyId",
1301
+ "type": "Int!",
1302
+ "required": true,
1303
+ "description": "The ID of the company associated with the project."
1304
+ },
1305
+ {
1306
+ "name": "typeId",
1307
+ "type": "Int!",
1308
+ "required": true,
1309
+ "description": "The ID representing the type of the project."
1310
+ },
1311
+ {
1312
+ "name": "accessPortalUserEmails",
1313
+ "type": "[String!]",
1314
+ "required": false,
1315
+ "description": "List of portal user emails that have access to the project."
1316
+ },
1317
+ {
1318
+ "name": "allocatedPortalUserEmails",
1319
+ "type": "[String!]",
1320
+ "required": false,
1321
+ "description": "List of portal user emails allocated to work on the project."
1322
+ },
1323
+ {
1324
+ "name": "assetsIds",
1325
+ "type": "[Int!]",
1326
+ "required": false,
1327
+ "description": "Array of asset IDs associated with the project."
1328
+ },
1329
+ {
1330
+ "name": "attachments",
1331
+ "type": "[AttachmentInput!]",
1332
+ "required": false,
1333
+ "description": "List of attachments for the project."
1334
+ },
1335
+ {
1336
+ "name": "credentialsIds",
1337
+ "type": "[Int!]",
1338
+ "required": false,
1339
+ "description": "Array of credential IDs used for accessing project resources."
1340
+ },
1341
+ {
1342
+ "name": "playbooksIds",
1343
+ "type": "[Int!]",
1344
+ "required": false,
1345
+ "description": "List of playbook IDs that provide guidelines for the project."
1346
+ },
1347
+ {
1348
+ "name": "projectScopeUrls",
1349
+ "type": "[String!]",
1350
+ "required": false,
1351
+ "description": "List of URLs that detail the project scope."
1352
+ },
1353
+ {
1354
+ "name": "tags",
1355
+ "type": "[String!]",
1356
+ "required": false,
1357
+ "description": "Array of tags for categorizing or filtering the project."
1358
+ },
1359
+ {
1360
+ "name": "teamsIds",
1361
+ "type": "[Int!]",
1362
+ "required": false,
1363
+ "description": "List of team IDs associated with the project."
1364
+ },
1365
+ {
1366
+ "name": "secretIds",
1367
+ "type": "[String!]",
1368
+ "required": false,
1369
+ "description": "List of secrets associated with the project."
1370
+ },
1371
+ {
1372
+ "name": "attackChain",
1373
+ "type": "String",
1374
+ "required": false,
1375
+ "description": "Mermaid diagram syntax for attack chain visualization."
1376
+ },
1377
+ {
1378
+ "name": "clientMutationId",
1379
+ "type": "String",
1380
+ "required": false,
1381
+ "description": "A unique identifier for the client performing the mutation."
1382
+ }
1383
+ ],
1384
+ "CreateProjectRequirementInput": [
1385
+ {
1386
+ "name": "clientMutationId",
1387
+ "type": "String",
1388
+ "required": false,
1389
+ "description": "A unique identifier for the client performing the mutation."
1390
+ },
1391
+ {
1392
+ "name": "projectId",
1393
+ "type": "ID!",
1394
+ "required": true
1395
+ },
1396
+ {
1397
+ "name": "label",
1398
+ "type": "String!",
1399
+ "required": true
1400
+ },
1401
+ {
1402
+ "name": "description",
1403
+ "type": "String",
1404
+ "required": false
1405
+ },
1406
+ {
1407
+ "name": "activities",
1408
+ "type": "[ActivityAttributeInput!]",
1409
+ "required": false
1410
+ }
1411
+ ],
1412
+ "CreateSourceCodeVulnerabilityInput": [
1413
+ {
1414
+ "name": "assetId",
1415
+ "type": "Int!",
1416
+ "required": true
1417
+ },
1418
+ {
1419
+ "name": "title",
1420
+ "type": "String!",
1421
+ "required": true
1422
+ },
1423
+ {
1424
+ "name": "description",
1425
+ "type": "String!",
1426
+ "required": true
1427
+ },
1428
+ {
1429
+ "name": "reference",
1430
+ "type": "String",
1431
+ "required": false
1432
+ },
1433
+ {
1434
+ "name": "category",
1435
+ "type": "String",
1436
+ "required": false,
1437
+ "description": "CWE Category"
1438
+ },
1439
+ {
1440
+ "name": "patterns",
1441
+ "type": "[String!]",
1442
+ "required": false,
1443
+ "description": "OWASP Patterns"
1444
+ },
1445
+ {
1446
+ "name": "controlSyncStatusId",
1447
+ "type": "ID",
1448
+ "required": false,
1449
+ "description": "Identify with scan create this finding"
1450
+ },
1451
+ {
1452
+ "name": "solution",
1453
+ "type": "String!",
1454
+ "required": true
1455
+ },
1456
+ {
1457
+ "name": "impactLevel",
1458
+ "type": "ImpactLevelCategory!",
1459
+ "required": true
1460
+ },
1461
+ {
1462
+ "name": "probabilityLevel",
1463
+ "type": "ProbabilityLevelCategory!",
1464
+ "required": true
1465
+ },
1466
+ {
1467
+ "name": "severity",
1468
+ "type": "SeverityCategory!",
1469
+ "required": true
1470
+ },
1471
+ {
1472
+ "name": "summary",
1473
+ "type": "String!",
1474
+ "required": true
1475
+ },
1476
+ {
1477
+ "name": "impactDescription",
1478
+ "type": "String!",
1479
+ "required": true
1480
+ },
1481
+ {
1482
+ "name": "stepsToReproduce",
1483
+ "type": "String!",
1484
+ "required": true
1485
+ },
1486
+ {
1487
+ "name": "compromisedEnvironment",
1488
+ "type": "Boolean",
1489
+ "required": false
1490
+ },
1491
+ {
1492
+ "name": "projectId",
1493
+ "type": "Int",
1494
+ "required": false
1495
+ },
1496
+ {
1497
+ "name": "status",
1498
+ "type": "IssueStatusLabel",
1499
+ "required": false
1500
+ },
1501
+ {
1502
+ "name": "codeSnippet",
1503
+ "type": "String!",
1504
+ "required": true
1505
+ },
1506
+ {
1507
+ "name": "vulnerableLine",
1508
+ "type": "Int!",
1509
+ "required": true
1510
+ },
1511
+ {
1512
+ "name": "firstLine",
1513
+ "type": "Int!",
1514
+ "required": true
1515
+ },
1516
+ {
1517
+ "name": "fileName",
1518
+ "type": "String!",
1519
+ "required": true
1520
+ },
1521
+ {
1522
+ "name": "source",
1523
+ "type": "String",
1524
+ "required": false
1525
+ },
1526
+ {
1527
+ "name": "sink",
1528
+ "type": "String",
1529
+ "required": false
1530
+ },
1531
+ {
1532
+ "name": "commitRef",
1533
+ "type": "String",
1534
+ "required": false
1535
+ },
1536
+ {
1537
+ "name": "deployId",
1538
+ "type": "String",
1539
+ "required": false
1540
+ },
1541
+ {
1542
+ "name": "clientMutationId",
1543
+ "type": "String",
1544
+ "required": false,
1545
+ "description": "A unique identifier for the client performing the mutation."
1546
+ }
1547
+ ],
1548
+ "CreateThreatModelArtifactInput": [
1549
+ {
1550
+ "name": "companyId",
1551
+ "type": "ID!",
1552
+ "required": true
1553
+ },
1554
+ {
1555
+ "name": "label",
1556
+ "type": "String!",
1557
+ "required": true
1558
+ },
1559
+ {
1560
+ "name": "description",
1561
+ "type": "String",
1562
+ "required": false
1563
+ },
1564
+ {
1565
+ "name": "scopeText",
1566
+ "type": "String",
1567
+ "required": false
1568
+ },
1569
+ {
1570
+ "name": "assigneeEmail",
1571
+ "type": "String",
1572
+ "required": false
1573
+ }
1574
+ ],
1575
+ "CreateThreatModelArtifactVersionInput": [
1576
+ {
1577
+ "name": "artifactId",
1578
+ "type": "ID!",
1579
+ "required": true
1580
+ },
1581
+ {
1582
+ "name": "architectureItems",
1583
+ "type": "JSON!",
1584
+ "required": true
1585
+ },
1586
+ {
1587
+ "name": "requirementIds",
1588
+ "type": "[ID!]",
1589
+ "required": false
1590
+ },
1591
+ {
1592
+ "name": "diagramType",
1593
+ "type": "String",
1594
+ "required": false
1595
+ },
1596
+ {
1597
+ "name": "diagramContent",
1598
+ "type": "String",
1599
+ "required": false
1600
+ },
1601
+ {
1602
+ "name": "sourceProjectId",
1603
+ "type": "ID",
1604
+ "required": false
1605
+ },
1606
+ {
1607
+ "name": "notes",
1608
+ "type": "String",
1609
+ "required": false
1610
+ }
1611
+ ],
1612
+ "CreateThreatModelingRequirementsInput": [
1613
+ {
1614
+ "name": "companyId",
1615
+ "type": "ID!",
1616
+ "required": true
1617
+ },
1618
+ {
1619
+ "name": "requirements",
1620
+ "type": "[ThreatModelingRequirementItemInput!]!",
1621
+ "required": true
1622
+ }
1623
+ ],
1624
+ "CreateTicketInput": [
1625
+ {
1626
+ "name": "companyId",
1627
+ "type": "ID!",
1628
+ "required": true
1629
+ },
1630
+ {
1631
+ "name": "type",
1632
+ "type": "TicketTypeEnum!",
1633
+ "required": true
1634
+ },
1635
+ {
1636
+ "name": "title",
1637
+ "type": "String!",
1638
+ "required": true
1639
+ },
1640
+ {
1641
+ "name": "description",
1642
+ "type": "String!",
1643
+ "required": true
1644
+ },
1645
+ {
1646
+ "name": "priority",
1647
+ "type": "TicketPriorityEnum",
1648
+ "required": false
1649
+ },
1650
+ {
1651
+ "name": "impact",
1652
+ "type": "TicketImpactEnum",
1653
+ "required": false
1654
+ },
1655
+ {
1656
+ "name": "attachments",
1657
+ "type": "[Upload!]",
1658
+ "required": false
1659
+ },
1660
+ {
1661
+ "name": "clientMutationId",
1662
+ "type": "String",
1663
+ "required": false,
1664
+ "description": "A unique identifier for the client performing the mutation."
1665
+ }
1666
+ ],
1667
+ "CreateWebVulnerabilityInput": [
1668
+ {
1669
+ "name": "assetId",
1670
+ "type": "Int!",
1671
+ "required": true
1672
+ },
1673
+ {
1674
+ "name": "title",
1675
+ "type": "String!",
1676
+ "required": true
1677
+ },
1678
+ {
1679
+ "name": "description",
1680
+ "type": "String!",
1681
+ "required": true
1682
+ },
1683
+ {
1684
+ "name": "reference",
1685
+ "type": "String",
1686
+ "required": false
1687
+ },
1688
+ {
1689
+ "name": "category",
1690
+ "type": "String",
1691
+ "required": false,
1692
+ "description": "CWE Category"
1693
+ },
1694
+ {
1695
+ "name": "patterns",
1696
+ "type": "[String!]",
1697
+ "required": false,
1698
+ "description": "OWASP Patterns"
1699
+ },
1700
+ {
1701
+ "name": "controlSyncStatusId",
1702
+ "type": "ID",
1703
+ "required": false,
1704
+ "description": "Identify with scan create this finding"
1705
+ },
1706
+ {
1707
+ "name": "solution",
1708
+ "type": "String!",
1709
+ "required": true
1710
+ },
1711
+ {
1712
+ "name": "impactLevel",
1713
+ "type": "ImpactLevelCategory!",
1714
+ "required": true
1715
+ },
1716
+ {
1717
+ "name": "probabilityLevel",
1718
+ "type": "ProbabilityLevelCategory!",
1719
+ "required": true
1720
+ },
1721
+ {
1722
+ "name": "severity",
1723
+ "type": "SeverityCategory!",
1724
+ "required": true
1725
+ },
1726
+ {
1727
+ "name": "summary",
1728
+ "type": "String!",
1729
+ "required": true
1730
+ },
1731
+ {
1732
+ "name": "impactDescription",
1733
+ "type": "String!",
1734
+ "required": true
1735
+ },
1736
+ {
1737
+ "name": "stepsToReproduce",
1738
+ "type": "String!",
1739
+ "required": true
1740
+ },
1741
+ {
1742
+ "name": "compromisedEnvironment",
1743
+ "type": "Boolean",
1744
+ "required": false
1745
+ },
1746
+ {
1747
+ "name": "projectId",
1748
+ "type": "Int",
1749
+ "required": false
1750
+ },
1751
+ {
1752
+ "name": "status",
1753
+ "type": "IssueStatusLabel",
1754
+ "required": false
1755
+ },
1756
+ {
1757
+ "name": "request",
1758
+ "type": "String!",
1759
+ "required": true
1760
+ },
1761
+ {
1762
+ "name": "response",
1763
+ "type": "String!",
1764
+ "required": true
1765
+ },
1766
+ {
1767
+ "name": "method",
1768
+ "type": "HTTPMethod!",
1769
+ "required": true
1770
+ },
1771
+ {
1772
+ "name": "scheme",
1773
+ "type": "SchemeCategory!",
1774
+ "required": true
1775
+ },
1776
+ {
1777
+ "name": "url",
1778
+ "type": "String!",
1779
+ "required": true
1780
+ },
1781
+ {
1782
+ "name": "port",
1783
+ "type": "Int!",
1784
+ "required": true
1785
+ },
1786
+ {
1787
+ "name": "parameters",
1788
+ "type": "String",
1789
+ "required": false
1790
+ },
1791
+ {
1792
+ "name": "clientMutationId",
1793
+ "type": "String",
1794
+ "required": false,
1795
+ "description": "A unique identifier for the client performing the mutation."
1796
+ }
1797
+ ],
1798
+ "MarkIssueAsAnalyzedInput": [
1799
+ {
1800
+ "name": "clientMutationId",
1801
+ "type": "String",
1802
+ "required": false,
1803
+ "description": "A unique identifier for the client performing the mutation."
1804
+ },
1805
+ {
1806
+ "name": "issueId",
1807
+ "type": "ID!",
1808
+ "required": true,
1809
+ "description": "ID of the issue to mark as analyzed"
1810
+ },
1811
+ {
1812
+ "name": "companyId",
1813
+ "type": "ID!",
1814
+ "required": true,
1815
+ "description": "Company ID of the issue"
1816
+ }
1817
+ ],
1818
+ "RemoveApplicationAssetsInput": [
1819
+ {
1820
+ "name": "clientMutationId",
1821
+ "type": "String",
1822
+ "required": false,
1823
+ "description": "A unique identifier for the client performing the mutation."
1824
+ },
1825
+ {
1826
+ "name": "id",
1827
+ "type": "Int!",
1828
+ "required": true
1829
+ },
1830
+ {
1831
+ "name": "companyId",
1832
+ "type": "Int!",
1833
+ "required": true
1834
+ },
1835
+ {
1836
+ "name": "assetIds",
1837
+ "type": "[Int!]!",
1838
+ "required": true
1839
+ }
1840
+ ],
1841
+ "StartConvisoDastInput": [
1842
+ {
1843
+ "name": "clientMutationId",
1844
+ "type": "String",
1845
+ "required": false,
1846
+ "description": "A unique identifier for the client performing the mutation."
1847
+ },
1848
+ {
1849
+ "name": "assetId",
1850
+ "type": "ID!",
1851
+ "required": true
1852
+ }
1853
+ ],
1854
+ "SubmitPentestRetestResultInput": [
1855
+ {
1856
+ "name": "clientMutationId",
1857
+ "type": "String",
1858
+ "required": false,
1859
+ "description": "A unique identifier for the client performing the mutation."
1860
+ },
1861
+ {
1862
+ "name": "executionId",
1863
+ "type": "ID!",
1864
+ "required": true
1865
+ },
1866
+ {
1867
+ "name": "vulnerabilityId",
1868
+ "type": "ID!",
1869
+ "required": true
1870
+ },
1871
+ {
1872
+ "name": "fixed",
1873
+ "type": "Boolean!",
1874
+ "required": true
1875
+ },
1876
+ {
1877
+ "name": "evidence",
1878
+ "type": "String",
1879
+ "required": false
1880
+ }
1881
+ ],
1882
+ "UpdateApplicationInput": [
1883
+ {
1884
+ "name": "clientMutationId",
1885
+ "type": "String",
1886
+ "required": false,
1887
+ "description": "A unique identifier for the client performing the mutation."
1888
+ },
1889
+ {
1890
+ "name": "id",
1891
+ "type": "Int!",
1892
+ "required": true
1893
+ },
1894
+ {
1895
+ "name": "companyId",
1896
+ "type": "Int!",
1897
+ "required": true
1898
+ },
1899
+ {
1900
+ "name": "name",
1901
+ "type": "String",
1902
+ "required": false
1903
+ },
1904
+ {
1905
+ "name": "description",
1906
+ "type": "String",
1907
+ "required": false
1908
+ },
1909
+ {
1910
+ "name": "url",
1911
+ "type": "String",
1912
+ "required": false
1913
+ },
1914
+ {
1915
+ "name": "assetIds",
1916
+ "type": "[Int!]",
1917
+ "required": false,
1918
+ "description": "Replaces the linked assets entirely with this list"
1919
+ }
1920
+ ],
1921
+ "UpdateAssetInput": [
1922
+ {
1923
+ "name": "assetType",
1924
+ "type": "AssetTypeList",
1925
+ "required": false
1926
+ },
1927
+ {
1928
+ "name": "assetsTagList",
1929
+ "type": "[String!]",
1930
+ "required": false,
1931
+ "description": "List of tags associated with the asset"
1932
+ },
1933
+ {
1934
+ "name": "audience",
1935
+ "type": "AssetAudience",
1936
+ "required": false
1937
+ },
1938
+ {
1939
+ "name": "architectureType",
1940
+ "type": "AssetArch",
1941
+ "required": false
1942
+ },
1943
+ {
1944
+ "name": "criticity",
1945
+ "type": "AssetSeverity",
1946
+ "required": false
1947
+ },
1948
+ {
1949
+ "name": "companyId",
1950
+ "type": "Int!",
1951
+ "required": true
1952
+ },
1953
+ {
1954
+ "name": "dataClassification",
1955
+ "type": "[DataClassification!]",
1956
+ "required": false,
1957
+ "description": "Data classification levels associated with the asset"
1958
+ },
1959
+ {
1960
+ "name": "description",
1961
+ "type": "String",
1962
+ "required": false,
1963
+ "description": "Detailed description of the asset"
1964
+ },
1965
+ {
1966
+ "name": "developmentModel",
1967
+ "type": "AssetDevelopmentModel",
1968
+ "required": false
1969
+ },
1970
+ {
1971
+ "name": "developmentTeam",
1972
+ "type": "AssetDevelopmentTeam",
1973
+ "required": false
1974
+ },
1975
+ {
1976
+ "name": "environmentList",
1977
+ "type": "[String!]",
1978
+ "required": false
1979
+ },
1980
+ {
1981
+ "name": "integrationIds",
1982
+ "type": "[String!]",
1983
+ "required": false
1984
+ },
1985
+ {
1986
+ "name": "lifeCycle",
1987
+ "type": "AssetLifeCycle",
1988
+ "required": false
1989
+ },
1990
+ {
1991
+ "name": "name",
1992
+ "type": "String!",
1993
+ "required": true,
1994
+ "description": "The name of the asset"
1995
+ },
1996
+ {
1997
+ "name": "projectIds",
1998
+ "type": "[Int!]",
1999
+ "required": false,
2000
+ "description": "The projects associated with the asset"
2001
+ },
2002
+ {
2003
+ "name": "scanType",
2004
+ "type": "AssetScan",
2005
+ "required": false
2006
+ },
2007
+ {
2008
+ "name": "tecnologyList",
2009
+ "type": "[String!]",
2010
+ "required": false,
2011
+ "description": "Technologies used in the asset (e.g., languages, frameworks)"
2012
+ },
2013
+ {
2014
+ "name": "teamIds",
2015
+ "type": "[String!]",
2016
+ "required": false,
2017
+ "description": "Teams associated with the asset"
2018
+ },
2019
+ {
2020
+ "name": "url",
2021
+ "type": "String",
2022
+ "required": false,
2023
+ "description": "URL where the asset is accessible"
2024
+ },
2025
+ {
2026
+ "name": "businessImpact",
2027
+ "type": "BusinessImpactLevel",
2028
+ "required": false,
2029
+ "description": "Business impact level of the asset"
2030
+ },
2031
+ {
2032
+ "name": "exploitability",
2033
+ "type": "Exploitability",
2034
+ "required": false,
2035
+ "description": "Exploitability level of the asset"
2036
+ },
2037
+ {
2038
+ "name": "threat",
2039
+ "type": "ThreatLevel",
2040
+ "required": false,
2041
+ "description": "Threat level associated with the asset"
2042
+ },
2043
+ {
2044
+ "name": "repoUrl",
2045
+ "type": "String",
2046
+ "required": false,
2047
+ "description": "Repository URL of the asset's source code"
2048
+ },
2049
+ {
2050
+ "name": "clientMutationId",
2051
+ "type": "String",
2052
+ "required": false,
2053
+ "description": "A unique identifier for the client performing the mutation."
2054
+ },
2055
+ {
2056
+ "name": "id",
2057
+ "type": "ID!",
2058
+ "required": true
2059
+ }
2060
+ ],
2061
+ "UpdateIssueAssigneesInput": [
2062
+ {
2063
+ "name": "clientMutationId",
2064
+ "type": "String",
2065
+ "required": false,
2066
+ "description": "A unique identifier for the client performing the mutation."
2067
+ },
2068
+ {
2069
+ "name": "issueId",
2070
+ "type": "ID!",
2071
+ "required": true
2072
+ },
2073
+ {
2074
+ "name": "assigneeEmails",
2075
+ "type": "[String!]!",
2076
+ "required": true
2077
+ }
2078
+ ],
2079
+ "UpdateNetworkVulnerabilityInput": [
2080
+ {
2081
+ "name": "assetId",
2082
+ "type": "Int!",
2083
+ "required": true
2084
+ },
2085
+ {
2086
+ "name": "title",
2087
+ "type": "String!",
2088
+ "required": true
2089
+ },
2090
+ {
2091
+ "name": "description",
2092
+ "type": "String!",
2093
+ "required": true
2094
+ },
2095
+ {
2096
+ "name": "reference",
2097
+ "type": "String",
2098
+ "required": false
2099
+ },
2100
+ {
2101
+ "name": "category",
2102
+ "type": "String",
2103
+ "required": false,
2104
+ "description": "CWE Category"
2105
+ },
2106
+ {
2107
+ "name": "patterns",
2108
+ "type": "[String!]",
2109
+ "required": false,
2110
+ "description": "OWASP Patterns"
2111
+ },
2112
+ {
2113
+ "name": "controlSyncStatusId",
2114
+ "type": "ID",
2115
+ "required": false,
2116
+ "description": "Identify with scan create this finding"
2117
+ },
2118
+ {
2119
+ "name": "solution",
2120
+ "type": "String!",
2121
+ "required": true
2122
+ },
2123
+ {
2124
+ "name": "impactLevel",
2125
+ "type": "ImpactLevelCategory!",
2126
+ "required": true
2127
+ },
2128
+ {
2129
+ "name": "probabilityLevel",
2130
+ "type": "ProbabilityLevelCategory!",
2131
+ "required": true
2132
+ },
2133
+ {
2134
+ "name": "severity",
2135
+ "type": "SeverityCategory!",
2136
+ "required": true
2137
+ },
2138
+ {
2139
+ "name": "summary",
2140
+ "type": "String!",
2141
+ "required": true
2142
+ },
2143
+ {
2144
+ "name": "impactDescription",
2145
+ "type": "String!",
2146
+ "required": true
2147
+ },
2148
+ {
2149
+ "name": "stepsToReproduce",
2150
+ "type": "String!",
2151
+ "required": true
2152
+ },
2153
+ {
2154
+ "name": "compromisedEnvironment",
2155
+ "type": "Boolean",
2156
+ "required": false
2157
+ },
2158
+ {
2159
+ "name": "projectId",
2160
+ "type": "Int",
2161
+ "required": false
2162
+ },
2163
+ {
2164
+ "name": "status",
2165
+ "type": "IssueStatusLabel",
2166
+ "required": false
2167
+ },
2168
+ {
2169
+ "name": "address",
2170
+ "type": "String!",
2171
+ "required": true
2172
+ },
2173
+ {
2174
+ "name": "protocol",
2175
+ "type": "String!",
2176
+ "required": true
2177
+ },
2178
+ {
2179
+ "name": "port",
2180
+ "type": "Int!",
2181
+ "required": true
2182
+ },
2183
+ {
2184
+ "name": "attackVector",
2185
+ "type": "String!",
2186
+ "required": true
2187
+ },
2188
+ {
2189
+ "name": "id",
2190
+ "type": "ID!",
2191
+ "required": true
2192
+ },
2193
+ {
2194
+ "name": "clientMutationId",
2195
+ "type": "String",
2196
+ "required": false,
2197
+ "description": "A unique identifier for the client performing the mutation."
2198
+ }
2199
+ ],
2200
+ "UpdatePentestArtifactInput": [
2201
+ {
2202
+ "name": "id",
2203
+ "type": "ID!",
2204
+ "required": true
2205
+ },
2206
+ {
2207
+ "name": "label",
2208
+ "type": "String",
2209
+ "required": false
2210
+ },
2211
+ {
2212
+ "name": "description",
2213
+ "type": "String",
2214
+ "required": false
2215
+ },
2216
+ {
2217
+ "name": "scopeText",
2218
+ "type": "String",
2219
+ "required": false
2220
+ },
2221
+ {
2222
+ "name": "pentestType",
2223
+ "type": "String",
2224
+ "required": false
2225
+ },
2226
+ {
2227
+ "name": "assigneeEmail",
2228
+ "type": "String",
2229
+ "required": false
2230
+ },
2231
+ {
2232
+ "name": "applicationId",
2233
+ "type": "ID",
2234
+ "required": false
2235
+ },
2236
+ {
2237
+ "name": "domains",
2238
+ "type": "[String!]",
2239
+ "required": false
2240
+ },
2241
+ {
2242
+ "name": "customHeaders",
2243
+ "type": "JSON",
2244
+ "required": false
2245
+ },
2246
+ {
2247
+ "name": "inScope",
2248
+ "type": "[String!]",
2249
+ "required": false
2250
+ },
2251
+ {
2252
+ "name": "outScope",
2253
+ "type": "[String!]",
2254
+ "required": false
2255
+ },
2256
+ {
2257
+ "name": "scopeMode",
2258
+ "type": "String",
2259
+ "required": false
2260
+ },
2261
+ {
2262
+ "name": "extraPrompt",
2263
+ "type": "String",
2264
+ "required": false
2265
+ },
2266
+ {
2267
+ "name": "rateLimit",
2268
+ "type": "Int",
2269
+ "required": false
2270
+ },
2271
+ {
2272
+ "name": "secretId",
2273
+ "type": "String",
2274
+ "required": false
2275
+ },
2276
+ {
2277
+ "name": "useRepository",
2278
+ "type": "Boolean",
2279
+ "required": false
2280
+ },
2281
+ {
2282
+ "name": "repositories",
2283
+ "type": "JSON",
2284
+ "required": false
2285
+ },
2286
+ {
2287
+ "name": "useDocumentation",
2288
+ "type": "Boolean",
2289
+ "required": false
2290
+ },
2291
+ {
2292
+ "name": "docFormat",
2293
+ "type": "PentestAiDocFormatEnum",
2294
+ "required": false
2295
+ },
2296
+ {
2297
+ "name": "docSourceUrl",
2298
+ "type": "String",
2299
+ "required": false
2300
+ },
2301
+ {
2302
+ "name": "docSourceFile",
2303
+ "type": "Upload",
2304
+ "required": false
2305
+ },
2306
+ {
2307
+ "name": "size",
2308
+ "type": "PentestAiSizeEnum",
2309
+ "required": false
2310
+ },
2311
+ {
2312
+ "name": "depth",
2313
+ "type": "PentestAiDepthEnum",
2314
+ "required": false
2315
+ },
2316
+ {
2317
+ "name": "useScheduling",
2318
+ "type": "Boolean",
2319
+ "required": false
2320
+ },
2321
+ {
2322
+ "name": "interval",
2323
+ "type": "CalendarIntervalEnum",
2324
+ "required": false
2325
+ },
2326
+ {
2327
+ "name": "weekday",
2328
+ "type": "String",
2329
+ "required": false
2330
+ },
2331
+ {
2332
+ "name": "time",
2333
+ "type": "ISO8601DateTime",
2334
+ "required": false
2335
+ },
2336
+ {
2337
+ "name": "scheduledAt",
2338
+ "type": "ISO8601DateTime",
2339
+ "required": false
2340
+ },
2341
+ {
2342
+ "name": "day",
2343
+ "type": "Int",
2344
+ "required": false
2345
+ },
2346
+ {
2347
+ "name": "hour",
2348
+ "type": "Int",
2349
+ "required": false
2350
+ },
2351
+ {
2352
+ "name": "minute",
2353
+ "type": "Int",
2354
+ "required": false
2355
+ }
2356
+ ],
2357
+ "UpdateProjectInput": [
2358
+ {
2359
+ "name": "clientMutationId",
2360
+ "type": "String",
2361
+ "required": false,
2362
+ "description": "A unique identifier for the client performing the mutation."
2363
+ },
2364
+ {
2365
+ "name": "id",
2366
+ "type": "ID!",
2367
+ "required": true
2368
+ },
2369
+ {
2370
+ "name": "assetsIds",
2371
+ "type": "[Int!]",
2372
+ "required": false
2373
+ },
2374
+ {
2375
+ "name": "companyId",
2376
+ "type": "Int",
2377
+ "required": false
2378
+ },
2379
+ {
2380
+ "name": "startDate",
2381
+ "type": "ISO8601Date",
2382
+ "required": false
2383
+ },
2384
+ {
2385
+ "name": "endDate",
2386
+ "type": "ISO8601Date",
2387
+ "required": false
2388
+ },
2389
+ {
2390
+ "name": "comment",
2391
+ "type": "String",
2392
+ "required": false
2393
+ },
2394
+ {
2395
+ "name": "connectivity",
2396
+ "type": "String",
2397
+ "required": false
2398
+ },
2399
+ {
2400
+ "name": "credentialsIds",
2401
+ "type": "[Int!]",
2402
+ "required": false
2403
+ },
2404
+ {
2405
+ "name": "estimatedHours",
2406
+ "type": "String",
2407
+ "required": false
2408
+ },
2409
+ {
2410
+ "name": "label",
2411
+ "type": "String",
2412
+ "required": false
2413
+ },
2414
+ {
2415
+ "name": "goal",
2416
+ "type": "String",
2417
+ "required": false
2418
+ },
2419
+ {
2420
+ "name": "playbooksIds",
2421
+ "type": "[Int!]",
2422
+ "required": false
2423
+ },
2424
+ {
2425
+ "name": "scope",
2426
+ "type": "String",
2427
+ "required": false
2428
+ },
2429
+ {
2430
+ "name": "students",
2431
+ "type": "Int",
2432
+ "required": false
2433
+ },
2434
+ {
2435
+ "name": "tags",
2436
+ "type": "[String!]",
2437
+ "required": false
2438
+ },
2439
+ {
2440
+ "name": "teamsIds",
2441
+ "type": "[Int!]",
2442
+ "required": false
2443
+ },
2444
+ {
2445
+ "name": "typeId",
2446
+ "type": "Int",
2447
+ "required": false
2448
+ },
2449
+ {
2450
+ "name": "projectScopeUrls",
2451
+ "type": "[String!]",
2452
+ "required": false
2453
+ },
2454
+ {
2455
+ "name": "attachments",
2456
+ "type": "[AttachmentInput!]",
2457
+ "required": false
2458
+ },
2459
+ {
2460
+ "name": "allocatedPortalUserEmails",
2461
+ "type": "[String!]",
2462
+ "required": false
2463
+ },
2464
+ {
2465
+ "name": "accessPortalUserEmails",
2466
+ "type": "[String!]",
2467
+ "required": false
2468
+ },
2469
+ {
2470
+ "name": "customExecutiveSummary",
2471
+ "type": "String",
2472
+ "required": false
2473
+ },
2474
+ {
2475
+ "name": "activeCustomExecutiveSummary",
2476
+ "type": "Boolean",
2477
+ "required": false
2478
+ },
2479
+ {
2480
+ "name": "customFinalConsiderations",
2481
+ "type": "String",
2482
+ "required": false
2483
+ },
2484
+ {
2485
+ "name": "activeCustomFinalConsiderations",
2486
+ "type": "Boolean",
2487
+ "required": false
2488
+ },
2489
+ {
2490
+ "name": "secretIds",
2491
+ "type": "[String!]",
2492
+ "required": false
2493
+ },
2494
+ {
2495
+ "name": "attackChain",
2496
+ "type": "String",
2497
+ "required": false
2498
+ }
2499
+ ],
2500
+ "UpdateProjectRequirementInput": [
2501
+ {
2502
+ "name": "clientMutationId",
2503
+ "type": "String",
2504
+ "required": false,
2505
+ "description": "A unique identifier for the client performing the mutation."
2506
+ },
2507
+ {
2508
+ "name": "id",
2509
+ "type": "ID!",
2510
+ "required": true
2511
+ },
2512
+ {
2513
+ "name": "label",
2514
+ "type": "String",
2515
+ "required": false
2516
+ },
2517
+ {
2518
+ "name": "description",
2519
+ "type": "String",
2520
+ "required": false
2521
+ },
2522
+ {
2523
+ "name": "activities",
2524
+ "type": "[ActivityAttributeInput!]",
2525
+ "required": false
2526
+ }
2527
+ ],
2528
+ "UpdateProjectStatusInput": [
2529
+ {
2530
+ "name": "clientMutationId",
2531
+ "type": "String",
2532
+ "required": false,
2533
+ "description": "A unique identifier for the client performing the mutation."
2534
+ },
2535
+ {
2536
+ "name": "id",
2537
+ "type": "ID!",
2538
+ "required": true
2539
+ },
2540
+ {
2541
+ "name": "projectStatus",
2542
+ "type": "NewProjectStatusEnum!",
2543
+ "required": true
2544
+ },
2545
+ {
2546
+ "name": "reason",
2547
+ "type": "String",
2548
+ "required": false
2549
+ }
2550
+ ],
2551
+ "UpdateSourceCodeVulnerabilityInput": [
2552
+ {
2553
+ "name": "assetId",
2554
+ "type": "Int!",
2555
+ "required": true
2556
+ },
2557
+ {
2558
+ "name": "title",
2559
+ "type": "String!",
2560
+ "required": true
2561
+ },
2562
+ {
2563
+ "name": "description",
2564
+ "type": "String!",
2565
+ "required": true
2566
+ },
2567
+ {
2568
+ "name": "reference",
2569
+ "type": "String",
2570
+ "required": false
2571
+ },
2572
+ {
2573
+ "name": "category",
2574
+ "type": "String",
2575
+ "required": false,
2576
+ "description": "CWE Category"
2577
+ },
2578
+ {
2579
+ "name": "patterns",
2580
+ "type": "[String!]",
2581
+ "required": false,
2582
+ "description": "OWASP Patterns"
2583
+ },
2584
+ {
2585
+ "name": "controlSyncStatusId",
2586
+ "type": "ID",
2587
+ "required": false,
2588
+ "description": "Identify with scan create this finding"
2589
+ },
2590
+ {
2591
+ "name": "solution",
2592
+ "type": "String!",
2593
+ "required": true
2594
+ },
2595
+ {
2596
+ "name": "impactLevel",
2597
+ "type": "ImpactLevelCategory!",
2598
+ "required": true
2599
+ },
2600
+ {
2601
+ "name": "probabilityLevel",
2602
+ "type": "ProbabilityLevelCategory!",
2603
+ "required": true
2604
+ },
2605
+ {
2606
+ "name": "severity",
2607
+ "type": "SeverityCategory!",
2608
+ "required": true
2609
+ },
2610
+ {
2611
+ "name": "summary",
2612
+ "type": "String!",
2613
+ "required": true
2614
+ },
2615
+ {
2616
+ "name": "impactDescription",
2617
+ "type": "String!",
2618
+ "required": true
2619
+ },
2620
+ {
2621
+ "name": "stepsToReproduce",
2622
+ "type": "String!",
2623
+ "required": true
2624
+ },
2625
+ {
2626
+ "name": "compromisedEnvironment",
2627
+ "type": "Boolean",
2628
+ "required": false
2629
+ },
2630
+ {
2631
+ "name": "projectId",
2632
+ "type": "Int",
2633
+ "required": false
2634
+ },
2635
+ {
2636
+ "name": "status",
2637
+ "type": "IssueStatusLabel",
2638
+ "required": false
2639
+ },
2640
+ {
2641
+ "name": "codeSnippet",
2642
+ "type": "String!",
2643
+ "required": true
2644
+ },
2645
+ {
2646
+ "name": "vulnerableLine",
2647
+ "type": "Int!",
2648
+ "required": true
2649
+ },
2650
+ {
2651
+ "name": "firstLine",
2652
+ "type": "Int!",
2653
+ "required": true
2654
+ },
2655
+ {
2656
+ "name": "fileName",
2657
+ "type": "String!",
2658
+ "required": true
2659
+ },
2660
+ {
2661
+ "name": "source",
2662
+ "type": "String",
2663
+ "required": false
2664
+ },
2665
+ {
2666
+ "name": "sink",
2667
+ "type": "String",
2668
+ "required": false
2669
+ },
2670
+ {
2671
+ "name": "commitRef",
2672
+ "type": "String",
2673
+ "required": false
2674
+ },
2675
+ {
2676
+ "name": "deployId",
2677
+ "type": "String",
2678
+ "required": false
2679
+ },
2680
+ {
2681
+ "name": "id",
2682
+ "type": "ID!",
2683
+ "required": true
2684
+ },
2685
+ {
2686
+ "name": "clientMutationId",
2687
+ "type": "String",
2688
+ "required": false,
2689
+ "description": "A unique identifier for the client performing the mutation."
2690
+ }
2691
+ ],
2692
+ "UpdateThreatModelArtifactInput": [
2693
+ {
2694
+ "name": "id",
2695
+ "type": "ID!",
2696
+ "required": true
2697
+ },
2698
+ {
2699
+ "name": "label",
2700
+ "type": "String!",
2701
+ "required": true
2702
+ },
2703
+ {
2704
+ "name": "description",
2705
+ "type": "String",
2706
+ "required": false
2707
+ },
2708
+ {
2709
+ "name": "scopeText",
2710
+ "type": "String",
2711
+ "required": false
2712
+ },
2713
+ {
2714
+ "name": "assigneeEmail",
2715
+ "type": "String",
2716
+ "required": false
2717
+ }
2718
+ ],
2719
+ "UpdateWebVulnerabilityInput": [
2720
+ {
2721
+ "name": "assetId",
2722
+ "type": "Int!",
2723
+ "required": true
2724
+ },
2725
+ {
2726
+ "name": "title",
2727
+ "type": "String!",
2728
+ "required": true
2729
+ },
2730
+ {
2731
+ "name": "description",
2732
+ "type": "String!",
2733
+ "required": true
2734
+ },
2735
+ {
2736
+ "name": "reference",
2737
+ "type": "String",
2738
+ "required": false
2739
+ },
2740
+ {
2741
+ "name": "category",
2742
+ "type": "String",
2743
+ "required": false,
2744
+ "description": "CWE Category"
2745
+ },
2746
+ {
2747
+ "name": "patterns",
2748
+ "type": "[String!]",
2749
+ "required": false,
2750
+ "description": "OWASP Patterns"
2751
+ },
2752
+ {
2753
+ "name": "controlSyncStatusId",
2754
+ "type": "ID",
2755
+ "required": false,
2756
+ "description": "Identify with scan create this finding"
2757
+ },
2758
+ {
2759
+ "name": "solution",
2760
+ "type": "String!",
2761
+ "required": true
2762
+ },
2763
+ {
2764
+ "name": "impactLevel",
2765
+ "type": "ImpactLevelCategory!",
2766
+ "required": true
2767
+ },
2768
+ {
2769
+ "name": "probabilityLevel",
2770
+ "type": "ProbabilityLevelCategory!",
2771
+ "required": true
2772
+ },
2773
+ {
2774
+ "name": "severity",
2775
+ "type": "SeverityCategory!",
2776
+ "required": true
2777
+ },
2778
+ {
2779
+ "name": "summary",
2780
+ "type": "String!",
2781
+ "required": true
2782
+ },
2783
+ {
2784
+ "name": "impactDescription",
2785
+ "type": "String!",
2786
+ "required": true
2787
+ },
2788
+ {
2789
+ "name": "stepsToReproduce",
2790
+ "type": "String!",
2791
+ "required": true
2792
+ },
2793
+ {
2794
+ "name": "compromisedEnvironment",
2795
+ "type": "Boolean",
2796
+ "required": false
2797
+ },
2798
+ {
2799
+ "name": "projectId",
2800
+ "type": "Int",
2801
+ "required": false
2802
+ },
2803
+ {
2804
+ "name": "status",
2805
+ "type": "IssueStatusLabel",
2806
+ "required": false
2807
+ },
2808
+ {
2809
+ "name": "request",
2810
+ "type": "String!",
2811
+ "required": true
2812
+ },
2813
+ {
2814
+ "name": "response",
2815
+ "type": "String!",
2816
+ "required": true
2817
+ },
2818
+ {
2819
+ "name": "method",
2820
+ "type": "HTTPMethod!",
2821
+ "required": true
2822
+ },
2823
+ {
2824
+ "name": "scheme",
2825
+ "type": "SchemeCategory!",
2826
+ "required": true
2827
+ },
2828
+ {
2829
+ "name": "url",
2830
+ "type": "String!",
2831
+ "required": true
2832
+ },
2833
+ {
2834
+ "name": "port",
2835
+ "type": "Int!",
2836
+ "required": true
2837
+ },
2838
+ {
2839
+ "name": "parameters",
2840
+ "type": "String",
2841
+ "required": false
2842
+ },
2843
+ {
2844
+ "name": "id",
2845
+ "type": "ID!",
2846
+ "required": true
2847
+ },
2848
+ {
2849
+ "name": "clientMutationId",
2850
+ "type": "String",
2851
+ "required": false,
2852
+ "description": "A unique identifier for the client performing the mutation."
2853
+ }
2854
+ ],
2855
+ "ActivityInput": [
2856
+ {
2857
+ "name": "id",
2858
+ "type": "ID",
2859
+ "required": false
2860
+ },
2861
+ {
2862
+ "name": "label",
2863
+ "type": "String!",
2864
+ "required": true
2865
+ },
2866
+ {
2867
+ "name": "description",
2868
+ "type": "String!",
2869
+ "required": true
2870
+ },
2871
+ {
2872
+ "name": "typeId",
2873
+ "type": "ID",
2874
+ "required": false
2875
+ },
2876
+ {
2877
+ "name": "reference",
2878
+ "type": "String",
2879
+ "required": false
2880
+ },
2881
+ {
2882
+ "name": "item",
2883
+ "type": "String",
2884
+ "required": false
2885
+ },
2886
+ {
2887
+ "name": "category",
2888
+ "type": "String",
2889
+ "required": false
2890
+ },
2891
+ {
2892
+ "name": "actionPlan",
2893
+ "type": "String",
2894
+ "required": false
2895
+ },
2896
+ {
2897
+ "name": "vulnerabilityTemplateId",
2898
+ "type": "ID",
2899
+ "required": false
2900
+ },
2901
+ {
2902
+ "name": "sort",
2903
+ "type": "String",
2904
+ "required": false
2905
+ }
2906
+ ],
2907
+ "AttachmentInput": [
2908
+ {
2909
+ "name": "id",
2910
+ "type": "ID",
2911
+ "required": false
2912
+ },
2913
+ {
2914
+ "name": "description",
2915
+ "type": "String",
2916
+ "required": false
2917
+ },
2918
+ {
2919
+ "name": "projectId",
2920
+ "type": "Int",
2921
+ "required": false
2922
+ },
2923
+ {
2924
+ "name": "issueId",
2925
+ "type": "Int",
2926
+ "required": false
2927
+ },
2928
+ {
2929
+ "name": "allowedPortalUserIds",
2930
+ "type": "[Int!]",
2931
+ "required": false
2932
+ },
2933
+ {
2934
+ "name": "archive",
2935
+ "type": "Upload",
2936
+ "required": false
2937
+ }
2938
+ ],
2939
+ "ActivityAttributeInput": [
2940
+ {
2941
+ "name": "id",
2942
+ "type": "ID",
2943
+ "required": false,
2944
+ "description": "ID for update/destroy (omit for create)"
2945
+ },
2946
+ {
2947
+ "name": "label",
2948
+ "type": "String",
2949
+ "required": false
2950
+ },
2951
+ {
2952
+ "name": "description",
2953
+ "type": "String",
2954
+ "required": false
2955
+ },
2956
+ {
2957
+ "name": "reference",
2958
+ "type": "String",
2959
+ "required": false
2960
+ },
2961
+ {
2962
+ "name": "sort",
2963
+ "type": "Int",
2964
+ "required": false
2965
+ }
2966
+ ],
2967
+ "ThreatModelingRequirementItemInput": [
2968
+ {
2969
+ "name": "label",
2970
+ "type": "String!",
2971
+ "required": true
2972
+ },
2973
+ {
2974
+ "name": "capecIds",
2975
+ "type": "[ID!]!",
2976
+ "required": true
2977
+ },
2978
+ {
2979
+ "name": "requirementId",
2980
+ "type": "ID",
2981
+ "required": false
2982
+ }
2983
+ ]
2984
+ },
2985
+ "enums": {
2986
+ "AssetArch": [
2987
+ "agile",
2988
+ "microservices",
2989
+ "monolithic",
2990
+ "serverless",
2991
+ "none"
2992
+ ],
2993
+ "AssetAudience": [
2994
+ "external",
2995
+ "internal",
2996
+ "internal_and_external",
2997
+ "none"
2998
+ ],
2999
+ "AssetDevelopmentModel": [
3000
+ "agile",
3001
+ "none",
3002
+ "third_party",
3003
+ "waterfall"
3004
+ ],
3005
+ "AssetDevelopmentTeam": [
3006
+ "external",
3007
+ "internal",
3008
+ "internal_and_external",
3009
+ "none"
3010
+ ],
3011
+ "AssetLifeCycle": [
3012
+ "production",
3013
+ "homologation",
3014
+ "certification",
3015
+ "discontinued",
3016
+ "none"
3017
+ ],
3018
+ "AssetScan": [
3019
+ "Server",
3020
+ "DAST",
3021
+ "SAST",
3022
+ "Container",
3023
+ "None"
3024
+ ],
3025
+ "AssetSeverity": [
3026
+ "high",
3027
+ "critical",
3028
+ "low",
3029
+ "none"
3030
+ ],
3031
+ "AssetTypeList": [
3032
+ "none",
3033
+ "client_server",
3034
+ "api",
3035
+ "domain",
3036
+ "progressive_web_app",
3037
+ "web",
3038
+ "native_mobile",
3039
+ "hybrid_mobile",
3040
+ "database",
3041
+ "dmz",
3042
+ "legacy",
3043
+ "cluster",
3044
+ "node"
3045
+ ],
3046
+ "BusinessImpactLevel": [
3047
+ "LOW",
3048
+ "MEDIUM",
3049
+ "HIGH",
3050
+ "NOT_DEFINED"
3051
+ ],
3052
+ "CalendarIntervalEnum": [
3053
+ "MONTHLY",
3054
+ "QUARTERLY",
3055
+ "NONE",
3056
+ "WEEKLY"
3057
+ ],
3058
+ "DataClassification": [
3059
+ "PUBLIC",
3060
+ "INTERNAL",
3061
+ "CONFIDENTIAL",
3062
+ "SENSITIVE",
3063
+ "CRITICAL",
3064
+ "PERSONALLY_IDENTIFIABLE_INFORMATION",
3065
+ "PAYMENT_CARD_INDUSTRY",
3066
+ "NON_SENSITIVE",
3067
+ "NOT_DEFINED"
3068
+ ],
3069
+ "Exploitability": [
3070
+ "INTERNET_FACING",
3071
+ "INTERNAL",
3072
+ "NOT_DEFINED"
3073
+ ],
3074
+ "HTTPMethod": [
3075
+ "GET",
3076
+ "POST",
3077
+ "PUT",
3078
+ "PATCH",
3079
+ "DELETE",
3080
+ "OPTIONS",
3081
+ "HEAD",
3082
+ "TRACE",
3083
+ "CONNECT",
3084
+ "UNKNOWN"
3085
+ ],
3086
+ "ImpactLevelCategory": [
3087
+ "LOW",
3088
+ "MEDIUM",
3089
+ "HIGH"
3090
+ ],
3091
+ "IssueStatusLabel": [
3092
+ "CREATED",
3093
+ "DRAFT",
3094
+ "IDENTIFIED",
3095
+ "IN_PROGRESS",
3096
+ "AWAITING_VALIDATION",
3097
+ "FIX_ACCEPTED",
3098
+ "RISK_ACCEPTED",
3099
+ "FALSE_POSITIVE",
3100
+ "SUPPRESSED"
3101
+ ],
3102
+ "NewProjectStatusEnum": [
3103
+ "ANALYSIS",
3104
+ "DONE",
3105
+ "PLANNED",
3106
+ "DISCONTINUED",
3107
+ "PAUSED"
3108
+ ],
3109
+ "PentestAiDepthEnum": [
3110
+ "STANDARD",
3111
+ "DEEP",
3112
+ "FAST"
3113
+ ],
3114
+ "PentestAiDocFormatEnum": [
3115
+ "GRAPHQL",
3116
+ "SOAP",
3117
+ "OPENAPI",
3118
+ "POSTMAN"
3119
+ ],
3120
+ "PentestAiSizeEnum": [
3121
+ "MEDIUM",
3122
+ "SMALL",
3123
+ "LARGE"
3124
+ ],
3125
+ "ProbabilityLevelCategory": [
3126
+ "LOW",
3127
+ "MEDIUM",
3128
+ "HIGH"
3129
+ ],
3130
+ "RequirementTypeEnum": [
3131
+ "Tests",
3132
+ "Procedures",
3133
+ "Requirements"
3134
+ ],
3135
+ "SchemeCategory": [
3136
+ "HTTP",
3137
+ "HTTPS",
3138
+ "WS",
3139
+ "WSS",
3140
+ "UNKNOWN"
3141
+ ],
3142
+ "SeverityCategory": [
3143
+ "NOTIFICATION",
3144
+ "LOW",
3145
+ "MEDIUM",
3146
+ "HIGH",
3147
+ "CRITICAL"
3148
+ ],
3149
+ "ThreatLevel": [
3150
+ "NOTIFICATION",
3151
+ "NONE",
3152
+ "LOW",
3153
+ "MEDIUM",
3154
+ "HIGH",
3155
+ "CRITICAL"
3156
+ ],
3157
+ "TicketImpactEnum": [
3158
+ "LOW",
3159
+ "MEDIUM",
3160
+ "HIGH"
3161
+ ],
3162
+ "TicketPriorityEnum": [
3163
+ "P1",
3164
+ "P2",
3165
+ "P3"
3166
+ ],
3167
+ "TicketTypeEnum": [
3168
+ "BUG",
3169
+ "FEATURE_REQUEST",
3170
+ "PROJECT_REQUEST",
3171
+ "SUPPORT_REQUEST"
3172
+ ]
3173
+ }
3174
+ }