mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
config actions and eos version marketplace
This commit is contained in:
committed by
Aiden McClelland
parent
54a65e465a
commit
bb72bdb9d1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user