File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ### [ 3.0.10] ( https://github.com/britned/empire-platform-api/compare/v3.0.9...v3.0.10 ) (2024-05-23)
2+
3+
4+ ### Features
5+
6+ * ** nomination:** enable querying bpp nominations for providers
7+
18### [ 3.0.9] ( https://github.com/britned/empire-platform-api/compare/v3.0.8...v3.0.9 ) (2024-05-23)
29
310> No changes affecting Participants.
Original file line number Diff line number Diff line change 77 ---
88
99 Additional documentation available in the API's [GitHub repository](https://github.com/britned/empire-platform-api)
10- version : 3.0.9
10+ version : 3.0.10
1111 contact :
1212 name : BritNed
1313 url : https://www.britned.com
@@ -8250,8 +8250,19 @@ components:
82508250 AggregatedNominationOptions :
82518251 type : object
82528252 required :
8253+ - bppEnabled
82538254 - nominatorOnBehalf
82548255 properties :
8256+ bppEnabled :
8257+ type : object
8258+ required :
8259+ - gb
8260+ - nl
8261+ properties :
8262+ gb :
8263+ type : boolean
8264+ nl :
8265+ type : boolean
82558266 nominatorOnBehalf :
82568267 type : boolean
82578268 nomineeParticipants :
You can’t perform that action at this time.
0 commit comments