@wix/forms 1.0.101 → 1.0.102

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.
@@ -64,6 +64,11 @@ 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
+ /**
68
+ * Contact ID. Member who created the submission, or a mapped contact.
69
+ * @readonly
70
+ */
71
+ contactId?: string | null;
67
72
  }
68
73
  declare enum SubmissionStatus {
69
74
  UNDEFINED = "UNDEFINED",
@@ -64,6 +64,11 @@ 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
+ /**
68
+ * Contact ID. Member who created the submission, or a mapped contact.
69
+ * @readonly
70
+ */
71
+ contactId?: string | null;
67
72
  }
68
73
  declare enum SubmissionStatus {
69
74
  UNDEFINED = "UNDEFINED",