@wix/forms 1.0.144 → 1.0.145

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.144",
3
+ "version": "1.0.145",
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.15",
23
23
  "@wix/forms_form-submissions": "1.0.23",
24
- "@wix/forms_forms": "1.0.24",
24
+ "@wix/forms_forms": "1.0.25",
25
25
  "@wix/forms_submissions": "1.0.58"
26
26
  },
27
27
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "422958b6db2c47cf4b6ba23b18bd22c276b69d1e62cd590e1f0c1278"
50
+ "falconPackageHash": "a632f1b4240b8992352760b5f6084da5cfc13c139790d6f07c955620"
51
51
  }
@@ -3346,6 +3346,8 @@ interface ListFormsRequest {
3346
3346
  fieldsets?: Fieldset[];
3347
3347
  /** Form ids. */
3348
3348
  formIds?: string[];
3349
+ /** Identifies if the form is a payment form */
3350
+ paymentForm?: boolean | null;
3349
3351
  }
3350
3352
  declare enum ListFormsOrder {
3351
3353
  /** Sorting by updated date descending. The default value. */
@@ -4499,6 +4501,8 @@ interface ListFormsOptions {
4499
4501
  fieldsets?: Fieldset[];
4500
4502
  /** Form ids. */
4501
4503
  formIds?: string[];
4504
+ /** Identifies if the form is a payment form */
4505
+ paymentForm?: boolean | null;
4502
4506
  }
4503
4507
  interface ListDeletedFormsOptions {
4504
4508
  /** Identifies if the form is disabled. */
@@ -3346,6 +3346,8 @@ interface ListFormsRequest {
3346
3346
  fieldsets?: Fieldset[];
3347
3347
  /** Form ids. */
3348
3348
  formIds?: string[];
3349
+ /** Identifies if the form is a payment form */
3350
+ paymentForm?: boolean | null;
3349
3351
  }
3350
3352
  declare enum ListFormsOrder {
3351
3353
  /** Sorting by updated date descending. The default value. */
@@ -4499,6 +4501,8 @@ interface ListFormsOptions {
4499
4501
  fieldsets?: Fieldset[];
4500
4502
  /** Form ids. */
4501
4503
  formIds?: string[];
4504
+ /** Identifies if the form is a payment form */
4505
+ paymentForm?: boolean | null;
4502
4506
  }
4503
4507
  interface ListDeletedFormsOptions {
4504
4508
  /** Identifies if the form is disabled. */
@@ -3276,6 +3276,8 @@ interface ListFormsRequest$1 {
3276
3276
  fieldsets?: Fieldset$1[];
3277
3277
  /** Form ids. */
3278
3278
  formIds?: string[];
3279
+ /** Identifies if the form is a payment form */
3280
+ paymentForm?: boolean | null;
3279
3281
  }
3280
3282
  declare enum ListFormsOrder$1 {
3281
3283
  /** Sorting by updated date descending. The default value. */
@@ -7372,6 +7374,8 @@ interface ListFormsRequest {
7372
7374
  fieldsets?: Fieldset[];
7373
7375
  /** Form ids. */
7374
7376
  formIds?: string[];
7377
+ /** Identifies if the form is a payment form */
7378
+ paymentForm?: boolean | null;
7375
7379
  }
7376
7380
  declare enum ListFormsOrder {
7377
7381
  /** Sorting by updated date descending. The default value. */