@wix/forms 1.0.176 → 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,12 +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;
|
|
3912
|
+
/** List of templates id, which extensions expected */
|
|
3913
|
+
templateIds: string[];
|
|
3914
3914
|
}
|
|
3915
3915
|
declare enum ListFormsOrder {
|
|
3916
3916
|
/** Sorting by updated date descending. The default value. */
|
|
@@ -5215,12 +5215,12 @@ interface ListTemplateExtensionsOptions {
|
|
|
5215
5215
|
fieldsets?: Fieldset[];
|
|
5216
5216
|
/** Form ids. */
|
|
5217
5217
|
formIds?: string[];
|
|
5218
|
-
/** Identifies if the form is a payment form */
|
|
5219
|
-
paymentForm?: boolean | null;
|
|
5220
5218
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
5221
5219
|
additionalMetadata?: Record<string, any> | null;
|
|
5222
5220
|
/** Filter by name */
|
|
5223
5221
|
nameFilter?: NameFilter;
|
|
5222
|
+
/** List of templates id, which extensions expected */
|
|
5223
|
+
templateIds: string[];
|
|
5224
5224
|
}
|
|
5225
5225
|
interface ListFormsOptions {
|
|
5226
5226
|
/** Identifies if the form is disabled. */
|
|
@@ -3905,12 +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;
|
|
3912
|
+
/** List of templates id, which extensions expected */
|
|
3913
|
+
templateIds: string[];
|
|
3914
3914
|
}
|
|
3915
3915
|
declare enum ListFormsOrder {
|
|
3916
3916
|
/** Sorting by updated date descending. The default value. */
|
|
@@ -5215,12 +5215,12 @@ interface ListTemplateExtensionsOptions {
|
|
|
5215
5215
|
fieldsets?: Fieldset[];
|
|
5216
5216
|
/** Form ids. */
|
|
5217
5217
|
formIds?: string[];
|
|
5218
|
-
/** Identifies if the form is a payment form */
|
|
5219
|
-
paymentForm?: boolean | null;
|
|
5220
5218
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
5221
5219
|
additionalMetadata?: Record<string, any> | null;
|
|
5222
5220
|
/** Filter by name */
|
|
5223
5221
|
nameFilter?: NameFilter;
|
|
5222
|
+
/** List of templates id, which extensions expected */
|
|
5223
|
+
templateIds: string[];
|
|
5224
5224
|
}
|
|
5225
5225
|
interface ListFormsOptions {
|
|
5226
5226
|
/** Identifies if the form is disabled. */
|
|
@@ -3357,12 +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;
|
|
3364
|
+
/** List of templates id, which extensions expected */
|
|
3365
|
+
templateIds: string[];
|
|
3366
3366
|
}
|
|
3367
3367
|
declare enum ListFormsOrder$1 {
|
|
3368
3368
|
/** Sorting by updated date descending. The default value. */
|
|
@@ -7624,12 +7624,12 @@ interface ListTemplateExtensionsRequest {
|
|
|
7624
7624
|
fieldsets?: Fieldset[];
|
|
7625
7625
|
/** Form ids. */
|
|
7626
7626
|
formIds?: string[];
|
|
7627
|
-
/** Identifies if the form is a payment form */
|
|
7628
|
-
paymentForm?: boolean | null;
|
|
7629
7627
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
7630
7628
|
additionalMetadata?: Record<string, any> | null;
|
|
7631
7629
|
/** Filter by name */
|
|
7632
7630
|
nameFilter?: NameFilter;
|
|
7631
|
+
/** List of templates id, which extensions expected */
|
|
7632
|
+
templateIds: string[];
|
|
7633
7633
|
}
|
|
7634
7634
|
declare enum ListFormsOrder {
|
|
7635
7635
|
/** Sorting by updated date descending. The default value. */
|