@wix/forms 1.0.140 → 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.140",
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.14",
23
- "@wix/forms_form-submissions": "1.0.21",
22
+ "@wix/forms_form-spam-submission-reports": "1.0.15",
23
+ "@wix/forms_form-submissions": "1.0.22",
24
24
  "@wix/forms_forms": "1.0.23",
25
- "@wix/forms_submissions": "1.0.56"
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": "b262d17df0e1e75c7e71d9e17168ca1e347b491227fc8b2ff1636dc5"
50
+ "falconPackageHash": "bcce86eca4a2779aede15e8fe2711ec85e14828d2fccf67345f101c2"
51
51
  }
@@ -4952,7 +4952,7 @@ interface FormSubmission$1 {
4952
4952
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
4953
4953
  */
4954
4954
  orderDetails?: FormSubmissionOrderDetails;
4955
- /** Contact ID. Member who created the submission, or a mapped contact. */
4955
+ /** Contact ID of a site visitor who created the submission. */
4956
4956
  contactId?: string | null;
4957
4957
  }
4958
4958
  interface FormSubmissionOrderDetails {
@@ -5736,7 +5736,7 @@ interface FormSubmission {
5736
5736
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
5737
5737
  */
5738
5738
  orderDetails?: OrderDetails;
5739
- /** Contact ID. Member who created the submission, or a mapped contact. */
5739
+ /** Contact ID of a site visitor who created the submission. */
5740
5740
  contactId?: string | null;
5741
5741
  }
5742
5742
  declare enum SubmissionStatus {
@@ -9699,7 +9699,7 @@ interface UpdateSubmission {
9699
9699
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
9700
9700
  */
9701
9701
  orderDetails?: OrderDetails;
9702
- /** Contact ID. Member who created the submission, or a mapped contact. */
9702
+ /** Contact ID of a site visitor who created the submission. */
9703
9703
  contactId?: string | null;
9704
9704
  }
9705
9705
  interface DeleteSubmissionOptions {
@@ -4952,7 +4952,7 @@ interface FormSubmission$1 {
4952
4952
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
4953
4953
  */
4954
4954
  orderDetails?: FormSubmissionOrderDetails;
4955
- /** Contact ID. Member who created the submission, or a mapped contact. */
4955
+ /** Contact ID of a site visitor who created the submission. */
4956
4956
  contactId?: string | null;
4957
4957
  }
4958
4958
  interface FormSubmissionOrderDetails {
@@ -5736,7 +5736,7 @@ interface FormSubmission {
5736
5736
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
5737
5737
  */
5738
5738
  orderDetails?: OrderDetails;
5739
- /** Contact ID. Member who created the submission, or a mapped contact. */
5739
+ /** Contact ID of a site visitor who created the submission. */
5740
5740
  contactId?: string | null;
5741
5741
  }
5742
5742
  declare enum SubmissionStatus {
@@ -9699,7 +9699,7 @@ interface UpdateSubmission {
9699
9699
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
9700
9700
  */
9701
9701
  orderDetails?: OrderDetails;
9702
- /** Contact ID. Member who created the submission, or a mapped contact. */
9702
+ /** Contact ID of a site visitor who created the submission. */
9703
9703
  contactId?: string | null;
9704
9704
  }
9705
9705
  interface DeleteSubmissionOptions {
@@ -8436,7 +8436,7 @@ interface FormSubmission$3 {
8436
8436
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
8437
8437
  */
8438
8438
  orderDetails?: FormSubmissionOrderDetails$1;
8439
- /** Contact ID. Member who created the submission, or a mapped contact. */
8439
+ /** Contact ID of a site visitor who created the submission. */
8440
8440
  contactId?: string | null;
8441
8441
  }
8442
8442
  interface FormSubmissionOrderDetails$1 {
@@ -8958,7 +8958,7 @@ interface FormSubmission$2 {
8958
8958
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
8959
8959
  */
8960
8960
  orderDetails?: FormSubmissionOrderDetails;
8961
- /** Contact ID. Member who created the submission, or a mapped contact. */
8961
+ /** Contact ID of a site visitor who created the submission. */
8962
8962
  contactId?: string | null;
8963
8963
  }
8964
8964
  interface FormSubmissionOrderDetails {
@@ -9412,7 +9412,7 @@ interface FormSubmission$1 {
9412
9412
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
9413
9413
  */
9414
9414
  orderDetails?: OrderDetails$1;
9415
- /** Contact ID. Member who created the submission, or a mapped contact. */
9415
+ /** Contact ID of a site visitor who created the submission. */
9416
9416
  contactId?: string | null;
9417
9417
  }
9418
9418
  declare enum SubmissionStatus$1 {
@@ -10079,7 +10079,7 @@ interface FormSubmission {
10079
10079
  * <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
10080
10080
  */
10081
10081
  orderDetails?: OrderDetails;
10082
- /** Contact ID. Member who created the submission, or a mapped contact. */
10082
+ /** Contact ID of a site visitor who created the submission. */
10083
10083
  contactId?: string | null;
10084
10084
  }
10085
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. Member who created the submission, or a mapped contact. */
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. Member who created the submission, or a mapped contact. */
67
+ /** Contact ID of a site visitor who created the submission. */
68
68
  contactId?: string | null;
69
69
  }
70
70
  declare enum SubmissionStatus {