@wix/app-extensions 1.0.35 → 1.0.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.
|
@@ -15971,6 +15971,8 @@ interface V2Rule {
|
|
|
15971
15971
|
* @maxLength 200
|
|
15972
15972
|
*/
|
|
15973
15973
|
name?: string | null;
|
|
15974
|
+
/** Namespace rules are part of business logic of app owning namespace, have limited editing possibilities. */
|
|
15975
|
+
namespaceRule?: boolean | null;
|
|
15974
15976
|
}
|
|
15975
15977
|
/** Enum for different types of changeable properties. */
|
|
15976
15978
|
/** @internal */
|