@wix/auto_sdk_data-extension-schema_schemas 1.0.69 → 1.0.70
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
/**
|