Skip to content

Commit 1b5ec30

Browse files
committed
feat: update proto files and regenerate ts with newest changes
1 parent f0c5c0d commit 1b5ec30

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

generated/openfeed.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
/**

generated/openfeed_instrument.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 */

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

45504550
protobufjs@^7.2.4:
45514551
version "7.2.5"

0 commit comments

Comments
 (0)