@stackedapp/types 1.15.0 → 1.15.2
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 -0
- package/package.json +1 -1
package/dist/stacked-types.d.ts
CHANGED
|
@@ -1046,6 +1046,7 @@ type StackedContentStats = ContentStats;
|
|
|
1046
1046
|
* doc that defines a third party app
|
|
1047
1047
|
*/
|
|
1048
1048
|
interface IThirdPartyApp {
|
|
1049
|
+
_id: Stringable;
|
|
1049
1050
|
/** the organization_id from stytch for b2b auth */
|
|
1050
1051
|
stytchId?: string;
|
|
1051
1052
|
/** if true, then automatically add and connect this organization to the stacked User's app connections */
|
|
@@ -1189,6 +1190,7 @@ interface IActiveListener {
|
|
|
1189
1190
|
}
|
|
1190
1191
|
|
|
1191
1192
|
interface IAppState {
|
|
1193
|
+
_id: Stringable;
|
|
1192
1194
|
/**
|
|
1193
1195
|
* our app config. Just pixels using db for now, but
|
|
1194
1196
|
* could have config for pixels_data, too, and maybe
|