@golemio/parkings 1.4.1-dev.781237506 → 1.4.1-dev.782895014
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/integration-engine/workers/tasks/UpdateAddressAndNameTask.js +1 -1
- package/dist/integration-engine/workers/tasks/UpdateAddressAndNameTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdateAddressTask.js +1 -1
- package/dist/integration-engine/workers/tasks/UpdateAddressTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdateLocationAddressTask.js +1 -1
- package/dist/integration-engine/workers/tasks/UpdateLocationAddressTask.js.map +1 -1
- package/package.json +5 -5
|
@@ -18,7 +18,7 @@ class UpdateAddressAndNameTask extends integration_engine_1.AbstractTask {
|
|
|
18
18
|
constructor(queuePrefix) {
|
|
19
19
|
super(queuePrefix);
|
|
20
20
|
this.queueName = "updateAddressAndName";
|
|
21
|
-
this.queueTtl =
|
|
21
|
+
this.queueTtl = 3 * 60 * 60 * 1000; // 3h
|
|
22
22
|
this.schema = UpdateAddressSchema_1.UpdateAddressValidationSchema;
|
|
23
23
|
this.log = ioc_1.IntegrationEngineContainer.resolve(ioc_1.ContainerToken.Logger);
|
|
24
24
|
this.geocodeApi = ioc_1.IntegrationEngineContainer.resolve(ioc_1.ContainerToken.GeocodeApi);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateAddressAndNameTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateAddressAndNameTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8EAAqE;AAErE,mEAAuG;AAEvG,8EAAyE;AACzE,wEAA6G;AAG7G,MAAa,wBAAyB,SAAQ,iCAAiC;IAQ3E,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,sBAAsB,CAAC;QACnC,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"UpdateAddressAndNameTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateAddressAndNameTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8EAAqE;AAErE,mEAAuG;AAEvG,8EAAyE;AACzE,wEAA6G;AAG7G,MAAa,wBAAyB,SAAQ,iCAAiC;IAQ3E,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,sBAAsB,CAAC;QACnC,aAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,KAAK;QACpC,WAAM,GAAG,mDAA6B,CAAC;QAOnD,IAAI,CAAC,GAAG,GAAG,gCAA0B,CAAC,OAAO,CAAC,oBAAc,CAAC,MAAM,CAAC,CAAC;QACrE,IAAI,CAAC,UAAU,GAAG,gCAA0B,CAAC,OAAO,CAAC,oBAAc,CAAC,UAAU,CAAC,CAAC;QAChF,IAAI,CAAC,UAAU,GAAG,IAAI,uCAAkB,EAAE,CAAC;IAC/C,CAAC;IACe,OAAO,CAAC,IAAgC;;YACpD,IAAI;gBACA,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,4BAA4B,CAC9D,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EACzB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAC5B,CAAC;gBACF,MAAM,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,OAAO,CAAC,cAAc,EAAE,CAAC;gBACjF,MAAM,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC;aAC5G;YAAC,OAAO,GAAG,EAAE;gBACV,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,iCAAiC,GAAG,EAAE,CAAC,CAAC;aAC1D;QACL,CAAC;KAAA;CACJ;AA1BD,4DA0BC"}
|
|
@@ -18,7 +18,7 @@ class UpdateAddressTask extends integration_engine_1.AbstractTask {
|
|
|
18
18
|
constructor(queuePrefix) {
|
|
19
19
|
super(queuePrefix);
|
|
20
20
|
this.queueName = "updateAddress";
|
|
21
|
-
this.queueTtl =
|
|
21
|
+
this.queueTtl = 3 * 60 * 60 * 1000; // 3h
|
|
22
22
|
this.schema = UpdateAddressSchema_1.UpdateAddressValidationSchema;
|
|
23
23
|
this.log = ioc_1.IntegrationEngineContainer.resolve(ioc_1.ContainerToken.Logger);
|
|
24
24
|
this.geocodeApi = ioc_1.IntegrationEngineContainer.resolve(ioc_1.ContainerToken.GeocodeApi);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateAddressTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateAddressTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8EAAqE;AAErE,mEAAuG;AAEvG,8EAAyE;AACzE,wEAA6G;AAE7G,MAAa,iBAAkB,SAAQ,iCAAiC;IAQpE,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,eAAe,CAAC;QAC5B,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"UpdateAddressTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateAddressTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8EAAqE;AAErE,mEAAuG;AAEvG,8EAAyE;AACzE,wEAA6G;AAE7G,MAAa,iBAAkB,SAAQ,iCAAiC;IAQpE,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,eAAe,CAAC;QAC5B,aAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,KAAK;QACpC,WAAM,GAAG,mDAA6B,CAAC;QAOnD,IAAI,CAAC,GAAG,GAAG,gCAA0B,CAAC,OAAO,CAAC,oBAAc,CAAC,MAAM,CAAC,CAAC;QACrE,IAAI,CAAC,UAAU,GAAG,gCAA0B,CAAC,OAAO,CAAC,oBAAc,CAAC,UAAU,CAAC,CAAC;QAChF,IAAI,CAAC,UAAU,GAAG,IAAI,uCAAkB,EAAE,CAAC;IAC/C,CAAC;IACe,OAAO,CAAC,IAAyB;;YAC7C,IAAI;gBACA,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,4BAA4B,CAC9D,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EACzB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAC5B,CAAC;gBACF,MAAM,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;aAC9F;YAAC,OAAO,GAAG,EAAE;gBACV,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,iCAAiC,GAAG,EAAE,CAAC,CAAC;aAC1D;QACL,CAAC;KAAA;CACJ;AAzBD,8CAyBC"}
|
|
@@ -18,7 +18,7 @@ class UpdateLocationAddressTask extends integration_engine_1.AbstractTask {
|
|
|
18
18
|
constructor(queuePrefix) {
|
|
19
19
|
super(queuePrefix);
|
|
20
20
|
this.queueName = "updateLocationAddress";
|
|
21
|
-
this.queueTtl =
|
|
21
|
+
this.queueTtl = 3 * 60 * 60 * 1000; // 3h
|
|
22
22
|
this.schema = UpdateAddressSchema_1.UpdateAddressValidationSchema;
|
|
23
23
|
this.log = ioc_1.IntegrationEngineContainer.resolve(ioc_1.ContainerToken.Logger);
|
|
24
24
|
this.geocodeApi = ioc_1.IntegrationEngineContainer.resolve(ioc_1.ContainerToken.GeocodeApi);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateLocationAddressTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateLocationAddressTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8EAAqE;AAErE,mEAAuG;AAGvG,wEAA6G;AAC7G,8FAAyF;AAEzF,MAAa,yBAA0B,SAAQ,iCAAiC;IAQ5E,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,uBAAuB,CAAC;QACpC,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"UpdateLocationAddressTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateLocationAddressTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8EAAqE;AAErE,mEAAuG;AAGvG,wEAA6G;AAC7G,8FAAyF;AAEzF,MAAa,yBAA0B,SAAQ,iCAAiC;IAQ5E,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,uBAAuB,CAAC;QACpC,aAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,KAAK;QACpC,WAAM,GAAG,mDAA6B,CAAC;QAOnD,IAAI,CAAC,GAAG,GAAG,gCAA0B,CAAC,OAAO,CAAC,oBAAc,CAAC,MAAM,CAAC,CAAC;QACrE,IAAI,CAAC,UAAU,GAAG,gCAA0B,CAAC,OAAO,CAAC,oBAAc,CAAC,UAAU,CAAC,CAAC;QAChF,IAAI,CAAC,UAAU,GAAG,IAAI,uDAA0B,EAAE,CAAC;IACvD,CAAC;IACe,OAAO,CAAC,IAAyB;;YAC7C,IAAI;gBACA,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,4BAA4B,CAC9D,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EACzB,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAC5B,CAAC;gBACF,MAAM,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;aAC9F;YAAC,OAAO,GAAG,EAAE;gBACV,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,iCAAiC,GAAG,EAAE,CAAC,CAAC;aAC1D;QACL,CAAC;KAAA;CACJ;AAzBD,8DAyBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/parkings",
|
|
3
|
-
"version": "1.4.1-dev.
|
|
3
|
+
"version": "1.4.1-dev.782895014",
|
|
4
4
|
"description": "Golemio Parkings Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"url": "https://gitlab.com/operator-ict/golemio/code/modules/parkings"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
28
|
+
"node": ">=18.0.0",
|
|
29
29
|
"npm": ">=8.0.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@commitlint/cli": "^11.0.0",
|
|
33
33
|
"@commitlint/config-conventional": "^11.0.0",
|
|
34
34
|
"@golemio/cli": "1.4.1",
|
|
35
|
-
"@golemio/core": "1.5.
|
|
35
|
+
"@golemio/core": "1.5.1-dev.781430862",
|
|
36
36
|
"@golemio/eslint-config": "1.1.0",
|
|
37
37
|
"@ovos-media/ts-transform-paths": "^1.7.18-1",
|
|
38
38
|
"@types/chai": "4.2.3",
|
|
39
39
|
"@types/chai-as-promised": "7.1.2",
|
|
40
40
|
"@types/mocha": "^9.1.0",
|
|
41
|
-
"@types/node": "^
|
|
41
|
+
"@types/node": "^18.13.0",
|
|
42
42
|
"@types/sinon": "^9.0.10",
|
|
43
43
|
"@types/supertest": "^2.0.10",
|
|
44
44
|
"body-parser": "^1.19.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"typescript": "4.7.2"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@golemio/core": "
|
|
67
|
+
"@golemio/core": ">=1.5.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@turf/turf": "^6.5.0",
|