@socialgouv/cdtn-elasticsearch 2.41.1 → 2.41.3

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/.eslintignore CHANGED
@@ -1 +1,2 @@
1
1
  node_modules
2
+ *.d.ts
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.41.3](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.2...v2.41.3) (2024-04-09)
7
+
8
+ **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
9
+
10
+ ## [2.41.2](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.1...v2.41.2) (2024-04-09)
11
+
12
+ **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
13
+
6
14
  ## [2.41.1](https://github.com/SocialGouv/cdtn-admin/compare/v2.41.0...v2.41.1) (2024-04-05)
7
15
 
8
16
  **Note:** Version bump only for package @socialgouv/cdtn-elasticsearch
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/cdtn-elasticsearch",
3
3
  "description": "SocialGouv - Code du travail numerique - Infrastructure - Elasticsearch",
4
- "version": "2.41.1",
4
+ "version": "2.41.3",
5
5
  "babel": {
6
6
  "plugins": [
7
7
  "@babel/plugin-transform-modules-commonjs"
@@ -43,6 +43,6 @@
43
43
  ]
44
44
  },
45
45
  "sideEffects": false,
46
- "typings": "src/index.d.ts",
47
- "gitHead": "cf9eec0469213412344822a6d1a85fb1c3ce39be"
46
+ "types": "src/index.d.ts",
47
+ "gitHead": "770bac4def708eac8f61fa8bb9dcc6ee2330dcd5"
48
48
  }
package/src/index.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ export const createIndex: any;
2
+ export const deleteOldIndex: any;
3
+ export const documentMapping: any;
4
+ export const DOCUMENTS: string;
5
+ export const indexDocumentsBatched: any;
6
+ export const SUGGESTIONS: string;
7
+ export const vectorizeDocument: any;
8
+ export const version: any;
9
+ export const suggestionMapping: any;