@yuuvis/client-core 3.4.2 → 3.5.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.4.2",
3
+ "version": "3.5.0",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -2307,6 +2307,7 @@ interface SchemaResponseDocumentTypeDefinition extends SchemaResponseTypeDefinit
2307
2307
  */
2308
2308
  interface SchemaResponseFieldDefinition extends _ObjectTypeFieldBase {
2309
2309
  columnDefinitions?: SchemaResponseFieldDefinition[];
2310
+ classification: string[];
2310
2311
  }
2311
2312
  /**
2312
2313
  * Object type fields classification property (schema)