Skip to content

Commit

Permalink
Regenerate Nexus API bindings with the latest generator
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Dec 19, 2024
1 parent ddd70d6 commit 63bdf6b
Show file tree
Hide file tree
Showing 105 changed files with 6,566 additions and 2,279 deletions.
2 changes: 1 addition & 1 deletion src/vendors/nexus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface ExtendedRuntimeTransaction extends NexusRuntimeTransaction {
export function getNexusAPIs(url: string | 'https://nexus.oasis.io/v1/') {
const explorerConfig = new Configuration({
basePath: url,
...throwAPIErrors,
fetchApi: throwAPIErrors.fetchApi,
})

const api = new NexusApi(explorerConfig)
Expand Down
43 changes: 21 additions & 22 deletions src/vendors/nexus/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.openapi-generator-ignore
apis/DefaultApi.ts
apis/index.ts
index.ts
models/Account.ts
models/AccountList.ts
models/AccountListAllOf.ts
models/AccountListAllOfAccounts.ts
models/AccountStats.ts
models/ActiveAccounts.ts
models/ActiveAccountsList.ts
Expand All @@ -14,60 +13,60 @@ models/Allowance.ts
models/BareTokenHolder.ts
models/Block.ts
models/BlockList.ts
models/BlockListAllOf.ts
models/BlockListAllOfBlocks.ts
models/ConsensusEvent.ts
models/ConsensusEventList.ts
models/ConsensusEventListAllOf.ts
models/ConsensusEventListAllOfEvents.ts
models/ConsensusEventType.ts
models/ConsensusTxMethod.ts
models/DebondingDelegation.ts
models/DebondingDelegationList.ts
models/DebondingDelegationListAllOf.ts
models/DebondingDelegationListAllOfDebondingDelegations.ts
models/Delegation.ts
models/DelegationList.ts
models/DelegationListAllOf.ts
models/DelegationListAllOfDelegations.ts
models/Entity.ts
models/EntityList.ts
models/EntityListAllOf.ts
models/EntityListAllOfEntities.ts
models/Epoch.ts
models/EpochList.ts
models/EpochListAllOf.ts
models/EpochListAllOfEpochs.ts
models/Escrow.ts
models/EvmAbiParam.ts
models/EvmEventToken.ts
models/EvmNft.ts
models/EvmNftList.ts
models/EvmNftListAllOf.ts
models/EvmNftListAllOfEvmNfts.ts
models/EvmToken.ts
models/EvmTokenList.ts
models/EvmTokenListAllOf.ts
models/EvmTokenListAllOfEvmTokens.ts
models/EvmTokenType.ts
models/InlineResponse400.ts
models/GetStatus400Response.ts
models/Layer.ts
models/List.ts
models/Node.ts
models/NodeList.ts
models/NodeListAllOf.ts
models/NodeListAllOfNodes.ts
models/Proposal.ts
models/ProposalList.ts
models/ProposalListAllOf.ts
models/ProposalListAllOfProposals.ts
models/ProposalState.ts
models/ProposalTarget.ts
models/ProposalVote.ts
models/ProposalVotes.ts
models/ProposalVotesAllOf.ts
models/ProposalVotesAllOfVotes.ts
models/RoothashMessage.ts
models/RoothashMessageList.ts
models/RoothashMessageListAllOf.ts
models/RoothashMessageListAllOfRoothashMessages.ts
models/RoothashMessageType.ts
models/Runtime.ts
models/RuntimeAccount.ts
models/RuntimeBlock.ts
models/RuntimeBlockList.ts
models/RuntimeBlockListAllOf.ts
models/RuntimeBlockListAllOfBlocks.ts
models/RuntimeEvent.ts
models/RuntimeEventList.ts
models/RuntimeEventListAllOf.ts
models/RuntimeEventListAllOfEvents.ts
models/RuntimeEventType.ts
models/RuntimeEvmBalance.ts
models/RuntimeEvmContract.ts
Expand All @@ -77,24 +76,24 @@ models/RuntimeStatus.ts
models/RuntimeTransaction.ts
models/RuntimeTransactionEncryptionEnvelope.ts
models/RuntimeTransactionList.ts
models/RuntimeTransactionListAllOf.ts
models/RuntimeTransactionListAllOfTransactions.ts
models/Status.ts
models/TokenHolderList.ts
models/TokenHolderListAllOf.ts
models/TokenHolderListAllOfHolders.ts
models/Transaction.ts
models/TransactionList.ts
models/TransactionListAllOf.ts
models/TransactionListAllOfTransactions.ts
models/TxError.ts
models/TxVolume.ts
models/TxVolumeList.ts
models/Validator.ts
models/ValidatorAggStats.ts
models/ValidatorCommissionBound.ts
models/ValidatorHistory.ts
models/ValidatorHistoryAllOf.ts
models/ValidatorHistoryAllOfHistory.ts
models/ValidatorHistoryPoint.ts
models/ValidatorList.ts
models/ValidatorListAllOf.ts
models/ValidatorListAllOfValidators.ts
models/ValidatorMedia.ts
models/ValidatorsResponse.ts
models/VerificationLevel.ts
Expand Down
2 changes: 1 addition & 1 deletion src/vendors/nexus/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
7.10.0
Loading

0 comments on commit 63bdf6b

Please sign in to comment.