@wix/forms 1.0.142 → 1.0.143

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.142",
3
+ "version": "1.0.143",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@wix/forms_form-spam-submission-reports": "1.0.15",
23
- "@wix/forms_form-submissions": "1.0.22",
23
+ "@wix/forms_form-submissions": "1.0.23",
24
24
  "@wix/forms_forms": "1.0.23",
25
25
  "@wix/forms_submissions": "1.0.58"
26
26
  },
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "f77690d6db9987a51bca02fbe00f683cbff582f03960fa1bfb34ddaa"
50
+ "falconPackageHash": "9792673f9afe9006c69e5247b65a3cb7240167cb014c2369e320bd24"
51
51
  }
@@ -199,7 +199,11 @@ declare enum SubmissionErrorType {
199
199
  DISABLED_FORM_ERROR = "DISABLED_FORM_ERROR"
200
200
  }
201
201
  interface FormSubmissionSpiExtensionConfig {
202
- /** URI where the service plugin Implementer is deployed */
202
+ /**
203
+ * Deployment URI where the endpoints are called. Wix Forms appends the endpoint path to the deployment URI.
204
+ * For example, to call the Validate Submission endpoint at `https://my-form-submissions.com/v1/validateSubmission`,
205
+ * the `deploymentUri` you provide here is `https://my-form-submissions.com/`.
206
+ */
203
207
  deploymentUri?: SpiBaseUri;
204
208
  /** Namespace names. */
205
209
  namespaceConfigs?: FormsSubmissionsExtensionNamespaceConfig[];
@@ -199,7 +199,11 @@ declare enum SubmissionErrorType {
199
199
  DISABLED_FORM_ERROR = "DISABLED_FORM_ERROR"
200
200
  }
201
201
  interface FormSubmissionSpiExtensionConfig {
202
- /** URI where the service plugin Implementer is deployed */
202
+ /**
203
+ * Deployment URI where the endpoints are called. Wix Forms appends the endpoint path to the deployment URI.
204
+ * For example, to call the Validate Submission endpoint at `https://my-form-submissions.com/v1/validateSubmission`,
205
+ * the `deploymentUri` you provide here is `https://my-form-submissions.com/`.
206
+ */
203
207
  deploymentUri?: SpiBaseUri;
204
208
  /** Namespace names. */
205
209
  namespaceConfigs?: FormsSubmissionsExtensionNamespaceConfig[];