@wix/forms 1.0.123 → 1.0.125
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.125",
|
|
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.
|
|
24
|
-
"@wix/forms_forms": "1.0.
|
|
25
|
-
"@wix/forms_submissions": "1.0.
|
|
22
|
+
"@wix/forms_form-spam-submission-reports": "1.0.8",
|
|
23
|
+
"@wix/forms_form-submissions": "1.0.15",
|
|
24
|
+
"@wix/forms_forms": "1.0.12",
|
|
25
|
+
"@wix/forms_submissions": "1.0.45"
|
|
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": "2e86f1386a9c1bb80381c12d5d9905822058d5b03df34eb0090d3b59"
|
|
50
50
|
}
|
|
@@ -5382,10 +5382,7 @@ interface FormSubmission {
|
|
|
5382
5382
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
5383
5383
|
*/
|
|
5384
5384
|
orderDetails?: OrderDetails;
|
|
5385
|
-
/**
|
|
5386
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
5387
|
-
* @readonly
|
|
5388
|
-
*/
|
|
5385
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
5389
5386
|
contactId?: string | null;
|
|
5390
5387
|
}
|
|
5391
5388
|
declare enum SubmissionStatus {
|
|
@@ -9246,10 +9243,7 @@ interface UpdateSubmission {
|
|
|
9246
9243
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9247
9244
|
*/
|
|
9248
9245
|
orderDetails?: OrderDetails;
|
|
9249
|
-
/**
|
|
9250
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9251
|
-
* @readonly
|
|
9252
|
-
*/
|
|
9246
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9253
9247
|
contactId?: string | null;
|
|
9254
9248
|
}
|
|
9255
9249
|
interface DeleteSubmissionOptions {
|
|
@@ -5382,10 +5382,7 @@ interface FormSubmission {
|
|
|
5382
5382
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
5383
5383
|
*/
|
|
5384
5384
|
orderDetails?: OrderDetails;
|
|
5385
|
-
/**
|
|
5386
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
5387
|
-
* @readonly
|
|
5388
|
-
*/
|
|
5385
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
5389
5386
|
contactId?: string | null;
|
|
5390
5387
|
}
|
|
5391
5388
|
declare enum SubmissionStatus {
|
|
@@ -9246,10 +9243,7 @@ interface UpdateSubmission {
|
|
|
9246
9243
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9247
9244
|
*/
|
|
9248
9245
|
orderDetails?: OrderDetails;
|
|
9249
|
-
/**
|
|
9250
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9251
|
-
* @readonly
|
|
9252
|
-
*/
|
|
9246
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9253
9247
|
contactId?: string | null;
|
|
9254
9248
|
}
|
|
9255
9249
|
interface DeleteSubmissionOptions {
|
|
@@ -9108,10 +9108,7 @@ interface FormSubmission$1 {
|
|
|
9108
9108
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9109
9109
|
*/
|
|
9110
9110
|
orderDetails?: OrderDetails$1;
|
|
9111
|
-
/**
|
|
9112
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9113
|
-
* @readonly
|
|
9114
|
-
*/
|
|
9111
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9115
9112
|
contactId?: string | null;
|
|
9116
9113
|
}
|
|
9117
9114
|
declare enum SubmissionStatus$1 {
|
|
@@ -9782,10 +9779,7 @@ interface FormSubmission {
|
|
|
9782
9779
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9783
9780
|
*/
|
|
9784
9781
|
orderDetails?: OrderDetails;
|
|
9785
|
-
/**
|
|
9786
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
9787
|
-
* @readonly
|
|
9788
|
-
*/
|
|
9782
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
9789
9783
|
contactId?: string | null;
|
|
9790
9784
|
}
|
|
9791
9785
|
declare enum SubmissionStatus {
|