@stackedapp/types 1.7.1 → 1.8.0

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.
@@ -388,6 +388,8 @@ interface IOffer {
388
388
  /** for grouping offers together if they are assocaited with each othert for easy rendering in front-end */
389
389
  groupId?: string;
390
390
  name: string;
391
+ /** Custom tab name for grouped offers - displays instead of name when set */
392
+ tabName?: string;
391
393
  /** how high of a priority is this offer in comparison to other offers? 1 is highest priority */
392
394
  priority?: number;
393
395
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.7.1",
3
+ "version": "1.8.0",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",