@wix/auto_sdk_forms_submissions 1.0.31 → 1.0.33

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.
Files changed (25) hide show
  1. package/build/cjs/{forms-v4-submission-submissions.universal-BScz75Gj.d.ts → forms-v4-submission-submissions.universal-BT68Vove.d.ts} +15 -16
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +1 -1
  7. package/build/es/{forms-v4-submission-submissions.universal-BScz75Gj.d.mts → forms-v4-submission-submissions.universal-BT68Vove.d.mts} +15 -16
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs.map +1 -1
  10. package/build/es/index.typings.d.mts +2 -2
  11. package/build/es/index.typings.mjs.map +1 -1
  12. package/build/es/meta.d.mts +1 -1
  13. package/build/internal/cjs/{forms-v4-submission-submissions.universal-BIIcc2WV.d.ts → forms-v4-submission-submissions.universal-C-SfRcGa.d.ts} +15 -16
  14. package/build/internal/cjs/index.d.ts +2 -2
  15. package/build/internal/cjs/index.js.map +1 -1
  16. package/build/internal/cjs/index.typings.d.ts +2 -2
  17. package/build/internal/cjs/index.typings.js.map +1 -1
  18. package/build/internal/cjs/meta.d.ts +1 -1
  19. package/build/internal/es/{forms-v4-submission-submissions.universal-BIIcc2WV.d.mts → forms-v4-submission-submissions.universal-C-SfRcGa.d.mts} +15 -16
  20. package/build/internal/es/index.d.mts +2 -2
  21. package/build/internal/es/index.mjs.map +1 -1
  22. package/build/internal/es/index.typings.d.mts +2 -2
  23. package/build/internal/es/index.typings.mjs.map +1 -1
  24. package/build/internal/es/meta.d.mts +1 -1
  25. package/package.json +2 -2
@@ -3130,6 +3130,8 @@ interface ServicesDropdown {
3130
3130
  * @maxSize 400
3131
3131
  */
3132
3132
  options?: ServicesDropdownOption[];
3133
+ /** Option which can be specified by UoU, enabled when this object is specified. */
3134
+ customOption?: CommonCustomOption;
3133
3135
  }
3134
3136
  interface ServicesDropdownOption {
3135
3137
  /**
@@ -3144,6 +3146,18 @@ interface ServicesDropdownOption {
3144
3146
  */
3145
3147
  _id?: string;
3146
3148
  }
3149
+ interface CommonCustomOption {
3150
+ /**
3151
+ * Label of custom option input
3152
+ * @maxLength 350
3153
+ */
3154
+ label?: string | null;
3155
+ /**
3156
+ * Placeholder of custom option input
3157
+ * @maxLength 100
3158
+ */
3159
+ placeholder?: string | null;
3160
+ }
3147
3161
  interface InputFieldNumberType {
3148
3162
  /** Inclusive maximum value. */
3149
3163
  maximum?: number | null;
@@ -3465,18 +3479,6 @@ interface TagsOption {
3465
3479
  /** Media item. Media, associated with option, like image. */
3466
3480
  media?: MediaItem;
3467
3481
  }
3468
- interface CommonCustomOption {
3469
- /**
3470
- * Label of custom option input
3471
- * @maxLength 350
3472
- */
3473
- label?: string | null;
3474
- /**
3475
- * Placeholder of custom option input
3476
- * @maxLength 100
3477
- */
3478
- placeholder?: string | null;
3479
- }
3480
3482
  declare enum InputFieldWixFileComponentType {
3481
3483
  UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
3482
3484
  FILE_UPLOAD = "FILE_UPLOAD",
@@ -6947,7 +6949,6 @@ interface UpsertContactFromSubmissionOptions {
6947
6949
  * @param options - Optional fields.
6948
6950
  * @permissionId WIX_FORMS.SUBMISSION_CREATE
6949
6951
  * @applicableIdentity APP
6950
- * @applicableIdentity VISITOR
6951
6952
  * @returns The created submission.
6952
6953
  * @fqn wix.forms.v4.FormSubmissionService.CreateSubmission
6953
6954
  */
@@ -7473,7 +7474,6 @@ interface CountDeletedSubmissionsOptions {
7473
7474
  * @requiredField mimeType
7474
7475
  * @permissionId WIX_FORMS.SUBMISSION_CREATE
7475
7476
  * @applicableIdentity APP
7476
- * @applicableIdentity VISITOR
7477
7477
  * @fqn wix.forms.v4.FormSubmissionService.GetMediaUploadURL
7478
7478
  */
7479
7479
  declare function getMediaUploadUrl(formId: string, filename: string, mimeType: string): Promise<NonNullablePaths<GetMediaUploadURLResponse, `uploadUrl`, 2>>;
@@ -7553,7 +7553,6 @@ interface BulkUpdateFormSubmissionTagsByFilterOptions {
7553
7553
  * @requiredField submission
7554
7554
  * @permissionId WIX_FORMS.SUBMISSION_CREATE
7555
7555
  * @applicableIdentity APP
7556
- * @applicableIdentity VISITOR
7557
7556
  * @fqn wix.forms.v4.FormSubmissionService.ValidateFormSubmission
7558
7557
  */
7559
7558
  declare function validateFormSubmission(submission: FormSubmission, options?: ValidateFormSubmissionOptions): Promise<NonNullablePaths<ValidateFormSubmissionResponse, `violationErrors` | `violationErrors.${number}.name` | `violationErrors.${number}.description` | `violationErrors.${number}.ruleName`, 4>>;
@@ -7569,4 +7568,4 @@ interface ValidateFormSubmissionOptions {
7569
7568
  fieldsToValidate?: string[];
7570
7569
  }
7571
7570
 
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 };
7571
+ 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 CommonCustomOption as ec, type InputFieldNumberType as ed, type NumberInput as ee, type RatingInput as ef, type InputFieldBooleanType as eg, type Checkbox as eh, type InputFieldArrayType as ei, type InputFieldIntegerType as ej, type InputFieldObjectType as ek, type InputFieldObjectTypePropertiesType as el, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as em, type InputFieldArrayTypeArrayItems as en, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as eo, type CheckboxGroup as ep, type Option as eq, type CustomOption as er, type Tags as es, type TagsOption 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 };
@@ -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-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';
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-BT68Vove.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, eh as Checkbox, ep as CheckboxGroup, gx as Checkout, cF as CodeBlockData, dI as CollapsibleListData, dq as ColorData, cv as Colors, ec 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, er 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, ei as InputFieldArrayType, en as InputFieldArrayTypeArrayItems, eo as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aG as InputFieldBooleanComponentType, iW as InputFieldBooleanComponentTypeWithLiterals, eg as InputFieldBooleanType, aR as InputFieldInputType, fk as InputFieldInputTypeOptionsOneOf, j5 as InputFieldInputTypeWithLiterals, ej as InputFieldIntegerType, f7 as InputFieldMultilineAddress, f8 as InputFieldMultilineAddressComponentTypeOptionsOneOf, aF as InputFieldNumberComponentType, iV as InputFieldNumberComponentTypeWithLiterals, ed as InputFieldNumberType, ek as InputFieldObjectType, el as InputFieldObjectTypePropertiesType, em 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, ee 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, eq 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, ef 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, es as Tags, et 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-BT68Vove.js';
4
4
 
5
5
  declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
6
6
  interface UpsertContactFromSubmissionSignature {