Skip to content

Commit

Permalink
fix(openapi): sync with openapi definition (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 26, 2024
1 parent 533aa2d commit 1cdf5e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8013,11 +8013,6 @@
"additionalProperties": false,
"description": "",
"properties": {
"project_snapshot_hash": {
"type": "string",
"description": "",
"default": ""
},
"repository_id": {
"type": "string",
"description": "",
Expand Down Expand Up @@ -8072,7 +8067,6 @@
"committers",
"id",
"organization_id",
"project_snapshot_hash",
"pull_request",
"repository_id"
]
Expand All @@ -8082,11 +8076,6 @@
"additionalProperties": false,
"description": "",
"properties": {
"project_snapshot_hash": {
"type": "string",
"description": "",
"default": ""
},
"repository_id": {
"type": "string",
"description": "",
Expand Down Expand Up @@ -8141,7 +8130,6 @@
"committers",
"id",
"organization_id",
"project_snapshot_hash",
"pull_request",
"repository_id"
]
Expand Down
4 changes: 0 additions & 4 deletions types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2778,8 +2778,6 @@ export interface operations {
content: {
"application/json": {
before: {
/** @default */
project_snapshot_hash: string;
/** @default */
repository_id: string;
/** @default */
Expand All @@ -2797,8 +2795,6 @@ export interface operations {
organization_id: string;
};
after: {
/** @default */
project_snapshot_hash: string;
/** @default */
repository_id: string;
/** @default */
Expand Down

0 comments on commit 1cdf5e2

Please sign in to comment.