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