@wix/app-extensions 1.0.155 → 1.0.156
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.
|
@@ -5629,6 +5629,11 @@ interface ActionSPIConfig {
|
|
|
5629
5629
|
id?: string | null;
|
|
5630
5630
|
/** Whether this action supports synchronous invocation. */
|
|
5631
5631
|
supportsSyncInvocation?: boolean;
|
|
5632
|
+
/**
|
|
5633
|
+
* Provider-owned configuration persisted with the action.
|
|
5634
|
+
* @internal
|
|
5635
|
+
*/
|
|
5636
|
+
implementationConfiguration?: Record<string, any> | null;
|
|
5632
5637
|
}
|
|
5633
5638
|
/** @internal */
|
|
5634
5639
|
declare enum ActionSPIConfigInterfaceConfigurationType {
|