@wix/forms 1.0.149 → 1.0.150
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/forms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.150",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@wix/forms_form-spam-submission-reports": "1.0.18",
|
|
23
|
-
"@wix/forms_form-submissions": "1.0.
|
|
23
|
+
"@wix/forms_form-submissions": "1.0.27",
|
|
24
24
|
"@wix/forms_forms": "1.0.28",
|
|
25
25
|
"@wix/forms_submissions": "1.0.62"
|
|
26
26
|
},
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "aa3f85ae8ad108af91c3e40f9dadbfbdc070f7d65e661fab520f2c2b"
|
|
51
51
|
}
|
|
@@ -229,7 +229,11 @@ interface AlternativeUri {
|
|
|
229
229
|
absoluteUri?: string;
|
|
230
230
|
}
|
|
231
231
|
interface FormsSubmissionsExtensionNamespaceConfig {
|
|
232
|
-
/**
|
|
232
|
+
/**
|
|
233
|
+
* The app which the form submissions belong to. For example, the namespace for the Wix Forms app is `wix.form_app.form`.
|
|
234
|
+
*
|
|
235
|
+
* Call `Get Submission` to retrieve the namespace.
|
|
236
|
+
*/
|
|
233
237
|
namespace?: string;
|
|
234
238
|
/**
|
|
235
239
|
* The ID of the specific form that will trigger the defined methods when a submission is made.
|
|
@@ -229,7 +229,11 @@ interface AlternativeUri {
|
|
|
229
229
|
absoluteUri?: string;
|
|
230
230
|
}
|
|
231
231
|
interface FormsSubmissionsExtensionNamespaceConfig {
|
|
232
|
-
/**
|
|
232
|
+
/**
|
|
233
|
+
* The app which the form submissions belong to. For example, the namespace for the Wix Forms app is `wix.form_app.form`.
|
|
234
|
+
*
|
|
235
|
+
* Call `Get Submission` to retrieve the namespace.
|
|
236
|
+
*/
|
|
233
237
|
namespace?: string;
|
|
234
238
|
/**
|
|
235
239
|
* The ID of the specific form that will trigger the defined methods when a submission is made.
|