mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 07:04:06 -08:00
65820b3b54
* ✨ Create Freshservice node * 👕 Fix lintings * ⚡ Adjust from agent to department * ⚡ Adjust from location to ticket * 👕 Fix lintings * ✏️ Improve descriptions * 🔥 Remove logging * 🔥 Remove unused helper * ✏️ Fix helper documentation * ⚡ Simplify roles in agent:create * 🔥 Remove logging * ⚡ Minor improvements * ✏️ Adjust dynamic lists descriptions * ⚡ Set default values for problem:create * ⚡ Set default values for change:create * ⚡ Handle deletion with empty response * ⚡ Update getCredentials call to new style * ✏️ Reword multiOptions descriptions * ⚡ Add special handling for validation errors * 🔥 Remove concatenated name from filters * ⚡ Fix additional params in announcement:create * ✏️ Clarify asset display ID vs asset ID * ⚡ Fix asset:update arg typo * ⚡ Fix predefined filters in change:getAll * ⚡ Fix software status options * ✏️ Reword created_at in ticket:getAll * ⚡ Add status to ticket:update * 👕 Fix lint * ⚡ Improvements * ⚡ Minor improvements Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
17 lines
628 B
TypeScript
17 lines
628 B
TypeScript
export * from './AgentDescription';
|
|
export * from './AgentGroupDescription';
|
|
export * from './AgentRoleDescription';
|
|
export * from './AnnouncementDescription';
|
|
export * from './AssetDescription';
|
|
export * from './AssetTypeDescription';
|
|
export * from './ChangeDescription';
|
|
export * from './DepartmentDescription';
|
|
export * from './LocationDescription';
|
|
export * from './ProblemDescription';
|
|
export * from './ProductDescription';
|
|
export * from './ReleaseDescription';
|
|
export * from './RequesterDescription';
|
|
export * from './RequesterGroupDescription';
|
|
export * from './SoftwareDescription';
|
|
export * from './TicketDescription';
|