@opexa/portal-sdk 0.49.1 → 0.49.2

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.cjs CHANGED
@@ -7481,7 +7481,8 @@ var Transformer = class {
7481
7481
  name: milestone.name,
7482
7482
  bonusAmount: parseDecimal(milestone.bonusAmount, 0),
7483
7483
  cleared: milestone.cleared ?? false,
7484
- description: milestone?.description ?? void 0
7484
+ description: milestone?.description ?? void 0,
7485
+ link: milestone?.link ?? void 0
7485
7486
  }))
7486
7487
  }
7487
7488
  };