@golemio/core 3.2.1 → 3.3.0-dev.2629226513

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.
Files changed (226) hide show
  1. package/dist/helpers/BaseApp.js.map +1 -1
  2. package/dist/helpers/ConfigLoader.js.map +1 -1
  3. package/dist/helpers/DateTime.js.map +1 -1
  4. package/dist/helpers/HealthCheck.js.map +1 -1
  5. package/dist/helpers/LightshipStarter.js +2 -1
  6. package/dist/helpers/LightshipStarter.js.map +1 -1
  7. package/dist/helpers/configuration/SimpleConfig.js.map +1 -1
  8. package/dist/helpers/data-access/amqp/AlternateExchangeCreator.js +1 -1
  9. package/dist/helpers/data-access/amqp/AlternateExchangeCreator.js.map +1 -1
  10. package/dist/helpers/data-access/amqp/AmqpConnector.js +1 -2
  11. package/dist/helpers/data-access/amqp/AmqpConnector.js.map +1 -1
  12. package/dist/helpers/data-access/azure/AbstractAzureService.js.map +1 -1
  13. package/dist/helpers/data-access/azure/AzureBearerTokenProvider.js.map +1 -1
  14. package/dist/helpers/data-access/azure/buildBearerTokenProvider.js.map +1 -1
  15. package/dist/helpers/data-access/feature-flags/FeatureFlagServiceFactory.js.map +1 -1
  16. package/dist/helpers/data-access/opensearch/OpenSearchConnector.js.map +1 -1
  17. package/dist/helpers/data-access/opensearch/OpenSearchService.js.map +1 -1
  18. package/dist/helpers/data-access/opensearch/OpenSearchSyncOrchestrator.js +1 -1
  19. package/dist/helpers/data-access/opensearch/OpenSearchSyncOrchestrator.js.map +1 -1
  20. package/dist/helpers/data-access/opensearch/czechAnalysis.d.ts +14 -0
  21. package/dist/helpers/data-access/opensearch/czechAnalysis.js +73 -0
  22. package/dist/helpers/data-access/opensearch/czechAnalysis.js.map +1 -0
  23. package/dist/helpers/data-access/opensearch/expandAcronyms.d.ts +1 -0
  24. package/dist/helpers/data-access/opensearch/expandAcronyms.js +19 -0
  25. package/dist/helpers/data-access/opensearch/expandAcronyms.js.map +1 -0
  26. package/dist/helpers/data-access/opensearch/index.d.ts +5 -1
  27. package/dist/helpers/data-access/opensearch/index.js +9 -5
  28. package/dist/helpers/data-access/opensearch/index.js.map +1 -1
  29. package/dist/helpers/data-access/opensearch/liveSearchQuery.d.ts +18 -0
  30. package/dist/helpers/data-access/opensearch/liveSearchQuery.js +41 -0
  31. package/dist/helpers/data-access/opensearch/liveSearchQuery.js.map +1 -0
  32. package/dist/helpers/data-access/postgres/DatabaseConnector.js +10 -3
  33. package/dist/helpers/data-access/postgres/DatabaseConnector.js.map +1 -1
  34. package/dist/helpers/data-access/postgres/IDatabaseInfo.d.ts +1 -0
  35. package/dist/helpers/data-access/postgres/repositories/AbstractCachedRepository.js.map +1 -1
  36. package/dist/helpers/data-access/pubsub/subscribers/AbstractSubscriber.d.ts +0 -1
  37. package/dist/helpers/data-access/pubsub/subscribers/RedisSubscriber.js.map +1 -1
  38. package/dist/helpers/data-access/redis/IoRedisConnector.js.map +1 -1
  39. package/dist/helpers/data-access/storage/AbstractStorageService.d.ts +0 -4
  40. package/dist/helpers/data-access/storage/AzureBlobStorageService.d.ts +0 -4
  41. package/dist/helpers/data-access/storage/AzureBlobStorageService.js.map +1 -1
  42. package/dist/helpers/data-access/storage/NoopStorageService.d.ts +0 -3
  43. package/dist/helpers/data-access/storage/StorageServiceFactory.js.map +1 -1
  44. package/dist/helpers/data-access/table-storage/TableStorageServiceFactory.js.map +1 -1
  45. package/dist/helpers/data-access/table-storage/providers/AzureTableStorageService.js.map +1 -1
  46. package/dist/helpers/inspector/InspectorUtils.js.map +1 -1
  47. package/dist/helpers/logger/LoggerEmitter.d.ts +0 -1
  48. package/dist/helpers/logger/LoggerProvider.js.map +1 -1
  49. package/dist/helpers/logger/RequestLoggerProvider.js.map +1 -1
  50. package/dist/helpers/parser/queryParser.js.map +1 -1
  51. package/dist/helpers/routing/AbstractGeoJsonRouter.d.ts +1 -1
  52. package/dist/helpers/routing/AbstractGeoJsonRouter.js.map +1 -1
  53. package/dist/helpers/tools/memory/MemoryMonitor.d.ts +0 -1
  54. package/dist/helpers/tools/memory/MemoryMonitor.js +17 -7
  55. package/dist/helpers/tools/memory/MemoryMonitor.js.map +1 -1
  56. package/dist/helpers/tools/memory/MemoryMonitoringDecorator.js +2 -3
  57. package/dist/helpers/tools/memory/MemoryMonitoringDecorator.js.map +1 -1
  58. package/dist/helpers/tools/memory/examples/MemoryMonitoringExamples.js.map +1 -1
  59. package/dist/helpers/transformation/AbstractTransformation.js.map +1 -1
  60. package/dist/helpers/utils.js.map +1 -1
  61. package/dist/index.js +17 -7
  62. package/dist/index.js.map +1 -1
  63. package/dist/input-gateway/config/InputGatewayConfiguration.js +2 -1
  64. package/dist/input-gateway/config/InputGatewayConfiguration.js.map +1 -1
  65. package/dist/input-gateway/connectors/AMQPConnector.js +3 -2
  66. package/dist/input-gateway/connectors/AMQPConnector.js.map +1 -1
  67. package/dist/input-gateway/controllers/BaseController.js +0 -1
  68. package/dist/input-gateway/controllers/BaseController.js.map +1 -1
  69. package/dist/input-gateway/data-access/StorageServiceProvider.js +2 -1
  70. package/dist/input-gateway/data-access/StorageServiceProvider.js.map +1 -1
  71. package/dist/input-gateway/helpers/CheckContentTypeMiddleware.js.map +1 -1
  72. package/dist/input-gateway/helpers/ErrorPreprocessorMiddleware.js.map +1 -1
  73. package/dist/input-gateway/helpers/Logger.d.ts +0 -1
  74. package/dist/input-gateway/helpers/LoggerEmitterProvider.js +2 -1
  75. package/dist/input-gateway/helpers/LoggerEmitterProvider.js.map +1 -1
  76. package/dist/input-gateway/helpers/ResponseTimeMiddleware.js.map +1 -1
  77. package/dist/input-gateway/helpers/SaveRawDataMiddleware.js +2 -1
  78. package/dist/input-gateway/helpers/SaveRawDataMiddleware.js.map +1 -1
  79. package/dist/input-gateway/ioc/ContainerToken.d.ts +1 -0
  80. package/dist/input-gateway/ioc/ContainerToken.js +1 -0
  81. package/dist/input-gateway/ioc/ContainerToken.js.map +1 -1
  82. package/dist/input-gateway/ioc/Di.js +7 -1
  83. package/dist/input-gateway/ioc/Di.js.map +1 -1
  84. package/dist/input-gateway/middleware/CsvParserMiddleware.js +2 -1
  85. package/dist/input-gateway/middleware/CsvParserMiddleware.js.map +1 -1
  86. package/dist/integration-engine/config/IntegrationEngineConfiguration.js +4 -3
  87. package/dist/integration-engine/config/IntegrationEngineConfiguration.js.map +1 -1
  88. package/dist/integration-engine/connectors/AMQPConnector.js +3 -3
  89. package/dist/integration-engine/connectors/AMQPConnector.js.map +1 -1
  90. package/dist/integration-engine/connectors/index.js +0 -4
  91. package/dist/integration-engine/connectors/index.js.map +1 -1
  92. package/dist/integration-engine/data-access/RawDataStorage.js.map +1 -1
  93. package/dist/integration-engine/data-access/StorageServiceProvider.js +2 -1
  94. package/dist/integration-engine/data-access/StorageServiceProvider.js.map +1 -1
  95. package/dist/integration-engine/data-access/pubsub/subscribers/RedisSubscriber.js.map +1 -1
  96. package/dist/integration-engine/datasources/BatchWritable.d.ts +14 -0
  97. package/dist/integration-engine/datasources/BatchWritable.js +42 -0
  98. package/dist/integration-engine/datasources/BatchWritable.js.map +1 -0
  99. package/dist/integration-engine/datasources/DataSource.js.map +1 -1
  100. package/dist/integration-engine/datasources/DataSourceStream.d.ts +0 -1
  101. package/dist/integration-engine/datasources/DataSourceStream.js.map +1 -1
  102. package/dist/integration-engine/datasources/DataSourceStreamManager.js.map +1 -1
  103. package/dist/integration-engine/datasources/DataSourceStreamed.js.map +1 -1
  104. package/dist/integration-engine/datasources/DataSourceStreamedPipeline.d.ts +24 -0
  105. package/dist/integration-engine/datasources/DataSourceStreamedPipeline.js +72 -0
  106. package/dist/integration-engine/datasources/DataSourceStreamedPipeline.js.map +1 -0
  107. package/dist/integration-engine/datasources/RetryDataSource.js.map +1 -1
  108. package/dist/integration-engine/datasources/datatype-strategy/CSVDataTypeStrategy.js.map +1 -1
  109. package/dist/integration-engine/datasources/datatype-strategy/JSONDataTypeStrategy.js.map +1 -1
  110. package/dist/integration-engine/datasources/datatype-strategy/JSONStreamTransformer.d.ts +4 -0
  111. package/dist/integration-engine/datasources/datatype-strategy/JSONStreamTransformer.js +12 -0
  112. package/dist/integration-engine/datasources/datatype-strategy/JSONStreamTransformer.js.map +1 -0
  113. package/dist/integration-engine/datasources/datatype-strategy/XMLDataTypeStrategy.js.map +1 -1
  114. package/dist/integration-engine/datasources/datatype-strategy/ZipFileDataTypeStrategy.d.ts +0 -2
  115. package/dist/integration-engine/datasources/datatype-strategy/ZipFileDataTypeStrategy.js.map +1 -1
  116. package/dist/integration-engine/datasources/index.d.ts +6 -0
  117. package/dist/integration-engine/datasources/index.js +6 -0
  118. package/dist/integration-engine/datasources/index.js.map +1 -1
  119. package/dist/integration-engine/datasources/protocol-strategy/FTPProtocolStrategy.js.map +1 -1
  120. package/dist/integration-engine/datasources/protocol-strategy/GoogleCloudStorageProtocolStrategy.js.map +1 -1
  121. package/dist/integration-engine/datasources/protocol-strategy/HTTPFetchProtocolStrategy.js.map +1 -1
  122. package/dist/integration-engine/datasources/protocol-strategy/HTTPRequestProtocolStrategy.js.map +1 -1
  123. package/dist/integration-engine/datasources/protocol-strategy/HTTPRequestProtocolStrategyStreamed.d.ts +4 -1
  124. package/dist/integration-engine/datasources/protocol-strategy/HTTPRequestProtocolStrategyStreamed.js +30 -1
  125. package/dist/integration-engine/datasources/protocol-strategy/HTTPRequestProtocolStrategyStreamed.js.map +1 -1
  126. package/dist/integration-engine/datasources/protocol-strategy/IProtocolStrategy.d.ts +0 -3
  127. package/dist/integration-engine/datasources/protocol-strategy/IStreamingProtocolStrategy.d.ts +4 -0
  128. package/dist/integration-engine/datasources/protocol-strategy/IStreamingProtocolStrategy.js +3 -0
  129. package/dist/integration-engine/datasources/protocol-strategy/IStreamingProtocolStrategy.js.map +1 -0
  130. package/dist/integration-engine/datasources/protocol-strategy/PaginatedHTTPProtocolStrategy.js.map +1 -1
  131. package/dist/integration-engine/datasources/protocol-strategy/PostgresProtocolStrategy.js +2 -2
  132. package/dist/integration-engine/datasources/protocol-strategy/PostgresProtocolStrategy.js.map +1 -1
  133. package/dist/integration-engine/datasources/protocol-strategy/PostgresProtocolStrategyStreamed.js +1 -1
  134. package/dist/integration-engine/datasources/protocol-strategy/PostgresProtocolStrategyStreamed.js.map +1 -1
  135. package/dist/integration-engine/datasources/protocol-strategy/ProtocolStrategy.d.ts +2 -0
  136. package/dist/integration-engine/datasources/protocol-strategy/ProtocolStrategy.js +42 -7
  137. package/dist/integration-engine/datasources/protocol-strategy/ProtocolStrategy.js.map +1 -1
  138. package/dist/integration-engine/datasources/protocol-strategy/SFTPProtocolStrategy.js.map +1 -1
  139. package/dist/integration-engine/datasources/protocol-strategy/helpers/FTPFileProcessor.js.map +1 -1
  140. package/dist/integration-engine/datasources/protocol-strategy/interfaces/IHTTPRequestSettings.d.ts +0 -3
  141. package/dist/integration-engine/helpers/FileCompressor.d.ts +0 -2
  142. package/dist/integration-engine/helpers/FileCompressor.js.map +1 -1
  143. package/dist/integration-engine/helpers/GeocodeApi.js +2 -1
  144. package/dist/integration-engine/helpers/GeocodeApi.js.map +1 -1
  145. package/dist/integration-engine/helpers/IntegrationErrorHandler.js.map +1 -1
  146. package/dist/integration-engine/helpers/Logger.d.ts +0 -1
  147. package/dist/integration-engine/helpers/LoggerEmitterProvider.js +2 -1
  148. package/dist/integration-engine/helpers/LoggerEmitterProvider.js.map +1 -1
  149. package/dist/integration-engine/ioc/Di.js +2 -2
  150. package/dist/integration-engine/ioc/Di.js.map +1 -1
  151. package/dist/integration-engine/models/PostgresModel.d.ts +1 -1
  152. package/dist/integration-engine/models/PostgresModel.js.map +1 -1
  153. package/dist/integration-engine/models/RedisModel.d.ts +1 -1
  154. package/dist/integration-engine/models/RedisModel.js.map +1 -1
  155. package/dist/integration-engine/models/postgres/AuditAttributeModel.js +5 -5
  156. package/dist/integration-engine/models/postgres/AuditAttributeModel.js.map +1 -1
  157. package/dist/integration-engine/queueprocessors/QueueProcessor.js.map +1 -1
  158. package/dist/integration-engine/queueprocessors/helpers.js.map +1 -1
  159. package/dist/integration-engine/transformations/BaseTransformation.js.map +1 -1
  160. package/dist/integration-engine/workers/AbstractTask.js.map +1 -1
  161. package/dist/integration-engine/workers/AbstractTaskJsonSchema.js.map +1 -1
  162. package/dist/integration-engine/workers/AbstractTaskWithoutValidation.d.ts +1 -0
  163. package/dist/integration-engine/workers/AbstractTaskWithoutValidation.js +9 -1
  164. package/dist/integration-engine/workers/AbstractTaskWithoutValidation.js.map +1 -1
  165. package/dist/integration-engine/workers/AbstractWorker.d.ts +1 -0
  166. package/dist/integration-engine/workers/AbstractWorker.js +20 -1
  167. package/dist/integration-engine/workers/AbstractWorker.js.map +1 -1
  168. package/dist/integration-engine/workers/BaseWorker.d.ts +1 -1
  169. package/dist/integration-engine/workers/BaseWorker.js.map +1 -1
  170. package/dist/integration-engine/workers/helpers/AbortableTask.d.ts +2 -2
  171. package/dist/integration-engine/workers/helpers/AbortableTask.js +5 -4
  172. package/dist/integration-engine/workers/helpers/AbortableTask.js.map +1 -1
  173. package/dist/integration-engine/workers/helpers/MessageDataParser.js.map +1 -1
  174. package/dist/integration-engine/workers/helpers/MessageDataValidator.js.map +1 -1
  175. package/dist/integration-engine/workers/interfaces/ITask.d.ts +1 -0
  176. package/dist/integration-engine/workers/webhooks/CloudflareCachePurgeWebhook.js.map +1 -1
  177. package/dist/monitoring/metrics/metrics-builder.js.map +1 -1
  178. package/dist/monitoring/metrics/metrics-middleware.js.map +1 -1
  179. package/dist/monitoring/metrics/metrics-service.d.ts +2 -3
  180. package/dist/monitoring/metrics/metrics-service.js.map +1 -1
  181. package/dist/monitoring/opentelemetry/instrumentation/configs/amqplib.js.map +1 -1
  182. package/dist/monitoring/opentelemetry/instrumentation/configs/aws-sdk.js.map +1 -1
  183. package/dist/monitoring/opentelemetry/instrumentation/configs/http.js.map +1 -1
  184. package/dist/monitoring/opentelemetry/trace-provider.js.map +1 -1
  185. package/dist/output-gateway/CacheHeaderMiddleware.d.ts +0 -1
  186. package/dist/output-gateway/CacheHeaderMiddleware.js +2 -1
  187. package/dist/output-gateway/CacheHeaderMiddleware.js.map +1 -1
  188. package/dist/output-gateway/CompressionByDefaultMiddleware.js +2 -1
  189. package/dist/output-gateway/CompressionByDefaultMiddleware.js.map +1 -1
  190. package/dist/output-gateway/Geo.js.map +1 -1
  191. package/dist/output-gateway/Logger.d.ts +0 -1
  192. package/dist/output-gateway/Utils.js.map +1 -1
  193. package/dist/output-gateway/Validation.js +1 -1
  194. package/dist/output-gateway/Validation.js.map +1 -1
  195. package/dist/output-gateway/config/OutputGatewayConfiguration.js +2 -1
  196. package/dist/output-gateway/config/OutputGatewayConfiguration.js.map +1 -1
  197. package/dist/output-gateway/ioc/Di.js +1 -0
  198. package/dist/output-gateway/ioc/Di.js.map +1 -1
  199. package/dist/output-gateway/routes/BaseRouter.js.map +1 -1
  200. package/dist/output-gateway/routes/GeoJsonRouter.d.ts +1 -1
  201. package/dist/output-gateway/routes/GeoJsonRouter.js.map +1 -1
  202. package/dist/output-gateway/routes/typeguards/RouterExpireParametersTypeGuard.js.map +1 -1
  203. package/dist/shared/class-transformer.js +17 -7
  204. package/dist/shared/class-transformer.js.map +1 -1
  205. package/dist/shared/class-validator.js +17 -7
  206. package/dist/shared/class-validator.js.map +1 -1
  207. package/dist/shared/express-validator.js +17 -7
  208. package/dist/shared/express-validator.js.map +1 -1
  209. package/dist/shared/golemio-errors.js +17 -7
  210. package/dist/shared/golemio-errors.js.map +1 -1
  211. package/dist/shared/golemio-validator.js +17 -7
  212. package/dist/shared/golemio-validator.js.map +1 -1
  213. package/dist/shared/lightship.js +17 -7
  214. package/dist/shared/lightship.js.map +1 -1
  215. package/dist/shared/luxon.js +17 -7
  216. package/dist/shared/luxon.js.map +1 -1
  217. package/dist/shared/pino.js +17 -7
  218. package/dist/shared/pino.js.map +1 -1
  219. package/dist/shared/qs.js +17 -7
  220. package/dist/shared/qs.js.map +1 -1
  221. package/dist/shared/redis-semaphore.js +17 -7
  222. package/dist/shared/redis-semaphore.js.map +1 -1
  223. package/package.json +17 -7
  224. package/dist/helpers/data-access/opensearch/czechAnalyzer.d.ts +0 -6
  225. package/dist/helpers/data-access/opensearch/czechAnalyzer.js +0 -30
  226. package/dist/helpers/data-access/opensearch/czechAnalyzer.js.map +0 -1
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  const redisSemaphore = __importStar(require("redis-semaphore"));
26
36
  module.exports = redisSemaphore;
