From 9a5102521ee5c9fbcf675f0499060959169d9ba6 Mon Sep 17 00:00:00 2001 From: Somar Romero Date: Tue, 30 Jul 2024 21:35:33 +0000 Subject: [PATCH] feat: Update API IDs to use "operation-pdf-generator" in api.js and app.js --- dist/api.js | 2 +- dist/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/api.js b/dist/api.js index 6b1899f..57dd2a4 100644 --- a/dist/api.js +++ b/dist/api.js @@ -1 +1 @@ -var e={id:"custom",handler:({text:e})=>{console.log(e)}};export{e as default}; +var e={id:"operation-pdf-generator",handler:({text:e})=>{console.log(e)}};export{e as default}; diff --git a/dist/app.js b/dist/app.js index faba567..661e516 100644 --- a/dist/app.js +++ b/dist/app.js @@ -1 +1 @@ -var t={id:"custom",name:"Custom",icon:"box",description:"This is my custom operation!",overview:({text:t})=>[{label:"Text",text:t}],options:[{field:"text",name:"Text",type:"string",meta:{width:"full",interface:"input"}}]};export{t as default}; +var e={id:"operation-pdf-generator",name:"Generate PDF",icon:"picture_as_pdf",description:"Generate a pdf with flow data and the template.",options:[{field:"template",name:"Template",type:"string",meta:{width:"full",interface:"input-code"}}]};export{e as default};