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 0d743df0cf944058d74d36c69d2710d25f1d5e15..6705f2265fcdeee8ebcb96a9af5fddce8087c377 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 dddca83f65a5d5461f3f14eef3f56e0a600eb1df..1fa7400ea160821a204e31b6c1a2a7830ea58ecd 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 a945f3815ce717f76bffe46bbf8c241259660666..8de084cbd78976d36de8cf28637b82bfdb032ed2 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 85efd13fdb27fb498b637c5dfcb090a81919466d..ceb839a49ad19968ca6ff8e5189134bee6a688ee 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 297b12cce3b22c77f25246ad98dac6d872e8f82f..94547083d83ba18614428c559cb6e5496ed28357 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 b99fc29cf02657231eb2a1f3ab900949e35a6750..bbdc7d2cfeedf6ad6b1468da1801296e62093c76 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 b9b9049c30a93d40cb94946de54b4bb225f5c4da..beb2f86c7523a6725d4070376aa0b6f9cd1e4f24 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 6cb8bdf5ae335c82d9f15a9c555549e610d34123..49ce5e53e856ab94c54fd4fdaf193827cf50cc49 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 16d67910ab039350156bba4a1d913382ea6139e2..f4a7bd39c57363c84292d3fff9b1ee7e627c35e2 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);