mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
34 lines
No EOL
695 B
JSON
34 lines
No EOL
695 B
JSON
{
|
|
"authentication": {
|
|
"services": [
|
|
{
|
|
"name": "generateToken",
|
|
"file": "actions/authentication/generateToken.json"
|
|
}
|
|
]
|
|
},
|
|
"products": {
|
|
"services": [
|
|
{
|
|
"name": "getProductCount",
|
|
"file": "actions/products/getProductCount.json"
|
|
}
|
|
]
|
|
},
|
|
"customers": {
|
|
"services": [
|
|
{
|
|
"name": "getCustomerByDocument",
|
|
"file": "actions/customers/getCustomerByDocument.json"
|
|
},
|
|
{
|
|
"name": "createCustomer",
|
|
"file": "actions/customers/createCustomer.json"
|
|
},
|
|
{
|
|
"name": "updateCustomer",
|
|
"file": "actions/customers/updateCustomer.json"
|
|
}
|
|
]
|
|
}
|
|
} |