@wix/forms 1.0.109 → 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.109",
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.5",
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": "37cb6a7fe9a4723cc3568a171fa054aeaed1af1afbace9d76353dab8"
49
+ "falconPackageHash": "6790c86ee1d866973eff8613527fe85ad3578d22ece3b1a210b4e8f3"
50
50
  }
@@ -2255,6 +2255,11 @@ interface ProductCheckboxGroup {
2255
2255
  description?: RichContent;
2256
2256
  /** List of options to select from. */
2257
2257
  options?: ProductCheckboxGroupOption[];
2258
+ /**
2259
+ * Flag identifying to hide or not label
2260
+ * Default: true
2261
+ */
2262
+ showLabel?: boolean | null;
2258
2263
  }
2259
2264
  interface ProductCheckboxGroupOption {
2260
2265
  /** Selectable option label. */
@@ -2982,8 +2987,6 @@ interface RemoveFormFromTrashBinResponse {
2982
2987
  interface DeleteFormRequest {
2983
2988
  /** Id of the form to delete. */
2984
2989
  formId: string;
2985
- /** The revision of the form. */
2986
- revision?: string;
2987
2990
  /**
2988
2991
  * Delete form bypassing trash-bin.
2989
2992
  * Default: false
@@ -4082,8 +4085,6 @@ interface UpdateForm {
4082
4085
  requiredIndicatorProperties?: RequiredIndicatorProperties;
4083
4086
  }
4084
4087
  interface DeleteFormOptions {
4085
- /** The revision of the form. */
4086
- revision?: string;
4087
4088
  /**
4088
4089
  * Delete form bypassing trash-bin.
4089
4090
  * Default: false
@@ -2255,6 +2255,11 @@ interface ProductCheckboxGroup {
2255
2255
  description?: RichContent;
2256
2256
  /** List of options to select from. */
2257
2257
  options?: ProductCheckboxGroupOption[];
2258
+ /**
2259
+ * Flag identifying to hide or not label
2260
+ * Default: true
2261
+ */
2262
+ showLabel?: boolean | null;
2258
2263
  }
2259
2264
  interface ProductCheckboxGroupOption {
2260
2265
  /** Selectable option label. */
@@ -2982,8 +2987,6 @@ interface RemoveFormFromTrashBinResponse {
2982
2987
  interface DeleteFormRequest {
2983
2988
  /** Id of the form to delete. */
2984
2989
  formId: string;
2985
- /** The revision of the form. */
2986
- revision?: string;
2987
2990
  /**
2988
2991
  * Delete form bypassing trash-bin.
2989
2992
  * Default: false
@@ -4082,8 +4085,6 @@ interface UpdateForm {
4082
4085
  requiredIndicatorProperties?: RequiredIndicatorProperties;
4083
4086
  }
4084
4087
  interface DeleteFormOptions {
4085
- /** The revision of the form. */
4086
- revision?: string;
4087
4088
  /**
4088
4089
  * Delete form bypassing trash-bin.
4089
4090
  * Default: false
@@ -2249,6 +2249,11 @@ interface ProductCheckboxGroup$1 {
2249
2249
  description?: RichContent$1;
2250
2250
  /** List of options to select from. */
2251
2251
  options?: ProductCheckboxGroupOption$1[];
2252
+ /**
2253
+ * Flag identifying to hide or not label
2254
+ * Default: true
2255
+ */
2256
+ showLabel?: boolean | null;
2252
2257
  }
2253
2258
  interface ProductCheckboxGroupOption$1 {
2254
2259
  /** Selectable option label. */
@@ -2946,8 +2951,6 @@ interface RemoveFormFromTrashBinResponse$1 {
2946
2951
  interface DeleteFormRequest$1 {
2947
2952
  /** Id of the form to delete. */
2948
2953
  formId: string;
2949
- /** The revision of the form. */
2950
- revision?: string;
2951
2954
  /**
2952
2955
  * Delete form bypassing trash-bin.
2953
2956
  * Default: false
@@ -6080,6 +6083,11 @@ interface ProductCheckboxGroup {
6080
6083
  description?: RichContent;
6081
6084
  /** List of options to select from. */
6082
6085
  options?: ProductCheckboxGroupOption[];
6086
+ /**
6087
+ * Flag identifying to hide or not label
6088
+ * Default: true
6089
+ */
6090
+ showLabel?: boolean | null;
6083
6091
  }
6084
6092
  interface ProductCheckboxGroupOption {
6085
6093
  /** Selectable option label. */
@@ -6777,8 +6785,6 @@ interface RemoveFormFromTrashBinResponse {
6777
6785
  interface DeleteFormRequest {
6778
6786
  /** Id of the form to delete. */
6779
6787
  formId: string;
6780
- /** The revision of the form. */
6781
- revision?: string;
6782
6788
  /**
6783
6789
  * Delete form bypassing trash-bin.
6784
6790
  * Default: false