@wix/forms 1.0.28 → 1.0.29

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.
@@ -240,8 +240,8 @@ export interface CreateSubmissionResponse {
240
240
  export interface CreateSubmissionBySubmitterRequest {
241
241
  /** Submission to create. */
242
242
  submission?: FormSubmission;
243
- /** When set, spam validation will be enabled. */
244
- spamValidationEnabled?: boolean;
243
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
244
+ validateSpam?: boolean;
245
245
  }
246
246
  export interface CreateSubmissionBySubmitterResponse {
247
247
  /** The created submission. */
@@ -254,8 +254,8 @@ export interface BulkCreateSubmissionBySubmitterRequest {
254
254
  submissions?: FormSubmission[];
255
255
  /** When set, items will be returned on successful create. */
256
256
  returnEntity?: boolean;
257
- /** When set, spam validation will be enabled. */
258
- spamValidationEnabled?: boolean;
257
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
258
+ validateSpam?: boolean;
259
259
  }
260
260
  export interface BulkCreateSubmissionBySubmitterResponse {
261
261
  /** Created submissions with metadata */
@@ -246,8 +246,8 @@ export interface CreateSubmissionResponse {
246
246
  export interface CreateSubmissionBySubmitterRequest {
247
247
  /** Submission to create. */
248
248
  submission?: FormSubmission;
249
- /** When set, spam validation will be enabled. */
250
- spamValidationEnabled?: boolean;
249
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
250
+ validateSpam?: boolean;
251
251
  }
252
252
  export interface CreateSubmissionBySubmitterResponse {
253
253
  /** The created submission. */
@@ -260,8 +260,8 @@ export interface BulkCreateSubmissionBySubmitterRequest {
260
260
  submissions?: FormSubmission[];
261
261
  /** When set, items will be returned on successful create. */
262
262
  returnEntity?: boolean;
263
- /** When set, spam validation will be enabled. */
264
- spamValidationEnabled?: boolean;
263
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
264
+ validateSpam?: boolean;
265
265
  }
266
266
  export interface BulkCreateSubmissionBySubmitterResponse {
267
267
  /** Created submissions with metadata */
@@ -240,8 +240,8 @@ export interface CreateSubmissionResponse {
240
240
  export interface CreateSubmissionBySubmitterRequest {
241
241
  /** Submission to create. */
242
242
  submission?: FormSubmission;
243
- /** When set, spam validation will be enabled. */
244
- spamValidationEnabled?: boolean;
243
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
244
+ validateSpam?: boolean;
245
245
  }
246
246
  export interface CreateSubmissionBySubmitterResponse {
247
247
  /** The created submission. */
@@ -254,8 +254,8 @@ export interface BulkCreateSubmissionBySubmitterRequest {
254
254
  submissions?: FormSubmission[];
255
255
  /** When set, items will be returned on successful create. */
256
256
  returnEntity?: boolean;
257
- /** When set, spam validation will be enabled. */
258
- spamValidationEnabled?: boolean;
257
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
258
+ validateSpam?: boolean;
259
259
  }
260
260
  export interface BulkCreateSubmissionBySubmitterResponse {
261
261
  /** Created submissions with metadata */
@@ -246,8 +246,8 @@ export interface CreateSubmissionResponse {
246
246
  export interface CreateSubmissionBySubmitterRequest {
247
247
  /** Submission to create. */
248
248
  submission?: FormSubmission;
249
- /** When set, spam validation will be enabled. */
250
- spamValidationEnabled?: boolean;
249
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
250
+ validateSpam?: boolean;
251
251
  }
252
252
  export interface CreateSubmissionBySubmitterResponse {
253
253
  /** The created submission. */
@@ -260,8 +260,8 @@ export interface BulkCreateSubmissionBySubmitterRequest {
260
260
  submissions?: FormSubmission[];
261
261
  /** When set, items will be returned on successful create. */
262
262
  returnEntity?: boolean;
263
- /** When set, spam validation will be enabled. */
264
- spamValidationEnabled?: boolean;
263
+ /** When set, and when spam validation is enabled by the namespace provider, will validate a submission for spam. */
264
+ validateSpam?: boolean;
265
265
  }
266
266
  export interface BulkCreateSubmissionBySubmitterResponse {
267
267
  /** Created submissions with metadata */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/forms",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "groupId": "com.wixpress.public-sdk-autogen"
35
35
  }
36
36
  },
37
- "falconPackageHash": "4cd2823906d9fb13d8901cd5e0057e90b6c032118acacf75ddd85c1c"
37
+ "falconPackageHash": "841eab460e99675dbe59d662c7c9c3a54244d831838151ce7ec73106"
38
38
  }