1- # trails-api v1 0077b7e0065e880dfb911316126f00a2057d7b08
1+ # trails-api v1 9dacd2e5232190c510823bb4f33a7deec1a9b3b7
22# --
3- # Code generated by webrpc-gen@v0.36.0 with openapi generator; DO NOT EDIT
3+ # Code generated by webrpc-gen@v0.36.1 with openapi generator; DO NOT EDIT
44#
55# webrpc-gen -service=Trails -methodTreeShake -service=Trails -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://dashboard.trails.build', 'name': 'X-Access-Key'}} -out=proto/docs/trails-api.gen.yaml
66openapi : 3.0.0
@@ -1025,6 +1025,8 @@ components:
10251025 enum :
10261026 - NONE
10271027 - CCTPV2_MESSAGE
1028+ - LZ_COMPOSE
1029+ - LZ_RECEIVE
10281030 TransactionStatus :
10291031 type : string
10301032 description : Represented as uint8 on the server side
@@ -1047,27 +1049,6 @@ components:
10471049 - NORMAL
10481050 - BUSY
10491051 - VERY_BUSY
1050- CCTPTransferStatus :
1051- type : string
1052- description : Represented as uint8 on the server side
1053- enum :
1054- - UNKNOWN
1055- - ON_HOLD
1056- - PENDING
1057- - FETCHING
1058- - COMPLETE
1059- - FAILED
1060- RelayTransferStatus :
1061- type : string
1062- description : Represented as uint8 on the server side
1063- enum :
1064- - UNKNOWN
1065- - ON_HOLD
1066- - PENDING
1067- - FETCHING
1068- - COMPLETE
1069- - REFUNDED
1070- - FAILED
10711052 SortOrder :
10721053 type : string
10731054 description : Represented as uint32 on the server side
@@ -1902,20 +1883,6 @@ components:
19021883 type : number
19031884 feeNative :
19041885 type : number
1905- ChainMetadata :
1906- type : object
1907- required :
1908- - chainId
1909- - name
1910- properties :
1911- chainId :
1912- type : number
1913- name :
1914- type : string
1915- logoUri :
1916- type : string
1917- testnet :
1918- type : boolean
19191886 TokenMetadata :
19201887 type : object
19211888 required :
@@ -1979,87 +1946,6 @@ components:
19791946 type : string
19801947 currencyType :
19811948 type : string
1982- CCTPTransfer :
1983- type : object
1984- required :
1985- - id
1986- - intentId
1987- - originChainId
1988- - destinationChainId
1989- - originTxnId
1990- - originTxnHash
1991- - destinationTxnId
1992- - message
1993- - attestation
1994- - status
1995- - createdAt
1996- - updatedAt
1997- properties :
1998- id :
1999- type : number
2000- intentId :
2001- type : string
2002- originChainId :
2003- type : number
2004- destinationChainId :
2005- type : number
2006- originTxnId :
2007- type : number
2008- originTxnHash :
2009- type : string
2010- destinationTxnId :
2011- type : number
2012- message :
2013- type : string
2014- attestation :
2015- type : string
2016- status :
2017- type : number
2018- statusReason :
2019- type : string
2020- createdAt :
2021- type : string
2022- updatedAt :
2023- type : string
2024- RelayTransfer :
2025- type : object
2026- required :
2027- - id
2028- - intentId
2029- - originChainId
2030- - destinationChainId
2031- - originTxnId
2032- - originTxnHash
2033- - destinationTxnId
2034- - destinationTxnHash
2035- - status
2036- - createdAt
2037- - updatedAt
2038- properties :
2039- id :
2040- type : number
2041- intentId :
2042- type : string
2043- originChainId :
2044- type : number
2045- destinationChainId :
2046- type : number
2047- originTxnId :
2048- type : number
2049- originTxnHash :
2050- type : string
2051- destinationTxnId :
2052- type : number
2053- destinationTxnHash :
2054- type : string
2055- status :
2056- type : number
2057- statusReason :
2058- type : string
2059- createdAt :
2060- type : string
2061- updatedAt :
2062- type : string
20631949 GasFeeOptions :
20641950 type : object
20651951 required :
@@ -2221,35 +2107,6 @@ components:
22212107 type : string
22222108 url :
22232109 type : string
2224- RouteChainInfo :
2225- type : object
2226- required :
2227- - id
2228- - name
2229- - tokenName
2230- - tokenSymbol
2231- - tokenDecimals
2232- - isTestnet
2233- - supportsBridging
2234- properties :
2235- id :
2236- type : number
2237- name :
2238- type : string
2239- tokenName :
2240- type : string
2241- tokenSymbol :
2242- type : string
2243- tokenDecimals :
2244- type : number
2245- isTestnet :
2246- type : boolean
2247- supportsBridging :
2248- type : boolean
2249- logoUri :
2250- type : string
2251- blockExplorerUrl :
2252- type : string
22532110 ChainInfo :
22542111 type : object
22552112 required :
@@ -2429,64 +2286,6 @@ components:
24292286 type : string
24302287 order :
24312288 $ref : ' #/components/schemas/SortOrder'
2432- MeldQuote :
2433- type : object
2434- required :
2435- - transactionType
2436- - sourceAmount
2437- - sourceAmountWithoutFees
2438- - fiatAmountWithoutFees
2439- - sourceCurrencyCode
2440- - countryCode
2441- - totalFee
2442- - networkFee
2443- - transactionFee
2444- - destinationAmount
2445- - destinationCurrencyCode
2446- - exchangeRate
2447- - paymentMethodType
2448- - customerScore
2449- - serviceProvider
2450- - partnerFee
2451- properties :
2452- transactionType :
2453- type : string
2454- sourceAmount :
2455- type : number
2456- sourceAmountWithoutFees :
2457- type : number
2458- fiatAmountWithoutFees :
2459- type : number
2460- destinationAmountWithoutFees :
2461- type : number
2462- sourceCurrencyCode :
2463- type : string
2464- countryCode :
2465- type : string
2466- totalFee :
2467- type : number
2468- networkFee :
2469- type : number
2470- transactionFee :
2471- type : number
2472- destinationAmount :
2473- type : number
2474- destinationCurrencyCode :
2475- type : string
2476- exchangeRate :
2477- type : number
2478- paymentMethodType :
2479- type : string
2480- customerScore :
2481- type : number
2482- serviceProvider :
2483- type : string
2484- institutionName :
2485- type : string
2486- lowKyc :
2487- type : boolean
2488- partnerFee :
2489- type : number
24902289 RuntimeStatus :
24912290 type : object
24922291 required :
0 commit comments