mobbdev 1.0.33 → 1.0.34
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 +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1207,6 +1207,7 @@ var ReportQueryResultZ = z7.object({
|
|
|
1207
1207
|
isKnownBranch: z7.boolean().nullish().default(true)
|
|
1208
1208
|
}),
|
|
1209
1209
|
vulnerabilityReport: z7.object({
|
|
1210
|
+
id: z7.string().uuid(),
|
|
1210
1211
|
reportSummaryUrl: z7.string().url().nullish(),
|
|
1211
1212
|
vendor: z7.nativeEnum(Vulnerability_Report_Vendor_Enum).nullable(),
|
|
1212
1213
|
issuesWithKnownLanguage: z7.number().nullable(),
|