@verma-consulting/common-library 0.1.59 → 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.d.mts CHANGED
@@ -2340,6 +2340,7 @@ declare const constants: {
2340
2340
  Float: string;
2341
2341
  Int: string;
2342
2342
  Boolean: string;
2343
+ DateTime: string;
2343
2344
  };
2344
2345
  STATIC_STORAGE_BUCKET_FOLDERS: {
2345
2346
  avatars: string;
package/dist/index.d.ts CHANGED
@@ -2340,6 +2340,7 @@ declare const constants: {
2340
2340
  Float: string;
2341
2341
  Int: string;
2342
2342
  Boolean: string;
2343
+ DateTime: string;
2343
2344
  };
2344
2345
  STATIC_STORAGE_BUCKET_FOLDERS: {
2345
2346
  avatars: string;
package/dist/index.js CHANGED
@@ -1142,13 +1142,14 @@ var constants = {
1142
1142
  Boolean: "Boolean"
1143
1143
  },
1144
1144
  GQL_FIELD_MAPPER: {
1145
- LIST: "Single Select",
1145
+ LIST: "Multi Select",
1146
1146
  OBJECT: "Single Select",
1147
1147
  ENUM: "Single Select",
1148
1148
  String: "Text Field",
1149
1149
  Float: "Number",
1150
1150
  Int: "Number",
1151
- Boolean: "Checkbox"
1151
+ Boolean: "Checkbox",
1152
+ DateTime: "Date"
1152
1153
  },
1153
1154
  STATIC_STORAGE_BUCKET_FOLDERS: {
1154
1155
  avatars: "avatars",