27
37
  //# sourceMappingURL=redis-semaphore.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"redis-semaphore.js","sourceRoot":"","sources":["../../src/shared/redis-semaphore.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,gEAAkD;AAClD,iBAAS,cAAc,CAAC"}
1
+ {"version":3,"file":"redis-semaphore.js","sourceRoot":"","sources":["../../src/shared/redis-semaphore.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gEAAkD;AAClD,iBAAS,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/core",
3
- "version": "3.2.1",
3
+ "version": "3.3.0-dev.2629226513",
4
4
  "description": "Golemio Core Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "build-watch": "run-s 'build -- --watch --preserveWatchOutput'",
11
11
  "test": "cross-env NODE_ENV=test mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register --file 'test/setup.ts' -r dotenv/config 'test/**/*.test.ts'",
12
12
  "test-debug": "run-s 'test -- --inspect-brk=9230'",
13
- "code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
13
+ "code-coverage": "nyc run-s test",
14
14
  "generate-docs": "typedoc --out docs/typedoc src",
15
15
  "lint": "eslint --cache \"{src,test}/**/*.ts\"",
16
16
  "validate-dependencies": "dependency-cruiser --config .dependency-cruiser.js src"
@@ -37,6 +37,7 @@
37
37
  "@types/chai-as-promised": "^8.0.2",
38
38
  "@types/content-type": "^1.1.3",
39
39
  "@types/debug": "0.0.31",
40
+ "@types/jsonstream": "^0.8.33",
40
41
  "@types/mocha": "^10.0.10",
41
42
  "@types/node": "^24.12.4",
42
43
  "@types/sinon": "^21.0.0",
@@ -62,11 +63,11 @@
62
63
  "source-map-support": "0.5.21",
63
64
  "supertest": "^7.1.4",
64
65
  "ts-node": "^10.9.1",
65
- "ts-patch": "3.0.0-beta3",
66
+ "ts-patch": "^4.0.1",
66
67
  "tsconfig-paths": "^4.2.0",
67
68
  "typedoc": "^0.24.8",
68
- "typescript": "5.1.3",
69
- "typescript-transform-paths": "^3.4.6"
69
+ "typescript": "6.0.3",
70
+ "typescript-transform-paths": "^4.0.0"
70
71
  },
71
72
  "dependencies": {
72
73
  "@abraham/reflection": "^0.10.0",
@@ -78,7 +79,7 @@
78
79
  "@google-cloud/storage": "^7.19.0",
79
80
  "@opensearch-project/opensearch": "^3.6.0",
80
81
  "@opentelemetry/api": "^1.9.0",
81
- "@opentelemetry/exporter-trace-otlp-grpc": "^0.204.0",
82
+ "@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
82
83
  "@opentelemetry/instrumentation-amqplib": "^0.50.0",
83
84
  "@opentelemetry/instrumentation-aws-sdk": "^0.56.0",
84
85
  "@opentelemetry/instrumentation-express": "^0.52.0",
@@ -92,7 +93,7 @@
92
93
  "@types/geojson": "^7946.0.10",
93
94
  "@types/luxon": "^2.3.1",
94
95
  "@types/qs": "^6.9.18",
95
- "ajv": "^8.10.0",
96
+ "ajv": "^8.20.0",
96
97
  "amqplib": "^0.10.8",
97
98
  "basic-ftp": "^6.0.1",
98
99
  "class-transformer": "^0.5.1",
@@ -107,6 +108,7 @@
107
108
  "html-entities": "^2.4.0",
108
109
  "iconv-lite": "^0.6.2",
109
110
  "ioredis": "^5.4.1",
111
+ "JSONStream": "^1.3.5",
110
112
  "lightship": "9.0.2",
111
113
  "luxon": "^2.5.2",
112
114
  "moment-timezone": "^0.5.26",
@@ -129,8 +131,16 @@
129
131
  "yauzl": "^2.10.0"
130
132
  },
131
133
  "overrides": {
134
+ "lodash": "^4.18.1",
132
135
  "lightship": {
136
+ "fast-uri": "^3.1.2",
133
137
  "fastify": "^5.8.5"
138
+ },
139
+ "@google-cloud/storage": {
140
+ "fast-xml-builder": "^1.2.0"
141
+ },
142
+ "ajv": {
143
+ "fast-uri": "^3.1.2"
134
144
  }
135
145
  }
136
146
  }
