@wix/forms 1.0.146 → 1.0.147

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.146",
3
+ "version": "1.0.147",
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.15",
23
- "@wix/forms_form-submissions": "1.0.23",
22
+ "@wix/forms_form-spam-submission-reports": "1.0.16",
23
+ "@wix/forms_form-submissions": "1.0.24",
24
24
  "@wix/forms_forms": "1.0.26",
25
- "@wix/forms_submissions": "1.0.59"
25
+ "@wix/forms_submissions": "1.0.60"
26
26
  },
27
27
  "devDependencies": {
28
28
  "glob": "^10.4.1",
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "7ae1112e15a60f2408589553161ecaf7136344d912db2d7087bdd182"
50
+ "falconPackageHash": "8f792ae7ccedfbbcf7d03234abbd0d98a10dbdaf461f453faa7fe799"
51
51
  }
@@ -4944,10 +4944,7 @@ interface FormSubmission$1 {
4944
4944
  status?: SubmissionStatus$1;
4945
4945
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
4946
4946
  submissions?: Record<string, any>;
4947
- /**
4948
- * Date and time the form submission was created.
4949
- * @readonly
4950
- */
4947
+ /** Date and time the form submission was created. */
4951
4948
  _createdDate?: Date;
4952
4949
  /**
4953
4950
  * Date and time the form submission was updated.
@@ -5728,10 +5725,7 @@ interface FormSubmission {
5728
5725
  status?: SubmissionStatus;
5729
5726
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
5730
5727
  submissions?: Record<string, any>;
5731
- /**
5732
- * Date and time the form submission was created.
5733
- * @readonly
5734
- */
5728
+ /** Date and time the form submission was created. */
5735
5729
  _createdDate?: Date;
5736
5730
  /**
5737
5731
  * Date and time the form submission was updated.
@@ -9750,10 +9744,7 @@ interface UpdateSubmission {
9750
9744
  status?: SubmissionStatus;
9751
9745
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
9752
9746
  submissions?: Record<string, any>;
9753
- /**
9754
- * Date and time the form submission was created.
9755
- * @readonly
9756
- */
9747
+ /** Date and time the form submission was created. */
9757
9748
  _createdDate?: Date;
9758
9749
  /**
9759
9750
  * Date and time the form submission was updated.
@@ -4944,10 +4944,7 @@ interface FormSubmission$1 {
4944
4944
  status?: SubmissionStatus$1;
4945
4945
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
4946
4946
  submissions?: Record<string, any>;
4947
- /**
4948
- * Date and time the form submission was created.
4949
- * @readonly
4950
- */
4947
+ /** Date and time the form submission was created. */
4951
4948
  _createdDate?: Date;
4952
4949
  /**
4953
4950
  * Date and time the form submission was updated.
@@ -5728,10 +5725,7 @@ interface FormSubmission {
5728
5725
  status?: SubmissionStatus;
5729
5726
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
5730
5727
  submissions?: Record<string, any>;
5731
- /**
5732
- * Date and time the form submission was created.
5733
- * @readonly
5734
- */
5728
+ /** Date and time the form submission was created. */
5735
5729
  _createdDate?: Date;
5736
5730
  /**
5737
5731
  * Date and time the form submission was updated.
@@ -9750,10 +9744,7 @@ interface UpdateSubmission {
9750
9744
  status?: SubmissionStatus;
9751
9745
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
9752
9746
  submissions?: Record<string, any>;
9753
- /**
9754
- * Date and time the form submission was created.
9755
- * @readonly
9756
- */
9747
+ /** Date and time the form submission was created. */
9757
9748
  _createdDate?: Date;
9758
9749
  /**
9759
9750
  * Date and time the form submission was updated.
@@ -8441,10 +8441,7 @@ interface FormSubmission$3 {
8441
8441
  status?: SubmissionStatus$3;
8442
8442
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
8443
8443
  submissions?: Record<string, any>;
8444
- /**
8445
- * Date and time the form submission was created.
8446
- * @readonly
8447
- */
8444
+ /** Date and time the form submission was created. */
8448
8445
  createdDate?: Date;
8449
8446
  /**
8450
8447
  * Date and time the form submission was updated.
@@ -8963,10 +8960,7 @@ interface FormSubmission$2 {
8963
8960
  status?: SubmissionStatus$2;
8964
8961
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
8965
8962
  submissions?: Record<string, any>;
8966
- /**
8967
- * Date and time the form submission was created.
8968
- * @readonly
8969
- */
8963
+ /** Date and time the form submission was created. */
8970
8964
  _createdDate?: Date;
8971
8965
  /**
8972
8966
  * Date and time the form submission was updated.
@@ -9417,10 +9411,7 @@ interface FormSubmission$1 {
9417
9411
  status?: SubmissionStatus$1;
9418
9412
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
9419
9413
  submissions?: Record<string, any>;
9420
- /**
9421
- * Date and time the form submission was created.
9422
- * @readonly
9423
- */
9414
+ /** Date and time the form submission was created. */
9424
9415
  createdDate?: Date;
9425
9416
  /**
9426
9417
  * Date and time the form submission was updated.
@@ -10131,10 +10122,7 @@ interface FormSubmission {
10131
10122
  status?: SubmissionStatus;
10132
10123
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
10133
10124
  submissions?: Record<string, any>;
10134
- /**
10135
- * Date and time the form submission was created.
10136
- * @readonly
10137
- */
10125
+ /** Date and time the form submission was created. */
10138
10126
  _createdDate?: Date;
10139
10127
  /**
10140
10128
  * Date and time the form submission was updated.
@@ -35,10 +35,7 @@ interface FormSubmission {
35
35
  status?: SubmissionStatus;
36
36
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
37
37
  submissions?: Record<string, any>;
38
- /**
39
- * Date and time the form submission was created.
40
- * @readonly
41
- */
38
+ /** Date and time the form submission was created. */
42
39
  _createdDate?: Date;
43
40
  /**
44
41
  * Date and time the form submission was updated.
@@ -35,10 +35,7 @@ interface FormSubmission {
35
35
  status?: SubmissionStatus;
36
36
  /** Submission values where `key` is the form field and `value` is the data submitted for the given field. */
37
37
  submissions?: Record<string, any>;
38
- /**
39
- * Date and time the form submission was created.
40
- * @readonly
41
- */
38
+ /** Date and time the form submission was created. */
42
39
  _createdDate?: Date;
43
40
  /**
44
41
  * Date and time the form submission was updated.