chore(openapi): bump to latest beta #633
Annotations
3 errors and 1 warning
build (18.x):
src/routes/epochs/latest/parameters.ts#L1
Type 'QueryResult<EpochParameters>' is not assignable to type '{ rows: { epoch: number; min_fee_a: number; min_fee_b: number; max_block_size: number; max_tx_size: number; max_block_header_size: number; key_deposit: string; pool_deposit: string; e_max: number; ... 44 more ...; registered_tx_id: number; }[]; }'.
|
build (18.x):
src/routes/epochs/number/parameters.ts#L1
Type 'QueryResult<EpochParameters>' is not assignable to type '{ rows: { epoch: number; min_fee_a: number; min_fee_b: number; max_block_size: number; max_tx_size: number; max_block_header_size: number; key_deposit: string; pool_deposit: string; e_max: number; ... 44 more ...; registered_tx_id: number; }[]; }'.
|
build (18.x)
Process completed with exit code 2.
|
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|