@wix/forms 1.0.122 → 1.0.123
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.123",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"service-plugins"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@wix/forms_form-spam-submission-reports": "1.0.
|
|
23
|
-
"@wix/forms_form-submissions": "1.0.
|
|
22
|
+
"@wix/forms_form-spam-submission-reports": "1.0.7",
|
|
23
|
+
"@wix/forms_form-submissions": "1.0.14",
|
|
24
24
|
"@wix/forms_forms": "1.0.11",
|
|
25
25
|
"@wix/forms_submissions": "1.0.43"
|
|
26
26
|
},
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "bf307e857607405986b5f721ae1ce9b5bb1794f7f159c38ee50cd40f"
|
|
50
50
|
}
|
|
@@ -4656,10 +4656,7 @@ interface FormSubmission$1 {
|
|
|
4656
4656
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
4657
4657
|
*/
|
|
4658
4658
|
orderDetails?: FormSubmissionOrderDetails;
|
|
4659
|
-
/**
|
|
4660
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
4661
|
-
* @readonly
|
|
4662
|
-
*/
|
|
4659
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
4663
4660
|
contactId?: string | null;
|
|
4664
4661
|
}
|
|
4665
4662
|
interface FormSubmissionOrderDetails {
|
|
@@ -4656,10 +4656,7 @@ interface FormSubmission$1 {
|
|
|
4656
4656
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
4657
4657
|
*/
|
|
4658
4658
|
orderDetails?: FormSubmissionOrderDetails;
|
|
4659
|
-
/**
|
|
4660
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
4661
|
-
* @readonly
|
|
4662
|
-
*/
|
|
4659
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
4663
4660
|
contactId?: string | null;
|
|
4664
4661
|
}
|
|
4665
4662
|
interface FormSubmissionOrderDetails {
|
|
@@ -8128,10 +8128,7 @@ interface FormSubmission$3 {
|
|
|
8128
8128
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
8129
8129
|
*/
|
|
8130
8130
|
orderDetails?: FormSubmissionOrderDetails$1;
|
|
8131
|
-
/**
|
|
8132
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
8133
|
-
* @readonly
|
|
8134
|
-
*/
|
|
8131
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
8135
8132
|
contactId?: string | null;
|
|
8136
8133
|
}
|
|
8137
8134
|
interface FormSubmissionOrderDetails$1 {
|
|
@@ -8653,10 +8650,7 @@ interface FormSubmission$2 {
|
|
|
8653
8650
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
8654
8651
|
*/
|
|
8655
8652
|
orderDetails?: FormSubmissionOrderDetails;
|
|
8656
|
-
/**
|
|
8657
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
8658
|
-
* @readonly
|
|
8659
|
-
*/
|
|
8653
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
8660
8654
|
contactId?: string | null;
|
|
8661
8655
|
}
|
|
8662
8656
|
interface FormSubmissionOrderDetails {
|
|
@@ -101,10 +101,7 @@ interface FormSubmission {
|
|
|
101
101
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
102
102
|
*/
|
|
103
103
|
orderDetails?: OrderDetails;
|
|
104
|
-
/**
|
|
105
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
106
|
-
* @readonly
|
|
107
|
-
*/
|
|
104
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
108
105
|
contactId?: string | null;
|
|
109
106
|
}
|
|
110
107
|
declare enum SubmissionStatus {
|
|
@@ -101,10 +101,7 @@ interface FormSubmission {
|
|
|
101
101
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
102
102
|
*/
|
|
103
103
|
orderDetails?: OrderDetails;
|
|
104
|
-
/**
|
|
105
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
106
|
-
* @readonly
|
|
107
|
-
*/
|
|
104
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
108
105
|
contactId?: string | null;
|
|
109
106
|
}
|
|
110
107
|
declare enum SubmissionStatus {
|