@legalplace/models-v3-types 5.9.0 → 5.10.0

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 (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/index.ts +1 -0
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ # [5.10.0](https://git.legalplace.eu/legalplace/monorepo/compare/@legalplace/models-v3-types@5.9.0...@legalplace/models-v3-types@5.10.0) (2024-03-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * add new autocomplete dataset config ([06968c1](https://git.legalplace.eu/legalplace/monorepo/commits/06968c10109795ba00b282dfe29075bc8f1444b0)), closes [api#11160](https://git.legalplace.eu/api/issues/11160)
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.9.0](https://git.legalplace.eu/legalplace/monorepo/compare/@legalplace/models-v3-types@5.8.3...@legalplace/models-v3-types@5.9.0) (2024-03-19)
7
18
 
8
19
 
package/index.ts CHANGED
@@ -666,6 +666,7 @@ export interface FDFBoxesV3 {
666
666
  */
667
667
  export type AutocompleteDatasetType =
668
668
  | "datagouv_addresses"
669
+ | "datagouv_cities"
669
670
  | "pappers"
670
671
  | "activities";
671
672
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "5.9.0",
3
+ "version": "5.10.0",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",
@@ -9,7 +9,7 @@
9
9
  "write-schema": "typescript-json-schema tsconfig.json ModelV3 -o schema.json"
10
10
  },
11
11
  "dependencies": {
12
- "@legalplace/typeorm-constants": "^3.27.2"
12
+ "@legalplace/typeorm-constants": "^3.27.3"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@legalplace/eslint-config": "^2.2.0",
@@ -17,5 +17,5 @@
17
17
  "typescript-json-schema": "^0.43.0"
18
18
  },
19
19
  "prettier": "@legalplace/prettier-config",
20
- "gitHead": "5579d2d7f01bc14b5235986a2a5aa77fde01fef2"
20
+ "gitHead": "d0889f36d9b0c52f65477fba495363609217f0c3"
21
21
  }