@socialgouv/kali-data-types 3.413.0 → 3.414.1

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socialgouv/kali-data-types",
3
- "version": "3.413.0",
3
+ "version": "3.414.1",
4
4
  "devDependencies": {
5
5
  "@babel/core": "^7.16.0",
6
6
  "@babel/plugin-transform-modules-commonjs": "^7.16.0",
package/src/index.d.ts CHANGED
@@ -124,6 +124,7 @@ type AgreementArticleData = {
124
124
  num?: string;
125
125
  /** HTML content */
126
126
  content: string;
127
+ nota?: string;
127
128
  etat: State;
128
129
  surtitre?: string;
129
130
  historique?: string;