File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ export enum ActionType {
117117 LISTING = 1 ,
118118 DELISTING = 2 ,
119119 EXCHANGE_MOVE = 3 ,
120+ ALIAS_CHANGED = 4 ,
120121 UNRECOGNIZED = - 1
121122}
122123/**
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ export enum InstrumentDefinition_InstrumentType {
163163 MONEY_MARKET_FUND = 8 ,
164164 USER_DEFINED_SPREAD = 9 ,
165165 EQUITY_OPTION = 10 ,
166+ OTHER = 99 ,
166167 UNRECOGNIZED = - 1
167168}
168169/** / Market depth implementation type */
Original file line number Diff line number Diff line change @@ -4545,7 +4545,7 @@ prompts@^2.0.1:
45454545
45464546" proto@git+ssh://git@github.com/openfeed-org/proto.git#master " :
45474547 version "0.0.0"
4548- resolved "git+ssh://git@github.com/openfeed-org/proto.git#d6ede51b92dce28fb1406ddba3f373b2cc0ba6e2 "
4548+ resolved "git+ssh://git@github.com/openfeed-org/proto.git#67885c572d1f4c564d86dc437d3d3ad7e8ba3e53 "
45494549
45504550protobufjs@^7.2.4 :
45514551 version "7.2.5"
You can’t perform that action at this time.
0 commit comments