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 8013
8013
"additionalProperties" : false ,
8014
8014
"description" : " " ,
8015
8015
"properties" : {
8016
- "project_snapshot_hash" : {
8017
- "type" : " string" ,
8018
- "description" : " " ,
8019
- "default" : " "
8020
- },
8021
8016
"repository_id" : {
8022
8017
"type" : " string" ,
8023
8018
"description" : " " ,
8072
8067
" committers" ,
8073
8068
" id" ,
8074
8069
" organization_id" ,
8075
- " project_snapshot_hash" ,
8076
8070
" pull_request" ,
8077
8071
" repository_id"
8078
8072
]
8082
8076
"additionalProperties" : false ,
8083
8077
"description" : " " ,
8084
8078
"properties" : {
8085
- "project_snapshot_hash" : {
8086
- "type" : " string" ,
8087
- "description" : " " ,
8088
- "default" : " "
8089
- },
8090
8079
"repository_id" : {
8091
8080
"type" : " string" ,
8092
8081
"description" : " " ,
8141
8130
" committers" ,
8142
8131
" id" ,
8143
8132
" organization_id" ,
8144
- " project_snapshot_hash" ,
8145
8133
" pull_request" ,
8146
8134
" repository_id"
8147
8135
]
Original file line number Diff line number Diff line change @@ -2778,8 +2778,6 @@ export interface operations {
2778
2778
content : {
2779
2779
"application/json" : {
2780
2780
before : {
2781
- /** @default */
2782
- project_snapshot_hash : string ;
2783
2781
/** @default */
2784
2782
repository_id : string ;
2785
2783
/** @default */
@@ -2797,8 +2795,6 @@ export interface operations {
2797
2795
organization_id : string ;
2798
2796
} ;
2799
2797
after : {
2800
- /** @default */
2801
- project_snapshot_hash : string ;
2802
2798
/** @default */
2803
2799
repository_id : string ;
2804
2800
/** @default */
You can’t perform that action at this time.
0 commit comments