From fcd0fd042f957efa1de6058ecfe2908797b078ea Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Tue, 25 Aug 2026 16:09:55 +0200 Subject: [PATCH] elixForms API v2 - remove unwanted variables from collection environment --- .../Calendar 2.0/Set acquired appointments.yml | 3 +++ .../Cambio stato e-o integrazione/Clone Request.yml | 3 +++ .../Cambio stato e-o integrazione/Reopen Request.yml | 3 +++ .../Invio comunicazione formale.yml | 3 +++ .../Check Richiedente IN Responsabili Scientifici.yml | 2 +- .../elixForms API v2/environments/elixForms - Prod.yml | 10 ++++++++-- bruno/collections/elixForms API v2/opencollection.yml | 6 ------ 7 files changed, 21 insertions(+), 9 deletions(-) diff --git a/bruno/collections/elixForms API v2/Calendar 2.0/Set acquired appointments.yml b/bruno/collections/elixForms API v2/Calendar 2.0/Set acquired appointments.yml index bcf8538..87df5dc 100644 --- a/bruno/collections/elixForms API v2/Calendar 2.0/Set acquired appointments.yml +++ b/bruno/collections/elixForms API v2/Calendar 2.0/Set acquired appointments.yml @@ -21,6 +21,9 @@ http: auth: inherit runtime: + variables: + - name: elixSetAcquiredAppointmentDate + value: "" scripts: - type: before-request code: bru.setVar("elixSetAcquiredAppointmentDate", JSON.stringify(new Date().toISOString())); diff --git a/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Clone Request.yml b/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Clone Request.yml index 6988711..8c1f070 100644 --- a/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Clone Request.yml +++ b/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Clone Request.yml @@ -32,6 +32,9 @@ http: auth: inherit runtime: + variables: + - name: elixRequestCloningDate + value: "" scripts: - type: before-request code: |- diff --git a/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Reopen Request.yml b/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Reopen Request.yml index b4e7d73..9f62ab2 100644 --- a/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Reopen Request.yml +++ b/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/Reopen Request.yml @@ -29,6 +29,9 @@ http: auth: inherit runtime: + variables: + - name: elixReopeningNotificationDate + value: "" scripts: - type: before-request code: |- diff --git a/bruno/collections/elixForms API v2/Comunicazioni formali/Invio comunicazione formale.yml b/bruno/collections/elixForms API v2/Comunicazioni formali/Invio comunicazione formale.yml index 30ca269..20267f7 100644 --- a/bruno/collections/elixForms API v2/Comunicazioni formali/Invio comunicazione formale.yml +++ b/bruno/collections/elixForms API v2/Comunicazioni formali/Invio comunicazione formale.yml @@ -43,6 +43,9 @@ http: auth: inherit runtime: + variables: + - name: elixFormalCommunicationDate + value: "" scripts: - type: before-request code: |- diff --git a/bruno/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Check Richiedente IN Responsabili Scientifici.yml b/bruno/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Check Richiedente IN Responsabili Scientifici.yml index 2d0f4af..7eacb82 100644 --- a/bruno/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Check Richiedente IN Responsabili Scientifici.yml +++ b/bruno/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Check Richiedente IN Responsabili Scientifici.yml @@ -21,7 +21,7 @@ http: "userContext": { "lang": "IT", "crlf": "\r\n", - "codiciFiscaliAmmessi": ";MMMPPL74T17E463A;;" + "codiciFiscaliAmmessi": ";;MMMPPL74T17E463A;;" } } auth: inherit diff --git a/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml b/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml index 73d9aa3..67854e7 100644 --- a/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml +++ b/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml @@ -3,13 +3,19 @@ color: "#2E8A54" variables: - name: elixFormsApiUrl value: https://procedure.unipr.it/eF/services/api + description: "" - name: elixFormsApiUsername value: "{{process.env.elixFormsApiUsername}}" - - name: elixRegisterResultColumns - value: "" + description: "" - name: elixFormsWsAuthenticationToken value: "{{process.env.elixFormsWsAuthenticationToken}}" + description: "" - name: elixFormsApiUrl_Default value: https://procedure.unipr.it/eF/api + description: "" - name: elixFormsApiPassword value: "{{process.env.elixFormsApiPassword}}" + description: "" + - name: elixFormsRootUrl + value: https://procedure.unipr.it + description: "" diff --git a/bruno/collections/elixForms API v2/opencollection.yml b/bruno/collections/elixForms API v2/opencollection.yml index 1832bb1..34f0848 100644 --- a/bruno/collections/elixForms API v2/opencollection.yml +++ b/bruno/collections/elixForms API v2/opencollection.yml @@ -21,12 +21,6 @@ request: variables: - name: elixFormsApiAuthToken value: "" - - name: elixRequestCloningDate - value: "" - - name: elixFormalCommunicationDate - value: "" - - name: elixSetAcquiredAppointmentDate - value: "" - name: elixBase64EftlDocument value: "" scripts: