Skip to content

Commit 1b4f3b2

Browse files
committed
Added actions
1 parent db4f28b commit 1b4f3b2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

components/etermin/actions/create-contact/create-contact.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ export default {
55
name: "Create Contact",
66
description: "Create a new contact on eTermin. [See the documentation](https://app.swaggerhub.com/apis/etermin.net/eTermin-API/1.0.0#/Contact/post_contact)",
77
version: "0.0.1",
8+
annotations: {
9+
openWorldHint: true,
10+
destructiveHint: false,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/etermin/actions/create-voucher/create-voucher.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ export default {
55
name: "Create Voucher",
66
description: "Create a new voucher on eTermin. [See the documentation](https://app.swaggerhub.com/apis/etermin.net/eTermin-API/1.0.0#/Voucher/post_api_voucher)",
77
version: "0.0.1",
8+
annotations: {
9+
openWorldHint: true,
10+
destructiveHint: false,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

0 commit comments

Comments
 (0)