@wix/auto_sdk_forms_submissions 1.0.46 → 1.0.48
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-C4fWCz2l.d.ts → forms-v4-submission-submissions.universal-C6qADutM.d.ts} +43 -12
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +2 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +2 -0
- 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-C4fWCz2l.d.mts → forms-v4-submission-submissions.universal-C6qADutM.d.mts} +43 -12
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +2 -0
- 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-CHL-Juca.d.ts → forms-v4-submission-submissions.universal-DYvuvm51.d.ts} +43 -12
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +2 -0
- 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 +2 -0
- 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-CHL-Juca.d.mts → forms-v4-submission-submissions.universal-DYvuvm51.d.mts} +43 -12
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +2 -0
- 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 +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { gP as UpsertContactFromSubmissionRequest$1, a as UpsertContactFromSubmissionResponse$1, gR as CreateSubmissionRequest$1, gS as CreateSubmissionResponse$1, h4 as GetSubmissionRequest$1, h5 as GetSubmissionResponse$1, h8 as UpdateSubmissionRequest$1, h9 as UpdateSubmissionResponse$1, ha as ConfirmSubmissionRequest$1, f as ConfirmSubmissionResponse$1, hb as DeleteSubmissionRequest$1, hc as DeleteSubmissionResponse$1, hd as BulkDeleteSubmissionRequest$1, g as BulkDeleteSubmissionResponse$1, hf as RestoreSubmissionFromTrashBinRequest$1, R as RestoreSubmissionFromTrashBinResponse$1, hg as RemoveSubmissionFromTrashBinRequest$1, hh as RemoveSubmissionFromTrashBinResponse$1, hi as BulkRemoveSubmissionFromTrashBinRequest$1, i as BulkRemoveSubmissionFromTrashBinResponse$1, hk as ListDeletedSubmissionsRequest$1, j as ListDeletedSubmissionsResponse$1, ho as GetDeletedSubmissionRequest$1, G as GetDeletedSubmissionResponse$1, hp as QuerySubmissionRequest$1, l as QuerySubmissionResponse$1, hs as SearchSubmissionsByNamespaceRequest$1, S as SearchSubmissionsByNamespaceResponse$1, hy as QuerySubmissionsByNamespaceRequest$1, hz as QuerySubmissionsByNamespaceResponse$1, hC as CountSubmissionsByFilterRequest$1, q as CountSubmissionsByFilterResponse$1, hE as CountSubmissionsRequest$1, s as CountSubmissionsResponse$1, hF as CountDeletedSubmissionsRequest$1, u as CountDeletedSubmissionsResponse$1, hH as GetMediaUploadURLRequest$1, v as GetMediaUploadURLResponse$1, hI as BulkMarkSubmissionsAsSeenRequest$1, hJ as BulkMarkSubmissionsAsSeenResponse$1, hK as GetSubmissionDownloadUrlRequest$1, w as GetSubmissionDownloadUrlResponse$1, hR as GetFormattedSubmissionRequest$1, x as GetFormattedSubmissionResponse$1, hW as UpdateExtendedFieldsRequest$1, z as UpdateExtendedFieldsResponse$1, hX as BulkUpdateFormSubmissionTagsRequest$1, E as BulkUpdateFormSubmissionTagsResponse$1, hZ as BulkUpdateFormSubmissionTagsByFilterRequest$1, I as BulkUpdateFormSubmissionTagsByFilterResponse$1, h_ as ValidateFormSubmissionRequest$1, J as ValidateFormSubmissionResponse$1 } from './forms-v4-submission-submissions.universal-DYvuvm51.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Form submission that was created or retrieved. */
|
|
@@ -3136,11 +3136,11 @@ interface ServicesDropdown {
|
|
|
3136
3136
|
* List of service options to select from
|
|
3137
3137
|
* @maxSize 400
|
|
3138
3138
|
*/
|
|
3139
|
-
options?:
|
|
3139
|
+
options?: ServiceOption[];
|
|
3140
3140
|
/** Option which can be specified by UoU, enabled when this object is specified. */
|
|
3141
3141
|
customOption?: CustomOption;
|
|
3142
3142
|
}
|
|
3143
|
-
interface
|
|
3143
|
+
interface ServiceOption {
|
|
3144
3144
|
/**
|
|
3145
3145
|
* Service name/label
|
|
3146
3146
|
* @maxLength 400
|
|
@@ -3366,10 +3366,11 @@ interface InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf {
|
|
|
3366
3366
|
declare enum InputFieldArrayComponentType {
|
|
3367
3367
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
3368
3368
|
CHECKBOX_GROUP = "CHECKBOX_GROUP",
|
|
3369
|
-
TAGS = "TAGS"
|
|
3369
|
+
TAGS = "TAGS",
|
|
3370
|
+
SERVICES_CHECKBOX_GROUP = "SERVICES_CHECKBOX_GROUP"
|
|
3370
3371
|
}
|
|
3371
3372
|
/** @enumType */
|
|
3372
|
-
type InputFieldArrayComponentTypeWithLiterals = InputFieldArrayComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX_GROUP' | 'TAGS';
|
|
3373
|
+
type InputFieldArrayComponentTypeWithLiterals = InputFieldArrayComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX_GROUP' | 'TAGS' | 'SERVICES_CHECKBOX_GROUP';
|
|
3373
3374
|
interface CheckboxGroup {
|
|
3374
3375
|
/**
|
|
3375
3376
|
* Label of the field
|
|
@@ -3468,6 +3469,32 @@ interface TagsOption {
|
|
|
3468
3469
|
/** Media item. Media, associated with option, like image. */
|
|
3469
3470
|
media?: MediaItem;
|
|
3470
3471
|
}
|
|
3472
|
+
interface ServicesCheckboxGroup {
|
|
3473
|
+
/**
|
|
3474
|
+
* Label of the field
|
|
3475
|
+
* @maxLength 350
|
|
3476
|
+
*/
|
|
3477
|
+
label?: string | null;
|
|
3478
|
+
/** Description of the field */
|
|
3479
|
+
description?: RichContent;
|
|
3480
|
+
/**
|
|
3481
|
+
* List of options to select from
|
|
3482
|
+
* @maxSize 100
|
|
3483
|
+
*/
|
|
3484
|
+
options?: ServiceOption[];
|
|
3485
|
+
/**
|
|
3486
|
+
* Flag identifying to hide or not label
|
|
3487
|
+
* Default: true
|
|
3488
|
+
*/
|
|
3489
|
+
showLabel?: boolean | null;
|
|
3490
|
+
/** Option which can be specified by UoU, enabled when this object is specified. */
|
|
3491
|
+
customOption?: CustomOption;
|
|
3492
|
+
/**
|
|
3493
|
+
* Specifies the number of columns used to display the selections within the component.
|
|
3494
|
+
* Default: ONE
|
|
3495
|
+
*/
|
|
3496
|
+
numberOfColumns?: NumberOfColumnsWithLiterals;
|
|
3497
|
+
}
|
|
3471
3498
|
declare enum InputFieldWixFileComponentType {
|
|
3472
3499
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
3473
3500
|
FILE_UPLOAD = "FILE_UPLOAD",
|
|
@@ -4068,6 +4095,8 @@ interface InputField_Array extends InputField_ArrayComponentTypeOptionsOneOf {
|
|
|
4068
4095
|
checkboxGroupOptions?: CheckboxGroup;
|
|
4069
4096
|
/** Tags input field */
|
|
4070
4097
|
tagsOptions?: Tags;
|
|
4098
|
+
/** Services checkbox group input field */
|
|
4099
|
+
servicesCheckboxGroupOptions?: ServicesCheckboxGroup;
|
|
4071
4100
|
/** Validation of array type. */
|
|
4072
4101
|
validation?: InputFieldArrayType;
|
|
4073
4102
|
/**
|
|
@@ -4082,6 +4111,8 @@ interface InputField_ArrayComponentTypeOptionsOneOf {
|
|
|
4082
4111
|
checkboxGroupOptions?: CheckboxGroup;
|
|
4083
4112
|
/** Tags input field */
|
|
4084
4113
|
tagsOptions?: Tags;
|
|
4114
|
+
/** Services checkbox group input field */
|
|
4115
|
+
servicesCheckboxGroupOptions?: ServicesCheckboxGroup;
|
|
4085
4116
|
}
|
|
4086
4117
|
interface InputField_Object extends InputField_ObjectValidationOneOf {
|
|
4087
4118
|
/** Validation of object type. */
|
|
@@ -4645,10 +4676,11 @@ interface ArrayItemsItemTypeOptionsOneOf {
|
|
|
4645
4676
|
declare enum ArrayComponentType {
|
|
4646
4677
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4647
4678
|
CHECKBOX_GROUP = "CHECKBOX_GROUP",
|
|
4648
|
-
TAGS = "TAGS"
|
|
4679
|
+
TAGS = "TAGS",
|
|
4680
|
+
SERVICES_CHECKBOX_GROUP = "SERVICES_CHECKBOX_GROUP"
|
|
4649
4681
|
}
|
|
4650
4682
|
/** @enumType */
|
|
4651
|
-
type ArrayComponentTypeWithLiterals = ArrayComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX_GROUP' | 'TAGS';
|
|
4683
|
+
type ArrayComponentTypeWithLiterals = ArrayComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX_GROUP' | 'TAGS' | 'SERVICES_CHECKBOX_GROUP';
|
|
4652
4684
|
declare enum WixFileComponentType {
|
|
4653
4685
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4654
4686
|
FILE_UPLOAD = "FILE_UPLOAD",
|
|
@@ -4875,6 +4907,8 @@ interface _Array extends _ArrayComponentTypeOptionsOneOf {
|
|
|
4875
4907
|
checkboxGroupOptions?: CheckboxGroup;
|
|
4876
4908
|
/** Tags input field */
|
|
4877
4909
|
tagsOptions?: Tags;
|
|
4910
|
+
/** Services checkbox group input field */
|
|
4911
|
+
servicesCheckboxGroupOptions?: ServicesCheckboxGroup;
|
|
4878
4912
|
/** Validation of array type. */
|
|
4879
4913
|
validation?: ArrayType;
|
|
4880
4914
|
/**
|
|
@@ -4889,6 +4923,8 @@ interface _ArrayComponentTypeOptionsOneOf {
|
|
|
4889
4923
|
checkboxGroupOptions?: CheckboxGroup;
|
|
4890
4924
|
/** Tags input field */
|
|
4891
4925
|
tagsOptions?: Tags;
|
|
4926
|
+
/** Services checkbox group input field */
|
|
4927
|
+
servicesCheckboxGroupOptions?: ServicesCheckboxGroup;
|
|
4892
4928
|
}
|
|
4893
4929
|
interface _Object {
|
|
4894
4930
|
/** Validation of object type. */
|
|
@@ -5057,11 +5093,6 @@ interface BreakPoint {
|
|
|
5057
5093
|
margin?: Margin;
|
|
5058
5094
|
/** Description of elements paddings. */
|
|
5059
5095
|
padding?: Margin;
|
|
5060
|
-
/**
|
|
5061
|
-
* Sections of the layout, which allow manage fields
|
|
5062
|
-
* @maxSize 100
|
|
5063
|
-
*/
|
|
5064
|
-
sections?: Section[];
|
|
5065
5096
|
}
|
|
5066
5097
|
interface ItemLayout extends ItemLayoutItemOneOf {
|
|
5067
5098
|
/**
|
|
@@ -7636,4 +7667,4 @@ interface ValidateFormSubmissionOptions {
|
|
|
7636
7667
|
fieldsToValidate?: string[];
|
|
7637
7668
|
}
|
|
7638
7669
|
|
|
7639
|
-
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 };
|
|
7670
|
+
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_Number 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 ProductCheckboxGroup as eA, type ProductCheckboxGroupOption as eB, type DonationInput as eC, type DonationInputOption as eD, type PaymentInput as eE, type FixedPayment as eF, type Appointment as eG, type AppointmentFormatInfoOneOf as eH, type Location as eI, type LocationLocationInfoOneOf as eJ, type InPersonOptions as eK, type VideoConferenceOptions as eL, type PhoneOptions as eM, type MultilineAddress as eN, type AddressLine2 as eO, type DefaultCountryConfig as eP, type DefaultCountryConfigOptionsOneOf as eQ, type FieldsSettings as eR, type V4FormFieldContactInfo as eS, type V4FormFieldContactInfoAdditionalInfoOneOf as eT, type FormFieldContactInfoEmailInfo as eU, type FormFieldContactInfoPhoneInfo as eV, type FormFieldContactInfoAddressInfo as eW, type FormFieldContactInfoCustomFieldInfo as eX, type FormFieldContactInfoSubscriptionInfo as eY, type InputField_String as eZ, type InputField_StringComponentTypeOptionsOneOf as e_, type PhoneInput as ea, type DateInput as eb, type TimeInput as ec, type DatePicker as ed, type ServicesDropdown as ee, type ServiceOption 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 ServicesCheckboxGroup as ew, type FileType as ex, type FileUpload as ey, type Signature as ez, type ConfirmSubmissionResponse as f, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as f$, type InputField_NumberComponentTypeOptionsOneOf as f0, type InputField_Boolean as f1, type InputField_BooleanComponentTypeOptionsOneOf as f2, type InputField_Array as f3, type InputField_ArrayComponentTypeOptionsOneOf as f4, type InputField_Object as f5, type InputField_ObjectValidationOneOf as f6, type InputFieldWixFile as f7, type InputFieldWixFileComponentTypeOptionsOneOf as f8, type InputFieldPayment as f9, type ArrayItems as fA, type ArrayItemsItemTypeOptionsOneOf as fB, type FormFieldContactInfo as fC, type FormFieldContactInfoAdditionalInfoOneOf as fD, type EmailInfo as fE, type PhoneInfo as fF, type AddressInfo as fG, type CustomFieldInfo as fH, type SubscriptionInfo as fI, type _String as fJ, type _StringComponentTypeOptionsOneOf as fK, type _Number as fL, type _NumberComponentTypeOptionsOneOf as fM, type _Boolean as fN, type _BooleanComponentTypeOptionsOneOf as fO, type _Array as fP, type _ArrayComponentTypeOptionsOneOf as fQ, type _Object as fR, type WixFile as fS, type WixFileComponentTypeOptionsOneOf as fT, type Payment as fU, type PaymentComponentTypeOptionsOneOf as fV, type Scheduling as fW, type SchedulingComponentTypeOptionsOneOf as fX, type Address as fY, type AddressComponentTypeOptionsOneOf as fZ, type FieldsDisplayField as f_, type InputFieldPaymentComponentTypeOptionsOneOf as fa, type InputFieldMultilineAddress as fb, type InputFieldMultilineAddressComponentTypeOptionsOneOf as fc, type InputFieldScheduling as fd, type InputFieldSchedulingComponentTypeOptionsOneOf as fe, type FormFieldV2InputField as ff, type FormFieldV2InputFieldInputTypeOptionsOneOf as fg, type DisplayField as fh, type DisplayFieldDisplayFieldTypeOptionsOneOf as fi, type V4RichContentOptions as fj, type V4PageNavigationOptions as fk, type Field as fl, type FieldFieldTypeOptionsOneOf as fm, type InputField as fn, type InputFieldInputTypeOptionsOneOf as fo, type StringType as fp, type StringTypeFormatOptionsOneOf as fq, type DateTimeConstraints as fr, type PhoneConstraints as fs, type ValidationMessages as ft, type NumberType as fu, type BooleanType as fv, type ArrayType as fw, type ObjectType as fx, type PropertiesType as fy, type PropertiesTypePropertiesTypeOptionsOneOf as fz, type BulkDeleteSubmissionResponse as g, type BulkCreateSubmissionBySubmitterResponse as g$, type RichContentOptions as g0, type PageNavigationOptions as g1, type Step as g2, type FormLayout as g3, type BreakPoint as g4, type ItemLayout as g5, type ItemLayoutItemOneOf as g6, type Group as g7, type Margin as g8, type Section as g9, type CreateCheckoutFromSubmissionResponse as gA, type Checkout as gB, type IsFormSubmittableRequest as gC, type IsFormSubmittableResponse as gD, type DomainEvent as gE, type DomainEventBodyOneOf as gF, type EntityCreatedEvent as gG, type RestoreInfo as gH, type EntityUpdatedEvent as gI, type EntityDeletedEvent as gJ, type ActionEvent as gK, type Empty as gL, type MessageEnvelope as gM, type IdentificationData as gN, type IdentificationDataIdOneOf as gO, type UpsertContactFromSubmissionRequest as gP, type SubmitContactResponse as gQ, type CreateSubmissionRequest as gR, type CreateSubmissionResponse as gS, type SubmissionValidationErrorsDetails as gT, type ValidationError as gU, type CreateSubmissionForMigrationRequest as gV, type CreateSubmissionForMigrationResponse as gW, type CreateSubmissionBySubmitterRequest as gX, type CreateSubmissionBySubmitterResponse as gY, type BulkCreateSubmissionBySubmitterRequest as gZ, type BulkCreateSubmissionBySubmitterData as g_, type FormRule as ga, type FormOverride as gb, type FormProperties as gc, type PostSubmissionTriggers as gd, type UpsertContact as ge, type NestedForm as gf, type LimitationRule as gg, type RequiredIndicatorProperties as gh, type SubmitSettings as gi, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gj, type ThankYouMessageOptions as gk, type RedirectOptions as gl, type FieldGroup as gm, type Rule as gn, type RequiredOptions as go, type HiddenOptions as gp, type AllowedValuesOptions as gq, type FieldOverride as gr, type FieldOverridePropertyTypeOptionsOneOf as gs, type ConditionNode as gt, type ConditionNodeNodeOneOf as gu, type AndCondition as gv, type OrCondition as gw, type Condition as gx, type RuleFormOverride as gy, type RuleFormOverrideEntityTypeOptionsOneOf as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type FieldViolation as h$, type BulkSubmissionResult as h0, type ItemMetadata as h1, type ApplicationError as h2, type BulkActionMetadata as h3, type GetSubmissionRequest as h4, type GetSubmissionResponse as h5, type GetSubmissionByCheckoutIdRequest as h6, type GetSubmissionByCheckoutIdResponse as h7, type UpdateSubmissionRequest as h8, type UpdateSubmissionResponse as h9, type QuerySubmissionsByNamespaceForExportRequest as hA, type QuerySubmissionsByNamespaceForExportResponse as hB, type CountSubmissionsByFilterRequest as hC, type FormSubmissionsCount as hD, type CountSubmissionsRequest as hE, type CountDeletedSubmissionsRequest as hF, type FormDeletedSubmissionsCount as hG, type GetMediaUploadURLRequest as hH, type BulkMarkSubmissionsAsSeenRequest as hI, type BulkMarkSubmissionsAsSeenResponse as hJ, type GetSubmissionDownloadUrlRequest as hK, type SubmissionDocument as hL, type SubmissionDocumentDocumentOneOf as hM, type DocumentReady as hN, type DownloadSubmissionRequest as hO, type RawHttpResponse as hP, type HeadersEntry as hQ, type GetFormattedSubmissionRequest as hR, type FormattedSubmission as hS, type ListFormattedSubmissionsRequest as hT, type ListFormattedSubmissionsResponse as hU, type FormattedFormSubmission as hV, type UpdateExtendedFieldsRequest as hW, type BulkUpdateFormSubmissionTagsRequest as hX, type BulkUpdateFormSubmissionTagsResult as hY, type BulkUpdateFormSubmissionTagsByFilterRequest as hZ, type ValidateFormSubmissionRequest as h_, type ConfirmSubmissionRequest as ha, type DeleteSubmissionRequest as hb, type DeleteSubmissionResponse as hc, type BulkDeleteSubmissionRequest as hd, type BulkDeleteSubmissionResult as he, type RestoreSubmissionFromTrashBinRequest as hf, type RemoveSubmissionFromTrashBinRequest as hg, type RemoveSubmissionFromTrashBinResponse as hh, type BulkRemoveSubmissionFromTrashBinRequest as hi, type BulkRemoveSubmissionFromTrashBinResult as hj, type ListDeletedSubmissionsRequest as hk, type CursorPaging as hl, type CursorPagingMetadata as hm, type Cursors as hn, type GetDeletedSubmissionRequest as ho, type QuerySubmissionRequest as hp, type CursorQueryPagingMethodOneOf as hq, type Sorting as hr, type SearchSubmissionsByNamespaceRequest as hs, type CursorSearch as ht, type CursorSearchPagingMethodOneOf as hu, type SearchDetails as hv, type SearchSubmissionsByNamespaceForExportRequest as hw, type SearchSubmissionsByNamespaceForExportResponse as hx, type QuerySubmissionsByNamespaceRequest as hy, type QuerySubmissionsByNamespaceResponse as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type PropertiesTypePropertiesTypeEnumWithLiterals as i$, type FieldViolationErrorDataOneOf as i0, type SubmissionValidationErrors as i1, type SubmissionValidationError as i2, type SubmissionValidationErrorErrorMessageOneOf as i3, type BaseEventMetadata as i4, type EventMetadata as i5, type FormSubmissionSearchSpec as i6, type SubmissionsQueryResult as i7, type SubmissionStatusWithLiterals as i8, type OptInLevelWithLiterals as i9, type ViewRoleWithLiterals as iA, type VoteRoleWithLiterals as iB, type PollLayoutTypeWithLiterals as iC, type PollLayoutDirectionWithLiterals as iD, type BackgroundTypeWithLiterals as iE, type DecorationTypeWithLiterals as iF, type FontTypeWithLiterals as iG, type PositionWithLiterals as iH, type AspectRatioWithLiterals as iI, type ResizingWithLiterals as iJ, type PlacementWithLiterals as iK, type CardStylesTypeWithLiterals as iL, type CardStylesAlignmentWithLiterals as iM, type LayoutWithLiterals as iN, type AppTypeWithLiterals as iO, type InitialExpandedItemsWithLiterals as iP, type DirectionWithLiterals as iQ, type VerticalAlignmentWithLiterals as iR, type NullValueWithLiterals as iS, type ImagePositionWithLiterals as iT, type AlignmentWithLiterals as iU, type ImageFitWithLiterals as iV, type NumberOfColumnsWithLiterals as iW, type FirstDayOfWeekWithLiterals as iX, type InputFieldNumberComponentTypeWithLiterals as iY, type InputFieldBooleanComponentTypeWithLiterals as iZ, type ArrayItemsItemTypeWithLiterals as i_, type StringTypeFormatEnumFormatWithLiterals as ia, type ValidationFormatWithLiterals as ib, type ProductTypeWithLiterals as ic, type PriceTypeWithLiterals as id, type InputFieldStringTypeFormatEnumFormatWithLiterals as ie, type InputFieldStringComponentTypeWithLiterals as ig, type NodeTypeWithLiterals as ih, type WidthTypeWithLiterals as ii, type PluginContainerDataAlignmentWithLiterals as ij, type ButtonDataTypeWithLiterals as ik, type LinkTargetWithLiterals as il, type TextAlignmentWithLiterals as im, type LineStyleWithLiterals as io, type WidthWithLiterals as ip, type DividerDataAlignmentWithLiterals as iq, type ViewModeWithLiterals as ir, type LayoutTypeWithLiterals as is, type OrientationWithLiterals as it, type CropWithLiterals as iu, type ThumbnailsAlignmentWithLiterals as iv, type GIFTypeWithLiterals as iw, type SourceWithLiterals as ix, type StylesPositionWithLiterals as iy, type MapTypeWithLiterals as iz, type ListDeletedSubmissionsResponse as j, updateSubmission as j$, type InputFieldArrayComponentTypeWithLiterals as j0, type InputFieldWixFileComponentTypeWithLiterals as j1, type UploadFileFormatWithLiterals as j2, type InputFieldPaymentComponentTypeWithLiterals as j3, type InputFieldSchedulingComponentTypeWithLiterals as j4, type FormatWithLiterals as j5, type MultilineAddressComponentTypeWithLiterals as j6, type TypeWithLiterals as j7, type InputFieldInputTypeWithLiterals as j8, type FormFieldContactInfoEmailInfoTagWithLiterals as j9, type KindWithLiterals as jA, type SpamFilterProtectionLevelWithLiterals as jB, type RequiredIndicatorWithLiterals as jC, type RequiredIndicatorPlacementWithLiterals as jD, type TargetWithLiterals as jE, type SubmitSuccessActionWithLiterals as jF, type ChangeablePropertyWithLiterals as jG, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jH, type OperatorWithLiterals as jI, type WebhookIdentityTypeWithLiterals as jJ, type IdentityTypeWithLiterals as jK, type ErrorTypeWithLiterals as jL, type SortOrderWithLiterals as jM, type ModeWithLiterals as jN, type StatusWithLiterals as jO, type SubmissionErrorTypeWithLiterals as jP, type CommonSearchWithEntityContext as jQ, onSubmissionCreated as jR, onSubmissionDeleted as jS, onSubmissionRemovedSubmissionFromTrash as jT, onSubmissionStatusUpdated as jU, onSubmissionContactMapped as jV, onSubmissionContactMappingSkipped as jW, onSubmissionUpdated as jX, upsertContactFromSubmission as jY, createSubmission as jZ, getSubmission as j_, type FormFieldContactInfoPhoneInfoTagWithLiterals as ja, type AddressInfoTagWithLiterals as jb, type SubscriptionInfoOptInLevelWithLiterals as jc, type FormFieldContactInfoContactFieldWithLiterals as jd, type FormFieldV2FieldTypeWithLiterals as je, type DisplayFieldTypeWithLiterals as jf, type FieldTypeWithLiterals as jg, type FormatEnumFormatWithLiterals as jh, type StringComponentTypeWithLiterals as ji, type NumberComponentTypeWithLiterals as jj, type BooleanComponentTypeWithLiterals as jk, type ItemTypeWithLiterals as jl, type PropertiesTypeEnumWithLiterals as jm, type ArrayComponentTypeWithLiterals as jn, type WixFileComponentTypeWithLiterals as jo, type PaymentComponentTypeWithLiterals as jp, type ComponentTypeWithLiterals as jq, type SchedulingComponentTypeWithLiterals as jr, type InputTypeWithLiterals as js, type EmailInfoTagWithLiterals as jt, type PhoneInfoTagWithLiterals as ju, type TagWithLiterals as jv, type ConfirmationLevelWithLiterals as jw, type ContactFieldWithLiterals as jx, type DisplayFieldDisplayFieldTypeWithLiterals as jy, type OverrideEntityTypeWithLiterals as jz, type CursorQuery as k, confirmSubmission as k0, deleteSubmission as k1, bulkDeleteSubmission as k2, restoreSubmissionFromTrashBin as k3, removeSubmissionFromTrashBin as k4, bulkRemoveSubmissionFromTrashBin as k5, listDeletedSubmissions as k6, getDeletedSubmission as k7, querySubmission as k8, querySubmissionsByNamespace as k9, countSubmissionsByFilter as ka, countSubmissions as kb, countDeletedSubmissions as kc, getMediaUploadUrl as kd, bulkMarkSubmissionsAsSeen as ke, getSubmissionDownloadUrl as kf, getFormattedSubmission as kg, updateExtendedFields as kh, bulkUpdateFormSubmissionTags as ki, bulkUpdateFormSubmissionTagsByFilter as kj, validateFormSubmission as kk, 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 { 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-CHL-Juca.mjs';
|
|
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-DYvuvm51.mjs';
|
|
3
|
+
export { gK as ActionEvent, fY as Address, fZ as AddressComponentTypeOptionsOneOf, fG as AddressInfo, aY as AddressInfoTag, jb as AddressInfoTagWithLiterals, eO as AddressLine2, aF as Alignment, iU as AlignmentWithLiterals, gq as AllowedValuesOptions, du as AnchorData, gv as AndCondition, dA as AppEmbedData, dB as AppEmbedDataAppDataOneOf, az as AppType, iO as AppTypeWithLiterals, h2 as ApplicationError, eG as Appointment, eH as AppointmentFormatInfoOneOf, b8 as ArrayComponentType, jn as ArrayComponentTypeWithLiterals, c6 as ArrayErrorMessages, fA as ArrayItems, aL as ArrayItemsItemType, fB as ArrayItemsItemTypeOptionsOneOf, i_ as ArrayItemsItemTypeWithLiterals, fw as ArrayType, c4 as ArrayTypeArrayItems, c5 as ArrayTypeArrayItemsItemsOneOf, at as AspectRatio, iI as AspectRatioWithLiterals, dU as AudioData, dj as Background, dk as BackgroundBackgroundOneOf, ap as BackgroundType, iE as BackgroundTypeWithLiterals, i4 as BaseEventMetadata, dX as BlockquoteData, dC as BookingData, b5 as BooleanComponentType, jk as BooleanComponentTypeWithLiterals, b_ as BooleanErrorMessages, fv as BooleanType, cz as Border, dS as BorderColors, g4 as BreakPoint, h3 as BulkActionMetadata, g_ as BulkCreateSubmissionBySubmitterData, gZ as BulkCreateSubmissionBySubmitterRequest, g$ as BulkCreateSubmissionBySubmitterResponse, hd as BulkDeleteSubmissionRequest, he as BulkDeleteSubmissionResult, hI as BulkMarkSubmissionsAsSeenRequest, hJ as BulkMarkSubmissionsAsSeenResponse, hi as BulkRemoveSubmissionFromTrashBinRequest, hj as BulkRemoveSubmissionFromTrashBinResult, h0 as BulkSubmissionResult, hZ as BulkUpdateFormSubmissionTagsByFilterRequest, hX as BulkUpdateFormSubmissionTagsRequest, hY as BulkUpdateFormSubmissionTagsResult, dW as BulletedListData, cy as ButtonData, a6 as ButtonDataType, ik as ButtonDataTypeWithLiterals, dE as ButtonStyles, dY as CaptionData, dH as CardStyles, ax as CardStylesAlignment, iM as CardStylesAlignmentWithLiterals, aw as CardStylesType, iL as CardStylesTypeWithLiterals, dR as CellStyle, br as ChangeableProperty, jG as ChangeablePropertyWithLiterals, ek as Checkbox, es as CheckboxGroup, gB as Checkout, cK as CodeBlockData, dN as CollapsibleListData, dv as ColorData, cA as Colors, jQ as CommonSearchWithEntityContext, bb as ComponentType, jq as ComponentTypeWithLiterals, gx as Condition, gt as ConditionNode, gu as ConditionNodeNodeOneOf, ha as ConfirmSubmissionRequest, bh as ConfirmationLevel, jw as ConfirmationLevelWithLiterals, bi as ContactField, jx as ContactFieldWithLiterals, hF as CountDeletedSubmissionsRequest, hC as CountSubmissionsByFilterRequest, hE as CountSubmissionsRequest, bM as CreateCheckoutFromSubmissionRequest, bN as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gA as CreateCheckoutFromSubmissionResponse, gX as CreateSubmissionBySubmitterRequest, gY as CreateSubmissionBySubmitterResponse, gV as CreateSubmissionForMigrationRequest, gW as CreateSubmissionForMigrationResponse, gR as CreateSubmissionRequest, gS as CreateSubmissionResponse, af as Crop, iu as CropWithLiterals, hl as CursorPaging, hm as CursorPagingMetadata, hq as CursorQueryPagingMethodOneOf, ht as CursorSearch, hu as CursorSearchPagingMethodOneOf, hn as Cursors, fH as CustomFieldInfo, e6 as CustomOption, cl as DataExtensionsDetails, eb as DateInput, ed as DatePicker, fr as DateTimeConstraints, e9 as DateTimeInput, ds as Decoration, dt as DecorationDataOneOf, aq as DecorationType, iF as DecorationTypeWithLiterals, eP as DefaultCountryConfig, eQ as DefaultCountryConfigOptionsOneOf, hb as DeleteSubmissionRequest, hc as DeleteSubmissionResponse, dq as Design, dP as Dimensions, aB as Direction, iQ as DirectionWithLiterals, fh as DisplayField, bj as DisplayFieldDisplayFieldType, fi as DisplayFieldDisplayFieldTypeOptionsOneOf, jy as DisplayFieldDisplayFieldTypeWithLiterals, b0 as DisplayFieldType, jf as DisplayFieldTypeWithLiterals, cM as DividerData, ab as DividerDataAlignment, iq as DividerDataAlignmentWithLiterals, hN as DocumentReady, d$ as DocumentStyle, gE as DomainEvent, gF as DomainEventBodyOneOf, eC as DonationInput, eD as DonationInputOption, hO as DownloadSubmissionRequest, e7 as Dropdown, e8 as DropdownOption, cc as DynamicPriceOptions, fE as EmailInfo, be as EmailInfoTag, jt as EmailInfoTagWithLiterals, dL as EmbedData, gL as Empty, gG as EntityCreatedEvent, gJ as EntityDeletedEvent, gI as EntityUpdatedEvent, bw as ErrorType, jL as ErrorTypeWithLiterals, dD as EventData, i5 as EventMetadata, bD as ExtendedFields, fl as Field, fm as FieldFieldTypeOptionsOneOf, gm as FieldGroup, gr as FieldOverride, gs as FieldOverridePropertyTypeOptionsOneOf, cg as FieldOverrides, b1 as FieldType, jg as FieldTypeWithLiterals, h$ as FieldViolation, i0 as FieldViolationErrorDataOneOf, f_ as FieldsDisplayField, f$ as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, ch as FieldsOverrides, eR as FieldsSettings, cN as FileData, cO as FileSource, cP as FileSourceDataOneOf, ex as FileType, ey as FileUpload, aI as FirstDayOfWeek, iX as FirstDayOfWeekWithLiterals, eF as FixedPayment, cb as FixedPriceOptions, dy as FontSizeData, ar as FontType, iG as FontTypeWithLiterals, bO as Form, hG as FormDeletedSubmissionsCount, bP as FormField, b$ as FormFieldArrayType, bZ as FormFieldBooleanType, fC as FormFieldContactInfo, fD as FormFieldContactInfoAdditionalInfoOneOf, eW as FormFieldContactInfoAddressInfo, a_ as FormFieldContactInfoContactField, jd as FormFieldContactInfoContactFieldWithLiterals, eX as FormFieldContactInfoCustomFieldInfo, eU as FormFieldContactInfoEmailInfo, aW as FormFieldContactInfoEmailInfoTag, j9 as FormFieldContactInfoEmailInfoTagWithLiterals, eV as FormFieldContactInfoPhoneInfo, aX as FormFieldContactInfoPhoneInfoTag, ja as FormFieldContactInfoPhoneInfoTagWithLiterals, eY as FormFieldContactInfoSubscriptionInfo, bW as FormFieldNumberType, c0 as FormFieldObjectType, bQ as FormFieldStringType, bR as FormFieldStringTypeFormatOptionsOneOf, cn as FormFieldV2, a$ as FormFieldV2FieldType, co as FormFieldV2FieldTypeOptionsOneOf, je as FormFieldV2FieldTypeWithLiterals, ff as FormFieldV2InputField, fg as FormFieldV2InputFieldInputTypeOptionsOneOf, g3 as FormLayout, gb as FormOverride, gc as FormProperties, ga as FormRule, i6 as FormSubmissionSearchSpec, bH as FormSubmissionStatusUpdatedEvent, hD as FormSubmissionsCount, aS as Format, b2 as FormatEnumFormat, jh as FormatEnumFormatWithLiterals, j5 as FormatWithLiterals, hV as FormattedFormSubmission, hS as FormattedSubmission, d0 as GIF, c$ as GIFData, ah as GIFType, iw as GIFTypeWithLiterals, cR as GalleryData, cX as GalleryOptions, cY as GalleryOptionsLayout, ho as GetDeletedSubmissionRequest, hR as GetFormattedSubmissionRequest, hH as GetMediaUploadURLRequest, h6 as GetSubmissionByCheckoutIdRequest, h7 as GetSubmissionByCheckoutIdResponse, hK as GetSubmissionDownloadUrlRequest, h4 as GetSubmissionRequest, h5 as GetSubmissionResponse, di as Gradient, g7 as Group, d2 as HTMLData, d3 as HTMLDataDataOneOf, hQ as HeadersEntry, d1 as HeadingData, cF as Height, gp as HiddenOptions, gN as IdentificationData, gO as IdentificationDataIdOneOf, bv as IdentityType, jK as IdentityTypeWithLiterals, cT as Image, d4 as ImageData, d6 as ImageDataStyles, aG as ImageFit, iV as ImageFitWithLiterals, aE as ImagePosition, iT as ImagePositionWithLiterals, dF as ImageStyles, eK as InPersonOptions, aA as InitialExpandedItems, iP as InitialExpandedItemsWithLiterals, fn as InputField, aN as InputFieldArrayComponentType, j0 as InputFieldArrayComponentTypeWithLiterals, el as InputFieldArrayType, eq as InputFieldArrayTypeArrayItems, er as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aK as InputFieldBooleanComponentType, iZ as InputFieldBooleanComponentTypeWithLiterals, ej as InputFieldBooleanType, aV as InputFieldInputType, fo as InputFieldInputTypeOptionsOneOf, j8 as InputFieldInputTypeWithLiterals, em as InputFieldIntegerType, fb as InputFieldMultilineAddress, fc as InputFieldMultilineAddressComponentTypeOptionsOneOf, aJ as InputFieldNumberComponentType, iY as InputFieldNumberComponentTypeWithLiterals, eg as InputFieldNumberType, en as InputFieldObjectType, eo as InputFieldObjectTypePropertiesType, ep as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, f9 as InputFieldPayment, aQ as InputFieldPaymentComponentType, fa as InputFieldPaymentComponentTypeOptionsOneOf, j3 as InputFieldPaymentComponentTypeWithLiterals, fd as InputFieldScheduling, aR as InputFieldSchedulingComponentType, fe as InputFieldSchedulingComponentTypeOptionsOneOf, j4 as InputFieldSchedulingComponentTypeWithLiterals, a2 as InputFieldStringComponentType, ig as InputFieldStringComponentTypeWithLiterals, cp as InputFieldStringType, cr as InputFieldStringTypeDateTimeConstraints, a1 as InputFieldStringTypeFormatEnumFormat, ie as InputFieldStringTypeFormatEnumFormatWithLiterals, cq as InputFieldStringTypeFormatOptionsOneOf, cs as InputFieldStringTypePhoneConstraints, f7 as InputFieldWixFile, aO as InputFieldWixFileComponentType, f8 as InputFieldWixFileComponentTypeOptionsOneOf, j1 as InputFieldWixFileComponentTypeWithLiterals, f3 as InputField_Array, f4 as InputField_ArrayComponentTypeOptionsOneOf, f1 as InputField_Boolean, f2 as InputField_BooleanComponentTypeOptionsOneOf, e$ as InputField_Number, f0 as InputField_NumberComponentTypeOptionsOneOf, f5 as InputField_Object, f6 as InputField_ObjectValidationOneOf, eZ as InputField_String, e_ as InputField_StringComponentTypeOptionsOneOf, bd as InputType, js as InputTypeWithLiterals, bY as IntegerType, gC as IsFormSubmittableRequest, gD as IsFormSubmittableResponse, cV as Item, cW as ItemDataOneOf, g5 as ItemLayout, g6 as ItemLayoutItemOneOf, h1 as ItemMetadata, cZ as ItemStyle, b6 as ItemType, jl as ItemTypeWithLiterals, bl as Kind, jA as KindWithLiterals, ay as Layout, dZ as LayoutCellData, ad as LayoutType, is as LayoutTypeWithLiterals, iN as LayoutWithLiterals, gg as LimitationRule, a9 as LineStyle, io as LineStyleWithLiterals, cH as Link, dw as LinkData, cI as LinkDataOneOf, d7 as LinkPreviewData, d8 as LinkPreviewDataStyles, a7 as LinkTarget, il as LinkTargetWithLiterals, hk as ListDeletedSubmissionsRequest, hT as ListFormattedSubmissionsRequest, hU as ListFormattedSubmissionsResponse, dT as ListValue, eI as Location, eJ as LocationLocationInfoOneOf, d9 as MapData, da as MapSettings, ak as MapType, iz as MapTypeWithLiterals, g8 as Margin, bK as MarketingSubscriptionDetails, cS as Media, e1 as MediaItem, e2 as MediaItemMediaOneOf, e3 as MediaSettings, dx as MentionData, gM as MessageEnvelope, d_ as Metadata, by as Mode, jN as ModeWithLiterals, eN as MultilineAddress, aT as MultilineAddressComponentType, j6 as MultilineAddressComponentTypeWithLiterals, cf as MultilineAddressValidation, gf as NestedForm, ci as NestedFormFieldOverrides, cm as NestedFormOverrides, cv as Node, cw as NodeDataOneOf, cx as NodeStyle, a3 as NodeType, ih as NodeTypeWithLiterals, aD as NullValue, iS as NullValueWithLiterals, b4 as NumberComponentType, jj as NumberComponentTypeWithLiterals, bX as NumberErrorMessages, eh as NumberInput, aH as NumberOfColumns, iW as NumberOfColumnsWithLiterals, fu as NumberType, c3 as ObjectErrorMessages, fx as ObjectType, c1 as ObjectTypePropertiesType, c2 as ObjectTypePropertiesTypePropertiesTypeOneOf, dM as Oembed, bt as Operator, jI as OperatorWithLiterals, Y as OptInLevel, i9 as OptInLevelWithLiterals, et as Option, dm as OptionDesign, dh as OptionLayout, gw as OrCondition, bE as OrderDetails, dV as OrderedListData, ae as Orientation, it as OrientationWithLiterals, bk as OverrideEntityType, bs as OverrideEntityTypeEnumOverrideEntityType, jH as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jz as OverrideEntityTypeWithLiterals, cQ as PDFSettings, g1 as PageNavigationOptions, db as ParagraphData, fU as Payment, ba as PaymentComponentType, fV as PaymentComponentTypeOptionsOneOf, jp as PaymentComponentTypeWithLiterals, eE as PaymentInput, c9 as PaymentType, dd as Permissions, fs as PhoneConstraints, fF as PhoneInfo, bf as PhoneInfoTag, ju as PhoneInfoTagWithLiterals, ea as PhoneInput, eM as PhoneOptions, av as Placement, iK as PlacementWithLiterals, dK as PlaybackOptions, cB as PluginContainerData, a5 as PluginContainerDataAlignment, ij 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, iD as PollLayoutDirectionWithLiterals, an as PollLayoutType, iC as PollLayoutTypeWithLiterals, de as PollOption, as as Position, iH as PositionWithLiterals, gd as PostSubmissionTriggers, c7 as PredefinedValidation, c8 as PredefinedValidationFormatOptionsOneOf, a0 as PriceType, id as PriceTypeWithLiterals, dI as PricingData, cd as Product, eA as ProductCheckboxGroup, eB as ProductCheckboxGroupOption, ce as ProductPriceOptionsOneOf, $ as ProductType, ic as ProductTypeWithLiterals, fy as PropertiesType, b7 as PropertiesTypeEnum, jm as PropertiesTypeEnumWithLiterals, aM as PropertiesTypePropertiesTypeEnum, i$ as PropertiesTypePropertiesTypeEnumWithLiterals, fz as PropertiesTypePropertiesTypeOptionsOneOf, bF as PublicTags, ca as QuantityLimit, hp as QuerySubmissionRequest, hA as QuerySubmissionsByNamespaceForExportRequest, hB as QuerySubmissionsByNamespaceForExportResponse, hy as QuerySubmissionsByNamespaceRequest, hz as QuerySubmissionsByNamespaceResponse, e4 as RadioGroup, e5 as RadioGroupOption, ei as RatingInput, hP as RawHttpResponse, gl as RedirectOptions, cJ as Rel, hg as RemoveSubmissionFromTrashBinRequest, hh as RemoveSubmissionFromTrashBinResponse, bI as RemovedSubmissionFromTrash, bn as RequiredIndicator, bo as RequiredIndicatorPlacement, jD as RequiredIndicatorPlacementWithLiterals, gh as RequiredIndicatorProperties, jC as RequiredIndicatorWithLiterals, go as RequiredOptions, au as Resizing, iJ as ResizingWithLiterals, gH as RestoreInfo, hf as RestoreSubmissionFromTrashBinRequest, dG as RibbonStyles, cu as RichContent, g0 as RichContentOptions, gn as Rule, gy as RuleFormOverride, gz as RuleFormOverrideEntityTypeOptionsOneOf, fW as Scheduling, bc as SchedulingComponentType, fX as SchedulingComponentTypeOptionsOneOf, jr as SchedulingComponentTypeWithLiterals, hv as SearchDetails, hw as SearchSubmissionsByNamespaceForExportRequest, hx as SearchSubmissionsByNamespaceForExportResponse, hs as SearchSubmissionsByNamespaceRequest, g9 as Section, ef as ServiceOption, ew as ServicesCheckboxGroup, ee as ServicesDropdown, df as Settings, ez as Signature, bx as SortOrder, jM as SortOrderWithLiterals, hr as Sorting, ai as Source, ix as SourceWithLiterals, bm as SpamFilterProtectionLevel, jB as SpamFilterProtectionLevelWithLiterals, cE as Spoiler, dz as SpoilerData, bz as Status, jO as StatusWithLiterals, g2 as Step, b3 as StringComponentType, ji as StringComponentTypeWithLiterals, bS as StringErrorMessages, fp as StringType, bT as StringTypeDateTimeConstraints, Z as StringTypeFormatEnumFormat, ia as StringTypeFormatEnumFormatWithLiterals, fq as StringTypeFormatOptionsOneOf, bU as StringTypePhoneConstraints, bV as StringTypeValidationMessages, cG as Styles, d5 as StylesBorder, aj as StylesPosition, iy as StylesPositionWithLiterals, bJ as SubmissionContactMapped, bL as SubmissionContactMappingSkipped, hL as SubmissionDocument, hM as SubmissionDocumentDocumentOneOf, bA as SubmissionErrorType, jP as SubmissionErrorTypeWithLiterals, X as SubmissionStatus, i8 as SubmissionStatusWithLiterals, i2 as SubmissionValidationError, i3 as SubmissionValidationErrorErrorMessageOneOf, i1 as SubmissionValidationErrors, gT as SubmissionValidationErrorsDetails, i7 as SubmissionsQueryResult, gQ as SubmitContactResponse, gi as SubmitSettings, gj as SubmitSettingsSubmitSuccessActionOptionsOneOf, bq as SubmitSuccessAction, jF as SubmitSuccessActionWithLiterals, bB as Submitter, bC as SubmitterSubmitterOneOf, fI as SubscriptionInfo, aZ as SubscriptionInfoOptInLevel, jc as SubscriptionInfoOptInLevelWithLiterals, dQ as TableCellData, dO as TableData, bg as Tag, bG as TagList, jv as TagWithLiterals, eu as Tags, ev as TagsOption, bp as Target, jE as TargetWithLiterals, a8 as TextAlignment, im as TextAlignmentWithLiterals, dr as TextData, ct as TextInput, e0 as TextNodeStyle, cL as TextStyle, gk as ThankYouMessageOptions, c_ as Thumbnails, ag as ThumbnailsAlignment, iv as ThumbnailsAlignmentWithLiterals, ec as TimeInput, aU as Type, j7 as TypeWithLiterals, hW as UpdateExtendedFieldsRequest, h8 as UpdateSubmissionRequest, h9 as UpdateSubmissionResponse, aP as UploadFileFormat, j2 as UploadFileFormatWithLiterals, ge as UpsertContact, gP as UpsertContactFromSubmissionRequest, eS as V4FormFieldContactInfo, eT as V4FormFieldContactInfoAdditionalInfoOneOf, fk as V4PageNavigationOptions, fj as V4RichContentOptions, h_ as ValidateFormSubmissionRequest, cj as Validation, gU as ValidationError, _ as ValidationFormat, ib as ValidationFormatWithLiterals, ft as ValidationMessages, ck as ValidationValidationOneOf, aC as VerticalAlignment, iR as VerticalAlignmentWithLiterals, cU as Video, eL as VideoConferenceOptions, dJ as VideoData, ac as ViewMode, ir as ViewModeWithLiterals, al as ViewRole, iA as ViewRoleWithLiterals, am as VoteRole, iB as VoteRoleWithLiterals, bu as WebhookIdentityType, jJ as WebhookIdentityTypeWithLiterals, aa as Width, a4 as WidthType, ii as WidthTypeWithLiterals, ip as WidthWithLiterals, fS as WixFile, b9 as WixFileComponentType, fT as WixFileComponentTypeOptionsOneOf, jo as WixFileComponentTypeWithLiterals, fP as _Array, fQ as _ArrayComponentTypeOptionsOneOf, fN as _Boolean, fO as _BooleanComponentTypeOptionsOneOf, fL as _Number, fM as _NumberComponentTypeOptionsOneOf, fR as _Object, fJ as _String, fK as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-DYvuvm51.mjs';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|
|
@@ -1148,6 +1148,7 @@ var InputFieldArrayComponentType = /* @__PURE__ */ ((InputFieldArrayComponentTyp
|
|
|
1148
1148
|
InputFieldArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1149
1149
|
InputFieldArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1150
1150
|
InputFieldArrayComponentType2["TAGS"] = "TAGS";
|
|
1151
|
+
InputFieldArrayComponentType2["SERVICES_CHECKBOX_GROUP"] = "SERVICES_CHECKBOX_GROUP";
|
|
1151
1152
|
return InputFieldArrayComponentType2;
|
|
1152
1153
|
})(InputFieldArrayComponentType || {});
|
|
1153
1154
|
var InputFieldWixFileComponentType = /* @__PURE__ */ ((InputFieldWixFileComponentType2) => {
|
|
@@ -1324,6 +1325,7 @@ var ArrayComponentType = /* @__PURE__ */ ((ArrayComponentType2) => {
|
|
|
1324
1325
|
ArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1325
1326
|
ArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1326
1327
|
ArrayComponentType2["TAGS"] = "TAGS";
|
|
1328
|
+
ArrayComponentType2["SERVICES_CHECKBOX_GROUP"] = "SERVICES_CHECKBOX_GROUP";
|
|
1327
1329
|
return ArrayComponentType2;
|
|
1328
1330
|
})(ArrayComponentType || {});
|
|
1329
1331
|
var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|