Skip to content

Commit 1cdf5e2

Browse files
fix(openapi): sync with openapi definition (#223)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 533aa2d commit 1cdf5e2

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

openapi.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8013,11 +8013,6 @@
80138013
"additionalProperties": false,
80148014
"description": "",
80158015
"properties": {
8016-
"project_snapshot_hash": {
8017-
"type": "string",
8018-
"description": "",
8019-
"default": ""
8020-
},
80218016
"repository_id": {
80228017
"type": "string",
80238018
"description": "",
@@ -8072,7 +8067,6 @@
80728067
"committers",
80738068
"id",
80748069
"organization_id",
8075-
"project_snapshot_hash",
80768070
"pull_request",
80778071
"repository_id"
80788072
]
@@ -8082,11 +8076,6 @@
80828076
"additionalProperties": false,
80838077
"description": "",
80848078
"properties": {
8085-
"project_snapshot_hash": {
8086-
"type": "string",
8087-
"description": "",
8088-
"default": ""
8089-
},
80908079
"repository_id": {
80918080
"type": "string",
80928081
"description": "",
@@ -8141,7 +8130,6 @@
81418130
"committers",
81428131
"id",
81438132
"organization_id",
8144-
"project_snapshot_hash",
81458133
"pull_request",
81468134
"repository_id"
81478135
]

types/api.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,8 +2778,6 @@ export interface operations {
27782778
content: {
27792779
"application/json": {
27802780
before: {
2781-
/** @default */
2782-
project_snapshot_hash: string;
27832781
/** @default */
27842782
repository_id: string;
27852783
/** @default */
@@ -2797,8 +2795,6 @@ export interface operations {
27972795
organization_id: string;
27982796
};
27992797
after: {
2800-
/** @default */
2801-
project_snapshot_hash: string;
28022798
/** @default */
28032799
repository_id: string;
28042800
/** @default */

0 commit comments

Comments
 (0)