@stackedapp/types 1.14.3 → 1.14.4

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.
@@ -759,6 +759,7 @@ interface StackedSnapshotProgress {
759
759
  completionTrackers?: ICompletionTrackers;
760
760
  completionConditions?: ICompletionCondition;
761
761
  snapshot?: StackedSnapshot;
762
+ trackers?: StackedOfferTrackers;
762
763
  }
763
764
  /** offer fields that define this offer's properties */
764
765
  interface StackedBaseOffer extends Pick<IOffer, OfferPickFields> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",