Skip to content

Commit 15202a4

Browse files
author
Sentio Bot
committed
chore: update
1 parent 4d2758d commit 15202a4

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

doc/index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5067,23 +5067,6 @@
50675067
"type" : "string"
50685068
}
50695069
}
5070-
};
5071-
defs["solidity_service.FetchAndCompileInternalResponse"] = {
5072-
"type" : "object",
5073-
"properties" : {
5074-
"compiledAddresses" : {
5075-
"type" : "array",
5076-
"items" : {
5077-
"type" : "string"
5078-
}
5079-
},
5080-
"failures" : {
5081-
"type" : "object",
5082-
"additionalProperties" : {
5083-
"$ref" : "#/components/schemas/solidity_service.Failure"
5084-
}
5085-
}
5086-
}
50875070
};
50885071
defs["solidity_service.Fork"] = {
50895072
"type" : "object",

openapi.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7472,23 +7472,6 @@
74727472
}
74737473
}
74747474
},
7475-
"solidity_service.FetchAndCompileInternalResponse": {
7476-
"type": "object",
7477-
"properties": {
7478-
"compiledAddresses": {
7479-
"type": "array",
7480-
"items": {
7481-
"type": "string"
7482-
}
7483-
},
7484-
"failures": {
7485-
"type": "object",
7486-
"additionalProperties": {
7487-
"$ref": "#/definitions/solidity_service.Failure"
7488-
}
7489-
}
7490-
}
7491-
},
74927475
"solidity_service.Fork": {
74937476
"type": "object",
74947477
"properties": {

src/types.gen.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,12 +2302,6 @@ export namespace solidity_service {
23022302
error?: string;
23032303
reason?: string;
23042304
};
2305-
export type FetchAndCompileInternalResponse = {
2306-
compiledAddresses?: Array<string>;
2307-
failures?: {
2308-
[key: string]: Failure;
2309-
};
2310-
};
23112305
export type Fork = {
23122306
id?: string;
23132307
type?: ForkType;

0 commit comments

Comments
 (0)