From a2a4eaa0e789d26ebc37a4d49cab1e9abb318bba Mon Sep 17 00:00:00 2001 From: build-pipeline <build-token> Date: Tue, 5 Jul 2022 12:47:33 +0000 Subject: [PATCH] publish: Merge branch 'renovate/cozy-client-32.x' into 'dev' generated from commit ed97d829944a54ac3ee6252689f22ab9015b34b9 --- ...0369f4442f63605e.js => ecolyo.5264373c1af540719e46.js} | 6 ++++++ index.html | 2 +- services/aggregatorUsageEvents/ecolyo.js | 8 +++++++- services/consumptionAlert/ecolyo.js | 6 +++++- services/enedisHalfHourMonthlyAnalysis/ecolyo.js | 6 +++++- services/fluidsPrices/ecolyo.js | 6 +++++- services/monthlyReportNotification/ecolyo.js | 6 +++++- services/service/ecolyo.js | 2 +- ...4733c0a41ea43a14.js => ecolyo.a94309fc0b4edf838d2e.js} | 2 +- 9 files changed, 36 insertions(+), 8 deletions(-) rename app/{ecolyo.b1e20369f4442f63605e.js => ecolyo.5264373c1af540719e46.js} (99%) rename vendors/{ecolyo.0e0e4733c0a41ea43a14.js => ecolyo.a94309fc0b4edf838d2e.js} (99%) diff --git a/app/ecolyo.b1e20369f4442f63605e.js b/app/ecolyo.5264373c1af540719e46.js similarity index 99% rename from app/ecolyo.b1e20369f4442f63605e.js rename to app/ecolyo.5264373c1af540719e46.js index 0d743df0c..6705f2265 100644 --- a/app/ecolyo.b1e20369f4442f63605e.js +++ b/app/ecolyo.5264373c1af540719e46.js @@ -15858,6 +15858,10 @@ var _dataload = __webpack_require__("D5WE"); /* eslint-disable @typescript-eslint/no-explicit-any */ var QueryRunner = /*#__PURE__*/function () { // TODO to be clean up + + /* eslint-disable camelcase */ + + /* eslint-enable camelcase */ function QueryRunner(_client) { (0, _classCallCheck2.default)(this, QueryRunner); (0, _defineProperty2.default)(this, "_max_limit", 1000); @@ -35489,6 +35493,7 @@ var ExplorationService = /*#__PURE__*/function () { }, { key: "getUserExplorationfromExplorationEntities", value: function getUserExplorationfromExplorationEntities(explorationEntityList, searchId) { + /* eslint-disable camelcase */ var exploration = { id: '', state: _userExploration.UserExplorationState.UNLOCKED, @@ -35502,6 +35507,7 @@ var ExplorationService = /*#__PURE__*/function () { progress: 0, message_success: '' }; + /* eslint-enable camelcase */ if (explorationEntityList.length > 0) { var explorationEntityIndex = explorationEntityList.findIndex(function (entity) { diff --git a/index.html b/index.html index dddca83f6..1fa7400ea 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.0e0e4733c0a41ea43a14.js"></script><script src="app/ecolyo.b1e20369f4442f63605e.js"></script></div></body></html> \ No newline at end of file +<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.a94309fc0b4edf838d2e.js"></script><script src="app/ecolyo.5264373c1af540719e46.js"></script></div></body></html> \ No newline at end of file diff --git a/services/aggregatorUsageEvents/ecolyo.js b/services/aggregatorUsageEvents/ecolyo.js index a945f3815..8de084cbd 100644 --- a/services/aggregatorUsageEvents/ecolyo.js +++ b/services/aggregatorUsageEvents/ecolyo.js @@ -10361,7 +10361,7 @@ var CozyClient = /*#__PURE__*/function () { CozyClient.hooks = CozyClient.hooks || {}; CozyClient.fetchPolicies = _policies.default; //COZY_CLIENT_VERSION_PACKAGE in replaced by babel. See babel config -CozyClient.version = "32.2.0"; +CozyClient.version = "32.2.1"; _microee.default.mixin(CozyClient); @@ -79760,6 +79760,10 @@ var _dataload = __webpack_require__(612); /* eslint-disable @typescript-eslint/no-explicit-any */ class QueryRunner { // TODO to be clean up + + /* eslint-disable camelcase */ + + /* eslint-enable camelcase */ constructor(_client) { (0, _defineProperty2.default)(this, "_max_limit", 1000); (0, _defineProperty2.default)(this, "_default_months", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); @@ -98266,6 +98270,7 @@ class ExplorationService { getUserExplorationfromExplorationEntities(explorationEntityList, searchId) { + /* eslint-disable camelcase */ let exploration = { id: '', state: _userExploration.UserExplorationState.UNLOCKED, @@ -98279,6 +98284,7 @@ class ExplorationService { progress: 0, message_success: '' }; + /* eslint-enable camelcase */ if (explorationEntityList.length > 0) { const explorationEntityIndex = explorationEntityList.findIndex(entity => entity.id === searchId); diff --git a/services/consumptionAlert/ecolyo.js b/services/consumptionAlert/ecolyo.js index 85efd13fd..ceb839a49 100644 --- a/services/consumptionAlert/ecolyo.js +++ b/services/consumptionAlert/ecolyo.js @@ -9190,7 +9190,7 @@ var CozyClient = /*#__PURE__*/function () { CozyClient.hooks = CozyClient.hooks || {}; CozyClient.fetchPolicies = _policies.default; //COZY_CLIENT_VERSION_PACKAGE in replaced by babel. See babel config -CozyClient.version = "32.2.0"; +CozyClient.version = "32.2.1"; _microee.default.mixin(CozyClient); @@ -78390,6 +78390,10 @@ var _dataload = __webpack_require__(612); /* eslint-disable @typescript-eslint/no-explicit-any */ class QueryRunner { // TODO to be clean up + + /* eslint-disable camelcase */ + + /* eslint-enable camelcase */ constructor(_client) { (0, _defineProperty2.default)(this, "_max_limit", 1000); (0, _defineProperty2.default)(this, "_default_months", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); diff --git a/services/enedisHalfHourMonthlyAnalysis/ecolyo.js b/services/enedisHalfHourMonthlyAnalysis/ecolyo.js index 297b12cce..94547083d 100644 --- a/services/enedisHalfHourMonthlyAnalysis/ecolyo.js +++ b/services/enedisHalfHourMonthlyAnalysis/ecolyo.js @@ -9190,7 +9190,7 @@ var CozyClient = /*#__PURE__*/function () { CozyClient.hooks = CozyClient.hooks || {}; CozyClient.fetchPolicies = _policies.default; //COZY_CLIENT_VERSION_PACKAGE in replaced by babel. See babel config -CozyClient.version = "32.2.0"; +CozyClient.version = "32.2.1"; _microee.default.mixin(CozyClient); @@ -78300,6 +78300,10 @@ var _dataload = __webpack_require__(612); /* eslint-disable @typescript-eslint/no-explicit-any */ class QueryRunner { // TODO to be clean up + + /* eslint-disable camelcase */ + + /* eslint-enable camelcase */ constructor(_client) { (0, _defineProperty2.default)(this, "_max_limit", 1000); (0, _defineProperty2.default)(this, "_default_months", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); diff --git a/services/fluidsPrices/ecolyo.js b/services/fluidsPrices/ecolyo.js index b99fc29cf..bbdc7d2cf 100644 --- a/services/fluidsPrices/ecolyo.js +++ b/services/fluidsPrices/ecolyo.js @@ -9190,7 +9190,7 @@ var CozyClient = /*#__PURE__*/function () { CozyClient.hooks = CozyClient.hooks || {}; CozyClient.fetchPolicies = _policies.default; //COZY_CLIENT_VERSION_PACKAGE in replaced by babel. See babel config -CozyClient.version = "32.2.0"; +CozyClient.version = "32.2.1"; _microee.default.mixin(CozyClient); @@ -78300,6 +78300,10 @@ var _dataload = __webpack_require__(612); /* eslint-disable @typescript-eslint/no-explicit-any */ class QueryRunner { // TODO to be clean up + + /* eslint-disable camelcase */ + + /* eslint-enable camelcase */ constructor(_client) { (0, _defineProperty2.default)(this, "_max_limit", 1000); (0, _defineProperty2.default)(this, "_default_months", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); diff --git a/services/monthlyReportNotification/ecolyo.js b/services/monthlyReportNotification/ecolyo.js index b9b9049c3..beb2f86c7 100644 --- a/services/monthlyReportNotification/ecolyo.js +++ b/services/monthlyReportNotification/ecolyo.js @@ -9190,7 +9190,7 @@ var CozyClient = /*#__PURE__*/function () { CozyClient.hooks = CozyClient.hooks || {}; CozyClient.fetchPolicies = _policies.default; //COZY_CLIENT_VERSION_PACKAGE in replaced by babel. See babel config -CozyClient.version = "32.2.0"; +CozyClient.version = "32.2.1"; _microee.default.mixin(CozyClient); @@ -78390,6 +78390,10 @@ var _dataload = __webpack_require__(612); /* eslint-disable @typescript-eslint/no-explicit-any */ class QueryRunner { // TODO to be clean up + + /* eslint-disable camelcase */ + + /* eslint-enable camelcase */ constructor(_client) { (0, _defineProperty2.default)(this, "_max_limit", 1000); (0, _defineProperty2.default)(this, "_default_months", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); diff --git a/services/service/ecolyo.js b/services/service/ecolyo.js index 6cb8bdf5a..49ce5e53e 100644 --- a/services/service/ecolyo.js +++ b/services/service/ecolyo.js @@ -9190,7 +9190,7 @@ var CozyClient = /*#__PURE__*/function () { CozyClient.hooks = CozyClient.hooks || {}; CozyClient.fetchPolicies = _policies.default; //COZY_CLIENT_VERSION_PACKAGE in replaced by babel. See babel config -CozyClient.version = "32.2.0"; +CozyClient.version = "32.2.1"; _microee.default.mixin(CozyClient); diff --git a/vendors/ecolyo.0e0e4733c0a41ea43a14.js b/vendors/ecolyo.a94309fc0b4edf838d2e.js similarity index 99% rename from vendors/ecolyo.0e0e4733c0a41ea43a14.js rename to vendors/ecolyo.a94309fc0b4edf838d2e.js index 16d67910a..f4a7bd39c 100644 --- a/vendors/ecolyo.0e0e4733c0a41ea43a14.js +++ b/vendors/ecolyo.a94309fc0b4edf838d2e.js @@ -8142,7 +8142,7 @@ var CozyClient = /*#__PURE__*/function () { CozyClient.hooks = CozyClient.hooks || {}; CozyClient.fetchPolicies = _policies.default; //COZY_CLIENT_VERSION_PACKAGE in replaced by babel. See babel config -CozyClient.version = "32.2.0"; +CozyClient.version = "32.2.1"; _microee.default.mixin(CozyClient); -- GitLab