@egi/smart-db 2.3.4 → 2.3.5

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": "@egi/smart-db",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "Unified Smart DB Access",
5
5
  "author": "Marcel Egloff",
6
6
  "type": "module",
@@ -38,6 +38,7 @@ export declare enum FieldNamingStyle {
38
38
  All = 2
39
39
  }
40
40
  export declare type GenericModelData = Record<string, SqlValueType>;
41
+ export declare type GenericModelExtendedData = GenericModelData | Record<string, string[]>;
41
42
  export interface AttributeInfo {
42
43
  attribute: string;
43
44
  type: string;