@wix/forms 1.0.123 → 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.123",
3
+ "version": "1.0.124",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,7 +22,7 @@
22
22
  "@wix/forms_form-spam-submission-reports": "1.0.7",
23
23
  "@wix/forms_form-submissions": "1.0.14",
24
24
  "@wix/forms_forms": "1.0.11",
25
- "@wix/forms_submissions": "1.0.43"
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": "bf307e857607405986b5f721ae1ce9b5bb1794f7f159c38ee50cd40f"
49
+ "falconPackageHash": "73a6dc1903f2d6114216c514c923e352fadfe273d2307dc4b212aefd"
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 {