Add asset operations

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 10:48:25 +01:00
parent bce35c36f4
commit be0a67a0f8
8 changed files with 583 additions and 0 deletions

View File

@@ -62,6 +62,11 @@ export class Probo implements INodeType {
type: 'options',
noDataExpression: true,
options: [
{
name: 'Asset',
value: 'asset',
description: 'Manage assets',
},
{
name: 'Control',
value: 'control',