@wix/auto_sdk_forms_submissions 1.0.65 → 1.0.67
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-0fydDTta.d.ts → forms-v4-submission-submissions.universal-C5CLQTbG.d.ts} +7 -1
- package/build/cjs/index.d.ts +9 -21
- package/build/cjs/index.js +47 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +28 -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-0fydDTta.d.mts → forms-v4-submission-submissions.universal-C5CLQTbG.d.mts} +7 -1
- package/build/es/index.d.mts +9 -21
- package/build/es/index.mjs +47 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +27 -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-BoHFp56d.d.ts → forms-v4-submission-submissions.universal-Dzqnd3Ui.d.ts} +7 -1
- package/build/internal/cjs/index.d.ts +9 -21
- package/build/internal/cjs/index.js +47 -1
- 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 +28 -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-BoHFp56d.d.mts → forms-v4-submission-submissions.universal-Dzqnd3Ui.d.mts} +7 -1
- package/build/internal/es/index.d.mts +9 -21
- package/build/internal/es/index.mjs +47 -1
- 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 +27 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +3 -3
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { gZ as UpsertContactFromSubmissionRequest$1, a as UpsertContactFromSubmissionResponse$1, g$ as CreateSubmissionRequest$1, h0 as CreateSubmissionResponse$1, he as GetSubmissionRequest$1, hf as GetSubmissionResponse$1, hi as UpdateSubmissionRequest$1, hj as UpdateSubmissionResponse$1, hk as ConfirmSubmissionRequest$1, f as ConfirmSubmissionResponse$1, hl as DeleteSubmissionRequest$1, hm as DeleteSubmissionResponse$1, hn as BulkDeleteSubmissionRequest$1, g as BulkDeleteSubmissionResponse$1, hp as RestoreSubmissionFromTrashBinRequest$1, R as RestoreSubmissionFromTrashBinResponse$1, hq as RemoveSubmissionFromTrashBinRequest$1, hr as RemoveSubmissionFromTrashBinResponse$1, hs as BulkRemoveSubmissionFromTrashBinRequest$1, i as BulkRemoveSubmissionFromTrashBinResponse$1, hu as ListDeletedSubmissionsRequest$1, j as ListDeletedSubmissionsResponse$1, hy as GetDeletedSubmissionRequest$1, G as GetDeletedSubmissionResponse$1, hz as QuerySubmissionRequest$1, l as QuerySubmissionResponse$1, hC as SearchSubmissionsByNamespaceRequest$1, S as SearchSubmissionsByNamespaceResponse$1, hI as QuerySubmissionsByNamespaceRequest$1, hJ as QuerySubmissionsByNamespaceResponse$1, hM as CountSubmissionsByFilterRequest$1, o as CountSubmissionsByFilterResponse$1, hO as CountSubmissionsRequest$1, q as CountSubmissionsResponse$1, hP as CountDeletedSubmissionsRequest$1, s as CountDeletedSubmissionsResponse$1, hR as GetMediaUploadURLRequest$1, t as GetMediaUploadURLResponse$1, hS as BulkMarkSubmissionsAsSeenRequest$1, u as BulkMarkSubmissionsAsSeenResponse$1, hT as GetSubmissionDownloadUrlRequest$1, v as GetSubmissionDownloadUrlResponse$1, hX as DownloadSubmissionRequest$1, w as RawHttpResponse$1, hZ as GetFormattedSubmissionRequest$1, x as GetFormattedSubmissionResponse$1, i2 as UpdateExtendedFieldsRequest$1, z as UpdateExtendedFieldsResponse$1, i3 as BulkUpdateFormSubmissionTagsRequest$1, i4 as BulkUpdateFormSubmissionTagsResponse$1, i6 as BulkUpdateFormSubmissionTagsByFilterRequest$1, i7 as BulkUpdateFormSubmissionTagsByFilterResponse$1, i8 as ValidateFormSubmissionRequest$1, A as ValidateFormSubmissionResponse$1 } from './forms-v4-submission-submissions.universal-C5CLQTbG.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Form submission that was created or retrieved. */
|
|
@@ -7892,6 +7892,12 @@ interface SubmissionsQueryBuilder {
|
|
|
7892
7892
|
skipTo: (cursor: string) => SubmissionsQueryBuilder;
|
|
7893
7893
|
find: () => Promise<SubmissionsQueryResult>;
|
|
7894
7894
|
}
|
|
7895
|
+
/**
|
|
7896
|
+
* @hidden
|
|
7897
|
+
* @fqn wix.forms.v4.FormSubmissionService.QuerySubmissionsByNamespace
|
|
7898
|
+
* @requiredField query
|
|
7899
|
+
*/
|
|
7900
|
+
declare function typedQuerySubmissionsByNamespace(query: CursorQuery, options?: QuerySubmissionsByNamespaceOptions): Promise<NonNullablePaths<QuerySubmissionsByNamespaceResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId`, 5>>;
|
|
7895
7901
|
/**
|
|
7896
7902
|
* > **Note:** The Form Submission API only works with the Wix Forms app. Call [GetAppInstance](https://dev.wix.com/docs/rest/api-reference/app-management/apps/app-instance/get-app-instance) to confirm that the app named `wix_forms` is installed on the site.
|
|
7897
7903
|
* <br>
|
|
@@ -8081,4 +8087,4 @@ interface ValidateFormSubmissionOptions {
|
|
|
8081
8087
|
fieldsToValidate?: string[];
|
|
8082
8088
|
}
|
|
8083
8089
|
|
|
8084
|
-
export { InputFieldStringTypeFormatEnumFormat as $, type UpdateExtendedFieldsOptions as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type UpdateExtendedFieldsResponse as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type ValidateFormSubmissionResponse as H, type SubmissionCreatedEnvelope as I, type SubmissionDeletedEnvelope as J, type SubmissionRemovedSubmissionFromTrashEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionStatusUpdatedEnvelope as M, type SubmissionContactMappedEnvelope as N, type SubmissionContactMappingSkippedEnvelope as O, type SubmissionUpdatedEnvelope as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, SubmissionStatus as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, OptInLevel as W, StringTypeFormatEnumFormat as X, ValidationFormat as Y, ProductType as Z, PriceType as _, type UpsertContactFromSubmissionResponse as a, SubscriptionInfoOptInLevel as a$, InputFieldStringComponentType as a0, NodeType as a1, WidthType as a2, PluginContainerDataAlignment as a3, ButtonDataType as a4, LinkTarget as a5, TextAlignment as a6, LineStyle as a7, Width as a8, DividerDataAlignment as a9, VerticalAlignment as aA, NullValue as aB, Scaling as aC, LayoutDataImagePosition as aD, VerticalAlignmentAlignment as aE, ResponsivenessBehaviour as aF, ImagePosition as aG, Alignment as aH, ImageFit as aI, NumberOfColumns as aJ, FirstDayOfWeek as aK, InputFieldNumberComponentType as aL, InputFieldBooleanComponentType as aM, ArrayItemsItemType as aN, PropertiesTypePropertiesTypeEnum as aO, InputFieldArrayComponentType as aP, InputFieldWixFileComponentType as aQ, UploadFileFormat as aR, InputFieldPaymentComponentType as aS, InputFieldSchedulingComponentType as aT, Format as aU, MultilineAddressComponentType as aV, Type as aW, InputFieldInputType as aX, FormFieldContactInfoEmailInfoTag as aY, FormFieldContactInfoPhoneInfoTag as aZ, AddressInfoTag as a_, ViewMode as aa, LayoutType as ab, Orientation as ac, Crop as ad, ThumbnailsAlignment as ae, GIFType as af, Source as ag, StylesPosition as ah, MapType as ai, ViewRole as aj, VoteRole as ak, PollLayoutType as al, PollLayoutDirection as am, BackgroundType as an, DecorationType as ao, FontType as ap, Position as aq, AspectRatio as ar, Resizing as as, Placement as at, CardStylesType as au, CardStylesAlignment as av, Layout as aw, AppType as ax, InitialExpandedItems as ay, Direction as az, type CreateSubmissionApplicationErrors as b, type IntegerType as b$, FormFieldContactInfoContactField as b0, FormFieldV2FieldType as b1, DisplayFieldType as b2, FieldType as b3, FormatEnumFormat as b4, StringComponentType as b5, NumberComponentType as b6, BooleanComponentType as b7, ItemType as b8, PropertiesTypeEnum as b9, SortOrder as bA, Mode as bB, Status as bC, SubmissionErrorType as bD, type Submitter as bE, type SubmitterSubmitterOneOf as bF, type ExtendedFields as bG, type OrderDetails as bH, type PublicTags as bI, type TagList as bJ, type FormSubmissionStatusUpdatedEvent as bK, type RemovedSubmissionFromTrash as bL, type SubmissionContactMapped as bM, type MarketingSubscriptionDetails as bN, type SubmissionContactMappingSkipped as bO, type CreateCheckoutFromSubmissionRequest as bP, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bQ, type Form as bR, type FormField as bS, type FormFieldStringType as bT, type FormFieldStringTypeFormatOptionsOneOf as bU, type StringErrorMessages as bV, type StringTypeDateTimeConstraints as bW, type StringTypePhoneConstraints as bX, type StringTypeValidationMessages as bY, type FormFieldNumberType as bZ, type NumberErrorMessages as b_, ArrayComponentType as ba, WixFileComponentType as bb, PaymentComponentType as bc, ComponentType as bd, ObjectArrayComponentType as be, SchedulingComponentType as bf, InputType as bg, EmailInfoTag as bh, PhoneInfoTag as bi, Tag as bj, ConfirmationLevel as bk, ContactField as bl, DisplayFieldDisplayFieldType as bm, OverrideEntityType as bn, Kind as bo, SpamFilterProtectionLevel as bp, RequiredIndicator as bq, RequiredIndicatorPlacement as br, Target as bs, SubmitSuccessAction as bt, ChangeableProperty as bu, OverrideEntityTypeEnumOverrideEntityType as bv, Operator as bw, WebhookIdentityType as bx, IdentityType as by, ErrorType as bz, type CreateSubmissionValidationErrors as c, type GalleryOptions as c$, type FormFieldBooleanType as c0, type BooleanErrorMessages as c1, type FormFieldArrayType as c2, type FormFieldObjectType as c3, type ObjectTypePropertiesType as c4, type ObjectTypePropertiesTypePropertiesTypeOneOf as c5, type ObjectErrorMessages as c6, type ArrayTypeArrayItems as c7, type ArrayTypeArrayItemsItemsOneOf as c8, type ArrayErrorMessages as c9, type NodeDataOneOf as cA, type NodeStyle as cB, type ButtonData as cC, type Border as cD, type Colors as cE, type PluginContainerData as cF, type PluginContainerDataWidth as cG, type PluginContainerDataWidthDataOneOf as cH, type Spoiler as cI, type Height as cJ, type Styles as cK, type Link as cL, type LinkDataOneOf as cM, type Rel as cN, type CodeBlockData as cO, type TextStyle as cP, type DividerData as cQ, type FileData as cR, type FileSource as cS, type FileSourceDataOneOf as cT, type PDFSettings as cU, type GalleryData as cV, type Media as cW, type Image as cX, type Video as cY, type Item as cZ, type ItemDataOneOf as c_, type PredefinedValidation as ca, type PredefinedValidationFormatOptionsOneOf as cb, type PaymentType as cc, type QuantityLimit as cd, type FixedPriceOptions as ce, type DynamicPriceOptions as cf, type Product as cg, type ProductPriceOptionsOneOf as ch, type MultilineAddressValidation as ci, type FieldOverrides as cj, type FieldsOverrides as ck, type ObjectArrayType as cl, type NestedFormFieldOverrides as cm, type Validation as cn, type ValidationValidationOneOf as co, type DataExtensionsDetails as cp, type NestedFormOverrides as cq, type FormFieldV2 as cr, type FormFieldV2FieldTypeOptionsOneOf as cs, type InputFieldStringType as ct, type InputFieldStringTypeFormatOptionsOneOf as cu, type InputFieldStringTypeDateTimeConstraints as cv, type InputFieldStringTypePhoneConstraints as cw, type TextInput as cx, type RichContent as cy, type Node as cz, type UpdateSubmission as d, type BlockquoteData as d$, type GalleryOptionsLayout as d0, type ItemStyle as d1, type Thumbnails as d2, type GIFData as d3, type GIF as d4, type HeadingData as d5, type HTMLData as d6, type HTMLDataDataOneOf as d7, type ImageData as d8, type StylesBorder as d9, type LinkData as dA, type MentionData as dB, type FontSizeData as dC, type SpoilerData as dD, type AppEmbedData as dE, type AppEmbedDataAppDataOneOf as dF, type BookingData as dG, type EventData as dH, type ButtonStyles as dI, type ImageStyles as dJ, type RibbonStyles as dK, type CardStyles as dL, type PricingData as dM, type VideoData as dN, type PlaybackOptions as dO, type EmbedData as dP, type Oembed as dQ, type CollapsibleListData as dR, type TableData as dS, type Dimensions as dT, type TableCellData as dU, type CellStyle as dV, type BorderColors as dW, type ListValue as dX, type AudioData as dY, type OrderedListData as dZ, type BulletedListData as d_, type ImageDataStyles as da, type LinkPreviewData as db, type LinkPreviewDataStyles as dc, type MapData as dd, type MapSettings as de, type ParagraphData as df, type PollData as dg, type Permissions as dh, type PollOption as di, type Settings as dj, type PollLayout as dk, type OptionLayout as dl, type Gradient as dm, type Background as dn, type BackgroundBackgroundOneOf as dp, type PollDesign as dq, type OptionDesign as dr, type Poll as ds, type PollDataLayout as dt, type Design as du, type TextData as dv, type Decoration as dw, type DecorationDataOneOf as dx, type AnchorData as dy, type ColorData as dz, type UpdateSubmissionValidationErrors as e, type FormFieldContactInfoPhoneInfo as e$, type CaptionData as e0, type LayoutData as e1, type BackgroundImage as e2, type LayoutCellData as e3, type Metadata as e4, type DocumentStyle as e5, type TextNodeStyle as e6, type MediaItem as e7, type MediaItemMediaOneOf as e8, type MediaSettings as e9, type Tags as eA, type TagsOption as eB, type ServicesCheckboxGroup as eC, type FileType as eD, type FileUpload as eE, type Signature as eF, type ProductCheckboxGroup as eG, type ProductCheckboxGroupOption as eH, type DonationInput as eI, type DonationInputOption as eJ, type PaymentInput as eK, type FixedPayment as eL, type Appointment as eM, type AppointmentFormatInfoOneOf as eN, type Location as eO, type LocationLocationInfoOneOf as eP, type InPersonOptions as eQ, type VideoConferenceOptions as eR, type PhoneOptions as eS, type MultilineAddress as eT, type AddressLine2 as eU, type DefaultCountryConfig as eV, type DefaultCountryConfigOptionsOneOf as eW, type FieldsSettings as eX, type V4FormFieldContactInfo as eY, type V4FormFieldContactInfoAdditionalInfoOneOf as eZ, type FormFieldContactInfoEmailInfo as e_, type RadioGroup as ea, type RadioGroupOption as eb, type CustomOption as ec, type Dropdown as ed, type DropdownOption as ee, type DateTimeInput as ef, type PhoneInput as eg, type DateInput as eh, type TimeInput as ei, type DatePicker as ej, type ServicesDropdown as ek, type ServiceOption as el, type InputFieldNumberType as em, type NumberInput as en, type RatingInput as eo, type InputFieldBooleanType as ep, type Checkbox as eq, type InputFieldArrayType as er, type InputFieldIntegerType as es, type InputFieldObjectType as et, type InputFieldObjectTypePropertiesType as eu, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as ev, type InputFieldArrayTypeArrayItems as ew, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as ex, type CheckboxGroup as ey, type Option as ez, type ConfirmSubmissionResponse as f, type _Boolean as f$, type FormFieldContactInfoAddressInfo as f0, type FormFieldContactInfoCustomFieldInfo as f1, type FormFieldContactInfoSubscriptionInfo as f2, type InputField_String as f3, type InputField_StringComponentTypeOptionsOneOf as f4, type InputField_Number as f5, type InputField_NumberComponentTypeOptionsOneOf as f6, type InputField_Boolean as f7, type InputField_BooleanComponentTypeOptionsOneOf as f8, type InputField_Array as f9, type NumberType as fA, type BooleanType as fB, type ArrayType as fC, type ObjectType as fD, type PropertiesType as fE, type PropertiesTypePropertiesTypeOptionsOneOf as fF, type ArrayItems as fG, type ArrayItemsItemTypeOptionsOneOf as fH, type Repeater as fI, type FormLayout as fJ, type BreakPoint as fK, type ItemLayout as fL, type ItemLayoutItemOneOf as fM, type Group as fN, type Margin as fO, type Section as fP, type FormFieldContactInfo as fQ, type FormFieldContactInfoAdditionalInfoOneOf as fR, type EmailInfo as fS, type PhoneInfo as fT, type AddressInfo as fU, type CustomFieldInfo as fV, type SubscriptionInfo as fW, type _String as fX, type _StringComponentTypeOptionsOneOf as fY, type _Number as fZ, type _NumberComponentTypeOptionsOneOf as f_, type InputField_ArrayComponentTypeOptionsOneOf as fa, type InputField_Object as fb, type InputField_ObjectValidationOneOf as fc, type InputFieldWixFile as fd, type InputFieldWixFileComponentTypeOptionsOneOf as fe, type InputFieldPayment as ff, type InputFieldPaymentComponentTypeOptionsOneOf as fg, type InputFieldMultilineAddress as fh, type InputFieldMultilineAddressComponentTypeOptionsOneOf as fi, type InputFieldScheduling as fj, type InputFieldSchedulingComponentTypeOptionsOneOf as fk, type FormFieldV2InputField as fl, type FormFieldV2InputFieldInputTypeOptionsOneOf as fm, type DisplayField as fn, type DisplayFieldDisplayFieldTypeOptionsOneOf as fo, type V4RichContentOptions as fp, type V4PageNavigationOptions as fq, type Field as fr, type FieldFieldTypeOptionsOneOf as fs, type InputField as ft, type InputFieldInputTypeOptionsOneOf as fu, type StringType as fv, type StringTypeFormatOptionsOneOf as fw, type DateTimeConstraints as fx, type PhoneConstraints as fy, type ValidationMessages as fz, type BulkDeleteSubmissionResponse as g, type CreateSubmissionResponse as g$, type _BooleanComponentTypeOptionsOneOf as g0, type _Array as g1, type _ArrayComponentTypeOptionsOneOf as g2, type _Object as g3, type WixFile as g4, type WixFileComponentTypeOptionsOneOf as g5, type Payment as g6, type PaymentComponentTypeOptionsOneOf as g7, type Scheduling as g8, type SchedulingComponentTypeOptionsOneOf as g9, type FieldOverride as gA, type FieldOverridePropertyTypeOptionsOneOf as gB, type ConditionNode as gC, type ConditionNodeNodeOneOf as gD, type AndCondition as gE, type OrCondition as gF, type Condition as gG, type RuleFormOverride as gH, type RuleFormOverrideEntityTypeOptionsOneOf as gI, type CreateCheckoutFromSubmissionResponse as gJ, type Checkout as gK, type IsFormSubmittableRequest as gL, type IsFormSubmittableResponse as gM, type DomainEvent as gN, type DomainEventBodyOneOf as gO, type EntityCreatedEvent as gP, type RestoreInfo as gQ, type EntityUpdatedEvent as gR, type EntityDeletedEvent as gS, type ActionEvent as gT, type Empty as gU, type MessageEnvelope as gV, type IdentificationData as gW, type IdentificationDataIdOneOf as gX, type UpsertContactFromSubmissionRequest as gY, type SubmitContactResponse as gZ, type CreateSubmissionRequest as g_, type Address as ga, type AddressComponentTypeOptionsOneOf as gb, type ObjectArray as gc, type ObjectArrayComponentTypeOptionsOneOf as gd, type FieldsDisplayField as ge, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as gf, type RichContentOptions as gg, type PageNavigationOptions as gh, type Step as gi, type FormRule as gj, type FormOverride as gk, type FormProperties as gl, type PostSubmissionTriggers as gm, type UpsertContact as gn, type NestedForm as go, type LimitationRule as gp, type RequiredIndicatorProperties as gq, type SubmitSettings as gr, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gs, type ThankYouMessageOptions as gt, type RedirectOptions as gu, type FieldGroup as gv, type Rule as gw, type RequiredOptions as gx, type HiddenOptions as gy, type AllowedValuesOptions as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type ListFormattedSubmissionsResponse as h$, type SubmissionValidationErrorsDetails as h0, type ValidationError as h1, type CreateSubmissionForMigrationRequest as h2, type CreateSubmissionForMigrationResponse as h3, type CreateSubmissionBySubmitterRequest as h4, type CreateSubmissionBySubmitterResponse as h5, type BulkCreateSubmissionBySubmitterRequest as h6, type BulkCreateSubmissionBySubmitterData as h7, type BulkCreateSubmissionBySubmitterResponse as h8, type BulkSubmissionResult as h9, type Sorting as hA, type SearchSubmissionsByNamespaceRequest as hB, type CursorSearch as hC, type CursorSearchPagingMethodOneOf as hD, type SearchDetails as hE, type SearchSubmissionsByNamespaceForExportRequest as hF, type SearchSubmissionsByNamespaceForExportResponse as hG, type QuerySubmissionsByNamespaceRequest as hH, type QuerySubmissionsByNamespaceResponse as hI, type QuerySubmissionsByNamespaceForExportRequest as hJ, type QuerySubmissionsByNamespaceForExportResponse as hK, type CountSubmissionsByFilterRequest as hL, type FormSubmissionsCount as hM, type CountSubmissionsRequest as hN, type CountDeletedSubmissionsRequest as hO, type FormDeletedSubmissionsCount as hP, type GetMediaUploadURLRequest as hQ, type BulkMarkSubmissionsAsSeenRequest as hR, type GetSubmissionDownloadUrlRequest as hS, type SubmissionDocument as hT, type SubmissionDocumentDocumentOneOf as hU, type DocumentReady as hV, type DownloadSubmissionRequest as hW, type HeadersEntry as hX, type GetFormattedSubmissionRequest as hY, type FormattedSubmission as hZ, type ListFormattedSubmissionsRequest as h_, type ItemMetadata as ha, type ApplicationError as hb, type BulkActionMetadata as hc, type GetSubmissionRequest as hd, type GetSubmissionResponse as he, type GetSubmissionByCheckoutIdRequest as hf, type GetSubmissionByCheckoutIdResponse as hg, type UpdateSubmissionRequest as hh, type UpdateSubmissionResponse as hi, type ConfirmSubmissionRequest as hj, type DeleteSubmissionRequest as hk, type DeleteSubmissionResponse as hl, type BulkDeleteSubmissionRequest as hm, type BulkDeleteSubmissionResult as hn, type RestoreSubmissionFromTrashBinRequest as ho, type RemoveSubmissionFromTrashBinRequest as hp, type RemoveSubmissionFromTrashBinResponse as hq, type BulkRemoveSubmissionFromTrashBinRequest as hr, type BulkRemoveSubmissionFromTrashBinResult as hs, type ListDeletedSubmissionsRequest as ht, type CursorPaging as hu, type CursorPagingMetadata as hv, type Cursors as hw, type GetDeletedSubmissionRequest as hx, type QuerySubmissionRequest as hy, type CursorQueryPagingMethodOneOf as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type DirectionWithLiterals as i$, type FormattedFormSubmission as i0, type UpdateExtendedFieldsRequest as i1, type BulkUpdateFormSubmissionTagsRequest as i2, type BulkUpdateFormSubmissionTagsResponse as i3, type BulkUpdateFormSubmissionTagsResult as i4, type BulkUpdateFormSubmissionTagsByFilterRequest as i5, type BulkUpdateFormSubmissionTagsByFilterResponse as i6, type ValidateFormSubmissionRequest as i7, type FieldViolation as i8, type FieldViolationErrorDataOneOf as i9, type WidthWithLiterals as iA, type DividerDataAlignmentWithLiterals as iB, type ViewModeWithLiterals as iC, type LayoutTypeWithLiterals as iD, type OrientationWithLiterals as iE, type CropWithLiterals as iF, type ThumbnailsAlignmentWithLiterals as iG, type GIFTypeWithLiterals as iH, type SourceWithLiterals as iI, type StylesPositionWithLiterals as iJ, type MapTypeWithLiterals as iK, type ViewRoleWithLiterals as iL, type VoteRoleWithLiterals as iM, type PollLayoutTypeWithLiterals as iN, type PollLayoutDirectionWithLiterals as iO, type BackgroundTypeWithLiterals as iP, type DecorationTypeWithLiterals as iQ, type FontTypeWithLiterals as iR, type PositionWithLiterals as iS, type AspectRatioWithLiterals as iT, type ResizingWithLiterals as iU, type PlacementWithLiterals as iV, type CardStylesTypeWithLiterals as iW, type CardStylesAlignmentWithLiterals as iX, type LayoutWithLiterals as iY, type AppTypeWithLiterals as iZ, type InitialExpandedItemsWithLiterals as i_, type SubmissionValidationErrors as ia, type SubmissionValidationError as ib, type SubmissionValidationErrorErrorMessageOneOf as ic, type BaseEventMetadata as id, type EventMetadata as ie, type FormSubmissionSearchSpec as ig, type SubmissionsQueryResult as ih, type BulkUpdateFormSubmissionTagsOptions as ii, type BulkUpdateFormSubmissionTagsByFilterOptions as ij, type SubmissionStatusWithLiterals as ik, type OptInLevelWithLiterals as il, type StringTypeFormatEnumFormatWithLiterals as im, type ValidationFormatWithLiterals as io, type ProductTypeWithLiterals as ip, type PriceTypeWithLiterals as iq, type InputFieldStringTypeFormatEnumFormatWithLiterals as ir, type InputFieldStringComponentTypeWithLiterals as is, type NodeTypeWithLiterals as it, type WidthTypeWithLiterals as iu, type PluginContainerDataAlignmentWithLiterals as iv, type ButtonDataTypeWithLiterals as iw, type LinkTargetWithLiterals as ix, type TextAlignmentWithLiterals as iy, type LineStyleWithLiterals as iz, type ListDeletedSubmissionsResponse as j, type ErrorTypeWithLiterals as j$, type VerticalAlignmentWithLiterals as j0, type NullValueWithLiterals as j1, type ScalingWithLiterals as j2, type LayoutDataImagePositionWithLiterals as j3, type VerticalAlignmentAlignmentWithLiterals as j4, type ResponsivenessBehaviourWithLiterals as j5, type ImagePositionWithLiterals as j6, type AlignmentWithLiterals as j7, type ImageFitWithLiterals as j8, type NumberOfColumnsWithLiterals as j9, type ItemTypeWithLiterals as jA, type PropertiesTypeEnumWithLiterals as jB, type ArrayComponentTypeWithLiterals as jC, type WixFileComponentTypeWithLiterals as jD, type PaymentComponentTypeWithLiterals as jE, type ComponentTypeWithLiterals as jF, type ObjectArrayComponentTypeWithLiterals as jG, type SchedulingComponentTypeWithLiterals as jH, type InputTypeWithLiterals as jI, type EmailInfoTagWithLiterals as jJ, type PhoneInfoTagWithLiterals as jK, type TagWithLiterals as jL, type ConfirmationLevelWithLiterals as jM, type ContactFieldWithLiterals as jN, type DisplayFieldDisplayFieldTypeWithLiterals as jO, type OverrideEntityTypeWithLiterals as jP, type KindWithLiterals as jQ, type SpamFilterProtectionLevelWithLiterals as jR, type RequiredIndicatorWithLiterals as jS, type RequiredIndicatorPlacementWithLiterals as jT, type TargetWithLiterals as jU, type SubmitSuccessActionWithLiterals as jV, type ChangeablePropertyWithLiterals as jW, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jX, type OperatorWithLiterals as jY, type WebhookIdentityTypeWithLiterals as jZ, type IdentityTypeWithLiterals as j_, type FirstDayOfWeekWithLiterals as ja, type InputFieldNumberComponentTypeWithLiterals as jb, type InputFieldBooleanComponentTypeWithLiterals as jc, type ArrayItemsItemTypeWithLiterals as jd, type PropertiesTypePropertiesTypeEnumWithLiterals as je, type InputFieldArrayComponentTypeWithLiterals as jf, type InputFieldWixFileComponentTypeWithLiterals as jg, type UploadFileFormatWithLiterals as jh, type InputFieldPaymentComponentTypeWithLiterals as ji, type InputFieldSchedulingComponentTypeWithLiterals as jj, type FormatWithLiterals as jk, type MultilineAddressComponentTypeWithLiterals as jl, type TypeWithLiterals as jm, type InputFieldInputTypeWithLiterals as jn, type FormFieldContactInfoEmailInfoTagWithLiterals as jo, type FormFieldContactInfoPhoneInfoTagWithLiterals as jp, type AddressInfoTagWithLiterals as jq, type SubscriptionInfoOptInLevelWithLiterals as jr, type FormFieldContactInfoContactFieldWithLiterals as js, type FormFieldV2FieldTypeWithLiterals as jt, type DisplayFieldTypeWithLiterals as ju, type FieldTypeWithLiterals as jv, type FormatEnumFormatWithLiterals as jw, type StringComponentTypeWithLiterals as jx, type NumberComponentTypeWithLiterals as jy, type BooleanComponentTypeWithLiterals as jz, type CursorQuery as k, type SortOrderWithLiterals as k0, type ModeWithLiterals as k1, type StatusWithLiterals as k2, type SubmissionErrorTypeWithLiterals as k3, type CommonSearchWithEntityContext as k4, onSubmissionCreated as k5, onSubmissionDeleted as k6, onSubmissionRemovedSubmissionFromTrash as k7, onSubmissionStatusUpdated as k8, onSubmissionContactMapped as k9, onSubmissionContactMappingSkipped as ka, onSubmissionUpdated as kb, upsertContactFromSubmission as kc, createSubmission as kd, getSubmission as ke, updateSubmission as kf, confirmSubmission as kg, deleteSubmission as kh, bulkDeleteSubmission as ki, restoreSubmissionFromTrashBin as kj, removeSubmissionFromTrashBin as kk, bulkRemoveSubmissionFromTrashBin as kl, listDeletedSubmissions as km, getDeletedSubmission as kn, querySubmission as ko, querySubmissionsByNamespace as kp, countSubmissionsByFilter as kq, countSubmissions as kr, countDeletedSubmissions as ks, getMediaUploadUrl as kt, bulkMarkSubmissionsAsSeen as ku, getSubmissionDownloadUrl as kv, downloadSubmission as kw, getFormattedSubmission as kx, updateExtendedFields as ky, validateFormSubmission as kz, 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 BulkMarkSubmissionsAsSeenResponse as w, type GetSubmissionDownloadUrlResponse as x, type RawHttpResponse as y, type GetFormattedSubmissionResponse as z };
|
|
8090
|
+
export { PriceType as $, type ValidateFormSubmissionResponse as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type SubmissionCreatedEnvelope as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type SubmissionDeletedEnvelope as H, type SubmissionRemovedSubmissionFromTrashEnvelope as I, type SubmissionStatusUpdatedEnvelope as J, type SubmissionContactMappedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionContactMappingSkippedEnvelope as M, type SubmissionUpdatedEnvelope as N, typedQuerySubmissionsByNamespace as O, type QuerySubmissionsByNamespaceOptions as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, type SubmissionsQueryBuilder as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, SubmissionStatus as W, OptInLevel as X, StringTypeFormatEnumFormat as Y, ValidationFormat as Z, ProductType as _, type UpsertContactFromSubmissionResponse as a, AddressInfoTag as a$, InputFieldStringTypeFormatEnumFormat as a0, InputFieldStringComponentType as a1, NodeType as a2, WidthType as a3, PluginContainerDataAlignment as a4, ButtonDataType as a5, LinkTarget as a6, TextAlignment as a7, LineStyle as a8, Width as a9, Direction as aA, VerticalAlignment as aB, NullValue as aC, Scaling as aD, LayoutDataImagePosition as aE, VerticalAlignmentAlignment as aF, ResponsivenessBehaviour as aG, ImagePosition as aH, Alignment as aI, ImageFit as aJ, NumberOfColumns as aK, FirstDayOfWeek as aL, InputFieldNumberComponentType as aM, InputFieldBooleanComponentType as aN, ArrayItemsItemType as aO, PropertiesTypePropertiesTypeEnum as aP, InputFieldArrayComponentType as aQ, InputFieldWixFileComponentType as aR, UploadFileFormat as aS, InputFieldPaymentComponentType as aT, InputFieldSchedulingComponentType as aU, Format as aV, MultilineAddressComponentType as aW, Type as aX, InputFieldInputType as aY, FormFieldContactInfoEmailInfoTag as aZ, FormFieldContactInfoPhoneInfoTag as a_, DividerDataAlignment as aa, ViewMode as ab, LayoutType as ac, Orientation as ad, Crop as ae, ThumbnailsAlignment as af, GIFType as ag, Source as ah, StylesPosition as ai, MapType as aj, ViewRole as ak, VoteRole as al, PollLayoutType as am, PollLayoutDirection as an, BackgroundType as ao, DecorationType as ap, FontType as aq, Position as ar, AspectRatio as as, Resizing as at, Placement as au, CardStylesType as av, CardStylesAlignment as aw, Layout as ax, AppType as ay, InitialExpandedItems as az, type CreateSubmissionApplicationErrors as b, type NumberErrorMessages as b$, SubscriptionInfoOptInLevel as b0, FormFieldContactInfoContactField as b1, FormFieldV2FieldType as b2, DisplayFieldType as b3, FieldType as b4, FormatEnumFormat as b5, StringComponentType as b6, NumberComponentType as b7, BooleanComponentType as b8, ItemType as b9, ErrorType as bA, SortOrder as bB, Mode as bC, Status as bD, SubmissionErrorType as bE, type Submitter as bF, type SubmitterSubmitterOneOf as bG, type ExtendedFields as bH, type OrderDetails as bI, type PublicTags as bJ, type TagList as bK, type FormSubmissionStatusUpdatedEvent as bL, type RemovedSubmissionFromTrash as bM, type SubmissionContactMapped as bN, type MarketingSubscriptionDetails as bO, type SubmissionContactMappingSkipped as bP, type CreateCheckoutFromSubmissionRequest as bQ, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bR, type Form as bS, type FormField as bT, type FormFieldStringType as bU, type FormFieldStringTypeFormatOptionsOneOf as bV, type StringErrorMessages as bW, type StringTypeDateTimeConstraints as bX, type StringTypePhoneConstraints as bY, type StringTypeValidationMessages as bZ, type FormFieldNumberType as b_, PropertiesTypeEnum as ba, ArrayComponentType as bb, WixFileComponentType as bc, PaymentComponentType as bd, ComponentType as be, ObjectArrayComponentType as bf, SchedulingComponentType as bg, InputType as bh, EmailInfoTag as bi, PhoneInfoTag as bj, Tag as bk, ConfirmationLevel as bl, ContactField as bm, DisplayFieldDisplayFieldType as bn, OverrideEntityType as bo, Kind as bp, SpamFilterProtectionLevel as bq, RequiredIndicator as br, RequiredIndicatorPlacement as bs, Target as bt, SubmitSuccessAction as bu, ChangeableProperty as bv, OverrideEntityTypeEnumOverrideEntityType as bw, Operator as bx, WebhookIdentityType as by, IdentityType as bz, type CreateSubmissionValidationErrors as c, type ItemDataOneOf as c$, type IntegerType as c0, type FormFieldBooleanType as c1, type BooleanErrorMessages as c2, type FormFieldArrayType as c3, type FormFieldObjectType as c4, type ObjectTypePropertiesType as c5, type ObjectTypePropertiesTypePropertiesTypeOneOf as c6, type ObjectErrorMessages as c7, type ArrayTypeArrayItems as c8, type ArrayTypeArrayItemsItemsOneOf as c9, type Node as cA, type NodeDataOneOf as cB, type NodeStyle as cC, type ButtonData as cD, type Border as cE, type Colors as cF, type PluginContainerData as cG, type PluginContainerDataWidth as cH, type PluginContainerDataWidthDataOneOf as cI, type Spoiler as cJ, type Height as cK, type Styles as cL, type Link as cM, type LinkDataOneOf as cN, type Rel as cO, type CodeBlockData as cP, type TextStyle as cQ, type DividerData as cR, type FileData as cS, type FileSource as cT, type FileSourceDataOneOf as cU, type PDFSettings as cV, type GalleryData as cW, type Media as cX, type Image as cY, type Video as cZ, type Item as c_, type ArrayErrorMessages as ca, type PredefinedValidation as cb, type PredefinedValidationFormatOptionsOneOf as cc, type PaymentType as cd, type QuantityLimit as ce, type FixedPriceOptions as cf, type DynamicPriceOptions as cg, type Product as ch, type ProductPriceOptionsOneOf as ci, type MultilineAddressValidation as cj, type FieldOverrides as ck, type FieldsOverrides as cl, type ObjectArrayType as cm, type NestedFormFieldOverrides as cn, type Validation as co, type ValidationValidationOneOf as cp, type DataExtensionsDetails as cq, type NestedFormOverrides as cr, type FormFieldV2 as cs, type FormFieldV2FieldTypeOptionsOneOf as ct, type InputFieldStringType as cu, type InputFieldStringTypeFormatOptionsOneOf as cv, type InputFieldStringTypeDateTimeConstraints as cw, type InputFieldStringTypePhoneConstraints as cx, type TextInput as cy, type RichContent as cz, type UpdateSubmission as d, type BulletedListData as d$, type GalleryOptions as d0, type GalleryOptionsLayout as d1, type ItemStyle as d2, type Thumbnails as d3, type GIFData as d4, type GIF as d5, type HeadingData as d6, type HTMLData as d7, type HTMLDataDataOneOf as d8, type ImageData as d9, type ColorData as dA, type LinkData as dB, type MentionData as dC, type FontSizeData as dD, type SpoilerData as dE, type AppEmbedData as dF, type AppEmbedDataAppDataOneOf as dG, type BookingData as dH, type EventData as dI, type ButtonStyles as dJ, type ImageStyles as dK, type RibbonStyles as dL, type CardStyles as dM, type PricingData as dN, type VideoData as dO, type PlaybackOptions as dP, type EmbedData as dQ, type Oembed as dR, type CollapsibleListData as dS, type TableData as dT, type Dimensions as dU, type TableCellData as dV, type CellStyle as dW, type BorderColors as dX, type ListValue as dY, type AudioData as dZ, type OrderedListData as d_, type StylesBorder as da, type ImageDataStyles as db, type LinkPreviewData as dc, type LinkPreviewDataStyles as dd, type MapData as de, type MapSettings as df, type ParagraphData as dg, type PollData as dh, type Permissions as di, type PollOption as dj, type Settings as dk, type PollLayout as dl, type OptionLayout as dm, type Gradient as dn, type Background as dp, type BackgroundBackgroundOneOf as dq, type PollDesign as dr, type OptionDesign as ds, type Poll as dt, type PollDataLayout as du, type Design as dv, type TextData as dw, type Decoration as dx, type DecorationDataOneOf as dy, type AnchorData as dz, type UpdateSubmissionValidationErrors as e, type FormFieldContactInfoEmailInfo as e$, type BlockquoteData as e0, type CaptionData as e1, type LayoutData as e2, type BackgroundImage as e3, type LayoutCellData as e4, type Metadata as e5, type DocumentStyle as e6, type TextNodeStyle as e7, type MediaItem as e8, type MediaItemMediaOneOf as e9, type Option as eA, type Tags as eB, type TagsOption as eC, type ServicesCheckboxGroup as eD, type FileType as eE, type FileUpload as eF, type Signature as eG, type ProductCheckboxGroup as eH, type ProductCheckboxGroupOption as eI, type DonationInput as eJ, type DonationInputOption as eK, type PaymentInput as eL, type FixedPayment as eM, type Appointment as eN, type AppointmentFormatInfoOneOf as eO, type Location as eP, type LocationLocationInfoOneOf as eQ, type InPersonOptions as eR, type VideoConferenceOptions as eS, type PhoneOptions as eT, type MultilineAddress as eU, type AddressLine2 as eV, type DefaultCountryConfig as eW, type DefaultCountryConfigOptionsOneOf as eX, type FieldsSettings as eY, type V4FormFieldContactInfo as eZ, type V4FormFieldContactInfoAdditionalInfoOneOf as e_, type MediaSettings as ea, type RadioGroup as eb, type RadioGroupOption as ec, type CustomOption as ed, type Dropdown as ee, type DropdownOption as ef, type DateTimeInput as eg, type PhoneInput as eh, type DateInput as ei, type TimeInput as ej, type DatePicker as ek, type ServicesDropdown as el, type ServiceOption as em, type InputFieldNumberType as en, type NumberInput as eo, type RatingInput as ep, type InputFieldBooleanType as eq, type Checkbox as er, type InputFieldArrayType as es, type InputFieldIntegerType as et, type InputFieldObjectType as eu, type InputFieldObjectTypePropertiesType as ev, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as ew, type InputFieldArrayTypeArrayItems as ex, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as ey, type CheckboxGroup as ez, type ConfirmSubmissionResponse as f, type _NumberComponentTypeOptionsOneOf as f$, type FormFieldContactInfoPhoneInfo as f0, type FormFieldContactInfoAddressInfo as f1, type FormFieldContactInfoCustomFieldInfo as f2, type FormFieldContactInfoSubscriptionInfo as f3, type InputField_String as f4, type InputField_StringComponentTypeOptionsOneOf as f5, type InputField_Number as f6, type InputField_NumberComponentTypeOptionsOneOf as f7, type InputField_Boolean as f8, type InputField_BooleanComponentTypeOptionsOneOf as f9, type ValidationMessages as fA, type NumberType as fB, type BooleanType as fC, type ArrayType as fD, type ObjectType as fE, type PropertiesType as fF, type PropertiesTypePropertiesTypeOptionsOneOf as fG, type ArrayItems as fH, type ArrayItemsItemTypeOptionsOneOf as fI, type Repeater as fJ, type FormLayout as fK, type BreakPoint as fL, type ItemLayout as fM, type ItemLayoutItemOneOf as fN, type Group as fO, type Margin as fP, type Section as fQ, type FormFieldContactInfo as fR, type FormFieldContactInfoAdditionalInfoOneOf as fS, type EmailInfo as fT, type PhoneInfo as fU, type AddressInfo as fV, type CustomFieldInfo as fW, type SubscriptionInfo as fX, type _String as fY, type _StringComponentTypeOptionsOneOf as fZ, type _Number as f_, type InputField_Array as fa, type InputField_ArrayComponentTypeOptionsOneOf as fb, type InputField_Object as fc, type InputField_ObjectValidationOneOf as fd, type InputFieldWixFile as fe, type InputFieldWixFileComponentTypeOptionsOneOf as ff, type InputFieldPayment as fg, type InputFieldPaymentComponentTypeOptionsOneOf as fh, type InputFieldMultilineAddress as fi, type InputFieldMultilineAddressComponentTypeOptionsOneOf as fj, type InputFieldScheduling as fk, type InputFieldSchedulingComponentTypeOptionsOneOf as fl, type FormFieldV2InputField as fm, type FormFieldV2InputFieldInputTypeOptionsOneOf as fn, type DisplayField as fo, type DisplayFieldDisplayFieldTypeOptionsOneOf as fp, type V4RichContentOptions as fq, type V4PageNavigationOptions as fr, type Field as fs, type FieldFieldTypeOptionsOneOf as ft, type InputField as fu, type InputFieldInputTypeOptionsOneOf as fv, type StringType as fw, type StringTypeFormatOptionsOneOf as fx, type DateTimeConstraints as fy, type PhoneConstraints as fz, type BulkDeleteSubmissionResponse as g, type CreateSubmissionRequest as g$, type _Boolean as g0, type _BooleanComponentTypeOptionsOneOf as g1, type _Array as g2, type _ArrayComponentTypeOptionsOneOf as g3, type _Object as g4, type WixFile as g5, type WixFileComponentTypeOptionsOneOf as g6, type Payment as g7, type PaymentComponentTypeOptionsOneOf as g8, type Scheduling as g9, type AllowedValuesOptions as gA, type FieldOverride as gB, type FieldOverridePropertyTypeOptionsOneOf as gC, type ConditionNode as gD, type ConditionNodeNodeOneOf as gE, type AndCondition as gF, type OrCondition as gG, type Condition as gH, type RuleFormOverride as gI, type RuleFormOverrideEntityTypeOptionsOneOf as gJ, type CreateCheckoutFromSubmissionResponse as gK, type Checkout as gL, type IsFormSubmittableRequest as gM, type IsFormSubmittableResponse as gN, type DomainEvent as gO, type DomainEventBodyOneOf as gP, type EntityCreatedEvent as gQ, type RestoreInfo as gR, type EntityUpdatedEvent as gS, type EntityDeletedEvent as gT, type ActionEvent as gU, type Empty as gV, type MessageEnvelope as gW, type IdentificationData as gX, type IdentificationDataIdOneOf as gY, type UpsertContactFromSubmissionRequest as gZ, type SubmitContactResponse as g_, type SchedulingComponentTypeOptionsOneOf as ga, type Address as gb, type AddressComponentTypeOptionsOneOf as gc, type ObjectArray as gd, type ObjectArrayComponentTypeOptionsOneOf as ge, type FieldsDisplayField as gf, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as gg, type RichContentOptions as gh, type PageNavigationOptions as gi, type Step as gj, type FormRule as gk, type FormOverride as gl, type FormProperties as gm, type PostSubmissionTriggers as gn, type UpsertContact as go, type NestedForm as gp, type LimitationRule as gq, type RequiredIndicatorProperties as gr, type SubmitSettings as gs, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gt, type ThankYouMessageOptions as gu, type RedirectOptions as gv, type FieldGroup as gw, type Rule as gx, type RequiredOptions as gy, type HiddenOptions as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type ListFormattedSubmissionsRequest as h$, type CreateSubmissionResponse as h0, type SubmissionValidationErrorsDetails as h1, type ValidationError as h2, type CreateSubmissionForMigrationRequest as h3, type CreateSubmissionForMigrationResponse as h4, type CreateSubmissionBySubmitterRequest as h5, type CreateSubmissionBySubmitterResponse as h6, type BulkCreateSubmissionBySubmitterRequest as h7, type BulkCreateSubmissionBySubmitterData as h8, type BulkCreateSubmissionBySubmitterResponse as h9, type CursorQueryPagingMethodOneOf as hA, type Sorting as hB, type SearchSubmissionsByNamespaceRequest as hC, type CursorSearch as hD, type CursorSearchPagingMethodOneOf as hE, type SearchDetails as hF, type SearchSubmissionsByNamespaceForExportRequest as hG, type SearchSubmissionsByNamespaceForExportResponse as hH, type QuerySubmissionsByNamespaceRequest as hI, type QuerySubmissionsByNamespaceResponse as hJ, type QuerySubmissionsByNamespaceForExportRequest as hK, type QuerySubmissionsByNamespaceForExportResponse as hL, type CountSubmissionsByFilterRequest as hM, type FormSubmissionsCount as hN, type CountSubmissionsRequest as hO, type CountDeletedSubmissionsRequest as hP, type FormDeletedSubmissionsCount as hQ, type GetMediaUploadURLRequest as hR, type BulkMarkSubmissionsAsSeenRequest as hS, type GetSubmissionDownloadUrlRequest as hT, type SubmissionDocument as hU, type SubmissionDocumentDocumentOneOf as hV, type DocumentReady as hW, type DownloadSubmissionRequest as hX, type HeadersEntry as hY, type GetFormattedSubmissionRequest as hZ, type FormattedSubmission as h_, type BulkSubmissionResult as ha, type ItemMetadata as hb, type ApplicationError as hc, type BulkActionMetadata as hd, type GetSubmissionRequest as he, type GetSubmissionResponse as hf, type GetSubmissionByCheckoutIdRequest as hg, type GetSubmissionByCheckoutIdResponse as hh, type UpdateSubmissionRequest as hi, type UpdateSubmissionResponse as hj, type ConfirmSubmissionRequest as hk, type DeleteSubmissionRequest as hl, type DeleteSubmissionResponse as hm, type BulkDeleteSubmissionRequest as hn, type BulkDeleteSubmissionResult as ho, type RestoreSubmissionFromTrashBinRequest as hp, type RemoveSubmissionFromTrashBinRequest as hq, type RemoveSubmissionFromTrashBinResponse as hr, type BulkRemoveSubmissionFromTrashBinRequest as hs, type BulkRemoveSubmissionFromTrashBinResult as ht, type ListDeletedSubmissionsRequest as hu, type CursorPaging as hv, type CursorPagingMetadata as hw, type Cursors as hx, type GetDeletedSubmissionRequest as hy, type QuerySubmissionRequest as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type InitialExpandedItemsWithLiterals as i$, type ListFormattedSubmissionsResponse as i0, type FormattedFormSubmission as i1, type UpdateExtendedFieldsRequest as i2, type BulkUpdateFormSubmissionTagsRequest as i3, type BulkUpdateFormSubmissionTagsResponse as i4, type BulkUpdateFormSubmissionTagsResult as i5, type BulkUpdateFormSubmissionTagsByFilterRequest as i6, type BulkUpdateFormSubmissionTagsByFilterResponse as i7, type ValidateFormSubmissionRequest as i8, type FieldViolation as i9, type LineStyleWithLiterals as iA, type WidthWithLiterals as iB, type DividerDataAlignmentWithLiterals as iC, type ViewModeWithLiterals as iD, type LayoutTypeWithLiterals as iE, type OrientationWithLiterals as iF, type CropWithLiterals as iG, type ThumbnailsAlignmentWithLiterals as iH, type GIFTypeWithLiterals as iI, type SourceWithLiterals as iJ, type StylesPositionWithLiterals as iK, type MapTypeWithLiterals as iL, type ViewRoleWithLiterals as iM, type VoteRoleWithLiterals as iN, type PollLayoutTypeWithLiterals as iO, type PollLayoutDirectionWithLiterals as iP, type BackgroundTypeWithLiterals as iQ, type DecorationTypeWithLiterals as iR, type FontTypeWithLiterals as iS, type PositionWithLiterals as iT, type AspectRatioWithLiterals as iU, type ResizingWithLiterals as iV, type PlacementWithLiterals as iW, type CardStylesTypeWithLiterals as iX, type CardStylesAlignmentWithLiterals as iY, type LayoutWithLiterals as iZ, type AppTypeWithLiterals as i_, type FieldViolationErrorDataOneOf as ia, type SubmissionValidationErrors as ib, type SubmissionValidationError as ic, type SubmissionValidationErrorErrorMessageOneOf as id, type BaseEventMetadata as ie, type EventMetadata as ig, type FormSubmissionSearchSpec as ih, type SubmissionsQueryResult as ii, type BulkUpdateFormSubmissionTagsOptions as ij, type BulkUpdateFormSubmissionTagsByFilterOptions as ik, type SubmissionStatusWithLiterals as il, type OptInLevelWithLiterals as im, type StringTypeFormatEnumFormatWithLiterals as io, type ValidationFormatWithLiterals as ip, type ProductTypeWithLiterals as iq, type PriceTypeWithLiterals as ir, type InputFieldStringTypeFormatEnumFormatWithLiterals as is, type InputFieldStringComponentTypeWithLiterals as it, type NodeTypeWithLiterals as iu, type WidthTypeWithLiterals as iv, type PluginContainerDataAlignmentWithLiterals as iw, type ButtonDataTypeWithLiterals as ix, type LinkTargetWithLiterals as iy, type TextAlignmentWithLiterals as iz, type ListDeletedSubmissionsResponse as j, type IdentityTypeWithLiterals as j$, type DirectionWithLiterals as j0, type VerticalAlignmentWithLiterals as j1, type NullValueWithLiterals as j2, type ScalingWithLiterals as j3, type LayoutDataImagePositionWithLiterals as j4, type VerticalAlignmentAlignmentWithLiterals as j5, type ResponsivenessBehaviourWithLiterals as j6, type ImagePositionWithLiterals as j7, type AlignmentWithLiterals as j8, type ImageFitWithLiterals as j9, type BooleanComponentTypeWithLiterals as jA, type ItemTypeWithLiterals as jB, type PropertiesTypeEnumWithLiterals as jC, type ArrayComponentTypeWithLiterals as jD, type WixFileComponentTypeWithLiterals as jE, type PaymentComponentTypeWithLiterals as jF, type ComponentTypeWithLiterals as jG, type ObjectArrayComponentTypeWithLiterals as jH, type SchedulingComponentTypeWithLiterals as jI, type InputTypeWithLiterals as jJ, type EmailInfoTagWithLiterals as jK, type PhoneInfoTagWithLiterals as jL, type TagWithLiterals as jM, type ConfirmationLevelWithLiterals as jN, type ContactFieldWithLiterals as jO, type DisplayFieldDisplayFieldTypeWithLiterals as jP, type OverrideEntityTypeWithLiterals as jQ, type KindWithLiterals as jR, type SpamFilterProtectionLevelWithLiterals as jS, type RequiredIndicatorWithLiterals as jT, type RequiredIndicatorPlacementWithLiterals as jU, type TargetWithLiterals as jV, type SubmitSuccessActionWithLiterals as jW, type ChangeablePropertyWithLiterals as jX, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jY, type OperatorWithLiterals as jZ, type WebhookIdentityTypeWithLiterals as j_, type NumberOfColumnsWithLiterals as ja, type FirstDayOfWeekWithLiterals as jb, type InputFieldNumberComponentTypeWithLiterals as jc, type InputFieldBooleanComponentTypeWithLiterals as jd, type ArrayItemsItemTypeWithLiterals as je, type PropertiesTypePropertiesTypeEnumWithLiterals as jf, type InputFieldArrayComponentTypeWithLiterals as jg, type InputFieldWixFileComponentTypeWithLiterals as jh, type UploadFileFormatWithLiterals as ji, type InputFieldPaymentComponentTypeWithLiterals as jj, type InputFieldSchedulingComponentTypeWithLiterals as jk, type FormatWithLiterals as jl, type MultilineAddressComponentTypeWithLiterals as jm, type TypeWithLiterals as jn, type InputFieldInputTypeWithLiterals as jo, type FormFieldContactInfoEmailInfoTagWithLiterals as jp, type FormFieldContactInfoPhoneInfoTagWithLiterals as jq, type AddressInfoTagWithLiterals as jr, type SubscriptionInfoOptInLevelWithLiterals as js, type FormFieldContactInfoContactFieldWithLiterals as jt, type FormFieldV2FieldTypeWithLiterals as ju, type DisplayFieldTypeWithLiterals as jv, type FieldTypeWithLiterals as jw, type FormatEnumFormatWithLiterals as jx, type StringComponentTypeWithLiterals as jy, type NumberComponentTypeWithLiterals as jz, type CursorQuery as k, type ErrorTypeWithLiterals as k0, type SortOrderWithLiterals as k1, type ModeWithLiterals as k2, type StatusWithLiterals as k3, type SubmissionErrorTypeWithLiterals as k4, type CommonSearchWithEntityContext as k5, onSubmissionCreated as k6, onSubmissionDeleted as k7, onSubmissionRemovedSubmissionFromTrash as k8, onSubmissionStatusUpdated as k9, validateFormSubmission as kA, onSubmissionContactMapped as ka, onSubmissionContactMappingSkipped as kb, onSubmissionUpdated as kc, upsertContactFromSubmission as kd, createSubmission as ke, getSubmission as kf, updateSubmission as kg, confirmSubmission as kh, deleteSubmission as ki, bulkDeleteSubmission as kj, restoreSubmissionFromTrashBin as kk, removeSubmissionFromTrashBin as kl, bulkRemoveSubmissionFromTrashBin as km, listDeletedSubmissions as kn, getDeletedSubmission as ko, querySubmission as kp, querySubmissionsByNamespace as kq, countSubmissionsByFilter as kr, countSubmissions as ks, countDeletedSubmissions as kt, getMediaUploadUrl as ku, bulkMarkSubmissionsAsSeen as kv, getSubmissionDownloadUrl as kw, downloadSubmission as kx, getFormattedSubmission as ky, updateExtendedFields as kz, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type CountSubmissionsByFilterOptions as n, type CountSubmissionsByFilterResponse as o, type CountSubmissionsOptions as p, type CountSubmissionsResponse as q, type CountDeletedSubmissionsOptions as r, type CountDeletedSubmissionsResponse as s, type GetMediaUploadURLResponse as t, type BulkMarkSubmissionsAsSeenResponse as u, type GetSubmissionDownloadUrlResponse as v, type RawHttpResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
package/build/es/index.d.mts
CHANGED
|
@@ -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
|
|
3
|
-
export { gT as ActionEvent, ga as Address, gb as AddressComponentTypeOptionsOneOf, fU as AddressInfo, a_ as AddressInfoTag, jq as AddressInfoTagWithLiterals, eU as AddressLine2, aH as Alignment, j7 as AlignmentWithLiterals, gz as AllowedValuesOptions, dy as AnchorData, gE as AndCondition, dE as AppEmbedData, dF as AppEmbedDataAppDataOneOf, ax as AppType, iZ as AppTypeWithLiterals, hb as ApplicationError, eM as Appointment, eN as AppointmentFormatInfoOneOf, ba as ArrayComponentType, jC as ArrayComponentTypeWithLiterals, c9 as ArrayErrorMessages, fG as ArrayItems, aN as ArrayItemsItemType, fH as ArrayItemsItemTypeOptionsOneOf, jd as ArrayItemsItemTypeWithLiterals, fC as ArrayType, c7 as ArrayTypeArrayItems, c8 as ArrayTypeArrayItemsItemsOneOf, ar as AspectRatio, iT as AspectRatioWithLiterals, dY as AudioData, dn as Background, dp as BackgroundBackgroundOneOf, e2 as BackgroundImage, an as BackgroundType, iP as BackgroundTypeWithLiterals, id as BaseEventMetadata, d$ as BlockquoteData, dG as BookingData, b7 as BooleanComponentType, jz as BooleanComponentTypeWithLiterals, c1 as BooleanErrorMessages, fB as BooleanType, cD as Border, dW as BorderColors, fK as BreakPoint, hc as BulkActionMetadata, h7 as BulkCreateSubmissionBySubmitterData, h6 as BulkCreateSubmissionBySubmitterRequest, h8 as BulkCreateSubmissionBySubmitterResponse, hm as BulkDeleteSubmissionRequest, hn as BulkDeleteSubmissionResult, hR as BulkMarkSubmissionsAsSeenRequest, hr as BulkRemoveSubmissionFromTrashBinRequest, hs as BulkRemoveSubmissionFromTrashBinResult, h9 as BulkSubmissionResult, ij as BulkUpdateFormSubmissionTagsByFilterOptions, i5 as BulkUpdateFormSubmissionTagsByFilterRequest, i6 as BulkUpdateFormSubmissionTagsByFilterResponse, ii as BulkUpdateFormSubmissionTagsOptions, i2 as BulkUpdateFormSubmissionTagsRequest, i3 as BulkUpdateFormSubmissionTagsResponse, i4 as BulkUpdateFormSubmissionTagsResult, d_ as BulletedListData, cC as ButtonData, a4 as ButtonDataType, iw as ButtonDataTypeWithLiterals, dI as ButtonStyles, e0 as CaptionData, dL as CardStyles, av as CardStylesAlignment, iX as CardStylesAlignmentWithLiterals, au as CardStylesType, iW as CardStylesTypeWithLiterals, dV as CellStyle, bu as ChangeableProperty, jW as ChangeablePropertyWithLiterals, eq as Checkbox, ey as CheckboxGroup, gK as Checkout, cO as CodeBlockData, dR as CollapsibleListData, dz as ColorData, cE as Colors, k4 as CommonSearchWithEntityContext, bd as ComponentType, jF as ComponentTypeWithLiterals, gG as Condition, gC as ConditionNode, gD as ConditionNodeNodeOneOf, hj as ConfirmSubmissionRequest, bk as ConfirmationLevel, jM as ConfirmationLevelWithLiterals, bl as ContactField, jN as ContactFieldWithLiterals, hO as CountDeletedSubmissionsRequest, hL as CountSubmissionsByFilterRequest, hN as CountSubmissionsRequest, bP as CreateCheckoutFromSubmissionRequest, bQ as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gJ as CreateCheckoutFromSubmissionResponse, h4 as CreateSubmissionBySubmitterRequest, h5 as CreateSubmissionBySubmitterResponse, h2 as CreateSubmissionForMigrationRequest, h3 as CreateSubmissionForMigrationResponse, g_ as CreateSubmissionRequest, g$ as CreateSubmissionResponse, ad as Crop, iF as CropWithLiterals, hu as CursorPaging, hv as CursorPagingMetadata, hz as CursorQueryPagingMethodOneOf, hC as CursorSearch, hD as CursorSearchPagingMethodOneOf, hw as Cursors, fV as CustomFieldInfo, ec as CustomOption, cp as DataExtensionsDetails, eh as DateInput, ej as DatePicker, fx as DateTimeConstraints, ef as DateTimeInput, dw as Decoration, dx as DecorationDataOneOf, ao as DecorationType, iQ as DecorationTypeWithLiterals, eV as DefaultCountryConfig, eW as DefaultCountryConfigOptionsOneOf, hk as DeleteSubmissionRequest, hl as DeleteSubmissionResponse, du as Design, dT as Dimensions, az as Direction, i$ as DirectionWithLiterals, fn as DisplayField, bm as DisplayFieldDisplayFieldType, fo as DisplayFieldDisplayFieldTypeOptionsOneOf, jO as DisplayFieldDisplayFieldTypeWithLiterals, b2 as DisplayFieldType, ju as DisplayFieldTypeWithLiterals, cQ as DividerData, a9 as DividerDataAlignment, iB as DividerDataAlignmentWithLiterals, hV as DocumentReady, e5 as DocumentStyle, gN as DomainEvent, gO as DomainEventBodyOneOf, eI as DonationInput, eJ as DonationInputOption, hW as DownloadSubmissionRequest, ed as Dropdown, ee as DropdownOption, cf as DynamicPriceOptions, fS as EmailInfo, bh as EmailInfoTag, jJ as EmailInfoTagWithLiterals, dP as EmbedData, gU as Empty, gP as EntityCreatedEvent, gS as EntityDeletedEvent, gR as EntityUpdatedEvent, bz as ErrorType, j$ as ErrorTypeWithLiterals, dH as EventData, ie as EventMetadata, bG as ExtendedFields, fr as Field, fs as FieldFieldTypeOptionsOneOf, gv as FieldGroup, gA as FieldOverride, gB as FieldOverridePropertyTypeOptionsOneOf, cj as FieldOverrides, b3 as FieldType, jv as FieldTypeWithLiterals, i8 as FieldViolation, i9 as FieldViolationErrorDataOneOf, ge as FieldsDisplayField, gf as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, ck as FieldsOverrides, eX as FieldsSettings, cR as FileData, cS as FileSource, cT as FileSourceDataOneOf, eD as FileType, eE as FileUpload, aK as FirstDayOfWeek, ja as FirstDayOfWeekWithLiterals, eL as FixedPayment, ce as FixedPriceOptions, dC as FontSizeData, ap as FontType, iR as FontTypeWithLiterals, bR as Form, hP as FormDeletedSubmissionsCount, bS as FormField, c2 as FormFieldArrayType, c0 as FormFieldBooleanType, fQ as FormFieldContactInfo, fR as FormFieldContactInfoAdditionalInfoOneOf, f0 as FormFieldContactInfoAddressInfo, b0 as FormFieldContactInfoContactField, js as FormFieldContactInfoContactFieldWithLiterals, f1 as FormFieldContactInfoCustomFieldInfo, e_ as FormFieldContactInfoEmailInfo, aY as FormFieldContactInfoEmailInfoTag, jo as FormFieldContactInfoEmailInfoTagWithLiterals, e$ as FormFieldContactInfoPhoneInfo, aZ as FormFieldContactInfoPhoneInfoTag, jp as FormFieldContactInfoPhoneInfoTagWithLiterals, f2 as FormFieldContactInfoSubscriptionInfo, bZ as FormFieldNumberType, c3 as FormFieldObjectType, bT as FormFieldStringType, bU as FormFieldStringTypeFormatOptionsOneOf, cr as FormFieldV2, b1 as FormFieldV2FieldType, cs as FormFieldV2FieldTypeOptionsOneOf, jt as FormFieldV2FieldTypeWithLiterals, fl as FormFieldV2InputField, fm as FormFieldV2InputFieldInputTypeOptionsOneOf, fJ as FormLayout, gk as FormOverride, gl as FormProperties, gj as FormRule, ig as FormSubmissionSearchSpec, bK as FormSubmissionStatusUpdatedEvent, hM as FormSubmissionsCount, aU as Format, b4 as FormatEnumFormat, jw as FormatEnumFormatWithLiterals, jk as FormatWithLiterals, i0 as FormattedFormSubmission, hZ as FormattedSubmission, d4 as GIF, d3 as GIFData, af as GIFType, iH as GIFTypeWithLiterals, cV as GalleryData, c$ as GalleryOptions, d0 as GalleryOptionsLayout, hx as GetDeletedSubmissionRequest, hY as GetFormattedSubmissionRequest, hQ as GetMediaUploadURLRequest, hf as GetSubmissionByCheckoutIdRequest, hg as GetSubmissionByCheckoutIdResponse, hS as GetSubmissionDownloadUrlRequest, hd as GetSubmissionRequest, he as GetSubmissionResponse, dm as Gradient, fN as Group, d6 as HTMLData, d7 as HTMLDataDataOneOf, hX as HeadersEntry, d5 as HeadingData, cJ as Height, gy as HiddenOptions, gW as IdentificationData, gX as IdentificationDataIdOneOf, by as IdentityType, j_ as IdentityTypeWithLiterals, cX as Image, d8 as ImageData, da as ImageDataStyles, aI as ImageFit, j8 as ImageFitWithLiterals, aG as ImagePosition, j6 as ImagePositionWithLiterals, dJ as ImageStyles, eQ as InPersonOptions, ay as InitialExpandedItems, i_ as InitialExpandedItemsWithLiterals, ft as InputField, aP as InputFieldArrayComponentType, jf as InputFieldArrayComponentTypeWithLiterals, er as InputFieldArrayType, ew as InputFieldArrayTypeArrayItems, ex as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aM as InputFieldBooleanComponentType, jc as InputFieldBooleanComponentTypeWithLiterals, ep as InputFieldBooleanType, aX as InputFieldInputType, fu as InputFieldInputTypeOptionsOneOf, jn as InputFieldInputTypeWithLiterals, es as InputFieldIntegerType, fh as InputFieldMultilineAddress, fi as InputFieldMultilineAddressComponentTypeOptionsOneOf, aL as InputFieldNumberComponentType, jb as InputFieldNumberComponentTypeWithLiterals, em as InputFieldNumberType, et as InputFieldObjectType, eu as InputFieldObjectTypePropertiesType, ev as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, ff as InputFieldPayment, aS as InputFieldPaymentComponentType, fg as InputFieldPaymentComponentTypeOptionsOneOf, ji as InputFieldPaymentComponentTypeWithLiterals, fj as InputFieldScheduling, aT as InputFieldSchedulingComponentType, fk as InputFieldSchedulingComponentTypeOptionsOneOf, jj as InputFieldSchedulingComponentTypeWithLiterals, a0 as InputFieldStringComponentType, is as InputFieldStringComponentTypeWithLiterals, ct as InputFieldStringType, cv as InputFieldStringTypeDateTimeConstraints, $ as InputFieldStringTypeFormatEnumFormat, ir as InputFieldStringTypeFormatEnumFormatWithLiterals, cu as InputFieldStringTypeFormatOptionsOneOf, cw as InputFieldStringTypePhoneConstraints, fd as InputFieldWixFile, aQ as InputFieldWixFileComponentType, fe as InputFieldWixFileComponentTypeOptionsOneOf, jg as InputFieldWixFileComponentTypeWithLiterals, f9 as InputField_Array, fa as InputField_ArrayComponentTypeOptionsOneOf, f7 as InputField_Boolean, f8 as InputField_BooleanComponentTypeOptionsOneOf, f5 as InputField_Number, f6 as InputField_NumberComponentTypeOptionsOneOf, fb as InputField_Object, fc as InputField_ObjectValidationOneOf, f3 as InputField_String, f4 as InputField_StringComponentTypeOptionsOneOf, bg as InputType, jI as InputTypeWithLiterals, b$ as IntegerType, gL as IsFormSubmittableRequest, gM as IsFormSubmittableResponse, cZ as Item, c_ as ItemDataOneOf, fL as ItemLayout, fM as ItemLayoutItemOneOf, ha as ItemMetadata, d1 as ItemStyle, b8 as ItemType, jA as ItemTypeWithLiterals, bo as Kind, jQ as KindWithLiterals, aw as Layout, e3 as LayoutCellData, e1 as LayoutData, aD as LayoutDataImagePosition, j3 as LayoutDataImagePositionWithLiterals, ab as LayoutType, iD as LayoutTypeWithLiterals, iY as LayoutWithLiterals, gp as LimitationRule, a7 as LineStyle, iz as LineStyleWithLiterals, cL as Link, dA as LinkData, cM as LinkDataOneOf, db as LinkPreviewData, dc as LinkPreviewDataStyles, a5 as LinkTarget, ix as LinkTargetWithLiterals, ht as ListDeletedSubmissionsRequest, h_ as ListFormattedSubmissionsRequest, h$ as ListFormattedSubmissionsResponse, dX as ListValue, eO as Location, eP as LocationLocationInfoOneOf, dd as MapData, de as MapSettings, ai as MapType, iK as MapTypeWithLiterals, fO as Margin, bN as MarketingSubscriptionDetails, cW as Media, e7 as MediaItem, e8 as MediaItemMediaOneOf, e9 as MediaSettings, dB as MentionData, gV as MessageEnvelope, e4 as Metadata, bB as Mode, k1 as ModeWithLiterals, eT as MultilineAddress, aV as MultilineAddressComponentType, jl as MultilineAddressComponentTypeWithLiterals, ci as MultilineAddressValidation, go as NestedForm, cm as NestedFormFieldOverrides, cq as NestedFormOverrides, cz as Node, cA as NodeDataOneOf, cB as NodeStyle, a1 as NodeType, it as NodeTypeWithLiterals, aB as NullValue, j1 as NullValueWithLiterals, b6 as NumberComponentType, jy as NumberComponentTypeWithLiterals, b_ as NumberErrorMessages, en as NumberInput, aJ as NumberOfColumns, j9 as NumberOfColumnsWithLiterals, fA as NumberType, gc as ObjectArray, be as ObjectArrayComponentType, gd as ObjectArrayComponentTypeOptionsOneOf, jG as ObjectArrayComponentTypeWithLiterals, cl as ObjectArrayType, c6 as ObjectErrorMessages, fD as ObjectType, c4 as ObjectTypePropertiesType, c5 as ObjectTypePropertiesTypePropertiesTypeOneOf, dQ as Oembed, bw as Operator, jY as OperatorWithLiterals, W as OptInLevel, il as OptInLevelWithLiterals, ez as Option, dr as OptionDesign, dl as OptionLayout, gF as OrCondition, bH as OrderDetails, dZ as OrderedListData, ac as Orientation, iE as OrientationWithLiterals, bn as OverrideEntityType, bv as OverrideEntityTypeEnumOverrideEntityType, jX as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jP as OverrideEntityTypeWithLiterals, cU as PDFSettings, gh as PageNavigationOptions, df as ParagraphData, g6 as Payment, bc as PaymentComponentType, g7 as PaymentComponentTypeOptionsOneOf, jE as PaymentComponentTypeWithLiterals, eK as PaymentInput, cc as PaymentType, dh as Permissions, fy as PhoneConstraints, fT as PhoneInfo, bi as PhoneInfoTag, jK as PhoneInfoTagWithLiterals, eg as PhoneInput, eS as PhoneOptions, at as Placement, iV as PlacementWithLiterals, dO as PlaybackOptions, cF as PluginContainerData, a3 as PluginContainerDataAlignment, iv as PluginContainerDataAlignmentWithLiterals, cG as PluginContainerDataWidth, cH as PluginContainerDataWidthDataOneOf, ds as Poll, dg as PollData, dt as PollDataLayout, dq as PollDesign, dk as PollLayout, am as PollLayoutDirection, iO as PollLayoutDirectionWithLiterals, al as PollLayoutType, iN as PollLayoutTypeWithLiterals, di as PollOption, aq as Position, iS as PositionWithLiterals, gm as PostSubmissionTriggers, ca as PredefinedValidation, cb as PredefinedValidationFormatOptionsOneOf, _ as PriceType, iq as PriceTypeWithLiterals, dM as PricingData, cg as Product, eG as ProductCheckboxGroup, eH as ProductCheckboxGroupOption, ch as ProductPriceOptionsOneOf, Z as ProductType, ip as ProductTypeWithLiterals, fE as PropertiesType, b9 as PropertiesTypeEnum, jB as PropertiesTypeEnumWithLiterals, aO as PropertiesTypePropertiesTypeEnum, je as PropertiesTypePropertiesTypeEnumWithLiterals, fF as PropertiesTypePropertiesTypeOptionsOneOf, bI as PublicTags, cd as QuantityLimit, hy as QuerySubmissionRequest, hJ as QuerySubmissionsByNamespaceForExportRequest, hK as QuerySubmissionsByNamespaceForExportResponse, hH as QuerySubmissionsByNamespaceRequest, hI as QuerySubmissionsByNamespaceResponse, ea as RadioGroup, eb as RadioGroupOption, eo as RatingInput, gu as RedirectOptions, cN as Rel, hp as RemoveSubmissionFromTrashBinRequest, hq as RemoveSubmissionFromTrashBinResponse, bL as RemovedSubmissionFromTrash, fI as Repeater, bq as RequiredIndicator, br as RequiredIndicatorPlacement, jT as RequiredIndicatorPlacementWithLiterals, gq as RequiredIndicatorProperties, jS as RequiredIndicatorWithLiterals, gx as RequiredOptions, as as Resizing, iU as ResizingWithLiterals, aF as ResponsivenessBehaviour, j5 as ResponsivenessBehaviourWithLiterals, gQ as RestoreInfo, ho as RestoreSubmissionFromTrashBinRequest, dK as RibbonStyles, cy as RichContent, gg as RichContentOptions, gw as Rule, gH as RuleFormOverride, gI as RuleFormOverrideEntityTypeOptionsOneOf, aC as Scaling, j2 as ScalingWithLiterals, g8 as Scheduling, bf as SchedulingComponentType, g9 as SchedulingComponentTypeOptionsOneOf, jH as SchedulingComponentTypeWithLiterals, hE as SearchDetails, hF as SearchSubmissionsByNamespaceForExportRequest, hG as SearchSubmissionsByNamespaceForExportResponse, hB as SearchSubmissionsByNamespaceRequest, fP as Section, el as ServiceOption, eC as ServicesCheckboxGroup, ek as ServicesDropdown, dj as Settings, eF as Signature, bA as SortOrder, k0 as SortOrderWithLiterals, hA as Sorting, ag as Source, iI as SourceWithLiterals, bp as SpamFilterProtectionLevel, jR as SpamFilterProtectionLevelWithLiterals, cI as Spoiler, dD as SpoilerData, bC as Status, k2 as StatusWithLiterals, gi as Step, b5 as StringComponentType, jx as StringComponentTypeWithLiterals, bV as StringErrorMessages, fv as StringType, bW as StringTypeDateTimeConstraints, X as StringTypeFormatEnumFormat, im as StringTypeFormatEnumFormatWithLiterals, fw as StringTypeFormatOptionsOneOf, bX as StringTypePhoneConstraints, bY as StringTypeValidationMessages, cK as Styles, d9 as StylesBorder, ah as StylesPosition, iJ as StylesPositionWithLiterals, bM as SubmissionContactMapped, bO as SubmissionContactMappingSkipped, hT as SubmissionDocument, hU as SubmissionDocumentDocumentOneOf, bD as SubmissionErrorType, k3 as SubmissionErrorTypeWithLiterals, T as SubmissionStatus, ik as SubmissionStatusWithLiterals, ib as SubmissionValidationError, ic as SubmissionValidationErrorErrorMessageOneOf, ia as SubmissionValidationErrors, h0 as SubmissionValidationErrorsDetails, ih as SubmissionsQueryResult, gZ as SubmitContactResponse, gr as SubmitSettings, gs as SubmitSettingsSubmitSuccessActionOptionsOneOf, bt as SubmitSuccessAction, jV as SubmitSuccessActionWithLiterals, bE as Submitter, bF as SubmitterSubmitterOneOf, fW as SubscriptionInfo, a$ as SubscriptionInfoOptInLevel, jr as SubscriptionInfoOptInLevelWithLiterals, dU as TableCellData, dS as TableData, bj as Tag, bJ as TagList, jL as TagWithLiterals, eA as Tags, eB as TagsOption, bs as Target, jU as TargetWithLiterals, a6 as TextAlignment, iy as TextAlignmentWithLiterals, dv as TextData, cx as TextInput, e6 as TextNodeStyle, cP as TextStyle, gt as ThankYouMessageOptions, d2 as Thumbnails, ae as ThumbnailsAlignment, iG as ThumbnailsAlignmentWithLiterals, ei as TimeInput, aW as Type, jm as TypeWithLiterals, i1 as UpdateExtendedFieldsRequest, hh as UpdateSubmissionRequest, hi as UpdateSubmissionResponse, aR as UploadFileFormat, jh as UploadFileFormatWithLiterals, gn as UpsertContact, gY as UpsertContactFromSubmissionRequest, eY as V4FormFieldContactInfo, eZ as V4FormFieldContactInfoAdditionalInfoOneOf, fq as V4PageNavigationOptions, fp as V4RichContentOptions, i7 as ValidateFormSubmissionRequest, cn as Validation, h1 as ValidationError, Y as ValidationFormat, io as ValidationFormatWithLiterals, fz as ValidationMessages, co as ValidationValidationOneOf, aA as VerticalAlignment, aE as VerticalAlignmentAlignment, j4 as VerticalAlignmentAlignmentWithLiterals, j0 as VerticalAlignmentWithLiterals, cY as Video, eR as VideoConferenceOptions, dN as VideoData, aa as ViewMode, iC as ViewModeWithLiterals, aj as ViewRole, iL as ViewRoleWithLiterals, ak as VoteRole, iM as VoteRoleWithLiterals, bx as WebhookIdentityType, jZ as WebhookIdentityTypeWithLiterals, a8 as Width, a2 as WidthType, iu as WidthTypeWithLiterals, iA as WidthWithLiterals, g4 as WixFile, bb as WixFileComponentType, g5 as WixFileComponentTypeOptionsOneOf, jD as WixFileComponentTypeWithLiterals, g1 as _Array, g2 as _ArrayComponentTypeOptionsOneOf, f$ as _Boolean, g0 as _BooleanComponentTypeOptionsOneOf, fZ as _Number, f_ as _NumberComponentTypeOptionsOneOf, g3 as _Object, fX as _String, fY as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-0fydDTta.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 CountSubmissionsByFilterOptions, o as CountSubmissionsByFilterResponse, p as CountSubmissionsOptions, q as CountSubmissionsResponse, r as CountDeletedSubmissionsOptions, s as CountDeletedSubmissionsResponse, t as GetMediaUploadURLResponse, u as BulkMarkSubmissionsAsSeenResponse, v as GetSubmissionDownloadUrlResponse, w as RawHttpResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, V as ValidateFormSubmissionOptions, A as ValidateFormSubmissionResponse, E as SubmissionCreatedEnvelope, H as SubmissionDeletedEnvelope, I as SubmissionRemovedSubmissionFromTrashEnvelope, J as SubmissionStatusUpdatedEnvelope, K as SubmissionContactMappedEnvelope, M as SubmissionContactMappingSkippedEnvelope, N as SubmissionUpdatedEnvelope, O as typedQuerySubmissionsByNamespace, P as QuerySubmissionsByNamespaceOptions, T as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-C5CLQTbG.mjs';
|
|
3
|
+
export { gU as ActionEvent, gb as Address, gc as AddressComponentTypeOptionsOneOf, fV as AddressInfo, a$ as AddressInfoTag, jr as AddressInfoTagWithLiterals, eV as AddressLine2, aI as Alignment, j8 as AlignmentWithLiterals, gA as AllowedValuesOptions, dz as AnchorData, gF as AndCondition, dF as AppEmbedData, dG as AppEmbedDataAppDataOneOf, ay as AppType, i_ as AppTypeWithLiterals, hc as ApplicationError, eN as Appointment, eO as AppointmentFormatInfoOneOf, bb as ArrayComponentType, jD as ArrayComponentTypeWithLiterals, ca as ArrayErrorMessages, fH as ArrayItems, aO as ArrayItemsItemType, fI as ArrayItemsItemTypeOptionsOneOf, je as ArrayItemsItemTypeWithLiterals, fD as ArrayType, c8 as ArrayTypeArrayItems, c9 as ArrayTypeArrayItemsItemsOneOf, as as AspectRatio, iU as AspectRatioWithLiterals, dZ as AudioData, dp as Background, dq as BackgroundBackgroundOneOf, e3 as BackgroundImage, ao as BackgroundType, iQ as BackgroundTypeWithLiterals, ie as BaseEventMetadata, e0 as BlockquoteData, dH as BookingData, b8 as BooleanComponentType, jA as BooleanComponentTypeWithLiterals, c2 as BooleanErrorMessages, fC as BooleanType, cE as Border, dX as BorderColors, fL as BreakPoint, hd as BulkActionMetadata, h8 as BulkCreateSubmissionBySubmitterData, h7 as BulkCreateSubmissionBySubmitterRequest, h9 as BulkCreateSubmissionBySubmitterResponse, hn as BulkDeleteSubmissionRequest, ho as BulkDeleteSubmissionResult, hS as BulkMarkSubmissionsAsSeenRequest, hs as BulkRemoveSubmissionFromTrashBinRequest, ht as BulkRemoveSubmissionFromTrashBinResult, ha as BulkSubmissionResult, ik as BulkUpdateFormSubmissionTagsByFilterOptions, i6 as BulkUpdateFormSubmissionTagsByFilterRequest, i7 as BulkUpdateFormSubmissionTagsByFilterResponse, ij as BulkUpdateFormSubmissionTagsOptions, i3 as BulkUpdateFormSubmissionTagsRequest, i4 as BulkUpdateFormSubmissionTagsResponse, i5 as BulkUpdateFormSubmissionTagsResult, d$ as BulletedListData, cD as ButtonData, a5 as ButtonDataType, ix as ButtonDataTypeWithLiterals, dJ as ButtonStyles, e1 as CaptionData, dM as CardStyles, aw as CardStylesAlignment, iY as CardStylesAlignmentWithLiterals, av as CardStylesType, iX as CardStylesTypeWithLiterals, dW as CellStyle, bv as ChangeableProperty, jX as ChangeablePropertyWithLiterals, er as Checkbox, ez as CheckboxGroup, gL as Checkout, cP as CodeBlockData, dS as CollapsibleListData, dA as ColorData, cF as Colors, k5 as CommonSearchWithEntityContext, be as ComponentType, jG as ComponentTypeWithLiterals, gH as Condition, gD as ConditionNode, gE as ConditionNodeNodeOneOf, hk as ConfirmSubmissionRequest, bl as ConfirmationLevel, jN as ConfirmationLevelWithLiterals, bm as ContactField, jO as ContactFieldWithLiterals, hP as CountDeletedSubmissionsRequest, hM as CountSubmissionsByFilterRequest, hO as CountSubmissionsRequest, bQ as CreateCheckoutFromSubmissionRequest, bR as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gK as CreateCheckoutFromSubmissionResponse, h5 as CreateSubmissionBySubmitterRequest, h6 as CreateSubmissionBySubmitterResponse, h3 as CreateSubmissionForMigrationRequest, h4 as CreateSubmissionForMigrationResponse, g$ as CreateSubmissionRequest, h0 as CreateSubmissionResponse, ae as Crop, iG as CropWithLiterals, hv as CursorPaging, hw as CursorPagingMetadata, hA as CursorQueryPagingMethodOneOf, hD as CursorSearch, hE as CursorSearchPagingMethodOneOf, hx as Cursors, fW as CustomFieldInfo, ed as CustomOption, cq as DataExtensionsDetails, ei as DateInput, ek as DatePicker, fy as DateTimeConstraints, eg as DateTimeInput, dx as Decoration, dy as DecorationDataOneOf, ap as DecorationType, iR as DecorationTypeWithLiterals, eW as DefaultCountryConfig, eX as DefaultCountryConfigOptionsOneOf, hl as DeleteSubmissionRequest, hm as DeleteSubmissionResponse, dv as Design, dU as Dimensions, aA as Direction, j0 as DirectionWithLiterals, fo as DisplayField, bn as DisplayFieldDisplayFieldType, fp as DisplayFieldDisplayFieldTypeOptionsOneOf, jP as DisplayFieldDisplayFieldTypeWithLiterals, b3 as DisplayFieldType, jv as DisplayFieldTypeWithLiterals, cR as DividerData, aa as DividerDataAlignment, iC as DividerDataAlignmentWithLiterals, hW as DocumentReady, e6 as DocumentStyle, gO as DomainEvent, gP as DomainEventBodyOneOf, eJ as DonationInput, eK as DonationInputOption, hX as DownloadSubmissionRequest, ee as Dropdown, ef as DropdownOption, cg as DynamicPriceOptions, fT as EmailInfo, bi as EmailInfoTag, jK as EmailInfoTagWithLiterals, dQ as EmbedData, gV as Empty, gQ as EntityCreatedEvent, gT as EntityDeletedEvent, gS as EntityUpdatedEvent, bA as ErrorType, k0 as ErrorTypeWithLiterals, dI as EventData, ig as EventMetadata, bH as ExtendedFields, fs as Field, ft as FieldFieldTypeOptionsOneOf, gw as FieldGroup, gB as FieldOverride, gC as FieldOverridePropertyTypeOptionsOneOf, ck as FieldOverrides, b4 as FieldType, jw as FieldTypeWithLiterals, i9 as FieldViolation, ia as FieldViolationErrorDataOneOf, gf as FieldsDisplayField, gg as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, cl as FieldsOverrides, eY as FieldsSettings, cS as FileData, cT as FileSource, cU as FileSourceDataOneOf, eE as FileType, eF as FileUpload, aL as FirstDayOfWeek, jb as FirstDayOfWeekWithLiterals, eM as FixedPayment, cf as FixedPriceOptions, dD as FontSizeData, aq as FontType, iS as FontTypeWithLiterals, bS as Form, hQ as FormDeletedSubmissionsCount, bT as FormField, c3 as FormFieldArrayType, c1 as FormFieldBooleanType, fR as FormFieldContactInfo, fS as FormFieldContactInfoAdditionalInfoOneOf, f1 as FormFieldContactInfoAddressInfo, b1 as FormFieldContactInfoContactField, jt as FormFieldContactInfoContactFieldWithLiterals, f2 as FormFieldContactInfoCustomFieldInfo, e$ as FormFieldContactInfoEmailInfo, aZ as FormFieldContactInfoEmailInfoTag, jp as FormFieldContactInfoEmailInfoTagWithLiterals, f0 as FormFieldContactInfoPhoneInfo, a_ as FormFieldContactInfoPhoneInfoTag, jq as FormFieldContactInfoPhoneInfoTagWithLiterals, f3 as FormFieldContactInfoSubscriptionInfo, b_ as FormFieldNumberType, c4 as FormFieldObjectType, bU as FormFieldStringType, bV as FormFieldStringTypeFormatOptionsOneOf, cs as FormFieldV2, b2 as FormFieldV2FieldType, ct as FormFieldV2FieldTypeOptionsOneOf, ju as FormFieldV2FieldTypeWithLiterals, fm as FormFieldV2InputField, fn as FormFieldV2InputFieldInputTypeOptionsOneOf, fK as FormLayout, gl as FormOverride, gm as FormProperties, gk as FormRule, ih as FormSubmissionSearchSpec, bL as FormSubmissionStatusUpdatedEvent, hN as FormSubmissionsCount, aV as Format, b5 as FormatEnumFormat, jx as FormatEnumFormatWithLiterals, jl as FormatWithLiterals, i1 as FormattedFormSubmission, h_ as FormattedSubmission, d5 as GIF, d4 as GIFData, ag as GIFType, iI as GIFTypeWithLiterals, cW as GalleryData, d0 as GalleryOptions, d1 as GalleryOptionsLayout, hy as GetDeletedSubmissionRequest, hZ as GetFormattedSubmissionRequest, hR as GetMediaUploadURLRequest, hg as GetSubmissionByCheckoutIdRequest, hh as GetSubmissionByCheckoutIdResponse, hT as GetSubmissionDownloadUrlRequest, he as GetSubmissionRequest, hf as GetSubmissionResponse, dn as Gradient, fO as Group, d7 as HTMLData, d8 as HTMLDataDataOneOf, hY as HeadersEntry, d6 as HeadingData, cK as Height, gz as HiddenOptions, gX as IdentificationData, gY as IdentificationDataIdOneOf, bz as IdentityType, j$ as IdentityTypeWithLiterals, cY as Image, d9 as ImageData, db as ImageDataStyles, aJ as ImageFit, j9 as ImageFitWithLiterals, aH as ImagePosition, j7 as ImagePositionWithLiterals, dK as ImageStyles, eR as InPersonOptions, az as InitialExpandedItems, i$ as InitialExpandedItemsWithLiterals, fu as InputField, aQ as InputFieldArrayComponentType, jg as InputFieldArrayComponentTypeWithLiterals, es as InputFieldArrayType, ex as InputFieldArrayTypeArrayItems, ey as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aN as InputFieldBooleanComponentType, jd as InputFieldBooleanComponentTypeWithLiterals, eq as InputFieldBooleanType, aY as InputFieldInputType, fv as InputFieldInputTypeOptionsOneOf, jo as InputFieldInputTypeWithLiterals, et as InputFieldIntegerType, fi as InputFieldMultilineAddress, fj as InputFieldMultilineAddressComponentTypeOptionsOneOf, aM as InputFieldNumberComponentType, jc as InputFieldNumberComponentTypeWithLiterals, en as InputFieldNumberType, eu as InputFieldObjectType, ev as InputFieldObjectTypePropertiesType, ew as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, fg as InputFieldPayment, aT as InputFieldPaymentComponentType, fh as InputFieldPaymentComponentTypeOptionsOneOf, jj as InputFieldPaymentComponentTypeWithLiterals, fk as InputFieldScheduling, aU as InputFieldSchedulingComponentType, fl as InputFieldSchedulingComponentTypeOptionsOneOf, jk as InputFieldSchedulingComponentTypeWithLiterals, a1 as InputFieldStringComponentType, it as InputFieldStringComponentTypeWithLiterals, cu as InputFieldStringType, cw as InputFieldStringTypeDateTimeConstraints, a0 as InputFieldStringTypeFormatEnumFormat, is as InputFieldStringTypeFormatEnumFormatWithLiterals, cv as InputFieldStringTypeFormatOptionsOneOf, cx as InputFieldStringTypePhoneConstraints, fe as InputFieldWixFile, aR as InputFieldWixFileComponentType, ff as InputFieldWixFileComponentTypeOptionsOneOf, jh as InputFieldWixFileComponentTypeWithLiterals, fa as InputField_Array, fb as InputField_ArrayComponentTypeOptionsOneOf, f8 as InputField_Boolean, f9 as InputField_BooleanComponentTypeOptionsOneOf, f6 as InputField_Number, f7 as InputField_NumberComponentTypeOptionsOneOf, fc as InputField_Object, fd as InputField_ObjectValidationOneOf, f4 as InputField_String, f5 as InputField_StringComponentTypeOptionsOneOf, bh as InputType, jJ as InputTypeWithLiterals, c0 as IntegerType, gM as IsFormSubmittableRequest, gN as IsFormSubmittableResponse, c_ as Item, c$ as ItemDataOneOf, fM as ItemLayout, fN as ItemLayoutItemOneOf, hb as ItemMetadata, d2 as ItemStyle, b9 as ItemType, jB as ItemTypeWithLiterals, bp as Kind, jR as KindWithLiterals, ax as Layout, e4 as LayoutCellData, e2 as LayoutData, aE as LayoutDataImagePosition, j4 as LayoutDataImagePositionWithLiterals, ac as LayoutType, iE as LayoutTypeWithLiterals, iZ as LayoutWithLiterals, gq as LimitationRule, a8 as LineStyle, iA as LineStyleWithLiterals, cM as Link, dB as LinkData, cN as LinkDataOneOf, dc as LinkPreviewData, dd as LinkPreviewDataStyles, a6 as LinkTarget, iy as LinkTargetWithLiterals, hu as ListDeletedSubmissionsRequest, h$ as ListFormattedSubmissionsRequest, i0 as ListFormattedSubmissionsResponse, dY as ListValue, eP as Location, eQ as LocationLocationInfoOneOf, de as MapData, df as MapSettings, aj as MapType, iL as MapTypeWithLiterals, fP as Margin, bO as MarketingSubscriptionDetails, cX as Media, e8 as MediaItem, e9 as MediaItemMediaOneOf, ea as MediaSettings, dC as MentionData, gW as MessageEnvelope, e5 as Metadata, bC as Mode, k2 as ModeWithLiterals, eU as MultilineAddress, aW as MultilineAddressComponentType, jm as MultilineAddressComponentTypeWithLiterals, cj as MultilineAddressValidation, gp as NestedForm, cn as NestedFormFieldOverrides, cr as NestedFormOverrides, cA as Node, cB as NodeDataOneOf, cC as NodeStyle, a2 as NodeType, iu as NodeTypeWithLiterals, aC as NullValue, j2 as NullValueWithLiterals, b7 as NumberComponentType, jz as NumberComponentTypeWithLiterals, b$ as NumberErrorMessages, eo as NumberInput, aK as NumberOfColumns, ja as NumberOfColumnsWithLiterals, fB as NumberType, gd as ObjectArray, bf as ObjectArrayComponentType, ge as ObjectArrayComponentTypeOptionsOneOf, jH as ObjectArrayComponentTypeWithLiterals, cm as ObjectArrayType, c7 as ObjectErrorMessages, fE as ObjectType, c5 as ObjectTypePropertiesType, c6 as ObjectTypePropertiesTypePropertiesTypeOneOf, dR as Oembed, bx as Operator, jZ as OperatorWithLiterals, X as OptInLevel, im as OptInLevelWithLiterals, eA as Option, ds as OptionDesign, dm as OptionLayout, gG as OrCondition, bI as OrderDetails, d_ as OrderedListData, ad as Orientation, iF as OrientationWithLiterals, bo as OverrideEntityType, bw as OverrideEntityTypeEnumOverrideEntityType, jY as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jQ as OverrideEntityTypeWithLiterals, cV as PDFSettings, gi as PageNavigationOptions, dg as ParagraphData, g7 as Payment, bd as PaymentComponentType, g8 as PaymentComponentTypeOptionsOneOf, jF as PaymentComponentTypeWithLiterals, eL as PaymentInput, cd as PaymentType, di as Permissions, fz as PhoneConstraints, fU as PhoneInfo, bj as PhoneInfoTag, jL as PhoneInfoTagWithLiterals, eh as PhoneInput, eT as PhoneOptions, au as Placement, iW as PlacementWithLiterals, dP as PlaybackOptions, cG as PluginContainerData, a4 as PluginContainerDataAlignment, iw as PluginContainerDataAlignmentWithLiterals, cH as PluginContainerDataWidth, cI as PluginContainerDataWidthDataOneOf, dt as Poll, dh as PollData, du as PollDataLayout, dr as PollDesign, dl as PollLayout, an as PollLayoutDirection, iP as PollLayoutDirectionWithLiterals, am as PollLayoutType, iO as PollLayoutTypeWithLiterals, dj as PollOption, ar as Position, iT as PositionWithLiterals, gn as PostSubmissionTriggers, cb as PredefinedValidation, cc as PredefinedValidationFormatOptionsOneOf, $ as PriceType, ir as PriceTypeWithLiterals, dN as PricingData, ch as Product, eH as ProductCheckboxGroup, eI as ProductCheckboxGroupOption, ci as ProductPriceOptionsOneOf, _ as ProductType, iq as ProductTypeWithLiterals, fF as PropertiesType, ba as PropertiesTypeEnum, jC as PropertiesTypeEnumWithLiterals, aP as PropertiesTypePropertiesTypeEnum, jf as PropertiesTypePropertiesTypeEnumWithLiterals, fG as PropertiesTypePropertiesTypeOptionsOneOf, bJ as PublicTags, ce as QuantityLimit, hz as QuerySubmissionRequest, hK as QuerySubmissionsByNamespaceForExportRequest, hL as QuerySubmissionsByNamespaceForExportResponse, hI as QuerySubmissionsByNamespaceRequest, hJ as QuerySubmissionsByNamespaceResponse, eb as RadioGroup, ec as RadioGroupOption, ep as RatingInput, gv as RedirectOptions, cO as Rel, hq as RemoveSubmissionFromTrashBinRequest, hr as RemoveSubmissionFromTrashBinResponse, bM as RemovedSubmissionFromTrash, fJ as Repeater, br as RequiredIndicator, bs as RequiredIndicatorPlacement, jU as RequiredIndicatorPlacementWithLiterals, gr as RequiredIndicatorProperties, jT as RequiredIndicatorWithLiterals, gy as RequiredOptions, at as Resizing, iV as ResizingWithLiterals, aG as ResponsivenessBehaviour, j6 as ResponsivenessBehaviourWithLiterals, gR as RestoreInfo, hp as RestoreSubmissionFromTrashBinRequest, dL as RibbonStyles, cz as RichContent, gh as RichContentOptions, gx as Rule, gI as RuleFormOverride, gJ as RuleFormOverrideEntityTypeOptionsOneOf, aD as Scaling, j3 as ScalingWithLiterals, g9 as Scheduling, bg as SchedulingComponentType, ga as SchedulingComponentTypeOptionsOneOf, jI as SchedulingComponentTypeWithLiterals, hF as SearchDetails, hG as SearchSubmissionsByNamespaceForExportRequest, hH as SearchSubmissionsByNamespaceForExportResponse, hC as SearchSubmissionsByNamespaceRequest, fQ as Section, em as ServiceOption, eD as ServicesCheckboxGroup, el as ServicesDropdown, dk as Settings, eG as Signature, bB as SortOrder, k1 as SortOrderWithLiterals, hB as Sorting, ah as Source, iJ as SourceWithLiterals, bq as SpamFilterProtectionLevel, jS as SpamFilterProtectionLevelWithLiterals, cJ as Spoiler, dE as SpoilerData, bD as Status, k3 as StatusWithLiterals, gj as Step, b6 as StringComponentType, jy as StringComponentTypeWithLiterals, bW as StringErrorMessages, fw as StringType, bX as StringTypeDateTimeConstraints, Y as StringTypeFormatEnumFormat, io as StringTypeFormatEnumFormatWithLiterals, fx as StringTypeFormatOptionsOneOf, bY as StringTypePhoneConstraints, bZ as StringTypeValidationMessages, cL as Styles, da as StylesBorder, ai as StylesPosition, iK as StylesPositionWithLiterals, bN as SubmissionContactMapped, bP as SubmissionContactMappingSkipped, hU as SubmissionDocument, hV as SubmissionDocumentDocumentOneOf, bE as SubmissionErrorType, k4 as SubmissionErrorTypeWithLiterals, W as SubmissionStatus, il as SubmissionStatusWithLiterals, ic as SubmissionValidationError, id as SubmissionValidationErrorErrorMessageOneOf, ib as SubmissionValidationErrors, h1 as SubmissionValidationErrorsDetails, ii as SubmissionsQueryResult, g_ as SubmitContactResponse, gs as SubmitSettings, gt as SubmitSettingsSubmitSuccessActionOptionsOneOf, bu as SubmitSuccessAction, jW as SubmitSuccessActionWithLiterals, bF as Submitter, bG as SubmitterSubmitterOneOf, fX as SubscriptionInfo, b0 as SubscriptionInfoOptInLevel, js as SubscriptionInfoOptInLevelWithLiterals, dV as TableCellData, dT as TableData, bk as Tag, bK as TagList, jM as TagWithLiterals, eB as Tags, eC as TagsOption, bt as Target, jV as TargetWithLiterals, a7 as TextAlignment, iz as TextAlignmentWithLiterals, dw as TextData, cy as TextInput, e7 as TextNodeStyle, cQ as TextStyle, gu as ThankYouMessageOptions, d3 as Thumbnails, af as ThumbnailsAlignment, iH as ThumbnailsAlignmentWithLiterals, ej as TimeInput, aX as Type, jn as TypeWithLiterals, i2 as UpdateExtendedFieldsRequest, hi as UpdateSubmissionRequest, hj as UpdateSubmissionResponse, aS as UploadFileFormat, ji as UploadFileFormatWithLiterals, go as UpsertContact, gZ as UpsertContactFromSubmissionRequest, eZ as V4FormFieldContactInfo, e_ as V4FormFieldContactInfoAdditionalInfoOneOf, fr as V4PageNavigationOptions, fq as V4RichContentOptions, i8 as ValidateFormSubmissionRequest, co as Validation, h2 as ValidationError, Z as ValidationFormat, ip as ValidationFormatWithLiterals, fA as ValidationMessages, cp as ValidationValidationOneOf, aB as VerticalAlignment, aF as VerticalAlignmentAlignment, j5 as VerticalAlignmentAlignmentWithLiterals, j1 as VerticalAlignmentWithLiterals, cZ as Video, eS as VideoConferenceOptions, dO as VideoData, ab as ViewMode, iD as ViewModeWithLiterals, ak as ViewRole, iM as ViewRoleWithLiterals, al as VoteRole, iN as VoteRoleWithLiterals, by as WebhookIdentityType, j_ as WebhookIdentityTypeWithLiterals, a9 as Width, a3 as WidthType, iv as WidthTypeWithLiterals, iB as WidthWithLiterals, g5 as WixFile, bc as WixFileComponentType, g6 as WixFileComponentTypeOptionsOneOf, jE as WixFileComponentTypeWithLiterals, g2 as _Array, g3 as _ArrayComponentTypeOptionsOneOf, g0 as _Boolean, g1 as _BooleanComponentTypeOptionsOneOf, f_ as _Number, f$ as _NumberComponentTypeOptionsOneOf, g4 as _Object, fY as _String, fZ as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-C5CLQTbG.mjs';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|
|
@@ -149,24 +149,6 @@ interface SearchSubmissionsByNamespaceSignature {
|
|
|
149
149
|
*/
|
|
150
150
|
(search: FormSubmissionSearch): Promise<NonNullablePaths<SearchSubmissionsByNamespaceResponse, `submissions` | `submissions.${number}.formId` | `submissions.${number}.namespace` | `submissions.${number}.status` | `submissions.${number}.seen` | `submissions.${number}.orderDetails.itemSubtotal` | `submissions.${number}.orderDetails.checkoutId`, 5>>;
|
|
151
151
|
}
|
|
152
|
-
declare function querySubmissionsByNamespace$1(httpClient: HttpClient): QuerySubmissionsByNamespaceSignature;
|
|
153
|
-
interface QuerySubmissionsByNamespaceSignature {
|
|
154
|
-
/**
|
|
155
|
-
* Creates a query to retrieve a list of submissions.
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
* The `querySubmissionsByNamespace()` method builds a query to retrieve a list of submissions from the specified namespace and returns a [`SubmissionsQueryBuilder`](#submissionsquerybuilder) object.
|
|
159
|
-
* >**Note:** You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
160
|
-
*
|
|
161
|
-
* The returned object contains the query definition, which is typically used to run the query using the [`find()`](#submissionsquerybuilder/find) method.
|
|
162
|
-
*
|
|
163
|
-
* You can refine the query by chaining `SubmissionsQueryBuilder` methods onto the query. `SubmissionsQueryBuilder` methods enable you to sort, filter, and control the results that `querySubmissionsByNamespace()` returns.
|
|
164
|
-
*
|
|
165
|
-
* The following `SubmissionsQueryBuilder` methods are supported for `querySubmissionsByNamespace()`. For a full description of the Submissions object, see the object returned for the [`items`](#submissionsqueryresult/items) property in [`SubmissionsQueryResult`](#submissionsqueryresult).
|
|
166
|
-
* @param - Query options.
|
|
167
|
-
*/
|
|
168
|
-
(options?: QuerySubmissionsByNamespaceOptions): SubmissionsQueryBuilder;
|
|
169
|
-
}
|
|
170
152
|
declare function countSubmissionsByFilter$1(httpClient: HttpClient): CountSubmissionsByFilterSignature;
|
|
171
153
|
interface CountSubmissionsByFilterSignature {
|
|
172
154
|
/**
|
|
@@ -279,6 +261,12 @@ declare const onSubmissionContactMapped$1: EventDefinition<SubmissionContactMapp
|
|
|
279
261
|
declare const onSubmissionContactMappingSkipped$1: EventDefinition<SubmissionContactMappingSkippedEnvelope, "wix.forms.v4.submission_submission_contact_mapping_skipped">;
|
|
280
262
|
declare const onSubmissionUpdated$1: EventDefinition<SubmissionUpdatedEnvelope, "wix.forms.v4.submission_updated">;
|
|
281
263
|
|
|
264
|
+
declare function customQuerySubmissionsByNamespace(httpClient: HttpClient): {
|
|
265
|
+
(query: CursorQuery): ReturnType<typeof typedQuerySubmissionsByNamespace>;
|
|
266
|
+
(query: CursorQuery, options: QuerySubmissionsByNamespaceOptions): ReturnType<typeof typedQuerySubmissionsByNamespace>;
|
|
267
|
+
(): SubmissionsQueryBuilder;
|
|
268
|
+
(options: QuerySubmissionsByNamespaceOptions): SubmissionsQueryBuilder;
|
|
269
|
+
};
|
|
282
270
|
declare const upsertContactFromSubmission: MaybeContext<BuildRESTFunction<typeof upsertContactFromSubmission$1> & typeof upsertContactFromSubmission$1>;
|
|
283
271
|
declare const createSubmission: MaybeContext<BuildRESTFunction<typeof createSubmission$1> & typeof createSubmission$1>;
|
|
284
272
|
declare const getSubmission: MaybeContext<BuildRESTFunction<typeof getSubmission$1> & typeof getSubmission$1>;
|
|
@@ -293,7 +281,6 @@ declare const listDeletedSubmissions: MaybeContext<BuildRESTFunction<typeof list
|
|
|
293
281
|
declare const getDeletedSubmission: MaybeContext<BuildRESTFunction<typeof getDeletedSubmission$1> & typeof getDeletedSubmission$1>;
|
|
294
282
|
declare const querySubmission: MaybeContext<BuildRESTFunction<typeof querySubmission$1> & typeof querySubmission$1>;
|
|
295
283
|
declare const searchSubmissionsByNamespace: MaybeContext<BuildRESTFunction<typeof searchSubmissionsByNamespace$1> & typeof searchSubmissionsByNamespace$1>;
|
|
296
|
-
declare const querySubmissionsByNamespace: MaybeContext<BuildRESTFunction<typeof querySubmissionsByNamespace$1> & typeof querySubmissionsByNamespace$1>;
|
|
297
284
|
declare const countSubmissionsByFilter: MaybeContext<BuildRESTFunction<typeof countSubmissionsByFilter$1> & typeof countSubmissionsByFilter$1>;
|
|
298
285
|
declare const countSubmissions: MaybeContext<BuildRESTFunction<typeof countSubmissions$1> & typeof countSubmissions$1>;
|
|
299
286
|
declare const countDeletedSubmissions: MaybeContext<BuildRESTFunction<typeof countDeletedSubmissions$1> & typeof countDeletedSubmissions$1>;
|
|
@@ -304,6 +291,7 @@ declare const downloadSubmission: MaybeContext<BuildRESTFunction<typeof download
|
|
|
304
291
|
declare const getFormattedSubmission: MaybeContext<BuildRESTFunction<typeof getFormattedSubmission$1> & typeof getFormattedSubmission$1>;
|
|
305
292
|
declare const updateExtendedFields: MaybeContext<BuildRESTFunction<typeof updateExtendedFields$1> & typeof updateExtendedFields$1>;
|
|
306
293
|
declare const validateFormSubmission: MaybeContext<BuildRESTFunction<typeof validateFormSubmission$1> & typeof validateFormSubmission$1>;
|
|
294
|
+
declare const querySubmissionsByNamespace: MaybeContext<BuildRESTFunction<typeof customQuerySubmissionsByNamespace> & typeof customQuerySubmissionsByNamespace>;
|
|
307
295
|
/**
|
|
308
296
|
* > **Note:** The Form Submission API only works with the Wix Forms app. Call [GetAppInstance](https://dev.wix.com/docs/rest/api-reference/app-management/apps/app-instance/get-app-instance) to confirm that the app named `wix_forms` is installed on the site.
|
|
309
297
|
* <br>
|
package/build/es/index.mjs
CHANGED
|
@@ -2157,6 +2157,32 @@ function querySubmissionsByNamespace2(options) {
|
|
|
2157
2157
|
transformationPaths: {}
|
|
2158
2158
|
});
|
|
2159
2159
|
}
|
|
2160
|
+
async function typedQuerySubmissionsByNamespace(query, options) {
|
|
2161
|
+
const { httpClient, sideEffects } = arguments[2];
|
|
2162
|
+
const payload = renameKeysFromSDKRequestToRESTRequest({
|
|
2163
|
+
query,
|
|
2164
|
+
...options
|
|
2165
|
+
});
|
|
2166
|
+
const reqOpts = querySubmissionsByNamespace(payload);
|
|
2167
|
+
sideEffects?.onSiteCall?.();
|
|
2168
|
+
try {
|
|
2169
|
+
const result = await httpClient.request(reqOpts);
|
|
2170
|
+
sideEffects?.onSuccess?.(result);
|
|
2171
|
+
return renameKeysFromRESTResponseToSDKResponse(result.data);
|
|
2172
|
+
} catch (err) {
|
|
2173
|
+
const transformedError = sdkTransformError(
|
|
2174
|
+
err,
|
|
2175
|
+
{
|
|
2176
|
+
spreadPathsToArguments: {},
|
|
2177
|
+
explicitPathsToArguments: { query: "$[0]" },
|
|
2178
|
+
singleArgumentUnchanged: false
|
|
2179
|
+
},
|
|
2180
|
+
["query", "options"]
|
|
2181
|
+
);
|
|
2182
|
+
sideEffects?.onError?.(err);
|
|
2183
|
+
throw transformedError;
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2160
2186
|
async function countSubmissionsByFilter2(filter, options) {
|
|
2161
2187
|
const { httpClient, sideEffects } = arguments[2];
|
|
2162
2188
|
const payload = renameKeysFromSDKRequestToRESTRequest({
|
|
@@ -2617,6 +2643,14 @@ function querySubmissionsByNamespace3(httpClient) {
|
|
|
2617
2643
|
{ httpClient }
|
|
2618
2644
|
);
|
|
2619
2645
|
}
|
|
2646
|
+
function typedQuerySubmissionsByNamespace2(httpClient) {
|
|
2647
|
+
return (query, options) => typedQuerySubmissionsByNamespace(
|
|
2648
|
+
query,
|
|
2649
|
+
options,
|
|
2650
|
+
// @ts-ignore
|
|
2651
|
+
{ httpClient }
|
|
2652
|
+
);
|
|
2653
|
+
}
|
|
2620
2654
|
function countSubmissionsByFilter3(httpClient) {
|
|
2621
2655
|
return (filter, options) => countSubmissionsByFilter2(
|
|
2622
2656
|
filter,
|
|
@@ -2826,6 +2860,18 @@ var onSubmissionUpdated = EventDefinition(
|
|
|
2826
2860
|
// src/forms-v4-submission-submissions.context.ts
|
|
2827
2861
|
import { createRESTModule } from "@wix/sdk-runtime/rest-modules";
|
|
2828
2862
|
import { createEventModule } from "@wix/sdk-runtime/event-definition-modules";
|
|
2863
|
+
import { createQueryOverloadRouter } from "@wix/sdk-runtime/query-method-router";
|
|
2864
|
+
function customQuerySubmissionsByNamespace(httpClient) {
|
|
2865
|
+
const router = createQueryOverloadRouter({
|
|
2866
|
+
builderQueryFunction: (options) => querySubmissionsByNamespace3(httpClient)(options),
|
|
2867
|
+
typedQueryFunction: (query, options) => typedQuerySubmissionsByNamespace2(httpClient)(query, options),
|
|
2868
|
+
hasOptionsParameter: true
|
|
2869
|
+
});
|
|
2870
|
+
function overloadedQuery(queryOrOptions, options) {
|
|
2871
|
+
return router(...arguments);
|
|
2872
|
+
}
|
|
2873
|
+
return overloadedQuery;
|
|
2874
|
+
}
|
|
2829
2875
|
var upsertContactFromSubmission4 = /* @__PURE__ */ createRESTModule(upsertContactFromSubmission3);
|
|
2830
2876
|
var createSubmission4 = /* @__PURE__ */ createRESTModule(createSubmission3);
|
|
2831
2877
|
var getSubmission4 = /* @__PURE__ */ createRESTModule(getSubmission3);
|
|
@@ -2840,7 +2886,6 @@ var listDeletedSubmissions4 = /* @__PURE__ */ createRESTModule(listDeletedSubmis
|
|
|
2840
2886
|
var getDeletedSubmission4 = /* @__PURE__ */ createRESTModule(getDeletedSubmission3);
|
|
2841
2887
|
var querySubmission4 = /* @__PURE__ */ createRESTModule(querySubmission3);
|
|
2842
2888
|
var searchSubmissionsByNamespace4 = /* @__PURE__ */ createRESTModule(searchSubmissionsByNamespace3);
|
|
2843
|
-
var querySubmissionsByNamespace4 = /* @__PURE__ */ createRESTModule(querySubmissionsByNamespace3);
|
|
2844
2889
|
var countSubmissionsByFilter4 = /* @__PURE__ */ createRESTModule(countSubmissionsByFilter3);
|
|
2845
2890
|
var countSubmissions4 = /* @__PURE__ */ createRESTModule(countSubmissions3);
|
|
2846
2891
|
var countDeletedSubmissions4 = /* @__PURE__ */ createRESTModule(countDeletedSubmissions3);
|
|
@@ -2853,6 +2898,7 @@ var updateExtendedFields4 = /* @__PURE__ */ createRESTModule(updateExtendedField
|
|
|
2853
2898
|
var bulkUpdateFormSubmissionTags4 = /* @__PURE__ */ createRESTModule(bulkUpdateFormSubmissionTags3);
|
|
2854
2899
|
var bulkUpdateFormSubmissionTagsByFilter4 = /* @__PURE__ */ createRESTModule(bulkUpdateFormSubmissionTagsByFilter3);
|
|
2855
2900
|
var validateFormSubmission4 = /* @__PURE__ */ createRESTModule(validateFormSubmission3);
|
|
2901
|
+
var querySubmissionsByNamespace4 = /* @__PURE__ */ createRESTModule(customQuerySubmissionsByNamespace);
|
|
2856
2902
|
var onSubmissionCreated2 = createEventModule(
|
|
2857
2903
|
onSubmissionCreated
|
|
2858
2904
|
);
|