Skip to content

Commit f4769c6

Browse files
feat: update Smithery YAML files from tag 0.0.48 (#50)
Updated YAML files in chart/crds directory to align with local smithery output. Source tag: 0.0.48 Workflow run: 17493383919 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a39f434 commit f4769c6

File tree

3 files changed

+12
-21
lines changed

3 files changed

+12
-21
lines changed

chart/crds/Button.crd.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ spec:
280280
eventReason:
281281
description: identifier of the awaited event reason
282282
type: string
283+
loadingMessage:
284+
description: message to display while waiting for
285+
the event
286+
type: string
283287
reloadRoutes:
284288
type: boolean
285289
timeout:
@@ -345,12 +349,6 @@ spec:
345349
type: object
346350
type: array
347351
type: object
348-
allowedResources:
349-
description: the list of resources that are allowed to be children
350-
of this widget or referenced by it
351-
items:
352-
type: string
353-
type: array
354352
clickActionId:
355353
description: the id of the action to be executed when the button
356354
is clicked
@@ -407,7 +405,6 @@ spec:
407405
type: string
408406
required:
409407
- actions
410-
- allowedResources
411408
- clickActionId
412409
type: object
413410
widgetDataTemplate:

chart/crds/Form.crd.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ spec:
281281
eventReason:
282282
description: identifier of the awaited event reason
283283
type: string
284+
loadingMessage:
285+
description: message to display while waiting for
286+
the event
287+
type: string
284288
reloadRoutes:
285289
type: boolean
286290
timeout:
@@ -346,12 +350,6 @@ spec:
346350
type: object
347351
type: array
348352
type: object
349-
allowedResources:
350-
description: the list of resources that are allowed to be children
351-
of this widget or referenced by it
352-
items:
353-
type: string
354-
type: array
355353
autocomplete:
356354
description: autocomplete configuration for the form fields
357355
items:
@@ -471,7 +469,6 @@ spec:
471469
type: string
472470
required:
473471
- actions
474-
- allowedResources
475472
- submitActionId
476473
type: object
477474
widgetDataTemplate:

chart/crds/Panel.crd.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ spec:
280280
eventReason:
281281
description: identifier of the awaited event reason
282282
type: string
283+
loadingMessage:
284+
description: message to display while waiting for
285+
the event
286+
type: string
283287
reloadRoutes:
284288
type: boolean
285289
timeout:
@@ -345,12 +349,6 @@ spec:
345349
type: object
346350
type: array
347351
type: object
348-
allowedResources:
349-
description: the list of resources that are allowed to be children
350-
of this widget or referenced by it
351-
items:
352-
type: string
353-
type: array
354352
clickActionId:
355353
description: the id of the action to be executed when the panel
356354
is clicked
@@ -416,7 +414,6 @@ spec:
416414
type: string
417415
required:
418416
- actions
419-
- allowedResources
420417
- items
421418
type: object
422419
widgetDataTemplate:

0 commit comments

Comments
 (0)