@meniga/insights-factory-bank-admin 1.16.0-alpha.1 → 1.16.0-alpha.2

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.
Files changed (2) hide show
  1. package/index.ts +2 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -747,6 +747,8 @@ export interface FunctionMetadata
747
747
  tooltip?: string;
748
748
  /** [Required] Config for subFields of complex field */
749
749
  subfields?: { [key:string]: IFieldMetadata };
750
+ /** Original type name before any transformations (e.g., "Category" for "Category[]") */
751
+ originalType?: string;
750
752
  }
751
753
  /**
752
754
  * Definition of metadata field (compatible with react-awesome-query-builder field)
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name": "@meniga/insights-factory-bank-admin","version": "1.16.0-alpha.1","main": "index.ts","scripts": {},"license": "ISC"}
1
+ {"name": "@meniga/insights-factory-bank-admin","version": "1.16.0-alpha.2","main": "index.ts","scripts": {},"license": "ISC"}