config actions and eos version marketplace

This commit is contained in:
Drew Ansbacher
2021-10-22 13:34:01 -06:00
committed by Aiden McClelland
parent 54a65e465a
commit bb72bdb9d1
4 changed files with 16 additions and 12 deletions

View File

@@ -193,12 +193,15 @@ export module RR {
export type GetMarketplaceDataReq = { }
export type GetMarketplaceDataRes = MarketplaceData
export type GetMarketplaceEOSReq = { }
export type GetMarketplaceEOSReq = {
'eos-version': string
}
export type GetMarketplaceEOSRes = MarketplaceEOS
export type GetMarketplacePackagesReq = {
ids?: { id: string, version: string }[]
// iff !id
'eos-version': string
category?: string
query?: string
page?: string