Skip to content

Commit fb08d30

Browse files
pkieltykaVojtechVitek
authored andcommitted
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent a463094 commit fb08d30

File tree

1 file changed

+1
-347
lines changed

1 file changed

+1
-347
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 1 addition & 347 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 7ba075d1b66432a71b6ee5beab432f2a14948f16
1+
# trails-api v1 3ffa08c363d41ba9b70f4e54f767b7e3b3f737b5
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -2153,202 +2153,6 @@ components:
21532153
description: '[]TokenInfo'
21542154
items:
21552155
$ref: '#/components/schemas/TokenInfo'
2156-
GetMeldCountryDefaultsRequest:
2157-
type: object
2158-
required:
2159-
- countryCode
2160-
properties:
2161-
countryCode:
2162-
type: string
2163-
GetMeldCountryDefaultsResponse:
2164-
type: object
2165-
required:
2166-
- defaults
2167-
properties:
2168-
defaults:
2169-
type: array
2170-
description: '[]MeldCountryDefault'
2171-
items:
2172-
$ref: '#/components/schemas/MeldCountryDefault'
2173-
MeldCountryDefault:
2174-
type: object
2175-
required:
2176-
- countryCode
2177-
- defaultCurrencyCode
2178-
- defaultPaymentMethods
2179-
properties:
2180-
countryCode:
2181-
type: string
2182-
defaultCurrencyCode:
2183-
type: string
2184-
defaultPaymentMethods:
2185-
type: array
2186-
description: '[]string'
2187-
items:
2188-
type: string
2189-
GetMeldFiatCurrenciesRequest:
2190-
type: object
2191-
required:
2192-
- countryCode
2193-
properties:
2194-
countryCode:
2195-
type: string
2196-
GetMeldFiatCurrenciesResponse:
2197-
type: object
2198-
required:
2199-
- fiatCurrencies
2200-
properties:
2201-
fiatCurrencies:
2202-
type: array
2203-
description: '[]MeldFiatCurrency'
2204-
items:
2205-
$ref: '#/components/schemas/MeldFiatCurrency'
2206-
MeldFiatCurrency:
2207-
type: object
2208-
required:
2209-
- currencyCode
2210-
- name
2211-
- symbolImageUrl
2212-
properties:
2213-
currencyCode:
2214-
type: string
2215-
name:
2216-
type: string
2217-
symbolImageUrl:
2218-
type: string
2219-
GetMeldPaymentMethodsRequest:
2220-
type: object
2221-
required:
2222-
- fiatCurrency
2223-
properties:
2224-
fiatCurrency:
2225-
type: string
2226-
GetMeldPaymentMethodsResponse:
2227-
type: object
2228-
required:
2229-
- paymentMethods
2230-
properties:
2231-
paymentMethods:
2232-
type: array
2233-
description: '[]MeldPaymentMethod'
2234-
items:
2235-
$ref: '#/components/schemas/MeldPaymentMethod'
2236-
MeldPaymentMethod:
2237-
type: object
2238-
required:
2239-
- paymentMethod
2240-
- name
2241-
- paymentType
2242-
- logos
2243-
properties:
2244-
paymentMethod:
2245-
type: string
2246-
name:
2247-
type: string
2248-
paymentType:
2249-
type: string
2250-
logos:
2251-
$ref: '#/components/schemas/MeldPaymentLogos'
2252-
MeldPaymentLogos:
2253-
type: object
2254-
required:
2255-
- dark
2256-
- light
2257-
properties:
2258-
dark:
2259-
type: string
2260-
light:
2261-
type: string
2262-
GetMeldCryptoCurrenciesRequest:
2263-
type: object
2264-
required:
2265-
- countryCode
2266-
properties:
2267-
countryCode:
2268-
type: string
2269-
GetMeldCryptoCurrenciesResponse:
2270-
type: object
2271-
required:
2272-
- cryptoCurrencies
2273-
properties:
2274-
cryptoCurrencies:
2275-
type: array
2276-
description: '[]MeldCryptoCurrency'
2277-
items:
2278-
$ref: '#/components/schemas/MeldCryptoCurrency'
2279-
MeldCryptoCurrency:
2280-
type: object
2281-
required:
2282-
- currencyCode
2283-
- name
2284-
- chainCode
2285-
- chainName
2286-
- symbolImageUrl
2287-
properties:
2288-
currencyCode:
2289-
type: string
2290-
name:
2291-
type: string
2292-
chainCode:
2293-
type: string
2294-
chainName:
2295-
type: string
2296-
chainId:
2297-
type: string
2298-
contractAddress:
2299-
type: string
2300-
symbolImageUrl:
2301-
type: string
2302-
GetMeldPurchaseLimitsRequest:
2303-
type: object
2304-
GetMeldPurchaseLimitsResponse:
2305-
type: object
2306-
required:
2307-
- limits
2308-
properties:
2309-
limits:
2310-
type: object
2311-
description: 'map<string,MeldCurrencyLimits>'
2312-
additionalProperties:
2313-
$ref: '#/components/schemas/MeldCurrencyLimits'
2314-
MeldCurrencyLimits:
2315-
type: object
2316-
required:
2317-
- minimumAmount
2318-
- maximumAmount
2319-
properties:
2320-
defaultAmount:
2321-
type: number
2322-
minimumAmount:
2323-
type: number
2324-
maximumAmount:
2325-
type: number
2326-
GetMeldQuoteRequest:
2327-
type: object
2328-
required:
2329-
- sourceAmount
2330-
- sourceCurrencyCode
2331-
- destinationCurrencyCode
2332-
- countryCode
2333-
- walletAddress
2334-
properties:
2335-
sourceAmount:
2336-
type: string
2337-
sourceCurrencyCode:
2338-
type: string
2339-
destinationCurrencyCode:
2340-
type: string
2341-
countryCode:
2342-
type: string
2343-
walletAddress:
2344-
type: string
2345-
GetMeldQuoteResponse:
2346-
type: object
2347-
required:
2348-
- quoteResponse
2349-
properties:
2350-
quoteResponse:
2351-
type: string
23522156
MeldQuote:
23532157
type: object
23542158
required:
@@ -2407,156 +2211,6 @@ components:
24072211
type: boolean
24082212
partnerFee:
24092213
type: number
2410-
CreateMeldWidgetSessionRequest:
2411-
type: object
2412-
required:
2413-
- sessionData
2414-
- sessionType
2415-
- externalCustomerId
2416-
- externalSessionId
2417-
properties:
2418-
sessionData:
2419-
$ref: '#/components/schemas/MeldSessionData'
2420-
sessionType:
2421-
type: string
2422-
externalCustomerId:
2423-
type: string
2424-
externalSessionId:
2425-
type: string
2426-
MeldSessionData:
2427-
type: object
2428-
required:
2429-
- walletAddress
2430-
- countryCode
2431-
- sourceCurrencyCode
2432-
- sourceAmount
2433-
- destinationCurrencyCode
2434-
- serviceProvider
2435-
properties:
2436-
walletAddress:
2437-
type: string
2438-
countryCode:
2439-
type: string
2440-
sourceCurrencyCode:
2441-
type: string
2442-
sourceAmount:
2443-
type: string
2444-
destinationCurrencyCode:
2445-
type: string
2446-
serviceProvider:
2447-
type: string
2448-
paymentMethodType:
2449-
type: string
2450-
redirectUrl:
2451-
type: string
2452-
CreateMeldWidgetSessionResponse:
2453-
type: object
2454-
required:
2455-
- widgetSession
2456-
properties:
2457-
widgetSession:
2458-
type: string
2459-
GetMeldTransactionRequest:
2460-
type: object
2461-
required:
2462-
- transactionId
2463-
properties:
2464-
transactionId:
2465-
type: string
2466-
GetMeldTransactionResponse:
2467-
type: object
2468-
required:
2469-
- transaction
2470-
properties:
2471-
transaction:
2472-
$ref: '#/components/schemas/MeldTransaction'
2473-
SearchMeldTransactionsRequest:
2474-
type: object
2475-
properties:
2476-
statuses:
2477-
type: string
2478-
externalSessionIds:
2479-
type: string
2480-
externalCustomerIds:
2481-
type: string
2482-
customerIds:
2483-
type: string
2484-
sessionIds:
2485-
type: string
2486-
sessionId:
2487-
type: string
2488-
from:
2489-
type: string
2490-
to:
2491-
type: string
2492-
limit:
2493-
type: number
2494-
SearchMeldTransactionsResponse:
2495-
type: object
2496-
required:
2497-
- transactions
2498-
properties:
2499-
transactions:
2500-
$ref: '#/components/schemas/MeldTransactions'
2501-
MeldTransaction:
2502-
type: object
2503-
required:
2504-
- id
2505-
properties:
2506-
id:
2507-
type: string
2508-
MeldTransactions:
2509-
type: object
2510-
required:
2511-
- transactions
2512-
properties:
2513-
transactions:
2514-
type: array
2515-
description: '[]MeldTransaction'
2516-
items:
2517-
$ref: '#/components/schemas/MeldTransaction'
2518-
CreateMeldBankLinkingConnectionRequest:
2519-
type: object
2520-
required:
2521-
- externalCustomerId
2522-
properties:
2523-
externalCustomerId:
2524-
type: string
2525-
institutionId:
2526-
type: string
2527-
institutionSearchString:
2528-
type: string
2529-
products:
2530-
type: array
2531-
description: '[]string'
2532-
items:
2533-
type: string
2534-
optionalProducts:
2535-
type: array
2536-
description: '[]string'
2537-
items:
2538-
type: string
2539-
redirectUrl:
2540-
type: string
2541-
regions:
2542-
type: array
2543-
description: '[]string'
2544-
items:
2545-
type: string
2546-
accountPreferenceOverride:
2547-
$ref: '#/components/schemas/MeldAccountPreferenceOverride'
2548-
MeldAccountPreferenceOverride:
2549-
type: object
2550-
properties:
2551-
allowRedirect:
2552-
type: boolean
2553-
CreateMeldBankLinkingConnectionResponse:
2554-
type: object
2555-
required:
2556-
- connectionResponse
2557-
properties:
2558-
connectionResponse:
2559-
type: string
25602214
Page:
25612215
type: object
25622216
properties:

0 commit comments

Comments
 (0)