@wix/auto_sdk_forms_submissions 1.0.95 → 1.0.96
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-BhLZFFos.d.ts → forms-v4-submission-submissions.universal-CG5mgBXv.d.ts} +19 -4
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +20 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-BhLZFFos.d.mts → forms-v4-submission-submissions.universal-CG5mgBXv.d.mts} +19 -4
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +20 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-j32T0u1k.d.ts → forms-v4-submission-submissions.universal-CioD21SQ.d.ts} +19 -4
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +20 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-j32T0u1k.d.mts → forms-v4-submission-submissions.universal-CioD21SQ.d.mts} +19 -4
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +20 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -5622,13 +5622,18 @@ interface TagsTagList {
|
|
|
5622
5622
|
*/
|
|
5623
5623
|
tagIds?: string[];
|
|
5624
5624
|
}
|
|
5625
|
-
interface QuizSettings extends QuizSettingsResultsDisplayOptionsOneOf {
|
|
5625
|
+
interface QuizSettings extends QuizSettingsPassingCriteriaOneOf, QuizSettingsResultsDisplayOptionsOneOf {
|
|
5626
|
+
/** Score required to pass the quiz (in points). */
|
|
5627
|
+
passingScorePoints?: number;
|
|
5628
|
+
/**
|
|
5629
|
+
* Score required to pass the quiz as a percentage (0-100).
|
|
5630
|
+
* @max 100
|
|
5631
|
+
*/
|
|
5632
|
+
passingScorePercentage?: number;
|
|
5626
5633
|
/** Configuration for displaying only the pass/fail message. */
|
|
5627
5634
|
passingStatusOptions?: PassFailMessages;
|
|
5628
5635
|
/** Configuration for displaying both the score and pass/fail message. */
|
|
5629
5636
|
scoreAndPassingStatusOptions?: PassFailMessages;
|
|
5630
|
-
/** Score required to pass the quiz. */
|
|
5631
|
-
passingScore?: number;
|
|
5632
5637
|
/** Confirmation message text. */
|
|
5633
5638
|
message?: RichContent;
|
|
5634
5639
|
/**
|
|
@@ -5638,6 +5643,16 @@ interface QuizSettings extends QuizSettingsResultsDisplayOptionsOneOf {
|
|
|
5638
5643
|
resultsDisplay?: ResultsDisplayWithLiterals;
|
|
5639
5644
|
}
|
|
5640
5645
|
/** @oneof */
|
|
5646
|
+
interface QuizSettingsPassingCriteriaOneOf {
|
|
5647
|
+
/** Score required to pass the quiz (in points). */
|
|
5648
|
+
passingScorePoints?: number;
|
|
5649
|
+
/**
|
|
5650
|
+
* Score required to pass the quiz as a percentage (0-100).
|
|
5651
|
+
* @max 100
|
|
5652
|
+
*/
|
|
5653
|
+
passingScorePercentage?: number;
|
|
5654
|
+
}
|
|
5655
|
+
/** @oneof */
|
|
5641
5656
|
interface QuizSettingsResultsDisplayOptionsOneOf {
|
|
5642
5657
|
/** Configuration for displaying only the pass/fail message. */
|
|
5643
5658
|
passingStatusOptions?: PassFailMessages;
|
|
@@ -7805,4 +7820,4 @@ interface ValidateFormSubmissionOptions {
|
|
|
7805
7820
|
fieldsToValidate?: string[];
|
|
7806
7821
|
}
|
|
7807
7822
|
|
|
7808
|
-
export { SubmissionStatus as $, type BulkUpdateFormSubmissionTagsOptions as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type BulkUpdateFormSubmissionTagsResponse as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type BulkUpdateFormSubmissionTagsByFilterOptions as H, type BulkUpdateFormSubmissionTagsByFilterResponse as I, type ValidateFormSubmissionResponse as J, type SubmissionCreatedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionDeletedEnvelope as M, type SubmissionRemovedSubmissionFromTrashEnvelope as N, type SubmissionStatusUpdatedEnvelope as O, type SubmissionContactMappedEnvelope as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, type SubmissionContactMappingSkippedEnvelope as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, type SubmissionUpdatedEnvelope as W, type FormSubmissionQuery as X, type QuerySubmissionsByNamespaceOptions as Y, typedQuerySubmissionsByNamespace as Z, type SubmissionsQueryBuilder as _, type UpsertContactFromSubmissionResponse as a, PaymentComponentType as a$, OptInLevel as a0, WebhookIdentityType as a1, StringTypeFormatEnumFormat as a2, ValidationFormat as a3, ProductType as a4, PriceType as a5, FieldType as a6, FormatEnumFormat as a7, StringComponentType as a8, NodeType as a9, Resizing as aA, Placement as aB, CardStylesType as aC, CardStylesAlignment as aD, Layout as aE, AppType as aF, InitialExpandedItems as aG, Direction as aH, VerticalAlignment as aI, NullValue as aJ, Scaling as aK, LayoutDataImagePosition as aL, VerticalAlignmentAlignment as aM, ResponsivenessBehaviour as aN, DesignTarget as aO, ImagePosition as aP, Alignment as aQ, ImageFit as aR, NumberOfColumns as aS, FirstDayOfWeek as aT, NumberComponentType as aU, BooleanComponentType as aV, ItemType as aW, PropertiesTypeEnum as aX, ArrayComponentType as aY, WixFileComponentType as aZ, UploadFileFormat as a_, WidthType as aa, PluginContainerDataAlignment as ab, ButtonDataType as ac, LinkTarget as ad, TextAlignment as ae, LineStyle as af, Width as ag, DividerDataAlignment as ah, ViewMode as ai, LayoutType as aj, Orientation as ak, Crop as al, ThumbnailsAlignment as am, GIFType as an, Source as ao, StylesPosition as ap, MapType as aq, ViewRole as ar, VoteRole as as, PollLayoutType as at, PollLayoutDirection as au, BackgroundType as av, DecorationType as aw, FontType as ax, Position as ay, AspectRatio as az, type CreateSubmissionApplicationErrors as b, type StringTypeDateTimeConstraints as b$, ComponentType as b0, Type as b1, ObjectArrayComponentType as b2, SchedulingComponentType as b3, Format as b4, InputType as b5, EmailInfoTag as b6, PhoneInfoTag as b7, Tag as b8, ConfirmationLevel as b9, type ExtendedFields as bA, type OrderDetails as bB, type PublicTags as bC, type TagList as bD, type FormSubmissionStatusUpdatedEvent as bE, type RemovedSubmissionFromTrash as bF, type SubmissionContactMapped as bG, type MarketingSubscriptionDetails as bH, type SubmissionContactMappingSkipped as bI, type DomainEvent as bJ, type DomainEventBodyOneOf as bK, type EntityCreatedEvent as bL, type RestoreInfo as bM, type EntityUpdatedEvent as bN, type EntityDeletedEvent as bO, type ActionEvent as bP, type MessageEnvelope as bQ, type IdentificationData as bR, type IdentificationDataIdOneOf as bS, type AccountInfo as bT, type CreateCheckoutFromSubmissionRequest as bU, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bV, type Form as bW, type FormField as bX, type FormFieldStringType as bY, type FormFieldStringTypeFormatOptionsOneOf as bZ, type StringErrorMessages as b_, ContactField as ba, DisplayFieldType as bb, OverrideEntityType as bc, Kind as bd, FormFieldContactInfoEmailInfoTag as be, FormFieldContactInfoPhoneInfoTag as bf, AddressInfoTag as bg, SubscriptionInfoOptInLevel as bh, FormFieldContactInfoContactField as bi, SpamFilterProtectionLevel as bj, RequiredIndicator as bk, RequiredIndicatorPlacement as bl, Target as bm, SubmitSuccessAction as bn, ChangeableProperty as bo, OverrideEntityTypeEnumOverrideEntityType as bp, Operator as bq, ResultsDisplay as br, IdentityType as bs, ErrorType as bt, SortOrder as bu, Mode as bv, Status as bw, SubmissionErrorType as bx, type Submitter as by, type SubmitterSubmitterOneOf as bz, type CreateSubmissionValidationErrors as c, type FileData as c$, type StringTypePhoneConstraints as c0, type StringTypeValidationMessages as c1, type FormFieldNumberType as c2, type NumberErrorMessages as c3, type IntegerType as c4, type FormFieldBooleanType as c5, type BooleanErrorMessages as c6, type FormFieldArrayType as c7, type FormFieldObjectType as c8, type ObjectTypePropertiesType as c9, type StringCorrectAnswersList as cA, type StringType as cB, type StringTypeFormatOptionsOneOf as cC, type DateTimeConstraints as cD, type PhoneConstraints as cE, type ValidationMessages as cF, type StringQuizFieldSettings as cG, type TextInput as cH, type RichContent as cI, type Node as cJ, type NodeDataOneOf as cK, type NodeStyle as cL, type ButtonData as cM, type Border as cN, type Colors as cO, type PluginContainerData as cP, type PluginContainerDataWidth as cQ, type PluginContainerDataWidthDataOneOf as cR, type Spoiler as cS, type Height as cT, type Styles as cU, type Link as cV, type LinkDataOneOf as cW, type Rel as cX, type CodeBlockData as cY, type TextStyle as cZ, type DividerData as c_, type ObjectTypePropertiesTypePropertiesTypeOneOf as ca, type ObjectErrorMessages as cb, type ArrayTypeArrayItems as cc, type ArrayTypeArrayItemsItemsOneOf as cd, type ArrayErrorMessages as ce, type PredefinedValidation as cf, type PredefinedValidationFormatOptionsOneOf as cg, type PaymentType as ch, type QuantityLimit as ci, type FixedPriceOptions as cj, type DynamicPriceOptions as ck, type Product as cl, type ProductPriceOptionsOneOf as cm, type MultilineAddressValidation as cn, type FieldOverrides as co, type FieldsOverrides as cp, type ObjectArrayType as cq, type NestedFormFieldOverrides as cr, type Validation as cs, type ValidationValidationOneOf as ct, type DataExtensionsDetails as cu, type NestedFormOverrides as cv, type Field as cw, type FieldFieldTypeOptionsOneOf as cx, type InputField as cy, type InputFieldInputTypeOptionsOneOf as cz, type UpdateSubmission as d, type Oembed as d$, type FileSource as d0, type FileSourceDataOneOf as d1, type PDFSettings as d2, type GalleryData as d3, type Media as d4, type Image as d5, type Video as d6, type Item as d7, type ItemDataOneOf as d8, type GalleryOptions as d9, type PollDesign as dA, type OptionDesign as dB, type Poll as dC, type PollDataLayout as dD, type Design as dE, type TextData as dF, type Decoration as dG, type DecorationDataOneOf as dH, type AnchorData as dI, type ColorData as dJ, type LinkData as dK, type MentionData as dL, type FontSizeData as dM, type SpoilerData as dN, type FontFamilyData as dO, type AppEmbedData as dP, type AppEmbedDataAppDataOneOf as dQ, type BookingData as dR, type EventData as dS, type ButtonStyles as dT, type ImageStyles as dU, type RibbonStyles as dV, type CardStyles as dW, type PricingData as dX, type VideoData as dY, type PlaybackOptions as dZ, type EmbedData as d_, type GalleryOptionsLayout as da, type ItemStyle as db, type Thumbnails as dc, type GIFData as dd, type GIF as de, type HeadingData as df, type HTMLData as dg, type HTMLDataDataOneOf as dh, type ImageData as di, type StylesBorder as dj, type ImageDataStyles as dk, type LinkPreviewData as dl, type LinkPreviewDataStyles as dm, type MapData as dn, type MapSettings as dp, type ParagraphData as dq, type PollData as dr, type Permissions as ds, type PollOption as dt, type Settings as du, type PollLayout as dv, type OptionLayout as dw, type Gradient as dx, type Background as dy, type BackgroundBackgroundOneOf as dz, type UpdateSubmissionValidationErrors as e, type DonationInputOption as e$, type CollapsibleListData as e0, type TableData as e1, type Dimensions as e2, type TableCellData as e3, type CellStyle as e4, type BorderColors as e5, type BorderWidths as e6, type ListValue as e7, type AudioData as e8, type OrderedListData as e9, type Password as eA, type NumberCorrectAnswersList as eB, type NumberType as eC, type NumberQuizFieldSettings as eD, type NumberInput as eE, type RatingInput as eF, type BooleanType as eG, type Checkbox as eH, type CorrectAnswersList as eI, type ArrayType as eJ, type ObjectType as eK, type PropertiesType as eL, type PropertiesTypePropertiesTypeOptionsOneOf as eM, type ArrayItems as eN, type ArrayItemsItemTypeOptionsOneOf as eO, type QuizFieldSettings as eP, type CheckboxGroup as eQ, type Option as eR, type ComponentsTags as eS, type TagsOption as eT, type ServicesCheckboxGroup as eU, type FileType as eV, type FileUpload as eW, type Signature as eX, type ProductCheckboxGroup as eY, type ProductCheckboxGroupOption as eZ, type DonationInput as e_, type BulletedListData as ea, type BlockquoteData as eb, type CaptionData as ec, type LayoutData as ed, type BackgroundImage as ee, type LayoutCellData as ef, type ShapeData as eg, type ShapeDataStyles as eh, type Metadata as ei, type DocumentStyle as ej, type TextNodeStyle as ek, type MediaItem as el, type MediaItemMediaOneOf as em, type MediaSettings as en, type RadioGroup as eo, type RadioGroupOption as ep, type CustomOption as eq, type Dropdown as er, type DropdownOption as es, type DateTimeInput as et, type PhoneInput as eu, type DateInput as ev, type TimeInput as ew, type DatePicker as ex, type ServicesDropdown as ey, type ServiceOption as ez, type ConfirmSubmissionResponse as f, type FormFieldContactInfoCustomFieldInfo as f$, type PaymentInput as f0, type FixedPayment as f1, type MultilineAddress as f2, type AddressLine2 as f3, type DefaultCountryConfig as f4, type DefaultCountryConfigOptionsOneOf as f5, type FieldsSettings as f6, type Repeater as f7, type FormLayout as f8, type BreakPoint as f9, type _ArrayComponentTypeOptionsOneOf as fA, type _Object as fB, type WixFile as fC, type WixFileComponentTypeOptionsOneOf as fD, type Payment as fE, type PaymentComponentTypeOptionsOneOf as fF, type Scheduling as fG, type SchedulingComponentTypeOptionsOneOf as fH, type Address as fI, type AddressComponentTypeOptionsOneOf as fJ, type ObjectArray as fK, type ObjectArrayComponentTypeOptionsOneOf as fL, type DisplayField as fM, type DisplayFieldDisplayFieldTypeOptionsOneOf as fN, type RichContentOptions as fO, type PageNavigationOptions as fP, type Step as fQ, type FormRule as fR, type FormOverride as fS, type FormProperties as fT, type PostSubmissionTriggers as fU, type UpsertContact as fV, type V4FormFieldContactInfo as fW, type V4FormFieldContactInfoAdditionalInfoOneOf as fX, type FormFieldContactInfoEmailInfo as fY, type FormFieldContactInfoPhoneInfo as fZ, type FormFieldContactInfoAddressInfo as f_, type ItemLayout as fa, type ItemLayoutItemOneOf as fb, type Group as fc, type Margin as fd, type Section as fe, type Appointment as ff, type AppointmentFormatInfoOneOf as fg, type Location as fh, type LocationLocationInfoOneOf as fi, type InPersonOptions as fj, type VideoConferenceOptions as fk, type PhoneOptions as fl, type FormFieldContactInfo as fm, type FormFieldContactInfoAdditionalInfoOneOf as fn, type EmailInfo as fo, type PhoneInfo as fp, type AddressInfo as fq, type CustomFieldInfo as fr, type SubscriptionInfo as fs, type _String as ft, type _StringComponentTypeOptionsOneOf as fu, type _Number as fv, type _NumberComponentTypeOptionsOneOf as fw, type _Boolean as fx, type _BooleanComponentTypeOptionsOneOf as fy, type _Array as fz, type BulkDeleteSubmissionResponse as g, type ListDeletedSubmissionsRequest as g$, type FormFieldContactInfoSubscriptionInfo as g0, type NestedForm as g1, type LimitationRule as g2, type RequiredIndicatorProperties as g3, type SubmitSettings as g4, type SubmitSettingsSubmitSuccessActionOptionsOneOf as g5, type ThankYouMessageOptions as g6, type RedirectOptions as g7, type FieldGroup as g8, type Rule as g9, type SubmissionValidationErrorsDetails as gA, type ValidationError as gB, type CreateSubmissionBySubmitterRequest as gC, type CreateSubmissionBySubmitterResponse as gD, type BulkCreateSubmissionBySubmitterRequest as gE, type BulkCreateSubmissionBySubmitterData as gF, type BulkCreateSubmissionBySubmitterResponse as gG, type BulkSubmissionResult as gH, type ItemMetadata as gI, type ApplicationError as gJ, type BulkActionMetadata as gK, type GetSubmissionRequest as gL, type GetSubmissionResponse as gM, type GetSubmissionByCheckoutIdRequest as gN, type GetSubmissionByCheckoutIdResponse as gO, type UpdateSubmissionRequest as gP, type UpdateSubmissionResponse as gQ, type ConfirmSubmissionRequest as gR, type DeleteSubmissionRequest as gS, type DeleteSubmissionResponse as gT, type BulkDeleteSubmissionRequest as gU, type BulkDeleteSubmissionResult as gV, type RestoreSubmissionFromTrashBinRequest as gW, type RemoveSubmissionFromTrashBinRequest as gX, type RemoveSubmissionFromTrashBinResponse as gY, type BulkRemoveSubmissionFromTrashBinRequest as gZ, type BulkRemoveSubmissionFromTrashBinResult as g_, type RequiredOptions as ga, type HiddenOptions as gb, type AllowedValuesOptions as gc, type FieldOverride as gd, type FieldOverridePropertyTypeOptionsOneOf as ge, type ConditionNode as gf, type ConditionNodeNodeOneOf as gg, type AndCondition as gh, type OrCondition as gi, type Condition as gj, type RuleFormOverride as gk, type RuleFormOverrideEntityTypeOptionsOneOf as gl, type Tags as gm, type TagsTagList as gn, type QuizSettings as go, type QuizSettingsResultsDisplayOptionsOneOf as gp, type PassFailMessages as gq, type CreateCheckoutFromSubmissionResponse as gr, type Checkout as gs, type IsFormSubmittableRequest as gt, type IsFormSubmittableResponse as gu, type Empty as gv, type UpsertContactFromSubmissionRequest as gw, type SubmitContactResponse as gx, type CreateSubmissionRequest as gy, type CreateSubmissionResponse as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type WidthTypeWithLiterals as h$, type CursorPaging as h0, type CursorPagingMetadata as h1, type Cursors as h2, type GetDeletedSubmissionRequest as h3, type QuerySubmissionRequest as h4, type CursorQueryPagingMethodOneOf as h5, type Sorting as h6, type SearchSubmissionsByNamespaceRequest as h7, type CursorSearch as h8, type CursorSearchPagingMethodOneOf as h9, type BulkUpdateFormSubmissionTagsRequest as hA, type BulkUpdateFormSubmissionTagsResult as hB, type BulkUpdateFormSubmissionTagsByFilterRequest as hC, type ValidateFormSubmissionRequest as hD, type FieldViolation as hE, type FieldViolationErrorDataOneOf as hF, type SubmissionValidationErrors as hG, type SubmissionValidationError as hH, type SubmissionValidationErrorErrorMessageOneOf as hI, type BaseEventMetadata as hJ, type EventMetadata as hK, type AccountInfoMetadata as hL, type FormSubmissionSearchSpec as hM, type SubmissionsQueryResult as hN, type FormSubmissionQuerySpec as hO, utils as hP, type SubmissionStatusWithLiterals as hQ, type OptInLevelWithLiterals as hR, type WebhookIdentityTypeWithLiterals as hS, type StringTypeFormatEnumFormatWithLiterals as hT, type ValidationFormatWithLiterals as hU, type ProductTypeWithLiterals as hV, type PriceTypeWithLiterals as hW, type FieldTypeWithLiterals as hX, type FormatEnumFormatWithLiterals as hY, type StringComponentTypeWithLiterals as hZ, type NodeTypeWithLiterals as h_, type SearchDetails as ha, type SearchSubmissionsByNamespaceForExportRequest as hb, type SearchSubmissionsByNamespaceForExportResponse as hc, type QuerySubmissionsByNamespaceRequest as hd, type QuerySubmissionsByNamespaceResponse as he, type QuerySubmissionsByNamespaceForExportRequest as hf, type QuerySubmissionsByNamespaceForExportResponse as hg, type CountSubmissionsByFilterRequest as hh, type FormSubmissionsCount as hi, type CountSubmissionsRequest as hj, type CountDeletedSubmissionsRequest as hk, type FormDeletedSubmissionsCount as hl, type GetMediaUploadURLRequest as hm, type BulkMarkSubmissionsAsSeenRequest as hn, type GetSubmissionDownloadUrlRequest as ho, type SubmissionDocument as hp, type SubmissionDocumentDocumentOneOf as hq, type DocumentReady as hr, type DownloadSubmissionRequest as hs, type HeadersEntry as ht, type GetFormattedSubmissionRequest as hu, type FormattedSubmission as hv, type ListFormattedSubmissionsRequest as hw, type ListFormattedSubmissionsResponse as hx, type FormattedFormSubmission as hy, type UpdateExtendedFieldsRequest as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type TagWithLiterals as i$, type PluginContainerDataAlignmentWithLiterals as i0, type ButtonDataTypeWithLiterals as i1, type LinkTargetWithLiterals as i2, type TextAlignmentWithLiterals as i3, type LineStyleWithLiterals as i4, type WidthWithLiterals as i5, type DividerDataAlignmentWithLiterals as i6, type ViewModeWithLiterals as i7, type LayoutTypeWithLiterals as i8, type OrientationWithLiterals as i9, type NullValueWithLiterals as iA, type ScalingWithLiterals as iB, type LayoutDataImagePositionWithLiterals as iC, type VerticalAlignmentAlignmentWithLiterals as iD, type ResponsivenessBehaviourWithLiterals as iE, type DesignTargetWithLiterals as iF, type ImagePositionWithLiterals as iG, type AlignmentWithLiterals as iH, type ImageFitWithLiterals as iI, type NumberOfColumnsWithLiterals as iJ, type FirstDayOfWeekWithLiterals as iK, type NumberComponentTypeWithLiterals as iL, type BooleanComponentTypeWithLiterals as iM, type ItemTypeWithLiterals as iN, type PropertiesTypeEnumWithLiterals as iO, type ArrayComponentTypeWithLiterals as iP, type WixFileComponentTypeWithLiterals as iQ, type UploadFileFormatWithLiterals as iR, type PaymentComponentTypeWithLiterals as iS, type ComponentTypeWithLiterals as iT, type TypeWithLiterals as iU, type ObjectArrayComponentTypeWithLiterals as iV, type SchedulingComponentTypeWithLiterals as iW, type FormatWithLiterals as iX, type InputTypeWithLiterals as iY, type EmailInfoTagWithLiterals as iZ, type PhoneInfoTagWithLiterals as i_, type CropWithLiterals as ia, type ThumbnailsAlignmentWithLiterals as ib, type GIFTypeWithLiterals as ic, type SourceWithLiterals as id, type StylesPositionWithLiterals as ie, type MapTypeWithLiterals as ig, type ViewRoleWithLiterals as ih, type VoteRoleWithLiterals as ii, type PollLayoutTypeWithLiterals as ij, type PollLayoutDirectionWithLiterals as ik, type BackgroundTypeWithLiterals as il, type DecorationTypeWithLiterals as im, type FontTypeWithLiterals as io, type PositionWithLiterals as ip, type AspectRatioWithLiterals as iq, type ResizingWithLiterals as ir, type PlacementWithLiterals as is, type CardStylesTypeWithLiterals as it, type CardStylesAlignmentWithLiterals as iu, type LayoutWithLiterals as iv, type AppTypeWithLiterals as iw, type InitialExpandedItemsWithLiterals as ix, type DirectionWithLiterals as iy, type VerticalAlignmentWithLiterals as iz, type ListDeletedSubmissionsResponse as j, type ConfirmationLevelWithLiterals as j0, type ContactFieldWithLiterals as j1, type DisplayFieldTypeWithLiterals as j2, type OverrideEntityTypeWithLiterals as j3, type KindWithLiterals as j4, type FormFieldContactInfoEmailInfoTagWithLiterals as j5, type FormFieldContactInfoPhoneInfoTagWithLiterals as j6, type AddressInfoTagWithLiterals as j7, type SubscriptionInfoOptInLevelWithLiterals as j8, type FormFieldContactInfoContactFieldWithLiterals as j9, getSubmission as jA, updateSubmission as jB, confirmSubmission as jC, deleteSubmission as jD, bulkDeleteSubmission as jE, restoreSubmissionFromTrashBin as jF, removeSubmissionFromTrashBin as jG, bulkRemoveSubmissionFromTrashBin as jH, listDeletedSubmissions as jI, getDeletedSubmission as jJ, querySubmission as jK, querySubmissionsByNamespace as jL, countSubmissionsByFilter as jM, countSubmissions as jN, countDeletedSubmissions as jO, getMediaUploadUrl as jP, bulkMarkSubmissionsAsSeen as jQ, getSubmissionDownloadUrl as jR, downloadSubmission as jS, getFormattedSubmission as jT, updateExtendedFields as jU, bulkUpdateFormSubmissionTags as jV, bulkUpdateFormSubmissionTagsByFilter as jW, validateFormSubmission as jX, type SpamFilterProtectionLevelWithLiterals as ja, type RequiredIndicatorWithLiterals as jb, type RequiredIndicatorPlacementWithLiterals as jc, type TargetWithLiterals as jd, type SubmitSuccessActionWithLiterals as je, type ChangeablePropertyWithLiterals as jf, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jg, type OperatorWithLiterals as jh, type ResultsDisplayWithLiterals as ji, type IdentityTypeWithLiterals as jj, type ErrorTypeWithLiterals as jk, type SortOrderWithLiterals as jl, type ModeWithLiterals as jm, type StatusWithLiterals as jn, type SubmissionErrorTypeWithLiterals as jo, type CommonSearchWithEntityContext as jp, type CommonQueryWithEntityContext as jq, onSubmissionCreated as jr, onSubmissionDeleted as js, onSubmissionRemovedSubmissionFromTrash as jt, onSubmissionStatusUpdated as ju, onSubmissionContactMapped as jv, onSubmissionContactMappingSkipped as jw, onSubmissionUpdated as jx, upsertContactFromSubmission as jy, createSubmission as jz, type CursorQuery as k, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type CountSubmissionsByFilterOptions as n, type CountSubmissionsByFilterResponse as o, type CountSubmissionsOptions as p, type CountSubmissionsResponse as q, type CountDeletedSubmissionsOptions as r, type CountDeletedSubmissionsResponse as s, type GetMediaUploadURLResponse as t, type BulkMarkSubmissionsAsSeenResponse as u, type GetSubmissionDownloadUrlResponse as v, type RawHttpResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
|
7823
|
+
export { SubmissionStatus as $, type BulkUpdateFormSubmissionTagsOptions as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type BulkUpdateFormSubmissionTagsResponse as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type BulkUpdateFormSubmissionTagsByFilterOptions as H, type BulkUpdateFormSubmissionTagsByFilterResponse as I, type ValidateFormSubmissionResponse as J, type SubmissionCreatedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionDeletedEnvelope as M, type SubmissionRemovedSubmissionFromTrashEnvelope as N, type SubmissionStatusUpdatedEnvelope as O, type SubmissionContactMappedEnvelope as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, type SubmissionContactMappingSkippedEnvelope as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, type SubmissionUpdatedEnvelope as W, type FormSubmissionQuery as X, type QuerySubmissionsByNamespaceOptions as Y, typedQuerySubmissionsByNamespace as Z, type SubmissionsQueryBuilder as _, type UpsertContactFromSubmissionResponse as a, PaymentComponentType as a$, OptInLevel as a0, WebhookIdentityType as a1, StringTypeFormatEnumFormat as a2, ValidationFormat as a3, ProductType as a4, PriceType as a5, FieldType as a6, FormatEnumFormat as a7, StringComponentType as a8, NodeType as a9, Resizing as aA, Placement as aB, CardStylesType as aC, CardStylesAlignment as aD, Layout as aE, AppType as aF, InitialExpandedItems as aG, Direction as aH, VerticalAlignment as aI, NullValue as aJ, Scaling as aK, LayoutDataImagePosition as aL, VerticalAlignmentAlignment as aM, ResponsivenessBehaviour as aN, DesignTarget as aO, ImagePosition as aP, Alignment as aQ, ImageFit as aR, NumberOfColumns as aS, FirstDayOfWeek as aT, NumberComponentType as aU, BooleanComponentType as aV, ItemType as aW, PropertiesTypeEnum as aX, ArrayComponentType as aY, WixFileComponentType as aZ, UploadFileFormat as a_, WidthType as aa, PluginContainerDataAlignment as ab, ButtonDataType as ac, LinkTarget as ad, TextAlignment as ae, LineStyle as af, Width as ag, DividerDataAlignment as ah, ViewMode as ai, LayoutType as aj, Orientation as ak, Crop as al, ThumbnailsAlignment as am, GIFType as an, Source as ao, StylesPosition as ap, MapType as aq, ViewRole as ar, VoteRole as as, PollLayoutType as at, PollLayoutDirection as au, BackgroundType as av, DecorationType as aw, FontType as ax, Position as ay, AspectRatio as az, type CreateSubmissionApplicationErrors as b, type StringTypeDateTimeConstraints as b$, ComponentType as b0, Type as b1, ObjectArrayComponentType as b2, SchedulingComponentType as b3, Format as b4, InputType as b5, EmailInfoTag as b6, PhoneInfoTag as b7, Tag as b8, ConfirmationLevel as b9, type ExtendedFields as bA, type OrderDetails as bB, type PublicTags as bC, type TagList as bD, type FormSubmissionStatusUpdatedEvent as bE, type RemovedSubmissionFromTrash as bF, type SubmissionContactMapped as bG, type MarketingSubscriptionDetails as bH, type SubmissionContactMappingSkipped as bI, type DomainEvent as bJ, type DomainEventBodyOneOf as bK, type EntityCreatedEvent as bL, type RestoreInfo as bM, type EntityUpdatedEvent as bN, type EntityDeletedEvent as bO, type ActionEvent as bP, type MessageEnvelope as bQ, type IdentificationData as bR, type IdentificationDataIdOneOf as bS, type AccountInfo as bT, type CreateCheckoutFromSubmissionRequest as bU, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bV, type Form as bW, type FormField as bX, type FormFieldStringType as bY, type FormFieldStringTypeFormatOptionsOneOf as bZ, type StringErrorMessages as b_, ContactField as ba, DisplayFieldType as bb, OverrideEntityType as bc, Kind as bd, FormFieldContactInfoEmailInfoTag as be, FormFieldContactInfoPhoneInfoTag as bf, AddressInfoTag as bg, SubscriptionInfoOptInLevel as bh, FormFieldContactInfoContactField as bi, SpamFilterProtectionLevel as bj, RequiredIndicator as bk, RequiredIndicatorPlacement as bl, Target as bm, SubmitSuccessAction as bn, ChangeableProperty as bo, OverrideEntityTypeEnumOverrideEntityType as bp, Operator as bq, ResultsDisplay as br, IdentityType as bs, ErrorType as bt, SortOrder as bu, Mode as bv, Status as bw, SubmissionErrorType as bx, type Submitter as by, type SubmitterSubmitterOneOf as bz, type CreateSubmissionValidationErrors as c, type FileData as c$, type StringTypePhoneConstraints as c0, type StringTypeValidationMessages as c1, type FormFieldNumberType as c2, type NumberErrorMessages as c3, type IntegerType as c4, type FormFieldBooleanType as c5, type BooleanErrorMessages as c6, type FormFieldArrayType as c7, type FormFieldObjectType as c8, type ObjectTypePropertiesType as c9, type StringCorrectAnswersList as cA, type StringType as cB, type StringTypeFormatOptionsOneOf as cC, type DateTimeConstraints as cD, type PhoneConstraints as cE, type ValidationMessages as cF, type StringQuizFieldSettings as cG, type TextInput as cH, type RichContent as cI, type Node as cJ, type NodeDataOneOf as cK, type NodeStyle as cL, type ButtonData as cM, type Border as cN, type Colors as cO, type PluginContainerData as cP, type PluginContainerDataWidth as cQ, type PluginContainerDataWidthDataOneOf as cR, type Spoiler as cS, type Height as cT, type Styles as cU, type Link as cV, type LinkDataOneOf as cW, type Rel as cX, type CodeBlockData as cY, type TextStyle as cZ, type DividerData as c_, type ObjectTypePropertiesTypePropertiesTypeOneOf as ca, type ObjectErrorMessages as cb, type ArrayTypeArrayItems as cc, type ArrayTypeArrayItemsItemsOneOf as cd, type ArrayErrorMessages as ce, type PredefinedValidation as cf, type PredefinedValidationFormatOptionsOneOf as cg, type PaymentType as ch, type QuantityLimit as ci, type FixedPriceOptions as cj, type DynamicPriceOptions as ck, type Product as cl, type ProductPriceOptionsOneOf as cm, type MultilineAddressValidation as cn, type FieldOverrides as co, type FieldsOverrides as cp, type ObjectArrayType as cq, type NestedFormFieldOverrides as cr, type Validation as cs, type ValidationValidationOneOf as ct, type DataExtensionsDetails as cu, type NestedFormOverrides as cv, type Field as cw, type FieldFieldTypeOptionsOneOf as cx, type InputField as cy, type InputFieldInputTypeOptionsOneOf as cz, type UpdateSubmission as d, type Oembed as d$, type FileSource as d0, type FileSourceDataOneOf as d1, type PDFSettings as d2, type GalleryData as d3, type Media as d4, type Image as d5, type Video as d6, type Item as d7, type ItemDataOneOf as d8, type GalleryOptions as d9, type PollDesign as dA, type OptionDesign as dB, type Poll as dC, type PollDataLayout as dD, type Design as dE, type TextData as dF, type Decoration as dG, type DecorationDataOneOf as dH, type AnchorData as dI, type ColorData as dJ, type LinkData as dK, type MentionData as dL, type FontSizeData as dM, type SpoilerData as dN, type FontFamilyData as dO, type AppEmbedData as dP, type AppEmbedDataAppDataOneOf as dQ, type BookingData as dR, type EventData as dS, type ButtonStyles as dT, type ImageStyles as dU, type RibbonStyles as dV, type CardStyles as dW, type PricingData as dX, type VideoData as dY, type PlaybackOptions as dZ, type EmbedData as d_, type GalleryOptionsLayout as da, type ItemStyle as db, type Thumbnails as dc, type GIFData as dd, type GIF as de, type HeadingData as df, type HTMLData as dg, type HTMLDataDataOneOf as dh, type ImageData as di, type StylesBorder as dj, type ImageDataStyles as dk, type LinkPreviewData as dl, type LinkPreviewDataStyles as dm, type MapData as dn, type MapSettings as dp, type ParagraphData as dq, type PollData as dr, type Permissions as ds, type PollOption as dt, type Settings as du, type PollLayout as dv, type OptionLayout as dw, type Gradient as dx, type Background as dy, type BackgroundBackgroundOneOf as dz, type UpdateSubmissionValidationErrors as e, type DonationInputOption as e$, type CollapsibleListData as e0, type TableData as e1, type Dimensions as e2, type TableCellData as e3, type CellStyle as e4, type BorderColors as e5, type BorderWidths as e6, type ListValue as e7, type AudioData as e8, type OrderedListData as e9, type Password as eA, type NumberCorrectAnswersList as eB, type NumberType as eC, type NumberQuizFieldSettings as eD, type NumberInput as eE, type RatingInput as eF, type BooleanType as eG, type Checkbox as eH, type CorrectAnswersList as eI, type ArrayType as eJ, type ObjectType as eK, type PropertiesType as eL, type PropertiesTypePropertiesTypeOptionsOneOf as eM, type ArrayItems as eN, type ArrayItemsItemTypeOptionsOneOf as eO, type QuizFieldSettings as eP, type CheckboxGroup as eQ, type Option as eR, type ComponentsTags as eS, type TagsOption as eT, type ServicesCheckboxGroup as eU, type FileType as eV, type FileUpload as eW, type Signature as eX, type ProductCheckboxGroup as eY, type ProductCheckboxGroupOption as eZ, type DonationInput as e_, type BulletedListData as ea, type BlockquoteData as eb, type CaptionData as ec, type LayoutData as ed, type BackgroundImage as ee, type LayoutCellData as ef, type ShapeData as eg, type ShapeDataStyles as eh, type Metadata as ei, type DocumentStyle as ej, type TextNodeStyle as ek, type MediaItem as el, type MediaItemMediaOneOf as em, type MediaSettings as en, type RadioGroup as eo, type RadioGroupOption as ep, type CustomOption as eq, type Dropdown as er, type DropdownOption as es, type DateTimeInput as et, type PhoneInput as eu, type DateInput as ev, type TimeInput as ew, type DatePicker as ex, type ServicesDropdown as ey, type ServiceOption as ez, type ConfirmSubmissionResponse as f, type FormFieldContactInfoCustomFieldInfo as f$, type PaymentInput as f0, type FixedPayment as f1, type MultilineAddress as f2, type AddressLine2 as f3, type DefaultCountryConfig as f4, type DefaultCountryConfigOptionsOneOf as f5, type FieldsSettings as f6, type Repeater as f7, type FormLayout as f8, type BreakPoint as f9, type _ArrayComponentTypeOptionsOneOf as fA, type _Object as fB, type WixFile as fC, type WixFileComponentTypeOptionsOneOf as fD, type Payment as fE, type PaymentComponentTypeOptionsOneOf as fF, type Scheduling as fG, type SchedulingComponentTypeOptionsOneOf as fH, type Address as fI, type AddressComponentTypeOptionsOneOf as fJ, type ObjectArray as fK, type ObjectArrayComponentTypeOptionsOneOf as fL, type DisplayField as fM, type DisplayFieldDisplayFieldTypeOptionsOneOf as fN, type RichContentOptions as fO, type PageNavigationOptions as fP, type Step as fQ, type FormRule as fR, type FormOverride as fS, type FormProperties as fT, type PostSubmissionTriggers as fU, type UpsertContact as fV, type V4FormFieldContactInfo as fW, type V4FormFieldContactInfoAdditionalInfoOneOf as fX, type FormFieldContactInfoEmailInfo as fY, type FormFieldContactInfoPhoneInfo as fZ, type FormFieldContactInfoAddressInfo as f_, type ItemLayout as fa, type ItemLayoutItemOneOf as fb, type Group as fc, type Margin as fd, type Section as fe, type Appointment as ff, type AppointmentFormatInfoOneOf as fg, type Location as fh, type LocationLocationInfoOneOf as fi, type InPersonOptions as fj, type VideoConferenceOptions as fk, type PhoneOptions as fl, type FormFieldContactInfo as fm, type FormFieldContactInfoAdditionalInfoOneOf as fn, type EmailInfo as fo, type PhoneInfo as fp, type AddressInfo as fq, type CustomFieldInfo as fr, type SubscriptionInfo as fs, type _String as ft, type _StringComponentTypeOptionsOneOf as fu, type _Number as fv, type _NumberComponentTypeOptionsOneOf as fw, type _Boolean as fx, type _BooleanComponentTypeOptionsOneOf as fy, type _Array as fz, type BulkDeleteSubmissionResponse as g, type BulkRemoveSubmissionFromTrashBinResult as g$, type FormFieldContactInfoSubscriptionInfo as g0, type NestedForm as g1, type LimitationRule as g2, type RequiredIndicatorProperties as g3, type SubmitSettings as g4, type SubmitSettingsSubmitSuccessActionOptionsOneOf as g5, type ThankYouMessageOptions as g6, type RedirectOptions as g7, type FieldGroup as g8, type Rule as g9, type CreateSubmissionResponse as gA, type SubmissionValidationErrorsDetails as gB, type ValidationError as gC, type CreateSubmissionBySubmitterRequest as gD, type CreateSubmissionBySubmitterResponse as gE, type BulkCreateSubmissionBySubmitterRequest as gF, type BulkCreateSubmissionBySubmitterData as gG, type BulkCreateSubmissionBySubmitterResponse as gH, type BulkSubmissionResult as gI, type ItemMetadata as gJ, type ApplicationError as gK, type BulkActionMetadata as gL, type GetSubmissionRequest as gM, type GetSubmissionResponse as gN, type GetSubmissionByCheckoutIdRequest as gO, type GetSubmissionByCheckoutIdResponse as gP, type UpdateSubmissionRequest as gQ, type UpdateSubmissionResponse as gR, type ConfirmSubmissionRequest as gS, type DeleteSubmissionRequest as gT, type DeleteSubmissionResponse as gU, type BulkDeleteSubmissionRequest as gV, type BulkDeleteSubmissionResult as gW, type RestoreSubmissionFromTrashBinRequest as gX, type RemoveSubmissionFromTrashBinRequest as gY, type RemoveSubmissionFromTrashBinResponse as gZ, type BulkRemoveSubmissionFromTrashBinRequest as g_, type RequiredOptions as ga, type HiddenOptions as gb, type AllowedValuesOptions as gc, type FieldOverride as gd, type FieldOverridePropertyTypeOptionsOneOf as ge, type ConditionNode as gf, type ConditionNodeNodeOneOf as gg, type AndCondition as gh, type OrCondition as gi, type Condition as gj, type RuleFormOverride as gk, type RuleFormOverrideEntityTypeOptionsOneOf as gl, type Tags as gm, type TagsTagList as gn, type QuizSettings as go, type QuizSettingsPassingCriteriaOneOf as gp, type QuizSettingsResultsDisplayOptionsOneOf as gq, type PassFailMessages as gr, type CreateCheckoutFromSubmissionResponse as gs, type Checkout as gt, type IsFormSubmittableRequest as gu, type IsFormSubmittableResponse as gv, type Empty as gw, type UpsertContactFromSubmissionRequest as gx, type SubmitContactResponse as gy, type CreateSubmissionRequest as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type NodeTypeWithLiterals as h$, type ListDeletedSubmissionsRequest as h0, type CursorPaging as h1, type CursorPagingMetadata as h2, type Cursors as h3, type GetDeletedSubmissionRequest as h4, type QuerySubmissionRequest as h5, type CursorQueryPagingMethodOneOf as h6, type Sorting as h7, type SearchSubmissionsByNamespaceRequest as h8, type CursorSearch as h9, type UpdateExtendedFieldsRequest as hA, type BulkUpdateFormSubmissionTagsRequest as hB, type BulkUpdateFormSubmissionTagsResult as hC, type BulkUpdateFormSubmissionTagsByFilterRequest as hD, type ValidateFormSubmissionRequest as hE, type FieldViolation as hF, type FieldViolationErrorDataOneOf as hG, type SubmissionValidationErrors as hH, type SubmissionValidationError as hI, type SubmissionValidationErrorErrorMessageOneOf as hJ, type BaseEventMetadata as hK, type EventMetadata as hL, type AccountInfoMetadata as hM, type FormSubmissionSearchSpec as hN, type SubmissionsQueryResult as hO, type FormSubmissionQuerySpec as hP, utils as hQ, type SubmissionStatusWithLiterals as hR, type OptInLevelWithLiterals as hS, type WebhookIdentityTypeWithLiterals as hT, type StringTypeFormatEnumFormatWithLiterals as hU, type ValidationFormatWithLiterals as hV, type ProductTypeWithLiterals as hW, type PriceTypeWithLiterals as hX, type FieldTypeWithLiterals as hY, type FormatEnumFormatWithLiterals as hZ, type StringComponentTypeWithLiterals as h_, type CursorSearchPagingMethodOneOf as ha, type SearchDetails as hb, type SearchSubmissionsByNamespaceForExportRequest as hc, type SearchSubmissionsByNamespaceForExportResponse as hd, type QuerySubmissionsByNamespaceRequest as he, type QuerySubmissionsByNamespaceResponse as hf, type QuerySubmissionsByNamespaceForExportRequest as hg, type QuerySubmissionsByNamespaceForExportResponse as hh, type CountSubmissionsByFilterRequest as hi, type FormSubmissionsCount as hj, type CountSubmissionsRequest as hk, type CountDeletedSubmissionsRequest as hl, type FormDeletedSubmissionsCount as hm, type GetMediaUploadURLRequest as hn, type BulkMarkSubmissionsAsSeenRequest as ho, type GetSubmissionDownloadUrlRequest as hp, type SubmissionDocument as hq, type SubmissionDocumentDocumentOneOf as hr, type DocumentReady as hs, type DownloadSubmissionRequest as ht, type HeadersEntry as hu, type GetFormattedSubmissionRequest as hv, type FormattedSubmission as hw, type ListFormattedSubmissionsRequest as hx, type ListFormattedSubmissionsResponse as hy, type FormattedFormSubmission as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type PhoneInfoTagWithLiterals as i$, type WidthTypeWithLiterals as i0, type PluginContainerDataAlignmentWithLiterals as i1, type ButtonDataTypeWithLiterals as i2, type LinkTargetWithLiterals as i3, type TextAlignmentWithLiterals as i4, type LineStyleWithLiterals as i5, type WidthWithLiterals as i6, type DividerDataAlignmentWithLiterals as i7, type ViewModeWithLiterals as i8, type LayoutTypeWithLiterals as i9, type VerticalAlignmentWithLiterals as iA, type NullValueWithLiterals as iB, type ScalingWithLiterals as iC, type LayoutDataImagePositionWithLiterals as iD, type VerticalAlignmentAlignmentWithLiterals as iE, type ResponsivenessBehaviourWithLiterals as iF, type DesignTargetWithLiterals as iG, type ImagePositionWithLiterals as iH, type AlignmentWithLiterals as iI, type ImageFitWithLiterals as iJ, type NumberOfColumnsWithLiterals as iK, type FirstDayOfWeekWithLiterals as iL, type NumberComponentTypeWithLiterals as iM, type BooleanComponentTypeWithLiterals as iN, type ItemTypeWithLiterals as iO, type PropertiesTypeEnumWithLiterals as iP, type ArrayComponentTypeWithLiterals as iQ, type WixFileComponentTypeWithLiterals as iR, type UploadFileFormatWithLiterals as iS, type PaymentComponentTypeWithLiterals as iT, type ComponentTypeWithLiterals as iU, type TypeWithLiterals as iV, type ObjectArrayComponentTypeWithLiterals as iW, type SchedulingComponentTypeWithLiterals as iX, type FormatWithLiterals as iY, type InputTypeWithLiterals as iZ, type EmailInfoTagWithLiterals as i_, type OrientationWithLiterals as ia, type CropWithLiterals as ib, type ThumbnailsAlignmentWithLiterals as ic, type GIFTypeWithLiterals as id, type SourceWithLiterals as ie, type StylesPositionWithLiterals as ig, type MapTypeWithLiterals as ih, type ViewRoleWithLiterals as ii, type VoteRoleWithLiterals as ij, type PollLayoutTypeWithLiterals as ik, type PollLayoutDirectionWithLiterals as il, type BackgroundTypeWithLiterals as im, type DecorationTypeWithLiterals as io, type FontTypeWithLiterals as ip, type PositionWithLiterals as iq, type AspectRatioWithLiterals as ir, type ResizingWithLiterals as is, type PlacementWithLiterals as it, type CardStylesTypeWithLiterals as iu, type CardStylesAlignmentWithLiterals as iv, type LayoutWithLiterals as iw, type AppTypeWithLiterals as ix, type InitialExpandedItemsWithLiterals as iy, type DirectionWithLiterals as iz, type ListDeletedSubmissionsResponse as j, type TagWithLiterals as j0, type ConfirmationLevelWithLiterals as j1, type ContactFieldWithLiterals as j2, type DisplayFieldTypeWithLiterals as j3, type OverrideEntityTypeWithLiterals as j4, type KindWithLiterals as j5, type FormFieldContactInfoEmailInfoTagWithLiterals as j6, type FormFieldContactInfoPhoneInfoTagWithLiterals as j7, type AddressInfoTagWithLiterals as j8, type SubscriptionInfoOptInLevelWithLiterals as j9, createSubmission as jA, getSubmission as jB, updateSubmission as jC, confirmSubmission as jD, deleteSubmission as jE, bulkDeleteSubmission as jF, restoreSubmissionFromTrashBin as jG, removeSubmissionFromTrashBin as jH, bulkRemoveSubmissionFromTrashBin as jI, listDeletedSubmissions as jJ, getDeletedSubmission as jK, querySubmission as jL, querySubmissionsByNamespace as jM, countSubmissionsByFilter as jN, countSubmissions as jO, countDeletedSubmissions as jP, getMediaUploadUrl as jQ, bulkMarkSubmissionsAsSeen as jR, getSubmissionDownloadUrl as jS, downloadSubmission as jT, getFormattedSubmission as jU, updateExtendedFields as jV, bulkUpdateFormSubmissionTags as jW, bulkUpdateFormSubmissionTagsByFilter as jX, validateFormSubmission as jY, type FormFieldContactInfoContactFieldWithLiterals as ja, type SpamFilterProtectionLevelWithLiterals as jb, type RequiredIndicatorWithLiterals as jc, type RequiredIndicatorPlacementWithLiterals as jd, type TargetWithLiterals as je, type SubmitSuccessActionWithLiterals as jf, type ChangeablePropertyWithLiterals as jg, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jh, type OperatorWithLiterals as ji, type ResultsDisplayWithLiterals as jj, type IdentityTypeWithLiterals as jk, type ErrorTypeWithLiterals as jl, type SortOrderWithLiterals as jm, type ModeWithLiterals as jn, type StatusWithLiterals as jo, type SubmissionErrorTypeWithLiterals as jp, type CommonSearchWithEntityContext as jq, type CommonQueryWithEntityContext as jr, onSubmissionCreated as js, onSubmissionDeleted as jt, onSubmissionRemovedSubmissionFromTrash as ju, onSubmissionStatusUpdated as jv, onSubmissionContactMapped as jw, onSubmissionContactMappingSkipped as jx, onSubmissionUpdated as jy, upsertContactFromSubmission as jz, type CursorQuery as k, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type CountSubmissionsByFilterOptions as n, type CountSubmissionsByFilterResponse as o, type CountSubmissionsOptions as p, type CountSubmissionsResponse as q, type CountDeletedSubmissionsOptions as r, type CountDeletedSubmissionsResponse as s, type GetMediaUploadURLResponse as t, type BulkMarkSubmissionsAsSeenResponse as u, type GetSubmissionDownloadUrlResponse as v, type RawHttpResponse 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 CountSubmissionsByFilterOptions, o as CountSubmissionsByFilterResponse, p as CountSubmissionsOptions, q as CountSubmissionsResponse, r as CountDeletedSubmissionsOptions, s as CountDeletedSubmissionsResponse, t as GetMediaUploadURLResponse, u as BulkMarkSubmissionsAsSeenResponse, v as GetSubmissionDownloadUrlResponse, w as RawHttpResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, A as BulkUpdateFormSubmissionTagsOptions, E as BulkUpdateFormSubmissionTagsResponse, H as BulkUpdateFormSubmissionTagsByFilterOptions, I as BulkUpdateFormSubmissionTagsByFilterResponse, V as ValidateFormSubmissionOptions, J as ValidateFormSubmissionResponse, K as SubmissionCreatedEnvelope, M as SubmissionDeletedEnvelope, N as SubmissionRemovedSubmissionFromTrashEnvelope, O as SubmissionStatusUpdatedEnvelope, P as SubmissionContactMappedEnvelope, T as SubmissionContactMappingSkippedEnvelope, W as SubmissionUpdatedEnvelope, X as FormSubmissionQuery, Y as QuerySubmissionsByNamespaceOptions, Z as typedQuerySubmissionsByNamespace, _ as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-
|
|
3
|
-
export { bT as AccountInfo, hL as AccountInfoMetadata, bP as ActionEvent, fI as Address, fJ as AddressComponentTypeOptionsOneOf, fq as AddressInfo, bg as AddressInfoTag, j7 as AddressInfoTagWithLiterals, f3 as AddressLine2, aQ as Alignment, iH as AlignmentWithLiterals, gc as AllowedValuesOptions, dI as AnchorData, gh as AndCondition, dP as AppEmbedData, dQ as AppEmbedDataAppDataOneOf, aF as AppType, iw as AppTypeWithLiterals, gJ as ApplicationError, ff as Appointment, fg as AppointmentFormatInfoOneOf, aY as ArrayComponentType, iP as ArrayComponentTypeWithLiterals, ce as ArrayErrorMessages, eN as ArrayItems, eO as ArrayItemsItemTypeOptionsOneOf, eJ as ArrayType, cc as ArrayTypeArrayItems, cd as ArrayTypeArrayItemsItemsOneOf, az as AspectRatio, iq as AspectRatioWithLiterals, e8 as AudioData, dy as Background, dz as BackgroundBackgroundOneOf, ee as BackgroundImage, av as BackgroundType, il as BackgroundTypeWithLiterals, hJ as BaseEventMetadata, eb as BlockquoteData, dR as BookingData, aV as BooleanComponentType, iM as BooleanComponentTypeWithLiterals, c6 as BooleanErrorMessages, eG as BooleanType, cN as Border, e5 as BorderColors, e6 as BorderWidths, f9 as BreakPoint, gK as BulkActionMetadata, gF as BulkCreateSubmissionBySubmitterData, gE as BulkCreateSubmissionBySubmitterRequest, gG as BulkCreateSubmissionBySubmitterResponse, gU as BulkDeleteSubmissionRequest, gV as BulkDeleteSubmissionResult, hn as BulkMarkSubmissionsAsSeenRequest, gZ as BulkRemoveSubmissionFromTrashBinRequest, g_ as BulkRemoveSubmissionFromTrashBinResult, gH as BulkSubmissionResult, hC as BulkUpdateFormSubmissionTagsByFilterRequest, hA as BulkUpdateFormSubmissionTagsRequest, hB as BulkUpdateFormSubmissionTagsResult, ea as BulletedListData, cM as ButtonData, ac as ButtonDataType, i1 as ButtonDataTypeWithLiterals, dT as ButtonStyles, ec as CaptionData, dW as CardStyles, aD as CardStylesAlignment, iu as CardStylesAlignmentWithLiterals, aC as CardStylesType, it as CardStylesTypeWithLiterals, e4 as CellStyle, bo as ChangeableProperty, jf as ChangeablePropertyWithLiterals, eH as Checkbox, eQ as CheckboxGroup, gs as Checkout, cY as CodeBlockData, e0 as CollapsibleListData, dJ as ColorData, cO as Colors, jq as CommonQueryWithEntityContext, jp as CommonSearchWithEntityContext, b0 as ComponentType, iT as ComponentTypeWithLiterals, eS as ComponentsTags, gj as Condition, gf as ConditionNode, gg as ConditionNodeNodeOneOf, gR as ConfirmSubmissionRequest, b9 as ConfirmationLevel, j0 as ConfirmationLevelWithLiterals, ba as ContactField, j1 as ContactFieldWithLiterals, eI as CorrectAnswersList, hk as CountDeletedSubmissionsRequest, hh as CountSubmissionsByFilterRequest, hj as CountSubmissionsRequest, bU as CreateCheckoutFromSubmissionRequest, bV as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gr as CreateCheckoutFromSubmissionResponse, gC as CreateSubmissionBySubmitterRequest, gD as CreateSubmissionBySubmitterResponse, gy as CreateSubmissionRequest, gz as CreateSubmissionResponse, al as Crop, ia as CropWithLiterals, h0 as CursorPaging, h1 as CursorPagingMetadata, h5 as CursorQueryPagingMethodOneOf, h8 as CursorSearch, h9 as CursorSearchPagingMethodOneOf, h2 as Cursors, fr as CustomFieldInfo, eq as CustomOption, cu as DataExtensionsDetails, ev as DateInput, ex as DatePicker, cD as DateTimeConstraints, et as DateTimeInput, dG as Decoration, dH as DecorationDataOneOf, aw as DecorationType, im as DecorationTypeWithLiterals, f4 as DefaultCountryConfig, f5 as DefaultCountryConfigOptionsOneOf, gS as DeleteSubmissionRequest, gT as DeleteSubmissionResponse, dE as Design, aO as DesignTarget, iF as DesignTargetWithLiterals, e2 as Dimensions, aH as Direction, iy as DirectionWithLiterals, fM as DisplayField, fN as DisplayFieldDisplayFieldTypeOptionsOneOf, bb as DisplayFieldType, j2 as DisplayFieldTypeWithLiterals, c_ as DividerData, ah as DividerDataAlignment, i6 as DividerDataAlignmentWithLiterals, hr as DocumentReady, ej as DocumentStyle, bJ as DomainEvent, bK as DomainEventBodyOneOf, e_ as DonationInput, e$ as DonationInputOption, hs as DownloadSubmissionRequest, er as Dropdown, es as DropdownOption, ck as DynamicPriceOptions, fo as EmailInfo, b6 as EmailInfoTag, iZ as EmailInfoTagWithLiterals, d_ as EmbedData, gv as Empty, bL as EntityCreatedEvent, bO as EntityDeletedEvent, bN as EntityUpdatedEvent, bt as ErrorType, jk as ErrorTypeWithLiterals, dS as EventData, hK as EventMetadata, bA as ExtendedFields, cw as Field, cx as FieldFieldTypeOptionsOneOf, g8 as FieldGroup, gd as FieldOverride, ge as FieldOverridePropertyTypeOptionsOneOf, co as FieldOverrides, a6 as FieldType, hX as FieldTypeWithLiterals, hE as FieldViolation, hF as FieldViolationErrorDataOneOf, cp as FieldsOverrides, f6 as FieldsSettings, c$ as FileData, d0 as FileSource, d1 as FileSourceDataOneOf, eV as FileType, eW as FileUpload, aT as FirstDayOfWeek, iK as FirstDayOfWeekWithLiterals, f1 as FixedPayment, cj as FixedPriceOptions, dO as FontFamilyData, dM as FontSizeData, ax as FontType, io as FontTypeWithLiterals, bW as Form, hl as FormDeletedSubmissionsCount, bX as FormField, c7 as FormFieldArrayType, c5 as FormFieldBooleanType, fm as FormFieldContactInfo, fn as FormFieldContactInfoAdditionalInfoOneOf, f_ as FormFieldContactInfoAddressInfo, bi as FormFieldContactInfoContactField, j9 as FormFieldContactInfoContactFieldWithLiterals, f$ as FormFieldContactInfoCustomFieldInfo, fY as FormFieldContactInfoEmailInfo, be as FormFieldContactInfoEmailInfoTag, j5 as FormFieldContactInfoEmailInfoTagWithLiterals, fZ as FormFieldContactInfoPhoneInfo, bf as FormFieldContactInfoPhoneInfoTag, j6 as FormFieldContactInfoPhoneInfoTagWithLiterals, g0 as FormFieldContactInfoSubscriptionInfo, c2 as FormFieldNumberType, c8 as FormFieldObjectType, bY as FormFieldStringType, bZ as FormFieldStringTypeFormatOptionsOneOf, f8 as FormLayout, fS as FormOverride, fT as FormProperties, fR as FormRule, hO as FormSubmissionQuerySpec, hM as FormSubmissionSearchSpec, bE as FormSubmissionStatusUpdatedEvent, hi as FormSubmissionsCount, b4 as Format, a7 as FormatEnumFormat, hY as FormatEnumFormatWithLiterals, iX as FormatWithLiterals, hy as FormattedFormSubmission, hv as FormattedSubmission, de as GIF, dd as GIFData, an as GIFType, ic as GIFTypeWithLiterals, d3 as GalleryData, d9 as GalleryOptions, da as GalleryOptionsLayout, h3 as GetDeletedSubmissionRequest, hu as GetFormattedSubmissionRequest, hm as GetMediaUploadURLRequest, gN as GetSubmissionByCheckoutIdRequest, gO as GetSubmissionByCheckoutIdResponse, ho as GetSubmissionDownloadUrlRequest, gL as GetSubmissionRequest, gM as GetSubmissionResponse, dx as Gradient, fc as Group, dg as HTMLData, dh as HTMLDataDataOneOf, ht as HeadersEntry, df as HeadingData, cT as Height, gb as HiddenOptions, bR as IdentificationData, bS as IdentificationDataIdOneOf, bs as IdentityType, jj as IdentityTypeWithLiterals, d5 as Image, di as ImageData, dk as ImageDataStyles, aR as ImageFit, iI as ImageFitWithLiterals, aP as ImagePosition, iG as ImagePositionWithLiterals, dU as ImageStyles, fj as InPersonOptions, aG as InitialExpandedItems, ix as InitialExpandedItemsWithLiterals, cy as InputField, cz as InputFieldInputTypeOptionsOneOf, b5 as InputType, iY as InputTypeWithLiterals, c4 as IntegerType, gt as IsFormSubmittableRequest, gu as IsFormSubmittableResponse, d7 as Item, d8 as ItemDataOneOf, fa as ItemLayout, fb as ItemLayoutItemOneOf, gI as ItemMetadata, db as ItemStyle, aW as ItemType, iN as ItemTypeWithLiterals, bd as Kind, j4 as KindWithLiterals, aE as Layout, ef as LayoutCellData, ed as LayoutData, aL as LayoutDataImagePosition, iC as LayoutDataImagePositionWithLiterals, aj as LayoutType, i8 as LayoutTypeWithLiterals, iv as LayoutWithLiterals, g2 as LimitationRule, af as LineStyle, i4 as LineStyleWithLiterals, cV as Link, dK as LinkData, cW as LinkDataOneOf, dl as LinkPreviewData, dm as LinkPreviewDataStyles, ad as LinkTarget, i2 as LinkTargetWithLiterals, g$ as ListDeletedSubmissionsRequest, hw as ListFormattedSubmissionsRequest, hx as ListFormattedSubmissionsResponse, e7 as ListValue, fh as Location, fi as LocationLocationInfoOneOf, dn as MapData, dp as MapSettings, aq as MapType, ig as MapTypeWithLiterals, fd as Margin, bH as MarketingSubscriptionDetails, d4 as Media, el as MediaItem, em as MediaItemMediaOneOf, en as MediaSettings, dL as MentionData, bQ as MessageEnvelope, ei as Metadata, bv as Mode, jm as ModeWithLiterals, f2 as MultilineAddress, cn as MultilineAddressValidation, g1 as NestedForm, cr as NestedFormFieldOverrides, cv as NestedFormOverrides, cJ as Node, cK as NodeDataOneOf, cL as NodeStyle, a9 as NodeType, h_ as NodeTypeWithLiterals, aJ as NullValue, iA as NullValueWithLiterals, aU as NumberComponentType, iL as NumberComponentTypeWithLiterals, eB as NumberCorrectAnswersList, c3 as NumberErrorMessages, eE as NumberInput, aS as NumberOfColumns, iJ as NumberOfColumnsWithLiterals, eD as NumberQuizFieldSettings, eC as NumberType, fK as ObjectArray, b2 as ObjectArrayComponentType, fL as ObjectArrayComponentTypeOptionsOneOf, iV as ObjectArrayComponentTypeWithLiterals, cq as ObjectArrayType, cb as ObjectErrorMessages, eK as ObjectType, c9 as ObjectTypePropertiesType, ca as ObjectTypePropertiesTypePropertiesTypeOneOf, d$ as Oembed, bq as Operator, jh as OperatorWithLiterals, a0 as OptInLevel, hR as OptInLevelWithLiterals, eR as Option, dB as OptionDesign, dw as OptionLayout, gi as OrCondition, bB as OrderDetails, e9 as OrderedListData, ak as Orientation, i9 as OrientationWithLiterals, bc as OverrideEntityType, bp as OverrideEntityTypeEnumOverrideEntityType, jg as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, j3 as OverrideEntityTypeWithLiterals, d2 as PDFSettings, fP as PageNavigationOptions, dq as ParagraphData, gq as PassFailMessages, eA as Password, fE as Payment, a$ as PaymentComponentType, fF as PaymentComponentTypeOptionsOneOf, iS as PaymentComponentTypeWithLiterals, f0 as PaymentInput, ch as PaymentType, ds as Permissions, cE as PhoneConstraints, fp as PhoneInfo, b7 as PhoneInfoTag, i_ as PhoneInfoTagWithLiterals, eu as PhoneInput, fl as PhoneOptions, aB as Placement, is as PlacementWithLiterals, dZ as PlaybackOptions, cP as PluginContainerData, ab as PluginContainerDataAlignment, i0 as PluginContainerDataAlignmentWithLiterals, cQ as PluginContainerDataWidth, cR as PluginContainerDataWidthDataOneOf, dC as Poll, dr as PollData, dD as PollDataLayout, dA as PollDesign, dv as PollLayout, au as PollLayoutDirection, ik as PollLayoutDirectionWithLiterals, at as PollLayoutType, ij as PollLayoutTypeWithLiterals, dt as PollOption, ay as Position, ip as PositionWithLiterals, fU as PostSubmissionTriggers, cf as PredefinedValidation, cg as PredefinedValidationFormatOptionsOneOf, a5 as PriceType, hW as PriceTypeWithLiterals, dX as PricingData, cl as Product, eY as ProductCheckboxGroup, eZ as ProductCheckboxGroupOption, cm as ProductPriceOptionsOneOf, a4 as ProductType, hV as ProductTypeWithLiterals, eL as PropertiesType, aX as PropertiesTypeEnum, iO as PropertiesTypeEnumWithLiterals, eM as PropertiesTypePropertiesTypeOptionsOneOf, bC as PublicTags, ci as QuantityLimit, h4 as QuerySubmissionRequest, hf as QuerySubmissionsByNamespaceForExportRequest, hg as QuerySubmissionsByNamespaceForExportResponse, hd as QuerySubmissionsByNamespaceRequest, he as QuerySubmissionsByNamespaceResponse, eP as QuizFieldSettings, go as QuizSettings, gp as QuizSettingsResultsDisplayOptionsOneOf, eo as RadioGroup, ep as RadioGroupOption, eF as RatingInput, g7 as RedirectOptions, cX as Rel, gX as RemoveSubmissionFromTrashBinRequest, gY as RemoveSubmissionFromTrashBinResponse, bF as RemovedSubmissionFromTrash, f7 as Repeater, bk as RequiredIndicator, bl as RequiredIndicatorPlacement, jc as RequiredIndicatorPlacementWithLiterals, g3 as RequiredIndicatorProperties, jb as RequiredIndicatorWithLiterals, ga as RequiredOptions, aA as Resizing, ir as ResizingWithLiterals, aN as ResponsivenessBehaviour, iE as ResponsivenessBehaviourWithLiterals, bM as RestoreInfo, gW as RestoreSubmissionFromTrashBinRequest, br as ResultsDisplay, ji as ResultsDisplayWithLiterals, dV as RibbonStyles, cI as RichContent, fO as RichContentOptions, g9 as Rule, gk as RuleFormOverride, gl as RuleFormOverrideEntityTypeOptionsOneOf, aK as Scaling, iB as ScalingWithLiterals, fG as Scheduling, b3 as SchedulingComponentType, fH as SchedulingComponentTypeOptionsOneOf, iW as SchedulingComponentTypeWithLiterals, ha as SearchDetails, hb as SearchSubmissionsByNamespaceForExportRequest, hc as SearchSubmissionsByNamespaceForExportResponse, h7 as SearchSubmissionsByNamespaceRequest, fe as Section, ez as ServiceOption, eU as ServicesCheckboxGroup, ey as ServicesDropdown, du as Settings, eg as ShapeData, eh as ShapeDataStyles, eX as Signature, bu as SortOrder, jl as SortOrderWithLiterals, h6 as Sorting, ao as Source, id as SourceWithLiterals, bj as SpamFilterProtectionLevel, ja as SpamFilterProtectionLevelWithLiterals, cS as Spoiler, dN as SpoilerData, bw as Status, jn as StatusWithLiterals, fQ as Step, a8 as StringComponentType, hZ as StringComponentTypeWithLiterals, cA as StringCorrectAnswersList, b_ as StringErrorMessages, cG as StringQuizFieldSettings, cB as StringType, b$ as StringTypeDateTimeConstraints, a2 as StringTypeFormatEnumFormat, hT as StringTypeFormatEnumFormatWithLiterals, cC as StringTypeFormatOptionsOneOf, c0 as StringTypePhoneConstraints, c1 as StringTypeValidationMessages, cU as Styles, dj as StylesBorder, ap as StylesPosition, ie as StylesPositionWithLiterals, bG as SubmissionContactMapped, bI as SubmissionContactMappingSkipped, hp as SubmissionDocument, hq as SubmissionDocumentDocumentOneOf, bx as SubmissionErrorType, jo as SubmissionErrorTypeWithLiterals, $ as SubmissionStatus, hQ as SubmissionStatusWithLiterals, hH as SubmissionValidationError, hI as SubmissionValidationErrorErrorMessageOneOf, hG as SubmissionValidationErrors, gA as SubmissionValidationErrorsDetails, hN as SubmissionsQueryResult, gx as SubmitContactResponse, g4 as SubmitSettings, g5 as SubmitSettingsSubmitSuccessActionOptionsOneOf, bn as SubmitSuccessAction, je as SubmitSuccessActionWithLiterals, by as Submitter, bz as SubmitterSubmitterOneOf, fs as SubscriptionInfo, bh as SubscriptionInfoOptInLevel, j8 as SubscriptionInfoOptInLevelWithLiterals, e3 as TableCellData, e1 as TableData, b8 as Tag, bD as TagList, i$ as TagWithLiterals, gm as Tags, eT as TagsOption, gn as TagsTagList, bm as Target, jd as TargetWithLiterals, ae as TextAlignment, i3 as TextAlignmentWithLiterals, dF as TextData, cH as TextInput, ek as TextNodeStyle, cZ as TextStyle, g6 as ThankYouMessageOptions, dc as Thumbnails, am as ThumbnailsAlignment, ib as ThumbnailsAlignmentWithLiterals, ew as TimeInput, b1 as Type, iU as TypeWithLiterals, hz as UpdateExtendedFieldsRequest, gP as UpdateSubmissionRequest, gQ as UpdateSubmissionResponse, a_ as UploadFileFormat, iR as UploadFileFormatWithLiterals, fV as UpsertContact, gw as UpsertContactFromSubmissionRequest, fW as V4FormFieldContactInfo, fX as V4FormFieldContactInfoAdditionalInfoOneOf, hD as ValidateFormSubmissionRequest, cs as Validation, gB as ValidationError, a3 as ValidationFormat, hU as ValidationFormatWithLiterals, cF as ValidationMessages, ct as ValidationValidationOneOf, aI as VerticalAlignment, aM as VerticalAlignmentAlignment, iD as VerticalAlignmentAlignmentWithLiterals, iz as VerticalAlignmentWithLiterals, d6 as Video, fk as VideoConferenceOptions, dY as VideoData, ai as ViewMode, i7 as ViewModeWithLiterals, ar as ViewRole, ih as ViewRoleWithLiterals, as as VoteRole, ii as VoteRoleWithLiterals, a1 as WebhookIdentityType, hS as WebhookIdentityTypeWithLiterals, ag as Width, aa as WidthType, h$ as WidthTypeWithLiterals, i5 as WidthWithLiterals, fC as WixFile, aZ as WixFileComponentType, fD as WixFileComponentTypeOptionsOneOf, iQ as WixFileComponentTypeWithLiterals, fz as _Array, fA as _ArrayComponentTypeOptionsOneOf, fx as _Boolean, fy as _BooleanComponentTypeOptionsOneOf, fv as _Number, fw as _NumberComponentTypeOptionsOneOf, fB as _Object, ft as _String, fu as _StringComponentTypeOptionsOneOf, hP as utils } from './forms-v4-submission-submissions.universal-j32T0u1k.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 CountSubmissionsByFilterOptions, o as CountSubmissionsByFilterResponse, p as CountSubmissionsOptions, q as CountSubmissionsResponse, r as CountDeletedSubmissionsOptions, s as CountDeletedSubmissionsResponse, t as GetMediaUploadURLResponse, u as BulkMarkSubmissionsAsSeenResponse, v as GetSubmissionDownloadUrlResponse, w as RawHttpResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, A as BulkUpdateFormSubmissionTagsOptions, E as BulkUpdateFormSubmissionTagsResponse, H as BulkUpdateFormSubmissionTagsByFilterOptions, I as BulkUpdateFormSubmissionTagsByFilterResponse, V as ValidateFormSubmissionOptions, J as ValidateFormSubmissionResponse, K as SubmissionCreatedEnvelope, M as SubmissionDeletedEnvelope, N as SubmissionRemovedSubmissionFromTrashEnvelope, O as SubmissionStatusUpdatedEnvelope, P as SubmissionContactMappedEnvelope, T as SubmissionContactMappingSkippedEnvelope, W as SubmissionUpdatedEnvelope, X as FormSubmissionQuery, Y as QuerySubmissionsByNamespaceOptions, Z as typedQuerySubmissionsByNamespace, _ as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-CioD21SQ.js';
|
|
3
|
+
export { bT as AccountInfo, hM as AccountInfoMetadata, bP as ActionEvent, fI as Address, fJ as AddressComponentTypeOptionsOneOf, fq as AddressInfo, bg as AddressInfoTag, j8 as AddressInfoTagWithLiterals, f3 as AddressLine2, aQ as Alignment, iI as AlignmentWithLiterals, gc as AllowedValuesOptions, dI as AnchorData, gh as AndCondition, dP as AppEmbedData, dQ as AppEmbedDataAppDataOneOf, aF as AppType, ix as AppTypeWithLiterals, gK as ApplicationError, ff as Appointment, fg as AppointmentFormatInfoOneOf, aY as ArrayComponentType, iQ as ArrayComponentTypeWithLiterals, ce as ArrayErrorMessages, eN as ArrayItems, eO as ArrayItemsItemTypeOptionsOneOf, eJ as ArrayType, cc as ArrayTypeArrayItems, cd as ArrayTypeArrayItemsItemsOneOf, az as AspectRatio, ir as AspectRatioWithLiterals, e8 as AudioData, dy as Background, dz as BackgroundBackgroundOneOf, ee as BackgroundImage, av as BackgroundType, im as BackgroundTypeWithLiterals, hK as BaseEventMetadata, eb as BlockquoteData, dR as BookingData, aV as BooleanComponentType, iN as BooleanComponentTypeWithLiterals, c6 as BooleanErrorMessages, eG as BooleanType, cN as Border, e5 as BorderColors, e6 as BorderWidths, f9 as BreakPoint, gL as BulkActionMetadata, gG as BulkCreateSubmissionBySubmitterData, gF as BulkCreateSubmissionBySubmitterRequest, gH as BulkCreateSubmissionBySubmitterResponse, gV as BulkDeleteSubmissionRequest, gW as BulkDeleteSubmissionResult, ho as BulkMarkSubmissionsAsSeenRequest, g_ as BulkRemoveSubmissionFromTrashBinRequest, g$ as BulkRemoveSubmissionFromTrashBinResult, gI as BulkSubmissionResult, hD as BulkUpdateFormSubmissionTagsByFilterRequest, hB as BulkUpdateFormSubmissionTagsRequest, hC as BulkUpdateFormSubmissionTagsResult, ea as BulletedListData, cM as ButtonData, ac as ButtonDataType, i2 as ButtonDataTypeWithLiterals, dT as ButtonStyles, ec as CaptionData, dW as CardStyles, aD as CardStylesAlignment, iv as CardStylesAlignmentWithLiterals, aC as CardStylesType, iu as CardStylesTypeWithLiterals, e4 as CellStyle, bo as ChangeableProperty, jg as ChangeablePropertyWithLiterals, eH as Checkbox, eQ as CheckboxGroup, gt as Checkout, cY as CodeBlockData, e0 as CollapsibleListData, dJ as ColorData, cO as Colors, jr as CommonQueryWithEntityContext, jq as CommonSearchWithEntityContext, b0 as ComponentType, iU as ComponentTypeWithLiterals, eS as ComponentsTags, gj as Condition, gf as ConditionNode, gg as ConditionNodeNodeOneOf, gS as ConfirmSubmissionRequest, b9 as ConfirmationLevel, j1 as ConfirmationLevelWithLiterals, ba as ContactField, j2 as ContactFieldWithLiterals, eI as CorrectAnswersList, hl as CountDeletedSubmissionsRequest, hi as CountSubmissionsByFilterRequest, hk as CountSubmissionsRequest, bU as CreateCheckoutFromSubmissionRequest, bV as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gs as CreateCheckoutFromSubmissionResponse, gD as CreateSubmissionBySubmitterRequest, gE as CreateSubmissionBySubmitterResponse, gz as CreateSubmissionRequest, gA as CreateSubmissionResponse, al as Crop, ib as CropWithLiterals, h1 as CursorPaging, h2 as CursorPagingMetadata, h6 as CursorQueryPagingMethodOneOf, h9 as CursorSearch, ha as CursorSearchPagingMethodOneOf, h3 as Cursors, fr as CustomFieldInfo, eq as CustomOption, cu as DataExtensionsDetails, ev as DateInput, ex as DatePicker, cD as DateTimeConstraints, et as DateTimeInput, dG as Decoration, dH as DecorationDataOneOf, aw as DecorationType, io as DecorationTypeWithLiterals, f4 as DefaultCountryConfig, f5 as DefaultCountryConfigOptionsOneOf, gT as DeleteSubmissionRequest, gU as DeleteSubmissionResponse, dE as Design, aO as DesignTarget, iG as DesignTargetWithLiterals, e2 as Dimensions, aH as Direction, iz as DirectionWithLiterals, fM as DisplayField, fN as DisplayFieldDisplayFieldTypeOptionsOneOf, bb as DisplayFieldType, j3 as DisplayFieldTypeWithLiterals, c_ as DividerData, ah as DividerDataAlignment, i7 as DividerDataAlignmentWithLiterals, hs as DocumentReady, ej as DocumentStyle, bJ as DomainEvent, bK as DomainEventBodyOneOf, e_ as DonationInput, e$ as DonationInputOption, ht as DownloadSubmissionRequest, er as Dropdown, es as DropdownOption, ck as DynamicPriceOptions, fo as EmailInfo, b6 as EmailInfoTag, i_ as EmailInfoTagWithLiterals, d_ as EmbedData, gw as Empty, bL as EntityCreatedEvent, bO as EntityDeletedEvent, bN as EntityUpdatedEvent, bt as ErrorType, jl as ErrorTypeWithLiterals, dS as EventData, hL as EventMetadata, bA as ExtendedFields, cw as Field, cx as FieldFieldTypeOptionsOneOf, g8 as FieldGroup, gd as FieldOverride, ge as FieldOverridePropertyTypeOptionsOneOf, co as FieldOverrides, a6 as FieldType, hY as FieldTypeWithLiterals, hF as FieldViolation, hG as FieldViolationErrorDataOneOf, cp as FieldsOverrides, f6 as FieldsSettings, c$ as FileData, d0 as FileSource, d1 as FileSourceDataOneOf, eV as FileType, eW as FileUpload, aT as FirstDayOfWeek, iL as FirstDayOfWeekWithLiterals, f1 as FixedPayment, cj as FixedPriceOptions, dO as FontFamilyData, dM as FontSizeData, ax as FontType, ip as FontTypeWithLiterals, bW as Form, hm as FormDeletedSubmissionsCount, bX as FormField, c7 as FormFieldArrayType, c5 as FormFieldBooleanType, fm as FormFieldContactInfo, fn as FormFieldContactInfoAdditionalInfoOneOf, f_ as FormFieldContactInfoAddressInfo, bi as FormFieldContactInfoContactField, ja as FormFieldContactInfoContactFieldWithLiterals, f$ as FormFieldContactInfoCustomFieldInfo, fY as FormFieldContactInfoEmailInfo, be as FormFieldContactInfoEmailInfoTag, j6 as FormFieldContactInfoEmailInfoTagWithLiterals, fZ as FormFieldContactInfoPhoneInfo, bf as FormFieldContactInfoPhoneInfoTag, j7 as FormFieldContactInfoPhoneInfoTagWithLiterals, g0 as FormFieldContactInfoSubscriptionInfo, c2 as FormFieldNumberType, c8 as FormFieldObjectType, bY as FormFieldStringType, bZ as FormFieldStringTypeFormatOptionsOneOf, f8 as FormLayout, fS as FormOverride, fT as FormProperties, fR as FormRule, hP as FormSubmissionQuerySpec, hN as FormSubmissionSearchSpec, bE as FormSubmissionStatusUpdatedEvent, hj as FormSubmissionsCount, b4 as Format, a7 as FormatEnumFormat, hZ as FormatEnumFormatWithLiterals, iY as FormatWithLiterals, hz as FormattedFormSubmission, hw as FormattedSubmission, de as GIF, dd as GIFData, an as GIFType, id as GIFTypeWithLiterals, d3 as GalleryData, d9 as GalleryOptions, da as GalleryOptionsLayout, h4 as GetDeletedSubmissionRequest, hv as GetFormattedSubmissionRequest, hn as GetMediaUploadURLRequest, gO as GetSubmissionByCheckoutIdRequest, gP as GetSubmissionByCheckoutIdResponse, hp as GetSubmissionDownloadUrlRequest, gM as GetSubmissionRequest, gN as GetSubmissionResponse, dx as Gradient, fc as Group, dg as HTMLData, dh as HTMLDataDataOneOf, hu as HeadersEntry, df as HeadingData, cT as Height, gb as HiddenOptions, bR as IdentificationData, bS as IdentificationDataIdOneOf, bs as IdentityType, jk as IdentityTypeWithLiterals, d5 as Image, di as ImageData, dk as ImageDataStyles, aR as ImageFit, iJ as ImageFitWithLiterals, aP as ImagePosition, iH as ImagePositionWithLiterals, dU as ImageStyles, fj as InPersonOptions, aG as InitialExpandedItems, iy as InitialExpandedItemsWithLiterals, cy as InputField, cz as InputFieldInputTypeOptionsOneOf, b5 as InputType, iZ as InputTypeWithLiterals, c4 as IntegerType, gu as IsFormSubmittableRequest, gv as IsFormSubmittableResponse, d7 as Item, d8 as ItemDataOneOf, fa as ItemLayout, fb as ItemLayoutItemOneOf, gJ as ItemMetadata, db as ItemStyle, aW as ItemType, iO as ItemTypeWithLiterals, bd as Kind, j5 as KindWithLiterals, aE as Layout, ef as LayoutCellData, ed as LayoutData, aL as LayoutDataImagePosition, iD as LayoutDataImagePositionWithLiterals, aj as LayoutType, i9 as LayoutTypeWithLiterals, iw as LayoutWithLiterals, g2 as LimitationRule, af as LineStyle, i5 as LineStyleWithLiterals, cV as Link, dK as LinkData, cW as LinkDataOneOf, dl as LinkPreviewData, dm as LinkPreviewDataStyles, ad as LinkTarget, i3 as LinkTargetWithLiterals, h0 as ListDeletedSubmissionsRequest, hx as ListFormattedSubmissionsRequest, hy as ListFormattedSubmissionsResponse, e7 as ListValue, fh as Location, fi as LocationLocationInfoOneOf, dn as MapData, dp as MapSettings, aq as MapType, ih as MapTypeWithLiterals, fd as Margin, bH as MarketingSubscriptionDetails, d4 as Media, el as MediaItem, em as MediaItemMediaOneOf, en as MediaSettings, dL as MentionData, bQ as MessageEnvelope, ei as Metadata, bv as Mode, jn as ModeWithLiterals, f2 as MultilineAddress, cn as MultilineAddressValidation, g1 as NestedForm, cr as NestedFormFieldOverrides, cv as NestedFormOverrides, cJ as Node, cK as NodeDataOneOf, cL as NodeStyle, a9 as NodeType, h$ as NodeTypeWithLiterals, aJ as NullValue, iB as NullValueWithLiterals, aU as NumberComponentType, iM as NumberComponentTypeWithLiterals, eB as NumberCorrectAnswersList, c3 as NumberErrorMessages, eE as NumberInput, aS as NumberOfColumns, iK as NumberOfColumnsWithLiterals, eD as NumberQuizFieldSettings, eC as NumberType, fK as ObjectArray, b2 as ObjectArrayComponentType, fL as ObjectArrayComponentTypeOptionsOneOf, iW as ObjectArrayComponentTypeWithLiterals, cq as ObjectArrayType, cb as ObjectErrorMessages, eK as ObjectType, c9 as ObjectTypePropertiesType, ca as ObjectTypePropertiesTypePropertiesTypeOneOf, d$ as Oembed, bq as Operator, ji as OperatorWithLiterals, a0 as OptInLevel, hS as OptInLevelWithLiterals, eR as Option, dB as OptionDesign, dw as OptionLayout, gi as OrCondition, bB as OrderDetails, e9 as OrderedListData, ak as Orientation, ia as OrientationWithLiterals, bc as OverrideEntityType, bp as OverrideEntityTypeEnumOverrideEntityType, jh as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, j4 as OverrideEntityTypeWithLiterals, d2 as PDFSettings, fP as PageNavigationOptions, dq as ParagraphData, gr as PassFailMessages, eA as Password, fE as Payment, a$ as PaymentComponentType, fF as PaymentComponentTypeOptionsOneOf, iT as PaymentComponentTypeWithLiterals, f0 as PaymentInput, ch as PaymentType, ds as Permissions, cE as PhoneConstraints, fp as PhoneInfo, b7 as PhoneInfoTag, i$ as PhoneInfoTagWithLiterals, eu as PhoneInput, fl as PhoneOptions, aB as Placement, it as PlacementWithLiterals, dZ as PlaybackOptions, cP as PluginContainerData, ab as PluginContainerDataAlignment, i1 as PluginContainerDataAlignmentWithLiterals, cQ as PluginContainerDataWidth, cR as PluginContainerDataWidthDataOneOf, dC as Poll, dr as PollData, dD as PollDataLayout, dA as PollDesign, dv as PollLayout, au as PollLayoutDirection, il as PollLayoutDirectionWithLiterals, at as PollLayoutType, ik as PollLayoutTypeWithLiterals, dt as PollOption, ay as Position, iq as PositionWithLiterals, fU as PostSubmissionTriggers, cf as PredefinedValidation, cg as PredefinedValidationFormatOptionsOneOf, a5 as PriceType, hX as PriceTypeWithLiterals, dX as PricingData, cl as Product, eY as ProductCheckboxGroup, eZ as ProductCheckboxGroupOption, cm as ProductPriceOptionsOneOf, a4 as ProductType, hW as ProductTypeWithLiterals, eL as PropertiesType, aX as PropertiesTypeEnum, iP as PropertiesTypeEnumWithLiterals, eM as PropertiesTypePropertiesTypeOptionsOneOf, bC as PublicTags, ci as QuantityLimit, h5 as QuerySubmissionRequest, hg as QuerySubmissionsByNamespaceForExportRequest, hh as QuerySubmissionsByNamespaceForExportResponse, he as QuerySubmissionsByNamespaceRequest, hf as QuerySubmissionsByNamespaceResponse, eP as QuizFieldSettings, go as QuizSettings, gp as QuizSettingsPassingCriteriaOneOf, gq as QuizSettingsResultsDisplayOptionsOneOf, eo as RadioGroup, ep as RadioGroupOption, eF as RatingInput, g7 as RedirectOptions, cX as Rel, gY as RemoveSubmissionFromTrashBinRequest, gZ as RemoveSubmissionFromTrashBinResponse, bF as RemovedSubmissionFromTrash, f7 as Repeater, bk as RequiredIndicator, bl as RequiredIndicatorPlacement, jd as RequiredIndicatorPlacementWithLiterals, g3 as RequiredIndicatorProperties, jc as RequiredIndicatorWithLiterals, ga as RequiredOptions, aA as Resizing, is as ResizingWithLiterals, aN as ResponsivenessBehaviour, iF as ResponsivenessBehaviourWithLiterals, bM as RestoreInfo, gX as RestoreSubmissionFromTrashBinRequest, br as ResultsDisplay, jj as ResultsDisplayWithLiterals, dV as RibbonStyles, cI as RichContent, fO as RichContentOptions, g9 as Rule, gk as RuleFormOverride, gl as RuleFormOverrideEntityTypeOptionsOneOf, aK as Scaling, iC as ScalingWithLiterals, fG as Scheduling, b3 as SchedulingComponentType, fH as SchedulingComponentTypeOptionsOneOf, iX as SchedulingComponentTypeWithLiterals, hb as SearchDetails, hc as SearchSubmissionsByNamespaceForExportRequest, hd as SearchSubmissionsByNamespaceForExportResponse, h8 as SearchSubmissionsByNamespaceRequest, fe as Section, ez as ServiceOption, eU as ServicesCheckboxGroup, ey as ServicesDropdown, du as Settings, eg as ShapeData, eh as ShapeDataStyles, eX as Signature, bu as SortOrder, jm as SortOrderWithLiterals, h7 as Sorting, ao as Source, ie as SourceWithLiterals, bj as SpamFilterProtectionLevel, jb as SpamFilterProtectionLevelWithLiterals, cS as Spoiler, dN as SpoilerData, bw as Status, jo as StatusWithLiterals, fQ as Step, a8 as StringComponentType, h_ as StringComponentTypeWithLiterals, cA as StringCorrectAnswersList, b_ as StringErrorMessages, cG as StringQuizFieldSettings, cB as StringType, b$ as StringTypeDateTimeConstraints, a2 as StringTypeFormatEnumFormat, hU as StringTypeFormatEnumFormatWithLiterals, cC as StringTypeFormatOptionsOneOf, c0 as StringTypePhoneConstraints, c1 as StringTypeValidationMessages, cU as Styles, dj as StylesBorder, ap as StylesPosition, ig as StylesPositionWithLiterals, bG as SubmissionContactMapped, bI as SubmissionContactMappingSkipped, hq as SubmissionDocument, hr as SubmissionDocumentDocumentOneOf, bx as SubmissionErrorType, jp as SubmissionErrorTypeWithLiterals, $ as SubmissionStatus, hR as SubmissionStatusWithLiterals, hI as SubmissionValidationError, hJ as SubmissionValidationErrorErrorMessageOneOf, hH as SubmissionValidationErrors, gB as SubmissionValidationErrorsDetails, hO as SubmissionsQueryResult, gy as SubmitContactResponse, g4 as SubmitSettings, g5 as SubmitSettingsSubmitSuccessActionOptionsOneOf, bn as SubmitSuccessAction, jf as SubmitSuccessActionWithLiterals, by as Submitter, bz as SubmitterSubmitterOneOf, fs as SubscriptionInfo, bh as SubscriptionInfoOptInLevel, j9 as SubscriptionInfoOptInLevelWithLiterals, e3 as TableCellData, e1 as TableData, b8 as Tag, bD as TagList, j0 as TagWithLiterals, gm as Tags, eT as TagsOption, gn as TagsTagList, bm as Target, je as TargetWithLiterals, ae as TextAlignment, i4 as TextAlignmentWithLiterals, dF as TextData, cH as TextInput, ek as TextNodeStyle, cZ as TextStyle, g6 as ThankYouMessageOptions, dc as Thumbnails, am as ThumbnailsAlignment, ic as ThumbnailsAlignmentWithLiterals, ew as TimeInput, b1 as Type, iV as TypeWithLiterals, hA as UpdateExtendedFieldsRequest, gQ as UpdateSubmissionRequest, gR as UpdateSubmissionResponse, a_ as UploadFileFormat, iS as UploadFileFormatWithLiterals, fV as UpsertContact, gx as UpsertContactFromSubmissionRequest, fW as V4FormFieldContactInfo, fX as V4FormFieldContactInfoAdditionalInfoOneOf, hE as ValidateFormSubmissionRequest, cs as Validation, gC as ValidationError, a3 as ValidationFormat, hV as ValidationFormatWithLiterals, cF as ValidationMessages, ct as ValidationValidationOneOf, aI as VerticalAlignment, aM as VerticalAlignmentAlignment, iE as VerticalAlignmentAlignmentWithLiterals, iA as VerticalAlignmentWithLiterals, d6 as Video, fk as VideoConferenceOptions, dY as VideoData, ai as ViewMode, i8 as ViewModeWithLiterals, ar as ViewRole, ii as ViewRoleWithLiterals, as as VoteRole, ij as VoteRoleWithLiterals, a1 as WebhookIdentityType, hT as WebhookIdentityTypeWithLiterals, ag as Width, aa as WidthType, i0 as WidthTypeWithLiterals, i6 as WidthWithLiterals, fC as WixFile, aZ as WixFileComponentType, fD as WixFileComponentTypeOptionsOneOf, iR as WixFileComponentTypeWithLiterals, fz as _Array, fA as _ArrayComponentTypeOptionsOneOf, fx as _Boolean, fy as _BooleanComponentTypeOptionsOneOf, fv as _Number, fw as _NumberComponentTypeOptionsOneOf, fB as _Object, ft as _String, fu as _StringComponentTypeOptionsOneOf, hQ as utils } from './forms-v4-submission-submissions.universal-CioD21SQ.js';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|