IMP-123: change namespace (#36)

* IMP-123: add service for working with terminals

* IMP-123: fix TerminalBalanceResponse

* IMP-123: remove erlang flow

* IMP-123: remove continuation token

* IMP-123: fix typo

* IMP-123: move Balance type

* IMP-123: set balance as optional

* IMP-123: change api

* IMP-123: change namespace

* IMP-123: fix frontend build
This commit is contained in:
Fedor Shimich 2024-04-17 15:20:12 +03:00 committed by GitHub
parent d50650fcb0
commit 9ce7fc6183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "@vality/scrooge-proto",
"version": "0.1.0",
"scripts": {
"codegen": "thrift-codegen --i ./proto --n scrooge terminal_balance"
"codegen": "thrift-codegen --i ./proto --n scrooge account_balance"
},
"publishConfig": {
"access": "public",

View File

@ -1,6 +1,6 @@
namespace java dev.vality.scrooge.terminal.balance
namespace erlang scrooge.terminal.balance
namespace java dev.vality.scrooge.account
namespace erlang scrooge.account
include "base.thrift"