@stackedapp/types 1.10.0 → 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.
- package/dist/stacked-types.d.ts +2 -2
- package/package.json +1 -1
package/dist/stacked-types.d.ts
CHANGED
|
@@ -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
|
-
/**
|
|
1014
|
-
|
|
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? */
|