@wix/auto_sdk_forms_submissions 1.0.41 → 1.0.43
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-FEd-c2LM.d.ts → forms-v4-submission-submissions.universal-DB9Up7zt.d.ts} +24 -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 +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-FEd-c2LM.d.mts → forms-v4-submission-submissions.universal-DB9Up7zt.d.mts} +24 -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 +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-kYPlVhV7.d.ts → forms-v4-submission-submissions.universal-B3Fl2um0.d.ts} +24 -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 +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-kYPlVhV7.d.mts → forms-v4-submission-submissions.universal-B3Fl2um0.d.mts} +24 -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 +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { gK as UpsertContactFromSubmissionRequest$1, a as UpsertContactFromSubmissionResponse$1, gM as CreateSubmissionRequest$1, gN as CreateSubmissionResponse$1, g$ as GetSubmissionRequest$1, h0 as GetSubmissionResponse$1, h3 as UpdateSubmissionRequest$1, h4 as UpdateSubmissionResponse$1, h5 as ConfirmSubmissionRequest$1, f as ConfirmSubmissionResponse$1, h6 as DeleteSubmissionRequest$1, h7 as DeleteSubmissionResponse$1, h8 as BulkDeleteSubmissionRequest$1, g as BulkDeleteSubmissionResponse$1, ha as RestoreSubmissionFromTrashBinRequest$1, R as RestoreSubmissionFromTrashBinResponse$1, hb as RemoveSubmissionFromTrashBinRequest$1, hc as RemoveSubmissionFromTrashBinResponse$1, hd as BulkRemoveSubmissionFromTrashBinRequest$1, i as BulkRemoveSubmissionFromTrashBinResponse$1, hf as ListDeletedSubmissionsRequest$1, j as ListDeletedSubmissionsResponse$1, hj as GetDeletedSubmissionRequest$1, G as GetDeletedSubmissionResponse$1, hk as QuerySubmissionRequest$1, l as QuerySubmissionResponse$1, hn as SearchSubmissionsByNamespaceRequest$1, S as SearchSubmissionsByNamespaceResponse$1, ht as QuerySubmissionsByNamespaceRequest$1, hu as QuerySubmissionsByNamespaceResponse$1, hx as CountSubmissionsByFilterRequest$1, q as CountSubmissionsByFilterResponse$1, hz as CountSubmissionsRequest$1, s as CountSubmissionsResponse$1, hA as CountDeletedSubmissionsRequest$1, u as CountDeletedSubmissionsResponse$1, hC as GetMediaUploadURLRequest$1, v as GetMediaUploadURLResponse$1, hD as BulkMarkSubmissionsAsSeenRequest$1, hE as BulkMarkSubmissionsAsSeenResponse$1, hF as GetSubmissionDownloadUrlRequest$1, w as GetSubmissionDownloadUrlResponse$1, hM as GetFormattedSubmissionRequest$1, x as GetFormattedSubmissionResponse$1, hR as UpdateExtendedFieldsRequest$1, z as UpdateExtendedFieldsResponse$1, hS as BulkUpdateFormSubmissionTagsRequest$1, hT as BulkUpdateFormSubmissionTagsResponse$1, hV as BulkUpdateFormSubmissionTagsByFilterRequest$1, hW as BulkUpdateFormSubmissionTagsByFilterResponse$1, hX as ValidateFormSubmissionRequest$1, A as ValidateFormSubmissionResponse$1 } from './forms-v4-submission-submissions.universal-DB9Up7zt.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Form submission that was created or retrieved. */
|
|
@@ -437,6 +437,8 @@ interface FormFieldStringType extends FormFieldStringTypeFormatOptionsOneOf {
|
|
|
437
437
|
* @maxLength 20000
|
|
438
438
|
*/
|
|
439
439
|
enum?: string[] | null;
|
|
440
|
+
/** User defined error messages when particular validation constraint fails */
|
|
441
|
+
validationMessages?: StringTypeValidationMessages;
|
|
440
442
|
}
|
|
441
443
|
/** @oneof */
|
|
442
444
|
interface FormFieldStringTypeFormatOptionsOneOf {
|
|
@@ -502,6 +504,13 @@ interface StringTypePhoneConstraints {
|
|
|
502
504
|
*/
|
|
503
505
|
allowedCountryCodes?: string[];
|
|
504
506
|
}
|
|
507
|
+
interface StringTypeValidationMessages {
|
|
508
|
+
/**
|
|
509
|
+
* Error message shown when validation of patter fails
|
|
510
|
+
* @maxLength 200
|
|
511
|
+
*/
|
|
512
|
+
pattern?: string | null;
|
|
513
|
+
}
|
|
505
514
|
interface FormFieldNumberType {
|
|
506
515
|
/** Inclusive maximum value. */
|
|
507
516
|
maximum?: number | null;
|
|
@@ -4409,6 +4418,8 @@ interface StringType extends StringTypeFormatOptionsOneOf {
|
|
|
4409
4418
|
* @maxLength 20000
|
|
4410
4419
|
*/
|
|
4411
4420
|
enum?: string[] | null;
|
|
4421
|
+
/** User defined error messages when particular validation constraint fails */
|
|
4422
|
+
validationMessages?: ValidationMessages;
|
|
4412
4423
|
}
|
|
4413
4424
|
/** @oneof */
|
|
4414
4425
|
interface StringTypeFormatOptionsOneOf {
|
|
@@ -4467,6 +4478,13 @@ interface PhoneConstraints {
|
|
|
4467
4478
|
*/
|
|
4468
4479
|
allowedCountryCodes?: string[];
|
|
4469
4480
|
}
|
|
4481
|
+
interface ValidationMessages {
|
|
4482
|
+
/**
|
|
4483
|
+
* Error message shown when validation of patter fails
|
|
4484
|
+
* @maxLength 200
|
|
4485
|
+
*/
|
|
4486
|
+
pattern?: string | null;
|
|
4487
|
+
}
|
|
4470
4488
|
declare enum StringComponentType {
|
|
4471
4489
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4472
4490
|
TEXT_INPUT = "TEXT_INPUT",
|
|
@@ -6406,6 +6424,11 @@ interface DownloadSubmissionRequest {
|
|
|
6406
6424
|
* @format GUID
|
|
6407
6425
|
*/
|
|
6408
6426
|
submissionId?: string;
|
|
6427
|
+
/**
|
|
6428
|
+
* Access token to download the document.
|
|
6429
|
+
* @maxLength 10000
|
|
6430
|
+
*/
|
|
6431
|
+
accessToken?: string;
|
|
6409
6432
|
}
|
|
6410
6433
|
interface RawHttpResponse {
|
|
6411
6434
|
body?: Uint8Array;
|
|
@@ -7597,4 +7620,4 @@ interface ValidateFormSubmissionOptions {
|
|
|
7597
7620
|
fieldsToValidate?: string[];
|
|
7598
7621
|
}
|
|
7599
7622
|
|
|
7600
|
-
export { ProductType 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, SubmissionStatus as X, OptInLevel as Y, StringTypeFormatEnumFormat as Z, ValidationFormat as _, type UpsertContactFromSubmissionResponse as a, FormFieldV2FieldType as a$, PriceType as a0, InputFieldStringTypeFormatEnumFormat as a1, InputFieldStringComponentType as a2, NodeType as a3, WidthType as a4, PluginContainerDataAlignment as a5, ButtonDataType as a6, LinkTarget as a7, TextAlignment as a8, LineStyle as a9, InitialExpandedItems as aA, Direction as aB, VerticalAlignment as aC, NullValue as aD, ImagePosition as aE, Alignment as aF, ImageFit as aG, NumberOfColumns as aH, FirstDayOfWeek as aI, InputFieldNumberComponentType as aJ, InputFieldBooleanComponentType as aK, ArrayItemsItemType as aL, PropertiesTypePropertiesTypeEnum as aM, InputFieldArrayComponentType as aN, InputFieldWixFileComponentType as aO, UploadFileFormat as aP, InputFieldPaymentComponentType as aQ, InputFieldSchedulingComponentType as aR, Format as aS, MultilineAddressComponentType as aT, Type as aU, InputFieldInputType as aV, FormFieldContactInfoEmailInfoTag as aW, FormFieldContactInfoPhoneInfoTag as aX, AddressInfoTag as aY, SubscriptionInfoOptInLevel as aZ, FormFieldContactInfoContactField as a_, Width as aa, DividerDataAlignment as ab, ViewMode as ac, LayoutType as ad, Orientation as ae, Crop as af, ThumbnailsAlignment as ag, GIFType as ah, Source as ai, StylesPosition as aj, MapType as ak, ViewRole as al, VoteRole as am, PollLayoutType as an, PollLayoutDirection as ao, BackgroundType as ap, DecorationType as aq, FontType as ar, Position as as, AspectRatio as at, Resizing as au, Placement as av, CardStylesType as aw, CardStylesAlignment as ax, Layout as ay, AppType as az, type CreateSubmissionApplicationErrors as b, type FormFieldObjectType as b$, DisplayFieldType as b0, FieldType as b1, FormatEnumFormat as b2, StringComponentType as b3, NumberComponentType as b4, BooleanComponentType as b5, ItemType as b6, PropertiesTypeEnum as b7, ArrayComponentType as b8, WixFileComponentType as b9, SubmissionErrorType as bA, type Submitter as bB, type SubmitterSubmitterOneOf as bC, type ExtendedFields as bD, type OrderDetails as bE, type PublicTags as bF, type TagList as bG, type FormSubmissionStatusUpdatedEvent as bH, type RemovedSubmissionFromTrash as bI, type SubmissionContactMapped as bJ, type MarketingSubscriptionDetails as bK, type SubmissionContactMappingSkipped as bL, type CreateCheckoutFromSubmissionRequest as bM, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bN, type Form as bO, type FormField as bP, type FormFieldStringType as bQ, type FormFieldStringTypeFormatOptionsOneOf as bR, type StringErrorMessages as bS, type StringTypeDateTimeConstraints as bT, type StringTypePhoneConstraints as bU, type FormFieldNumberType as bV, type NumberErrorMessages as bW, type IntegerType as bX, type FormFieldBooleanType as bY, type BooleanErrorMessages as bZ, type FormFieldArrayType as b_, PaymentComponentType as ba, ComponentType as bb, SchedulingComponentType as bc, InputType as bd, EmailInfoTag as be, PhoneInfoTag as bf, Tag as bg, ConfirmationLevel as bh, ContactField as bi, DisplayFieldDisplayFieldType as bj, OverrideEntityType as bk, Kind as bl, SpamFilterProtectionLevel as bm, RequiredIndicator as bn, RequiredIndicatorPlacement as bo, Target as bp, SubmitSuccessAction as bq, ChangeableProperty as br, OverrideEntityTypeEnumOverrideEntityType as bs, Operator as bt, WebhookIdentityType as bu, IdentityType as bv, ErrorType as bw, SortOrder as bx, Mode as by, Status as bz, type CreateSubmissionValidationErrors as c, type GIF as c$, type ObjectTypePropertiesType as c0, type ObjectTypePropertiesTypePropertiesTypeOneOf as c1, type ObjectErrorMessages as c2, type ArrayTypeArrayItems as c3, type ArrayTypeArrayItemsItemsOneOf as c4, type ArrayErrorMessages as c5, type PredefinedValidation as c6, type PredefinedValidationFormatOptionsOneOf as c7, type PaymentType as c8, type QuantityLimit as c9, type PluginContainerData as cA, type PluginContainerDataWidth as cB, type PluginContainerDataWidthDataOneOf as cC, type Spoiler as cD, type Height as cE, type Styles as cF, type Link as cG, type LinkDataOneOf as cH, type Rel as cI, type CodeBlockData as cJ, type TextStyle as cK, type DividerData as cL, type FileData as cM, type FileSource as cN, type FileSourceDataOneOf as cO, type PDFSettings as cP, type GalleryData as cQ, type Media as cR, type Image as cS, type Video as cT, type Item as cU, type ItemDataOneOf as cV, type GalleryOptions as cW, type GalleryOptionsLayout as cX, type ItemStyle as cY, type Thumbnails as cZ, type GIFData as c_, type FixedPriceOptions as ca, type DynamicPriceOptions as cb, type Product as cc, type ProductPriceOptionsOneOf as cd, type MultilineAddressValidation as ce, type FieldOverrides as cf, type FieldsOverrides as cg, type NestedFormFieldOverrides as ch, type Validation as ci, type ValidationValidationOneOf as cj, type DataExtensionsDetails as ck, type NestedFormOverrides as cl, type FormFieldV2 as cm, type FormFieldV2FieldTypeOptionsOneOf as cn, type InputFieldStringType as co, type InputFieldStringTypeFormatOptionsOneOf as cp, type InputFieldStringTypeDateTimeConstraints as cq, type InputFieldStringTypePhoneConstraints as cr, type TextInput as cs, type RichContent as ct, type Node as cu, type NodeDataOneOf as cv, type NodeStyle as cw, type ButtonData as cx, type Border as cy, type Colors as cz, type UpdateSubmission as d, type TextNodeStyle as d$, type HeadingData as d0, type HTMLData as d1, type HTMLDataDataOneOf as d2, type ImageData as d3, type StylesBorder as d4, type ImageDataStyles as d5, type LinkPreviewData as d6, type LinkPreviewDataStyles as d7, type MapData as d8, type MapSettings as d9, type AppEmbedDataAppDataOneOf as dA, type BookingData as dB, type EventData as dC, type ButtonStyles as dD, type ImageStyles as dE, type RibbonStyles as dF, type CardStyles as dG, type PricingData as dH, type VideoData as dI, type PlaybackOptions as dJ, type EmbedData as dK, type Oembed as dL, type CollapsibleListData as dM, type TableData as dN, type Dimensions as dO, type TableCellData as dP, type CellStyle as dQ, type BorderColors as dR, type ListValue as dS, type AudioData as dT, type OrderedListData as dU, type BulletedListData as dV, type BlockquoteData as dW, type CaptionData as dX, type LayoutCellData as dY, type Metadata as dZ, type DocumentStyle as d_, type ParagraphData as da, type PollData as db, type Permissions as dc, type PollOption as dd, type Settings as de, type PollLayout as df, type OptionLayout as dg, type Gradient as dh, type Background as di, type BackgroundBackgroundOneOf as dj, type PollDesign as dk, type OptionDesign as dl, type Poll as dm, type PollDataLayout as dn, type Design as dp, type TextData as dq, type Decoration as dr, type DecorationDataOneOf as ds, type AnchorData as dt, type ColorData as du, type LinkData as dv, type MentionData as dw, type FontSizeData as dx, type SpoilerData as dy, type AppEmbedData as dz, type UpdateSubmissionValidationErrors as e, type InputField_Boolean as e$, type MediaItem as e0, type MediaItemMediaOneOf as e1, type MediaSettings as e2, type RadioGroup as e3, type RadioGroupOption as e4, type CustomOption as e5, type Dropdown as e6, type DropdownOption as e7, type DateTimeInput as e8, type PhoneInput as e9, type DonationInput as eA, type DonationInputOption as eB, type PaymentInput as eC, type FixedPayment as eD, type Appointment as eE, type AppointmentFormatInfoOneOf as eF, type Location as eG, type LocationLocationInfoOneOf as eH, type InPersonOptions as eI, type VideoConferenceOptions as eJ, type PhoneOptions as eK, type MultilineAddress as eL, type AddressLine2 as eM, type DefaultCountryConfig as eN, type DefaultCountryConfigOptionsOneOf as eO, type FieldsSettings as eP, type V4FormFieldContactInfo as eQ, type V4FormFieldContactInfoAdditionalInfoOneOf as eR, type FormFieldContactInfoEmailInfo as eS, type FormFieldContactInfoPhoneInfo as eT, type FormFieldContactInfoAddressInfo as eU, type FormFieldContactInfoCustomFieldInfo as eV, type FormFieldContactInfoSubscriptionInfo as eW, type InputField_String as eX, type InputField_StringComponentTypeOptionsOneOf as eY, type InputField_Number as eZ, type InputField_NumberComponentTypeOptionsOneOf as e_, type DateInput as ea, type TimeInput as eb, type DatePicker as ec, type ServicesDropdown as ed, type ServicesDropdownOption as ee, type InputFieldNumberType as ef, type NumberInput as eg, type RatingInput as eh, type InputFieldBooleanType as ei, type Checkbox as ej, type InputFieldArrayType as ek, type InputFieldIntegerType as el, type InputFieldObjectType as em, type InputFieldObjectTypePropertiesType as en, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as eo, type InputFieldArrayTypeArrayItems as ep, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as eq, type CheckboxGroup as er, type Option as es, type Tags as et, type TagsOption as eu, type FileType as ev, type FileUpload as ew, type Signature as ex, type ProductCheckboxGroup as ey, type ProductCheckboxGroupOption as ez, type ConfirmSubmissionResponse as f, type Step as f$, type InputField_BooleanComponentTypeOptionsOneOf as f0, type InputField_Array as f1, type InputField_ArrayComponentTypeOptionsOneOf as f2, type InputField_Object as f3, type InputField_ObjectValidationOneOf as f4, type InputFieldWixFile as f5, type InputFieldWixFileComponentTypeOptionsOneOf as f6, type InputFieldPayment as f7, type InputFieldPaymentComponentTypeOptionsOneOf as f8, type InputFieldMultilineAddress as f9, type FormFieldContactInfoAdditionalInfoOneOf as fA, type EmailInfo as fB, type PhoneInfo as fC, type AddressInfo as fD, type CustomFieldInfo as fE, type SubscriptionInfo as fF, type _String as fG, type _StringComponentTypeOptionsOneOf as fH, type _Number as fI, type _NumberComponentTypeOptionsOneOf as fJ, type _Boolean as fK, type _BooleanComponentTypeOptionsOneOf as fL, type _Array as fM, type _ArrayComponentTypeOptionsOneOf as fN, type _Object as fO, type WixFile as fP, type WixFileComponentTypeOptionsOneOf as fQ, type Payment as fR, type PaymentComponentTypeOptionsOneOf as fS, type Scheduling as fT, type SchedulingComponentTypeOptionsOneOf as fU, type Address as fV, type AddressComponentTypeOptionsOneOf as fW, type FieldsDisplayField as fX, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as fY, type RichContentOptions as fZ, type PageNavigationOptions as f_, type InputFieldMultilineAddressComponentTypeOptionsOneOf as fa, type InputFieldScheduling as fb, type InputFieldSchedulingComponentTypeOptionsOneOf as fc, type FormFieldV2InputField as fd, type FormFieldV2InputFieldInputTypeOptionsOneOf as fe, type DisplayField as ff, type DisplayFieldDisplayFieldTypeOptionsOneOf as fg, type V4RichContentOptions as fh, type V4PageNavigationOptions as fi, type Field as fj, type FieldFieldTypeOptionsOneOf as fk, type InputField as fl, type InputFieldInputTypeOptionsOneOf as fm, type StringType as fn, type StringTypeFormatOptionsOneOf as fo, type DateTimeConstraints as fp, type PhoneConstraints as fq, type NumberType as fr, type BooleanType as fs, type ArrayType as ft, type ObjectType as fu, type PropertiesType as fv, type PropertiesTypePropertiesTypeOptionsOneOf as fw, type ArrayItems as fx, type ArrayItemsItemTypeOptionsOneOf as fy, type FormFieldContactInfo as fz, type BulkDeleteSubmissionResponse as g, type ApplicationError as g$, type FormLayout as g0, type BreakPoint as g1, type ItemLayout as g2, type ItemLayoutItemOneOf as g3, type Group as g4, type Margin as g5, type Section as g6, type FormRule as g7, type FormOverride as g8, type FormProperties as g9, type IsFormSubmittableResponse as gA, type DomainEvent as gB, type DomainEventBodyOneOf as gC, type EntityCreatedEvent as gD, type RestoreInfo as gE, type EntityUpdatedEvent as gF, type EntityDeletedEvent as gG, type ActionEvent as gH, type Empty as gI, type MessageEnvelope as gJ, type IdentificationData as gK, type IdentificationDataIdOneOf as gL, type UpsertContactFromSubmissionRequest as gM, type SubmitContactResponse as gN, type CreateSubmissionRequest as gO, type CreateSubmissionResponse as gP, type SubmissionValidationErrorsDetails as gQ, type ValidationError as gR, type CreateSubmissionForMigrationRequest as gS, type CreateSubmissionForMigrationResponse as gT, type CreateSubmissionBySubmitterRequest as gU, type CreateSubmissionBySubmitterResponse as gV, type BulkCreateSubmissionBySubmitterRequest as gW, type BulkCreateSubmissionBySubmitterData as gX, type BulkCreateSubmissionBySubmitterResponse as gY, type BulkSubmissionResult as gZ, type ItemMetadata as g_, type PostSubmissionTriggers as ga, type UpsertContact as gb, type NestedForm as gc, type LimitationRule as gd, type RequiredIndicatorProperties as ge, type SubmitSettings as gf, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gg, type ThankYouMessageOptions as gh, type RedirectOptions as gi, type FieldGroup as gj, type Rule as gk, type RequiredOptions as gl, type HiddenOptions as gm, type AllowedValuesOptions as gn, type FieldOverride as go, type FieldOverridePropertyTypeOptionsOneOf as gp, type ConditionNode as gq, type ConditionNodeNodeOneOf as gr, type AndCondition as gs, type OrCondition as gt, type Condition as gu, type RuleFormOverride as gv, type RuleFormOverrideEntityTypeOptionsOneOf as gw, type CreateCheckoutFromSubmissionResponse as gx, type Checkout as gy, type IsFormSubmittableRequest as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type SubmissionValidationError as h$, type BulkActionMetadata as h0, type GetSubmissionRequest as h1, type GetSubmissionResponse as h2, type GetSubmissionByCheckoutIdRequest as h3, type GetSubmissionByCheckoutIdResponse as h4, type UpdateSubmissionRequest as h5, type UpdateSubmissionResponse as h6, type ConfirmSubmissionRequest as h7, type DeleteSubmissionRequest as h8, type DeleteSubmissionResponse as h9, type FormSubmissionsCount as hA, type CountSubmissionsRequest as hB, type CountDeletedSubmissionsRequest as hC, type FormDeletedSubmissionsCount as hD, type GetMediaUploadURLRequest as hE, type BulkMarkSubmissionsAsSeenRequest as hF, type BulkMarkSubmissionsAsSeenResponse as hG, type GetSubmissionDownloadUrlRequest as hH, type SubmissionDocument as hI, type SubmissionDocumentDocumentOneOf as hJ, type DocumentReady as hK, type DownloadSubmissionRequest as hL, type RawHttpResponse as hM, type HeadersEntry as hN, type GetFormattedSubmissionRequest as hO, type FormattedSubmission as hP, type ListFormattedSubmissionsRequest as hQ, type ListFormattedSubmissionsResponse as hR, type FormattedFormSubmission as hS, type UpdateExtendedFieldsRequest as hT, type BulkUpdateFormSubmissionTagsRequest as hU, type BulkUpdateFormSubmissionTagsResult as hV, type BulkUpdateFormSubmissionTagsByFilterRequest as hW, type ValidateFormSubmissionRequest as hX, type FieldViolation as hY, type FieldViolationErrorDataOneOf as hZ, type SubmissionValidationErrors as h_, type BulkDeleteSubmissionRequest as ha, type BulkDeleteSubmissionResult as hb, type RestoreSubmissionFromTrashBinRequest as hc, type RemoveSubmissionFromTrashBinRequest as hd, type RemoveSubmissionFromTrashBinResponse as he, type BulkRemoveSubmissionFromTrashBinRequest as hf, type BulkRemoveSubmissionFromTrashBinResult as hg, type ListDeletedSubmissionsRequest as hh, type CursorPaging as hi, type CursorPagingMetadata as hj, type Cursors as hk, type GetDeletedSubmissionRequest as hl, type QuerySubmissionRequest as hm, type CursorQueryPagingMethodOneOf as hn, type Sorting as ho, type SearchSubmissionsByNamespaceRequest as hp, type CursorSearch as hq, type CursorSearchPagingMethodOneOf as hr, type SearchDetails as hs, type SearchSubmissionsByNamespaceForExportRequest as ht, type SearchSubmissionsByNamespaceForExportResponse as hu, type QuerySubmissionsByNamespaceRequest as hv, type QuerySubmissionsByNamespaceResponse as hw, type QuerySubmissionsByNamespaceForExportRequest as hx, type QuerySubmissionsByNamespaceForExportResponse as hy, type CountSubmissionsByFilterRequest as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type UploadFileFormatWithLiterals as i$, type SubmissionValidationErrorErrorMessageOneOf as i0, type BaseEventMetadata as i1, type EventMetadata as i2, type FormSubmissionSearchSpec as i3, type SubmissionsQueryResult as i4, type SubmissionStatusWithLiterals as i5, type OptInLevelWithLiterals as i6, type StringTypeFormatEnumFormatWithLiterals as i7, type ValidationFormatWithLiterals as i8, type ProductTypeWithLiterals as i9, type PollLayoutDirectionWithLiterals as iA, type BackgroundTypeWithLiterals as iB, type DecorationTypeWithLiterals as iC, type FontTypeWithLiterals as iD, type PositionWithLiterals as iE, type AspectRatioWithLiterals as iF, type ResizingWithLiterals as iG, type PlacementWithLiterals as iH, type CardStylesTypeWithLiterals as iI, type CardStylesAlignmentWithLiterals as iJ, type LayoutWithLiterals as iK, type AppTypeWithLiterals as iL, type InitialExpandedItemsWithLiterals as iM, type DirectionWithLiterals as iN, type VerticalAlignmentWithLiterals as iO, type NullValueWithLiterals as iP, type ImagePositionWithLiterals as iQ, type AlignmentWithLiterals as iR, type ImageFitWithLiterals as iS, type NumberOfColumnsWithLiterals as iT, type FirstDayOfWeekWithLiterals as iU, type InputFieldNumberComponentTypeWithLiterals as iV, type InputFieldBooleanComponentTypeWithLiterals as iW, type ArrayItemsItemTypeWithLiterals as iX, type PropertiesTypePropertiesTypeEnumWithLiterals as iY, type InputFieldArrayComponentTypeWithLiterals as iZ, type InputFieldWixFileComponentTypeWithLiterals as i_, type PriceTypeWithLiterals as ia, type InputFieldStringTypeFormatEnumFormatWithLiterals as ib, type InputFieldStringComponentTypeWithLiterals as ic, type NodeTypeWithLiterals as id, type WidthTypeWithLiterals as ie, type PluginContainerDataAlignmentWithLiterals as ig, type ButtonDataTypeWithLiterals as ih, type LinkTargetWithLiterals as ii, type TextAlignmentWithLiterals as ij, type LineStyleWithLiterals as ik, type WidthWithLiterals as il, type DividerDataAlignmentWithLiterals as im, type ViewModeWithLiterals as io, type LayoutTypeWithLiterals as ip, type OrientationWithLiterals as iq, type CropWithLiterals as ir, type ThumbnailsAlignmentWithLiterals as is, type GIFTypeWithLiterals as it, type SourceWithLiterals as iu, type StylesPositionWithLiterals as iv, type MapTypeWithLiterals as iw, type ViewRoleWithLiterals as ix, type VoteRoleWithLiterals as iy, type PollLayoutTypeWithLiterals as iz, type ListDeletedSubmissionsResponse as j, bulkDeleteSubmission as j$, type InputFieldPaymentComponentTypeWithLiterals as j0, type InputFieldSchedulingComponentTypeWithLiterals as j1, type FormatWithLiterals as j2, type MultilineAddressComponentTypeWithLiterals as j3, type TypeWithLiterals as j4, type InputFieldInputTypeWithLiterals as j5, type FormFieldContactInfoEmailInfoTagWithLiterals as j6, type FormFieldContactInfoPhoneInfoTagWithLiterals as j7, type AddressInfoTagWithLiterals as j8, type SubscriptionInfoOptInLevelWithLiterals as j9, type RequiredIndicatorPlacementWithLiterals as jA, type TargetWithLiterals as jB, type SubmitSuccessActionWithLiterals as jC, type ChangeablePropertyWithLiterals as jD, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jE, type OperatorWithLiterals as jF, type WebhookIdentityTypeWithLiterals as jG, type IdentityTypeWithLiterals as jH, type ErrorTypeWithLiterals as jI, type SortOrderWithLiterals as jJ, type ModeWithLiterals as jK, type StatusWithLiterals as jL, type SubmissionErrorTypeWithLiterals as jM, type CommonSearchWithEntityContext as jN, onSubmissionCreated as jO, onSubmissionDeleted as jP, onSubmissionRemovedSubmissionFromTrash as jQ, onSubmissionStatusUpdated as jR, onSubmissionContactMapped as jS, onSubmissionContactMappingSkipped as jT, onSubmissionUpdated as jU, upsertContactFromSubmission as jV, createSubmission as jW, getSubmission as jX, updateSubmission as jY, confirmSubmission as jZ, deleteSubmission as j_, type FormFieldContactInfoContactFieldWithLiterals as ja, type FormFieldV2FieldTypeWithLiterals as jb, type DisplayFieldTypeWithLiterals as jc, type FieldTypeWithLiterals as jd, type FormatEnumFormatWithLiterals as je, type StringComponentTypeWithLiterals as jf, type NumberComponentTypeWithLiterals as jg, type BooleanComponentTypeWithLiterals as jh, type ItemTypeWithLiterals as ji, type PropertiesTypeEnumWithLiterals as jj, type ArrayComponentTypeWithLiterals as jk, type WixFileComponentTypeWithLiterals as jl, type PaymentComponentTypeWithLiterals as jm, type ComponentTypeWithLiterals as jn, type SchedulingComponentTypeWithLiterals as jo, type InputTypeWithLiterals as jp, type EmailInfoTagWithLiterals as jq, type PhoneInfoTagWithLiterals as jr, type TagWithLiterals as js, type ConfirmationLevelWithLiterals as jt, type ContactFieldWithLiterals as ju, type DisplayFieldDisplayFieldTypeWithLiterals as jv, type OverrideEntityTypeWithLiterals as jw, type KindWithLiterals as jx, type SpamFilterProtectionLevelWithLiterals as jy, type RequiredIndicatorWithLiterals as jz, type CursorQuery as k, restoreSubmissionFromTrashBin as k0, removeSubmissionFromTrashBin as k1, bulkRemoveSubmissionFromTrashBin as k2, listDeletedSubmissions as k3, getDeletedSubmission as k4, querySubmission as k5, querySubmissionsByNamespace as k6, countSubmissionsByFilter as k7, countSubmissions as k8, countDeletedSubmissions as k9, getMediaUploadUrl as ka, bulkMarkSubmissionsAsSeen as kb, getSubmissionDownloadUrl as kc, getFormattedSubmission as kd, updateExtendedFields as ke, bulkUpdateFormSubmissionTags as kf, bulkUpdateFormSubmissionTagsByFilter as kg, validateFormSubmission as kh, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type QuerySubmissionsByNamespaceOptions as n, type SubmissionsQueryBuilder as o, type CountSubmissionsByFilterOptions as p, type CountSubmissionsByFilterResponse as q, type CountSubmissionsOptions as r, type CountSubmissionsResponse as s, type CountDeletedSubmissionsOptions as t, type CountDeletedSubmissionsResponse as u, type GetMediaUploadURLResponse as v, type GetSubmissionDownloadUrlResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
|
7623
|
+
export { ProductType 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, SubmissionStatus as X, OptInLevel as Y, StringTypeFormatEnumFormat as Z, ValidationFormat as _, type UpsertContactFromSubmissionResponse as a, FormFieldV2FieldType as a$, PriceType as a0, InputFieldStringTypeFormatEnumFormat as a1, InputFieldStringComponentType as a2, NodeType as a3, WidthType as a4, PluginContainerDataAlignment as a5, ButtonDataType as a6, LinkTarget as a7, TextAlignment as a8, LineStyle as a9, InitialExpandedItems as aA, Direction as aB, VerticalAlignment as aC, NullValue as aD, ImagePosition as aE, Alignment as aF, ImageFit as aG, NumberOfColumns as aH, FirstDayOfWeek as aI, InputFieldNumberComponentType as aJ, InputFieldBooleanComponentType as aK, ArrayItemsItemType as aL, PropertiesTypePropertiesTypeEnum as aM, InputFieldArrayComponentType as aN, InputFieldWixFileComponentType as aO, UploadFileFormat as aP, InputFieldPaymentComponentType as aQ, InputFieldSchedulingComponentType as aR, Format as aS, MultilineAddressComponentType as aT, Type as aU, InputFieldInputType as aV, FormFieldContactInfoEmailInfoTag as aW, FormFieldContactInfoPhoneInfoTag as aX, AddressInfoTag as aY, SubscriptionInfoOptInLevel as aZ, FormFieldContactInfoContactField as a_, Width as aa, DividerDataAlignment as ab, ViewMode as ac, LayoutType as ad, Orientation as ae, Crop as af, ThumbnailsAlignment as ag, GIFType as ah, Source as ai, StylesPosition as aj, MapType as ak, ViewRole as al, VoteRole as am, PollLayoutType as an, PollLayoutDirection as ao, BackgroundType as ap, DecorationType as aq, FontType as ar, Position as as, AspectRatio as at, Resizing as au, Placement as av, CardStylesType as aw, CardStylesAlignment as ax, Layout as ay, AppType as az, type CreateSubmissionApplicationErrors as b, type FormFieldArrayType as b$, DisplayFieldType as b0, FieldType as b1, FormatEnumFormat as b2, StringComponentType as b3, NumberComponentType as b4, BooleanComponentType as b5, ItemType as b6, PropertiesTypeEnum as b7, ArrayComponentType as b8, WixFileComponentType as b9, SubmissionErrorType as bA, type Submitter as bB, type SubmitterSubmitterOneOf as bC, type ExtendedFields as bD, type OrderDetails as bE, type PublicTags as bF, type TagList as bG, type FormSubmissionStatusUpdatedEvent as bH, type RemovedSubmissionFromTrash as bI, type SubmissionContactMapped as bJ, type MarketingSubscriptionDetails as bK, type SubmissionContactMappingSkipped as bL, type CreateCheckoutFromSubmissionRequest as bM, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bN, type Form as bO, type FormField as bP, type FormFieldStringType as bQ, type FormFieldStringTypeFormatOptionsOneOf as bR, type StringErrorMessages as bS, type StringTypeDateTimeConstraints as bT, type StringTypePhoneConstraints as bU, type StringTypeValidationMessages as bV, type FormFieldNumberType as bW, type NumberErrorMessages as bX, type IntegerType as bY, type FormFieldBooleanType as bZ, type BooleanErrorMessages as b_, PaymentComponentType as ba, ComponentType as bb, SchedulingComponentType as bc, InputType as bd, EmailInfoTag as be, PhoneInfoTag as bf, Tag as bg, ConfirmationLevel as bh, ContactField as bi, DisplayFieldDisplayFieldType as bj, OverrideEntityType as bk, Kind as bl, SpamFilterProtectionLevel as bm, RequiredIndicator as bn, RequiredIndicatorPlacement as bo, Target as bp, SubmitSuccessAction as bq, ChangeableProperty as br, OverrideEntityTypeEnumOverrideEntityType as bs, Operator as bt, WebhookIdentityType as bu, IdentityType as bv, ErrorType as bw, SortOrder as bx, Mode as by, Status as bz, type CreateSubmissionValidationErrors as c, type GIFData as c$, type FormFieldObjectType as c0, type ObjectTypePropertiesType as c1, type ObjectTypePropertiesTypePropertiesTypeOneOf as c2, type ObjectErrorMessages as c3, type ArrayTypeArrayItems as c4, type ArrayTypeArrayItemsItemsOneOf as c5, type ArrayErrorMessages as c6, type PredefinedValidation as c7, type PredefinedValidationFormatOptionsOneOf as c8, type PaymentType as c9, type Colors as cA, type PluginContainerData as cB, type PluginContainerDataWidth as cC, type PluginContainerDataWidthDataOneOf as cD, type Spoiler as cE, type Height as cF, type Styles as cG, type Link as cH, type LinkDataOneOf as cI, type Rel as cJ, type CodeBlockData as cK, type TextStyle as cL, type DividerData as cM, type FileData as cN, type FileSource as cO, type FileSourceDataOneOf as cP, type PDFSettings as cQ, type GalleryData as cR, type Media as cS, type Image as cT, type Video as cU, type Item as cV, type ItemDataOneOf as cW, type GalleryOptions as cX, type GalleryOptionsLayout as cY, type ItemStyle as cZ, type Thumbnails as c_, type QuantityLimit as ca, type FixedPriceOptions as cb, type DynamicPriceOptions as cc, type Product as cd, type ProductPriceOptionsOneOf as ce, type MultilineAddressValidation as cf, type FieldOverrides as cg, type FieldsOverrides as ch, type NestedFormFieldOverrides as ci, type Validation as cj, type ValidationValidationOneOf as ck, type DataExtensionsDetails as cl, type NestedFormOverrides as cm, type FormFieldV2 as cn, type FormFieldV2FieldTypeOptionsOneOf as co, type InputFieldStringType as cp, type InputFieldStringTypeFormatOptionsOneOf as cq, type InputFieldStringTypeDateTimeConstraints as cr, type InputFieldStringTypePhoneConstraints as cs, type TextInput as ct, type RichContent as cu, type Node as cv, type NodeDataOneOf as cw, type NodeStyle as cx, type ButtonData as cy, type Border as cz, type UpdateSubmission as d, type DocumentStyle as d$, type GIF as d0, type HeadingData as d1, type HTMLData as d2, type HTMLDataDataOneOf as d3, type ImageData as d4, type StylesBorder as d5, type ImageDataStyles as d6, type LinkPreviewData as d7, type LinkPreviewDataStyles as d8, type MapData as d9, type AppEmbedData as dA, type AppEmbedDataAppDataOneOf as dB, type BookingData as dC, type EventData as dD, type ButtonStyles as dE, type ImageStyles as dF, type RibbonStyles as dG, type CardStyles as dH, type PricingData as dI, type VideoData as dJ, type PlaybackOptions as dK, type EmbedData as dL, type Oembed as dM, type CollapsibleListData as dN, type TableData as dO, type Dimensions as dP, type TableCellData as dQ, type CellStyle as dR, type BorderColors as dS, type ListValue as dT, type AudioData as dU, type OrderedListData as dV, type BulletedListData as dW, type BlockquoteData as dX, type CaptionData as dY, type LayoutCellData as dZ, type Metadata as d_, type MapSettings as da, type ParagraphData as db, type PollData as dc, type Permissions as dd, type PollOption as de, type Settings as df, type PollLayout as dg, type OptionLayout as dh, type Gradient as di, type Background as dj, type BackgroundBackgroundOneOf as dk, type PollDesign as dl, type OptionDesign as dm, type Poll as dn, type PollDataLayout as dp, type Design as dq, type TextData as dr, type Decoration as ds, type DecorationDataOneOf as dt, type AnchorData as du, type ColorData as dv, type LinkData as dw, type MentionData as dx, type FontSizeData as dy, type SpoilerData as dz, type UpdateSubmissionValidationErrors as e, type InputField_NumberComponentTypeOptionsOneOf as e$, type TextNodeStyle as e0, type MediaItem as e1, type MediaItemMediaOneOf as e2, type MediaSettings as e3, type RadioGroup as e4, type RadioGroupOption as e5, type CustomOption as e6, type Dropdown as e7, type DropdownOption as e8, type DateTimeInput as e9, type ProductCheckboxGroupOption as eA, type DonationInput as eB, type DonationInputOption as eC, type PaymentInput as eD, type FixedPayment as eE, type Appointment as eF, type AppointmentFormatInfoOneOf as eG, type Location as eH, type LocationLocationInfoOneOf as eI, type InPersonOptions as eJ, type VideoConferenceOptions as eK, type PhoneOptions as eL, type MultilineAddress as eM, type AddressLine2 as eN, type DefaultCountryConfig as eO, type DefaultCountryConfigOptionsOneOf as eP, type FieldsSettings as eQ, type V4FormFieldContactInfo as eR, type V4FormFieldContactInfoAdditionalInfoOneOf as eS, type FormFieldContactInfoEmailInfo as eT, type FormFieldContactInfoPhoneInfo as eU, type FormFieldContactInfoAddressInfo as eV, type FormFieldContactInfoCustomFieldInfo as eW, type FormFieldContactInfoSubscriptionInfo as eX, type InputField_String as eY, type InputField_StringComponentTypeOptionsOneOf as eZ, type InputField_Number as e_, type PhoneInput as ea, type DateInput as eb, type TimeInput as ec, type DatePicker as ed, type ServicesDropdown as ee, type ServicesDropdownOption as ef, type InputFieldNumberType as eg, type NumberInput as eh, type RatingInput as ei, type InputFieldBooleanType as ej, type Checkbox as ek, type InputFieldArrayType as el, type InputFieldIntegerType as em, type InputFieldObjectType as en, type InputFieldObjectTypePropertiesType as eo, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as ep, type InputFieldArrayTypeArrayItems as eq, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as er, type CheckboxGroup as es, type Option as et, type Tags as eu, type TagsOption as ev, type FileType as ew, type FileUpload as ex, type Signature as ey, type ProductCheckboxGroup as ez, type ConfirmSubmissionResponse as f, type RichContentOptions as f$, type InputField_Boolean as f0, type InputField_BooleanComponentTypeOptionsOneOf as f1, type InputField_Array as f2, type InputField_ArrayComponentTypeOptionsOneOf as f3, type InputField_Object as f4, type InputField_ObjectValidationOneOf as f5, type InputFieldWixFile as f6, type InputFieldWixFileComponentTypeOptionsOneOf as f7, type InputFieldPayment as f8, type InputFieldPaymentComponentTypeOptionsOneOf as f9, type ArrayItemsItemTypeOptionsOneOf as fA, type FormFieldContactInfo as fB, type FormFieldContactInfoAdditionalInfoOneOf as fC, type EmailInfo as fD, type PhoneInfo as fE, type AddressInfo as fF, type CustomFieldInfo as fG, type SubscriptionInfo as fH, type _String as fI, type _StringComponentTypeOptionsOneOf as fJ, type _Number as fK, type _NumberComponentTypeOptionsOneOf as fL, type _Boolean as fM, type _BooleanComponentTypeOptionsOneOf as fN, type _Array as fO, type _ArrayComponentTypeOptionsOneOf as fP, type _Object as fQ, type WixFile as fR, type WixFileComponentTypeOptionsOneOf as fS, type Payment as fT, type PaymentComponentTypeOptionsOneOf as fU, type Scheduling as fV, type SchedulingComponentTypeOptionsOneOf as fW, type Address as fX, type AddressComponentTypeOptionsOneOf as fY, type FieldsDisplayField as fZ, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as f_, type InputFieldMultilineAddress as fa, type InputFieldMultilineAddressComponentTypeOptionsOneOf as fb, type InputFieldScheduling as fc, type InputFieldSchedulingComponentTypeOptionsOneOf as fd, type FormFieldV2InputField as fe, type FormFieldV2InputFieldInputTypeOptionsOneOf as ff, type DisplayField as fg, type DisplayFieldDisplayFieldTypeOptionsOneOf as fh, type V4RichContentOptions as fi, type V4PageNavigationOptions as fj, type Field as fk, type FieldFieldTypeOptionsOneOf as fl, type InputField as fm, type InputFieldInputTypeOptionsOneOf as fn, type StringType as fo, type StringTypeFormatOptionsOneOf as fp, type DateTimeConstraints as fq, type PhoneConstraints as fr, type ValidationMessages as fs, type NumberType as ft, type BooleanType as fu, type ArrayType as fv, type ObjectType as fw, type PropertiesType as fx, type PropertiesTypePropertiesTypeOptionsOneOf as fy, type ArrayItems as fz, type BulkDeleteSubmissionResponse as g, type BulkSubmissionResult as g$, type PageNavigationOptions as g0, type Step as g1, type FormLayout as g2, type BreakPoint as g3, type ItemLayout as g4, type ItemLayoutItemOneOf as g5, type Group as g6, type Margin as g7, type Section as g8, type FormRule as g9, type Checkout as gA, type IsFormSubmittableRequest as gB, type IsFormSubmittableResponse as gC, type DomainEvent as gD, type DomainEventBodyOneOf as gE, type EntityCreatedEvent as gF, type RestoreInfo as gG, type EntityUpdatedEvent as gH, type EntityDeletedEvent as gI, type ActionEvent as gJ, type Empty as gK, type MessageEnvelope as gL, type IdentificationData as gM, type IdentificationDataIdOneOf as gN, type UpsertContactFromSubmissionRequest as gO, type SubmitContactResponse as gP, type CreateSubmissionRequest as gQ, type CreateSubmissionResponse as gR, type SubmissionValidationErrorsDetails as gS, type ValidationError as gT, type CreateSubmissionForMigrationRequest as gU, type CreateSubmissionForMigrationResponse as gV, type CreateSubmissionBySubmitterRequest as gW, type CreateSubmissionBySubmitterResponse as gX, type BulkCreateSubmissionBySubmitterRequest as gY, type BulkCreateSubmissionBySubmitterData as gZ, type BulkCreateSubmissionBySubmitterResponse as g_, type FormOverride as ga, type FormProperties as gb, type PostSubmissionTriggers as gc, type UpsertContact as gd, type NestedForm as ge, type LimitationRule as gf, type RequiredIndicatorProperties as gg, type SubmitSettings as gh, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gi, type ThankYouMessageOptions as gj, type RedirectOptions as gk, type FieldGroup as gl, type Rule as gm, type RequiredOptions as gn, type HiddenOptions as go, type AllowedValuesOptions as gp, type FieldOverride as gq, type FieldOverridePropertyTypeOptionsOneOf as gr, type ConditionNode as gs, type ConditionNodeNodeOneOf as gt, type AndCondition as gu, type OrCondition as gv, type Condition as gw, type RuleFormOverride as gx, type RuleFormOverrideEntityTypeOptionsOneOf as gy, type CreateCheckoutFromSubmissionResponse as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type FieldViolationErrorDataOneOf as h$, type ItemMetadata as h0, type ApplicationError as h1, type BulkActionMetadata as h2, type GetSubmissionRequest as h3, type GetSubmissionResponse as h4, type GetSubmissionByCheckoutIdRequest as h5, type GetSubmissionByCheckoutIdResponse as h6, type UpdateSubmissionRequest as h7, type UpdateSubmissionResponse as h8, type ConfirmSubmissionRequest as h9, type QuerySubmissionsByNamespaceForExportResponse as hA, type CountSubmissionsByFilterRequest as hB, type FormSubmissionsCount as hC, type CountSubmissionsRequest as hD, type CountDeletedSubmissionsRequest as hE, type FormDeletedSubmissionsCount as hF, type GetMediaUploadURLRequest as hG, type BulkMarkSubmissionsAsSeenRequest as hH, type BulkMarkSubmissionsAsSeenResponse as hI, type GetSubmissionDownloadUrlRequest as hJ, type SubmissionDocument as hK, type SubmissionDocumentDocumentOneOf as hL, type DocumentReady as hM, type DownloadSubmissionRequest as hN, type RawHttpResponse as hO, type HeadersEntry as hP, type GetFormattedSubmissionRequest as hQ, type FormattedSubmission as hR, type ListFormattedSubmissionsRequest as hS, type ListFormattedSubmissionsResponse as hT, type FormattedFormSubmission as hU, type UpdateExtendedFieldsRequest as hV, type BulkUpdateFormSubmissionTagsRequest as hW, type BulkUpdateFormSubmissionTagsResult as hX, type BulkUpdateFormSubmissionTagsByFilterRequest as hY, type ValidateFormSubmissionRequest as hZ, type FieldViolation as h_, type DeleteSubmissionRequest as ha, type DeleteSubmissionResponse as hb, type BulkDeleteSubmissionRequest as hc, type BulkDeleteSubmissionResult as hd, type RestoreSubmissionFromTrashBinRequest as he, type RemoveSubmissionFromTrashBinRequest as hf, type RemoveSubmissionFromTrashBinResponse as hg, type BulkRemoveSubmissionFromTrashBinRequest as hh, type BulkRemoveSubmissionFromTrashBinResult as hi, type ListDeletedSubmissionsRequest as hj, type CursorPaging as hk, type CursorPagingMetadata as hl, type Cursors as hm, type GetDeletedSubmissionRequest as hn, type QuerySubmissionRequest as ho, type CursorQueryPagingMethodOneOf as hp, type Sorting as hq, type SearchSubmissionsByNamespaceRequest as hr, type CursorSearch as hs, type CursorSearchPagingMethodOneOf as ht, type SearchDetails as hu, type SearchSubmissionsByNamespaceForExportRequest as hv, type SearchSubmissionsByNamespaceForExportResponse as hw, type QuerySubmissionsByNamespaceRequest as hx, type QuerySubmissionsByNamespaceResponse as hy, type QuerySubmissionsByNamespaceForExportRequest as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type InputFieldArrayComponentTypeWithLiterals as i$, type SubmissionValidationErrors as i0, type SubmissionValidationError as i1, type SubmissionValidationErrorErrorMessageOneOf as i2, type BaseEventMetadata as i3, type EventMetadata as i4, type FormSubmissionSearchSpec as i5, type SubmissionsQueryResult as i6, type SubmissionStatusWithLiterals as i7, type OptInLevelWithLiterals as i8, type StringTypeFormatEnumFormatWithLiterals as i9, type VoteRoleWithLiterals as iA, type PollLayoutTypeWithLiterals as iB, type PollLayoutDirectionWithLiterals as iC, type BackgroundTypeWithLiterals as iD, type DecorationTypeWithLiterals as iE, type FontTypeWithLiterals as iF, type PositionWithLiterals as iG, type AspectRatioWithLiterals as iH, type ResizingWithLiterals as iI, type PlacementWithLiterals as iJ, type CardStylesTypeWithLiterals as iK, type CardStylesAlignmentWithLiterals as iL, type LayoutWithLiterals as iM, type AppTypeWithLiterals as iN, type InitialExpandedItemsWithLiterals as iO, type DirectionWithLiterals as iP, type VerticalAlignmentWithLiterals as iQ, type NullValueWithLiterals as iR, type ImagePositionWithLiterals as iS, type AlignmentWithLiterals as iT, type ImageFitWithLiterals as iU, type NumberOfColumnsWithLiterals as iV, type FirstDayOfWeekWithLiterals as iW, type InputFieldNumberComponentTypeWithLiterals as iX, type InputFieldBooleanComponentTypeWithLiterals as iY, type ArrayItemsItemTypeWithLiterals as iZ, type PropertiesTypePropertiesTypeEnumWithLiterals as i_, type ValidationFormatWithLiterals as ia, type ProductTypeWithLiterals as ib, type PriceTypeWithLiterals as ic, type InputFieldStringTypeFormatEnumFormatWithLiterals as id, type InputFieldStringComponentTypeWithLiterals as ie, type NodeTypeWithLiterals as ig, type WidthTypeWithLiterals as ih, type PluginContainerDataAlignmentWithLiterals as ii, type ButtonDataTypeWithLiterals as ij, type LinkTargetWithLiterals as ik, type TextAlignmentWithLiterals as il, type LineStyleWithLiterals as im, type WidthWithLiterals as io, type DividerDataAlignmentWithLiterals as ip, type ViewModeWithLiterals as iq, type LayoutTypeWithLiterals as ir, type OrientationWithLiterals as is, type CropWithLiterals as it, type ThumbnailsAlignmentWithLiterals as iu, type GIFTypeWithLiterals as iv, type SourceWithLiterals as iw, type StylesPositionWithLiterals as ix, type MapTypeWithLiterals as iy, type ViewRoleWithLiterals as iz, type ListDeletedSubmissionsResponse as j, confirmSubmission as j$, type InputFieldWixFileComponentTypeWithLiterals as j0, type UploadFileFormatWithLiterals as j1, type InputFieldPaymentComponentTypeWithLiterals as j2, type InputFieldSchedulingComponentTypeWithLiterals as j3, type FormatWithLiterals as j4, type MultilineAddressComponentTypeWithLiterals as j5, type TypeWithLiterals as j6, type InputFieldInputTypeWithLiterals as j7, type FormFieldContactInfoEmailInfoTagWithLiterals as j8, type FormFieldContactInfoPhoneInfoTagWithLiterals as j9, 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 WebhookIdentityTypeWithLiterals 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, onSubmissionCreated as jQ, onSubmissionDeleted as jR, onSubmissionRemovedSubmissionFromTrash as jS, onSubmissionStatusUpdated as jT, onSubmissionContactMapped as jU, onSubmissionContactMappingSkipped as jV, onSubmissionUpdated as jW, upsertContactFromSubmission as jX, createSubmission as jY, getSubmission as jZ, updateSubmission as j_, type AddressInfoTagWithLiterals as ja, type SubscriptionInfoOptInLevelWithLiterals as jb, type FormFieldContactInfoContactFieldWithLiterals as jc, type FormFieldV2FieldTypeWithLiterals as jd, type DisplayFieldTypeWithLiterals as je, type FieldTypeWithLiterals as jf, type FormatEnumFormatWithLiterals as jg, type StringComponentTypeWithLiterals as jh, type NumberComponentTypeWithLiterals as ji, type BooleanComponentTypeWithLiterals as jj, type ItemTypeWithLiterals as jk, type PropertiesTypeEnumWithLiterals as jl, type ArrayComponentTypeWithLiterals as jm, type WixFileComponentTypeWithLiterals as jn, type PaymentComponentTypeWithLiterals as jo, type ComponentTypeWithLiterals as jp, type SchedulingComponentTypeWithLiterals as jq, type InputTypeWithLiterals as jr, type EmailInfoTagWithLiterals as js, type PhoneInfoTagWithLiterals as jt, type TagWithLiterals as ju, type ConfirmationLevelWithLiterals as jv, type ContactFieldWithLiterals as jw, type DisplayFieldDisplayFieldTypeWithLiterals as jx, type OverrideEntityTypeWithLiterals as jy, type KindWithLiterals as jz, type CursorQuery as k, deleteSubmission as k0, bulkDeleteSubmission as k1, restoreSubmissionFromTrashBin as k2, removeSubmissionFromTrashBin as k3, bulkRemoveSubmissionFromTrashBin as k4, listDeletedSubmissions as k5, getDeletedSubmission as k6, querySubmission as k7, querySubmissionsByNamespace as k8, countSubmissionsByFilter as k9, countSubmissions as ka, countDeletedSubmissions as kb, getMediaUploadUrl as kc, bulkMarkSubmissionsAsSeen as kd, getSubmissionDownloadUrl as ke, getFormattedSubmission as kf, updateExtendedFields as kg, bulkUpdateFormSubmissionTags as kh, bulkUpdateFormSubmissionTagsByFilter as ki, validateFormSubmission as kj, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type QuerySubmissionsByNamespaceOptions as n, type SubmissionsQueryBuilder as o, type CountSubmissionsByFilterOptions as p, type CountSubmissionsByFilterResponse as q, type CountSubmissionsOptions as r, type CountSubmissionsResponse as s, type CountDeletedSubmissionsOptions as t, type CountDeletedSubmissionsResponse as u, type GetMediaUploadURLResponse as v, type GetSubmissionDownloadUrlResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as QuerySubmissionsByNamespaceOptions, o as SubmissionsQueryBuilder, p as CountSubmissionsByFilterOptions, q as CountSubmissionsByFilterResponse, r as CountSubmissionsOptions, s as CountSubmissionsResponse, t as CountDeletedSubmissionsOptions, u as CountDeletedSubmissionsResponse, v as GetMediaUploadURLResponse, w as GetSubmissionDownloadUrlResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, 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 } from './forms-v4-submission-submissions.universal-
|
|
3
|
-
export { gH as ActionEvent, fV as Address, fW as AddressComponentTypeOptionsOneOf, fD as AddressInfo, aY as AddressInfoTag, j8 as AddressInfoTagWithLiterals, eM as AddressLine2, aF as Alignment, iR as AlignmentWithLiterals, gn as AllowedValuesOptions, dt as AnchorData, gs as AndCondition, dz as AppEmbedData, dA as AppEmbedDataAppDataOneOf, az as AppType, iL as AppTypeWithLiterals, g$ as ApplicationError, eE as Appointment, eF as AppointmentFormatInfoOneOf, b8 as ArrayComponentType, jk as ArrayComponentTypeWithLiterals, c5 as ArrayErrorMessages, fx as ArrayItems, aL as ArrayItemsItemType, fy as ArrayItemsItemTypeOptionsOneOf, iX as ArrayItemsItemTypeWithLiterals, ft as ArrayType, c3 as ArrayTypeArrayItems, c4 as ArrayTypeArrayItemsItemsOneOf, at as AspectRatio, iF as AspectRatioWithLiterals, dT as AudioData, di as Background, dj as BackgroundBackgroundOneOf, ap as BackgroundType, iB as BackgroundTypeWithLiterals, i1 as BaseEventMetadata, dW as BlockquoteData, dB as BookingData, b5 as BooleanComponentType, jh as BooleanComponentTypeWithLiterals, bZ as BooleanErrorMessages, fs as BooleanType, cy as Border, dR as BorderColors, g1 as BreakPoint, h0 as BulkActionMetadata, gX as BulkCreateSubmissionBySubmitterData, gW as BulkCreateSubmissionBySubmitterRequest, gY as BulkCreateSubmissionBySubmitterResponse, ha as BulkDeleteSubmissionRequest, hb as BulkDeleteSubmissionResult, hF as BulkMarkSubmissionsAsSeenRequest, hG as BulkMarkSubmissionsAsSeenResponse, hf as BulkRemoveSubmissionFromTrashBinRequest, hg as BulkRemoveSubmissionFromTrashBinResult, gZ as BulkSubmissionResult, hW as BulkUpdateFormSubmissionTagsByFilterRequest, hU as BulkUpdateFormSubmissionTagsRequest, hV as BulkUpdateFormSubmissionTagsResult, dV as BulletedListData, cx as ButtonData, a6 as ButtonDataType, ih as ButtonDataTypeWithLiterals, dD as ButtonStyles, dX as CaptionData, dG as CardStyles, ax as CardStylesAlignment, iJ as CardStylesAlignmentWithLiterals, aw as CardStylesType, iI as CardStylesTypeWithLiterals, dQ as CellStyle, br as ChangeableProperty, jD as ChangeablePropertyWithLiterals, ej as Checkbox, er as CheckboxGroup, gy as Checkout, cJ as CodeBlockData, dM as CollapsibleListData, du as ColorData, cz as Colors, jN as CommonSearchWithEntityContext, bb as ComponentType, jn as ComponentTypeWithLiterals, gu as Condition, gq as ConditionNode, gr as ConditionNodeNodeOneOf, h7 as ConfirmSubmissionRequest, bh as ConfirmationLevel, jt as ConfirmationLevelWithLiterals, bi as ContactField, ju as ContactFieldWithLiterals, hC as CountDeletedSubmissionsRequest, hz as CountSubmissionsByFilterRequest, hB as CountSubmissionsRequest, bM as CreateCheckoutFromSubmissionRequest, bN as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gx as CreateCheckoutFromSubmissionResponse, gU as CreateSubmissionBySubmitterRequest, gV as CreateSubmissionBySubmitterResponse, gS as CreateSubmissionForMigrationRequest, gT as CreateSubmissionForMigrationResponse, gO as CreateSubmissionRequest, gP as CreateSubmissionResponse, af as Crop, ir as CropWithLiterals, hi as CursorPaging, hj as CursorPagingMetadata, hn as CursorQueryPagingMethodOneOf, hq as CursorSearch, hr as CursorSearchPagingMethodOneOf, hk as Cursors, fE as CustomFieldInfo, e5 as CustomOption, ck as DataExtensionsDetails, ea as DateInput, ec as DatePicker, fp as DateTimeConstraints, e8 as DateTimeInput, dr as Decoration, ds as DecorationDataOneOf, aq as DecorationType, iC as DecorationTypeWithLiterals, eN as DefaultCountryConfig, eO as DefaultCountryConfigOptionsOneOf, h8 as DeleteSubmissionRequest, h9 as DeleteSubmissionResponse, dp as Design, dO as Dimensions, aB as Direction, iN as DirectionWithLiterals, ff as DisplayField, bj as DisplayFieldDisplayFieldType, fg as DisplayFieldDisplayFieldTypeOptionsOneOf, jv as DisplayFieldDisplayFieldTypeWithLiterals, b0 as DisplayFieldType, jc as DisplayFieldTypeWithLiterals, cL as DividerData, ab as DividerDataAlignment, im as DividerDataAlignmentWithLiterals, hK as DocumentReady, d_ as DocumentStyle, gB as DomainEvent, gC as DomainEventBodyOneOf, eA as DonationInput, eB as DonationInputOption, hL as DownloadSubmissionRequest, e6 as Dropdown, e7 as DropdownOption, cb as DynamicPriceOptions, fB as EmailInfo, be as EmailInfoTag, jq as EmailInfoTagWithLiterals, dK as EmbedData, gI as Empty, gD as EntityCreatedEvent, gG as EntityDeletedEvent, gF as EntityUpdatedEvent, bw as ErrorType, jI as ErrorTypeWithLiterals, dC as EventData, i2 as EventMetadata, bD as ExtendedFields, fj as Field, fk as FieldFieldTypeOptionsOneOf, gj as FieldGroup, go as FieldOverride, gp as FieldOverridePropertyTypeOptionsOneOf, cf as FieldOverrides, b1 as FieldType, jd as FieldTypeWithLiterals, hY as FieldViolation, hZ as FieldViolationErrorDataOneOf, fX as FieldsDisplayField, fY as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, cg as FieldsOverrides, eP as FieldsSettings, cM as FileData, cN as FileSource, cO as FileSourceDataOneOf, ev as FileType, ew as FileUpload, aI as FirstDayOfWeek, iU as FirstDayOfWeekWithLiterals, eD as FixedPayment, ca as FixedPriceOptions, dx as FontSizeData, ar as FontType, iD as FontTypeWithLiterals, bO as Form, hD as FormDeletedSubmissionsCount, bP as FormField, b_ as FormFieldArrayType, bY as FormFieldBooleanType, fz as FormFieldContactInfo, fA as FormFieldContactInfoAdditionalInfoOneOf, eU as FormFieldContactInfoAddressInfo, a_ as FormFieldContactInfoContactField, ja as FormFieldContactInfoContactFieldWithLiterals, eV as FormFieldContactInfoCustomFieldInfo, eS as FormFieldContactInfoEmailInfo, aW as FormFieldContactInfoEmailInfoTag, j6 as FormFieldContactInfoEmailInfoTagWithLiterals, eT as FormFieldContactInfoPhoneInfo, aX as FormFieldContactInfoPhoneInfoTag, j7 as FormFieldContactInfoPhoneInfoTagWithLiterals, eW as FormFieldContactInfoSubscriptionInfo, bV as FormFieldNumberType, b$ as FormFieldObjectType, bQ as FormFieldStringType, bR as FormFieldStringTypeFormatOptionsOneOf, cm as FormFieldV2, a$ as FormFieldV2FieldType, cn as FormFieldV2FieldTypeOptionsOneOf, jb as FormFieldV2FieldTypeWithLiterals, fd as FormFieldV2InputField, fe as FormFieldV2InputFieldInputTypeOptionsOneOf, g0 as FormLayout, g8 as FormOverride, g9 as FormProperties, g7 as FormRule, i3 as FormSubmissionSearchSpec, bH as FormSubmissionStatusUpdatedEvent, hA as FormSubmissionsCount, aS as Format, b2 as FormatEnumFormat, je as FormatEnumFormatWithLiterals, j2 as FormatWithLiterals, hS as FormattedFormSubmission, hP as FormattedSubmission, c$ as GIF, c_ as GIFData, ah as GIFType, it as GIFTypeWithLiterals, cQ as GalleryData, cW as GalleryOptions, cX as GalleryOptionsLayout, hl as GetDeletedSubmissionRequest, hO as GetFormattedSubmissionRequest, hE as GetMediaUploadURLRequest, h3 as GetSubmissionByCheckoutIdRequest, h4 as GetSubmissionByCheckoutIdResponse, hH as GetSubmissionDownloadUrlRequest, h1 as GetSubmissionRequest, h2 as GetSubmissionResponse, dh as Gradient, g4 as Group, d1 as HTMLData, d2 as HTMLDataDataOneOf, hN as HeadersEntry, d0 as HeadingData, cE as Height, gm as HiddenOptions, gK as IdentificationData, gL as IdentificationDataIdOneOf, bv as IdentityType, jH as IdentityTypeWithLiterals, cS as Image, d3 as ImageData, d5 as ImageDataStyles, aG as ImageFit, iS as ImageFitWithLiterals, aE as ImagePosition, iQ as ImagePositionWithLiterals, dE as ImageStyles, eI as InPersonOptions, aA as InitialExpandedItems, iM as InitialExpandedItemsWithLiterals, fl as InputField, aN as InputFieldArrayComponentType, iZ as InputFieldArrayComponentTypeWithLiterals, ek as InputFieldArrayType, ep as InputFieldArrayTypeArrayItems, eq as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aK as InputFieldBooleanComponentType, iW as InputFieldBooleanComponentTypeWithLiterals, ei as InputFieldBooleanType, aV as InputFieldInputType, fm as InputFieldInputTypeOptionsOneOf, j5 as InputFieldInputTypeWithLiterals, el as InputFieldIntegerType, f9 as InputFieldMultilineAddress, fa as InputFieldMultilineAddressComponentTypeOptionsOneOf, aJ as InputFieldNumberComponentType, iV as InputFieldNumberComponentTypeWithLiterals, ef as InputFieldNumberType, em as InputFieldObjectType, en as InputFieldObjectTypePropertiesType, eo as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, f7 as InputFieldPayment, aQ as InputFieldPaymentComponentType, f8 as InputFieldPaymentComponentTypeOptionsOneOf, j0 as InputFieldPaymentComponentTypeWithLiterals, fb as InputFieldScheduling, aR as InputFieldSchedulingComponentType, fc as InputFieldSchedulingComponentTypeOptionsOneOf, j1 as InputFieldSchedulingComponentTypeWithLiterals, a2 as InputFieldStringComponentType, ic as InputFieldStringComponentTypeWithLiterals, co as InputFieldStringType, cq as InputFieldStringTypeDateTimeConstraints, a1 as InputFieldStringTypeFormatEnumFormat, ib as InputFieldStringTypeFormatEnumFormatWithLiterals, cp as InputFieldStringTypeFormatOptionsOneOf, cr as InputFieldStringTypePhoneConstraints, f5 as InputFieldWixFile, aO as InputFieldWixFileComponentType, f6 as InputFieldWixFileComponentTypeOptionsOneOf, i_ as InputFieldWixFileComponentTypeWithLiterals, f1 as InputField_Array, f2 as InputField_ArrayComponentTypeOptionsOneOf, e$ as InputField_Boolean, f0 as InputField_BooleanComponentTypeOptionsOneOf, eZ as InputField_Number, e_ as InputField_NumberComponentTypeOptionsOneOf, f3 as InputField_Object, f4 as InputField_ObjectValidationOneOf, eX as InputField_String, eY as InputField_StringComponentTypeOptionsOneOf, bd as InputType, jp as InputTypeWithLiterals, bX as IntegerType, gz as IsFormSubmittableRequest, gA as IsFormSubmittableResponse, cU as Item, cV as ItemDataOneOf, g2 as ItemLayout, g3 as ItemLayoutItemOneOf, g_ as ItemMetadata, cY as ItemStyle, b6 as ItemType, ji as ItemTypeWithLiterals, bl as Kind, jx as KindWithLiterals, ay as Layout, dY as LayoutCellData, ad as LayoutType, ip as LayoutTypeWithLiterals, iK as LayoutWithLiterals, gd as LimitationRule, a9 as LineStyle, ik as LineStyleWithLiterals, cG as Link, dv as LinkData, cH as LinkDataOneOf, d6 as LinkPreviewData, d7 as LinkPreviewDataStyles, a7 as LinkTarget, ii as LinkTargetWithLiterals, hh as ListDeletedSubmissionsRequest, hQ as ListFormattedSubmissionsRequest, hR as ListFormattedSubmissionsResponse, dS as ListValue, eG as Location, eH as LocationLocationInfoOneOf, d8 as MapData, d9 as MapSettings, ak as MapType, iw as MapTypeWithLiterals, g5 as Margin, bK as MarketingSubscriptionDetails, cR as Media, e0 as MediaItem, e1 as MediaItemMediaOneOf, e2 as MediaSettings, dw as MentionData, gJ as MessageEnvelope, dZ as Metadata, by as Mode, jK as ModeWithLiterals, eL as MultilineAddress, aT as MultilineAddressComponentType, j3 as MultilineAddressComponentTypeWithLiterals, ce as MultilineAddressValidation, gc as NestedForm, ch as NestedFormFieldOverrides, cl as NestedFormOverrides, cu as Node, cv as NodeDataOneOf, cw as NodeStyle, a3 as NodeType, id as NodeTypeWithLiterals, aD as NullValue, iP as NullValueWithLiterals, b4 as NumberComponentType, jg as NumberComponentTypeWithLiterals, bW as NumberErrorMessages, eg as NumberInput, aH as NumberOfColumns, iT as NumberOfColumnsWithLiterals, fr as NumberType, c2 as ObjectErrorMessages, fu as ObjectType, c0 as ObjectTypePropertiesType, c1 as ObjectTypePropertiesTypePropertiesTypeOneOf, dL as Oembed, bt as Operator, jF as OperatorWithLiterals, Y as OptInLevel, i6 as OptInLevelWithLiterals, es as Option, dl as OptionDesign, dg as OptionLayout, gt as OrCondition, bE as OrderDetails, dU as OrderedListData, ae as Orientation, iq as OrientationWithLiterals, bk as OverrideEntityType, bs as OverrideEntityTypeEnumOverrideEntityType, jE as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jw as OverrideEntityTypeWithLiterals, cP as PDFSettings, f_ as PageNavigationOptions, da as ParagraphData, fR as Payment, ba as PaymentComponentType, fS as PaymentComponentTypeOptionsOneOf, jm as PaymentComponentTypeWithLiterals, eC as PaymentInput, c8 as PaymentType, dc as Permissions, fq as PhoneConstraints, fC as PhoneInfo, bf as PhoneInfoTag, jr as PhoneInfoTagWithLiterals, e9 as PhoneInput, eK as PhoneOptions, av as Placement, iH as PlacementWithLiterals, dJ as PlaybackOptions, cA as PluginContainerData, a5 as PluginContainerDataAlignment, ig as PluginContainerDataAlignmentWithLiterals, cB as PluginContainerDataWidth, cC as PluginContainerDataWidthDataOneOf, dm as Poll, db as PollData, dn as PollDataLayout, dk as PollDesign, df as PollLayout, ao as PollLayoutDirection, iA as PollLayoutDirectionWithLiterals, an as PollLayoutType, iz as PollLayoutTypeWithLiterals, dd as PollOption, as as Position, iE as PositionWithLiterals, ga as PostSubmissionTriggers, c6 as PredefinedValidation, c7 as PredefinedValidationFormatOptionsOneOf, a0 as PriceType, ia as PriceTypeWithLiterals, dH as PricingData, cc as Product, ey as ProductCheckboxGroup, ez as ProductCheckboxGroupOption, cd as ProductPriceOptionsOneOf, $ as ProductType, i9 as ProductTypeWithLiterals, fv as PropertiesType, b7 as PropertiesTypeEnum, jj as PropertiesTypeEnumWithLiterals, aM as PropertiesTypePropertiesTypeEnum, iY as PropertiesTypePropertiesTypeEnumWithLiterals, fw as PropertiesTypePropertiesTypeOptionsOneOf, bF as PublicTags, c9 as QuantityLimit, hm as QuerySubmissionRequest, hx as QuerySubmissionsByNamespaceForExportRequest, hy as QuerySubmissionsByNamespaceForExportResponse, hv as QuerySubmissionsByNamespaceRequest, hw as QuerySubmissionsByNamespaceResponse, e3 as RadioGroup, e4 as RadioGroupOption, eh as RatingInput, hM as RawHttpResponse, gi as RedirectOptions, cI as Rel, hd as RemoveSubmissionFromTrashBinRequest, he as RemoveSubmissionFromTrashBinResponse, bI as RemovedSubmissionFromTrash, bn as RequiredIndicator, bo as RequiredIndicatorPlacement, jA as RequiredIndicatorPlacementWithLiterals, ge as RequiredIndicatorProperties, jz as RequiredIndicatorWithLiterals, gl as RequiredOptions, au as Resizing, iG as ResizingWithLiterals, gE as RestoreInfo, hc as RestoreSubmissionFromTrashBinRequest, dF as RibbonStyles, ct as RichContent, fZ as RichContentOptions, gk as Rule, gv as RuleFormOverride, gw as RuleFormOverrideEntityTypeOptionsOneOf, fT as Scheduling, bc as SchedulingComponentType, fU as SchedulingComponentTypeOptionsOneOf, jo as SchedulingComponentTypeWithLiterals, hs as SearchDetails, ht as SearchSubmissionsByNamespaceForExportRequest, hu as SearchSubmissionsByNamespaceForExportResponse, hp as SearchSubmissionsByNamespaceRequest, g6 as Section, ed as ServicesDropdown, ee as ServicesDropdownOption, de as Settings, ex as Signature, bx as SortOrder, jJ as SortOrderWithLiterals, ho as Sorting, ai as Source, iu as SourceWithLiterals, bm as SpamFilterProtectionLevel, jy as SpamFilterProtectionLevelWithLiterals, cD as Spoiler, dy as SpoilerData, bz as Status, jL as StatusWithLiterals, f$ as Step, b3 as StringComponentType, jf as StringComponentTypeWithLiterals, bS as StringErrorMessages, fn as StringType, bT as StringTypeDateTimeConstraints, Z as StringTypeFormatEnumFormat, i7 as StringTypeFormatEnumFormatWithLiterals, fo as StringTypeFormatOptionsOneOf, bU as StringTypePhoneConstraints, cF as Styles, d4 as StylesBorder, aj as StylesPosition, iv as StylesPositionWithLiterals, bJ as SubmissionContactMapped, bL as SubmissionContactMappingSkipped, hI as SubmissionDocument, hJ as SubmissionDocumentDocumentOneOf, bA as SubmissionErrorType, jM as SubmissionErrorTypeWithLiterals, X as SubmissionStatus, i5 as SubmissionStatusWithLiterals, h$ as SubmissionValidationError, i0 as SubmissionValidationErrorErrorMessageOneOf, h_ as SubmissionValidationErrors, gQ as SubmissionValidationErrorsDetails, i4 as SubmissionsQueryResult, gN as SubmitContactResponse, gf as SubmitSettings, gg as SubmitSettingsSubmitSuccessActionOptionsOneOf, bq as SubmitSuccessAction, jC as SubmitSuccessActionWithLiterals, bB as Submitter, bC as SubmitterSubmitterOneOf, fF as SubscriptionInfo, aZ as SubscriptionInfoOptInLevel, j9 as SubscriptionInfoOptInLevelWithLiterals, dP as TableCellData, dN as TableData, bg as Tag, bG as TagList, js as TagWithLiterals, et as Tags, eu as TagsOption, bp as Target, jB as TargetWithLiterals, a8 as TextAlignment, ij as TextAlignmentWithLiterals, dq as TextData, cs as TextInput, d$ as TextNodeStyle, cK as TextStyle, gh as ThankYouMessageOptions, cZ as Thumbnails, ag as ThumbnailsAlignment, is as ThumbnailsAlignmentWithLiterals, eb as TimeInput, aU as Type, j4 as TypeWithLiterals, hT as UpdateExtendedFieldsRequest, h5 as UpdateSubmissionRequest, h6 as UpdateSubmissionResponse, aP as UploadFileFormat, i$ as UploadFileFormatWithLiterals, gb as UpsertContact, gM as UpsertContactFromSubmissionRequest, eQ as V4FormFieldContactInfo, eR as V4FormFieldContactInfoAdditionalInfoOneOf, fi as V4PageNavigationOptions, fh as V4RichContentOptions, hX as ValidateFormSubmissionRequest, ci as Validation, gR as ValidationError, _ as ValidationFormat, i8 as ValidationFormatWithLiterals, cj as ValidationValidationOneOf, aC as VerticalAlignment, iO as VerticalAlignmentWithLiterals, cT as Video, eJ as VideoConferenceOptions, dI as VideoData, ac as ViewMode, io as ViewModeWithLiterals, al as ViewRole, ix as ViewRoleWithLiterals, am as VoteRole, iy as VoteRoleWithLiterals, bu as WebhookIdentityType, jG as WebhookIdentityTypeWithLiterals, aa as Width, a4 as WidthType, ie as WidthTypeWithLiterals, il as WidthWithLiterals, fP as WixFile, b9 as WixFileComponentType, fQ as WixFileComponentTypeOptionsOneOf, jl as WixFileComponentTypeWithLiterals, fM as _Array, fN as _ArrayComponentTypeOptionsOneOf, fK as _Boolean, fL as _BooleanComponentTypeOptionsOneOf, fI as _Number, fJ as _NumberComponentTypeOptionsOneOf, fO as _Object, fG as _String, fH as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-kYPlVhV7.js';
|
|
2
|
+
import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as QuerySubmissionsByNamespaceOptions, o as SubmissionsQueryBuilder, p as CountSubmissionsByFilterOptions, q as CountSubmissionsByFilterResponse, r as CountSubmissionsOptions, s as CountSubmissionsResponse, t as CountDeletedSubmissionsOptions, u as CountDeletedSubmissionsResponse, v as GetMediaUploadURLResponse, w as GetSubmissionDownloadUrlResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, 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 } from './forms-v4-submission-submissions.universal-B3Fl2um0.js';
|
|
3
|
+
export { gJ as ActionEvent, fX as Address, fY as AddressComponentTypeOptionsOneOf, fF as AddressInfo, aY as AddressInfoTag, ja as AddressInfoTagWithLiterals, eN as AddressLine2, aF as Alignment, iT as AlignmentWithLiterals, gp as AllowedValuesOptions, du as AnchorData, gu as AndCondition, dA as AppEmbedData, dB as AppEmbedDataAppDataOneOf, az as AppType, iN as AppTypeWithLiterals, h1 as ApplicationError, eF as Appointment, eG as AppointmentFormatInfoOneOf, b8 as ArrayComponentType, jm as ArrayComponentTypeWithLiterals, c6 as ArrayErrorMessages, fz as ArrayItems, aL as ArrayItemsItemType, fA as ArrayItemsItemTypeOptionsOneOf, iZ as ArrayItemsItemTypeWithLiterals, fv as ArrayType, c4 as ArrayTypeArrayItems, c5 as ArrayTypeArrayItemsItemsOneOf, at as AspectRatio, iH as AspectRatioWithLiterals, dU as AudioData, dj as Background, dk as BackgroundBackgroundOneOf, ap as BackgroundType, iD as BackgroundTypeWithLiterals, i3 as BaseEventMetadata, dX as BlockquoteData, dC as BookingData, b5 as BooleanComponentType, jj as BooleanComponentTypeWithLiterals, b_ as BooleanErrorMessages, fu as BooleanType, cz as Border, dS as BorderColors, g3 as BreakPoint, h2 as BulkActionMetadata, gZ as BulkCreateSubmissionBySubmitterData, gY as BulkCreateSubmissionBySubmitterRequest, g_ as BulkCreateSubmissionBySubmitterResponse, hc as BulkDeleteSubmissionRequest, hd as BulkDeleteSubmissionResult, hH as BulkMarkSubmissionsAsSeenRequest, hI as BulkMarkSubmissionsAsSeenResponse, hh as BulkRemoveSubmissionFromTrashBinRequest, hi as BulkRemoveSubmissionFromTrashBinResult, g$ as BulkSubmissionResult, hY as BulkUpdateFormSubmissionTagsByFilterRequest, hW as BulkUpdateFormSubmissionTagsRequest, hX as BulkUpdateFormSubmissionTagsResult, dW as BulletedListData, cy as ButtonData, a6 as ButtonDataType, ij as ButtonDataTypeWithLiterals, dE as ButtonStyles, dY as CaptionData, dH as CardStyles, ax as CardStylesAlignment, iL as CardStylesAlignmentWithLiterals, aw as CardStylesType, iK as CardStylesTypeWithLiterals, dR as CellStyle, br as ChangeableProperty, jF as ChangeablePropertyWithLiterals, ek as Checkbox, es as CheckboxGroup, gA as Checkout, cK as CodeBlockData, dN as CollapsibleListData, dv as ColorData, cA as Colors, jP as CommonSearchWithEntityContext, bb as ComponentType, jp as ComponentTypeWithLiterals, gw as Condition, gs as ConditionNode, gt as ConditionNodeNodeOneOf, h9 as ConfirmSubmissionRequest, bh as ConfirmationLevel, jv as ConfirmationLevelWithLiterals, bi as ContactField, jw as ContactFieldWithLiterals, hE as CountDeletedSubmissionsRequest, hB as CountSubmissionsByFilterRequest, hD as CountSubmissionsRequest, bM as CreateCheckoutFromSubmissionRequest, bN as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gz as CreateCheckoutFromSubmissionResponse, gW as CreateSubmissionBySubmitterRequest, gX as CreateSubmissionBySubmitterResponse, gU as CreateSubmissionForMigrationRequest, gV as CreateSubmissionForMigrationResponse, gQ as CreateSubmissionRequest, gR as CreateSubmissionResponse, af as Crop, it as CropWithLiterals, hk as CursorPaging, hl as CursorPagingMetadata, hp as CursorQueryPagingMethodOneOf, hs as CursorSearch, ht as CursorSearchPagingMethodOneOf, hm as Cursors, fG as CustomFieldInfo, e6 as CustomOption, cl as DataExtensionsDetails, eb as DateInput, ed as DatePicker, fq as DateTimeConstraints, e9 as DateTimeInput, ds as Decoration, dt as DecorationDataOneOf, aq as DecorationType, iE as DecorationTypeWithLiterals, eO as DefaultCountryConfig, eP as DefaultCountryConfigOptionsOneOf, ha as DeleteSubmissionRequest, hb as DeleteSubmissionResponse, dq as Design, dP as Dimensions, aB as Direction, iP as DirectionWithLiterals, fg as DisplayField, bj as DisplayFieldDisplayFieldType, fh as DisplayFieldDisplayFieldTypeOptionsOneOf, jx as DisplayFieldDisplayFieldTypeWithLiterals, b0 as DisplayFieldType, je as DisplayFieldTypeWithLiterals, cM as DividerData, ab as DividerDataAlignment, ip as DividerDataAlignmentWithLiterals, hM as DocumentReady, d$ as DocumentStyle, gD as DomainEvent, gE as DomainEventBodyOneOf, eB as DonationInput, eC as DonationInputOption, hN as DownloadSubmissionRequest, e7 as Dropdown, e8 as DropdownOption, cc as DynamicPriceOptions, fD as EmailInfo, be as EmailInfoTag, js as EmailInfoTagWithLiterals, dL as EmbedData, gK as Empty, gF as EntityCreatedEvent, gI as EntityDeletedEvent, gH as EntityUpdatedEvent, bw as ErrorType, jK as ErrorTypeWithLiterals, dD as EventData, i4 as EventMetadata, bD as ExtendedFields, fk as Field, fl as FieldFieldTypeOptionsOneOf, gl as FieldGroup, gq as FieldOverride, gr as FieldOverridePropertyTypeOptionsOneOf, cg as FieldOverrides, b1 as FieldType, jf as FieldTypeWithLiterals, h_ as FieldViolation, h$ as FieldViolationErrorDataOneOf, fZ as FieldsDisplayField, f_ as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, ch as FieldsOverrides, eQ as FieldsSettings, cN as FileData, cO as FileSource, cP as FileSourceDataOneOf, ew as FileType, ex as FileUpload, aI as FirstDayOfWeek, iW as FirstDayOfWeekWithLiterals, eE as FixedPayment, cb as FixedPriceOptions, dy as FontSizeData, ar as FontType, iF as FontTypeWithLiterals, bO as Form, hF as FormDeletedSubmissionsCount, bP as FormField, b$ as FormFieldArrayType, bZ as FormFieldBooleanType, fB as FormFieldContactInfo, fC as FormFieldContactInfoAdditionalInfoOneOf, eV as FormFieldContactInfoAddressInfo, a_ as FormFieldContactInfoContactField, jc as FormFieldContactInfoContactFieldWithLiterals, eW as FormFieldContactInfoCustomFieldInfo, eT as FormFieldContactInfoEmailInfo, aW as FormFieldContactInfoEmailInfoTag, j8 as FormFieldContactInfoEmailInfoTagWithLiterals, eU as FormFieldContactInfoPhoneInfo, aX as FormFieldContactInfoPhoneInfoTag, j9 as FormFieldContactInfoPhoneInfoTagWithLiterals, eX as FormFieldContactInfoSubscriptionInfo, bW as FormFieldNumberType, c0 as FormFieldObjectType, bQ as FormFieldStringType, bR as FormFieldStringTypeFormatOptionsOneOf, cn as FormFieldV2, a$ as FormFieldV2FieldType, co as FormFieldV2FieldTypeOptionsOneOf, jd as FormFieldV2FieldTypeWithLiterals, fe as FormFieldV2InputField, ff as FormFieldV2InputFieldInputTypeOptionsOneOf, g2 as FormLayout, ga as FormOverride, gb as FormProperties, g9 as FormRule, i5 as FormSubmissionSearchSpec, bH as FormSubmissionStatusUpdatedEvent, hC as FormSubmissionsCount, aS as Format, b2 as FormatEnumFormat, jg as FormatEnumFormatWithLiterals, j4 as FormatWithLiterals, hU as FormattedFormSubmission, hR as FormattedSubmission, d0 as GIF, c$ as GIFData, ah as GIFType, iv as GIFTypeWithLiterals, cR as GalleryData, cX as GalleryOptions, cY as GalleryOptionsLayout, hn as GetDeletedSubmissionRequest, hQ as GetFormattedSubmissionRequest, hG as GetMediaUploadURLRequest, h5 as GetSubmissionByCheckoutIdRequest, h6 as GetSubmissionByCheckoutIdResponse, hJ as GetSubmissionDownloadUrlRequest, h3 as GetSubmissionRequest, h4 as GetSubmissionResponse, di as Gradient, g6 as Group, d2 as HTMLData, d3 as HTMLDataDataOneOf, hP as HeadersEntry, d1 as HeadingData, cF as Height, go as HiddenOptions, gM as IdentificationData, gN as IdentificationDataIdOneOf, bv as IdentityType, jJ as IdentityTypeWithLiterals, cT as Image, d4 as ImageData, d6 as ImageDataStyles, aG as ImageFit, iU as ImageFitWithLiterals, aE as ImagePosition, iS as ImagePositionWithLiterals, dF as ImageStyles, eJ as InPersonOptions, aA as InitialExpandedItems, iO as InitialExpandedItemsWithLiterals, fm as InputField, aN as InputFieldArrayComponentType, i$ as InputFieldArrayComponentTypeWithLiterals, el as InputFieldArrayType, eq as InputFieldArrayTypeArrayItems, er as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aK as InputFieldBooleanComponentType, iY as InputFieldBooleanComponentTypeWithLiterals, ej as InputFieldBooleanType, aV as InputFieldInputType, fn as InputFieldInputTypeOptionsOneOf, j7 as InputFieldInputTypeWithLiterals, em as InputFieldIntegerType, fa as InputFieldMultilineAddress, fb as InputFieldMultilineAddressComponentTypeOptionsOneOf, aJ as InputFieldNumberComponentType, iX as InputFieldNumberComponentTypeWithLiterals, eg as InputFieldNumberType, en as InputFieldObjectType, eo as InputFieldObjectTypePropertiesType, ep as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, f8 as InputFieldPayment, aQ as InputFieldPaymentComponentType, f9 as InputFieldPaymentComponentTypeOptionsOneOf, j2 as InputFieldPaymentComponentTypeWithLiterals, fc as InputFieldScheduling, aR as InputFieldSchedulingComponentType, fd as InputFieldSchedulingComponentTypeOptionsOneOf, j3 as InputFieldSchedulingComponentTypeWithLiterals, a2 as InputFieldStringComponentType, ie as InputFieldStringComponentTypeWithLiterals, cp as InputFieldStringType, cr as InputFieldStringTypeDateTimeConstraints, a1 as InputFieldStringTypeFormatEnumFormat, id as InputFieldStringTypeFormatEnumFormatWithLiterals, cq as InputFieldStringTypeFormatOptionsOneOf, cs as InputFieldStringTypePhoneConstraints, f6 as InputFieldWixFile, aO as InputFieldWixFileComponentType, f7 as InputFieldWixFileComponentTypeOptionsOneOf, j0 as InputFieldWixFileComponentTypeWithLiterals, f2 as InputField_Array, f3 as InputField_ArrayComponentTypeOptionsOneOf, f0 as InputField_Boolean, f1 as InputField_BooleanComponentTypeOptionsOneOf, e_ as InputField_Number, e$ as InputField_NumberComponentTypeOptionsOneOf, f4 as InputField_Object, f5 as InputField_ObjectValidationOneOf, eY as InputField_String, eZ as InputField_StringComponentTypeOptionsOneOf, bd as InputType, jr as InputTypeWithLiterals, bY as IntegerType, gB as IsFormSubmittableRequest, gC as IsFormSubmittableResponse, cV as Item, cW as ItemDataOneOf, g4 as ItemLayout, g5 as ItemLayoutItemOneOf, h0 as ItemMetadata, cZ as ItemStyle, b6 as ItemType, jk as ItemTypeWithLiterals, bl as Kind, jz as KindWithLiterals, ay as Layout, dZ as LayoutCellData, ad as LayoutType, ir as LayoutTypeWithLiterals, iM as LayoutWithLiterals, gf as LimitationRule, a9 as LineStyle, im as LineStyleWithLiterals, cH as Link, dw as LinkData, cI as LinkDataOneOf, d7 as LinkPreviewData, d8 as LinkPreviewDataStyles, a7 as LinkTarget, ik as LinkTargetWithLiterals, hj as ListDeletedSubmissionsRequest, hS as ListFormattedSubmissionsRequest, hT as ListFormattedSubmissionsResponse, dT as ListValue, eH as Location, eI as LocationLocationInfoOneOf, d9 as MapData, da as MapSettings, ak as MapType, iy as MapTypeWithLiterals, g7 as Margin, bK as MarketingSubscriptionDetails, cS as Media, e1 as MediaItem, e2 as MediaItemMediaOneOf, e3 as MediaSettings, dx as MentionData, gL as MessageEnvelope, d_ as Metadata, by as Mode, jM as ModeWithLiterals, eM as MultilineAddress, aT as MultilineAddressComponentType, j5 as MultilineAddressComponentTypeWithLiterals, cf as MultilineAddressValidation, ge as NestedForm, ci as NestedFormFieldOverrides, cm as NestedFormOverrides, cv as Node, cw as NodeDataOneOf, cx as NodeStyle, a3 as NodeType, ig as NodeTypeWithLiterals, aD as NullValue, iR as NullValueWithLiterals, b4 as NumberComponentType, ji as NumberComponentTypeWithLiterals, bX as NumberErrorMessages, eh as NumberInput, aH as NumberOfColumns, iV as NumberOfColumnsWithLiterals, ft as NumberType, c3 as ObjectErrorMessages, fw as ObjectType, c1 as ObjectTypePropertiesType, c2 as ObjectTypePropertiesTypePropertiesTypeOneOf, dM as Oembed, bt as Operator, jH as OperatorWithLiterals, Y as OptInLevel, i8 as OptInLevelWithLiterals, et as Option, dm as OptionDesign, dh as OptionLayout, gv as OrCondition, bE as OrderDetails, dV as OrderedListData, ae as Orientation, is as OrientationWithLiterals, bk as OverrideEntityType, bs as OverrideEntityTypeEnumOverrideEntityType, jG as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jy as OverrideEntityTypeWithLiterals, cQ as PDFSettings, g0 as PageNavigationOptions, db as ParagraphData, fT as Payment, ba as PaymentComponentType, fU as PaymentComponentTypeOptionsOneOf, jo as PaymentComponentTypeWithLiterals, eD as PaymentInput, c9 as PaymentType, dd as Permissions, fr as PhoneConstraints, fE as PhoneInfo, bf as PhoneInfoTag, jt as PhoneInfoTagWithLiterals, ea as PhoneInput, eL as PhoneOptions, av as Placement, iJ as PlacementWithLiterals, dK as PlaybackOptions, cB as PluginContainerData, a5 as PluginContainerDataAlignment, ii as PluginContainerDataAlignmentWithLiterals, cC as PluginContainerDataWidth, cD as PluginContainerDataWidthDataOneOf, dn as Poll, dc as PollData, dp as PollDataLayout, dl as PollDesign, dg as PollLayout, ao as PollLayoutDirection, iC as PollLayoutDirectionWithLiterals, an as PollLayoutType, iB as PollLayoutTypeWithLiterals, de as PollOption, as as Position, iG as PositionWithLiterals, gc as PostSubmissionTriggers, c7 as PredefinedValidation, c8 as PredefinedValidationFormatOptionsOneOf, a0 as PriceType, ic as PriceTypeWithLiterals, dI as PricingData, cd as Product, ez as ProductCheckboxGroup, eA as ProductCheckboxGroupOption, ce as ProductPriceOptionsOneOf, $ as ProductType, ib as ProductTypeWithLiterals, fx as PropertiesType, b7 as PropertiesTypeEnum, jl as PropertiesTypeEnumWithLiterals, aM as PropertiesTypePropertiesTypeEnum, i_ as PropertiesTypePropertiesTypeEnumWithLiterals, fy as PropertiesTypePropertiesTypeOptionsOneOf, bF as PublicTags, ca as QuantityLimit, ho as QuerySubmissionRequest, hz as QuerySubmissionsByNamespaceForExportRequest, hA as QuerySubmissionsByNamespaceForExportResponse, hx as QuerySubmissionsByNamespaceRequest, hy as QuerySubmissionsByNamespaceResponse, e4 as RadioGroup, e5 as RadioGroupOption, ei as RatingInput, hO as RawHttpResponse, gk as RedirectOptions, cJ as Rel, hf as RemoveSubmissionFromTrashBinRequest, hg as RemoveSubmissionFromTrashBinResponse, bI as RemovedSubmissionFromTrash, bn as RequiredIndicator, bo as RequiredIndicatorPlacement, jC as RequiredIndicatorPlacementWithLiterals, gg as RequiredIndicatorProperties, jB as RequiredIndicatorWithLiterals, gn as RequiredOptions, au as Resizing, iI as ResizingWithLiterals, gG as RestoreInfo, he as RestoreSubmissionFromTrashBinRequest, dG as RibbonStyles, cu as RichContent, f$ as RichContentOptions, gm as Rule, gx as RuleFormOverride, gy as RuleFormOverrideEntityTypeOptionsOneOf, fV as Scheduling, bc as SchedulingComponentType, fW as SchedulingComponentTypeOptionsOneOf, jq as SchedulingComponentTypeWithLiterals, hu as SearchDetails, hv as SearchSubmissionsByNamespaceForExportRequest, hw as SearchSubmissionsByNamespaceForExportResponse, hr as SearchSubmissionsByNamespaceRequest, g8 as Section, ee as ServicesDropdown, ef as ServicesDropdownOption, df as Settings, ey as Signature, bx as SortOrder, jL as SortOrderWithLiterals, hq as Sorting, ai as Source, iw as SourceWithLiterals, bm as SpamFilterProtectionLevel, jA as SpamFilterProtectionLevelWithLiterals, cE as Spoiler, dz as SpoilerData, bz as Status, jN as StatusWithLiterals, g1 as Step, b3 as StringComponentType, jh as StringComponentTypeWithLiterals, bS as StringErrorMessages, fo as StringType, bT as StringTypeDateTimeConstraints, Z as StringTypeFormatEnumFormat, i9 as StringTypeFormatEnumFormatWithLiterals, fp as StringTypeFormatOptionsOneOf, bU as StringTypePhoneConstraints, bV as StringTypeValidationMessages, cG as Styles, d5 as StylesBorder, aj as StylesPosition, ix as StylesPositionWithLiterals, bJ as SubmissionContactMapped, bL as SubmissionContactMappingSkipped, hK as SubmissionDocument, hL as SubmissionDocumentDocumentOneOf, bA as SubmissionErrorType, jO as SubmissionErrorTypeWithLiterals, X as SubmissionStatus, i7 as SubmissionStatusWithLiterals, i1 as SubmissionValidationError, i2 as SubmissionValidationErrorErrorMessageOneOf, i0 as SubmissionValidationErrors, gS as SubmissionValidationErrorsDetails, i6 as SubmissionsQueryResult, gP as SubmitContactResponse, gh as SubmitSettings, gi as SubmitSettingsSubmitSuccessActionOptionsOneOf, bq as SubmitSuccessAction, jE as SubmitSuccessActionWithLiterals, bB as Submitter, bC as SubmitterSubmitterOneOf, fH as SubscriptionInfo, aZ as SubscriptionInfoOptInLevel, jb as SubscriptionInfoOptInLevelWithLiterals, dQ as TableCellData, dO as TableData, bg as Tag, bG as TagList, ju as TagWithLiterals, eu as Tags, ev as TagsOption, bp as Target, jD as TargetWithLiterals, a8 as TextAlignment, il as TextAlignmentWithLiterals, dr as TextData, ct as TextInput, e0 as TextNodeStyle, cL as TextStyle, gj as ThankYouMessageOptions, c_ as Thumbnails, ag as ThumbnailsAlignment, iu as ThumbnailsAlignmentWithLiterals, ec as TimeInput, aU as Type, j6 as TypeWithLiterals, hV as UpdateExtendedFieldsRequest, h7 as UpdateSubmissionRequest, h8 as UpdateSubmissionResponse, aP as UploadFileFormat, j1 as UploadFileFormatWithLiterals, gd as UpsertContact, gO as UpsertContactFromSubmissionRequest, eR as V4FormFieldContactInfo, eS as V4FormFieldContactInfoAdditionalInfoOneOf, fj as V4PageNavigationOptions, fi as V4RichContentOptions, hZ as ValidateFormSubmissionRequest, cj as Validation, gT as ValidationError, _ as ValidationFormat, ia as ValidationFormatWithLiterals, fs as ValidationMessages, ck as ValidationValidationOneOf, aC as VerticalAlignment, iQ as VerticalAlignmentWithLiterals, cU as Video, eK as VideoConferenceOptions, dJ as VideoData, ac as ViewMode, iq as ViewModeWithLiterals, al as ViewRole, iz as ViewRoleWithLiterals, am as VoteRole, iA as VoteRoleWithLiterals, bu as WebhookIdentityType, jI as WebhookIdentityTypeWithLiterals, aa as Width, a4 as WidthType, ih as WidthTypeWithLiterals, io as WidthWithLiterals, fR as WixFile, b9 as WixFileComponentType, fS as WixFileComponentTypeOptionsOneOf, jn as WixFileComponentTypeWithLiterals, fO as _Array, fP as _ArrayComponentTypeOptionsOneOf, fM as _Boolean, fN as _BooleanComponentTypeOptionsOneOf, fK as _Number, fL as _NumberComponentTypeOptionsOneOf, fQ as _Object, fI as _String, fJ as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-B3Fl2um0.js';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|