@wix/app-extensions 1.0.30 → 1.0.31
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.
|
@@ -10382,7 +10382,10 @@ interface ComponentTranslationAdditionalFieldsConfig {
|
|
|
10382
10382
|
}
|
|
10383
10383
|
/** @internal */
|
|
10384
10384
|
interface FormSchemaSpiConfig {
|
|
10385
|
-
/**
|
|
10385
|
+
/**
|
|
10386
|
+
* URI where the SPI Implementer is deployed
|
|
10387
|
+
* @maxLength 500
|
|
10388
|
+
*/
|
|
10386
10389
|
deploymentUri?: string;
|
|
10387
10390
|
/**
|
|
10388
10391
|
* Configuration of namespaces known by implementer
|
|
@@ -10408,8 +10411,8 @@ interface FormsSchemaNamespaceConfig {
|
|
|
10408
10411
|
multilingualEnabled?: boolean;
|
|
10409
10412
|
/** Attempt to select unique name for form */
|
|
10410
10413
|
uniqueName?: boolean;
|
|
10411
|
-
/** Enable
|
|
10412
|
-
|
|
10414
|
+
/** Enable hook for applying form schema related changes before form save, more info in OnBeforeSave. */
|
|
10415
|
+
onBeforeSaveHookEnabled?: boolean;
|
|
10413
10416
|
}
|
|
10414
10417
|
/** @internal */
|
|
10415
10418
|
interface FormsPermissions {
|
|
@@ -18473,7 +18476,6 @@ interface TemplateContainer {
|
|
|
18473
18476
|
interface ItemPath {
|
|
18474
18477
|
/**
|
|
18475
18478
|
* Deprecated, use item_key instead
|
|
18476
|
-
* @minLength 1
|
|
18477
18479
|
* @deprecated Deprecated, use item_key instead
|
|
18478
18480
|
* @replacedBy item_key
|
|
18479
18481
|
* @targetRemovalDate 2026-09-30
|