react-semaphor 0.0.560 → 0.0.561
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/types/main.d.ts +4 -0
- package/package.json +1 -1
package/dist/types/main.d.ts
CHANGED
|
@@ -1633,6 +1633,10 @@ export declare type TokenRequest = {
|
|
|
1633
1633
|
* Enables self-service editing and lens creation by the end user.
|
|
1634
1634
|
*/
|
|
1635
1635
|
allowEdit?: boolean;
|
|
1636
|
+
/**
|
|
1637
|
+
* Schema level security policy. The schema name for the tenant.
|
|
1638
|
+
*/
|
|
1639
|
+
sls?: string;
|
|
1636
1640
|
/**
|
|
1637
1641
|
* Connection-level security policies.
|
|
1638
1642
|
* Can be a single policy or an array of policies.
|