File tree Expand file tree Collapse file tree 2 files changed +29
-7
lines changed
Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 8
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-884f18e4506c7377991e877f608ef1c97fde7353ea705d90d5108b5e6d46a4fc .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-9c4cbbd20ce1628e48129ad8e871b729c3f774c5d1ff4cbc560fca81db611d93 .yml
33openapi_spec_hash : e511d8f4716a56182b97d139eb89b68a
4- config_hash : 3667d687d5c2fabe8a6d85412fbb0c88
4+ config_hash : 1bee02a0eeb902e1ea32aa032bc70f54
Original file line number Diff line number Diff line change @@ -97,16 +97,20 @@ export namespace BuildTarget {
9797 commit : Completed . Commit | null ;
9898
9999 conclusion :
100+ | 'success'
101+ | 'failure'
102+ | 'skipped'
103+ | 'cancelled'
104+ | 'action_required'
105+ | 'neutral'
106+ | 'timed_out'
100107 | 'error'
101108 | 'warning'
102109 | 'note'
103- | 'success'
104110 | 'merge_conflict'
105111 | 'upstream_merge_conflict'
106112 | 'fatal'
107113 | 'payment_required'
108- | 'cancelled'
109- | 'timed_out'
110114 | 'noop'
111115 | 'version_bump' ;
112116
@@ -173,7 +177,16 @@ export namespace BuildTarget {
173177 | 'cancelled'
174178 | 'action_required'
175179 | 'neutral'
176- | 'timed_out' ;
180+ | 'timed_out'
181+ | 'error'
182+ | 'warning'
183+ | 'note'
184+ | 'merge_conflict'
185+ | 'upstream_merge_conflict'
186+ | 'fatal'
187+ | 'payment_required'
188+ | 'noop'
189+ | 'version_bump' ;
177190 }
178191 }
179192
@@ -204,7 +217,16 @@ export namespace BuildTarget {
204217 | 'cancelled'
205218 | 'action_required'
206219 | 'neutral'
207- | 'timed_out' ;
220+ | 'timed_out'
221+ | 'error'
222+ | 'warning'
223+ | 'note'
224+ | 'merge_conflict'
225+ | 'upstream_merge_conflict'
226+ | 'fatal'
227+ | 'payment_required'
228+ | 'noop'
229+ | 'version_bump' ;
208230 }
209231 }
210232}
You can’t perform that action at this time.
0 commit comments