@inseefr/lunatic 3.7.5-rc.0 → 3.7.6-rc.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.
@@ -206,6 +206,7 @@ export type Variable = {
206
206
  value: VariableValue;
207
207
  iterationReference?: string;
208
208
  dimension?: number;
209
+ isDeletedOnReset?: boolean;
209
210
  } | {
210
211
  variableType: 'COLLECTED';
211
212
  name: string;
@@ -1,3 +1,4 @@
1
+ /* eslint-disable */
1
2
  /**
2
3
  * This file was automatically generated by json-schema-to-typescript.
3
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
@@ -1 +1 @@
1
- {"version":3,"file":"type.source.js","sourceRoot":"","sources":["../src/type.source.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
1
+ {"version":3,"file":"type.source.js","sourceRoot":"","sources":["../src/type.source.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB;;;;GAIG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inseefr/lunatic",
3
- "version": "3.7.5-rc.0",
3
+ "version": "3.7.6-rc.0",
4
4
  "description": "Library of questionnaire components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,4 @@
1
+ /* eslint-disable */
1
2
  /**
2
3
  * This file was automatically generated by json-schema-to-typescript.
3
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
@@ -244,6 +245,7 @@ export type Variable =
244
245
  value: VariableValue;
245
246
  iterationReference?: string;
246
247
  dimension?: number;
248
+ isDeletedOnReset?: boolean;
247
249
  }
248
250
  | {
249
251
  variableType: 'COLLECTED';