Skip to content

Commit 26f6f40

Browse files
committed
Update type formatting
1 parent 7d0a43c commit 26f6f40

File tree

1 file changed

+119
-125
lines changed

1 file changed

+119
-125
lines changed

types/api.d.ts

Lines changed: 119 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,37 +2434,35 @@ export interface components {
24342434
* @default
24352435
*/
24362436
vulnerableVersionRange: string
2437-
kevs:
2438-
| Array<{
2439-
/** @default */
2440-
vulnerabilityName: string
2441-
/** @default */
2442-
shortDescription: string | null
2443-
/** @default */
2444-
requiredAction: string | null
2445-
/**
2446-
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2447-
* @default
2448-
*/
2449-
dateAdded: string
2450-
/**
2451-
* @description Remediation deadline for federal agencies (ISO 8601 format)
2452-
* @default
2453-
*/
2454-
dueDate: string | null
2455-
/**
2456-
* @description Known, Unknown, or specific ransomware campaign names
2457-
* @default
2458-
*/
2459-
knownRansomwareCampaignUse: string | null
2460-
/** @default */
2461-
notes: string | null
2462-
/** @default */
2463-
vendorProject: string
2464-
/** @default */
2465-
product: string
2466-
}>
2467-
| null
2437+
kevs: Array<{
2438+
/** @default */
2439+
vulnerabilityName: string
2440+
/** @default */
2441+
shortDescription: string | null
2442+
/** @default */
2443+
requiredAction: string | null
2444+
/**
2445+
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2446+
* @default
2447+
*/
2448+
dateAdded: string
2449+
/**
2450+
* @description Remediation deadline for federal agencies (ISO 8601 format)
2451+
* @default
2452+
*/
2453+
dueDate: string | null
2454+
/**
2455+
* @description Known, Unknown, or specific ransomware campaign names
2456+
* @default
2457+
*/
2458+
knownRansomwareCampaignUse: string | null
2459+
/** @default */
2460+
notes: string | null
2461+
/** @default */
2462+
vendorProject: string
2463+
/** @default */
2464+
product: string
2465+
}> | null
24682466
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
24692467
epss: {
24702468
/** @default 0 */
@@ -2535,37 +2533,35 @@ export interface components {
25352533
* @default
25362534
*/
25372535
vulnerableVersionRange: string
2538-
kevs:
2539-
| Array<{
2540-
/** @default */
2541-
vulnerabilityName: string
2542-
/** @default */
2543-
shortDescription: string | null
2544-
/** @default */
2545-
requiredAction: string | null
2546-
/**
2547-
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2548-
* @default
2549-
*/
2550-
dateAdded: string
2551-
/**
2552-
* @description Remediation deadline for federal agencies (ISO 8601 format)
2553-
* @default
2554-
*/
2555-
dueDate: string | null
2556-
/**
2557-
* @description Known, Unknown, or specific ransomware campaign names
2558-
* @default
2559-
*/
2560-
knownRansomwareCampaignUse: string | null
2561-
/** @default */
2562-
notes: string | null
2563-
/** @default */
2564-
vendorProject: string
2565-
/** @default */
2566-
product: string
2567-
}>
2568-
| null
2536+
kevs: Array<{
2537+
/** @default */
2538+
vulnerabilityName: string
2539+
/** @default */
2540+
shortDescription: string | null
2541+
/** @default */
2542+
requiredAction: string | null
2543+
/**
2544+
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2545+
* @default
2546+
*/
2547+
dateAdded: string
2548+
/**
2549+
* @description Remediation deadline for federal agencies (ISO 8601 format)
2550+
* @default
2551+
*/
2552+
dueDate: string | null
2553+
/**
2554+
* @description Known, Unknown, or specific ransomware campaign names
2555+
* @default
2556+
*/
2557+
knownRansomwareCampaignUse: string | null
2558+
/** @default */
2559+
notes: string | null
2560+
/** @default */
2561+
vendorProject: string
2562+
/** @default */
2563+
product: string
2564+
}> | null
25692565
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
25702566
epss: {
25712567
/** @default 0 */
@@ -2636,37 +2632,35 @@ export interface components {
26362632
* @default
26372633
*/
26382634
vulnerableVersionRange: string
2639-
kevs:
2640-
| Array<{
2641-
/** @default */
2642-
vulnerabilityName: string
2643-
/** @default */
2644-
shortDescription: string | null
2645-
/** @default */
2646-
requiredAction: string | null
2647-
/**
2648-
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2649-
* @default
2650-
*/
2651-
dateAdded: string
2652-
/**
2653-
* @description Remediation deadline for federal agencies (ISO 8601 format)
2654-
* @default
2655-
*/
2656-
dueDate: string | null
2657-
/**
2658-
* @description Known, Unknown, or specific ransomware campaign names
2659-
* @default
2660-
*/
2661-
knownRansomwareCampaignUse: string | null
2662-
/** @default */
2663-
notes: string | null
2664-
/** @default */
2665-
vendorProject: string
2666-
/** @default */
2667-
product: string
2668-
}>
2669-
| null
2635+
kevs: Array<{
2636+
/** @default */
2637+
vulnerabilityName: string
2638+
/** @default */
2639+
shortDescription: string | null
2640+
/** @default */
2641+
requiredAction: string | null
2642+
/**
2643+
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2644+
* @default
2645+
*/
2646+
dateAdded: string
2647+
/**
2648+
* @description Remediation deadline for federal agencies (ISO 8601 format)
2649+
* @default
2650+
*/
2651+
dueDate: string | null
2652+
/**
2653+
* @description Known, Unknown, or specific ransomware campaign names
2654+
* @default
2655+
*/
2656+
knownRansomwareCampaignUse: string | null
2657+
/** @default */
2658+
notes: string | null
2659+
/** @default */
2660+
vendorProject: string
2661+
/** @default */
2662+
product: string
2663+
}> | null
26702664
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
26712665
epss: {
26722666
/** @default 0 */
@@ -2737,37 +2731,35 @@ export interface components {
27372731
* @default
27382732
*/
27392733
vulnerableVersionRange: string
2740-
kevs:
2741-
| Array<{
2742-
/** @default */
2743-
vulnerabilityName: string
2744-
/** @default */
2745-
shortDescription: string | null
2746-
/** @default */
2747-
requiredAction: string | null
2748-
/**
2749-
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2750-
* @default
2751-
*/
2752-
dateAdded: string
2753-
/**
2754-
* @description Remediation deadline for federal agencies (ISO 8601 format)
2755-
* @default
2756-
*/
2757-
dueDate: string | null
2758-
/**
2759-
* @description Known, Unknown, or specific ransomware campaign names
2760-
* @default
2761-
*/
2762-
knownRansomwareCampaignUse: string | null
2763-
/** @default */
2764-
notes: string | null
2765-
/** @default */
2766-
vendorProject: string
2767-
/** @default */
2768-
product: string
2769-
}>
2770-
| null
2734+
kevs: Array<{
2735+
/** @default */
2736+
vulnerabilityName: string
2737+
/** @default */
2738+
shortDescription: string | null
2739+
/** @default */
2740+
requiredAction: string | null
2741+
/**
2742+
* @description Date when added to CISA KEV catalog (ISO 8601 format)
2743+
* @default
2744+
*/
2745+
dateAdded: string
2746+
/**
2747+
* @description Remediation deadline for federal agencies (ISO 8601 format)
2748+
* @default
2749+
*/
2750+
dueDate: string | null
2751+
/**
2752+
* @description Known, Unknown, or specific ransomware campaign names
2753+
* @default
2754+
*/
2755+
knownRansomwareCampaignUse: string | null
2756+
/** @default */
2757+
notes: string | null
2758+
/** @default */
2759+
vendorProject: string
2760+
/** @default */
2761+
product: string
2762+
}> | null
27712763
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
27722764
epss: {
27732765
/** @default 0 */
@@ -5332,7 +5324,9 @@ export interface operations {
53325324
parameters: {
53335325
query: {
53345326
/** @description Control which alert priority fields to include in the response. Set to "true" to include all fields, "false" to exclude all fields, or specify individual fields like "components,formula" to include only those fields. */
5335-
include_alert_priority_details?: boolean | Array<'component' | 'formula'>
5327+
include_alert_priority_details?:
5328+
| boolean
5329+
| Array<'component' | 'formula'>
53365330
/** @description Include license details in the response. This can increase the response size significantly. */
53375331
include_license_details: boolean
53385332
}

0 commit comments

Comments
 (0)