mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-01 23:52:25 -05:00
70 lines
No EOL
1.7 KiB
JSON
70 lines
No EOL
1.7 KiB
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"
|
|
},
|
|
{
|
|
"name": "cloneUsername",
|
|
"file": "actions/customers/cloneUsername.json"
|
|
},
|
|
{
|
|
"name": "getDocumentIdByAutocomplete",
|
|
"file": "actions/customers/getDocumentIdByAutocomplete.json"
|
|
},
|
|
{
|
|
"name": "getOffSyncCustomers",
|
|
"file": "actions/customers/getOffSyncCustomers.json"
|
|
},
|
|
{
|
|
"name": "getUserByToken",
|
|
"file": "actions/customers/getUserByToken.json"
|
|
},
|
|
{
|
|
"name": "getOrdersByCustomer",
|
|
"file": "actions/customers/getOrdersByCustomer.json"
|
|
},
|
|
{
|
|
"name": "customerInfo",
|
|
"file": "actions/customers/customerInfo.json"
|
|
},
|
|
{
|
|
"name": "getConsultantInformation",
|
|
"file": "actions/customers/getConsultantInformation.json"
|
|
},
|
|
{
|
|
"name": "inactiveCustomer",
|
|
"file": "actions/customers/inactiveCustomer.json"
|
|
},
|
|
{
|
|
"name": "getAdvancedSearch",
|
|
"file": "actions/customers/getAdvancedSearch.json"
|
|
}
|
|
]
|
|
}
|
|
} |