File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/freshdesk/actions Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44 key : "freshdesk-create-company" ,
55 name : "Create a Company" ,
66 description : "Create a company. [See the documentation](https://developers.freshdesk.com/api/#create_company)" ,
7- version : "0.0.3 " ,
7+ version : "0.0.2 " ,
88 type : "action" ,
99 props : {
1010 freshdesk,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44 key : "freshdesk-create-contact" ,
55 name : "Create a Contact" ,
66 description : "Create a contact. [See the documentation](https://developers.freshdesk.com/api/#create_contact)" ,
7- version : "0.1.0 " ,
7+ version : "0.0.2 " ,
88 type : "action" ,
99 props : {
1010 freshdesk,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44 key : "freshdesk-create-ticket" ,
55 name : "Create a Ticket" ,
66 description : "Create a ticket. [See the documentation](https://developers.freshdesk.com/api/#create_ticket)" ,
7- version : "0.1.0 " ,
7+ version : "0.0.3 " ,
88 type : "action" ,
99 props : {
1010 freshdesk,
You can’t perform that action at this time.
0 commit comments