@yuuvis/client-core 3.4.1 → 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
|
@@ -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)
|