Add marketplace CLI publishing helpers
This commit is contained in:
12
types.go
12
types.go
@@ -269,3 +269,15 @@ type LocalVaultInstallation struct {
|
||||
CreatedAt string `json:"createdAt"`
|
||||
UpdatedAt string `json:"updatedAt"`
|
||||
}
|
||||
|
||||
type MarketplaceAssetSubmitInput struct {
|
||||
Manifest M `json:"manifest"`
|
||||
SourceRef string `json:"sourceRef"`
|
||||
Visibility string `json:"visibility"`
|
||||
PricingModel string `json:"pricingModel"`
|
||||
PriceCents *int `json:"priceCents,omitempty"`
|
||||
}
|
||||
|
||||
type MarketplaceReviewInput struct {
|
||||
Reason string `json:"reason"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user