@wix/auto_sdk_data-extension-schema_schemas 1.0.163 → 1.0.164

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.
@@ -18714,7 +18714,7 @@ interface FunctionResources {
18714
18714
  interface AppRouter {
18715
18715
  /**
18716
18716
  * Unique per site prefix.
18717
- * Maximum length is 100 characters, as enforced by DM validation rules.
18717
+ * Maximum length is 100 characters, as enforced by DM validation rules
18718
18718
  * @minLength 1
18719
18719
  * @maxLength 100
18720
18720
  */
@@ -18723,7 +18723,7 @@ interface AppRouter {
18723
18723
  * The data/routing source shared across the router's pages.
18724
18724
  * @format WEB_URL
18725
18725
  */
18726
- routerServiceUrl?: string | null;
18726
+ routerServiceUrl?: string;
18727
18727
  /**
18728
18728
  * Pages connected to this router
18729
18729
  * @maxSize 10