From bbb3b7d742badfc5d0544427dec1d7209c7785fb Mon Sep 17 00:00:00 2001 From: build-token <build-token> Date: Mon, 1 Aug 2022 12:25:20 +0000 Subject: [PATCH] publish: fix: logs generated from commit 1545e09521ce50a6db0a29c4cbdfcbaafee04bf8 --- index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 683f1d8..bb115de 100644 --- a/index.js +++ b/index.js @@ -221208,7 +221208,7 @@ function consultationMesuresDetaillees( ) { log( 'info', - `consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}` + `Query consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}` ) return `<?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" @@ -221255,7 +221255,7 @@ function consultationMesuresDetailleesMaxPower( ) { log( 'info', - `consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}` + `Query consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}` ) return `<?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" @@ -221346,7 +221346,7 @@ function rechercherPoint(appLogin, name, postalCode, inseeCode, address) { * @returns {*} */ function rechercherServicesSouscritsMesures(appLogin, contractId, pointId) { - log('info', `Query commanderCollectePublicationMesures`) + log('info', `Query rechercherServicesSouscritsMesures`) return `<?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.enedis.fr/sge/b2b/rechercherservicessouscritsmesures/v1.0" @@ -221421,7 +221421,7 @@ function commanderCollectePublicationMesures( } /** - * + * Stop the user consent * @param {string} appLogin * @param {string} contractId * @param {string} pointId -- GitLab