Add vendor operations

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-03 11:24:43 +01:00
parent 06098464b0
commit 1e4813c9d7
8 changed files with 1059 additions and 0 deletions

View File

@@ -102,6 +102,11 @@ export class Probo implements INodeType {
value: 'organization',
description: 'Manage organizations',
},
{
name: 'Vendor',
value: 'vendor',
description: 'Manage vendors',
},
],
default: 'execute',
},