@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.
package/type.source.d.ts CHANGED
@@ -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;
package/type.source.js CHANGED
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ /* eslint-disable */
2
3
  /**
3
4
  * This file was automatically generated by json-schema-to-typescript.
4
5
  * 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"}