@meniga/insights-factory-bank-admin 1.17.0-alpha.72 → 1.17.0-alpha.74

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 +3 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -838,6 +838,9 @@ export interface FunctionArgumentNodeMetadata
838
838
  isOptional: boolean;
839
839
  listValues?: any[];
840
840
  preferWidgets?: any[];
841
+ dependentParameter?: string;
842
+ dependentParameterPropertyTypes?: string[];
843
+ dependentParameterPropertyNameFilter?: string[];
841
844
  }
842
845
  export interface FunctionMetadata
843
846
  {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name": "@meniga/insights-factory-bank-admin","version": "1.17.0-alpha.72","main": "index.ts","scripts": {},"license": "ISC"}
1
+ {"name": "@meniga/insights-factory-bank-admin","version": "1.17.0-alpha.74","main": "index.ts","scripts": {},"license": "ISC"}