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