generated from coulomb/repo-seed
feat: add v2 manifest bootstrap endpoints
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
This commit is contained in:
@@ -324,6 +324,7 @@ data ApiV2RegistriesController
|
||||
= ApiV2ListWidgetTypesAction
|
||||
| ApiV2ListEventTypesAction
|
||||
| ApiV2ListAnnotationCategoriesAction
|
||||
| ApiV2ListPolicyScopesAction
|
||||
deriving (Eq, Show, Data)
|
||||
|
||||
data ApiV2OpenApiController
|
||||
@@ -407,6 +408,14 @@ data ApiV2HubsController
|
||||
| ApiV2CreateHubAction
|
||||
deriving (Eq, Show, Data)
|
||||
|
||||
data ApiV2HubCapabilityManifestsController
|
||||
= ApiV2IndexHubCapabilityManifestsAction
|
||||
| ApiV2ShowHubCapabilityManifestAction { hubCapabilityManifestId :: !(Id HubCapabilityManifest) }
|
||||
| ApiV2CreateHubCapabilityManifestAction
|
||||
| ApiV2UpdateHubCapabilityManifestAction { hubCapabilityManifestId :: !(Id HubCapabilityManifest) }
|
||||
| ApiV2ActivateHubCapabilityManifestAction { hubCapabilityManifestId :: !(Id HubCapabilityManifest) }
|
||||
deriving (Eq, Show, Data)
|
||||
|
||||
data ApiV2WidgetPatternsController
|
||||
= ApiV2IndexWidgetPatternsAction
|
||||
| ApiV2ShowWidgetPatternAction { widgetPatternId :: !(Id WidgetPattern) }
|
||||
|
||||
Reference in New Issue
Block a user