@wix/auto_sdk_data-extension-schema_schemas 1.0.69 → 1.0.71

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.
@@ -4970,6 +4970,8 @@ interface FormsSubmissionsNamespaceConfig {
4970
4970
  * @min 1
4971
4971
  */
4972
4972
  deletePendingAfterDays?: number | null;
4973
+ /** Sets a flag that indicates a submission, when exporting, should have signature as image instead of text. */
4974
+ exportSignatureAsImage?: boolean;
4973
4975
  }
4974
4976
  interface FormsPermissions {
4975
4977
  /**
@@ -16779,7 +16781,8 @@ interface WixVibeCodingInstructions {
16779
16781
  systemPrompt?: string;
16780
16782
  /**
16781
16783
  * Coding instructions module
16782
- * @format WEB_URL
16784
+ * @minLength 1
16785
+ * @maxLength 1000
16783
16786
  */
16784
16787
  module?: string | null;
16785
16788
  }