mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
c9461e1782
* Translate into english * Update api/payres/spec/swagger.yaml * Update api/wallet/spec/definitions/DepositRevertStatus.yaml * Revert webhook public key example * Apply suggestions from code review Co-authored-by: vilorij <vilorij@ya.ru> Co-authored-by: Rinat Arsaev <11846445+A77AY@users.noreply.github.com> * Update api/wallet/spec/definitions/WithdrawalsTopic.yaml * Update api/wallet/spec/paths/identities@{identityID}@withdrawal-methods.yaml * Update api/wallet/spec/paths/destinations@{destinationID}@grants.yaml * Format MD parts * Update api/wallet/spec/definitions/CurrencyID.yaml * Update api/wallet/spec/definitions/Deposit.yaml * Apply suggestions from code review Co-authored-by: vilorij <vilorij@ya.ru> Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Deposit.yaml * Update api/wallet/spec/definitions/Identity.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/DestinationGrantRequest.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/DestinationGrantRequest.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/DestinationGrantRequest.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/FileDownload.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/W2WTransfer.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/payres/spec/swagger.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Destination.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Provider.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/Report.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/Identity.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Provider.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Report.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/QuoteParameters.yaml * Update api/wallet/spec/definitions/SourceID.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/ReceiverResource.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Fixes * Remove crowdin configuration Co-authored-by: vilorij <vilorij@ya.ru> Co-authored-by: Rinat Arsaev <11846445+A77AY@users.noreply.github.com> Co-authored-by: Артем <WWW_cool@inbox.ru>
40 lines
510 B
Plaintext
40 lines
510 B
Plaintext
# Dir for API portal deploy
|
|
dist/
|
|
out/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Frontend
|
|
/lib
|
|
|
|
# Other
|
|
.DS_Store |