@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.
@@ -4953,6 +4953,8 @@ interface FormsSubmissionsNamespaceConfig {
4953
4953
  * @min 1
4954
4954
  */
4955
4955
  deletePendingAfterDays?: number | null;
4956
+ /** Sets a flag that indicates a submission, when exporting, should have signature as image instead of text. */
4957
+ exportSignatureAsImage?: boolean;
4956
4958
  }
4957
4959
  interface FormsPermissions {
4958
4960
  /**
@@ -16762,7 +16764,8 @@ interface WixVibeCodingInstructions {
16762
16764
  systemPrompt?: string;
16763
16765
  /**
16764
16766
  * Coding instructions module
16765
- * @format WEB_URL
16767
+ * @minLength 1
16768
+ * @maxLength 1000
16766
16769
  */
16767
16770
  module?: string | null;
16768
16771
  }