@verma-consulting/common-library 0.1.58 → 0.1.60

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.mjs CHANGED
@@ -1024,6 +1024,16 @@ var constants = {
1024
1024
  Int: "Int",
1025
1025
  Boolean: "Boolean"
1026
1026
  },
1027
+ GQL_FIELD_MAPPER: {
1028
+ LIST: "Multi Select",
1029
+ OBJECT: "Single Select",
1030
+ ENUM: "Single Select",
1031
+ String: "Text Field",
1032
+ Float: "Number",
1033
+ Int: "Number",
1034
+ Boolean: "Checkbox",
1035
+ DateTime: "Date"
1036
+ },
1027
1037
  STATIC_STORAGE_BUCKET_FOLDERS: {
1028
1038
  avatars: "avatars",
1029
1039
  exports: "exports",