File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ components:
205
205
required :
206
206
- id
207
207
- totalRemainingCollateral
208
+ - freeSize
208
209
allOf :
209
210
- $ref : " #/components/schemas/SalesAvailability"
210
211
- type : object
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace CodexPlugin
10
10
public class ApiChecker
11
11
{
12
12
// <INSERT-OPENAPI-YAML-HASH>
13
- private const string OpenApiYamlHash = "FD-C8-0F-19-5E-14-09 -C9-05-93-17-4A-97-50-1D-7E-37-50-B2-30-B2-E6-66-37-23-FA-35-F5-AB-A0-C6-BD " ;
13
+ private const string OpenApiYamlHash = "2F-9D-82-3C-F0-2F-D3 -C9-72-C3-F2-6E-BD-C3-63-F5-67-62-D1-03-B6-60-75-31-22-DF-3F-63-A2-8D-AA-4B " ;
14
14
private const string OpenApiFilePath = "/codex/openapi.yaml" ;
15
15
private const string DisableEnvironmentVariable = "CODEXPLUGIN_DISABLE_APICHECK" ;
16
16
You can’t perform that action at this time.
0 commit comments