mobbdev 1.0.131 → 1.0.133
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/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4633,6 +4633,7 @@ var FixPartsForFixScreenZ = FixQueryZ.merge(
|
|
|
4633
4633
|
z7.object({
|
|
4634
4634
|
vendorIssueId: z7.string(),
|
|
4635
4635
|
issueType: z7.string(),
|
|
4636
|
+
issueLanguage: z7.string(),
|
|
4636
4637
|
sharedState: IssueSharedStateZ
|
|
4637
4638
|
})
|
|
4638
4639
|
)
|
|
@@ -5141,7 +5142,7 @@ var ProjectVulnerabilityReport = z11.object({
|
|
|
5141
5142
|
fixReport: z11.object({
|
|
5142
5143
|
id: z11.string().uuid(),
|
|
5143
5144
|
createdOn: z11.string(),
|
|
5144
|
-
|
|
5145
|
+
vulnerabilityReportIrrelevantIssuesCount: z11.object({
|
|
5145
5146
|
vulnerabilityReportIssues_aggregate: z11.object({
|
|
5146
5147
|
aggregate: z11.object({ count: z11.number() })
|
|
5147
5148
|
})
|