Skip to content

Commit 97e662f

Browse files
committed
Regenerate
1 parent 1df1560 commit 97e662f

7 files changed

Lines changed: 27 additions & 26 deletions

File tree

blockfrost-openapi.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ paths:
13741374
tags:
13751375
- Cardano » Governance
13761376
summary: Specific withdrawals proposal
1377-
description: Parameters withdrawals details.
1377+
description: Withdrawal proposal details.
13781378
parameters:
13791379
- in: path
13801380
name: tx_hash
@@ -6803,9 +6803,10 @@ components:
68036803
tx_hash: 2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531
68046804
cert_index: 1
68056805
governance_type: treasury_withdrawals
6806-
deposit: 12000
6806+
deposit: '12000'
68076807
return_address: stake_test1urd3hs7rlxwwdzthe6hj026dmyt3y0heuulctscyydh2kgck6nkmz
6808-
governance_description: TreasuryWithdrawals (fromList [(RewardAcnt {getRwdNetwork = Testnet, getRwdCred = KeyHashObj (KeyHash "71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60")},Coin 20000000)])
6808+
governance_description:
6809+
tag: InfoAction
68096810
ratified_epoch: null
68106811
enacted_epoch: 123
68116812
dropped_epoch: null

docs/blockfrost-openapi.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ paths:
14831483
tags:
14841484
- Cardano » Governance
14851485
summary: Specific withdrawals proposal
1486-
description: Parameters withdrawals details.
1486+
description: Withdrawal proposal details.
14871487
parameters:
14881488
- in: path
14891489
name: tx_hash
@@ -7145,13 +7145,10 @@ components:
71457145
tx_hash: 2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531
71467146
cert_index: 1
71477147
governance_type: treasury_withdrawals
7148-
deposit: 12000
7148+
deposit: '12000'
71497149
return_address: stake_test1urd3hs7rlxwwdzthe6hj026dmyt3y0heuulctscyydh2kgck6nkmz
7150-
governance_description: >-
7151-
TreasuryWithdrawals (fromList [(RewardAcnt {getRwdNetwork = Testnet,
7152-
getRwdCred = KeyHashObj (KeyHash
7153-
"71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60")},Coin
7154-
20000000)])
7150+
governance_description:
7151+
tag: InfoAction
71557152
ratified_epoch: null
71567153
enacted_epoch: 123
71577154
dropped_epoch: null

json-schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@
16831683
"Cardano » Governance"
16841684
],
16851685
"summary": "Specific withdrawals proposal",
1686-
"description": "Parameters withdrawals details.",
1686+
"description": "Withdrawal proposal details.",
16871687
"parameters": [
16881688
{
16891689
"in": "path",
@@ -9318,9 +9318,11 @@
93189318
"tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
93199319
"cert_index": 1,
93209320
"governance_type": "treasury_withdrawals",
9321-
"deposit": 12000,
9321+
"deposit": "12000",
93229322
"return_address": "stake_test1urd3hs7rlxwwdzthe6hj026dmyt3y0heuulctscyydh2kgck6nkmz",
9323-
"governance_description": "TreasuryWithdrawals (fromList [(RewardAcnt {getRwdNetwork = Testnet, getRwdCred = KeyHashObj (KeyHash \"71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60\")},Coin 20000000)])",
9323+
"governance_description": {
9324+
"tag": "InfoAction"
9325+
},
93249326
"ratified_epoch": null,
93259327
"enacted_epoch": 123,
93269328
"dropped_epoch": null,

openapi.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ paths:
14831483
tags:
14841484
- Cardano » Governance
14851485
summary: Specific withdrawals proposal
1486-
description: Parameters withdrawals details.
1486+
description: Withdrawal proposal details.
14871487
parameters:
14881488
- in: path
14891489
name: tx_hash
@@ -7145,13 +7145,10 @@ components:
71457145
tx_hash: 2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531
71467146
cert_index: 1
71477147
governance_type: treasury_withdrawals
7148-
deposit: 12000
7148+
deposit: '12000'
71497149
return_address: stake_test1urd3hs7rlxwwdzthe6hj026dmyt3y0heuulctscyydh2kgck6nkmz
7150-
governance_description: >-
7151-
TreasuryWithdrawals (fromList [(RewardAcnt {getRwdNetwork = Testnet,
7152-
getRwdCred = KeyHashObj (KeyHash
7153-
"71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60")},Coin
7154-
20000000)])
7150+
governance_description:
7151+
tag: InfoAction
71557152
ratified_epoch: null
71567153
enacted_epoch: 123
71577154
dropped_epoch: null

src/generated-types.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ export interface paths {
13131313
};
13141314
/**
13151315
* Specific withdrawals proposal
1316-
* @description Parameters withdrawals details.
1316+
* @description Withdrawal proposal details.
13171317
*/
13181318
get: {
13191319
parameters: {
@@ -7082,9 +7082,11 @@ export interface components {
70827082
* "tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
70837083
* "cert_index": 1,
70847084
* "governance_type": "treasury_withdrawals",
7085-
* "deposit": 12000,
7085+
* "deposit": "12000",
70867086
* "return_address": "stake_test1urd3hs7rlxwwdzthe6hj026dmyt3y0heuulctscyydh2kgck6nkmz",
7087-
* "governance_description": "TreasuryWithdrawals (fromList [(RewardAcnt {getRwdNetwork = Testnet, getRwdCred = KeyHashObj (KeyHash \"71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60\")},Coin 20000000)])",
7087+
* "governance_description": {
7088+
* "tag": "InfoAction"
7089+
* },
70887090
* "ratified_epoch": null,
70897091
* "enacted_epoch": 123,
70907092
* "dropped_epoch": null,

test/tests/__snapshots__/get-schema-for-endpoint.test.ts.snap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12508,12 +12508,14 @@ under which it is valid
1250812508
"200": {
1250912509
"example": {
1251012510
"cert_index": 1,
12511-
"deposit": 12000,
12511+
"deposit": "12000",
1251212512
"dropped_epoch": null,
1251312513
"enacted_epoch": 123,
1251412514
"expiration": 120,
1251512515
"expired_epoch": null,
12516-
"governance_description": "TreasuryWithdrawals (fromList [(RewardAcnt {getRwdNetwork = Testnet, getRwdCred = KeyHashObj (KeyHash "71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60")},Coin 20000000)])",
12516+
"governance_description": {
12517+
"tag": "InfoAction",
12518+
},
1251712519
"governance_type": "treasury_withdrawals",
1251812520
"ratified_epoch": null,
1251912521
"return_address": "stake_test1urd3hs7rlxwwdzthe6hj026dmyt3y0heuulctscyydh2kgck6nkmz",

0 commit comments

Comments
 (0)