@yuuvis/client-core 3.3.0 → 3.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/client-core",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -2282,6 +2282,7 @@ interface SchemaResponseTypeDefinition {
2282
2282
  baseId: string;
2283
2283
  propertyReference: {
2284
2284
  value: string;
2285
+ required: boolean;
2285
2286
  }[];
2286
2287
  secondaryObjectTypeId: {
2287
2288
  value: string;