@stackedapp/types 1.14.5 → 1.14.7

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.
@@ -808,7 +808,7 @@ type StackedOfferHelpers = {
808
808
  getLinkedProgress?: () => Array<TeamProgress>;
809
809
  getSiblingProgress?: () => Array<TeamProgress>;
810
810
  getProgressPercent?: () => number;
811
- isComplete?: () => boolean;
811
+ canClaim?: () => boolean;
812
812
  };
813
813
  type TeamProgress = {
814
814
  playerId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.14.5",
3
+ "version": "1.14.7",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",