@@ -1,6 +0,0 @@
1
- import { Types } from "@opensearch-project/opensearch";
2
- export declare const czechAnalysis: {
3
- analysis: Types.Indices_Common.IndexSettingsAnalysis;
4
- };
5
- export declare const defaultIndexSettings: Types.Indices_Common.IndexSettings;
6
- export declare const czechText: () => Types.Common_Mapping.TextProperty;
@@ -1,30 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.czechText = exports.defaultIndexSettings = exports.czechAnalysis = void 0;
4
- exports.czechAnalysis = {
5
- analysis: {
6
- filter: {
7
- czech_stop: { type: "stop", stopwords: "_czech_" },
8
- czech_stem: { type: "stemmer", language: "czech" },
9
- czech_ascii: { type: "asciifolding", preserve_original: true },
10
- },
11
- analyzer: {
12
- czech_analyzer: {
13
- type: "custom",
14
- tokenizer: "standard",
15
- // pořadí záleží: stemming musí být před asciifolding
16
- filter: ["lowercase", "czech_stop", "czech_stem", "czech_ascii"],
17
- },
18
- },
19
- },
20
- };
21
- exports.defaultIndexSettings = {
22
- number_of_shards: 1,
23
- ...exports.czechAnalysis,
24
- };
25
- const czechText = () => ({
26
- type: "text",
27
- analyzer: "czech_analyzer",
28
- });
29
- exports.czechText = czechText;
30
- //# sourceMappingURL=czechAnalyzer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"czechAnalyzer.js","sourceRoot":"","sources":["../../../../src/helpers/data-access/opensearch/czechAnalyzer.ts"],"names":[],"mappings":";;;AAEa,QAAA,aAAa,GAA6D;IACnF,QAAQ,EAAE;QACN,MAAM,EAAE;YACJ,UAAU,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE;YAClD,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE;YAClD,WAAW,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,iBAAiB,EAAE,IAAI,EAAE;SACjE;QACD,QAAQ,EAAE;YACN,cAAc,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,SAAS,EAAE,UAAU;gBACrB,qDAAqD;gBACrD,MAAM,EAAE,CAAC,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,CAAC;aACnE;SACJ;KACJ;CACJ,CAAC;AAEW,QAAA,oBAAoB,GAAuC;IACpE,gBAAgB,EAAE,CAAC;IACnB,GAAG,qBAAa;CACnB,CAAC;AAEK,MAAM,SAAS,GAAG,GAAsC,EAAE,CAAC,CAAC;IAC/D,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,gBAAgB;CAC7B,CAAC,CAAC;AAHU,QAAA,SAAS,aAGnB"}