@wix/forms 1.0.139 → 1.0.141
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.141",
|
|
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.15",
|
|
23
|
+
"@wix/forms_form-submissions": "1.0.22",
|
|
24
|
+
"@wix/forms_forms": "1.0.23",
|
|
25
|
+
"@wix/forms_submissions": "1.0.57"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"glob": "^10.4.1",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "bcce86eca4a2779aede15e8fe2711ec85e14828d2fccf67345f101c2"
|
|
51
51
|
}
|
|
@@ -1801,6 +1801,8 @@ interface OrderedListData$1 {
|
|
|
1801
1801
|
indentation?: number;
|
|
1802
1802
|
/** Offset level from 0-4. */
|
|
1803
1803
|
offset?: number | null;
|
|
1804
|
+
/** List start number. */
|
|
1805
|
+
start?: number | null;
|
|
1804
1806
|
}
|
|
1805
1807
|
interface BulletedListData$1 {
|
|
1806
1808
|
/** Indentation level from 0-4. */
|
|
@@ -4950,7 +4952,7 @@ interface FormSubmission$1 {
|
|
|
4950
4952
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
4951
4953
|
*/
|
|
4952
4954
|
orderDetails?: FormSubmissionOrderDetails;
|
|
4953
|
-
/** Contact ID
|
|
4955
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
4954
4956
|
contactId?: string | null;
|
|
4955
4957
|
}
|
|
4956
4958
|
interface FormSubmissionOrderDetails {
|
|
@@ -5734,7 +5736,7 @@ interface FormSubmission {
|
|
|
5734
5736
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
5735
5737
|
*/
|
|
5736
5738
|
orderDetails?: OrderDetails;
|
|
5737
|
-
/** Contact ID
|
|
5739
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
5738
5740
|
contactId?: string | null;
|
|
5739
5741
|
}
|
|
5740
5742
|
declare enum SubmissionStatus {
|
|
@@ -7635,6 +7637,8 @@ interface OrderedListData {
|
|
|
7635
7637
|
indentation?: number;
|
|
7636
7638
|
/** Offset level from 0-4. */
|
|
7637
7639
|
offset?: number | null;
|
|
7640
|
+
/** List start number. */
|
|
7641
|
+
start?: number | null;
|
|
7638
7642
|
}
|
|
7639
7643
|
interface BulletedListData {
|
|
7640
7644
|
/** Indentation level from 0-4. */
|
|
@@ -9695,7 +9699,7 @@ interface UpdateSubmission {
|
|
|
9695
9699
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9696
9700
|
*/
|
|
9697
9701
|
orderDetails?: OrderDetails;
|
|
9698
|
-
/** Contact ID
|
|
9702
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
9699
9703
|
contactId?: string | null;
|
|
9700
9704
|
}
|
|
9701
9705
|
interface DeleteSubmissionOptions {
|
|
@@ -1801,6 +1801,8 @@ interface OrderedListData$1 {
|
|
|
1801
1801
|
indentation?: number;
|
|
1802
1802
|
/** Offset level from 0-4. */
|
|
1803
1803
|
offset?: number | null;
|
|
1804
|
+
/** List start number. */
|
|
1805
|
+
start?: number | null;
|
|
1804
1806
|
}
|
|
1805
1807
|
interface BulletedListData$1 {
|
|
1806
1808
|
/** Indentation level from 0-4. */
|
|
@@ -4950,7 +4952,7 @@ interface FormSubmission$1 {
|
|
|
4950
4952
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
4951
4953
|
*/
|
|
4952
4954
|
orderDetails?: FormSubmissionOrderDetails;
|
|
4953
|
-
/** Contact ID
|
|
4955
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
4954
4956
|
contactId?: string | null;
|
|
4955
4957
|
}
|
|
4956
4958
|
interface FormSubmissionOrderDetails {
|
|
@@ -5734,7 +5736,7 @@ interface FormSubmission {
|
|
|
5734
5736
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
5735
5737
|
*/
|
|
5736
5738
|
orderDetails?: OrderDetails;
|
|
5737
|
-
/** Contact ID
|
|
5739
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
5738
5740
|
contactId?: string | null;
|
|
5739
5741
|
}
|
|
5740
5742
|
declare enum SubmissionStatus {
|
|
@@ -7635,6 +7637,8 @@ interface OrderedListData {
|
|
|
7635
7637
|
indentation?: number;
|
|
7636
7638
|
/** Offset level from 0-4. */
|
|
7637
7639
|
offset?: number | null;
|
|
7640
|
+
/** List start number. */
|
|
7641
|
+
start?: number | null;
|
|
7638
7642
|
}
|
|
7639
7643
|
interface BulletedListData {
|
|
7640
7644
|
/** Indentation level from 0-4. */
|
|
@@ -9695,7 +9699,7 @@ interface UpdateSubmission {
|
|
|
9695
9699
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9696
9700
|
*/
|
|
9697
9701
|
orderDetails?: OrderDetails;
|
|
9698
|
-
/** Contact ID
|
|
9702
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
9699
9703
|
contactId?: string | null;
|
|
9700
9704
|
}
|
|
9701
9705
|
interface DeleteSubmissionOptions {
|
|
@@ -1738,6 +1738,8 @@ interface OrderedListData$1 {
|
|
|
1738
1738
|
indentation?: number;
|
|
1739
1739
|
/** Offset level from 0-4. */
|
|
1740
1740
|
offset?: number | null;
|
|
1741
|
+
/** List start number. */
|
|
1742
|
+
start?: number | null;
|
|
1741
1743
|
}
|
|
1742
1744
|
interface BulletedListData$1 {
|
|
1743
1745
|
/** Indentation level from 0-4. */
|
|
@@ -5853,6 +5855,8 @@ interface OrderedListData {
|
|
|
5853
5855
|
indentation?: number;
|
|
5854
5856
|
/** Offset level from 0-4. */
|
|
5855
5857
|
offset?: number | null;
|
|
5858
|
+
/** List start number. */
|
|
5859
|
+
start?: number | null;
|
|
5856
5860
|
}
|
|
5857
5861
|
interface BulletedListData {
|
|
5858
5862
|
/** Indentation level from 0-4. */
|
|
@@ -8432,7 +8436,7 @@ interface FormSubmission$3 {
|
|
|
8432
8436
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
8433
8437
|
*/
|
|
8434
8438
|
orderDetails?: FormSubmissionOrderDetails$1;
|
|
8435
|
-
/** Contact ID
|
|
8439
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
8436
8440
|
contactId?: string | null;
|
|
8437
8441
|
}
|
|
8438
8442
|
interface FormSubmissionOrderDetails$1 {
|
|
@@ -8954,7 +8958,7 @@ interface FormSubmission$2 {
|
|
|
8954
8958
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
8955
8959
|
*/
|
|
8956
8960
|
orderDetails?: FormSubmissionOrderDetails;
|
|
8957
|
-
/** Contact ID
|
|
8961
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
8958
8962
|
contactId?: string | null;
|
|
8959
8963
|
}
|
|
8960
8964
|
interface FormSubmissionOrderDetails {
|
|
@@ -9408,7 +9412,7 @@ interface FormSubmission$1 {
|
|
|
9408
9412
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
9409
9413
|
*/
|
|
9410
9414
|
orderDetails?: OrderDetails$1;
|
|
9411
|
-
/** Contact ID
|
|
9415
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
9412
9416
|
contactId?: string | null;
|
|
9413
9417
|
}
|
|
9414
9418
|
declare enum SubmissionStatus$1 {
|
|
@@ -10075,7 +10079,7 @@ interface FormSubmission {
|
|
|
10075
10079
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
10076
10080
|
*/
|
|
10077
10081
|
orderDetails?: OrderDetails;
|
|
10078
|
-
/** Contact ID
|
|
10082
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
10079
10083
|
contactId?: string | null;
|
|
10080
10084
|
}
|
|
10081
10085
|
declare enum SubmissionStatus {
|
|
@@ -64,7 +64,7 @@ interface FormSubmission {
|
|
|
64
64
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
65
65
|
*/
|
|
66
66
|
orderDetails?: OrderDetails;
|
|
67
|
-
/** Contact ID
|
|
67
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
68
68
|
contactId?: string | null;
|
|
69
69
|
}
|
|
70
70
|
declare enum SubmissionStatus {
|
|
@@ -64,7 +64,7 @@ interface FormSubmission {
|
|
|
64
64
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
65
65
|
*/
|
|
66
66
|
orderDetails?: OrderDetails;
|
|
67
|
-
/** Contact ID
|
|
67
|
+
/** Contact ID of a site visitor who created the submission. */
|
|
68
68
|
contactId?: string | null;
|
|
69
69
|
}
|
|
70
70
|
declare enum SubmissionStatus {
|