Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 OpenAPI types changed #447

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 47 additions & 7 deletions cache/api.github.com.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "17.1.1",
"version": "18.0.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
@@ -2427,7 +2427,7 @@
"tags": [
"classroom"
],
"operationId": "classroom/list-accepted-assigments-for-an-assignment",
"operationId": "classroom/list-accepted-assignments-for-an-assignment",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment"
@@ -143734,6 +143734,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
@@ -143745,6 +143748,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -143860,7 +143867,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
@@ -144054,6 +144062,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
@@ -144065,6 +144076,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -144315,6 +144330,7 @@
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
@@ -144457,7 +144473,7 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"type": "string",
"nullable": true,
"enum": [
@@ -144661,6 +144677,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
@@ -144672,6 +144691,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -144813,7 +144836,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"fixed"
@@ -144919,11 +144943,18 @@
"type": "object",
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"type": "string",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -145061,7 +145092,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
@@ -145170,10 +145202,17 @@
"dismissed_by": {
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -145289,7 +145328,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
54 changes: 47 additions & 7 deletions cache/ghec.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "17.1.1",
"version": "18.0.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
@@ -2443,7 +2443,7 @@
"tags": [
"classroom"
],
"operationId": "classroom/list-accepted-assigments-for-an-assignment",
"operationId": "classroom/list-accepted-assignments-for-an-assignment",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-accepted-assignments-for-an-assignment"
@@ -156598,6 +156598,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
@@ -156609,6 +156612,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -156724,7 +156731,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
@@ -156918,6 +156926,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
@@ -156929,6 +156940,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -157179,6 +157194,7 @@
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
@@ -157321,7 +157337,7 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"type": "string",
"nullable": true,
"enum": [
@@ -157525,6 +157541,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
@@ -157536,6 +157555,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -157677,7 +157700,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"fixed"
@@ -157783,11 +157807,18 @@
"type": "object",
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"type": "string",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -157925,7 +157956,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
@@ -158034,10 +158066,17 @@
"dismissed_by": {
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
@@ -158153,7 +158192,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
Loading