@luminocity/lemonate-gateway 8.2.32 → 8.3.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/dist/index.d.ts CHANGED
@@ -9527,6 +9527,16 @@ declare function getDatatypes(): ({
9527
9527
  type: string;
9528
9528
  widget: string;
9529
9529
  label?: undefined;
9530
+ } | {
9531
+ datatype: string;
9532
+ defaultValue: boolean;
9533
+ displayName: string;
9534
+ name: string;
9535
+ type: string;
9536
+ widget: string;
9537
+ label?: undefined;
9538
+ maxValue?: undefined;
9539
+ minValue?: undefined;
9530
9540
  })[];
9531
9541
  typeName: string;
9532
9542
  mainItemField?: undefined;