@opexa/portal-sdk 0.0.49 → 0.0.50

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
@@ -2273,7 +2273,8 @@ class Gt {
2273
2273
  const t = {
2274
2274
  id: e.id,
2275
2275
  name: e.name,
2276
- logo: e.logo ?? void 0
2276
+ logo: e.logo ?? void 0,
2277
+ fields: e.config.fields
2277
2278
  };
2278
2279
  return g(t);
2279
2280
  }