@isettingkit/business-rules 3.2.2 → 3.2.3

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.
@@ -98,7 +98,7 @@ export declare enum EFieldType {
98
98
 
99
99
  export declare enum EFieldTypeNew {
100
100
  ALPHABETICAL = "alphabetical",
101
- CURRENCY = "currency",
101
+ MONETARY = "monetary",
102
102
  DATE = "date",
103
103
  NUMBER = "number",
104
104
  PERCENTAGE = "percentage"