@ignos/api-client 20260911.273.1 → 20260914.275.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.
@@ -9420,6 +9420,7 @@ export interface SchemaCreatorElementDto {
9420
9420
  drawings: SchemaCreatorElementDrawingsDto;
9421
9421
  isDirty?: boolean | null;
9422
9422
  values?: SchemaCreatorElementValuesDto | null;
9423
+ valuesSnapshot?: SchemaCreatorElementValuesDto | null;
9423
9424
  parseResult?: SchemaCreatorSnipResultDto | null;
9424
9425
  resolveAttempt?: SchemaCreatorParseAttemptDto | null;
9425
9426
  createdBy?: SchemaCreatorAuditInfoDto | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260911.273.1",
3
+ "version": "20260914.275.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -39085,6 +39085,7 @@ export interface SchemaCreatorElementDto {
39085
39085
  drawings: SchemaCreatorElementDrawingsDto;
39086
39086
  isDirty?: boolean | null;
39087
39087
  values?: SchemaCreatorElementValuesDto | null;
39088
+ valuesSnapshot?: SchemaCreatorElementValuesDto | null;
39088
39089
  parseResult?: SchemaCreatorSnipResultDto | null;
39089
39090
  resolveAttempt?: SchemaCreatorParseAttemptDto | null;
39090
39091
  createdBy?: SchemaCreatorAuditInfoDto | null;