@wix/forms 1.0.110 → 1.0.111

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.110",
3
+ "version": "1.0.111",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@wix/forms_form-spam-submission-reports": "1.0.4",
23
23
  "@wix/forms_form-submissions": "1.0.7",
24
- "@wix/forms_forms": "1.0.6",
24
+ "@wix/forms_forms": "1.0.7",
25
25
  "@wix/forms_submissions": "1.0.39"
26
26
  },
27
27
  "devDependencies": {
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "59f612988a5d47af40dbd6d5d969c18cdc2f13260edd02a376ad26e9"
49
+ "falconPackageHash": "6790c86ee1d866973eff8613527fe85ad3578d22ece3b1a210b4e8f3"
50
50
  }
@@ -2987,8 +2987,6 @@ interface RemoveFormFromTrashBinResponse {
2987
2987
  interface DeleteFormRequest {
2988
2988
  /** Id of the form to delete. */
2989
2989
  formId: string;
2990
- /** The revision of the form. */
2991
- revision?: string;
2992
2990
  /**
2993
2991
  * Delete form bypassing trash-bin.
2994
2992
  * Default: false
@@ -4087,8 +4085,6 @@ interface UpdateForm {
4087
4085
  requiredIndicatorProperties?: RequiredIndicatorProperties;
4088
4086
  }
4089
4087
  interface DeleteFormOptions {
4090
- /** The revision of the form. */
4091
- revision?: string;
4092
4088
  /**
4093
4089
  * Delete form bypassing trash-bin.
4094
4090
  * Default: false
@@ -2987,8 +2987,6 @@ interface RemoveFormFromTrashBinResponse {
2987
2987
  interface DeleteFormRequest {
2988
2988
  /** Id of the form to delete. */
2989
2989
  formId: string;
2990
- /** The revision of the form. */
2991
- revision?: string;
2992
2990
  /**
2993
2991
  * Delete form bypassing trash-bin.
2994
2992
  * Default: false
@@ -4087,8 +4085,6 @@ interface UpdateForm {
4087
4085
  requiredIndicatorProperties?: RequiredIndicatorProperties;
4088
4086
  }
4089
4087
  interface DeleteFormOptions {
4090
- /** The revision of the form. */
4091
- revision?: string;
4092
4088
  /**
4093
4089
  * Delete form bypassing trash-bin.
4094
4090
  * Default: false
@@ -2951,8 +2951,6 @@ interface RemoveFormFromTrashBinResponse$1 {
2951
2951
  interface DeleteFormRequest$1 {
2952
2952
  /** Id of the form to delete. */
2953
2953
  formId: string;
2954
- /** The revision of the form. */
2955
- revision?: string;
2956
2954
  /**
2957
2955
  * Delete form bypassing trash-bin.
2958
2956
  * Default: false
@@ -6787,8 +6785,6 @@ interface RemoveFormFromTrashBinResponse {
6787
6785
  interface DeleteFormRequest {
6788
6786
  /** Id of the form to delete. */
6789
6787
  formId: string;
6790
- /** The revision of the form. */
6791
- revision?: string;
6792
6788
  /**
6793
6789
  * Delete form bypassing trash-bin.
6794
6790
  * Default: false