@wix/auto_sdk_forms_submissions 1.0.83 → 1.0.84
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/build/cjs/{forms-v4-submission-submissions.universal-DrtZOQ3-.d.ts → forms-v4-submission-submissions.universal-BF89hUdY.d.ts} +18 -18
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +18 -18
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-DrtZOQ3-.d.mts → forms-v4-submission-submissions.universal-BF89hUdY.d.mts} +18 -18
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +18 -18
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-C4-PnlP-.d.ts → forms-v4-submission-submissions.universal-CGnr0E49.d.ts} +18 -18
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +18 -18
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-C4-PnlP-.d.mts → forms-v4-submission-submissions.universal-CGnr0E49.d.mts} +18 -18
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +18 -18
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { gk as UpsertContactFromSubmissionRequest$1, a as UpsertContactFromSubmissionResponse$1, gm as CreateSubmissionRequest$1, gn as CreateSubmissionResponse$1, gD as GetSubmissionRequest$1, gE as GetSubmissionResponse$1, gH as UpdateSubmissionRequest$1, gI as UpdateSubmissionResponse$1, gJ as ConfirmSubmissionRequest$1, f as ConfirmSubmissionResponse$1, gK as DeleteSubmissionRequest$1, gL as DeleteSubmissionResponse$1, gM as BulkDeleteSubmissionRequest$1, g as BulkDeleteSubmissionResponse$1, gO as RestoreSubmissionFromTrashBinRequest$1, R as RestoreSubmissionFromTrashBinResponse$1, gP as RemoveSubmissionFromTrashBinRequest$1, gQ as RemoveSubmissionFromTrashBinResponse$1, gR as BulkRemoveSubmissionFromTrashBinRequest$1, i as BulkRemoveSubmissionFromTrashBinResponse$1, gT as ListDeletedSubmissionsRequest$1, j as ListDeletedSubmissionsResponse$1, gX as GetDeletedSubmissionRequest$1, G as GetDeletedSubmissionResponse$1, gY as QuerySubmissionRequest$1, l as QuerySubmissionResponse$1, g$ as SearchSubmissionsByNamespaceRequest$1, S as SearchSubmissionsByNamespaceResponse$1, h5 as QuerySubmissionsByNamespaceRequest$1, h6 as QuerySubmissionsByNamespaceResponse$1, h9 as CountSubmissionsByFilterRequest$1, o as CountSubmissionsByFilterResponse$1, hb as CountSubmissionsRequest$1, q as CountSubmissionsResponse$1, hc as CountDeletedSubmissionsRequest$1, s as CountDeletedSubmissionsResponse$1, he as GetMediaUploadURLRequest$1, t as GetMediaUploadURLResponse$1, hf as BulkMarkSubmissionsAsSeenRequest$1, u as BulkMarkSubmissionsAsSeenResponse$1, hg as GetSubmissionDownloadUrlRequest$1, v as GetSubmissionDownloadUrlResponse$1, hk as DownloadSubmissionRequest$1, w as RawHttpResponse$1, hm as GetFormattedSubmissionRequest$1, x as GetFormattedSubmissionResponse$1, hr as UpdateExtendedFieldsRequest$1, z as UpdateExtendedFieldsResponse$1, hs as BulkUpdateFormSubmissionTagsRequest$1, E as BulkUpdateFormSubmissionTagsResponse$1, hu as BulkUpdateFormSubmissionTagsByFilterRequest$1, I as BulkUpdateFormSubmissionTagsByFilterResponse$1, hv as ValidateFormSubmissionRequest$1, J as ValidateFormSubmissionResponse$1 } from './forms-v4-submission-submissions.universal-CGnr0E49.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Form submission that was created or retrieved. */
|
|
@@ -396,6 +396,23 @@ declare enum WebhookIdentityType {
|
|
|
396
396
|
}
|
|
397
397
|
/** @enumType */
|
|
398
398
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
399
|
+
interface AccountDetails {
|
|
400
|
+
/**
|
|
401
|
+
* ID of the account.
|
|
402
|
+
* @format GUID
|
|
403
|
+
*/
|
|
404
|
+
accountId?: string | null;
|
|
405
|
+
/**
|
|
406
|
+
* ID of the parent account.
|
|
407
|
+
* @format GUID
|
|
408
|
+
*/
|
|
409
|
+
parentAccountId?: string | null;
|
|
410
|
+
/**
|
|
411
|
+
* ID of the site, if applicable.
|
|
412
|
+
* @format GUID
|
|
413
|
+
*/
|
|
414
|
+
siteId?: string | null;
|
|
415
|
+
}
|
|
399
416
|
interface CreateCheckoutFromSubmissionRequest extends CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf {
|
|
400
417
|
/** Submission's form. */
|
|
401
418
|
form?: Form;
|
|
@@ -6693,23 +6710,6 @@ declare enum SubmissionErrorType {
|
|
|
6693
6710
|
}
|
|
6694
6711
|
/** @enumType */
|
|
6695
6712
|
type SubmissionErrorTypeWithLiterals = SubmissionErrorType | 'UNKNOWN_ERROR' | 'TYPE_ERROR' | 'REQUIRED_VALUE_ERROR' | 'UNKNOWN_VALUE_ERROR' | 'MAX_LENGTH_ERROR' | 'MIN_LENGTH_ERROR' | 'PATTERN_ERROR' | 'FORMAT_ERROR' | 'MAX_VALUE_ERROR' | 'MIN_VALUE_ERROR' | 'MULTIPLE_OF_VALUE_ERROR' | 'MIN_ITEMS_ERROR' | 'MAX_ITEMS_ERROR' | 'NOT_ALLOWED_VALUE_ERROR' | 'DISABLED_FORM_ERROR';
|
|
6696
|
-
interface AccountDetails {
|
|
6697
|
-
/**
|
|
6698
|
-
* ID of the account.
|
|
6699
|
-
* @format GUID
|
|
6700
|
-
*/
|
|
6701
|
-
accountId?: string | null;
|
|
6702
|
-
/**
|
|
6703
|
-
* ID of the parent account.
|
|
6704
|
-
* @format GUID
|
|
6705
|
-
*/
|
|
6706
|
-
parentAccountId?: string | null;
|
|
6707
|
-
/**
|
|
6708
|
-
* ID of the site, if applicable.
|
|
6709
|
-
* @format GUID
|
|
6710
|
-
*/
|
|
6711
|
-
siteId?: string | null;
|
|
6712
|
-
}
|
|
6713
6713
|
/** @docsIgnore */
|
|
6714
6714
|
type CreateSubmissionApplicationErrors = {
|
|
6715
6715
|
code?: 'INVALID_CAPTCHA';
|