@wix/auto_sdk_forms_submissions 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.
- package/build/cjs/{forms-v4-submission-submissions.universal-Q3Bs_Jbt.d.ts → forms-v4-submission-submissions.universal-BScz75Gj.d.ts} +20 -20
- package/build/cjs/index.d.ts +23 -23
- 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 +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-Q3Bs_Jbt.d.mts → forms-v4-submission-submissions.universal-BScz75Gj.d.mts} +20 -20
- package/build/es/index.d.mts +23 -23
- 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 +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-ILKHqisa.d.ts → forms-v4-submission-submissions.universal-BIIcc2WV.d.ts} +22 -22
- package/build/internal/cjs/index.d.ts +25 -25
- 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 +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-ILKHqisa.d.mts → forms-v4-submission-submissions.universal-BIIcc2WV.d.mts} +22 -22
- package/build/internal/es/index.d.mts +25 -25
- 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 +1 -1
- package/package.json +2 -2
|
@@ -6925,7 +6925,7 @@ declare function onSubmissionUpdated(handler: (event: SubmissionUpdatedEnvelope)
|
|
|
6925
6925
|
* @applicableIdentity APP
|
|
6926
6926
|
* @fqn wix.forms.v4.FormSubmissionContactUpsertService.UpsertContactFromSubmission
|
|
6927
6927
|
*/
|
|
6928
|
-
declare function upsertContactFromSubmission(submissionId: string, options?: UpsertContactFromSubmissionOptions): Promise<NonNullablePaths<UpsertContactFromSubmissionResponse, `submitContactResponse.contactId` | `submitContactResponse.identityType` | `submitContactResponse.newContact
|
|
6928
|
+
declare function upsertContactFromSubmission(submissionId: string, options?: UpsertContactFromSubmissionOptions): Promise<NonNullablePaths<UpsertContactFromSubmissionResponse, `submitContactResponse.contactId` | `submitContactResponse.identityType` | `submitContactResponse.newContact`, 3>>;
|
|
6929
6929
|
interface UpsertContactFromSubmissionOptions {
|
|
6930
6930
|
/**
|
|
6931
6931
|
* Optional contact id to which submission should be mapped.
|
|
@@ -6951,7 +6951,7 @@ interface UpsertContactFromSubmissionOptions {
|
|
|
6951
6951
|
* @returns The created submission.
|
|
6952
6952
|
* @fqn wix.forms.v4.FormSubmissionService.CreateSubmission
|
|
6953
6953
|
*/
|
|
6954
|
-
declare function createSubmission(submission: NonNullablePaths<FormSubmission, `formId
|
|
6954
|
+
declare function createSubmission(submission: NonNullablePaths<FormSubmission, `formId`, 2>, options?: CreateSubmissionOptions): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds`, 4> & {
|
|
6955
6955
|
__applicationErrorsType?: CreateSubmissionApplicationErrors;
|
|
6956
6956
|
__validationErrorsType?: CreateSubmissionValidationErrors;
|
|
6957
6957
|
}>;
|
|
@@ -6973,7 +6973,7 @@ interface CreateSubmissionOptions {
|
|
|
6973
6973
|
* @returns The retrieved submission.
|
|
6974
6974
|
* @fqn wix.forms.v4.FormSubmissionService.GetSubmission
|
|
6975
6975
|
*/
|
|
6976
|
-
declare function getSubmission(submissionId: string): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds
|
|
6976
|
+
declare function getSubmission(submissionId: string): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds`, 4>>;
|
|
6977
6977
|
/**
|
|
6978
6978
|
* Updates a submission.
|
|
6979
6979
|
*
|
|
@@ -6991,7 +6991,7 @@ declare function getSubmission(submissionId: string): Promise<NonNullablePaths<F
|
|
|
6991
6991
|
* @returns The updated submission.
|
|
6992
6992
|
* @fqn wix.forms.v4.FormSubmissionService.UpdateSubmission
|
|
6993
6993
|
*/
|
|
6994
|
-
declare function updateSubmission(_id: string, submission: NonNullablePaths<UpdateSubmission, `formId` | `revision
|
|
6994
|
+
declare function updateSubmission(_id: string, submission: NonNullablePaths<UpdateSubmission, `formId` | `revision`, 2>): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds`, 4> & {
|
|
6995
6995
|
__validationErrorsType?: UpdateSubmissionValidationErrors;
|
|
6996
6996
|
}>;
|
|
6997
6997
|
interface UpdateSubmission {
|
|
@@ -7076,7 +7076,7 @@ interface UpdateSubmission {
|
|
|
7076
7076
|
* @applicableIdentity APP
|
|
7077
7077
|
* @fqn wix.forms.v4.FormSubmissionService.ConfirmSubmission
|
|
7078
7078
|
*/
|
|
7079
|
-
declare function confirmSubmission(submissionId: string): Promise<NonNullablePaths<ConfirmSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds
|
|
7079
|
+
declare function confirmSubmission(submissionId: string): Promise<NonNullablePaths<ConfirmSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds`, 5>>;
|
|
7080
7080
|
/**
|
|
7081
7081
|
* Deletes a submission.
|
|
7082
7082
|
*
|
|
@@ -7112,7 +7112,7 @@ interface DeleteSubmissionOptions {
|
|
|
7112
7112
|
* @applicableIdentity APP
|
|
7113
7113
|
* @fqn wix.forms.v4.FormSubmissionService.BulkDeleteSubmission
|
|
7114
7114
|
*/
|
|
7115
|
-
declare function bulkDeleteSubmission(formId: string, options?: BulkDeleteSubmissionOptions): Promise<NonNullablePaths<BulkDeleteSubmissionResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures
|
|
7115
|
+
declare function bulkDeleteSubmission(formId: string, options?: BulkDeleteSubmissionOptions): Promise<NonNullablePaths<BulkDeleteSubmissionResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
7116
7116
|
interface BulkDeleteSubmissionOptions {
|
|
7117
7117
|
/**
|
|
7118
7118
|
* Submission ids.
|
|
@@ -7139,7 +7139,7 @@ interface BulkDeleteSubmissionOptions {
|
|
|
7139
7139
|
* @applicableIdentity APP
|
|
7140
7140
|
* @fqn wix.forms.v4.FormSubmissionService.RestoreSubmissionFromTrashBin
|
|
7141
7141
|
*/
|
|
7142
|
-
declare function restoreSubmissionFromTrashBin(submissionId: string): Promise<NonNullablePaths<RestoreSubmissionFromTrashBinResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds
|
|
7142
|
+
declare function restoreSubmissionFromTrashBin(submissionId: string): Promise<NonNullablePaths<RestoreSubmissionFromTrashBinResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds`, 5>>;
|
|
7143
7143
|
/**
|
|
7144
7144
|
* Remove deleted submission
|
|
7145
7145
|
* @param submissionId - ID of the submission to restore.
|
|
@@ -7161,7 +7161,7 @@ declare function removeSubmissionFromTrashBin(submissionId: string): Promise<voi
|
|
|
7161
7161
|
* @applicableIdentity APP
|
|
7162
7162
|
* @fqn wix.forms.v4.FormSubmissionService.BulkRemoveSubmissionFromTrashBin
|
|
7163
7163
|
*/
|
|
7164
|
-
declare function bulkRemoveSubmissionFromTrashBin(formId: string, options?: BulkRemoveSubmissionFromTrashBinOptions): Promise<NonNullablePaths<BulkRemoveSubmissionFromTrashBinResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures
|
|
7164
|
+
declare function bulkRemoveSubmissionFromTrashBin(formId: string, options?: BulkRemoveSubmissionFromTrashBinOptions): Promise<NonNullablePaths<BulkRemoveSubmissionFromTrashBinResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
7165
7165
|
interface BulkRemoveSubmissionFromTrashBinOptions {
|
|
7166
7166
|
/**
|
|
7167
7167
|
* Submission ids.
|
|
@@ -7181,7 +7181,7 @@ interface BulkRemoveSubmissionFromTrashBinOptions {
|
|
|
7181
7181
|
* @applicableIdentity APP
|
|
7182
7182
|
* @fqn wix.forms.v4.FormSubmissionService.ListDeletedSubmissions
|
|
7183
7183
|
*/
|
|
7184
|
-
declare function listDeletedSubmissions(formId: string, options?: ListDeletedSubmissionsOptions): Promise<NonNullablePaths<ListDeletedSubmissionsResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId
|
|
7184
|
+
declare function listDeletedSubmissions(formId: string, options?: ListDeletedSubmissionsOptions): Promise<NonNullablePaths<ListDeletedSubmissionsResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId`, 5>>;
|
|
7185
7185
|
interface ListDeletedSubmissionsOptions {
|
|
7186
7186
|
/**
|
|
7187
7187
|
* Submission ids.
|
|
@@ -7208,7 +7208,7 @@ interface ListDeletedSubmissionsOptions {
|
|
|
7208
7208
|
* @applicableIdentity APP
|
|
7209
7209
|
* @fqn wix.forms.v4.FormSubmissionService.GetDeletedSubmission
|
|
7210
7210
|
*/
|
|
7211
|
-
declare function getDeletedSubmission(submissionId: string): Promise<NonNullablePaths<GetDeletedSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds
|
|
7211
|
+
declare function getDeletedSubmission(submissionId: string): Promise<NonNullablePaths<GetDeletedSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds`, 5>>;
|
|
7212
7212
|
/**
|
|
7213
7213
|
* Deprecated on '2023-08-08'. Use QuerySubmissionsByNamespace.
|
|
7214
7214
|
* @param query - Query options.
|
|
@@ -7222,7 +7222,7 @@ declare function getDeletedSubmission(submissionId: string): Promise<NonNullable
|
|
|
7222
7222
|
* @replacedBy com.wixpress.forms.v4.FormSubmissionService.QuerySubmissionsByNamespace
|
|
7223
7223
|
* @targetRemovalDate 2025-04-01
|
|
7224
7224
|
*/
|
|
7225
|
-
declare function querySubmission(query: CursorQuery, options?: QuerySubmissionOptions): Promise<NonNullablePaths<QuerySubmissionResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId
|
|
7225
|
+
declare function querySubmission(query: CursorQuery, options?: QuerySubmissionOptions): Promise<NonNullablePaths<QuerySubmissionResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId`, 5>>;
|
|
7226
7226
|
interface QuerySubmissionOptions {
|
|
7227
7227
|
/** Whether to return only your own submissions. If `false`, returns all submissions based on query filters. */
|
|
7228
7228
|
onlyYourOwn?: boolean;
|
|
@@ -7401,7 +7401,7 @@ interface SubmissionsQueryBuilder {
|
|
|
7401
7401
|
* @applicableIdentity APP
|
|
7402
7402
|
* @fqn wix.forms.v4.FormSubmissionService.CountSubmissionsByFilter
|
|
7403
7403
|
*/
|
|
7404
|
-
declare function countSubmissionsByFilter(filter: Record<string, any>, options?: CountSubmissionsByFilterOptions): Promise<NonNullablePaths<CountSubmissionsByFilterResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount
|
|
7404
|
+
declare function countSubmissionsByFilter(filter: Record<string, any>, options?: CountSubmissionsByFilterOptions): Promise<NonNullablePaths<CountSubmissionsByFilterResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount`, 4>>;
|
|
7405
7405
|
interface CountSubmissionsByFilterOptions {
|
|
7406
7406
|
/** Free text to match in searchable fields. */
|
|
7407
7407
|
search?: SearchDetails;
|
|
@@ -7420,7 +7420,7 @@ interface CountSubmissionsByFilterOptions {
|
|
|
7420
7420
|
* @applicableIdentity APP
|
|
7421
7421
|
* @fqn wix.forms.v4.FormSubmissionService.CountSubmissions
|
|
7422
7422
|
*/
|
|
7423
|
-
declare function countSubmissions(formIds: string[], namespace: string, options?: CountSubmissionsOptions): Promise<NonNullablePaths<CountSubmissionsResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount
|
|
7423
|
+
declare function countSubmissions(formIds: string[], namespace: string, options?: CountSubmissionsOptions): Promise<NonNullablePaths<CountSubmissionsResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount`, 4>>;
|
|
7424
7424
|
interface CountSubmissionsOptions {
|
|
7425
7425
|
/**
|
|
7426
7426
|
* Status of the submission.
|
|
@@ -7447,7 +7447,7 @@ interface CountSubmissionsOptions {
|
|
|
7447
7447
|
* @applicableIdentity APP
|
|
7448
7448
|
* @fqn wix.forms.v4.FormSubmissionService.CountDeletedSubmissions
|
|
7449
7449
|
*/
|
|
7450
|
-
declare function countDeletedSubmissions(formIds: string[], namespace: string, options?: CountDeletedSubmissionsOptions): Promise<NonNullablePaths<CountDeletedSubmissionsResponse, `formsDeletedSubmissionsCount` | `formsDeletedSubmissionsCount.${number}.formId` | `formsDeletedSubmissionsCount.${number}.totalCount
|
|
7450
|
+
declare function countDeletedSubmissions(formIds: string[], namespace: string, options?: CountDeletedSubmissionsOptions): Promise<NonNullablePaths<CountDeletedSubmissionsResponse, `formsDeletedSubmissionsCount` | `formsDeletedSubmissionsCount.${number}.formId` | `formsDeletedSubmissionsCount.${number}.totalCount`, 4>>;
|
|
7451
7451
|
interface CountDeletedSubmissionsOptions {
|
|
7452
7452
|
/**
|
|
7453
7453
|
* List of statuses of submissions which should be taken into count
|
|
@@ -7476,7 +7476,7 @@ interface CountDeletedSubmissionsOptions {
|
|
|
7476
7476
|
* @applicableIdentity VISITOR
|
|
7477
7477
|
* @fqn wix.forms.v4.FormSubmissionService.GetMediaUploadURL
|
|
7478
7478
|
*/
|
|
7479
|
-
declare function getMediaUploadUrl(formId: string, filename: string, mimeType: string): Promise<NonNullablePaths<GetMediaUploadURLResponse, `uploadUrl
|
|
7479
|
+
declare function getMediaUploadUrl(formId: string, filename: string, mimeType: string): Promise<NonNullablePaths<GetMediaUploadURLResponse, `uploadUrl`, 2>>;
|
|
7480
7480
|
/**
|
|
7481
7481
|
* Marks form submissions as "seen".
|
|
7482
7482
|
*
|
|
@@ -7502,7 +7502,7 @@ declare function bulkMarkSubmissionsAsSeen(ids: string[], formId: string): Promi
|
|
|
7502
7502
|
* @applicableIdentity APP
|
|
7503
7503
|
* @fqn wix.forms.v4.FormSubmissionService.GetSubmissionDownloadUrl
|
|
7504
7504
|
*/
|
|
7505
|
-
declare function getSubmissionDownloadUrl(submissionId: string): Promise<NonNullablePaths<GetSubmissionDownloadUrlResponse, `document.readyDetails.downloadUrl` | `document.status
|
|
7505
|
+
declare function getSubmissionDownloadUrl(submissionId: string): Promise<NonNullablePaths<GetSubmissionDownloadUrlResponse, `document.readyDetails.downloadUrl` | `document.status`, 4>>;
|
|
7506
7506
|
/**
|
|
7507
7507
|
* Retrieves a submission formatted by language
|
|
7508
7508
|
* @param submissionId - Submission ID.
|
|
@@ -7513,7 +7513,7 @@ declare function getSubmissionDownloadUrl(submissionId: string): Promise<NonNull
|
|
|
7513
7513
|
* @applicableIdentity APP
|
|
7514
7514
|
* @fqn wix.forms.v4.FormSubmissionService.GetFormattedSubmission
|
|
7515
7515
|
*/
|
|
7516
|
-
declare function getFormattedSubmission(submissionId: string): Promise<NonNullablePaths<GetFormattedSubmissionResponse, `submissionId` | `submissions` | `submissions.${number}.key` | `submissions.${number}.value` | `submissions.${number}.fieldId
|
|
7516
|
+
declare function getFormattedSubmission(submissionId: string): Promise<NonNullablePaths<GetFormattedSubmissionResponse, `submissionId` | `submissions` | `submissions.${number}.key` | `submissions.${number}.value` | `submissions.${number}.fieldId`, 4>>;
|
|
7517
7517
|
/**
|
|
7518
7518
|
* Update Extended Fields of the Form
|
|
7519
7519
|
* @param _id - ID of the entity to update.
|
|
@@ -7528,7 +7528,7 @@ declare function getFormattedSubmission(submissionId: string): Promise<NonNullab
|
|
|
7528
7528
|
* @applicableIdentity APP
|
|
7529
7529
|
* @fqn wix.forms.v4.FormSubmissionService.UpdateExtendedFields
|
|
7530
7530
|
*/
|
|
7531
|
-
declare function updateExtendedFields(_id: string, namespace: string, options: NonNullablePaths<UpdateExtendedFieldsOptions, `namespaceData
|
|
7531
|
+
declare function updateExtendedFields(_id: string, namespace: string, options: NonNullablePaths<UpdateExtendedFieldsOptions, `namespaceData`, 2>): Promise<NonNullablePaths<UpdateExtendedFieldsResponse, `namespace`, 2>>;
|
|
7532
7532
|
interface UpdateExtendedFieldsOptions {
|
|
7533
7533
|
/** Data to update. Structured according to the [schema](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields#json-schema-for-extended-fields) defined when the extended fields were configured. */
|
|
7534
7534
|
namespaceData: Record<string, any> | null;
|
|
@@ -7556,7 +7556,7 @@ interface BulkUpdateFormSubmissionTagsByFilterOptions {
|
|
|
7556
7556
|
* @applicableIdentity VISITOR
|
|
7557
7557
|
* @fqn wix.forms.v4.FormSubmissionService.ValidateFormSubmission
|
|
7558
7558
|
*/
|
|
7559
|
-
declare function validateFormSubmission(submission: FormSubmission, options?: ValidateFormSubmissionOptions): Promise<NonNullablePaths<ValidateFormSubmissionResponse, `violationErrors` | `violationErrors.${number}.name` | `violationErrors.${number}.description` | `violationErrors.${number}.ruleName
|
|
7559
|
+
declare function validateFormSubmission(submission: FormSubmission, options?: ValidateFormSubmissionOptions): Promise<NonNullablePaths<ValidateFormSubmissionResponse, `violationErrors` | `violationErrors.${number}.name` | `violationErrors.${number}.description` | `violationErrors.${number}.ruleName`, 4>>;
|
|
7560
7560
|
interface ValidateFormSubmissionOptions {
|
|
7561
7561
|
/** Optional metadata passed to SPI implementer, allowing clients to include additional business-specific data. */
|
|
7562
7562
|
additionalMetadata?: Record<string, any> | null;
|
|
@@ -7569,4 +7569,4 @@ interface ValidateFormSubmissionOptions {
|
|
|
7569
7569
|
fieldsToValidate?: string[];
|
|
7570
7570
|
}
|
|
7571
7571
|
|
|
7572
|
-
export { NodeType as $, type ValidateFormSubmissionResponse as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type SubmissionCreatedEnvelope as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type SubmissionDeletedEnvelope as H, type SubmissionRemovedSubmissionFromTrashEnvelope as I, type SubmissionStatusUpdatedEnvelope as J, type SubmissionContactMappedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionContactMappingSkippedEnvelope as M, type SubmissionUpdatedEnvelope as N, SubmissionStatus as O, OptInLevel as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, StringTypeFormatEnumFormat as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, ValidationFormat as W, ProductType as X, PriceType as Y, InputFieldStringTypeFormatEnumFormat as Z, InputFieldStringComponentType as _, type UpsertContactFromSubmissionResponse as a, StringComponentType as a$, WidthType as a0, PluginContainerDataAlignment as a1, ButtonDataType as a2, LinkTarget as a3, TextAlignment as a4, LineStyle as a5, Width as a6, DividerDataAlignment as a7, ViewMode as a8, LayoutType as a9, ImagePosition as aA, Alignment as aB, ImageFit as aC, NumberOfColumns as aD, FirstDayOfWeek as aE, InputFieldNumberComponentType as aF, InputFieldBooleanComponentType as aG, ArrayItemsItemType as aH, PropertiesTypePropertiesTypeEnum as aI, InputFieldArrayComponentType as aJ, InputFieldWixFileComponentType as aK, UploadFileFormat as aL, InputFieldPaymentComponentType as aM, InputFieldSchedulingComponentType as aN, Format as aO, MultilineAddressComponentType as aP, Type as aQ, InputFieldInputType as aR, FormFieldContactInfoEmailInfoTag as aS, FormFieldContactInfoPhoneInfoTag as aT, AddressInfoTag as aU, SubscriptionInfoOptInLevel as aV, FormFieldContactInfoContactField as aW, FormFieldV2FieldType as aX, DisplayFieldType as aY, FieldType as aZ, FormatEnumFormat as a_, Orientation as aa, Crop as ab, ThumbnailsAlignment as ac, GIFType as ad, Source as ae, StylesPosition as af, MapType as ag, ViewRole as ah, VoteRole as ai, PollLayoutType as aj, PollLayoutDirection as ak, BackgroundType as al, DecorationType as am, FontType as an, Position as ao, AspectRatio as ap, Resizing as aq, Placement as ar, CardStylesType as as, CardStylesAlignment as at, Layout as au, AppType as av, InitialExpandedItems as aw, Direction as ax, VerticalAlignment as ay, NullValue as az, type CreateSubmissionApplicationErrors as b, type ArrayTypeArrayItems as b$, NumberComponentType as b0, BooleanComponentType as b1, ItemType as b2, PropertiesTypeEnum as b3, ArrayComponentType as b4, WixFileComponentType as b5, PaymentComponentType as b6, ComponentType as b7, SchedulingComponentType as b8, InputType as b9, type OrderDetails as bA, type PublicTags as bB, type TagList as bC, type FormSubmissionStatusUpdatedEvent as bD, type RemovedSubmissionFromTrash as bE, type SubmissionContactMapped as bF, type MarketingSubscriptionDetails as bG, type SubmissionContactMappingSkipped as bH, type CreateCheckoutFromSubmissionRequest as bI, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bJ, type Form as bK, type FormField as bL, type FormFieldStringType as bM, type FormFieldStringTypeFormatOptionsOneOf as bN, type StringErrorMessages as bO, type StringTypeDateTimeConstraints as bP, type StringTypePhoneConstraints as bQ, type FormFieldNumberType as bR, type NumberErrorMessages as bS, type IntegerType as bT, type FormFieldBooleanType as bU, type BooleanErrorMessages as bV, type FormFieldArrayType as bW, type FormFieldObjectType as bX, type ObjectTypePropertiesType as bY, type ObjectTypePropertiesTypePropertiesTypeOneOf as bZ, type ObjectErrorMessages as b_, EmailInfoTag as ba, PhoneInfoTag as bb, Tag as bc, ConfirmationLevel as bd, ContactField as be, DisplayFieldDisplayFieldType as bf, OverrideEntityType as bg, Kind as bh, SpamFilterProtectionLevel as bi, RequiredIndicator as bj, RequiredIndicatorPlacement as bk, Target as bl, SubmitSuccessAction as bm, ChangeableProperty as bn, OverrideEntityTypeEnumOverrideEntityType as bo, Operator as bp, WebhookIdentityType as bq, IdentityType as br, ErrorType as bs, SortOrder as bt, Mode as bu, Status as bv, SubmissionErrorType as bw, type Submitter as bx, type SubmitterSubmitterOneOf as by, type ExtendedFields as bz, type CreateSubmissionValidationErrors as c, type ImageData as c$, type ArrayTypeArrayItemsItemsOneOf as c0, type ArrayErrorMessages as c1, type PredefinedValidation as c2, type PredefinedValidationFormatOptionsOneOf as c3, type PaymentType as c4, type QuantityLimit as c5, type FixedPriceOptions as c6, type DynamicPriceOptions as c7, type Product as c8, type ProductPriceOptionsOneOf as c9, type Height as cA, type Styles as cB, type Link as cC, type LinkDataOneOf as cD, type Rel as cE, type CodeBlockData as cF, type TextStyle as cG, type DividerData as cH, type FileData as cI, type FileSource as cJ, type FileSourceDataOneOf as cK, type PDFSettings as cL, type GalleryData as cM, type Media as cN, type Image as cO, type Video as cP, type Item as cQ, type ItemDataOneOf as cR, type GalleryOptions as cS, type GalleryOptionsLayout as cT, type ItemStyle as cU, type Thumbnails as cV, type GIFData as cW, type GIF as cX, type HeadingData as cY, type HTMLData as cZ, type HTMLDataDataOneOf as c_, type MultilineAddressValidation as ca, type FieldOverrides as cb, type FieldsOverrides as cc, type NestedFormFieldOverrides as cd, type Validation as ce, type ValidationValidationOneOf as cf, type DataExtensionsDetails as cg, type NestedFormOverrides as ch, type FormFieldV2 as ci, type FormFieldV2FieldTypeOptionsOneOf as cj, type InputFieldStringType as ck, type InputFieldStringTypeFormatOptionsOneOf as cl, type InputFieldStringTypeDateTimeConstraints as cm, type InputFieldStringTypePhoneConstraints as cn, type TextInput as co, type RichContent as cp, type Node as cq, type NodeDataOneOf as cr, type NodeStyle as cs, type ButtonData as ct, type Border as cu, type Colors as cv, type PluginContainerData as cw, type PluginContainerDataWidth as cx, type PluginContainerDataWidthDataOneOf as cy, type Spoiler as cz, type UpdateSubmission as d, type RadioGroup as d$, type StylesBorder as d0, type ImageDataStyles as d1, type LinkPreviewData as d2, type LinkPreviewDataStyles as d3, type MapData as d4, type MapSettings as d5, type ParagraphData as d6, type PollData as d7, type Permissions as d8, type PollOption as d9, type ImageStyles as dA, type RibbonStyles as dB, type CardStyles as dC, type PricingData as dD, type VideoData as dE, type PlaybackOptions as dF, type EmbedData as dG, type Oembed as dH, type CollapsibleListData as dI, type TableData as dJ, type Dimensions as dK, type TableCellData as dL, type CellStyle as dM, type BorderColors as dN, type ListValue as dO, type AudioData as dP, type OrderedListData as dQ, type BulletedListData as dR, type BlockquoteData as dS, type CaptionData as dT, type LayoutCellData as dU, type Metadata as dV, type DocumentStyle as dW, type TextNodeStyle as dX, type MediaItem as dY, type MediaItemMediaOneOf as dZ, type MediaSettings as d_, type Settings as da, type PollLayout as db, type OptionLayout as dc, type Gradient as dd, type Background as de, type BackgroundBackgroundOneOf as df, type PollDesign as dg, type OptionDesign as dh, type Poll as di, type PollDataLayout as dj, type Design as dk, type TextData as dl, type Decoration as dm, type DecorationDataOneOf as dn, type AnchorData as dp, type ColorData as dq, type LinkData as dr, type MentionData as ds, type FontSizeData as dt, type SpoilerData as du, type AppEmbedData as dv, type AppEmbedDataAppDataOneOf as dw, type BookingData as dx, type EventData as dy, type ButtonStyles as dz, type UpdateSubmissionValidationErrors as e, type InputField_Array as e$, type RadioGroupOption as e0, type RadioGroupCustomOption as e1, type Dropdown as e2, type DropdownOption as e3, type DropdownCustomOption as e4, type DateTimeInput as e5, type PhoneInput as e6, type DateInput as e7, type TimeInput as e8, type DatePicker as e9, type PaymentInput as eA, type FixedPayment as eB, type Appointment as eC, type AppointmentFormatInfoOneOf as eD, type Location as eE, type LocationLocationInfoOneOf as eF, type InPersonOptions as eG, type VideoConferenceOptions as eH, type PhoneOptions as eI, type MultilineAddress as eJ, type AddressLine2 as eK, type DefaultCountryConfig as eL, type DefaultCountryConfigOptionsOneOf as eM, type FieldsSettings as eN, type V4FormFieldContactInfo as eO, type V4FormFieldContactInfoAdditionalInfoOneOf as eP, type FormFieldContactInfoEmailInfo as eQ, type FormFieldContactInfoPhoneInfo as eR, type FormFieldContactInfoAddressInfo as eS, type FormFieldContactInfoCustomFieldInfo as eT, type FormFieldContactInfoSubscriptionInfo as eU, type InputField_String as eV, type InputField_StringComponentTypeOptionsOneOf as eW, type InputField_Number as eX, type InputField_NumberComponentTypeOptionsOneOf as eY, type InputField_Boolean as eZ, type InputField_BooleanComponentTypeOptionsOneOf as e_, type ServicesDropdown as ea, type ServicesDropdownOption as eb, type InputFieldNumberType as ec, type NumberInput as ed, type RatingInput as ee, type InputFieldBooleanType as ef, type Checkbox as eg, type InputFieldArrayType as eh, type InputFieldIntegerType as ei, type InputFieldObjectType as ej, type InputFieldObjectTypePropertiesType as ek, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as el, type InputFieldArrayTypeArrayItems as em, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as en, type CheckboxGroup as eo, type Option as ep, type CustomOption as eq, type Tags as er, type TagsOption as es, type CommonCustomOption as et, type FileUpload as eu, type Signature as ev, type ProductCheckboxGroup as ew, type ProductCheckboxGroupOption as ex, type DonationInput as ey, type DonationInputOption as ez, type ConfirmSubmissionResponse as f, type FormLayout as f$, type InputField_ArrayComponentTypeOptionsOneOf as f0, type InputField_Object as f1, type InputField_ObjectValidationOneOf as f2, type InputFieldWixFile as f3, type InputFieldWixFileComponentTypeOptionsOneOf as f4, type InputFieldPayment as f5, type InputFieldPaymentComponentTypeOptionsOneOf as f6, type InputFieldMultilineAddress as f7, type InputFieldMultilineAddressComponentTypeOptionsOneOf as f8, type InputFieldScheduling as f9, type EmailInfo as fA, type PhoneInfo as fB, type AddressInfo as fC, type CustomFieldInfo as fD, type SubscriptionInfo as fE, type _String as fF, type _StringComponentTypeOptionsOneOf as fG, type _Number as fH, type _NumberComponentTypeOptionsOneOf as fI, type _Boolean as fJ, type _BooleanComponentTypeOptionsOneOf as fK, type _Array as fL, type _ArrayComponentTypeOptionsOneOf as fM, type _Object as fN, type WixFile as fO, type WixFileComponentTypeOptionsOneOf as fP, type Payment as fQ, type PaymentComponentTypeOptionsOneOf as fR, type Scheduling as fS, type SchedulingComponentTypeOptionsOneOf as fT, type Address as fU, type AddressComponentTypeOptionsOneOf as fV, type FieldsDisplayField as fW, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as fX, type RichContentOptions as fY, type PageNavigationOptions as fZ, type Step as f_, type InputFieldSchedulingComponentTypeOptionsOneOf as fa, type FormFieldV2InputField as fb, type FormFieldV2InputFieldInputTypeOptionsOneOf as fc, type DisplayField as fd, type DisplayFieldDisplayFieldTypeOptionsOneOf as fe, type V4RichContentOptions as ff, type V4PageNavigationOptions as fg, type Field as fh, type FieldFieldTypeOptionsOneOf as fi, type InputField as fj, type InputFieldInputTypeOptionsOneOf as fk, type StringType as fl, type StringTypeFormatOptionsOneOf as fm, type DateTimeConstraints as fn, type PhoneConstraints as fo, type NumberType as fp, type BooleanType as fq, type ArrayType as fr, type ObjectType as fs, type PropertiesType as ft, type PropertiesTypePropertiesTypeOptionsOneOf as fu, type ArrayItems as fv, type ArrayItemsItemTypeOptionsOneOf as fw, type FileType as fx, type FormFieldContactInfo as fy, type FormFieldContactInfoAdditionalInfoOneOf as fz, type BulkDeleteSubmissionResponse as g, type BulkActionMetadata as g$, type BreakPoint as g0, type ItemLayout as g1, type ItemLayoutItemOneOf as g2, type Group as g3, type Margin as g4, type Section as g5, type FormRule as g6, type FormOverride as g7, type FormProperties as g8, type PostSubmissionTriggers as g9, type DomainEvent as gA, type DomainEventBodyOneOf as gB, type EntityCreatedEvent as gC, type RestoreInfo as gD, type EntityUpdatedEvent as gE, type EntityDeletedEvent as gF, type ActionEvent as gG, type Empty as gH, type MessageEnvelope as gI, type IdentificationData as gJ, type IdentificationDataIdOneOf as gK, type UpsertContactFromSubmissionRequest as gL, type SubmitContactResponse as gM, type CreateSubmissionRequest as gN, type CreateSubmissionResponse as gO, type SubmissionValidationErrorsDetails as gP, type ValidationError as gQ, type CreateSubmissionForMigrationRequest as gR, type CreateSubmissionForMigrationResponse as gS, type CreateSubmissionBySubmitterRequest as gT, type CreateSubmissionBySubmitterResponse as gU, type BulkCreateSubmissionBySubmitterRequest as gV, type BulkCreateSubmissionBySubmitterData as gW, type BulkCreateSubmissionBySubmitterResponse as gX, type BulkSubmissionResult as gY, type ItemMetadata as gZ, type ApplicationError as g_, type UpsertContact as ga, type NestedForm as gb, type LimitationRule as gc, type RequiredIndicatorProperties as gd, type SubmitSettings as ge, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gf, type ThankYouMessageOptions as gg, type RedirectOptions as gh, type FieldGroup as gi, type Rule as gj, type RequiredOptions as gk, type HiddenOptions as gl, type AllowedValuesOptions as gm, type FieldOverride as gn, type FieldOverridePropertyTypeOptionsOneOf as go, type ConditionNode as gp, type ConditionNodeNodeOneOf as gq, type AndCondition as gr, type OrCondition as gs, type Condition as gt, type RuleFormOverride as gu, type RuleFormOverrideEntityTypeOptionsOneOf as gv, type CreateCheckoutFromSubmissionResponse as gw, type Checkout as gx, type IsFormSubmittableRequest as gy, type IsFormSubmittableResponse as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type BaseEventMetadata as h$, type GetSubmissionRequest as h0, type GetSubmissionResponse as h1, type GetSubmissionByCheckoutIdRequest as h2, type GetSubmissionByCheckoutIdResponse as h3, type UpdateSubmissionRequest as h4, type UpdateSubmissionResponse as h5, type ConfirmSubmissionRequest as h6, type DeleteSubmissionRequest as h7, type DeleteSubmissionResponse as h8, type BulkDeleteSubmissionRequest as h9, type CountSubmissionsRequest as hA, type CountDeletedSubmissionsRequest as hB, type FormDeletedSubmissionsCount as hC, type GetMediaUploadURLRequest as hD, type BulkMarkSubmissionsAsSeenRequest as hE, type BulkMarkSubmissionsAsSeenResponse as hF, type GetSubmissionDownloadUrlRequest as hG, type SubmissionDocument as hH, type SubmissionDocumentDocumentOneOf as hI, type DocumentReady as hJ, type GetFormattedSubmissionRequest as hK, type FormattedSubmission as hL, type ListFormattedSubmissionsRequest as hM, type ListFormattedSubmissionsResponse as hN, type FormattedFormSubmission as hO, type UpdateExtendedFieldsRequest as hP, type BulkUpdateFormSubmissionTagsRequest as hQ, type BulkUpdateFormSubmissionTagsResponse as hR, type BulkUpdateFormSubmissionTagsResult as hS, type BulkUpdateFormSubmissionTagsByFilterRequest as hT, type BulkUpdateFormSubmissionTagsByFilterResponse as hU, type ValidateFormSubmissionRequest as hV, type FieldViolation as hW, type FieldViolationErrorDataOneOf as hX, type SubmissionValidationErrors as hY, type SubmissionValidationError as hZ, type SubmissionValidationErrorErrorMessageOneOf as h_, type BulkDeleteSubmissionResult as ha, type RestoreSubmissionFromTrashBinRequest as hb, type RemoveSubmissionFromTrashBinRequest as hc, type RemoveSubmissionFromTrashBinResponse as hd, type BulkRemoveSubmissionFromTrashBinRequest as he, type BulkRemoveSubmissionFromTrashBinResult as hf, type ListDeletedSubmissionsRequest as hg, type CursorPaging as hh, type CursorPagingMetadata as hi, type Cursors as hj, type GetDeletedSubmissionRequest as hk, type QuerySubmissionRequest as hl, type CursorQueryPagingMethodOneOf as hm, type Sorting as hn, type SearchSubmissionsByNamespaceRequest as ho, type CursorSearch as hp, type CursorSearchPagingMethodOneOf as hq, type SearchDetails as hr, type SearchSubmissionsByNamespaceForExportRequest as hs, type SearchSubmissionsByNamespaceForExportResponse as ht, type QuerySubmissionsByNamespaceRequest as hu, type QuerySubmissionsByNamespaceResponse as hv, type QuerySubmissionsByNamespaceForExportRequest as hw, type QuerySubmissionsByNamespaceForExportResponse as hx, type CountSubmissionsByFilterRequest as hy, type FormSubmissionsCount as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type UploadFileFormatWithLiterals as i$, type EventMetadata as i0, type FormSubmissionSearchSpec as i1, type SubmissionsQueryResult as i2, type BulkUpdateFormSubmissionTagsOptions as i3, type BulkUpdateFormSubmissionTagsByFilterOptions as i4, type SubmissionStatusWithLiterals as i5, type OptInLevelWithLiterals as i6, type StringTypeFormatEnumFormatWithLiterals as i7, type ValidationFormatWithLiterals as i8, type ProductTypeWithLiterals as i9, type PollLayoutDirectionWithLiterals as iA, type BackgroundTypeWithLiterals as iB, type DecorationTypeWithLiterals as iC, type FontTypeWithLiterals as iD, type PositionWithLiterals as iE, type AspectRatioWithLiterals as iF, type ResizingWithLiterals as iG, type PlacementWithLiterals as iH, type CardStylesTypeWithLiterals as iI, type CardStylesAlignmentWithLiterals as iJ, type LayoutWithLiterals as iK, type AppTypeWithLiterals as iL, type InitialExpandedItemsWithLiterals as iM, type DirectionWithLiterals as iN, type VerticalAlignmentWithLiterals as iO, type NullValueWithLiterals as iP, type ImagePositionWithLiterals as iQ, type AlignmentWithLiterals as iR, type ImageFitWithLiterals as iS, type NumberOfColumnsWithLiterals as iT, type FirstDayOfWeekWithLiterals as iU, type InputFieldNumberComponentTypeWithLiterals as iV, type InputFieldBooleanComponentTypeWithLiterals as iW, type ArrayItemsItemTypeWithLiterals as iX, type PropertiesTypePropertiesTypeEnumWithLiterals as iY, type InputFieldArrayComponentTypeWithLiterals as iZ, type InputFieldWixFileComponentTypeWithLiterals as i_, type PriceTypeWithLiterals as ia, type InputFieldStringTypeFormatEnumFormatWithLiterals as ib, type InputFieldStringComponentTypeWithLiterals as ic, type NodeTypeWithLiterals as id, type WidthTypeWithLiterals as ie, type PluginContainerDataAlignmentWithLiterals as ig, type ButtonDataTypeWithLiterals as ih, type LinkTargetWithLiterals as ii, type TextAlignmentWithLiterals as ij, type LineStyleWithLiterals as ik, type WidthWithLiterals as il, type DividerDataAlignmentWithLiterals as im, type ViewModeWithLiterals as io, type LayoutTypeWithLiterals as ip, type OrientationWithLiterals as iq, type CropWithLiterals as ir, type ThumbnailsAlignmentWithLiterals as is, type GIFTypeWithLiterals as it, type SourceWithLiterals as iu, type StylesPositionWithLiterals as iv, type MapTypeWithLiterals as iw, type ViewRoleWithLiterals as ix, type VoteRoleWithLiterals as iy, type PollLayoutTypeWithLiterals as iz, type ListDeletedSubmissionsResponse as j, restoreSubmissionFromTrashBin as j$, type InputFieldPaymentComponentTypeWithLiterals as j0, type InputFieldSchedulingComponentTypeWithLiterals as j1, type FormatWithLiterals as j2, type MultilineAddressComponentTypeWithLiterals as j3, type TypeWithLiterals as j4, type InputFieldInputTypeWithLiterals as j5, type FormFieldContactInfoEmailInfoTagWithLiterals as j6, type FormFieldContactInfoPhoneInfoTagWithLiterals as j7, type AddressInfoTagWithLiterals as j8, type SubscriptionInfoOptInLevelWithLiterals as j9, type RequiredIndicatorPlacementWithLiterals as jA, type TargetWithLiterals as jB, type SubmitSuccessActionWithLiterals as jC, type ChangeablePropertyWithLiterals as jD, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jE, type OperatorWithLiterals as jF, type WebhookIdentityTypeWithLiterals as jG, type IdentityTypeWithLiterals as jH, type ErrorTypeWithLiterals as jI, type SortOrderWithLiterals as jJ, type ModeWithLiterals as jK, type StatusWithLiterals as jL, type SubmissionErrorTypeWithLiterals as jM, onSubmissionCreated as jN, onSubmissionDeleted as jO, onSubmissionRemovedSubmissionFromTrash as jP, onSubmissionStatusUpdated as jQ, onSubmissionContactMapped as jR, onSubmissionContactMappingSkipped as jS, onSubmissionUpdated as jT, upsertContactFromSubmission as jU, createSubmission as jV, getSubmission as jW, updateSubmission as jX, confirmSubmission as jY, deleteSubmission as jZ, bulkDeleteSubmission as j_, type FormFieldContactInfoContactFieldWithLiterals as ja, type FormFieldV2FieldTypeWithLiterals as jb, type DisplayFieldTypeWithLiterals as jc, type FieldTypeWithLiterals as jd, type FormatEnumFormatWithLiterals as je, type StringComponentTypeWithLiterals as jf, type NumberComponentTypeWithLiterals as jg, type BooleanComponentTypeWithLiterals as jh, type ItemTypeWithLiterals as ji, type PropertiesTypeEnumWithLiterals as jj, type ArrayComponentTypeWithLiterals as jk, type WixFileComponentTypeWithLiterals as jl, type PaymentComponentTypeWithLiterals as jm, type ComponentTypeWithLiterals as jn, type SchedulingComponentTypeWithLiterals as jo, type InputTypeWithLiterals as jp, type EmailInfoTagWithLiterals as jq, type PhoneInfoTagWithLiterals as jr, type TagWithLiterals as js, type ConfirmationLevelWithLiterals as jt, type ContactFieldWithLiterals as ju, type DisplayFieldDisplayFieldTypeWithLiterals as jv, type OverrideEntityTypeWithLiterals as jw, type KindWithLiterals as jx, type SpamFilterProtectionLevelWithLiterals as jy, type RequiredIndicatorWithLiterals as jz, type CursorQuery as k, removeSubmissionFromTrashBin as k0, bulkRemoveSubmissionFromTrashBin as k1, listDeletedSubmissions as k2, getDeletedSubmission as k3, querySubmission as k4, type CommonSearchWithEntityContext as k5, querySubmissionsByNamespace as k6, countSubmissionsByFilter as k7, countSubmissions as k8, countDeletedSubmissions as k9, getMediaUploadUrl as ka, bulkMarkSubmissionsAsSeen as kb, getSubmissionDownloadUrl as kc, getFormattedSubmission as kd, updateExtendedFields as ke, validateFormSubmission as kf, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type QuerySubmissionsByNamespaceOptions as n, type SubmissionsQueryBuilder as o, type CountSubmissionsByFilterOptions as p, type CountSubmissionsByFilterResponse as q, type CountSubmissionsOptions as r, type CountSubmissionsResponse as s, type CountDeletedSubmissionsOptions as t, type CountDeletedSubmissionsResponse as u, type GetMediaUploadURLResponse as v, type GetSubmissionDownloadUrlResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
|
7572
|
+
export { NodeType as $, type ValidateFormSubmissionResponse as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type SubmissionCreatedEnvelope as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type SubmissionDeletedEnvelope as H, type SubmissionRemovedSubmissionFromTrashEnvelope as I, type SubmissionStatusUpdatedEnvelope as J, type SubmissionContactMappedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionContactMappingSkippedEnvelope as M, type SubmissionUpdatedEnvelope as N, SubmissionStatus as O, OptInLevel as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, StringTypeFormatEnumFormat as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, ValidationFormat as W, ProductType as X, PriceType as Y, InputFieldStringTypeFormatEnumFormat as Z, InputFieldStringComponentType as _, type UpsertContactFromSubmissionResponse as a, StringComponentType as a$, WidthType as a0, PluginContainerDataAlignment as a1, ButtonDataType as a2, LinkTarget as a3, TextAlignment as a4, LineStyle as a5, Width as a6, DividerDataAlignment as a7, ViewMode as a8, LayoutType as a9, ImagePosition as aA, Alignment as aB, ImageFit as aC, NumberOfColumns as aD, FirstDayOfWeek as aE, InputFieldNumberComponentType as aF, InputFieldBooleanComponentType as aG, ArrayItemsItemType as aH, PropertiesTypePropertiesTypeEnum as aI, InputFieldArrayComponentType as aJ, InputFieldWixFileComponentType as aK, UploadFileFormat as aL, InputFieldPaymentComponentType as aM, InputFieldSchedulingComponentType as aN, Format as aO, MultilineAddressComponentType as aP, Type as aQ, InputFieldInputType as aR, FormFieldContactInfoEmailInfoTag as aS, FormFieldContactInfoPhoneInfoTag as aT, AddressInfoTag as aU, SubscriptionInfoOptInLevel as aV, FormFieldContactInfoContactField as aW, FormFieldV2FieldType as aX, DisplayFieldType as aY, FieldType as aZ, FormatEnumFormat as a_, Orientation as aa, Crop as ab, ThumbnailsAlignment as ac, GIFType as ad, Source as ae, StylesPosition as af, MapType as ag, ViewRole as ah, VoteRole as ai, PollLayoutType as aj, PollLayoutDirection as ak, BackgroundType as al, DecorationType as am, FontType as an, Position as ao, AspectRatio as ap, Resizing as aq, Placement as ar, CardStylesType as as, CardStylesAlignment as at, Layout as au, AppType as av, InitialExpandedItems as aw, Direction as ax, VerticalAlignment as ay, NullValue as az, type CreateSubmissionApplicationErrors as b, type ArrayTypeArrayItems as b$, NumberComponentType as b0, BooleanComponentType as b1, ItemType as b2, PropertiesTypeEnum as b3, ArrayComponentType as b4, WixFileComponentType as b5, PaymentComponentType as b6, ComponentType as b7, SchedulingComponentType as b8, InputType as b9, type OrderDetails as bA, type PublicTags as bB, type TagList as bC, type FormSubmissionStatusUpdatedEvent as bD, type RemovedSubmissionFromTrash as bE, type SubmissionContactMapped as bF, type MarketingSubscriptionDetails as bG, type SubmissionContactMappingSkipped as bH, type CreateCheckoutFromSubmissionRequest as bI, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bJ, type Form as bK, type FormField as bL, type FormFieldStringType as bM, type FormFieldStringTypeFormatOptionsOneOf as bN, type StringErrorMessages as bO, type StringTypeDateTimeConstraints as bP, type StringTypePhoneConstraints as bQ, type FormFieldNumberType as bR, type NumberErrorMessages as bS, type IntegerType as bT, type FormFieldBooleanType as bU, type BooleanErrorMessages as bV, type FormFieldArrayType as bW, type FormFieldObjectType as bX, type ObjectTypePropertiesType as bY, type ObjectTypePropertiesTypePropertiesTypeOneOf as bZ, type ObjectErrorMessages as b_, EmailInfoTag as ba, PhoneInfoTag as bb, Tag as bc, ConfirmationLevel as bd, ContactField as be, DisplayFieldDisplayFieldType as bf, OverrideEntityType as bg, Kind as bh, SpamFilterProtectionLevel as bi, RequiredIndicator as bj, RequiredIndicatorPlacement as bk, Target as bl, SubmitSuccessAction as bm, ChangeableProperty as bn, OverrideEntityTypeEnumOverrideEntityType as bo, Operator as bp, WebhookIdentityType as bq, IdentityType as br, ErrorType as bs, SortOrder as bt, Mode as bu, Status as bv, SubmissionErrorType as bw, type Submitter as bx, type SubmitterSubmitterOneOf as by, type ExtendedFields as bz, type CreateSubmissionValidationErrors as c, type ImageData as c$, type ArrayTypeArrayItemsItemsOneOf as c0, type ArrayErrorMessages as c1, type PredefinedValidation as c2, type PredefinedValidationFormatOptionsOneOf as c3, type PaymentType as c4, type QuantityLimit as c5, type FixedPriceOptions as c6, type DynamicPriceOptions as c7, type Product as c8, type ProductPriceOptionsOneOf as c9, type Height as cA, type Styles as cB, type Link as cC, type LinkDataOneOf as cD, type Rel as cE, type CodeBlockData as cF, type TextStyle as cG, type DividerData as cH, type FileData as cI, type FileSource as cJ, type FileSourceDataOneOf as cK, type PDFSettings as cL, type GalleryData as cM, type Media as cN, type Image as cO, type Video as cP, type Item as cQ, type ItemDataOneOf as cR, type GalleryOptions as cS, type GalleryOptionsLayout as cT, type ItemStyle as cU, type Thumbnails as cV, type GIFData as cW, type GIF as cX, type HeadingData as cY, type HTMLData as cZ, type HTMLDataDataOneOf as c_, type MultilineAddressValidation as ca, type FieldOverrides as cb, type FieldsOverrides as cc, type NestedFormFieldOverrides as cd, type Validation as ce, type ValidationValidationOneOf as cf, type DataExtensionsDetails as cg, type NestedFormOverrides as ch, type FormFieldV2 as ci, type FormFieldV2FieldTypeOptionsOneOf as cj, type InputFieldStringType as ck, type InputFieldStringTypeFormatOptionsOneOf as cl, type InputFieldStringTypeDateTimeConstraints as cm, type InputFieldStringTypePhoneConstraints as cn, type TextInput as co, type RichContent as cp, type Node as cq, type NodeDataOneOf as cr, type NodeStyle as cs, type ButtonData as ct, type Border as cu, type Colors as cv, type PluginContainerData as cw, type PluginContainerDataWidth as cx, type PluginContainerDataWidthDataOneOf as cy, type Spoiler as cz, type UpdateSubmission as d, type RadioGroup as d$, type StylesBorder as d0, type ImageDataStyles as d1, type LinkPreviewData as d2, type LinkPreviewDataStyles as d3, type MapData as d4, type MapSettings as d5, type ParagraphData as d6, type PollData as d7, type Permissions as d8, type PollOption as d9, type ImageStyles as dA, type RibbonStyles as dB, type CardStyles as dC, type PricingData as dD, type VideoData as dE, type PlaybackOptions as dF, type EmbedData as dG, type Oembed as dH, type CollapsibleListData as dI, type TableData as dJ, type Dimensions as dK, type TableCellData as dL, type CellStyle as dM, type BorderColors as dN, type ListValue as dO, type AudioData as dP, type OrderedListData as dQ, type BulletedListData as dR, type BlockquoteData as dS, type CaptionData as dT, type LayoutCellData as dU, type Metadata as dV, type DocumentStyle as dW, type TextNodeStyle as dX, type MediaItem as dY, type MediaItemMediaOneOf as dZ, type MediaSettings as d_, type Settings as da, type PollLayout as db, type OptionLayout as dc, type Gradient as dd, type Background as de, type BackgroundBackgroundOneOf as df, type PollDesign as dg, type OptionDesign as dh, type Poll as di, type PollDataLayout as dj, type Design as dk, type TextData as dl, type Decoration as dm, type DecorationDataOneOf as dn, type AnchorData as dp, type ColorData as dq, type LinkData as dr, type MentionData as ds, type FontSizeData as dt, type SpoilerData as du, type AppEmbedData as dv, type AppEmbedDataAppDataOneOf as dw, type BookingData as dx, type EventData as dy, type ButtonStyles as dz, type UpdateSubmissionValidationErrors as e, type InputField_Array as e$, type RadioGroupOption as e0, type RadioGroupCustomOption as e1, type Dropdown as e2, type DropdownOption as e3, type DropdownCustomOption as e4, type DateTimeInput as e5, type PhoneInput as e6, type DateInput as e7, type TimeInput as e8, type DatePicker as e9, type PaymentInput as eA, type FixedPayment as eB, type Appointment as eC, type AppointmentFormatInfoOneOf as eD, type Location as eE, type LocationLocationInfoOneOf as eF, type InPersonOptions as eG, type VideoConferenceOptions as eH, type PhoneOptions as eI, type MultilineAddress as eJ, type AddressLine2 as eK, type DefaultCountryConfig as eL, type DefaultCountryConfigOptionsOneOf as eM, type FieldsSettings as eN, type V4FormFieldContactInfo as eO, type V4FormFieldContactInfoAdditionalInfoOneOf as eP, type FormFieldContactInfoEmailInfo as eQ, type FormFieldContactInfoPhoneInfo as eR, type FormFieldContactInfoAddressInfo as eS, type FormFieldContactInfoCustomFieldInfo as eT, type FormFieldContactInfoSubscriptionInfo as eU, type InputField_String as eV, type InputField_StringComponentTypeOptionsOneOf as eW, type InputField_Number as eX, type InputField_NumberComponentTypeOptionsOneOf as eY, type InputField_Boolean as eZ, type InputField_BooleanComponentTypeOptionsOneOf as e_, type ServicesDropdown as ea, type ServicesDropdownOption as eb, type InputFieldNumberType as ec, type NumberInput as ed, type RatingInput as ee, type InputFieldBooleanType as ef, type Checkbox as eg, type InputFieldArrayType as eh, type InputFieldIntegerType as ei, type InputFieldObjectType as ej, type InputFieldObjectTypePropertiesType as ek, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as el, type InputFieldArrayTypeArrayItems as em, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as en, type CheckboxGroup as eo, type Option as ep, type CustomOption as eq, type Tags as er, type TagsOption as es, type CommonCustomOption as et, type FileUpload as eu, type Signature as ev, type ProductCheckboxGroup as ew, type ProductCheckboxGroupOption as ex, type DonationInput as ey, type DonationInputOption as ez, type ConfirmSubmissionResponse as f, type FormLayout as f$, type InputField_ArrayComponentTypeOptionsOneOf as f0, type InputField_Object as f1, type InputField_ObjectValidationOneOf as f2, type InputFieldWixFile as f3, type InputFieldWixFileComponentTypeOptionsOneOf as f4, type InputFieldPayment as f5, type InputFieldPaymentComponentTypeOptionsOneOf as f6, type InputFieldMultilineAddress as f7, type InputFieldMultilineAddressComponentTypeOptionsOneOf as f8, type InputFieldScheduling as f9, type EmailInfo as fA, type PhoneInfo as fB, type AddressInfo as fC, type CustomFieldInfo as fD, type SubscriptionInfo as fE, type _String as fF, type _StringComponentTypeOptionsOneOf as fG, type _Number as fH, type _NumberComponentTypeOptionsOneOf as fI, type _Boolean as fJ, type _BooleanComponentTypeOptionsOneOf as fK, type _Array as fL, type _ArrayComponentTypeOptionsOneOf as fM, type _Object as fN, type WixFile as fO, type WixFileComponentTypeOptionsOneOf as fP, type Payment as fQ, type PaymentComponentTypeOptionsOneOf as fR, type Scheduling as fS, type SchedulingComponentTypeOptionsOneOf as fT, type Address as fU, type AddressComponentTypeOptionsOneOf as fV, type FieldsDisplayField as fW, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as fX, type RichContentOptions as fY, type PageNavigationOptions as fZ, type Step as f_, type InputFieldSchedulingComponentTypeOptionsOneOf as fa, type FormFieldV2InputField as fb, type FormFieldV2InputFieldInputTypeOptionsOneOf as fc, type DisplayField as fd, type DisplayFieldDisplayFieldTypeOptionsOneOf as fe, type V4RichContentOptions as ff, type V4PageNavigationOptions as fg, type Field as fh, type FieldFieldTypeOptionsOneOf as fi, type InputField as fj, type InputFieldInputTypeOptionsOneOf as fk, type StringType as fl, type StringTypeFormatOptionsOneOf as fm, type DateTimeConstraints as fn, type PhoneConstraints as fo, type NumberType as fp, type BooleanType as fq, type ArrayType as fr, type ObjectType as fs, type PropertiesType as ft, type PropertiesTypePropertiesTypeOptionsOneOf as fu, type ArrayItems as fv, type ArrayItemsItemTypeOptionsOneOf as fw, type FileType as fx, type FormFieldContactInfo as fy, type FormFieldContactInfoAdditionalInfoOneOf as fz, type BulkDeleteSubmissionResponse as g, type BulkActionMetadata as g$, type BreakPoint as g0, type ItemLayout as g1, type ItemLayoutItemOneOf as g2, type Group as g3, type Margin as g4, type Section as g5, type FormRule as g6, type FormOverride as g7, type FormProperties as g8, type PostSubmissionTriggers as g9, type DomainEvent as gA, type DomainEventBodyOneOf as gB, type EntityCreatedEvent as gC, type RestoreInfo as gD, type EntityUpdatedEvent as gE, type EntityDeletedEvent as gF, type ActionEvent as gG, type Empty as gH, type MessageEnvelope as gI, type IdentificationData as gJ, type IdentificationDataIdOneOf as gK, type UpsertContactFromSubmissionRequest as gL, type SubmitContactResponse as gM, type CreateSubmissionRequest as gN, type CreateSubmissionResponse as gO, type SubmissionValidationErrorsDetails as gP, type ValidationError as gQ, type CreateSubmissionForMigrationRequest as gR, type CreateSubmissionForMigrationResponse as gS, type CreateSubmissionBySubmitterRequest as gT, type CreateSubmissionBySubmitterResponse as gU, type BulkCreateSubmissionBySubmitterRequest as gV, type BulkCreateSubmissionBySubmitterData as gW, type BulkCreateSubmissionBySubmitterResponse as gX, type BulkSubmissionResult as gY, type ItemMetadata as gZ, type ApplicationError as g_, type UpsertContact as ga, type NestedForm as gb, type LimitationRule as gc, type RequiredIndicatorProperties as gd, type SubmitSettings as ge, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gf, type ThankYouMessageOptions as gg, type RedirectOptions as gh, type FieldGroup as gi, type Rule as gj, type RequiredOptions as gk, type HiddenOptions as gl, type AllowedValuesOptions as gm, type FieldOverride as gn, type FieldOverridePropertyTypeOptionsOneOf as go, type ConditionNode as gp, type ConditionNodeNodeOneOf as gq, type AndCondition as gr, type OrCondition as gs, type Condition as gt, type RuleFormOverride as gu, type RuleFormOverrideEntityTypeOptionsOneOf as gv, type CreateCheckoutFromSubmissionResponse as gw, type Checkout as gx, type IsFormSubmittableRequest as gy, type IsFormSubmittableResponse as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type BaseEventMetadata as h$, type GetSubmissionRequest as h0, type GetSubmissionResponse as h1, type GetSubmissionByCheckoutIdRequest as h2, type GetSubmissionByCheckoutIdResponse as h3, type UpdateSubmissionRequest as h4, type UpdateSubmissionResponse as h5, type ConfirmSubmissionRequest as h6, type DeleteSubmissionRequest as h7, type DeleteSubmissionResponse as h8, type BulkDeleteSubmissionRequest as h9, type CountSubmissionsRequest as hA, type CountDeletedSubmissionsRequest as hB, type FormDeletedSubmissionsCount as hC, type GetMediaUploadURLRequest as hD, type BulkMarkSubmissionsAsSeenRequest as hE, type BulkMarkSubmissionsAsSeenResponse as hF, type GetSubmissionDownloadUrlRequest as hG, type SubmissionDocument as hH, type SubmissionDocumentDocumentOneOf as hI, type DocumentReady as hJ, type GetFormattedSubmissionRequest as hK, type FormattedSubmission as hL, type ListFormattedSubmissionsRequest as hM, type ListFormattedSubmissionsResponse as hN, type FormattedFormSubmission as hO, type UpdateExtendedFieldsRequest as hP, type BulkUpdateFormSubmissionTagsRequest as hQ, type BulkUpdateFormSubmissionTagsResponse as hR, type BulkUpdateFormSubmissionTagsResult as hS, type BulkUpdateFormSubmissionTagsByFilterRequest as hT, type BulkUpdateFormSubmissionTagsByFilterResponse as hU, type ValidateFormSubmissionRequest as hV, type FieldViolation as hW, type FieldViolationErrorDataOneOf as hX, type SubmissionValidationErrors as hY, type SubmissionValidationError as hZ, type SubmissionValidationErrorErrorMessageOneOf as h_, type BulkDeleteSubmissionResult as ha, type RestoreSubmissionFromTrashBinRequest as hb, type RemoveSubmissionFromTrashBinRequest as hc, type RemoveSubmissionFromTrashBinResponse as hd, type BulkRemoveSubmissionFromTrashBinRequest as he, type BulkRemoveSubmissionFromTrashBinResult as hf, type ListDeletedSubmissionsRequest as hg, type CursorPaging as hh, type CursorPagingMetadata as hi, type Cursors as hj, type GetDeletedSubmissionRequest as hk, type QuerySubmissionRequest as hl, type CursorQueryPagingMethodOneOf as hm, type Sorting as hn, type SearchSubmissionsByNamespaceRequest as ho, type CursorSearch as hp, type CursorSearchPagingMethodOneOf as hq, type SearchDetails as hr, type SearchSubmissionsByNamespaceForExportRequest as hs, type SearchSubmissionsByNamespaceForExportResponse as ht, type QuerySubmissionsByNamespaceRequest as hu, type QuerySubmissionsByNamespaceResponse as hv, type QuerySubmissionsByNamespaceForExportRequest as hw, type QuerySubmissionsByNamespaceForExportResponse as hx, type CountSubmissionsByFilterRequest as hy, type FormSubmissionsCount as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type UploadFileFormatWithLiterals as i$, type EventMetadata as i0, type FormSubmissionSearchSpec as i1, type SubmissionsQueryResult as i2, type BulkUpdateFormSubmissionTagsOptions as i3, type BulkUpdateFormSubmissionTagsByFilterOptions as i4, type SubmissionStatusWithLiterals as i5, type OptInLevelWithLiterals as i6, type StringTypeFormatEnumFormatWithLiterals as i7, type ValidationFormatWithLiterals as i8, type ProductTypeWithLiterals as i9, type PollLayoutDirectionWithLiterals as iA, type BackgroundTypeWithLiterals as iB, type DecorationTypeWithLiterals as iC, type FontTypeWithLiterals as iD, type PositionWithLiterals as iE, type AspectRatioWithLiterals as iF, type ResizingWithLiterals as iG, type PlacementWithLiterals as iH, type CardStylesTypeWithLiterals as iI, type CardStylesAlignmentWithLiterals as iJ, type LayoutWithLiterals as iK, type AppTypeWithLiterals as iL, type InitialExpandedItemsWithLiterals as iM, type DirectionWithLiterals as iN, type VerticalAlignmentWithLiterals as iO, type NullValueWithLiterals as iP, type ImagePositionWithLiterals as iQ, type AlignmentWithLiterals as iR, type ImageFitWithLiterals as iS, type NumberOfColumnsWithLiterals as iT, type FirstDayOfWeekWithLiterals as iU, type InputFieldNumberComponentTypeWithLiterals as iV, type InputFieldBooleanComponentTypeWithLiterals as iW, type ArrayItemsItemTypeWithLiterals as iX, type PropertiesTypePropertiesTypeEnumWithLiterals as iY, type InputFieldArrayComponentTypeWithLiterals as iZ, type InputFieldWixFileComponentTypeWithLiterals as i_, type PriceTypeWithLiterals as ia, type InputFieldStringTypeFormatEnumFormatWithLiterals as ib, type InputFieldStringComponentTypeWithLiterals as ic, type NodeTypeWithLiterals as id, type WidthTypeWithLiterals as ie, type PluginContainerDataAlignmentWithLiterals as ig, type ButtonDataTypeWithLiterals as ih, type LinkTargetWithLiterals as ii, type TextAlignmentWithLiterals as ij, type LineStyleWithLiterals as ik, type WidthWithLiterals as il, type DividerDataAlignmentWithLiterals as im, type ViewModeWithLiterals as io, type LayoutTypeWithLiterals as ip, type OrientationWithLiterals as iq, type CropWithLiterals as ir, type ThumbnailsAlignmentWithLiterals as is, type GIFTypeWithLiterals as it, type SourceWithLiterals as iu, type StylesPositionWithLiterals as iv, type MapTypeWithLiterals as iw, type ViewRoleWithLiterals as ix, type VoteRoleWithLiterals as iy, type PollLayoutTypeWithLiterals as iz, type ListDeletedSubmissionsResponse as j, bulkDeleteSubmission as j$, type InputFieldPaymentComponentTypeWithLiterals as j0, type InputFieldSchedulingComponentTypeWithLiterals as j1, type FormatWithLiterals as j2, type MultilineAddressComponentTypeWithLiterals as j3, type TypeWithLiterals as j4, type InputFieldInputTypeWithLiterals as j5, type FormFieldContactInfoEmailInfoTagWithLiterals as j6, type FormFieldContactInfoPhoneInfoTagWithLiterals as j7, type AddressInfoTagWithLiterals as j8, type SubscriptionInfoOptInLevelWithLiterals as j9, type RequiredIndicatorPlacementWithLiterals as jA, type TargetWithLiterals as jB, type SubmitSuccessActionWithLiterals as jC, type ChangeablePropertyWithLiterals as jD, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jE, type OperatorWithLiterals as jF, type WebhookIdentityTypeWithLiterals as jG, type IdentityTypeWithLiterals as jH, type ErrorTypeWithLiterals as jI, type SortOrderWithLiterals as jJ, type ModeWithLiterals as jK, type StatusWithLiterals as jL, type SubmissionErrorTypeWithLiterals as jM, type CommonSearchWithEntityContext as jN, onSubmissionCreated as jO, onSubmissionDeleted as jP, onSubmissionRemovedSubmissionFromTrash as jQ, onSubmissionStatusUpdated as jR, onSubmissionContactMapped as jS, onSubmissionContactMappingSkipped as jT, onSubmissionUpdated as jU, upsertContactFromSubmission as jV, createSubmission as jW, getSubmission as jX, updateSubmission as jY, confirmSubmission as jZ, deleteSubmission as j_, type FormFieldContactInfoContactFieldWithLiterals as ja, type FormFieldV2FieldTypeWithLiterals as jb, type DisplayFieldTypeWithLiterals as jc, type FieldTypeWithLiterals as jd, type FormatEnumFormatWithLiterals as je, type StringComponentTypeWithLiterals as jf, type NumberComponentTypeWithLiterals as jg, type BooleanComponentTypeWithLiterals as jh, type ItemTypeWithLiterals as ji, type PropertiesTypeEnumWithLiterals as jj, type ArrayComponentTypeWithLiterals as jk, type WixFileComponentTypeWithLiterals as jl, type PaymentComponentTypeWithLiterals as jm, type ComponentTypeWithLiterals as jn, type SchedulingComponentTypeWithLiterals as jo, type InputTypeWithLiterals as jp, type EmailInfoTagWithLiterals as jq, type PhoneInfoTagWithLiterals as jr, type TagWithLiterals as js, type ConfirmationLevelWithLiterals as jt, type ContactFieldWithLiterals as ju, type DisplayFieldDisplayFieldTypeWithLiterals as jv, type OverrideEntityTypeWithLiterals as jw, type KindWithLiterals as jx, type SpamFilterProtectionLevelWithLiterals as jy, type RequiredIndicatorWithLiterals as jz, type CursorQuery as k, restoreSubmissionFromTrashBin as k0, removeSubmissionFromTrashBin as k1, bulkRemoveSubmissionFromTrashBin as k2, listDeletedSubmissions as k3, getDeletedSubmission as k4, querySubmission as k5, querySubmissionsByNamespace as k6, countSubmissionsByFilter as k7, countSubmissions as k8, countDeletedSubmissions as k9, getMediaUploadUrl as ka, bulkMarkSubmissionsAsSeen as kb, getSubmissionDownloadUrl as kc, getFormattedSubmission as kd, updateExtendedFields as ke, validateFormSubmission as kf, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type QuerySubmissionsByNamespaceOptions as n, type SubmissionsQueryBuilder as o, type CountSubmissionsByFilterOptions as p, type CountSubmissionsByFilterResponse as q, type CountSubmissionsOptions as r, type CountSubmissionsResponse as s, type CountDeletedSubmissionsOptions as t, type CountDeletedSubmissionsResponse as u, type GetMediaUploadURLResponse as v, type GetSubmissionDownloadUrlResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as QuerySubmissionsByNamespaceOptions, o as SubmissionsQueryBuilder, p as CountSubmissionsByFilterOptions, q as CountSubmissionsByFilterResponse, r as CountSubmissionsOptions, s as CountSubmissionsResponse, t as CountDeletedSubmissionsOptions, u as CountDeletedSubmissionsResponse, v as GetMediaUploadURLResponse, w as GetSubmissionDownloadUrlResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, V as ValidateFormSubmissionOptions, A as ValidateFormSubmissionResponse, E as SubmissionCreatedEnvelope, H as SubmissionDeletedEnvelope, I as SubmissionRemovedSubmissionFromTrashEnvelope, J as SubmissionStatusUpdatedEnvelope, K as SubmissionContactMappedEnvelope, M as SubmissionContactMappingSkippedEnvelope, N as SubmissionUpdatedEnvelope } from './forms-v4-submission-submissions.universal-
|
|
3
|
-
export { gG as ActionEvent, fU as Address, fV as AddressComponentTypeOptionsOneOf, fC as AddressInfo, aU as AddressInfoTag, eK as AddressLine2, aB as Alignment, gm as AllowedValuesOptions, dp as AnchorData, gr as AndCondition, dv as AppEmbedData, dw as AppEmbedDataAppDataOneOf, av as AppType, g_ as ApplicationError, eC as Appointment, eD as AppointmentFormatInfoOneOf, b4 as ArrayComponentType, c1 as ArrayErrorMessages, fv as ArrayItems, aH as ArrayItemsItemType, fw as ArrayItemsItemTypeOptionsOneOf, fr as ArrayType, b$ as ArrayTypeArrayItems, c0 as ArrayTypeArrayItemsItemsOneOf, ap as AspectRatio, dP as AudioData, de as Background, df as BackgroundBackgroundOneOf, al as BackgroundType, h$ as BaseEventMetadata, dS as BlockquoteData, dx as BookingData, b1 as BooleanComponentType, bV as BooleanErrorMessages, fq as BooleanType, cu as Border, dN as BorderColors, g0 as BreakPoint, g$ as BulkActionMetadata, gW as BulkCreateSubmissionBySubmitterData, gV as BulkCreateSubmissionBySubmitterRequest, gX as BulkCreateSubmissionBySubmitterResponse, h9 as BulkDeleteSubmissionRequest, ha as BulkDeleteSubmissionResult, hE as BulkMarkSubmissionsAsSeenRequest, hF as BulkMarkSubmissionsAsSeenResponse, he as BulkRemoveSubmissionFromTrashBinRequest, hf as BulkRemoveSubmissionFromTrashBinResult, gY as BulkSubmissionResult, i4 as BulkUpdateFormSubmissionTagsByFilterOptions, hT as BulkUpdateFormSubmissionTagsByFilterRequest, hU as BulkUpdateFormSubmissionTagsByFilterResponse, i3 as BulkUpdateFormSubmissionTagsOptions, hQ as BulkUpdateFormSubmissionTagsRequest, hR as BulkUpdateFormSubmissionTagsResponse, hS as BulkUpdateFormSubmissionTagsResult, dR as BulletedListData, ct as ButtonData, a2 as ButtonDataType, dz as ButtonStyles, dT as CaptionData, dC as CardStyles, at as CardStylesAlignment, as as CardStylesType, dM as CellStyle, bn as ChangeableProperty, eg as Checkbox, eo as CheckboxGroup, gx as Checkout, cF as CodeBlockData, dI as CollapsibleListData, dq as ColorData, cv as Colors, et as CommonCustomOption, b7 as ComponentType, gt as Condition, gp as ConditionNode, gq as ConditionNodeNodeOneOf, h6 as ConfirmSubmissionRequest, bd as ConfirmationLevel, be as ContactField, hB as CountDeletedSubmissionsRequest, hy as CountSubmissionsByFilterRequest, hA as CountSubmissionsRequest, bI as CreateCheckoutFromSubmissionRequest, bJ as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gw as CreateCheckoutFromSubmissionResponse, gT as CreateSubmissionBySubmitterRequest, gU as CreateSubmissionBySubmitterResponse, gR as CreateSubmissionForMigrationRequest, gS as CreateSubmissionForMigrationResponse, gN as CreateSubmissionRequest, gO as CreateSubmissionResponse, ab as Crop, hh as CursorPaging, hi as CursorPagingMetadata, hm as CursorQueryPagingMethodOneOf, hp as CursorSearch, hq as CursorSearchPagingMethodOneOf, hj as Cursors, fD as CustomFieldInfo, eq as CustomOption, cg as DataExtensionsDetails, e7 as DateInput, e9 as DatePicker, fn as DateTimeConstraints, e5 as DateTimeInput, dm as Decoration, dn as DecorationDataOneOf, am as DecorationType, eL as DefaultCountryConfig, eM as DefaultCountryConfigOptionsOneOf, h7 as DeleteSubmissionRequest, h8 as DeleteSubmissionResponse, dk as Design, dK as Dimensions, ax as Direction, fd as DisplayField, bf as DisplayFieldDisplayFieldType, fe as DisplayFieldDisplayFieldTypeOptionsOneOf, aY as DisplayFieldType, cH as DividerData, a7 as DividerDataAlignment, hJ as DocumentReady, dW as DocumentStyle, gA as DomainEvent, gB as DomainEventBodyOneOf, ey as DonationInput, ez as DonationInputOption, e2 as Dropdown, e4 as DropdownCustomOption, e3 as DropdownOption, c7 as DynamicPriceOptions, fA as EmailInfo, ba as EmailInfoTag, dG as EmbedData, gH as Empty, gC as EntityCreatedEvent, gF as EntityDeletedEvent, gE as EntityUpdatedEvent, bs as ErrorType, dy as EventData, i0 as EventMetadata, bz as ExtendedFields, fh as Field, fi as FieldFieldTypeOptionsOneOf, gi as FieldGroup, gn as FieldOverride, go as FieldOverridePropertyTypeOptionsOneOf, cb as FieldOverrides, aZ as FieldType, hW as FieldViolation, hX as FieldViolationErrorDataOneOf, fW as FieldsDisplayField, fX as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, cc as FieldsOverrides, eN as FieldsSettings, cI as FileData, cJ as FileSource, cK as FileSourceDataOneOf, fx as FileType, eu as FileUpload, aE as FirstDayOfWeek, eB as FixedPayment, c6 as FixedPriceOptions, dt as FontSizeData, an as FontType, bK as Form, hC as FormDeletedSubmissionsCount, bL as FormField, bW as FormFieldArrayType, bU as FormFieldBooleanType, fy as FormFieldContactInfo, fz as FormFieldContactInfoAdditionalInfoOneOf, eS as FormFieldContactInfoAddressInfo, aW as FormFieldContactInfoContactField, eT as FormFieldContactInfoCustomFieldInfo, eQ as FormFieldContactInfoEmailInfo, aS as FormFieldContactInfoEmailInfoTag, eR as FormFieldContactInfoPhoneInfo, aT as FormFieldContactInfoPhoneInfoTag, eU as FormFieldContactInfoSubscriptionInfo, bR as FormFieldNumberType, bX as FormFieldObjectType, bM as FormFieldStringType, bN as FormFieldStringTypeFormatOptionsOneOf, ci as FormFieldV2, aX as FormFieldV2FieldType, cj as FormFieldV2FieldTypeOptionsOneOf, fb as FormFieldV2InputField, fc as FormFieldV2InputFieldInputTypeOptionsOneOf, f$ as FormLayout, g7 as FormOverride, g8 as FormProperties, g6 as FormRule, i1 as FormSubmissionSearchSpec, bD as FormSubmissionStatusUpdatedEvent, hz as FormSubmissionsCount, aO as Format, a_ as FormatEnumFormat, hO as FormattedFormSubmission, hL as FormattedSubmission, cX as GIF, cW as GIFData, ad as GIFType, cM as GalleryData, cS as GalleryOptions, cT as GalleryOptionsLayout, hk as GetDeletedSubmissionRequest, hK as GetFormattedSubmissionRequest, hD as GetMediaUploadURLRequest, h2 as GetSubmissionByCheckoutIdRequest, h3 as GetSubmissionByCheckoutIdResponse, hG as GetSubmissionDownloadUrlRequest, h0 as GetSubmissionRequest, h1 as GetSubmissionResponse, dd as Gradient, g3 as Group, cZ as HTMLData, c_ as HTMLDataDataOneOf, cY as HeadingData, cA as Height, gl as HiddenOptions, gJ as IdentificationData, gK as IdentificationDataIdOneOf, br as IdentityType, cO as Image, c$ as ImageData, d1 as ImageDataStyles, aC as ImageFit, aA as ImagePosition, dA as ImageStyles, eG as InPersonOptions, aw as InitialExpandedItems, fj as InputField, aJ as InputFieldArrayComponentType, eh as InputFieldArrayType, em as InputFieldArrayTypeArrayItems, en as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aG as InputFieldBooleanComponentType, ef as InputFieldBooleanType, aR as InputFieldInputType, fk as InputFieldInputTypeOptionsOneOf, ei as InputFieldIntegerType, f7 as InputFieldMultilineAddress, f8 as InputFieldMultilineAddressComponentTypeOptionsOneOf, aF as InputFieldNumberComponentType, ec as InputFieldNumberType, ej as InputFieldObjectType, ek as InputFieldObjectTypePropertiesType, el as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, f5 as InputFieldPayment, aM as InputFieldPaymentComponentType, f6 as InputFieldPaymentComponentTypeOptionsOneOf, f9 as InputFieldScheduling, aN as InputFieldSchedulingComponentType, fa as InputFieldSchedulingComponentTypeOptionsOneOf, _ as InputFieldStringComponentType, ck as InputFieldStringType, cm as InputFieldStringTypeDateTimeConstraints, Z as InputFieldStringTypeFormatEnumFormat, cl as InputFieldStringTypeFormatOptionsOneOf, cn as InputFieldStringTypePhoneConstraints, f3 as InputFieldWixFile, aK as InputFieldWixFileComponentType, f4 as InputFieldWixFileComponentTypeOptionsOneOf, e$ as InputField_Array, f0 as InputField_ArrayComponentTypeOptionsOneOf, eZ as InputField_Boolean, e_ as InputField_BooleanComponentTypeOptionsOneOf, eX as InputField_Number, eY as InputField_NumberComponentTypeOptionsOneOf, f1 as InputField_Object, f2 as InputField_ObjectValidationOneOf, eV as InputField_String, eW as InputField_StringComponentTypeOptionsOneOf, b9 as InputType, bT as IntegerType, gy as IsFormSubmittableRequest, gz as IsFormSubmittableResponse, cQ as Item, cR as ItemDataOneOf, g1 as ItemLayout, g2 as ItemLayoutItemOneOf, gZ as ItemMetadata, cU as ItemStyle, b2 as ItemType, bh as Kind, au as Layout, dU as LayoutCellData, a9 as LayoutType, gc as LimitationRule, a5 as LineStyle, cC as Link, dr as LinkData, cD as LinkDataOneOf, d2 as LinkPreviewData, d3 as LinkPreviewDataStyles, a3 as LinkTarget, hg as ListDeletedSubmissionsRequest, hM as ListFormattedSubmissionsRequest, hN as ListFormattedSubmissionsResponse, dO as ListValue, eE as Location, eF as LocationLocationInfoOneOf, d4 as MapData, d5 as MapSettings, ag as MapType, g4 as Margin, bG as MarketingSubscriptionDetails, cN as Media, dY as MediaItem, dZ as MediaItemMediaOneOf, d_ as MediaSettings, ds as MentionData, gI as MessageEnvelope, dV as Metadata, bu as Mode, eJ as MultilineAddress, aP as MultilineAddressComponentType, ca as MultilineAddressValidation, gb as NestedForm, cd as NestedFormFieldOverrides, ch as NestedFormOverrides, cq as Node, cr as NodeDataOneOf, cs as NodeStyle, $ as NodeType, az as NullValue, b0 as NumberComponentType, bS as NumberErrorMessages, ed as NumberInput, aD as NumberOfColumns, fp as NumberType, b_ as ObjectErrorMessages, fs as ObjectType, bY as ObjectTypePropertiesType, bZ as ObjectTypePropertiesTypePropertiesTypeOneOf, dH as Oembed, bp as Operator, P as OptInLevel, ep as Option, dh as OptionDesign, dc as OptionLayout, gs as OrCondition, bA as OrderDetails, dQ as OrderedListData, aa as Orientation, bg as OverrideEntityType, bo as OverrideEntityTypeEnumOverrideEntityType, cL as PDFSettings, fZ as PageNavigationOptions, d6 as ParagraphData, fQ as Payment, b6 as PaymentComponentType, fR as PaymentComponentTypeOptionsOneOf, eA as PaymentInput, c4 as PaymentType, d8 as Permissions, fo as PhoneConstraints, fB as PhoneInfo, bb as PhoneInfoTag, e6 as PhoneInput, eI as PhoneOptions, ar as Placement, dF as PlaybackOptions, cw as PluginContainerData, a1 as PluginContainerDataAlignment, cx as PluginContainerDataWidth, cy as PluginContainerDataWidthDataOneOf, di as Poll, d7 as PollData, dj as PollDataLayout, dg as PollDesign, db as PollLayout, ak as PollLayoutDirection, aj as PollLayoutType, d9 as PollOption, ao as Position, g9 as PostSubmissionTriggers, c2 as PredefinedValidation, c3 as PredefinedValidationFormatOptionsOneOf, Y as PriceType, dD as PricingData, c8 as Product, ew as ProductCheckboxGroup, ex as ProductCheckboxGroupOption, c9 as ProductPriceOptionsOneOf, X as ProductType, ft as PropertiesType, b3 as PropertiesTypeEnum, aI as PropertiesTypePropertiesTypeEnum, fu as PropertiesTypePropertiesTypeOptionsOneOf, bB as PublicTags, c5 as QuantityLimit, hl as QuerySubmissionRequest, hw as QuerySubmissionsByNamespaceForExportRequest, hx as QuerySubmissionsByNamespaceForExportResponse, hu as QuerySubmissionsByNamespaceRequest, hv as QuerySubmissionsByNamespaceResponse, d$ as RadioGroup, e1 as RadioGroupCustomOption, e0 as RadioGroupOption, ee as RatingInput, gh as RedirectOptions, cE as Rel, hc as RemoveSubmissionFromTrashBinRequest, hd as RemoveSubmissionFromTrashBinResponse, bE as RemovedSubmissionFromTrash, bj as RequiredIndicator, bk as RequiredIndicatorPlacement, gd as RequiredIndicatorProperties, gk as RequiredOptions, aq as Resizing, gD as RestoreInfo, hb as RestoreSubmissionFromTrashBinRequest, dB as RibbonStyles, cp as RichContent, fY as RichContentOptions, gj as Rule, gu as RuleFormOverride, gv as RuleFormOverrideEntityTypeOptionsOneOf, fS as Scheduling, b8 as SchedulingComponentType, fT as SchedulingComponentTypeOptionsOneOf, hr as SearchDetails, hs as SearchSubmissionsByNamespaceForExportRequest, ht as SearchSubmissionsByNamespaceForExportResponse, ho as SearchSubmissionsByNamespaceRequest, g5 as Section, ea as ServicesDropdown, eb as ServicesDropdownOption, da as Settings, ev as Signature, bt as SortOrder, hn as Sorting, ae as Source, bi as SpamFilterProtectionLevel, cz as Spoiler, du as SpoilerData, bv as Status, f_ as Step, a$ as StringComponentType, bO as StringErrorMessages, fl as StringType, bP as StringTypeDateTimeConstraints, T as StringTypeFormatEnumFormat, fm as StringTypeFormatOptionsOneOf, bQ as StringTypePhoneConstraints, cB as Styles, d0 as StylesBorder, af as StylesPosition, bF as SubmissionContactMapped, bH as SubmissionContactMappingSkipped, hH as SubmissionDocument, hI as SubmissionDocumentDocumentOneOf, bw as SubmissionErrorType, O as SubmissionStatus, hZ as SubmissionValidationError, h_ as SubmissionValidationErrorErrorMessageOneOf, hY as SubmissionValidationErrors, gP as SubmissionValidationErrorsDetails, i2 as SubmissionsQueryResult, gM as SubmitContactResponse, ge as SubmitSettings, gf as SubmitSettingsSubmitSuccessActionOptionsOneOf, bm as SubmitSuccessAction, bx as Submitter, by as SubmitterSubmitterOneOf, fE as SubscriptionInfo, aV as SubscriptionInfoOptInLevel, dL as TableCellData, dJ as TableData, bc as Tag, bC as TagList, er as Tags, es as TagsOption, bl as Target, a4 as TextAlignment, dl as TextData, co as TextInput, dX as TextNodeStyle, cG as TextStyle, gg as ThankYouMessageOptions, cV as Thumbnails, ac as ThumbnailsAlignment, e8 as TimeInput, aQ as Type, hP as UpdateExtendedFieldsRequest, h4 as UpdateSubmissionRequest, h5 as UpdateSubmissionResponse, aL as UploadFileFormat, ga as UpsertContact, gL as UpsertContactFromSubmissionRequest, eO as V4FormFieldContactInfo, eP as V4FormFieldContactInfoAdditionalInfoOneOf, fg as V4PageNavigationOptions, ff as V4RichContentOptions, hV as ValidateFormSubmissionRequest, ce as Validation, gQ as ValidationError, W as ValidationFormat, cf as ValidationValidationOneOf, ay as VerticalAlignment, cP as Video, eH as VideoConferenceOptions, dE as VideoData, a8 as ViewMode, ah as ViewRole, ai as VoteRole, bq as WebhookIdentityType, a6 as Width, a0 as WidthType, fO as WixFile, b5 as WixFileComponentType, fP as WixFileComponentTypeOptionsOneOf, fL as _Array, fM as _ArrayComponentTypeOptionsOneOf, fJ as _Boolean, fK as _BooleanComponentTypeOptionsOneOf, fH as _Number, fI as _NumberComponentTypeOptionsOneOf, fN as _Object, fF as _String, fG as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-Q3Bs_Jbt.js';
|
|
2
|
+
import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as QuerySubmissionsByNamespaceOptions, o as SubmissionsQueryBuilder, p as CountSubmissionsByFilterOptions, q as CountSubmissionsByFilterResponse, r as CountSubmissionsOptions, s as CountSubmissionsResponse, t as CountDeletedSubmissionsOptions, u as CountDeletedSubmissionsResponse, v as GetMediaUploadURLResponse, w as GetSubmissionDownloadUrlResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, V as ValidateFormSubmissionOptions, A as ValidateFormSubmissionResponse, E as SubmissionCreatedEnvelope, H as SubmissionDeletedEnvelope, I as SubmissionRemovedSubmissionFromTrashEnvelope, J as SubmissionStatusUpdatedEnvelope, K as SubmissionContactMappedEnvelope, M as SubmissionContactMappingSkippedEnvelope, N as SubmissionUpdatedEnvelope } from './forms-v4-submission-submissions.universal-BScz75Gj.js';
|
|
3
|
+
export { gG as ActionEvent, fU as Address, fV as AddressComponentTypeOptionsOneOf, fC as AddressInfo, aU as AddressInfoTag, j8 as AddressInfoTagWithLiterals, eK as AddressLine2, aB as Alignment, iR as AlignmentWithLiterals, gm as AllowedValuesOptions, dp as AnchorData, gr as AndCondition, dv as AppEmbedData, dw as AppEmbedDataAppDataOneOf, av as AppType, iL as AppTypeWithLiterals, g_ as ApplicationError, eC as Appointment, eD as AppointmentFormatInfoOneOf, b4 as ArrayComponentType, jk as ArrayComponentTypeWithLiterals, c1 as ArrayErrorMessages, fv as ArrayItems, aH as ArrayItemsItemType, fw as ArrayItemsItemTypeOptionsOneOf, iX as ArrayItemsItemTypeWithLiterals, fr as ArrayType, b$ as ArrayTypeArrayItems, c0 as ArrayTypeArrayItemsItemsOneOf, ap as AspectRatio, iF as AspectRatioWithLiterals, dP as AudioData, de as Background, df as BackgroundBackgroundOneOf, al as BackgroundType, iB as BackgroundTypeWithLiterals, h$ as BaseEventMetadata, dS as BlockquoteData, dx as BookingData, b1 as BooleanComponentType, jh as BooleanComponentTypeWithLiterals, bV as BooleanErrorMessages, fq as BooleanType, cu as Border, dN as BorderColors, g0 as BreakPoint, g$ as BulkActionMetadata, gW as BulkCreateSubmissionBySubmitterData, gV as BulkCreateSubmissionBySubmitterRequest, gX as BulkCreateSubmissionBySubmitterResponse, h9 as BulkDeleteSubmissionRequest, ha as BulkDeleteSubmissionResult, hE as BulkMarkSubmissionsAsSeenRequest, hF as BulkMarkSubmissionsAsSeenResponse, he as BulkRemoveSubmissionFromTrashBinRequest, hf as BulkRemoveSubmissionFromTrashBinResult, gY as BulkSubmissionResult, i4 as BulkUpdateFormSubmissionTagsByFilterOptions, hT as BulkUpdateFormSubmissionTagsByFilterRequest, hU as BulkUpdateFormSubmissionTagsByFilterResponse, i3 as BulkUpdateFormSubmissionTagsOptions, hQ as BulkUpdateFormSubmissionTagsRequest, hR as BulkUpdateFormSubmissionTagsResponse, hS as BulkUpdateFormSubmissionTagsResult, dR as BulletedListData, ct as ButtonData, a2 as ButtonDataType, ih as ButtonDataTypeWithLiterals, dz as ButtonStyles, dT as CaptionData, dC as CardStyles, at as CardStylesAlignment, iJ as CardStylesAlignmentWithLiterals, as as CardStylesType, iI as CardStylesTypeWithLiterals, dM as CellStyle, bn as ChangeableProperty, jD as ChangeablePropertyWithLiterals, eg as Checkbox, eo as CheckboxGroup, gx as Checkout, cF as CodeBlockData, dI as CollapsibleListData, dq as ColorData, cv as Colors, et as CommonCustomOption, jN as CommonSearchWithEntityContext, b7 as ComponentType, jn as ComponentTypeWithLiterals, gt as Condition, gp as ConditionNode, gq as ConditionNodeNodeOneOf, h6 as ConfirmSubmissionRequest, bd as ConfirmationLevel, jt as ConfirmationLevelWithLiterals, be as ContactField, ju as ContactFieldWithLiterals, hB as CountDeletedSubmissionsRequest, hy as CountSubmissionsByFilterRequest, hA as CountSubmissionsRequest, bI as CreateCheckoutFromSubmissionRequest, bJ as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gw as CreateCheckoutFromSubmissionResponse, gT as CreateSubmissionBySubmitterRequest, gU as CreateSubmissionBySubmitterResponse, gR as CreateSubmissionForMigrationRequest, gS as CreateSubmissionForMigrationResponse, gN as CreateSubmissionRequest, gO as CreateSubmissionResponse, ab as Crop, ir as CropWithLiterals, hh as CursorPaging, hi as CursorPagingMetadata, hm as CursorQueryPagingMethodOneOf, hp as CursorSearch, hq as CursorSearchPagingMethodOneOf, hj as Cursors, fD as CustomFieldInfo, eq as CustomOption, cg as DataExtensionsDetails, e7 as DateInput, e9 as DatePicker, fn as DateTimeConstraints, e5 as DateTimeInput, dm as Decoration, dn as DecorationDataOneOf, am as DecorationType, iC as DecorationTypeWithLiterals, eL as DefaultCountryConfig, eM as DefaultCountryConfigOptionsOneOf, h7 as DeleteSubmissionRequest, h8 as DeleteSubmissionResponse, dk as Design, dK as Dimensions, ax as Direction, iN as DirectionWithLiterals, fd as DisplayField, bf as DisplayFieldDisplayFieldType, fe as DisplayFieldDisplayFieldTypeOptionsOneOf, jv as DisplayFieldDisplayFieldTypeWithLiterals, aY as DisplayFieldType, jc as DisplayFieldTypeWithLiterals, cH as DividerData, a7 as DividerDataAlignment, im as DividerDataAlignmentWithLiterals, hJ as DocumentReady, dW as DocumentStyle, gA as DomainEvent, gB as DomainEventBodyOneOf, ey as DonationInput, ez as DonationInputOption, e2 as Dropdown, e4 as DropdownCustomOption, e3 as DropdownOption, c7 as DynamicPriceOptions, fA as EmailInfo, ba as EmailInfoTag, jq as EmailInfoTagWithLiterals, dG as EmbedData, gH as Empty, gC as EntityCreatedEvent, gF as EntityDeletedEvent, gE as EntityUpdatedEvent, bs as ErrorType, jI as ErrorTypeWithLiterals, dy as EventData, i0 as EventMetadata, bz as ExtendedFields, fh as Field, fi as FieldFieldTypeOptionsOneOf, gi as FieldGroup, gn as FieldOverride, go as FieldOverridePropertyTypeOptionsOneOf, cb as FieldOverrides, aZ as FieldType, jd as FieldTypeWithLiterals, hW as FieldViolation, hX as FieldViolationErrorDataOneOf, fW as FieldsDisplayField, fX as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, cc as FieldsOverrides, eN as FieldsSettings, cI as FileData, cJ as FileSource, cK as FileSourceDataOneOf, fx as FileType, eu as FileUpload, aE as FirstDayOfWeek, iU as FirstDayOfWeekWithLiterals, eB as FixedPayment, c6 as FixedPriceOptions, dt as FontSizeData, an as FontType, iD as FontTypeWithLiterals, bK as Form, hC as FormDeletedSubmissionsCount, bL as FormField, bW as FormFieldArrayType, bU as FormFieldBooleanType, fy as FormFieldContactInfo, fz as FormFieldContactInfoAdditionalInfoOneOf, eS as FormFieldContactInfoAddressInfo, aW as FormFieldContactInfoContactField, ja as FormFieldContactInfoContactFieldWithLiterals, eT as FormFieldContactInfoCustomFieldInfo, eQ as FormFieldContactInfoEmailInfo, aS as FormFieldContactInfoEmailInfoTag, j6 as FormFieldContactInfoEmailInfoTagWithLiterals, eR as FormFieldContactInfoPhoneInfo, aT as FormFieldContactInfoPhoneInfoTag, j7 as FormFieldContactInfoPhoneInfoTagWithLiterals, eU as FormFieldContactInfoSubscriptionInfo, bR as FormFieldNumberType, bX as FormFieldObjectType, bM as FormFieldStringType, bN as FormFieldStringTypeFormatOptionsOneOf, ci as FormFieldV2, aX as FormFieldV2FieldType, cj as FormFieldV2FieldTypeOptionsOneOf, jb as FormFieldV2FieldTypeWithLiterals, fb as FormFieldV2InputField, fc as FormFieldV2InputFieldInputTypeOptionsOneOf, f$ as FormLayout, g7 as FormOverride, g8 as FormProperties, g6 as FormRule, i1 as FormSubmissionSearchSpec, bD as FormSubmissionStatusUpdatedEvent, hz as FormSubmissionsCount, aO as Format, a_ as FormatEnumFormat, je as FormatEnumFormatWithLiterals, j2 as FormatWithLiterals, hO as FormattedFormSubmission, hL as FormattedSubmission, cX as GIF, cW as GIFData, ad as GIFType, it as GIFTypeWithLiterals, cM as GalleryData, cS as GalleryOptions, cT as GalleryOptionsLayout, hk as GetDeletedSubmissionRequest, hK as GetFormattedSubmissionRequest, hD as GetMediaUploadURLRequest, h2 as GetSubmissionByCheckoutIdRequest, h3 as GetSubmissionByCheckoutIdResponse, hG as GetSubmissionDownloadUrlRequest, h0 as GetSubmissionRequest, h1 as GetSubmissionResponse, dd as Gradient, g3 as Group, cZ as HTMLData, c_ as HTMLDataDataOneOf, cY as HeadingData, cA as Height, gl as HiddenOptions, gJ as IdentificationData, gK as IdentificationDataIdOneOf, br as IdentityType, jH as IdentityTypeWithLiterals, cO as Image, c$ as ImageData, d1 as ImageDataStyles, aC as ImageFit, iS as ImageFitWithLiterals, aA as ImagePosition, iQ as ImagePositionWithLiterals, dA as ImageStyles, eG as InPersonOptions, aw as InitialExpandedItems, iM as InitialExpandedItemsWithLiterals, fj as InputField, aJ as InputFieldArrayComponentType, iZ as InputFieldArrayComponentTypeWithLiterals, eh as InputFieldArrayType, em as InputFieldArrayTypeArrayItems, en as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aG as InputFieldBooleanComponentType, iW as InputFieldBooleanComponentTypeWithLiterals, ef as InputFieldBooleanType, aR as InputFieldInputType, fk as InputFieldInputTypeOptionsOneOf, j5 as InputFieldInputTypeWithLiterals, ei as InputFieldIntegerType, f7 as InputFieldMultilineAddress, f8 as InputFieldMultilineAddressComponentTypeOptionsOneOf, aF as InputFieldNumberComponentType, iV as InputFieldNumberComponentTypeWithLiterals, ec as InputFieldNumberType, ej as InputFieldObjectType, ek as InputFieldObjectTypePropertiesType, el as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, f5 as InputFieldPayment, aM as InputFieldPaymentComponentType, f6 as InputFieldPaymentComponentTypeOptionsOneOf, j0 as InputFieldPaymentComponentTypeWithLiterals, f9 as InputFieldScheduling, aN as InputFieldSchedulingComponentType, fa as InputFieldSchedulingComponentTypeOptionsOneOf, j1 as InputFieldSchedulingComponentTypeWithLiterals, _ as InputFieldStringComponentType, ic as InputFieldStringComponentTypeWithLiterals, ck as InputFieldStringType, cm as InputFieldStringTypeDateTimeConstraints, Z as InputFieldStringTypeFormatEnumFormat, ib as InputFieldStringTypeFormatEnumFormatWithLiterals, cl as InputFieldStringTypeFormatOptionsOneOf, cn as InputFieldStringTypePhoneConstraints, f3 as InputFieldWixFile, aK as InputFieldWixFileComponentType, f4 as InputFieldWixFileComponentTypeOptionsOneOf, i_ as InputFieldWixFileComponentTypeWithLiterals, e$ as InputField_Array, f0 as InputField_ArrayComponentTypeOptionsOneOf, eZ as InputField_Boolean, e_ as InputField_BooleanComponentTypeOptionsOneOf, eX as InputField_Number, eY as InputField_NumberComponentTypeOptionsOneOf, f1 as InputField_Object, f2 as InputField_ObjectValidationOneOf, eV as InputField_String, eW as InputField_StringComponentTypeOptionsOneOf, b9 as InputType, jp as InputTypeWithLiterals, bT as IntegerType, gy as IsFormSubmittableRequest, gz as IsFormSubmittableResponse, cQ as Item, cR as ItemDataOneOf, g1 as ItemLayout, g2 as ItemLayoutItemOneOf, gZ as ItemMetadata, cU as ItemStyle, b2 as ItemType, ji as ItemTypeWithLiterals, bh as Kind, jx as KindWithLiterals, au as Layout, dU as LayoutCellData, a9 as LayoutType, ip as LayoutTypeWithLiterals, iK as LayoutWithLiterals, gc as LimitationRule, a5 as LineStyle, ik as LineStyleWithLiterals, cC as Link, dr as LinkData, cD as LinkDataOneOf, d2 as LinkPreviewData, d3 as LinkPreviewDataStyles, a3 as LinkTarget, ii as LinkTargetWithLiterals, hg as ListDeletedSubmissionsRequest, hM as ListFormattedSubmissionsRequest, hN as ListFormattedSubmissionsResponse, dO as ListValue, eE as Location, eF as LocationLocationInfoOneOf, d4 as MapData, d5 as MapSettings, ag as MapType, iw as MapTypeWithLiterals, g4 as Margin, bG as MarketingSubscriptionDetails, cN as Media, dY as MediaItem, dZ as MediaItemMediaOneOf, d_ as MediaSettings, ds as MentionData, gI as MessageEnvelope, dV as Metadata, bu as Mode, jK as ModeWithLiterals, eJ as MultilineAddress, aP as MultilineAddressComponentType, j3 as MultilineAddressComponentTypeWithLiterals, ca as MultilineAddressValidation, gb as NestedForm, cd as NestedFormFieldOverrides, ch as NestedFormOverrides, cq as Node, cr as NodeDataOneOf, cs as NodeStyle, $ as NodeType, id as NodeTypeWithLiterals, az as NullValue, iP as NullValueWithLiterals, b0 as NumberComponentType, jg as NumberComponentTypeWithLiterals, bS as NumberErrorMessages, ed as NumberInput, aD as NumberOfColumns, iT as NumberOfColumnsWithLiterals, fp as NumberType, b_ as ObjectErrorMessages, fs as ObjectType, bY as ObjectTypePropertiesType, bZ as ObjectTypePropertiesTypePropertiesTypeOneOf, dH as Oembed, bp as Operator, jF as OperatorWithLiterals, P as OptInLevel, i6 as OptInLevelWithLiterals, ep as Option, dh as OptionDesign, dc as OptionLayout, gs as OrCondition, bA as OrderDetails, dQ as OrderedListData, aa as Orientation, iq as OrientationWithLiterals, bg as OverrideEntityType, bo as OverrideEntityTypeEnumOverrideEntityType, jE as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jw as OverrideEntityTypeWithLiterals, cL as PDFSettings, fZ as PageNavigationOptions, d6 as ParagraphData, fQ as Payment, b6 as PaymentComponentType, fR as PaymentComponentTypeOptionsOneOf, jm as PaymentComponentTypeWithLiterals, eA as PaymentInput, c4 as PaymentType, d8 as Permissions, fo as PhoneConstraints, fB as PhoneInfo, bb as PhoneInfoTag, jr as PhoneInfoTagWithLiterals, e6 as PhoneInput, eI as PhoneOptions, ar as Placement, iH as PlacementWithLiterals, dF as PlaybackOptions, cw as PluginContainerData, a1 as PluginContainerDataAlignment, ig as PluginContainerDataAlignmentWithLiterals, cx as PluginContainerDataWidth, cy as PluginContainerDataWidthDataOneOf, di as Poll, d7 as PollData, dj as PollDataLayout, dg as PollDesign, db as PollLayout, ak as PollLayoutDirection, iA as PollLayoutDirectionWithLiterals, aj as PollLayoutType, iz as PollLayoutTypeWithLiterals, d9 as PollOption, ao as Position, iE as PositionWithLiterals, g9 as PostSubmissionTriggers, c2 as PredefinedValidation, c3 as PredefinedValidationFormatOptionsOneOf, Y as PriceType, ia as PriceTypeWithLiterals, dD as PricingData, c8 as Product, ew as ProductCheckboxGroup, ex as ProductCheckboxGroupOption, c9 as ProductPriceOptionsOneOf, X as ProductType, i9 as ProductTypeWithLiterals, ft as PropertiesType, b3 as PropertiesTypeEnum, jj as PropertiesTypeEnumWithLiterals, aI as PropertiesTypePropertiesTypeEnum, iY as PropertiesTypePropertiesTypeEnumWithLiterals, fu as PropertiesTypePropertiesTypeOptionsOneOf, bB as PublicTags, c5 as QuantityLimit, hl as QuerySubmissionRequest, hw as QuerySubmissionsByNamespaceForExportRequest, hx as QuerySubmissionsByNamespaceForExportResponse, hu as QuerySubmissionsByNamespaceRequest, hv as QuerySubmissionsByNamespaceResponse, d$ as RadioGroup, e1 as RadioGroupCustomOption, e0 as RadioGroupOption, ee as RatingInput, gh as RedirectOptions, cE as Rel, hc as RemoveSubmissionFromTrashBinRequest, hd as RemoveSubmissionFromTrashBinResponse, bE as RemovedSubmissionFromTrash, bj as RequiredIndicator, bk as RequiredIndicatorPlacement, jA as RequiredIndicatorPlacementWithLiterals, gd as RequiredIndicatorProperties, jz as RequiredIndicatorWithLiterals, gk as RequiredOptions, aq as Resizing, iG as ResizingWithLiterals, gD as RestoreInfo, hb as RestoreSubmissionFromTrashBinRequest, dB as RibbonStyles, cp as RichContent, fY as RichContentOptions, gj as Rule, gu as RuleFormOverride, gv as RuleFormOverrideEntityTypeOptionsOneOf, fS as Scheduling, b8 as SchedulingComponentType, fT as SchedulingComponentTypeOptionsOneOf, jo as SchedulingComponentTypeWithLiterals, hr as SearchDetails, hs as SearchSubmissionsByNamespaceForExportRequest, ht as SearchSubmissionsByNamespaceForExportResponse, ho as SearchSubmissionsByNamespaceRequest, g5 as Section, ea as ServicesDropdown, eb as ServicesDropdownOption, da as Settings, ev as Signature, bt as SortOrder, jJ as SortOrderWithLiterals, hn as Sorting, ae as Source, iu as SourceWithLiterals, bi as SpamFilterProtectionLevel, jy as SpamFilterProtectionLevelWithLiterals, cz as Spoiler, du as SpoilerData, bv as Status, jL as StatusWithLiterals, f_ as Step, a$ as StringComponentType, jf as StringComponentTypeWithLiterals, bO as StringErrorMessages, fl as StringType, bP as StringTypeDateTimeConstraints, T as StringTypeFormatEnumFormat, i7 as StringTypeFormatEnumFormatWithLiterals, fm as StringTypeFormatOptionsOneOf, bQ as StringTypePhoneConstraints, cB as Styles, d0 as StylesBorder, af as StylesPosition, iv as StylesPositionWithLiterals, bF as SubmissionContactMapped, bH as SubmissionContactMappingSkipped, hH as SubmissionDocument, hI as SubmissionDocumentDocumentOneOf, bw as SubmissionErrorType, jM as SubmissionErrorTypeWithLiterals, O as SubmissionStatus, i5 as SubmissionStatusWithLiterals, hZ as SubmissionValidationError, h_ as SubmissionValidationErrorErrorMessageOneOf, hY as SubmissionValidationErrors, gP as SubmissionValidationErrorsDetails, i2 as SubmissionsQueryResult, gM as SubmitContactResponse, ge as SubmitSettings, gf as SubmitSettingsSubmitSuccessActionOptionsOneOf, bm as SubmitSuccessAction, jC as SubmitSuccessActionWithLiterals, bx as Submitter, by as SubmitterSubmitterOneOf, fE as SubscriptionInfo, aV as SubscriptionInfoOptInLevel, j9 as SubscriptionInfoOptInLevelWithLiterals, dL as TableCellData, dJ as TableData, bc as Tag, bC as TagList, js as TagWithLiterals, er as Tags, es as TagsOption, bl as Target, jB as TargetWithLiterals, a4 as TextAlignment, ij as TextAlignmentWithLiterals, dl as TextData, co as TextInput, dX as TextNodeStyle, cG as TextStyle, gg as ThankYouMessageOptions, cV as Thumbnails, ac as ThumbnailsAlignment, is as ThumbnailsAlignmentWithLiterals, e8 as TimeInput, aQ as Type, j4 as TypeWithLiterals, hP as UpdateExtendedFieldsRequest, h4 as UpdateSubmissionRequest, h5 as UpdateSubmissionResponse, aL as UploadFileFormat, i$ as UploadFileFormatWithLiterals, ga as UpsertContact, gL as UpsertContactFromSubmissionRequest, eO as V4FormFieldContactInfo, eP as V4FormFieldContactInfoAdditionalInfoOneOf, fg as V4PageNavigationOptions, ff as V4RichContentOptions, hV as ValidateFormSubmissionRequest, ce as Validation, gQ as ValidationError, W as ValidationFormat, i8 as ValidationFormatWithLiterals, cf as ValidationValidationOneOf, ay as VerticalAlignment, iO as VerticalAlignmentWithLiterals, cP as Video, eH as VideoConferenceOptions, dE as VideoData, a8 as ViewMode, io as ViewModeWithLiterals, ah as ViewRole, ix as ViewRoleWithLiterals, ai as VoteRole, iy as VoteRoleWithLiterals, bq as WebhookIdentityType, jG as WebhookIdentityTypeWithLiterals, a6 as Width, a0 as WidthType, ie as WidthTypeWithLiterals, il as WidthWithLiterals, fO as WixFile, b5 as WixFileComponentType, fP as WixFileComponentTypeOptionsOneOf, jl as WixFileComponentTypeWithLiterals, fL as _Array, fM as _ArrayComponentTypeOptionsOneOf, fJ as _Boolean, fK as _BooleanComponentTypeOptionsOneOf, fH as _Number, fI as _NumberComponentTypeOptionsOneOf, fN as _Object, fF as _String, fG as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-BScz75Gj.js';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|
|
@@ -8,7 +8,7 @@ interface UpsertContactFromSubmissionSignature {
|
|
|
8
8
|
* Upserts contact from submission.
|
|
9
9
|
* @param - Submission from which contact needs to be upserted.
|
|
10
10
|
*/
|
|
11
|
-
(submissionId: string, options?: UpsertContactFromSubmissionOptions): Promise<NonNullablePaths<UpsertContactFromSubmissionResponse, `submitContactResponse.contactId` | `submitContactResponse.identityType` | `submitContactResponse.newContact
|
|
11
|
+
(submissionId: string, options?: UpsertContactFromSubmissionOptions): Promise<NonNullablePaths<UpsertContactFromSubmissionResponse, `submitContactResponse.contactId` | `submitContactResponse.identityType` | `submitContactResponse.newContact`, 3>>;
|
|
12
12
|
}
|
|
13
13
|
declare function createSubmission$1(httpClient: HttpClient): CreateSubmissionSignature;
|
|
14
14
|
interface CreateSubmissionSignature {
|
|
@@ -21,7 +21,7 @@ interface CreateSubmissionSignature {
|
|
|
21
21
|
* @param - Optional fields.
|
|
22
22
|
* @returns The created submission.
|
|
23
23
|
*/
|
|
24
|
-
(submission: NonNullablePaths<FormSubmission, `formId
|
|
24
|
+
(submission: NonNullablePaths<FormSubmission, `formId`, 2>, options?: CreateSubmissionOptions): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds`, 4> & {
|
|
25
25
|
__applicationErrorsType?: CreateSubmissionApplicationErrors;
|
|
26
26
|
__validationErrorsType?: CreateSubmissionValidationErrors;
|
|
27
27
|
}>;
|
|
@@ -33,7 +33,7 @@ interface GetSubmissionSignature {
|
|
|
33
33
|
* @param - ID of the submission to retrieve.
|
|
34
34
|
* @returns The retrieved submission.
|
|
35
35
|
*/
|
|
36
|
-
(submissionId: string): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds
|
|
36
|
+
(submissionId: string): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds`, 4>>;
|
|
37
37
|
}
|
|
38
38
|
declare function updateSubmission$1(httpClient: HttpClient): UpdateSubmissionSignature;
|
|
39
39
|
interface UpdateSubmissionSignature {
|
|
@@ -46,7 +46,7 @@ interface UpdateSubmissionSignature {
|
|
|
46
46
|
* @param - Submission to update.
|
|
47
47
|
* @returns The updated submission.
|
|
48
48
|
*/
|
|
49
|
-
(_id: string, submission: NonNullablePaths<UpdateSubmission, `formId` | `revision
|
|
49
|
+
(_id: string, submission: NonNullablePaths<UpdateSubmission, `formId` | `revision`, 2>): Promise<NonNullablePaths<FormSubmission, `formId` | `namespace` | `status` | `seen` | `orderDetails.itemSubtotal` | `orderDetails.checkoutId` | `tags.tags.tagIds`, 4> & {
|
|
50
50
|
__validationErrorsType?: UpdateSubmissionValidationErrors;
|
|
51
51
|
}>;
|
|
52
52
|
}
|
|
@@ -61,7 +61,7 @@ interface ConfirmSubmissionSignature {
|
|
|
61
61
|
* When using forms from the [Wix Forms]() app, the default form submission status is `CONFIRMED`. You can change the default status for individual submissions using the `updateSubmission()` method.
|
|
62
62
|
* @param - Submission ID to confirm.
|
|
63
63
|
*/
|
|
64
|
-
(submissionId: string): Promise<NonNullablePaths<ConfirmSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds
|
|
64
|
+
(submissionId: string): Promise<NonNullablePaths<ConfirmSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds`, 5>>;
|
|
65
65
|
}
|
|
66
66
|
declare function deleteSubmission$1(httpClient: HttpClient): DeleteSubmissionSignature;
|
|
67
67
|
interface DeleteSubmissionSignature {
|
|
@@ -81,7 +81,7 @@ interface BulkDeleteSubmissionSignature {
|
|
|
81
81
|
* Deletes submissions by IDS for specific form.
|
|
82
82
|
* @param - Form ID.
|
|
83
83
|
*/
|
|
84
|
-
(formId: string, options?: BulkDeleteSubmissionOptions): Promise<NonNullablePaths<BulkDeleteSubmissionResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures
|
|
84
|
+
(formId: string, options?: BulkDeleteSubmissionOptions): Promise<NonNullablePaths<BulkDeleteSubmissionResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
85
85
|
}
|
|
86
86
|
declare function restoreSubmissionFromTrashBin$1(httpClient: HttpClient): RestoreSubmissionFromTrashBinSignature;
|
|
87
87
|
interface RestoreSubmissionFromTrashBinSignature {
|
|
@@ -89,7 +89,7 @@ interface RestoreSubmissionFromTrashBinSignature {
|
|
|
89
89
|
* Restores deleted submission
|
|
90
90
|
* @param - ID of the submission to restore.
|
|
91
91
|
*/
|
|
92
|
-
(submissionId: string): Promise<NonNullablePaths<RestoreSubmissionFromTrashBinResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds
|
|
92
|
+
(submissionId: string): Promise<NonNullablePaths<RestoreSubmissionFromTrashBinResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds`, 5>>;
|
|
93
93
|
}
|
|
94
94
|
declare function removeSubmissionFromTrashBin$1(httpClient: HttpClient): RemoveSubmissionFromTrashBinSignature;
|
|
95
95
|
interface RemoveSubmissionFromTrashBinSignature {
|
|
@@ -105,7 +105,7 @@ interface BulkRemoveSubmissionFromTrashBinSignature {
|
|
|
105
105
|
* Remove multiple deleted submissions
|
|
106
106
|
* @param - Form ID.
|
|
107
107
|
*/
|
|
108
|
-
(formId: string, options?: BulkRemoveSubmissionFromTrashBinOptions): Promise<NonNullablePaths<BulkRemoveSubmissionFromTrashBinResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures
|
|
108
|
+
(formId: string, options?: BulkRemoveSubmissionFromTrashBinOptions): Promise<NonNullablePaths<BulkRemoveSubmissionFromTrashBinResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
109
109
|
}
|
|
110
110
|
declare function listDeletedSubmissions$1(httpClient: HttpClient): ListDeletedSubmissionsSignature;
|
|
111
111
|
interface ListDeletedSubmissionsSignature {
|
|
@@ -113,7 +113,7 @@ interface ListDeletedSubmissionsSignature {
|
|
|
113
113
|
* List deleted submissions
|
|
114
114
|
* @param - Form ID.
|
|
115
115
|
*/
|
|
116
|
-
(formId: string, options?: ListDeletedSubmissionsOptions): Promise<NonNullablePaths<ListDeletedSubmissionsResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId
|
|
116
|
+
(formId: string, options?: ListDeletedSubmissionsOptions): Promise<NonNullablePaths<ListDeletedSubmissionsResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId`, 5>>;
|
|
117
117
|
}
|
|
118
118
|
declare function getDeletedSubmission$1(httpClient: HttpClient): GetDeletedSubmissionSignature;
|
|
119
119
|
interface GetDeletedSubmissionSignature {
|
|
@@ -121,7 +121,7 @@ interface GetDeletedSubmissionSignature {
|
|
|
121
121
|
* Get deleted submission
|
|
122
122
|
* @param - Submission id.
|
|
123
123
|
*/
|
|
124
|
-
(submissionId: string): Promise<NonNullablePaths<GetDeletedSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds
|
|
124
|
+
(submissionId: string): Promise<NonNullablePaths<GetDeletedSubmissionResponse, `submission.formId` | `submission.namespace` | `submission.status` | `submission.seen` | `submission.orderDetails.itemSubtotal` | `submission.orderDetails.checkoutId` | `submission.tags.tags.tagIds`, 5>>;
|
|
125
125
|
}
|
|
126
126
|
declare function querySubmission$1(httpClient: HttpClient): QuerySubmissionSignature;
|
|
127
127
|
interface QuerySubmissionSignature {
|
|
@@ -130,7 +130,7 @@ interface QuerySubmissionSignature {
|
|
|
130
130
|
* @param - Query options.
|
|
131
131
|
* @deprecated
|
|
132
132
|
*/
|
|
133
|
-
(query: CursorQuery, options?: QuerySubmissionOptions): Promise<NonNullablePaths<QuerySubmissionResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId
|
|
133
|
+
(query: CursorQuery, options?: QuerySubmissionOptions): Promise<NonNullablePaths<QuerySubmissionResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId`, 5>>;
|
|
134
134
|
}
|
|
135
135
|
declare function searchSubmissionsByNamespace$1(httpClient: HttpClient): SearchSubmissionsByNamespaceSignature;
|
|
136
136
|
interface SearchSubmissionsByNamespaceSignature {
|
|
@@ -147,7 +147,7 @@ interface SearchSubmissionsByNamespaceSignature {
|
|
|
147
147
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
148
148
|
* @param - Query options.
|
|
149
149
|
*/
|
|
150
|
-
(search: FormSubmissionSearch): Promise<NonNullablePaths<SearchSubmissionsByNamespaceResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId
|
|
150
|
+
(search: FormSubmissionSearch): Promise<NonNullablePaths<SearchSubmissionsByNamespaceResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId`, 5>>;
|
|
151
151
|
}
|
|
152
152
|
declare function querySubmissionsByNamespace$1(httpClient: HttpClient): QuerySubmissionsByNamespaceSignature;
|
|
153
153
|
interface QuerySubmissionsByNamespaceSignature {
|
|
@@ -175,7 +175,7 @@ interface CountSubmissionsByFilterSignature {
|
|
|
175
175
|
* Counts the number of submissions belonging to forms that were filtered and contain a provided expression.
|
|
176
176
|
* @param - A filter object. Must filter by namespace.
|
|
177
177
|
*/
|
|
178
|
-
(filter: Record<string, any>, options?: CountSubmissionsByFilterOptions): Promise<NonNullablePaths<CountSubmissionsByFilterResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount
|
|
178
|
+
(filter: Record<string, any>, options?: CountSubmissionsByFilterOptions): Promise<NonNullablePaths<CountSubmissionsByFilterResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount`, 4>>;
|
|
179
179
|
}
|
|
180
180
|
declare function countSubmissions$1(httpClient: HttpClient): CountSubmissionsSignature;
|
|
181
181
|
interface CountSubmissionsSignature {
|
|
@@ -187,7 +187,7 @@ interface CountSubmissionsSignature {
|
|
|
187
187
|
* @param - The app which the form submissions belong to. For example, the namespace for the Wix Forms app is `wix.form_app.form`. Call `getSubmission()` to retrieve the namespace.
|
|
188
188
|
* @param - Form IDs which submissions should be counted.
|
|
189
189
|
*/
|
|
190
|
-
(formIds: string[], namespace: string, options?: CountSubmissionsOptions): Promise<NonNullablePaths<CountSubmissionsResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount
|
|
190
|
+
(formIds: string[], namespace: string, options?: CountSubmissionsOptions): Promise<NonNullablePaths<CountSubmissionsResponse, `formsSubmissionsCount` | `formsSubmissionsCount.${number}.formId` | `formsSubmissionsCount.${number}.totalCount` | `formsSubmissionsCount.${number}.unseenCount`, 4>>;
|
|
191
191
|
}
|
|
192
192
|
declare function countDeletedSubmissions$1(httpClient: HttpClient): CountDeletedSubmissionsSignature;
|
|
193
193
|
interface CountDeletedSubmissionsSignature {
|
|
@@ -199,7 +199,7 @@ interface CountDeletedSubmissionsSignature {
|
|
|
199
199
|
* @param - Form IDs.
|
|
200
200
|
* @param - Identifies the app which the form submissions belong to. For example, the namespace for the Wix Forms App is `"wix.form_app.form"`. The namespace of a submission can be retrieved using the Get Submission endpoint.
|
|
201
201
|
*/
|
|
202
|
-
(formIds: string[], namespace: string, options?: CountDeletedSubmissionsOptions): Promise<NonNullablePaths<CountDeletedSubmissionsResponse, `formsDeletedSubmissionsCount` | `formsDeletedSubmissionsCount.${number}.formId` | `formsDeletedSubmissionsCount.${number}.totalCount
|
|
202
|
+
(formIds: string[], namespace: string, options?: CountDeletedSubmissionsOptions): Promise<NonNullablePaths<CountDeletedSubmissionsResponse, `formsDeletedSubmissionsCount` | `formsDeletedSubmissionsCount.${number}.formId` | `formsDeletedSubmissionsCount.${number}.totalCount`, 4>>;
|
|
203
203
|
}
|
|
204
204
|
declare function getMediaUploadUrl$1(httpClient: HttpClient): GetMediaUploadUrlSignature;
|
|
205
205
|
interface GetMediaUploadUrlSignature {
|
|
@@ -215,7 +215,7 @@ interface GetMediaUploadUrlSignature {
|
|
|
215
215
|
*
|
|
216
216
|
* For example, `'image/png'`
|
|
217
217
|
*/
|
|
218
|
-
(formId: string, filename: string, mimeType: string): Promise<NonNullablePaths<GetMediaUploadURLResponse, `uploadUrl
|
|
218
|
+
(formId: string, filename: string, mimeType: string): Promise<NonNullablePaths<GetMediaUploadURLResponse, `uploadUrl`, 2>>;
|
|
219
219
|
}
|
|
220
220
|
declare function bulkMarkSubmissionsAsSeen$1(httpClient: HttpClient): BulkMarkSubmissionsAsSeenSignature;
|
|
221
221
|
interface BulkMarkSubmissionsAsSeenSignature {
|
|
@@ -235,7 +235,7 @@ interface GetSubmissionDownloadUrlSignature {
|
|
|
235
235
|
* Gets submission as document which may include the document download url if the document is ready.
|
|
236
236
|
* @param - Submission ID.
|
|
237
237
|
*/
|
|
238
|
-
(submissionId: string): Promise<NonNullablePaths<GetSubmissionDownloadUrlResponse, `document.readyDetails.downloadUrl` | `document.status
|
|
238
|
+
(submissionId: string): Promise<NonNullablePaths<GetSubmissionDownloadUrlResponse, `document.readyDetails.downloadUrl` | `document.status`, 4>>;
|
|
239
239
|
}
|
|
240
240
|
declare function getFormattedSubmission$1(httpClient: HttpClient): GetFormattedSubmissionSignature;
|
|
241
241
|
interface GetFormattedSubmissionSignature {
|
|
@@ -243,7 +243,7 @@ interface GetFormattedSubmissionSignature {
|
|
|
243
243
|
* Retrieves a submission formatted by language
|
|
244
244
|
* @param - Submission ID.
|
|
245
245
|
*/
|
|
246
|
-
(submissionId: string): Promise<NonNullablePaths<GetFormattedSubmissionResponse, `submissionId` | `submissions` | `submissions.${number}.key` | `submissions.${number}.value` | `submissions.${number}.fieldId
|
|
246
|
+
(submissionId: string): Promise<NonNullablePaths<GetFormattedSubmissionResponse, `submissionId` | `submissions` | `submissions.${number}.key` | `submissions.${number}.value` | `submissions.${number}.fieldId`, 4>>;
|
|
247
247
|
}
|
|
248
248
|
declare function updateExtendedFields$1(httpClient: HttpClient): UpdateExtendedFieldsSignature;
|
|
249
249
|
interface UpdateExtendedFieldsSignature {
|
|
@@ -252,7 +252,7 @@ interface UpdateExtendedFieldsSignature {
|
|
|
252
252
|
* @param - ID of the entity to update.
|
|
253
253
|
* @param - Identifier for the app whose extended fields are being updated.
|
|
254
254
|
*/
|
|
255
|
-
(_id: string, namespace: string, options: NonNullablePaths<UpdateExtendedFieldsOptions, `namespaceData
|
|
255
|
+
(_id: string, namespace: string, options: NonNullablePaths<UpdateExtendedFieldsOptions, `namespaceData`, 2>): Promise<NonNullablePaths<UpdateExtendedFieldsResponse, `namespace`, 2>>;
|
|
256
256
|
}
|
|
257
257
|
declare function validateFormSubmission$1(httpClient: HttpClient): ValidateFormSubmissionSignature;
|
|
258
258
|
interface ValidateFormSubmissionSignature {
|
|
@@ -260,7 +260,7 @@ interface ValidateFormSubmissionSignature {
|
|
|
260
260
|
* Called to validate submission before creation.
|
|
261
261
|
* @param - Submission to validate.
|
|
262
262
|
*/
|
|
263
|
-
(submission: FormSubmission, options?: ValidateFormSubmissionOptions): Promise<NonNullablePaths<ValidateFormSubmissionResponse, `violationErrors` | `violationErrors.${number}.name` | `violationErrors.${number}.description` | `violationErrors.${number}.ruleName
|
|
263
|
+
(submission: FormSubmission, options?: ValidateFormSubmissionOptions): Promise<NonNullablePaths<ValidateFormSubmissionResponse, `violationErrors` | `violationErrors.${number}.name` | `violationErrors.${number}.description` | `violationErrors.${number}.ruleName`, 4>>;
|
|
264
264
|
}
|
|
265
265
|
declare const onSubmissionCreated$1: EventDefinition<SubmissionCreatedEnvelope, "wix.forms.v4.submission_created">;
|
|
266
266
|
declare const onSubmissionDeleted$1: EventDefinition<SubmissionDeletedEnvelope, "wix.forms.v4.submission_deleted">;
|
|
@@ -324,4 +324,4 @@ declare const onSubmissionContactMappingSkipped: BuildEventDefinition<typeof onS
|
|
|
324
324
|
*/
|
|
325
325
|
declare const onSubmissionUpdated: BuildEventDefinition<typeof onSubmissionUpdated$1>;
|
|
326
326
|
|
|
327
|
-
export { BulkDeleteSubmissionOptions, BulkDeleteSubmissionResponse, BulkRemoveSubmissionFromTrashBinOptions, BulkRemoveSubmissionFromTrashBinResponse, ConfirmSubmissionResponse, CountDeletedSubmissionsOptions, CountDeletedSubmissionsResponse, CountSubmissionsByFilterOptions, CountSubmissionsByFilterResponse, CountSubmissionsOptions, CountSubmissionsResponse, CreateSubmissionOptions, CursorQuery, DeleteSubmissionOptions, FormSubmission, GetDeletedSubmissionResponse, GetFormattedSubmissionResponse, GetMediaUploadURLResponse, GetSubmissionDownloadUrlResponse, ListDeletedSubmissionsOptions, ListDeletedSubmissionsResponse, QuerySubmissionOptions, QuerySubmissionResponse, QuerySubmissionsByNamespaceOptions, RestoreSubmissionFromTrashBinResponse, SearchSubmissionsByNamespaceResponse, SubmissionContactMappedEnvelope, SubmissionContactMappingSkippedEnvelope, SubmissionCreatedEnvelope, SubmissionDeletedEnvelope, SubmissionRemovedSubmissionFromTrashEnvelope, SubmissionStatusUpdatedEnvelope, SubmissionUpdatedEnvelope, SubmissionsQueryBuilder, UpdateExtendedFieldsOptions, UpdateExtendedFieldsResponse, UpdateSubmission, UpsertContactFromSubmissionOptions, UpsertContactFromSubmissionResponse, ValidateFormSubmissionOptions, ValidateFormSubmissionResponse, bulkDeleteSubmission, bulkMarkSubmissionsAsSeen, bulkRemoveSubmissionFromTrashBin, confirmSubmission, countDeletedSubmissions, countSubmissions, countSubmissionsByFilter, createSubmission, deleteSubmission, getDeletedSubmission, getFormattedSubmission, getMediaUploadUrl, getSubmission, getSubmissionDownloadUrl, listDeletedSubmissions, onSubmissionContactMapped, onSubmissionContactMappingSkipped, onSubmissionCreated, onSubmissionDeleted, onSubmissionRemovedSubmissionFromTrash, onSubmissionStatusUpdated, onSubmissionUpdated, querySubmission, querySubmissionsByNamespace, removeSubmissionFromTrashBin, restoreSubmissionFromTrashBin, searchSubmissionsByNamespace, updateExtendedFields, updateSubmission, upsertContactFromSubmission, validateFormSubmission };
|
|
327
|
+
export { BulkDeleteSubmissionOptions, BulkDeleteSubmissionResponse, BulkRemoveSubmissionFromTrashBinOptions, BulkRemoveSubmissionFromTrashBinResponse, ConfirmSubmissionResponse, CountDeletedSubmissionsOptions, CountDeletedSubmissionsResponse, CountSubmissionsByFilterOptions, CountSubmissionsByFilterResponse, CountSubmissionsOptions, CountSubmissionsResponse, CreateSubmissionApplicationErrors, CreateSubmissionOptions, CreateSubmissionValidationErrors, CursorQuery, DeleteSubmissionOptions, FormSubmission, FormSubmissionSearch, GetDeletedSubmissionResponse, GetFormattedSubmissionResponse, GetMediaUploadURLResponse, GetSubmissionDownloadUrlResponse, ListDeletedSubmissionsOptions, ListDeletedSubmissionsResponse, QuerySubmissionOptions, QuerySubmissionResponse, QuerySubmissionsByNamespaceOptions, RestoreSubmissionFromTrashBinResponse, SearchSubmissionsByNamespaceResponse, SubmissionContactMappedEnvelope, SubmissionContactMappingSkippedEnvelope, SubmissionCreatedEnvelope, SubmissionDeletedEnvelope, SubmissionRemovedSubmissionFromTrashEnvelope, SubmissionStatusUpdatedEnvelope, SubmissionUpdatedEnvelope, SubmissionsQueryBuilder, UpdateExtendedFieldsOptions, UpdateExtendedFieldsResponse, UpdateSubmission, UpdateSubmissionValidationErrors, UpsertContactFromSubmissionOptions, UpsertContactFromSubmissionResponse, ValidateFormSubmissionOptions, ValidateFormSubmissionResponse, bulkDeleteSubmission, bulkMarkSubmissionsAsSeen, bulkRemoveSubmissionFromTrashBin, confirmSubmission, countDeletedSubmissions, countSubmissions, countSubmissionsByFilter, createSubmission, deleteSubmission, getDeletedSubmission, getFormattedSubmission, getMediaUploadUrl, getSubmission, getSubmissionDownloadUrl, listDeletedSubmissions, onSubmissionContactMapped, onSubmissionContactMappingSkipped, onSubmissionCreated, onSubmissionDeleted, onSubmissionRemovedSubmissionFromTrash, onSubmissionStatusUpdated, onSubmissionUpdated, querySubmission, querySubmissionsByNamespace, removeSubmissionFromTrashBin, restoreSubmissionFromTrashBin, searchSubmissionsByNamespace, updateExtendedFields, updateSubmission, upsertContactFromSubmission, validateFormSubmission };
|