File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 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" : " " ,
80728067 " committers" ,
80738068 " id" ,
80748069 " organization_id" ,
8075- " project_snapshot_hash" ,
80768070 " pull_request" ,
80778071 " repository_id"
80788072 ]
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" : " " ,
81418130 " committers" ,
81428131 " id" ,
81438132 " organization_id" ,
8144- " project_snapshot_hash" ,
81458133 " pull_request" ,
81468134 " repository_id"
81478135 ]
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments