@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.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2536,6 +2536,7 @@ var JOURNEY_QUEST_FRAGMENT = gql`
|
|
|
2536
2536
|
bonusAmount
|
|
2537
2537
|
cleared
|
|
2538
2538
|
description
|
|
2539
|
+
link
|
|
2539
2540
|
}
|
|
2540
2541
|
dateTimeCompleted
|
|
2541
2542
|
}
|
|
@@ -7480,7 +7481,8 @@ var Transformer = class {
|
|
|
7480
7481
|
name: milestone.name,
|
|
7481
7482
|
bonusAmount: parseDecimal(milestone.bonusAmount, 0),
|
|
7482
7483
|
cleared: milestone.cleared ?? false,
|
|
7483
|
-
description: milestone?.description ?? void 0
|
|
7484
|
+
description: milestone?.description ?? void 0,
|
|
7485
|
+
link: milestone?.link ?? void 0
|
|
7484
7486
|
}))
|
|
7485
7487
|
}
|
|
7486
7488
|
};
|