@stackedapp/types 1.9.22 → 1.11.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.
@@ -1010,8 +1010,8 @@ type StackedContentStats = ContentStats;
1010
1010
  interface IThirdPartyApp {
1011
1011
  /** the organization_id from stytch for b2b auth */
1012
1012
  stytchId?: string;
1013
- /** fireblocks vault id */
1014
- vaultId?: string;
1013
+ /** if true, then automatically add and connect this organization to the stacked User's app connections */
1014
+ autoAdd?: boolean;
1015
1015
  /** growthbook project id */
1016
1016
  growthbookProjectId?: string;
1017
1017
  /** should we show advanced offer fields and settings? */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.9.22",
3
+ "version": "1.11.0",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",