@stackedapp/types 1.6.5 → 1.7.1

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.
@@ -395,7 +395,7 @@ interface IOffer {
395
395
  /** notes about this offer */
396
396
  notes?: string;
397
397
  /** if this should be an offer that gets surfaced in real time */
398
- realTime?: string;
398
+ realTime?: boolean;
399
399
  /** if this offer is tied to other offers for a/b testing, this is the ID that ties
400
400
  * all of the offers together
401
401
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.6.5",
3
+ "version": "1.7.1",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",