@opexa/portal-sdk 0.49.0 → 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.js CHANGED
@@ -2531,6 +2531,7 @@ var JOURNEY_QUEST_FRAGMENT = gql`
2531
2531
  bonusAmount
2532
2532
  cleared
2533
2533
  description
2534
+ link
2534
2535
  }
2535
2536
  dateTimeCompleted
2536
2537
  }
@@ -7475,7 +7476,8 @@ var Transformer = class {
7475
7476
  name: milestone.name,
7476
7477
  bonusAmount: parseDecimal(milestone.bonusAmount, 0),
7477
7478
  cleared: milestone.cleared ?? false,
7478
- description: milestone?.description ?? void 0
7479
+ description: milestone?.description ?? void 0,
7480
+ link: milestone?.link ?? void 0
7479
7481
  }))
7480
7482
  }
7481
7483
  };