Skip to content

Commit 0487560

Browse files
authored
chore: refresh data (#154)
1 parent a6261e1 commit 0487560

File tree

16 files changed

+22186
-14872
lines changed

16 files changed

+22186
-14872
lines changed

integration-tests-definitions/api.github.com.yaml

Lines changed: 7998 additions & 11519 deletions
Large diffs are not rendered by default.

integration-tests-definitions/stripe.yaml

Lines changed: 6769 additions & 2997 deletions
Large diffs are not rendered by default.

integration-tests/typescript-angular/src/generated/api.github.com.yaml/models.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,17 +2357,7 @@ export type t_global_advisory = {
23572357
readonly type: "reviewed" | "unreviewed" | "malware"
23582358
readonly updated_at: string
23592359
readonly url: string
2360-
vulnerabilities:
2361-
| {
2362-
first_patched_version: string | null
2363-
package: {
2364-
ecosystem: t_security_advisory_ecosystems
2365-
name: string | null
2366-
} | null
2367-
readonly vulnerable_functions: string[] | null
2368-
vulnerable_version_range: string | null
2369-
}[]
2370-
| null
2360+
vulnerabilities: t_vulnerability[] | null
23712361
readonly withdrawn_at: string | null
23722362
}
23732363

@@ -5668,7 +5658,7 @@ export type t_repository_ruleset = {
56685658

56695659
export type t_repository_ruleset_bypass_actor = {
56705660
actor_id: number
5671-
actor_type: "RepositoryRole" | "Team" | "Integration" | "OrganizationAdmin"
5661+
actor_type: "Integration" | "OrganizationAdmin" | "RepositoryRole" | "Team"
56725662
bypass_mode: "always" | "pull_request"
56735663
}
56745664

@@ -6998,6 +6988,16 @@ export type t_view_traffic = {
69986988
views: t_traffic[]
69996989
}
70006990

6991+
export type t_vulnerability = {
6992+
first_patched_version: string | null
6993+
package: {
6994+
ecosystem: t_security_advisory_ecosystems
6995+
name: string | null
6996+
} | null
6997+
readonly vulnerable_functions: string[] | null
6998+
vulnerable_version_range: string | null
6999+
}
7000+
70017001
export type t_wait_timer = number
70027002

70037003
export type t_webhook_config = {

0 commit comments

Comments
 (0)