@socialgouv/fiches-vdd 2.807.0 → 2.808.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.
- package/CHANGELOG.md +7 -0
- package/data/professionnels/F36721.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.808.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.807.0...v2.808.0) (2023-09-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20230925_2216 update ([585b1e6](https://github.com/SocialGouv/fiches-vdd/commit/585b1e68b2f8e389347ad4152166c87defa87d22))
|
|
7
|
+
|
|
1
8
|
# [2.807.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.806.0...v2.807.0) (2023-09-24)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
"children": [
|
|
797
797
|
{
|
|
798
798
|
"type": "text",
|
|
799
|
-
"text": "Sur le volet technique du dossier, le pétitionnaire doit contacter l'agent instructeur coordonnateur localisé dans l'un des services
|
|
799
|
+
"text": "Sur le volet technique du dossier, le pétitionnaire doit contacter l'agent instructeur coordonnateur localisé dans l'un des services suivants (dans le département où est localisé l'AIOT) :"
|
|
800
800
|
}
|
|
801
801
|
]
|
|
802
802
|
},
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"children": [
|
|
818
818
|
{
|
|
819
819
|
"type": "text",
|
|
820
|
-
"text": "
|
|
820
|
+
"text": "Services police de l'eau de la DDT (direction départementale des territoires)"
|
|
821
821
|
}
|
|
822
822
|
]
|
|
823
823
|
}
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
"children": [
|
|
834
834
|
{
|
|
835
835
|
"type": "text",
|
|
836
|
-
"text": "
|
|
836
|
+
"text": "Dreal"
|
|
837
837
|
}
|
|
838
838
|
]
|
|
839
839
|
}
|
package/package.json
CHANGED