Skip to content

Commit bddbe0b

Browse files
committed
fixup! feat!: update core types with deserialized PlutusData
1 parent 90dd932 commit bddbe0b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/cardano-services-client/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const apiVersion = {
55
handle: '1.0.0',
66
networkInfo: '1.0.0',
77
rewards: '1.0.0',
8-
root: '2.0.0',
8+
root: '1.0.0',
99
stakePool: '1.0.0',
1010
txSubmit: '2.0.0',
1111
utxo: '2.0.0'

packages/cardano-services-client/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"handle": "1.0.0",
55
"networkInfo": "1.0.0",
66
"rewards": "1.0.0",
7-
"root": "2.0.0",
7+
"root": "1.0.0",
88
"stakePool": "1.0.0",
99
"txSubmit": "2.0.0",
1010
"utxo": "2.0.0"

packages/cardano-services/src/Http/openApi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Apache 2.0",
77
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
88
},
9-
"version": "2.0.0"
9+
"version": "1.0.0"
1010
},
1111
"paths": {
1212
"/v1.0.0/live": {

packages/cardano-services/src/Utxo/openApi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"version": "2.0.0"
1010
},
1111
"paths": {
12-
"/v1.0.0/utxo/health": {
12+
"/v2.0.0/utxo/health": {
1313
"$ref": "../Http/schema.json#/paths/Health"
1414
},
15-
"/v1.0.0/utxo/utxo-by-addresses": {
15+
"/v2.0.0/utxo/utxo-by-addresses": {
1616
"post": {
1717
"summary": "UTxO search",
1818
"operationId": "utxoSearch",

0 commit comments

Comments
 (0)