@stackedapp/types 1.14.1 → 1.14.3
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/stacked-types.d.ts +2 -2
- package/package.json +1 -1
package/dist/stacked-types.d.ts
CHANGED
|
@@ -802,8 +802,8 @@ type ConditionResult = {
|
|
|
802
802
|
};
|
|
803
803
|
type StackedOfferHelpers = {
|
|
804
804
|
getCompletionConditions?: () => Array<ConditionDetail>;
|
|
805
|
-
|
|
806
|
-
|
|
805
|
+
getLinkedProgress?: () => Array<TeamProgress>;
|
|
806
|
+
getSiblingProgress?: () => Array<TeamProgress>;
|
|
807
807
|
getProgressPercent?: () => number;
|
|
808
808
|
canClaim?: () => boolean;
|
|
809
809
|
};
|