mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
WIP type updates
This commit is contained in:
35
docs/static/openapi.yml
vendored
35
docs/static/openapi.yml
vendored
@@ -20159,9 +20159,16 @@ paths:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
leaseStart:
|
||||
type: string
|
||||
format: uint64
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
pagination:
|
||||
type: object
|
||||
properties:
|
||||
@@ -20301,9 +20308,16 @@ paths:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
leaseStart:
|
||||
type: string
|
||||
format: uint64
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
default:
|
||||
description: An unexpected error response.
|
||||
schema:
|
||||
@@ -47490,9 +47504,16 @@ definitions:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
leaseStart:
|
||||
type: string
|
||||
format: uint64
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
cosmostest.cosmostest.Bid:
|
||||
type: object
|
||||
properties:
|
||||
@@ -47546,9 +47567,16 @@ definitions:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
leaseStart:
|
||||
type: string
|
||||
format: uint64
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
pagination:
|
||||
type: object
|
||||
properties:
|
||||
@@ -47614,9 +47642,16 @@ definitions:
|
||||
type: string
|
||||
owner:
|
||||
type: string
|
||||
leaseStart:
|
||||
type: string
|
||||
format: uint64
|
||||
leaseEnd:
|
||||
type: string
|
||||
format: uint64
|
||||
closed:
|
||||
type: boolean
|
||||
remaining:
|
||||
type: string
|
||||
cosmostest.cosmostest.QueryGetNextAuctionResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user