File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -230,19 +230,19 @@ message SetPublisherPublicKeys {
230230// Allow publisher to publish for the specified feeds.
231231message AddPublisherAllowedFeedIds {
232232 // Must not be empty.
233- repeated bytes allowed_feed_ids_to_add = 1 ;
233+ repeated uint32 allowed_feed_ids_to_add = 1 ;
234234}
235235
236236// Disallow publisher to publish for the specified feeds.
237237message RemovePublisherAllowedFeedIds {
238238 // Must not be empty.
239- repeated bytes allowed_feed_ids_to_remove = 1 ;
239+ repeated uint32 allowed_feed_ids_to_remove = 1 ;
240240}
241241
242242// Allow publisher to publish for only the specified feeds.
243243// Remove all previous allowances.
244244message SetPublisherAllowedFeedIds {
245- repeated bytes allowed_feed_ids = 1 ;
245+ repeated uint32 allowed_feed_ids = 1 ;
246246}
247247
248248message SetPublisherActive {
@@ -317,6 +317,8 @@ message UpdateFeedProperties {
317317 optional string market_schedule = 106 ;
318318 // [optional]
319319 optional FeedState state = 107 ;
320+ // [required]
321+ optional FeedKind kind = 108 ;
320322 // [optional]
321323 optional bool is_enabled_in_shard = 201 ;
322324}
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-publisher-sdk"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44edition = " 2021"
55description = " Pyth Lazer Publisher SDK types."
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments