mirror of
https://github.com/valitydev/scrooge-proto.git
synced 2024-11-06 08:45:17 +00:00
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:
parent
d50650fcb0
commit
9ce7fc6183
@ -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",
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user