@wix/forms 1.0.177 → 1.0.178
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.
|
|
3
|
+
"version": "1.0.178",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@wix/forms_form-spam-submission-reports": "1.0.24",
|
|
26
26
|
"@wix/forms_form-submissions": "1.0.31",
|
|
27
|
-
"@wix/forms_forms": "1.0.
|
|
27
|
+
"@wix/forms_forms": "1.0.47",
|
|
28
28
|
"@wix/forms_submissions": "1.0.78"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": ""
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "f5eabb436bed10e1d9296f4a932e82f293c2dc0c7be4e4363e73315c"
|
|
54
54
|
}
|
|
@@ -3905,14 +3905,12 @@ interface ListTemplateExtensionsRequest {
|
|
|
3905
3905
|
fieldsets?: Fieldset[];
|
|
3906
3906
|
/** Form ids. */
|
|
3907
3907
|
formIds?: string[];
|
|
3908
|
-
/** Identifies if the form is a payment form */
|
|
3909
|
-
paymentForm?: boolean | null;
|
|
3910
3908
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
3911
3909
|
additionalMetadata?: Record<string, any> | null;
|
|
3912
3910
|
/** Filter by name */
|
|
3913
3911
|
nameFilter?: NameFilter;
|
|
3914
3912
|
/** List of templates id, which extensions expected */
|
|
3915
|
-
templateIds
|
|
3913
|
+
templateIds: string[];
|
|
3916
3914
|
}
|
|
3917
3915
|
declare enum ListFormsOrder {
|
|
3918
3916
|
/** Sorting by updated date descending. The default value. */
|
|
@@ -5217,14 +5215,12 @@ interface ListTemplateExtensionsOptions {
|
|
|
5217
5215
|
fieldsets?: Fieldset[];
|
|
5218
5216
|
/** Form ids. */
|
|
5219
5217
|
formIds?: string[];
|
|
5220
|
-
/** Identifies if the form is a payment form */
|
|
5221
|
-
paymentForm?: boolean | null;
|
|
5222
5218
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
5223
5219
|
additionalMetadata?: Record<string, any> | null;
|
|
5224
5220
|
/** Filter by name */
|
|
5225
5221
|
nameFilter?: NameFilter;
|
|
5226
5222
|
/** List of templates id, which extensions expected */
|
|
5227
|
-
templateIds
|
|
5223
|
+
templateIds: string[];
|
|
5228
5224
|
}
|
|
5229
5225
|
interface ListFormsOptions {
|
|
5230
5226
|
/** Identifies if the form is disabled. */
|
|
@@ -3905,14 +3905,12 @@ interface ListTemplateExtensionsRequest {
|
|
|
3905
3905
|
fieldsets?: Fieldset[];
|
|
3906
3906
|
/** Form ids. */
|
|
3907
3907
|
formIds?: string[];
|
|
3908
|
-
/** Identifies if the form is a payment form */
|
|
3909
|
-
paymentForm?: boolean | null;
|
|
3910
3908
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
3911
3909
|
additionalMetadata?: Record<string, any> | null;
|
|
3912
3910
|
/** Filter by name */
|
|
3913
3911
|
nameFilter?: NameFilter;
|
|
3914
3912
|
/** List of templates id, which extensions expected */
|
|
3915
|
-
templateIds
|
|
3913
|
+
templateIds: string[];
|
|
3916
3914
|
}
|
|
3917
3915
|
declare enum ListFormsOrder {
|
|
3918
3916
|
/** Sorting by updated date descending. The default value. */
|
|
@@ -5217,14 +5215,12 @@ interface ListTemplateExtensionsOptions {
|
|
|
5217
5215
|
fieldsets?: Fieldset[];
|
|
5218
5216
|
/** Form ids. */
|
|
5219
5217
|
formIds?: string[];
|
|
5220
|
-
/** Identifies if the form is a payment form */
|
|
5221
|
-
paymentForm?: boolean | null;
|
|
5222
5218
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
5223
5219
|
additionalMetadata?: Record<string, any> | null;
|
|
5224
5220
|
/** Filter by name */
|
|
5225
5221
|
nameFilter?: NameFilter;
|
|
5226
5222
|
/** List of templates id, which extensions expected */
|
|
5227
|
-
templateIds
|
|
5223
|
+
templateIds: string[];
|
|
5228
5224
|
}
|
|
5229
5225
|
interface ListFormsOptions {
|
|
5230
5226
|
/** Identifies if the form is disabled. */
|
|
@@ -3357,14 +3357,12 @@ interface ListTemplateExtensionsRequest$1 {
|
|
|
3357
3357
|
fieldsets?: Fieldset$1[];
|
|
3358
3358
|
/** Form ids. */
|
|
3359
3359
|
formIds?: string[];
|
|
3360
|
-
/** Identifies if the form is a payment form */
|
|
3361
|
-
paymentForm?: boolean | null;
|
|
3362
3360
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
3363
3361
|
additionalMetadata?: Record<string, any> | null;
|
|
3364
3362
|
/** Filter by name */
|
|
3365
3363
|
nameFilter?: NameFilter$1;
|
|
3366
3364
|
/** List of templates id, which extensions expected */
|
|
3367
|
-
templateIds
|
|
3365
|
+
templateIds: string[];
|
|
3368
3366
|
}
|
|
3369
3367
|
declare enum ListFormsOrder$1 {
|
|
3370
3368
|
/** Sorting by updated date descending. The default value. */
|
|
@@ -7626,14 +7624,12 @@ interface ListTemplateExtensionsRequest {
|
|
|
7626
7624
|
fieldsets?: Fieldset[];
|
|
7627
7625
|
/** Form ids. */
|
|
7628
7626
|
formIds?: string[];
|
|
7629
|
-
/** Identifies if the form is a payment form */
|
|
7630
|
-
paymentForm?: boolean | null;
|
|
7631
7627
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
7632
7628
|
additionalMetadata?: Record<string, any> | null;
|
|
7633
7629
|
/** Filter by name */
|
|
7634
7630
|
nameFilter?: NameFilter;
|
|
7635
7631
|
/** List of templates id, which extensions expected */
|
|
7636
|
-
templateIds
|
|
7632
|
+
templateIds: string[];
|
|
7637
7633
|
}
|
|
7638
7634
|
declare enum ListFormsOrder {
|
|
7639
7635
|
/** Sorting by updated date descending. The default value. */
|