@wix/forms 1.0.169 → 1.0.170
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.170",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@wix/forms_form-spam-submission-reports": "1.0.23",
|
|
26
26
|
"@wix/forms_form-submissions": "1.0.30",
|
|
27
|
-
"@wix/forms_forms": "1.0.
|
|
28
|
-
"@wix/forms_submissions": "1.0.
|
|
27
|
+
"@wix/forms_forms": "1.0.41",
|
|
28
|
+
"@wix/forms_submissions": "1.0.74"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"glob": "^10.4.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": ""
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "9b3531569406811a3ec909d264f3cfbc8ee6809d606921b2371ad3e0"
|
|
54
54
|
}
|
|
@@ -555,6 +555,8 @@ interface Form$1 {
|
|
|
555
555
|
fieldGroups?: FieldGroup$1[];
|
|
556
556
|
/** Message shown when the form is disabled */
|
|
557
557
|
disabledFormMessage?: RichContent$1;
|
|
558
|
+
/** Id of the source form. */
|
|
559
|
+
sourceFormId?: string | null;
|
|
558
560
|
}
|
|
559
561
|
declare enum RequiredIndicator$1 {
|
|
560
562
|
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
@@ -4939,6 +4941,8 @@ interface UpdateForm {
|
|
|
4939
4941
|
fieldGroups?: FieldGroup$1[];
|
|
4940
4942
|
/** Message shown when the form is disabled */
|
|
4941
4943
|
disabledFormMessage?: RichContent$1;
|
|
4944
|
+
/** Id of the source form. */
|
|
4945
|
+
sourceFormId?: string | null;
|
|
4942
4946
|
}
|
|
4943
4947
|
interface DeleteFormOptions {
|
|
4944
4948
|
/**
|
|
@@ -6578,6 +6582,8 @@ interface Form {
|
|
|
6578
6582
|
fieldGroups?: FieldGroup[];
|
|
6579
6583
|
/** Message shown when the form is disabled */
|
|
6580
6584
|
disabledFormMessage?: RichContent;
|
|
6585
|
+
/** Id of the source form. */
|
|
6586
|
+
sourceFormId?: string | null;
|
|
6581
6587
|
}
|
|
6582
6588
|
declare enum RequiredIndicator {
|
|
6583
6589
|
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
@@ -555,6 +555,8 @@ interface Form$1 {
|
|
|
555
555
|
fieldGroups?: FieldGroup$1[];
|
|
556
556
|
/** Message shown when the form is disabled */
|
|
557
557
|
disabledFormMessage?: RichContent$1;
|
|
558
|
+
/** Id of the source form. */
|
|
559
|
+
sourceFormId?: string | null;
|
|
558
560
|
}
|
|
559
561
|
declare enum RequiredIndicator$1 {
|
|
560
562
|
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
@@ -4939,6 +4941,8 @@ interface UpdateForm {
|
|
|
4939
4941
|
fieldGroups?: FieldGroup$1[];
|
|
4940
4942
|
/** Message shown when the form is disabled */
|
|
4941
4943
|
disabledFormMessage?: RichContent$1;
|
|
4944
|
+
/** Id of the source form. */
|
|
4945
|
+
sourceFormId?: string | null;
|
|
4942
4946
|
}
|
|
4943
4947
|
interface DeleteFormOptions {
|
|
4944
4948
|
/**
|
|
@@ -6578,6 +6582,8 @@ interface Form {
|
|
|
6578
6582
|
fieldGroups?: FieldGroup[];
|
|
6579
6583
|
/** Message shown when the form is disabled */
|
|
6580
6584
|
disabledFormMessage?: RichContent;
|
|
6585
|
+
/** Id of the source form. */
|
|
6586
|
+
sourceFormId?: string | null;
|
|
6581
6587
|
}
|
|
6582
6588
|
declare enum RequiredIndicator {
|
|
6583
6589
|
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
@@ -77,6 +77,8 @@ interface Form$1 {
|
|
|
77
77
|
fieldGroups?: FieldGroup$1[];
|
|
78
78
|
/** Message shown when the form is disabled */
|
|
79
79
|
disabledFormMessage?: RichContent$1;
|
|
80
|
+
/** Id of the source form. */
|
|
81
|
+
sourceFormId?: string | null;
|
|
80
82
|
}
|
|
81
83
|
declare enum RequiredIndicator$1 {
|
|
82
84
|
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
@@ -4270,6 +4272,8 @@ interface Form {
|
|
|
4270
4272
|
fieldGroups?: FieldGroup[];
|
|
4271
4273
|
/** Message shown when the form is disabled */
|
|
4272
4274
|
disabledFormMessage?: RichContent;
|
|
4275
|
+
/** Id of the source form. */
|
|
4276
|
+
sourceFormId?: string | null;
|
|
4273
4277
|
}
|
|
4274
4278
|
declare enum RequiredIndicator {
|
|
4275
4279
|
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|