@wix/forms 1.0.122 → 1.0.124
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.124",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,10 +19,10 @@
|
|
|
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
|
-
"@wix/forms_submissions": "1.0.
|
|
25
|
+
"@wix/forms_submissions": "1.0.44"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"glob": "^10.4.1",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "73a6dc1903f2d6114216c514c923e352fadfe273d2307dc4b212aefd"
|
|
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 {
|
|
@@ -5385,10 +5382,7 @@ interface FormSubmission {
|
|
|
5385
5382
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
5386
5383
|
*/
|
|
5387
5384
|
orderDetails?: OrderDetails;
|
|
5388
|
-
/**
|
|
5389
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
5390
|
-
* @readonly
|
|
5391
|
-
*/
|
|
5385
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
5392
5386
|
contactId?: string | null;
|
|
5393
5387
|
}
|
|
5394
5388
|
declare enum SubmissionStatus {
|
|
@@ -9249,10 +9243,7 @@ interface UpdateSubmission {
|
|
|
9249
9243
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9250
9244
|
*/
|
|
9251
9245
|
orderDetails?: OrderDetails;
|
|
9252
|
-
/**
|
|
9253
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9254
|
-
* @readonly
|
|
9255
|
-
*/
|
|
9246
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9256
9247
|
contactId?: string | null;
|
|
9257
9248
|
}
|
|
9258
9249
|
interface DeleteSubmissionOptions {
|
|
@@ -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 {
|
|
@@ -5385,10 +5382,7 @@ interface FormSubmission {
|
|
|
5385
5382
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
5386
5383
|
*/
|
|
5387
5384
|
orderDetails?: OrderDetails;
|
|
5388
|
-
/**
|
|
5389
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
5390
|
-
* @readonly
|
|
5391
|
-
*/
|
|
5385
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
5392
5386
|
contactId?: string | null;
|
|
5393
5387
|
}
|
|
5394
5388
|
declare enum SubmissionStatus {
|
|
@@ -9249,10 +9243,7 @@ interface UpdateSubmission {
|
|
|
9249
9243
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9250
9244
|
*/
|
|
9251
9245
|
orderDetails?: OrderDetails;
|
|
9252
|
-
/**
|
|
9253
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9254
|
-
* @readonly
|
|
9255
|
-
*/
|
|
9246
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9256
9247
|
contactId?: string | null;
|
|
9257
9248
|
}
|
|
9258
9249
|
interface DeleteSubmissionOptions {
|
|
@@ -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 {
|
|
@@ -9114,10 +9108,7 @@ interface FormSubmission$1 {
|
|
|
9114
9108
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9115
9109
|
*/
|
|
9116
9110
|
orderDetails?: OrderDetails$1;
|
|
9117
|
-
/**
|
|
9118
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9119
|
-
* @readonly
|
|
9120
|
-
*/
|
|
9111
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9121
9112
|
contactId?: string | null;
|
|
9122
9113
|
}
|
|
9123
9114
|
declare enum SubmissionStatus$1 {
|
|
@@ -9788,10 +9779,7 @@ interface FormSubmission {
|
|
|
9788
9779
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9789
9780
|
*/
|
|
9790
9781
|
orderDetails?: OrderDetails;
|
|
9791
|
-
/**
|
|
9792
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9793
|
-
* @readonly
|
|
9794
|
-
*/
|
|
9782
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9795
9783
|
contactId?: string | null;
|
|
9796
9784
|
}
|
|
9797
9785
|
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 {
|
|
@@ -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 {
|