@proappstore/sdk 1.16.35 → 1.16.36
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/shell.d.ts +2 -2
- package/package.json +1 -1
package/dist/shell.d.ts
CHANGED
|
@@ -32,8 +32,8 @@ export interface ProShellProps {
|
|
|
32
32
|
/**
|
|
33
33
|
* If true, allow free users to see the app (no subscription gate).
|
|
34
34
|
*
|
|
35
|
-
* Default: true
|
|
36
|
-
*
|
|
35
|
+
* Default: true preserves backwards compatibility for existing apps. Apps that
|
|
36
|
+
* should require a paid PAS subscription must pass allowFree={false}.
|
|
37
37
|
*/
|
|
38
38
|
allowFree?: boolean;
|
|
39
39
|
/** Show theme toggle in the profile menu. Default: true. */
|