@wix/auto_sdk_forms_submissions 1.0.75 → 1.0.77
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-BliG3eAK.d.ts → forms-v4-submission-submissions.universal-p9UgjNSI.d.ts} +143 -5
- package/build/cjs/index.d.ts +4 -4
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +40 -4
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-BliG3eAK.d.mts → forms-v4-submission-submissions.universal-p9UgjNSI.d.mts} +143 -5
- package/build/es/index.d.mts +4 -4
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +40 -4
- package/build/es/meta.mjs +1 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-BvTxsD4O.d.ts → forms-v4-submission-submissions.universal-IKRWXge_.d.ts} +143 -5
- package/build/internal/cjs/index.d.ts +4 -4
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +40 -4
- package/build/internal/cjs/meta.js +1 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-BvTxsD4O.d.mts → forms-v4-submission-submissions.universal-IKRWXge_.d.mts} +143 -5
- package/build/internal/es/index.d.mts +4 -4
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +40 -4
- package/build/internal/es/meta.mjs +1 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SearchSpec, Search, NonNullablePaths } from '@wix/sdk-types';
|
|
1
|
+
import { SearchSpec, QuerySpec, Search, Query, NonNullablePaths } from '@wix/sdk-types';
|
|
2
2
|
|
|
3
3
|
/** Form submission that was created or retrieved. */
|
|
4
4
|
interface FormSubmission {
|
|
@@ -1168,10 +1168,12 @@ declare enum StringComponentType {
|
|
|
1168
1168
|
/** Calendar-style date picker component. */
|
|
1169
1169
|
DATE_PICKER = "DATE_PICKER",
|
|
1170
1170
|
/** Dropdown component for selecting available services. */
|
|
1171
|
-
SERVICES_DROPDOWN = "SERVICES_DROPDOWN"
|
|
1171
|
+
SERVICES_DROPDOWN = "SERVICES_DROPDOWN",
|
|
1172
|
+
/** Component which obscures input characters. */
|
|
1173
|
+
PASSWORD = "PASSWORD"
|
|
1172
1174
|
}
|
|
1173
1175
|
/** @enumType */
|
|
1174
|
-
type StringComponentTypeWithLiterals = StringComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'TEXT_INPUT' | 'RADIO_GROUP' | 'DROPDOWN' | 'DATE_TIME' | 'PHONE_INPUT' | 'DATE_INPUT' | 'TIME_INPUT' | 'DATE_PICKER' | 'SERVICES_DROPDOWN';
|
|
1176
|
+
type StringComponentTypeWithLiterals = StringComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'TEXT_INPUT' | 'RADIO_GROUP' | 'DROPDOWN' | 'DATE_TIME' | 'PHONE_INPUT' | 'DATE_INPUT' | 'TIME_INPUT' | 'DATE_PICKER' | 'SERVICES_DROPDOWN' | 'PASSWORD';
|
|
1175
1177
|
interface TextInput {
|
|
1176
1178
|
/**
|
|
1177
1179
|
* Field label.
|
|
@@ -3491,6 +3493,36 @@ interface ServiceOption {
|
|
|
3491
3493
|
*/
|
|
3492
3494
|
value?: string | null;
|
|
3493
3495
|
}
|
|
3496
|
+
interface Password {
|
|
3497
|
+
/**
|
|
3498
|
+
* Field label.
|
|
3499
|
+
* @maxLength 350
|
|
3500
|
+
*/
|
|
3501
|
+
label?: string | null;
|
|
3502
|
+
/** Additional description or instructions for the field. */
|
|
3503
|
+
description?: RichContent;
|
|
3504
|
+
/**
|
|
3505
|
+
* Placeholder text shown inside the field when it's empty.
|
|
3506
|
+
* Useful for providing a hint about the expected format or content.
|
|
3507
|
+
* @maxLength 100
|
|
3508
|
+
*/
|
|
3509
|
+
placeholder?: string | null;
|
|
3510
|
+
/**
|
|
3511
|
+
* Whether to display the field label.
|
|
3512
|
+
*
|
|
3513
|
+
* Default: `true`
|
|
3514
|
+
*/
|
|
3515
|
+
showLabel?: boolean | null;
|
|
3516
|
+
/**
|
|
3517
|
+
* Default value for the field. This value is pre-populated in the field when the form loads.
|
|
3518
|
+
* @maxLength 20000
|
|
3519
|
+
*/
|
|
3520
|
+
default?: string | null;
|
|
3521
|
+
/** Media content associated with the field, such as an image. */
|
|
3522
|
+
media?: MediaItem;
|
|
3523
|
+
/** Configuration for the media content. */
|
|
3524
|
+
mediaSettings?: MediaSettings;
|
|
3525
|
+
}
|
|
3494
3526
|
interface NumberType {
|
|
3495
3527
|
/** The maximum value of the number. Inclusive. */
|
|
3496
3528
|
maximum?: number | null;
|
|
@@ -4524,6 +4556,8 @@ interface _String extends _StringComponentTypeOptionsOneOf {
|
|
|
4524
4556
|
datePickerOptions?: DatePicker;
|
|
4525
4557
|
/** Services dropdown component settings. */
|
|
4526
4558
|
servicesDropdownOptions?: ServicesDropdown;
|
|
4559
|
+
/** Password component settings. */
|
|
4560
|
+
passwordOptions?: Password;
|
|
4527
4561
|
/** Validation configuration for the string input. */
|
|
4528
4562
|
validation?: StringType;
|
|
4529
4563
|
/**
|
|
@@ -4552,6 +4586,8 @@ interface _StringComponentTypeOptionsOneOf {
|
|
|
4552
4586
|
datePickerOptions?: DatePicker;
|
|
4553
4587
|
/** Services dropdown component settings. */
|
|
4554
4588
|
servicesDropdownOptions?: ServicesDropdown;
|
|
4589
|
+
/** Password component settings. */
|
|
4590
|
+
passwordOptions?: Password;
|
|
4555
4591
|
}
|
|
4556
4592
|
interface _Number extends _NumberComponentTypeOptionsOneOf {
|
|
4557
4593
|
/** Number input settings. */
|
|
@@ -7323,7 +7359,109 @@ interface SubmissionsQueryBuilder {
|
|
|
7323
7359
|
* @fqn wix.forms.v4.FormSubmissionService.QuerySubmissionsByNamespace
|
|
7324
7360
|
* @requiredField query
|
|
7325
7361
|
*/
|
|
7326
|
-
declare function typedQuerySubmissionsByNamespace(query:
|
|
7362
|
+
declare function typedQuerySubmissionsByNamespace(query: FormSubmissionQuery, 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>>;
|
|
7363
|
+
interface FormSubmissionQuerySpec extends QuerySpec {
|
|
7364
|
+
paging: 'cursor';
|
|
7365
|
+
wql: [
|
|
7366
|
+
{
|
|
7367
|
+
fields: ['_id'];
|
|
7368
|
+
operators: ['$eq', '$in', '$ne', '$nin'];
|
|
7369
|
+
sort: 'BOTH';
|
|
7370
|
+
},
|
|
7371
|
+
{
|
|
7372
|
+
fields: ['formId'];
|
|
7373
|
+
operators: ['$eq', '$in', '$ne', '$nin'];
|
|
7374
|
+
sort: 'BOTH';
|
|
7375
|
+
},
|
|
7376
|
+
{
|
|
7377
|
+
fields: ['contactId'];
|
|
7378
|
+
operators: ['$eq', '$in', '$ne', '$nin'];
|
|
7379
|
+
sort: 'BOTH';
|
|
7380
|
+
},
|
|
7381
|
+
{
|
|
7382
|
+
fields: ['namespace'];
|
|
7383
|
+
operators: ['$eq'];
|
|
7384
|
+
sort: 'NONE';
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
fields: ['status'];
|
|
7388
|
+
operators: ['$eq', '$in', '$ne', '$nin'];
|
|
7389
|
+
sort: 'BOTH';
|
|
7390
|
+
},
|
|
7391
|
+
{
|
|
7392
|
+
fields: ['seen'];
|
|
7393
|
+
operators: ['$eq', '$ne'];
|
|
7394
|
+
sort: 'BOTH';
|
|
7395
|
+
},
|
|
7396
|
+
{
|
|
7397
|
+
fields: ['_createdDate', '_updatedDate'];
|
|
7398
|
+
operators: ['$eq', '$gt', '$gte', '$in', '$lt', '$lte', '$ne', '$nin'];
|
|
7399
|
+
sort: 'BOTH';
|
|
7400
|
+
},
|
|
7401
|
+
{
|
|
7402
|
+
fields: [
|
|
7403
|
+
'submitter.applicationId',
|
|
7404
|
+
'submitter.memberId',
|
|
7405
|
+
'submitter.userId',
|
|
7406
|
+
'submitter.visitorId'
|
|
7407
|
+
];
|
|
7408
|
+
operators: ['$eq', '$in', '$ne', '$nin'];
|
|
7409
|
+
sort: 'BOTH';
|
|
7410
|
+
},
|
|
7411
|
+
{
|
|
7412
|
+
fields: ['orderDetails.checkoutId'];
|
|
7413
|
+
operators: ['$eq', '$in', '$ne', '$nin'];
|
|
7414
|
+
sort: 'BOTH';
|
|
7415
|
+
}
|
|
7416
|
+
];
|
|
7417
|
+
}
|
|
7418
|
+
type CommonQueryWithEntityContext = Query<FormSubmission, FormSubmissionQuerySpec>;
|
|
7419
|
+
type FormSubmissionQuery = {
|
|
7420
|
+
/**
|
|
7421
|
+
Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`.
|
|
7422
|
+
*/
|
|
7423
|
+
cursorPaging?: {
|
|
7424
|
+
/**
|
|
7425
|
+
Number of items to load.
|
|
7426
|
+
@max: 100
|
|
7427
|
+
*/
|
|
7428
|
+
limit?: NonNullable<CommonQueryWithEntityContext['cursorPaging']>['limit'] | null;
|
|
7429
|
+
/**
|
|
7430
|
+
Pointer to the next or previous page in the list of results.
|
|
7431
|
+
|
|
7432
|
+
You can get the relevant cursor token
|
|
7433
|
+
from the `pagingMetadata` object in the previous call's response.
|
|
7434
|
+
Not relevant for the first request.
|
|
7435
|
+
@maxLength: 16000
|
|
7436
|
+
*/
|
|
7437
|
+
cursor?: NonNullable<CommonQueryWithEntityContext['cursorPaging']>['cursor'] | null;
|
|
7438
|
+
};
|
|
7439
|
+
/**
|
|
7440
|
+
Filter object in the following format:
|
|
7441
|
+
`"filter" : {
|
|
7442
|
+
"fieldName1": "value1",
|
|
7443
|
+
"fieldName2":{"$operator":"value2"}
|
|
7444
|
+
}`
|
|
7445
|
+
Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
7446
|
+
*/
|
|
7447
|
+
filter?: CommonQueryWithEntityContext['filter'] | null;
|
|
7448
|
+
/**
|
|
7449
|
+
Sort object in the following format:
|
|
7450
|
+
`[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
|
|
7451
|
+
@maxSize: 3
|
|
7452
|
+
*/
|
|
7453
|
+
sort?: {
|
|
7454
|
+
/**
|
|
7455
|
+
Name of the field to sort by.
|
|
7456
|
+
@maxLength: 512
|
|
7457
|
+
*/
|
|
7458
|
+
fieldName?: NonNullable<CommonQueryWithEntityContext['sort']>[number]['fieldName'];
|
|
7459
|
+
/**
|
|
7460
|
+
Sort order.
|
|
7461
|
+
*/
|
|
7462
|
+
order?: NonNullable<CommonQueryWithEntityContext['sort']>[number]['order'];
|
|
7463
|
+
}[];
|
|
7464
|
+
};
|
|
7327
7465
|
/**
|
|
7328
7466
|
* > **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.
|
|
7329
7467
|
* <br>
|
|
@@ -7513,4 +7651,4 @@ interface ValidateFormSubmissionOptions {
|
|
|
7513
7651
|
fieldsToValidate?: string[];
|
|
7514
7652
|
}
|
|
7515
7653
|
|
|
7516
|
-
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, type QuerySubmissionsByNamespaceOptions as O, typedQuerySubmissionsByNamespace 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, EmailInfoTag as a$, FieldType as a0, FormatEnumFormat as a1, StringComponentType as a2, NodeType as a3, WidthType as a4, PluginContainerDataAlignment as a5, ButtonDataType as a6, LinkTarget as a7, TextAlignment as a8, LineStyle as a9, InitialExpandedItems as aA, Direction as aB, VerticalAlignment as aC, NullValue as aD, Scaling as aE, LayoutDataImagePosition as aF, VerticalAlignmentAlignment as aG, ResponsivenessBehaviour as aH, ImagePosition as aI, Alignment as aJ, ImageFit as aK, NumberOfColumns as aL, FirstDayOfWeek as aM, NumberComponentType as aN, BooleanComponentType as aO, ItemType as aP, PropertiesTypeEnum as aQ, ArrayComponentType as aR, WixFileComponentType as aS, UploadFileFormat as aT, PaymentComponentType as aU, ComponentType as aV, Type as aW, ObjectArrayComponentType as aX, SchedulingComponentType as aY, Format as aZ, InputType as a_, Width as aa, DividerDataAlignment as ab, ViewMode as ac, LayoutType as ad, Orientation as ae, Crop as af, ThumbnailsAlignment as ag, GIFType as ah, Source as ai, StylesPosition as aj, MapType as ak, ViewRole as al, VoteRole as am, PollLayoutType as an, PollLayoutDirection as ao, BackgroundType as ap, DecorationType as aq, FontType as ar, Position as as, AspectRatio as at, Resizing as au, Placement as av, CardStylesType as aw, CardStylesAlignment as ax, Layout as ay, AppType as az, type CreateSubmissionApplicationErrors as b, type PaymentType as b$, PhoneInfoTag as b0, Tag as b1, ConfirmationLevel as b2, ContactField as b3, DisplayFieldType as b4, OverrideEntityType as b5, Kind as b6, FormFieldContactInfoEmailInfoTag as b7, FormFieldContactInfoPhoneInfoTag as b8, AddressInfoTag as b9, type MarketingSubscriptionDetails as bA, type SubmissionContactMappingSkipped as bB, type CreateCheckoutFromSubmissionRequest as bC, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bD, type Form as bE, type FormField as bF, type FormFieldStringType as bG, type FormFieldStringTypeFormatOptionsOneOf as bH, type StringErrorMessages as bI, type StringTypeDateTimeConstraints as bJ, type StringTypePhoneConstraints as bK, type StringTypeValidationMessages as bL, type FormFieldNumberType as bM, type NumberErrorMessages as bN, type IntegerType as bO, type FormFieldBooleanType as bP, type BooleanErrorMessages as bQ, type FormFieldArrayType as bR, type FormFieldObjectType as bS, type ObjectTypePropertiesType as bT, type ObjectTypePropertiesTypePropertiesTypeOneOf as bU, type ObjectErrorMessages as bV, type ArrayTypeArrayItems as bW, type ArrayTypeArrayItemsItemsOneOf as bX, type ArrayErrorMessages as bY, type PredefinedValidation as bZ, type PredefinedValidationFormatOptionsOneOf as b_, SubscriptionInfoOptInLevel as ba, FormFieldContactInfoContactField as bb, SpamFilterProtectionLevel as bc, RequiredIndicator as bd, RequiredIndicatorPlacement as be, Target as bf, SubmitSuccessAction as bg, ChangeableProperty as bh, OverrideEntityTypeEnumOverrideEntityType as bi, Operator as bj, WebhookIdentityType as bk, IdentityType as bl, ErrorType as bm, SortOrder as bn, Mode as bo, Status as bp, SubmissionErrorType as bq, type Submitter as br, type SubmitterSubmitterOneOf as bs, type ExtendedFields as bt, type OrderDetails as bu, type PublicTags as bv, type TagList as bw, type FormSubmissionStatusUpdatedEvent as bx, type RemovedSubmissionFromTrash as by, type SubmissionContactMapped as bz, type CreateSubmissionValidationErrors as c, type StylesBorder as c$, type QuantityLimit as c0, type FixedPriceOptions as c1, type DynamicPriceOptions as c2, type Product as c3, type ProductPriceOptionsOneOf as c4, type MultilineAddressValidation as c5, type FieldOverrides as c6, type FieldsOverrides as c7, type ObjectArrayType as c8, type NestedFormFieldOverrides as c9, type Styles as cA, type Link as cB, type LinkDataOneOf as cC, type Rel as cD, type CodeBlockData as cE, type TextStyle as cF, type DividerData as cG, type FileData as cH, type FileSource as cI, type FileSourceDataOneOf as cJ, type PDFSettings as cK, type GalleryData as cL, type Media as cM, type Image as cN, type Video as cO, type Item as cP, type ItemDataOneOf as cQ, type GalleryOptions as cR, type GalleryOptionsLayout as cS, type ItemStyle as cT, type Thumbnails as cU, type GIFData as cV, type GIF as cW, type HeadingData as cX, type HTMLData as cY, type HTMLDataDataOneOf as cZ, type ImageData as c_, type Validation as ca, type ValidationValidationOneOf as cb, type DataExtensionsDetails as cc, type NestedFormOverrides as cd, type Field as ce, type FieldFieldTypeOptionsOneOf as cf, type InputField as cg, type InputFieldInputTypeOptionsOneOf as ch, type StringType as ci, type StringTypeFormatOptionsOneOf as cj, type DateTimeConstraints as ck, type PhoneConstraints as cl, type ValidationMessages as cm, type TextInput as cn, type RichContent as co, type Node as cp, type NodeDataOneOf as cq, type NodeStyle as cr, type ButtonData as cs, type Border as ct, type Colors as cu, type PluginContainerData as cv, type PluginContainerDataWidth as cw, type PluginContainerDataWidthDataOneOf as cx, type Spoiler as cy, type Height as cz, type UpdateSubmission as d, type MediaItem as d$, type ImageDataStyles as d0, type LinkPreviewData as d1, type LinkPreviewDataStyles as d2, type MapData as d3, type MapSettings as d4, type ParagraphData as d5, type PollData as d6, type Permissions as d7, type PollOption as d8, type Settings as d9, type ImageStyles as dA, type RibbonStyles as dB, type CardStyles as dC, type PricingData as dD, type VideoData as dE, type PlaybackOptions as dF, type EmbedData as dG, type Oembed as dH, type CollapsibleListData as dI, type TableData as dJ, type Dimensions as dK, type TableCellData as dL, type CellStyle as dM, type BorderColors as dN, type BorderWidths as dO, type ListValue as dP, type AudioData as dQ, type OrderedListData as dR, type BulletedListData as dS, type BlockquoteData as dT, type CaptionData as dU, type LayoutData as dV, type BackgroundImage as dW, type LayoutCellData as dX, type Metadata as dY, type DocumentStyle as dZ, type TextNodeStyle as d_, type PollLayout as da, type OptionLayout as db, type Gradient as dc, type Background as dd, type BackgroundBackgroundOneOf as de, type PollDesign as df, type OptionDesign as dg, type Poll as dh, type PollDataLayout as di, type Design as dj, type TextData as dk, type Decoration as dl, type DecorationDataOneOf as dm, type AnchorData as dn, type ColorData as dp, type LinkData as dq, type MentionData as dr, type FontSizeData as ds, type SpoilerData as dt, type FontFamilyData as du, type AppEmbedData as dv, type AppEmbedDataAppDataOneOf as dw, type BookingData as dx, type EventData as dy, type ButtonStyles as dz, type UpdateSubmissionValidationErrors as e, type AddressInfo as e$, type MediaItemMediaOneOf as e0, type MediaSettings as e1, type RadioGroup as e2, type RadioGroupOption as e3, type CustomOption as e4, type Dropdown as e5, type DropdownOption as e6, type DateTimeInput as e7, type PhoneInput as e8, type DateInput as e9, type DonationInputOption as eA, type PaymentInput as eB, type FixedPayment as eC, type MultilineAddress as eD, type AddressLine2 as eE, type DefaultCountryConfig as eF, type DefaultCountryConfigOptionsOneOf as eG, type FieldsSettings as eH, type Repeater as eI, type FormLayout as eJ, type BreakPoint as eK, type ItemLayout as eL, type ItemLayoutItemOneOf as eM, type Group as eN, type Margin as eO, type Section as eP, type Appointment as eQ, type AppointmentFormatInfoOneOf as eR, type Location as eS, type LocationLocationInfoOneOf as eT, type InPersonOptions as eU, type VideoConferenceOptions as eV, type PhoneOptions as eW, type FormFieldContactInfo as eX, type FormFieldContactInfoAdditionalInfoOneOf as eY, type EmailInfo as eZ, type PhoneInfo as e_, type TimeInput as ea, type DatePicker as eb, type ServicesDropdown as ec, type ServiceOption as ed, type NumberType as ee, type NumberInput as ef, type RatingInput as eg, type BooleanType as eh, type Checkbox as ei, type ArrayType as ej, type ObjectType as ek, type PropertiesType as el, type PropertiesTypePropertiesTypeOptionsOneOf as em, type ArrayItems as en, type ArrayItemsItemTypeOptionsOneOf as eo, type CheckboxGroup as ep, type Option as eq, type ComponentsTags as er, type TagsOption as es, type ServicesCheckboxGroup as et, type FileType as eu, type FileUpload as ev, type Signature as ew, type ProductCheckboxGroup as ex, type ProductCheckboxGroupOption as ey, type DonationInput as ez, type ConfirmSubmissionResponse as f, type IsFormSubmittableRequest as f$, type CustomFieldInfo as f0, type SubscriptionInfo as f1, type _String as f2, type _StringComponentTypeOptionsOneOf as f3, type _Number as f4, type _NumberComponentTypeOptionsOneOf as f5, type _Boolean as f6, type _BooleanComponentTypeOptionsOneOf as f7, type _Array as f8, type _ArrayComponentTypeOptionsOneOf as f9, type FormFieldContactInfoCustomFieldInfo as fA, type FormFieldContactInfoSubscriptionInfo as fB, type NestedForm as fC, type LimitationRule as fD, type RequiredIndicatorProperties as fE, type SubmitSettings as fF, type SubmitSettingsSubmitSuccessActionOptionsOneOf as fG, type ThankYouMessageOptions as fH, type RedirectOptions as fI, type FieldGroup as fJ, type Rule as fK, type RequiredOptions as fL, type HiddenOptions as fM, type AllowedValuesOptions as fN, type FieldOverride as fO, type FieldOverridePropertyTypeOptionsOneOf as fP, type ConditionNode as fQ, type ConditionNodeNodeOneOf as fR, type AndCondition as fS, type OrCondition as fT, type Condition as fU, type RuleFormOverride as fV, type RuleFormOverrideEntityTypeOptionsOneOf as fW, type Tags as fX, type TagsTagList as fY, type CreateCheckoutFromSubmissionResponse as fZ, type Checkout as f_, type _Object as fa, type WixFile as fb, type WixFileComponentTypeOptionsOneOf as fc, type Payment as fd, type PaymentComponentTypeOptionsOneOf as fe, type Scheduling as ff, type SchedulingComponentTypeOptionsOneOf as fg, type Address as fh, type AddressComponentTypeOptionsOneOf as fi, type ObjectArray as fj, type ObjectArrayComponentTypeOptionsOneOf as fk, type DisplayField as fl, type DisplayFieldDisplayFieldTypeOptionsOneOf as fm, type RichContentOptions as fn, type PageNavigationOptions as fo, type Step as fp, type FormRule as fq, type FormOverride as fr, type FormProperties as fs, type PostSubmissionTriggers as ft, type UpsertContact as fu, type V4FormFieldContactInfo as fv, type V4FormFieldContactInfoAdditionalInfoOneOf as fw, type FormFieldContactInfoEmailInfo as fx, type FormFieldContactInfoPhoneInfo as fy, type FormFieldContactInfoAddressInfo as fz, type BulkDeleteSubmissionResponse as g, type QuerySubmissionsByNamespaceForExportRequest as g$, type IsFormSubmittableResponse as g0, type DomainEvent as g1, type DomainEventBodyOneOf as g2, type EntityCreatedEvent as g3, type RestoreInfo as g4, type EntityUpdatedEvent as g5, type EntityDeletedEvent as g6, type ActionEvent as g7, type Empty as g8, type MessageEnvelope as g9, type UpdateSubmissionResponse as gA, type ConfirmSubmissionRequest as gB, type DeleteSubmissionRequest as gC, type DeleteSubmissionResponse as gD, type BulkDeleteSubmissionRequest as gE, type BulkDeleteSubmissionResult as gF, type RestoreSubmissionFromTrashBinRequest as gG, type RemoveSubmissionFromTrashBinRequest as gH, type RemoveSubmissionFromTrashBinResponse as gI, type BulkRemoveSubmissionFromTrashBinRequest as gJ, type BulkRemoveSubmissionFromTrashBinResult as gK, type ListDeletedSubmissionsRequest as gL, type CursorPaging as gM, type CursorPagingMetadata as gN, type Cursors as gO, type GetDeletedSubmissionRequest as gP, type QuerySubmissionRequest as gQ, type CursorQueryPagingMethodOneOf as gR, type Sorting as gS, type SearchSubmissionsByNamespaceRequest as gT, type CursorSearch as gU, type CursorSearchPagingMethodOneOf as gV, type SearchDetails as gW, type SearchSubmissionsByNamespaceForExportRequest as gX, type SearchSubmissionsByNamespaceForExportResponse as gY, type QuerySubmissionsByNamespaceRequest as gZ, type QuerySubmissionsByNamespaceResponse as g_, type IdentificationData as ga, type IdentificationDataIdOneOf as gb, type UpsertContactFromSubmissionRequest as gc, type SubmitContactResponse as gd, type CreateSubmissionRequest as ge, type CreateSubmissionResponse as gf, type SubmissionValidationErrorsDetails as gg, type ValidationError as gh, type CreateSubmissionForMigrationRequest as gi, type CreateSubmissionForMigrationResponse as gj, type BulkCreateSubmissionsForMigrationRequest as gk, type BulkCreateSubmissionsForMigrationResponse as gl, type BulkSubmissionResult as gm, type ItemMetadata as gn, type ApplicationError as go, type BulkActionMetadata as gp, type CreateSubmissionBySubmitterRequest as gq, type CreateSubmissionBySubmitterResponse as gr, type BulkCreateSubmissionBySubmitterRequest as gs, type BulkCreateSubmissionBySubmitterData as gt, type BulkCreateSubmissionBySubmitterResponse as gu, type GetSubmissionRequest as gv, type GetSubmissionResponse as gw, type GetSubmissionByCheckoutIdRequest as gx, type GetSubmissionByCheckoutIdResponse as gy, type UpdateSubmissionRequest as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type MapTypeWithLiterals as h$, type QuerySubmissionsByNamespaceForExportResponse as h0, type CountSubmissionsByFilterRequest as h1, type FormSubmissionsCount as h2, type CountSubmissionsRequest as h3, type CountDeletedSubmissionsRequest as h4, type FormDeletedSubmissionsCount as h5, type GetMediaUploadURLRequest as h6, type BulkMarkSubmissionsAsSeenRequest as h7, type GetSubmissionDownloadUrlRequest as h8, type SubmissionDocument as h9, type BulkUpdateFormSubmissionTagsByFilterOptions as hA, type SubmissionStatusWithLiterals as hB, type OptInLevelWithLiterals as hC, type StringTypeFormatEnumFormatWithLiterals as hD, type ValidationFormatWithLiterals as hE, type ProductTypeWithLiterals as hF, type PriceTypeWithLiterals as hG, type FieldTypeWithLiterals as hH, type FormatEnumFormatWithLiterals as hI, type StringComponentTypeWithLiterals as hJ, type NodeTypeWithLiterals as hK, type WidthTypeWithLiterals as hL, type PluginContainerDataAlignmentWithLiterals as hM, type ButtonDataTypeWithLiterals as hN, type LinkTargetWithLiterals as hO, type TextAlignmentWithLiterals as hP, type LineStyleWithLiterals as hQ, type WidthWithLiterals as hR, type DividerDataAlignmentWithLiterals as hS, type ViewModeWithLiterals as hT, type LayoutTypeWithLiterals as hU, type OrientationWithLiterals as hV, type CropWithLiterals as hW, type ThumbnailsAlignmentWithLiterals as hX, type GIFTypeWithLiterals as hY, type SourceWithLiterals as hZ, type StylesPositionWithLiterals as h_, type SubmissionDocumentDocumentOneOf as ha, type DocumentReady as hb, type DownloadSubmissionRequest as hc, type HeadersEntry as hd, type GetFormattedSubmissionRequest as he, type FormattedSubmission as hf, type ListFormattedSubmissionsRequest as hg, type ListFormattedSubmissionsResponse as hh, type FormattedFormSubmission as hi, type UpdateExtendedFieldsRequest as hj, type BulkUpdateFormSubmissionTagsRequest as hk, type BulkUpdateFormSubmissionTagsResponse as hl, type BulkUpdateFormSubmissionTagsResult as hm, type BulkUpdateFormSubmissionTagsByFilterRequest as hn, type BulkUpdateFormSubmissionTagsByFilterResponse as ho, type ValidateFormSubmissionRequest as hp, type FieldViolation as hq, type FieldViolationErrorDataOneOf as hr, type SubmissionValidationErrors as hs, type SubmissionValidationError as ht, type SubmissionValidationErrorErrorMessageOneOf as hu, type BaseEventMetadata as hv, type EventMetadata as hw, type FormSubmissionSearchSpec as hx, type SubmissionsQueryResult as hy, type BulkUpdateFormSubmissionTagsOptions as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as i$, type ViewRoleWithLiterals as i0, type VoteRoleWithLiterals as i1, type PollLayoutTypeWithLiterals as i2, type PollLayoutDirectionWithLiterals as i3, type BackgroundTypeWithLiterals as i4, type DecorationTypeWithLiterals as i5, type FontTypeWithLiterals as i6, type PositionWithLiterals as i7, type AspectRatioWithLiterals as i8, type ResizingWithLiterals as i9, type UploadFileFormatWithLiterals as iA, type PaymentComponentTypeWithLiterals as iB, type ComponentTypeWithLiterals as iC, type TypeWithLiterals as iD, type ObjectArrayComponentTypeWithLiterals as iE, type SchedulingComponentTypeWithLiterals as iF, type FormatWithLiterals as iG, type InputTypeWithLiterals as iH, type EmailInfoTagWithLiterals as iI, type PhoneInfoTagWithLiterals as iJ, type TagWithLiterals as iK, type ConfirmationLevelWithLiterals as iL, type ContactFieldWithLiterals as iM, type DisplayFieldTypeWithLiterals as iN, type OverrideEntityTypeWithLiterals as iO, type KindWithLiterals as iP, type FormFieldContactInfoEmailInfoTagWithLiterals as iQ, type FormFieldContactInfoPhoneInfoTagWithLiterals as iR, type AddressInfoTagWithLiterals as iS, type SubscriptionInfoOptInLevelWithLiterals as iT, type FormFieldContactInfoContactFieldWithLiterals as iU, type SpamFilterProtectionLevelWithLiterals as iV, type RequiredIndicatorWithLiterals as iW, type RequiredIndicatorPlacementWithLiterals as iX, type TargetWithLiterals as iY, type SubmitSuccessActionWithLiterals as iZ, type ChangeablePropertyWithLiterals as i_, type PlacementWithLiterals as ia, type CardStylesTypeWithLiterals as ib, type CardStylesAlignmentWithLiterals as ic, type LayoutWithLiterals as id, type AppTypeWithLiterals as ie, type InitialExpandedItemsWithLiterals as ig, type DirectionWithLiterals as ih, type VerticalAlignmentWithLiterals as ii, type NullValueWithLiterals as ij, type ScalingWithLiterals as ik, type LayoutDataImagePositionWithLiterals as il, type VerticalAlignmentAlignmentWithLiterals as im, type ResponsivenessBehaviourWithLiterals as io, type ImagePositionWithLiterals as ip, type AlignmentWithLiterals as iq, type ImageFitWithLiterals as ir, type NumberOfColumnsWithLiterals as is, type FirstDayOfWeekWithLiterals as it, type NumberComponentTypeWithLiterals as iu, type BooleanComponentTypeWithLiterals as iv, type ItemTypeWithLiterals as iw, type PropertiesTypeEnumWithLiterals as ix, type ArrayComponentTypeWithLiterals as iy, type WixFileComponentTypeWithLiterals as iz, type ListDeletedSubmissionsResponse as j, type OperatorWithLiterals as j0, type WebhookIdentityTypeWithLiterals as j1, type IdentityTypeWithLiterals as j2, type ErrorTypeWithLiterals as j3, type SortOrderWithLiterals as j4, type ModeWithLiterals as j5, type StatusWithLiterals as j6, type SubmissionErrorTypeWithLiterals as j7, type CommonSearchWithEntityContext as j8, onSubmissionCreated as j9, downloadSubmission as jA, getFormattedSubmission as jB, updateExtendedFields as jC, validateFormSubmission as jD, onSubmissionDeleted as ja, onSubmissionRemovedSubmissionFromTrash as jb, onSubmissionStatusUpdated as jc, onSubmissionContactMapped as jd, onSubmissionContactMappingSkipped as je, onSubmissionUpdated as jf, upsertContactFromSubmission as jg, createSubmission as jh, getSubmission as ji, updateSubmission as jj, confirmSubmission as jk, deleteSubmission as jl, bulkDeleteSubmission as jm, restoreSubmissionFromTrashBin as jn, removeSubmissionFromTrashBin as jo, bulkRemoveSubmissionFromTrashBin as jp, listDeletedSubmissions as jq, getDeletedSubmission as jr, querySubmission as js, querySubmissionsByNamespace as jt, countSubmissionsByFilter as ju, countSubmissions as jv, countDeletedSubmissions as jw, getMediaUploadUrl as jx, bulkMarkSubmissionsAsSeen as jy, getSubmissionDownloadUrl as jz, type CursorQuery as k, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type CountSubmissionsByFilterOptions as n, type CountSubmissionsByFilterResponse as o, type CountSubmissionsOptions as p, type CountSubmissionsResponse as q, type CountDeletedSubmissionsOptions as r, type CountDeletedSubmissionsResponse as s, type GetMediaUploadURLResponse as t, type BulkMarkSubmissionsAsSeenResponse as u, type GetSubmissionDownloadUrlResponse as v, type RawHttpResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
|
7654
|
+
export { ProductType 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, type FormSubmissionQuery as O, type QuerySubmissionsByNamespaceOptions as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, typedQuerySubmissionsByNamespace as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, type SubmissionsQueryBuilder as W, SubmissionStatus as X, OptInLevel as Y, StringTypeFormatEnumFormat as Z, ValidationFormat as _, type UpsertContactFromSubmissionResponse as a, InputType as a$, PriceType as a0, FieldType as a1, FormatEnumFormat as a2, StringComponentType as a3, NodeType as a4, WidthType as a5, PluginContainerDataAlignment as a6, ButtonDataType as a7, LinkTarget as a8, TextAlignment as a9, AppType as aA, InitialExpandedItems as aB, Direction as aC, VerticalAlignment as aD, NullValue as aE, Scaling as aF, LayoutDataImagePosition as aG, VerticalAlignmentAlignment as aH, ResponsivenessBehaviour as aI, ImagePosition as aJ, Alignment as aK, ImageFit as aL, NumberOfColumns as aM, FirstDayOfWeek as aN, NumberComponentType as aO, BooleanComponentType as aP, ItemType as aQ, PropertiesTypeEnum as aR, ArrayComponentType as aS, WixFileComponentType as aT, UploadFileFormat as aU, PaymentComponentType as aV, ComponentType as aW, Type as aX, ObjectArrayComponentType as aY, SchedulingComponentType as aZ, Format as a_, LineStyle as aa, Width as ab, DividerDataAlignment as ac, ViewMode as ad, LayoutType as ae, Orientation as af, Crop as ag, ThumbnailsAlignment as ah, GIFType as ai, Source as aj, StylesPosition as ak, MapType as al, ViewRole as am, VoteRole as an, PollLayoutType as ao, PollLayoutDirection as ap, BackgroundType as aq, DecorationType as ar, FontType as as, Position as at, AspectRatio as au, Resizing as av, Placement as aw, CardStylesType as ax, CardStylesAlignment as ay, Layout as az, type CreateSubmissionApplicationErrors as b, type PredefinedValidationFormatOptionsOneOf as b$, EmailInfoTag as b0, PhoneInfoTag as b1, Tag as b2, ConfirmationLevel as b3, ContactField as b4, DisplayFieldType as b5, OverrideEntityType as b6, Kind as b7, FormFieldContactInfoEmailInfoTag as b8, FormFieldContactInfoPhoneInfoTag as b9, type SubmissionContactMapped as bA, type MarketingSubscriptionDetails as bB, type SubmissionContactMappingSkipped as bC, type CreateCheckoutFromSubmissionRequest as bD, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bE, type Form as bF, type FormField as bG, type FormFieldStringType as bH, type FormFieldStringTypeFormatOptionsOneOf as bI, type StringErrorMessages as bJ, type StringTypeDateTimeConstraints as bK, type StringTypePhoneConstraints as bL, type StringTypeValidationMessages as bM, type FormFieldNumberType as bN, type NumberErrorMessages as bO, type IntegerType as bP, type FormFieldBooleanType as bQ, type BooleanErrorMessages as bR, type FormFieldArrayType as bS, type FormFieldObjectType as bT, type ObjectTypePropertiesType as bU, type ObjectTypePropertiesTypePropertiesTypeOneOf as bV, type ObjectErrorMessages as bW, type ArrayTypeArrayItems as bX, type ArrayTypeArrayItemsItemsOneOf as bY, type ArrayErrorMessages as bZ, type PredefinedValidation as b_, AddressInfoTag as ba, SubscriptionInfoOptInLevel as bb, FormFieldContactInfoContactField as bc, SpamFilterProtectionLevel as bd, RequiredIndicator as be, RequiredIndicatorPlacement as bf, Target as bg, SubmitSuccessAction as bh, ChangeableProperty as bi, OverrideEntityTypeEnumOverrideEntityType as bj, Operator as bk, WebhookIdentityType as bl, IdentityType as bm, ErrorType as bn, SortOrder as bo, Mode as bp, Status as bq, SubmissionErrorType as br, type Submitter as bs, type SubmitterSubmitterOneOf as bt, type ExtendedFields as bu, type OrderDetails as bv, type PublicTags as bw, type TagList as bx, type FormSubmissionStatusUpdatedEvent as by, type RemovedSubmissionFromTrash as bz, type CreateSubmissionValidationErrors as c, type ImageData as c$, type PaymentType as c0, type QuantityLimit as c1, type FixedPriceOptions as c2, type DynamicPriceOptions as c3, type Product as c4, type ProductPriceOptionsOneOf as c5, type MultilineAddressValidation as c6, type FieldOverrides as c7, type FieldsOverrides as c8, type ObjectArrayType as c9, type Height as cA, type Styles as cB, type Link as cC, type LinkDataOneOf as cD, type Rel as cE, type CodeBlockData as cF, type TextStyle as cG, type DividerData as cH, type FileData as cI, type FileSource as cJ, type FileSourceDataOneOf as cK, type PDFSettings as cL, type GalleryData as cM, type Media as cN, type Image as cO, type Video as cP, type Item as cQ, type ItemDataOneOf as cR, type GalleryOptions as cS, type GalleryOptionsLayout as cT, type ItemStyle as cU, type Thumbnails as cV, type GIFData as cW, type GIF as cX, type HeadingData as cY, type HTMLData as cZ, type HTMLDataDataOneOf as c_, type NestedFormFieldOverrides as ca, type Validation as cb, type ValidationValidationOneOf as cc, type DataExtensionsDetails as cd, type NestedFormOverrides as ce, type Field as cf, type FieldFieldTypeOptionsOneOf as cg, type InputField as ch, type InputFieldInputTypeOptionsOneOf as ci, type StringType as cj, type StringTypeFormatOptionsOneOf as ck, type DateTimeConstraints as cl, type PhoneConstraints as cm, type ValidationMessages as cn, type TextInput as co, type RichContent as cp, type Node as cq, type NodeDataOneOf as cr, type NodeStyle as cs, type ButtonData as ct, type Border as cu, type Colors as cv, type PluginContainerData as cw, type PluginContainerDataWidth as cx, type PluginContainerDataWidthDataOneOf as cy, type Spoiler as cz, type UpdateSubmission as d, type TextNodeStyle as d$, type StylesBorder as d0, type ImageDataStyles as d1, type LinkPreviewData as d2, type LinkPreviewDataStyles as d3, type MapData as d4, type MapSettings as d5, type ParagraphData as d6, type PollData as d7, type Permissions as d8, type PollOption as d9, type ButtonStyles as dA, type ImageStyles as dB, type RibbonStyles as dC, type CardStyles as dD, type PricingData as dE, type VideoData as dF, type PlaybackOptions as dG, type EmbedData as dH, type Oembed as dI, type CollapsibleListData as dJ, type TableData as dK, type Dimensions as dL, type TableCellData as dM, type CellStyle as dN, type BorderColors as dO, type BorderWidths as dP, type ListValue as dQ, type AudioData as dR, type OrderedListData as dS, type BulletedListData as dT, type BlockquoteData as dU, type CaptionData as dV, type LayoutData as dW, type BackgroundImage as dX, type LayoutCellData as dY, type Metadata as dZ, type DocumentStyle as d_, type Settings as da, type PollLayout as db, type OptionLayout as dc, type Gradient as dd, type Background as de, type BackgroundBackgroundOneOf as df, type PollDesign as dg, type OptionDesign as dh, type Poll as di, type PollDataLayout as dj, type Design as dk, type TextData as dl, type Decoration as dm, type DecorationDataOneOf as dn, type AnchorData as dp, type ColorData as dq, type LinkData as dr, type MentionData as ds, type FontSizeData as dt, type SpoilerData as du, type FontFamilyData as dv, type AppEmbedData as dw, type AppEmbedDataAppDataOneOf as dx, type BookingData as dy, type EventData as dz, type UpdateSubmissionValidationErrors as e, type EmailInfo as e$, type MediaItem as e0, type MediaItemMediaOneOf as e1, type MediaSettings as e2, type RadioGroup as e3, type RadioGroupOption as e4, type CustomOption as e5, type Dropdown as e6, type DropdownOption as e7, type DateTimeInput as e8, type PhoneInput as e9, type ProductCheckboxGroupOption as eA, type DonationInput as eB, type DonationInputOption as eC, type PaymentInput as eD, type FixedPayment as eE, type MultilineAddress as eF, type AddressLine2 as eG, type DefaultCountryConfig as eH, type DefaultCountryConfigOptionsOneOf as eI, type FieldsSettings as eJ, type Repeater as eK, type FormLayout as eL, type BreakPoint as eM, type ItemLayout as eN, type ItemLayoutItemOneOf as eO, type Group as eP, type Margin as eQ, type Section as eR, type Appointment as eS, type AppointmentFormatInfoOneOf as eT, type Location as eU, type LocationLocationInfoOneOf as eV, type InPersonOptions as eW, type VideoConferenceOptions as eX, type PhoneOptions as eY, type FormFieldContactInfo as eZ, type FormFieldContactInfoAdditionalInfoOneOf as e_, type DateInput as ea, type TimeInput as eb, type DatePicker as ec, type ServicesDropdown as ed, type ServiceOption as ee, type Password as ef, type NumberType as eg, type NumberInput as eh, type RatingInput as ei, type BooleanType as ej, type Checkbox as ek, type ArrayType as el, type ObjectType as em, type PropertiesType as en, type PropertiesTypePropertiesTypeOptionsOneOf as eo, type ArrayItems as ep, type ArrayItemsItemTypeOptionsOneOf as eq, type CheckboxGroup as er, type Option as es, type ComponentsTags as et, type TagsOption as eu, type ServicesCheckboxGroup as ev, type FileType as ew, type FileUpload as ex, type Signature as ey, type ProductCheckboxGroup as ez, type ConfirmSubmissionResponse as f, type CreateCheckoutFromSubmissionResponse as f$, type PhoneInfo as f0, type AddressInfo as f1, type CustomFieldInfo as f2, type SubscriptionInfo as f3, type _String as f4, type _StringComponentTypeOptionsOneOf as f5, type _Number as f6, type _NumberComponentTypeOptionsOneOf as f7, type _Boolean as f8, type _BooleanComponentTypeOptionsOneOf as f9, type FormFieldContactInfoPhoneInfo as fA, type FormFieldContactInfoAddressInfo as fB, type FormFieldContactInfoCustomFieldInfo as fC, type FormFieldContactInfoSubscriptionInfo as fD, type NestedForm as fE, type LimitationRule as fF, type RequiredIndicatorProperties as fG, type SubmitSettings as fH, type SubmitSettingsSubmitSuccessActionOptionsOneOf as fI, type ThankYouMessageOptions as fJ, type RedirectOptions as fK, type FieldGroup as fL, type Rule as fM, type RequiredOptions as fN, type HiddenOptions as fO, type AllowedValuesOptions as fP, type FieldOverride as fQ, type FieldOverridePropertyTypeOptionsOneOf as fR, type ConditionNode as fS, type ConditionNodeNodeOneOf as fT, type AndCondition as fU, type OrCondition as fV, type Condition as fW, type RuleFormOverride as fX, type RuleFormOverrideEntityTypeOptionsOneOf as fY, type Tags as fZ, type TagsTagList as f_, type _Array as fa, type _ArrayComponentTypeOptionsOneOf as fb, type _Object as fc, type WixFile as fd, type WixFileComponentTypeOptionsOneOf as fe, type Payment as ff, type PaymentComponentTypeOptionsOneOf as fg, type Scheduling as fh, type SchedulingComponentTypeOptionsOneOf as fi, type Address as fj, type AddressComponentTypeOptionsOneOf as fk, type ObjectArray as fl, type ObjectArrayComponentTypeOptionsOneOf as fm, type DisplayField as fn, type DisplayFieldDisplayFieldTypeOptionsOneOf as fo, type RichContentOptions as fp, type PageNavigationOptions as fq, type Step as fr, type FormRule as fs, type FormOverride as ft, type FormProperties as fu, type PostSubmissionTriggers as fv, type UpsertContact as fw, type V4FormFieldContactInfo as fx, type V4FormFieldContactInfoAdditionalInfoOneOf as fy, type FormFieldContactInfoEmailInfo as fz, type BulkDeleteSubmissionResponse as g, type QuerySubmissionsByNamespaceRequest as g$, type Checkout as g0, type IsFormSubmittableRequest as g1, type IsFormSubmittableResponse as g2, type DomainEvent as g3, type DomainEventBodyOneOf as g4, type EntityCreatedEvent as g5, type RestoreInfo as g6, type EntityUpdatedEvent as g7, type EntityDeletedEvent as g8, type ActionEvent as g9, type GetSubmissionByCheckoutIdResponse as gA, type UpdateSubmissionRequest as gB, type UpdateSubmissionResponse as gC, type ConfirmSubmissionRequest as gD, type DeleteSubmissionRequest as gE, type DeleteSubmissionResponse as gF, type BulkDeleteSubmissionRequest as gG, type BulkDeleteSubmissionResult as gH, type RestoreSubmissionFromTrashBinRequest as gI, type RemoveSubmissionFromTrashBinRequest as gJ, type RemoveSubmissionFromTrashBinResponse as gK, type BulkRemoveSubmissionFromTrashBinRequest as gL, type BulkRemoveSubmissionFromTrashBinResult as gM, type ListDeletedSubmissionsRequest as gN, type CursorPaging as gO, type CursorPagingMetadata as gP, type Cursors as gQ, type GetDeletedSubmissionRequest as gR, type QuerySubmissionRequest as gS, type CursorQueryPagingMethodOneOf as gT, type Sorting as gU, type SearchSubmissionsByNamespaceRequest as gV, type CursorSearch as gW, type CursorSearchPagingMethodOneOf as gX, type SearchDetails as gY, type SearchSubmissionsByNamespaceForExportRequest as gZ, type SearchSubmissionsByNamespaceForExportResponse as g_, type Empty as ga, type MessageEnvelope as gb, type IdentificationData as gc, type IdentificationDataIdOneOf as gd, type UpsertContactFromSubmissionRequest as ge, type SubmitContactResponse as gf, type CreateSubmissionRequest as gg, type CreateSubmissionResponse as gh, type SubmissionValidationErrorsDetails as gi, type ValidationError as gj, type CreateSubmissionForMigrationRequest as gk, type CreateSubmissionForMigrationResponse as gl, type BulkCreateSubmissionsForMigrationRequest as gm, type BulkCreateSubmissionsForMigrationResponse as gn, type BulkSubmissionResult as go, type ItemMetadata as gp, type ApplicationError as gq, type BulkActionMetadata as gr, type CreateSubmissionBySubmitterRequest as gs, type CreateSubmissionBySubmitterResponse as gt, type BulkCreateSubmissionBySubmitterRequest as gu, type BulkCreateSubmissionBySubmitterData as gv, type BulkCreateSubmissionBySubmitterResponse as gw, type GetSubmissionRequest as gx, type GetSubmissionResponse as gy, type GetSubmissionByCheckoutIdRequest as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type GIFTypeWithLiterals as h$, type QuerySubmissionsByNamespaceResponse as h0, type QuerySubmissionsByNamespaceForExportRequest as h1, type QuerySubmissionsByNamespaceForExportResponse as h2, type CountSubmissionsByFilterRequest as h3, type FormSubmissionsCount as h4, type CountSubmissionsRequest as h5, type CountDeletedSubmissionsRequest as h6, type FormDeletedSubmissionsCount as h7, type GetMediaUploadURLRequest as h8, type BulkMarkSubmissionsAsSeenRequest as h9, type SubmissionsQueryResult as hA, type FormSubmissionQuerySpec as hB, type BulkUpdateFormSubmissionTagsOptions as hC, type BulkUpdateFormSubmissionTagsByFilterOptions as hD, type SubmissionStatusWithLiterals as hE, type OptInLevelWithLiterals as hF, type StringTypeFormatEnumFormatWithLiterals as hG, type ValidationFormatWithLiterals as hH, type ProductTypeWithLiterals as hI, type PriceTypeWithLiterals as hJ, type FieldTypeWithLiterals as hK, type FormatEnumFormatWithLiterals as hL, type StringComponentTypeWithLiterals as hM, type NodeTypeWithLiterals as hN, type WidthTypeWithLiterals as hO, type PluginContainerDataAlignmentWithLiterals as hP, type ButtonDataTypeWithLiterals as hQ, type LinkTargetWithLiterals as hR, type TextAlignmentWithLiterals as hS, type LineStyleWithLiterals as hT, type WidthWithLiterals as hU, type DividerDataAlignmentWithLiterals as hV, type ViewModeWithLiterals as hW, type LayoutTypeWithLiterals as hX, type OrientationWithLiterals as hY, type CropWithLiterals as hZ, type ThumbnailsAlignmentWithLiterals as h_, type GetSubmissionDownloadUrlRequest as ha, type SubmissionDocument as hb, type SubmissionDocumentDocumentOneOf as hc, type DocumentReady as hd, type DownloadSubmissionRequest as he, type HeadersEntry as hf, type GetFormattedSubmissionRequest as hg, type FormattedSubmission as hh, type ListFormattedSubmissionsRequest as hi, type ListFormattedSubmissionsResponse as hj, type FormattedFormSubmission as hk, type UpdateExtendedFieldsRequest as hl, type BulkUpdateFormSubmissionTagsRequest as hm, type BulkUpdateFormSubmissionTagsResponse as hn, type BulkUpdateFormSubmissionTagsResult as ho, type BulkUpdateFormSubmissionTagsByFilterRequest as hp, type BulkUpdateFormSubmissionTagsByFilterResponse as hq, type ValidateFormSubmissionRequest as hr, type FieldViolation as hs, type FieldViolationErrorDataOneOf as ht, type SubmissionValidationErrors as hu, type SubmissionValidationError as hv, type SubmissionValidationErrorErrorMessageOneOf as hw, type BaseEventMetadata as hx, type EventMetadata as hy, type FormSubmissionSearchSpec as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type TargetWithLiterals as i$, type SourceWithLiterals as i0, type StylesPositionWithLiterals as i1, type MapTypeWithLiterals as i2, type ViewRoleWithLiterals as i3, type VoteRoleWithLiterals as i4, type PollLayoutTypeWithLiterals as i5, type PollLayoutDirectionWithLiterals as i6, type BackgroundTypeWithLiterals as i7, type DecorationTypeWithLiterals as i8, type FontTypeWithLiterals as i9, type PropertiesTypeEnumWithLiterals as iA, type ArrayComponentTypeWithLiterals as iB, type WixFileComponentTypeWithLiterals as iC, type UploadFileFormatWithLiterals as iD, type PaymentComponentTypeWithLiterals as iE, type ComponentTypeWithLiterals as iF, type TypeWithLiterals as iG, type ObjectArrayComponentTypeWithLiterals as iH, type SchedulingComponentTypeWithLiterals as iI, type FormatWithLiterals as iJ, type InputTypeWithLiterals as iK, type EmailInfoTagWithLiterals as iL, type PhoneInfoTagWithLiterals as iM, type TagWithLiterals as iN, type ConfirmationLevelWithLiterals as iO, type ContactFieldWithLiterals as iP, type DisplayFieldTypeWithLiterals as iQ, type OverrideEntityTypeWithLiterals as iR, type KindWithLiterals as iS, type FormFieldContactInfoEmailInfoTagWithLiterals as iT, type FormFieldContactInfoPhoneInfoTagWithLiterals as iU, type AddressInfoTagWithLiterals as iV, type SubscriptionInfoOptInLevelWithLiterals as iW, type FormFieldContactInfoContactFieldWithLiterals as iX, type SpamFilterProtectionLevelWithLiterals as iY, type RequiredIndicatorWithLiterals as iZ, type RequiredIndicatorPlacementWithLiterals as i_, type PositionWithLiterals as ia, type AspectRatioWithLiterals as ib, type ResizingWithLiterals as ic, type PlacementWithLiterals as id, type CardStylesTypeWithLiterals as ie, type CardStylesAlignmentWithLiterals as ig, type LayoutWithLiterals as ih, type AppTypeWithLiterals as ii, type InitialExpandedItemsWithLiterals as ij, type DirectionWithLiterals as ik, type VerticalAlignmentWithLiterals as il, type NullValueWithLiterals as im, type ScalingWithLiterals as io, type LayoutDataImagePositionWithLiterals as ip, type VerticalAlignmentAlignmentWithLiterals as iq, type ResponsivenessBehaviourWithLiterals as ir, type ImagePositionWithLiterals as is, type AlignmentWithLiterals as it, type ImageFitWithLiterals as iu, type NumberOfColumnsWithLiterals as iv, type FirstDayOfWeekWithLiterals as iw, type NumberComponentTypeWithLiterals as ix, type BooleanComponentTypeWithLiterals as iy, type ItemTypeWithLiterals as iz, type ListDeletedSubmissionsResponse as j, type SubmitSuccessActionWithLiterals as j0, type ChangeablePropertyWithLiterals as j1, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as j2, type OperatorWithLiterals as j3, type WebhookIdentityTypeWithLiterals as j4, type IdentityTypeWithLiterals as j5, type ErrorTypeWithLiterals as j6, type SortOrderWithLiterals as j7, type ModeWithLiterals as j8, type StatusWithLiterals as j9, countDeletedSubmissions as jA, getMediaUploadUrl as jB, bulkMarkSubmissionsAsSeen as jC, getSubmissionDownloadUrl as jD, downloadSubmission as jE, getFormattedSubmission as jF, updateExtendedFields as jG, validateFormSubmission as jH, type SubmissionErrorTypeWithLiterals as ja, type CommonSearchWithEntityContext as jb, type CommonQueryWithEntityContext as jc, onSubmissionCreated as jd, onSubmissionDeleted as je, onSubmissionRemovedSubmissionFromTrash as jf, onSubmissionStatusUpdated as jg, onSubmissionContactMapped as jh, onSubmissionContactMappingSkipped as ji, onSubmissionUpdated as jj, upsertContactFromSubmission as jk, createSubmission as jl, getSubmission as jm, updateSubmission as jn, confirmSubmission as jo, deleteSubmission as jp, bulkDeleteSubmission as jq, restoreSubmissionFromTrashBin as jr, removeSubmissionFromTrashBin as js, bulkRemoveSubmissionFromTrashBin as jt, listDeletedSubmissions as ju, getDeletedSubmission as jv, querySubmission as jw, querySubmissionsByNamespace as jx, countSubmissionsByFilter as jy, countSubmissions as jz, type CursorQuery as k, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type CountSubmissionsByFilterOptions as n, type CountSubmissionsByFilterResponse as o, type CountSubmissionsOptions as p, type CountSubmissionsResponse as q, type CountDeletedSubmissionsOptions as r, type CountDeletedSubmissionsResponse as s, type GetMediaUploadURLResponse as t, type BulkMarkSubmissionsAsSeenResponse as u, type GetSubmissionDownloadUrlResponse as v, type RawHttpResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
|
package/build/cjs/index.d.ts
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 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
|
|
3
|
-
export { g7 as ActionEvent, fh as Address, fi as AddressComponentTypeOptionsOneOf, e$ as AddressInfo, b9 as AddressInfoTag, iS as AddressInfoTagWithLiterals, eE as AddressLine2, aJ as Alignment, iq as AlignmentWithLiterals, fN as AllowedValuesOptions, dn as AnchorData, fS as AndCondition, dv as AppEmbedData, dw as AppEmbedDataAppDataOneOf, az as AppType, ie as AppTypeWithLiterals, go as ApplicationError, eQ as Appointment, eR as AppointmentFormatInfoOneOf, aR as ArrayComponentType, iy as ArrayComponentTypeWithLiterals, bY as ArrayErrorMessages, en as ArrayItems, eo as ArrayItemsItemTypeOptionsOneOf, ej as ArrayType, bW as ArrayTypeArrayItems, bX as ArrayTypeArrayItemsItemsOneOf, at as AspectRatio, i8 as AspectRatioWithLiterals, dQ as AudioData, dd as Background, de as BackgroundBackgroundOneOf, dW as BackgroundImage, ap as BackgroundType, i4 as BackgroundTypeWithLiterals, hv as BaseEventMetadata, dT as BlockquoteData, dx as BookingData, aO as BooleanComponentType, iv as BooleanComponentTypeWithLiterals, bQ as BooleanErrorMessages, eh as BooleanType, ct as Border, dN as BorderColors, dO as BorderWidths, eK as BreakPoint, gp as BulkActionMetadata, gt as BulkCreateSubmissionBySubmitterData, gs as BulkCreateSubmissionBySubmitterRequest, gu as BulkCreateSubmissionBySubmitterResponse, gk as BulkCreateSubmissionsForMigrationRequest, gl as BulkCreateSubmissionsForMigrationResponse, gE as BulkDeleteSubmissionRequest, gF as BulkDeleteSubmissionResult, h7 as BulkMarkSubmissionsAsSeenRequest, gJ as BulkRemoveSubmissionFromTrashBinRequest, gK as BulkRemoveSubmissionFromTrashBinResult, gm as BulkSubmissionResult, hA as BulkUpdateFormSubmissionTagsByFilterOptions, hn as BulkUpdateFormSubmissionTagsByFilterRequest, ho as BulkUpdateFormSubmissionTagsByFilterResponse, hz as BulkUpdateFormSubmissionTagsOptions, hk as BulkUpdateFormSubmissionTagsRequest, hl as BulkUpdateFormSubmissionTagsResponse, hm as BulkUpdateFormSubmissionTagsResult, dS as BulletedListData, cs as ButtonData, a6 as ButtonDataType, hN as ButtonDataTypeWithLiterals, dz as ButtonStyles, dU as CaptionData, dC as CardStyles, ax as CardStylesAlignment, ic as CardStylesAlignmentWithLiterals, aw as CardStylesType, ib as CardStylesTypeWithLiterals, dM as CellStyle, bh as ChangeableProperty, i_ as ChangeablePropertyWithLiterals, ei as Checkbox, ep as CheckboxGroup, f_ as Checkout, cE as CodeBlockData, dI as CollapsibleListData, dp as ColorData, cu as Colors, j8 as CommonSearchWithEntityContext, aV as ComponentType, iC as ComponentTypeWithLiterals, er as ComponentsTags, fU as Condition, fQ as ConditionNode, fR as ConditionNodeNodeOneOf, gB as ConfirmSubmissionRequest, b2 as ConfirmationLevel, iL as ConfirmationLevelWithLiterals, b3 as ContactField, iM as ContactFieldWithLiterals, h4 as CountDeletedSubmissionsRequest, h1 as CountSubmissionsByFilterRequest, h3 as CountSubmissionsRequest, bC as CreateCheckoutFromSubmissionRequest, bD as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, fZ as CreateCheckoutFromSubmissionResponse, gq as CreateSubmissionBySubmitterRequest, gr as CreateSubmissionBySubmitterResponse, gi as CreateSubmissionForMigrationRequest, gj as CreateSubmissionForMigrationResponse, ge as CreateSubmissionRequest, gf as CreateSubmissionResponse, af as Crop, hW as CropWithLiterals, gM as CursorPaging, gN as CursorPagingMetadata, gR as CursorQueryPagingMethodOneOf, gU as CursorSearch, gV as CursorSearchPagingMethodOneOf, gO as Cursors, f0 as CustomFieldInfo, e4 as CustomOption, cc as DataExtensionsDetails, e9 as DateInput, eb as DatePicker, ck as DateTimeConstraints, e7 as DateTimeInput, dl as Decoration, dm as DecorationDataOneOf, aq as DecorationType, i5 as DecorationTypeWithLiterals, eF as DefaultCountryConfig, eG as DefaultCountryConfigOptionsOneOf, gC as DeleteSubmissionRequest, gD as DeleteSubmissionResponse, dj as Design, dK as Dimensions, aB as Direction, ih as DirectionWithLiterals, fl as DisplayField, fm as DisplayFieldDisplayFieldTypeOptionsOneOf, b4 as DisplayFieldType, iN as DisplayFieldTypeWithLiterals, cG as DividerData, ab as DividerDataAlignment, hS as DividerDataAlignmentWithLiterals, hb as DocumentReady, dZ as DocumentStyle, g1 as DomainEvent, g2 as DomainEventBodyOneOf, ez as DonationInput, eA as DonationInputOption, hc as DownloadSubmissionRequest, e5 as Dropdown, e6 as DropdownOption, c2 as DynamicPriceOptions, eZ as EmailInfo, a$ as EmailInfoTag, iI as EmailInfoTagWithLiterals, dG as EmbedData, g8 as Empty, g3 as EntityCreatedEvent, g6 as EntityDeletedEvent, g5 as EntityUpdatedEvent, bm as ErrorType, j3 as ErrorTypeWithLiterals, dy as EventData, hw as EventMetadata, bt as ExtendedFields, ce as Field, cf as FieldFieldTypeOptionsOneOf, fJ as FieldGroup, fO as FieldOverride, fP as FieldOverridePropertyTypeOptionsOneOf, c6 as FieldOverrides, a0 as FieldType, hH as FieldTypeWithLiterals, hq as FieldViolation, hr as FieldViolationErrorDataOneOf, c7 as FieldsOverrides, eH as FieldsSettings, cH as FileData, cI as FileSource, cJ as FileSourceDataOneOf, eu as FileType, ev as FileUpload, aM as FirstDayOfWeek, it as FirstDayOfWeekWithLiterals, eC as FixedPayment, c1 as FixedPriceOptions, du as FontFamilyData, ds as FontSizeData, ar as FontType, i6 as FontTypeWithLiterals, bE as Form, h5 as FormDeletedSubmissionsCount, bF as FormField, bR as FormFieldArrayType, bP as FormFieldBooleanType, eX as FormFieldContactInfo, eY as FormFieldContactInfoAdditionalInfoOneOf, fz as FormFieldContactInfoAddressInfo, bb as FormFieldContactInfoContactField, iU as FormFieldContactInfoContactFieldWithLiterals, fA as FormFieldContactInfoCustomFieldInfo, fx as FormFieldContactInfoEmailInfo, b7 as FormFieldContactInfoEmailInfoTag, iQ as FormFieldContactInfoEmailInfoTagWithLiterals, fy as FormFieldContactInfoPhoneInfo, b8 as FormFieldContactInfoPhoneInfoTag, iR as FormFieldContactInfoPhoneInfoTagWithLiterals, fB as FormFieldContactInfoSubscriptionInfo, bM as FormFieldNumberType, bS as FormFieldObjectType, bG as FormFieldStringType, bH as FormFieldStringTypeFormatOptionsOneOf, eJ as FormLayout, fr as FormOverride, fs as FormProperties, fq as FormRule, hx as FormSubmissionSearchSpec, bx as FormSubmissionStatusUpdatedEvent, h2 as FormSubmissionsCount, aZ as Format, a1 as FormatEnumFormat, hI as FormatEnumFormatWithLiterals, iG as FormatWithLiterals, hi as FormattedFormSubmission, hf as FormattedSubmission, cW as GIF, cV as GIFData, ah as GIFType, hY as GIFTypeWithLiterals, cL as GalleryData, cR as GalleryOptions, cS as GalleryOptionsLayout, gP as GetDeletedSubmissionRequest, he as GetFormattedSubmissionRequest, h6 as GetMediaUploadURLRequest, gx as GetSubmissionByCheckoutIdRequest, gy as GetSubmissionByCheckoutIdResponse, h8 as GetSubmissionDownloadUrlRequest, gv as GetSubmissionRequest, gw as GetSubmissionResponse, dc as Gradient, eN as Group, cY as HTMLData, cZ as HTMLDataDataOneOf, hd as HeadersEntry, cX as HeadingData, cz as Height, fM as HiddenOptions, ga as IdentificationData, gb as IdentificationDataIdOneOf, bl as IdentityType, j2 as IdentityTypeWithLiterals, cN as Image, c_ as ImageData, d0 as ImageDataStyles, aK as ImageFit, ir as ImageFitWithLiterals, aI as ImagePosition, ip as ImagePositionWithLiterals, dA as ImageStyles, eU as InPersonOptions, aA as InitialExpandedItems, ig as InitialExpandedItemsWithLiterals, cg as InputField, ch as InputFieldInputTypeOptionsOneOf, a_ as InputType, iH as InputTypeWithLiterals, bO as IntegerType, f$ as IsFormSubmittableRequest, g0 as IsFormSubmittableResponse, cP as Item, cQ as ItemDataOneOf, eL as ItemLayout, eM as ItemLayoutItemOneOf, gn as ItemMetadata, cT as ItemStyle, aP as ItemType, iw as ItemTypeWithLiterals, b6 as Kind, iP as KindWithLiterals, ay as Layout, dX as LayoutCellData, dV as LayoutData, aF as LayoutDataImagePosition, il as LayoutDataImagePositionWithLiterals, ad as LayoutType, hU as LayoutTypeWithLiterals, id as LayoutWithLiterals, fD as LimitationRule, a9 as LineStyle, hQ as LineStyleWithLiterals, cB as Link, dq as LinkData, cC as LinkDataOneOf, d1 as LinkPreviewData, d2 as LinkPreviewDataStyles, a7 as LinkTarget, hO as LinkTargetWithLiterals, gL as ListDeletedSubmissionsRequest, hg as ListFormattedSubmissionsRequest, hh as ListFormattedSubmissionsResponse, dP as ListValue, eS as Location, eT as LocationLocationInfoOneOf, d3 as MapData, d4 as MapSettings, ak as MapType, h$ as MapTypeWithLiterals, eO as Margin, bA as MarketingSubscriptionDetails, cM as Media, d$ as MediaItem, e0 as MediaItemMediaOneOf, e1 as MediaSettings, dr as MentionData, g9 as MessageEnvelope, dY as Metadata, bo as Mode, j5 as ModeWithLiterals, eD as MultilineAddress, c5 as MultilineAddressValidation, fC as NestedForm, c9 as NestedFormFieldOverrides, cd as NestedFormOverrides, cp as Node, cq as NodeDataOneOf, cr as NodeStyle, a3 as NodeType, hK as NodeTypeWithLiterals, aD as NullValue, ij as NullValueWithLiterals, aN as NumberComponentType, iu as NumberComponentTypeWithLiterals, bN as NumberErrorMessages, ef as NumberInput, aL as NumberOfColumns, is as NumberOfColumnsWithLiterals, ee as NumberType, fj as ObjectArray, aX as ObjectArrayComponentType, fk as ObjectArrayComponentTypeOptionsOneOf, iE as ObjectArrayComponentTypeWithLiterals, c8 as ObjectArrayType, bV as ObjectErrorMessages, ek as ObjectType, bT as ObjectTypePropertiesType, bU as ObjectTypePropertiesTypePropertiesTypeOneOf, dH as Oembed, bj as Operator, j0 as OperatorWithLiterals, X as OptInLevel, hC as OptInLevelWithLiterals, eq as Option, dg as OptionDesign, db as OptionLayout, fT as OrCondition, bu as OrderDetails, dR as OrderedListData, ae as Orientation, hV as OrientationWithLiterals, b5 as OverrideEntityType, bi as OverrideEntityTypeEnumOverrideEntityType, i$ as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, iO as OverrideEntityTypeWithLiterals, cK as PDFSettings, fo as PageNavigationOptions, d5 as ParagraphData, fd as Payment, aU as PaymentComponentType, fe as PaymentComponentTypeOptionsOneOf, iB as PaymentComponentTypeWithLiterals, eB as PaymentInput, b$ as PaymentType, d7 as Permissions, cl as PhoneConstraints, e_ as PhoneInfo, b0 as PhoneInfoTag, iJ as PhoneInfoTagWithLiterals, e8 as PhoneInput, eW as PhoneOptions, av as Placement, ia as PlacementWithLiterals, dF as PlaybackOptions, cv as PluginContainerData, a5 as PluginContainerDataAlignment, hM as PluginContainerDataAlignmentWithLiterals, cw as PluginContainerDataWidth, cx as PluginContainerDataWidthDataOneOf, dh as Poll, d6 as PollData, di as PollDataLayout, df as PollDesign, da as PollLayout, ao as PollLayoutDirection, i3 as PollLayoutDirectionWithLiterals, an as PollLayoutType, i2 as PollLayoutTypeWithLiterals, d8 as PollOption, as as Position, i7 as PositionWithLiterals, ft as PostSubmissionTriggers, bZ as PredefinedValidation, b_ as PredefinedValidationFormatOptionsOneOf, $ as PriceType, hG as PriceTypeWithLiterals, dD as PricingData, c3 as Product, ex as ProductCheckboxGroup, ey as ProductCheckboxGroupOption, c4 as ProductPriceOptionsOneOf, _ as ProductType, hF as ProductTypeWithLiterals, el as PropertiesType, aQ as PropertiesTypeEnum, ix as PropertiesTypeEnumWithLiterals, em as PropertiesTypePropertiesTypeOptionsOneOf, bv as PublicTags, c0 as QuantityLimit, gQ as QuerySubmissionRequest, g$ as QuerySubmissionsByNamespaceForExportRequest, h0 as QuerySubmissionsByNamespaceForExportResponse, gZ as QuerySubmissionsByNamespaceRequest, g_ as QuerySubmissionsByNamespaceResponse, e2 as RadioGroup, e3 as RadioGroupOption, eg as RatingInput, fI as RedirectOptions, cD as Rel, gH as RemoveSubmissionFromTrashBinRequest, gI as RemoveSubmissionFromTrashBinResponse, by as RemovedSubmissionFromTrash, eI as Repeater, bd as RequiredIndicator, be as RequiredIndicatorPlacement, iX as RequiredIndicatorPlacementWithLiterals, fE as RequiredIndicatorProperties, iW as RequiredIndicatorWithLiterals, fL as RequiredOptions, au as Resizing, i9 as ResizingWithLiterals, aH as ResponsivenessBehaviour, io as ResponsivenessBehaviourWithLiterals, g4 as RestoreInfo, gG as RestoreSubmissionFromTrashBinRequest, dB as RibbonStyles, co as RichContent, fn as RichContentOptions, fK as Rule, fV as RuleFormOverride, fW as RuleFormOverrideEntityTypeOptionsOneOf, aE as Scaling, ik as ScalingWithLiterals, ff as Scheduling, aY as SchedulingComponentType, fg as SchedulingComponentTypeOptionsOneOf, iF as SchedulingComponentTypeWithLiterals, gW as SearchDetails, gX as SearchSubmissionsByNamespaceForExportRequest, gY as SearchSubmissionsByNamespaceForExportResponse, gT as SearchSubmissionsByNamespaceRequest, eP as Section, ed as ServiceOption, et as ServicesCheckboxGroup, ec as ServicesDropdown, d9 as Settings, ew as Signature, bn as SortOrder, j4 as SortOrderWithLiterals, gS as Sorting, ai as Source, hZ as SourceWithLiterals, bc as SpamFilterProtectionLevel, iV as SpamFilterProtectionLevelWithLiterals, cy as Spoiler, dt as SpoilerData, bp as Status, j6 as StatusWithLiterals, fp as Step, a2 as StringComponentType, hJ as StringComponentTypeWithLiterals, bI as StringErrorMessages, ci as StringType, bJ as StringTypeDateTimeConstraints, Y as StringTypeFormatEnumFormat, hD as StringTypeFormatEnumFormatWithLiterals, cj as StringTypeFormatOptionsOneOf, bK as StringTypePhoneConstraints, bL as StringTypeValidationMessages, cA as Styles, c$ as StylesBorder, aj as StylesPosition, h_ as StylesPositionWithLiterals, bz as SubmissionContactMapped, bB as SubmissionContactMappingSkipped, h9 as SubmissionDocument, ha as SubmissionDocumentDocumentOneOf, bq as SubmissionErrorType, j7 as SubmissionErrorTypeWithLiterals, W as SubmissionStatus, hB as SubmissionStatusWithLiterals, ht as SubmissionValidationError, hu as SubmissionValidationErrorErrorMessageOneOf, hs as SubmissionValidationErrors, gg as SubmissionValidationErrorsDetails, hy as SubmissionsQueryResult, gd as SubmitContactResponse, fF as SubmitSettings, fG as SubmitSettingsSubmitSuccessActionOptionsOneOf, bg as SubmitSuccessAction, iZ as SubmitSuccessActionWithLiterals, br as Submitter, bs as SubmitterSubmitterOneOf, f1 as SubscriptionInfo, ba as SubscriptionInfoOptInLevel, iT as SubscriptionInfoOptInLevelWithLiterals, dL as TableCellData, dJ as TableData, b1 as Tag, bw as TagList, iK as TagWithLiterals, fX as Tags, es as TagsOption, fY as TagsTagList, bf as Target, iY as TargetWithLiterals, a8 as TextAlignment, hP as TextAlignmentWithLiterals, dk as TextData, cn as TextInput, d_ as TextNodeStyle, cF as TextStyle, fH as ThankYouMessageOptions, cU as Thumbnails, ag as ThumbnailsAlignment, hX as ThumbnailsAlignmentWithLiterals, ea as TimeInput, aW as Type, iD as TypeWithLiterals, hj as UpdateExtendedFieldsRequest, gz as UpdateSubmissionRequest, gA as UpdateSubmissionResponse, aT as UploadFileFormat, iA as UploadFileFormatWithLiterals, fu as UpsertContact, gc as UpsertContactFromSubmissionRequest, fv as V4FormFieldContactInfo, fw as V4FormFieldContactInfoAdditionalInfoOneOf, hp as ValidateFormSubmissionRequest, ca as Validation, gh as ValidationError, Z as ValidationFormat, hE as ValidationFormatWithLiterals, cm as ValidationMessages, cb as ValidationValidationOneOf, aC as VerticalAlignment, aG as VerticalAlignmentAlignment, im as VerticalAlignmentAlignmentWithLiterals, ii as VerticalAlignmentWithLiterals, cO as Video, eV as VideoConferenceOptions, dE as VideoData, ac as ViewMode, hT as ViewModeWithLiterals, al as ViewRole, i0 as ViewRoleWithLiterals, am as VoteRole, i1 as VoteRoleWithLiterals, bk as WebhookIdentityType, j1 as WebhookIdentityTypeWithLiterals, aa as Width, a4 as WidthType, hL as WidthTypeWithLiterals, hR as WidthWithLiterals, fb as WixFile, aS as WixFileComponentType, fc as WixFileComponentTypeOptionsOneOf, iz as WixFileComponentTypeWithLiterals, f8 as _Array, f9 as _ArrayComponentTypeOptionsOneOf, f6 as _Boolean, f7 as _BooleanComponentTypeOptionsOneOf, f4 as _Number, f5 as _NumberComponentTypeOptionsOneOf, fa as _Object, f2 as _String, f3 as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-BliG3eAK.js';
|
|
2
|
+
import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as CountSubmissionsByFilterOptions, o as CountSubmissionsByFilterResponse, p as CountSubmissionsOptions, q as CountSubmissionsResponse, r as CountDeletedSubmissionsOptions, s as CountDeletedSubmissionsResponse, t as GetMediaUploadURLResponse, u as BulkMarkSubmissionsAsSeenResponse, v as GetSubmissionDownloadUrlResponse, w as RawHttpResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, 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 FormSubmissionQuery, P as QuerySubmissionsByNamespaceOptions, T as typedQuerySubmissionsByNamespace, W as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-p9UgjNSI.js';
|
|
3
|
+
export { g9 as ActionEvent, fj as Address, fk as AddressComponentTypeOptionsOneOf, f1 as AddressInfo, ba as AddressInfoTag, iV as AddressInfoTagWithLiterals, eG as AddressLine2, aK as Alignment, it as AlignmentWithLiterals, fP as AllowedValuesOptions, dp as AnchorData, fU as AndCondition, dw as AppEmbedData, dx as AppEmbedDataAppDataOneOf, aA as AppType, ii as AppTypeWithLiterals, gq as ApplicationError, eS as Appointment, eT as AppointmentFormatInfoOneOf, aS as ArrayComponentType, iB as ArrayComponentTypeWithLiterals, bZ as ArrayErrorMessages, ep as ArrayItems, eq as ArrayItemsItemTypeOptionsOneOf, el as ArrayType, bX as ArrayTypeArrayItems, bY as ArrayTypeArrayItemsItemsOneOf, au as AspectRatio, ib as AspectRatioWithLiterals, dR as AudioData, de as Background, df as BackgroundBackgroundOneOf, dX as BackgroundImage, aq as BackgroundType, i7 as BackgroundTypeWithLiterals, hx as BaseEventMetadata, dU as BlockquoteData, dy as BookingData, aP as BooleanComponentType, iy as BooleanComponentTypeWithLiterals, bR as BooleanErrorMessages, ej as BooleanType, cu as Border, dO as BorderColors, dP as BorderWidths, eM as BreakPoint, gr as BulkActionMetadata, gv as BulkCreateSubmissionBySubmitterData, gu as BulkCreateSubmissionBySubmitterRequest, gw as BulkCreateSubmissionBySubmitterResponse, gm as BulkCreateSubmissionsForMigrationRequest, gn as BulkCreateSubmissionsForMigrationResponse, gG as BulkDeleteSubmissionRequest, gH as BulkDeleteSubmissionResult, h9 as BulkMarkSubmissionsAsSeenRequest, gL as BulkRemoveSubmissionFromTrashBinRequest, gM as BulkRemoveSubmissionFromTrashBinResult, go as BulkSubmissionResult, hD as BulkUpdateFormSubmissionTagsByFilterOptions, hp as BulkUpdateFormSubmissionTagsByFilterRequest, hq as BulkUpdateFormSubmissionTagsByFilterResponse, hC as BulkUpdateFormSubmissionTagsOptions, hm as BulkUpdateFormSubmissionTagsRequest, hn as BulkUpdateFormSubmissionTagsResponse, ho as BulkUpdateFormSubmissionTagsResult, dT as BulletedListData, ct as ButtonData, a7 as ButtonDataType, hQ as ButtonDataTypeWithLiterals, dA as ButtonStyles, dV as CaptionData, dD as CardStyles, ay as CardStylesAlignment, ig as CardStylesAlignmentWithLiterals, ax as CardStylesType, ie as CardStylesTypeWithLiterals, dN as CellStyle, bi as ChangeableProperty, j1 as ChangeablePropertyWithLiterals, ek as Checkbox, er as CheckboxGroup, g0 as Checkout, cF as CodeBlockData, dJ as CollapsibleListData, dq as ColorData, cv as Colors, jc as CommonQueryWithEntityContext, jb as CommonSearchWithEntityContext, aW as ComponentType, iF as ComponentTypeWithLiterals, et as ComponentsTags, fW as Condition, fS as ConditionNode, fT as ConditionNodeNodeOneOf, gD as ConfirmSubmissionRequest, b3 as ConfirmationLevel, iO as ConfirmationLevelWithLiterals, b4 as ContactField, iP as ContactFieldWithLiterals, h6 as CountDeletedSubmissionsRequest, h3 as CountSubmissionsByFilterRequest, h5 as CountSubmissionsRequest, bD as CreateCheckoutFromSubmissionRequest, bE as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, f$ as CreateCheckoutFromSubmissionResponse, gs as CreateSubmissionBySubmitterRequest, gt as CreateSubmissionBySubmitterResponse, gk as CreateSubmissionForMigrationRequest, gl as CreateSubmissionForMigrationResponse, gg as CreateSubmissionRequest, gh as CreateSubmissionResponse, ag as Crop, hZ as CropWithLiterals, gO as CursorPaging, gP as CursorPagingMetadata, gT as CursorQueryPagingMethodOneOf, gW as CursorSearch, gX as CursorSearchPagingMethodOneOf, gQ as Cursors, f2 as CustomFieldInfo, e5 as CustomOption, cd as DataExtensionsDetails, ea as DateInput, ec as DatePicker, cl as DateTimeConstraints, e8 as DateTimeInput, dm as Decoration, dn as DecorationDataOneOf, ar as DecorationType, i8 as DecorationTypeWithLiterals, eH as DefaultCountryConfig, eI as DefaultCountryConfigOptionsOneOf, gE as DeleteSubmissionRequest, gF as DeleteSubmissionResponse, dk as Design, dL as Dimensions, aC as Direction, ik as DirectionWithLiterals, fn as DisplayField, fo as DisplayFieldDisplayFieldTypeOptionsOneOf, b5 as DisplayFieldType, iQ as DisplayFieldTypeWithLiterals, cH as DividerData, ac as DividerDataAlignment, hV as DividerDataAlignmentWithLiterals, hd as DocumentReady, d_ as DocumentStyle, g3 as DomainEvent, g4 as DomainEventBodyOneOf, eB as DonationInput, eC as DonationInputOption, he as DownloadSubmissionRequest, e6 as Dropdown, e7 as DropdownOption, c3 as DynamicPriceOptions, e$ as EmailInfo, b0 as EmailInfoTag, iL as EmailInfoTagWithLiterals, dH as EmbedData, ga as Empty, g5 as EntityCreatedEvent, g8 as EntityDeletedEvent, g7 as EntityUpdatedEvent, bn as ErrorType, j6 as ErrorTypeWithLiterals, dz as EventData, hy as EventMetadata, bu as ExtendedFields, cf as Field, cg as FieldFieldTypeOptionsOneOf, fL as FieldGroup, fQ as FieldOverride, fR as FieldOverridePropertyTypeOptionsOneOf, c7 as FieldOverrides, a1 as FieldType, hK as FieldTypeWithLiterals, hs as FieldViolation, ht as FieldViolationErrorDataOneOf, c8 as FieldsOverrides, eJ as FieldsSettings, cI as FileData, cJ as FileSource, cK as FileSourceDataOneOf, ew as FileType, ex as FileUpload, aN as FirstDayOfWeek, iw as FirstDayOfWeekWithLiterals, eE as FixedPayment, c2 as FixedPriceOptions, dv as FontFamilyData, dt as FontSizeData, as as FontType, i9 as FontTypeWithLiterals, bF as Form, h7 as FormDeletedSubmissionsCount, bG as FormField, bS as FormFieldArrayType, bQ as FormFieldBooleanType, eZ as FormFieldContactInfo, e_ as FormFieldContactInfoAdditionalInfoOneOf, fB as FormFieldContactInfoAddressInfo, bc as FormFieldContactInfoContactField, iX as FormFieldContactInfoContactFieldWithLiterals, fC as FormFieldContactInfoCustomFieldInfo, fz as FormFieldContactInfoEmailInfo, b8 as FormFieldContactInfoEmailInfoTag, iT as FormFieldContactInfoEmailInfoTagWithLiterals, fA as FormFieldContactInfoPhoneInfo, b9 as FormFieldContactInfoPhoneInfoTag, iU as FormFieldContactInfoPhoneInfoTagWithLiterals, fD as FormFieldContactInfoSubscriptionInfo, bN as FormFieldNumberType, bT as FormFieldObjectType, bH as FormFieldStringType, bI as FormFieldStringTypeFormatOptionsOneOf, eL as FormLayout, ft as FormOverride, fu as FormProperties, fs as FormRule, hB as FormSubmissionQuerySpec, hz as FormSubmissionSearchSpec, by as FormSubmissionStatusUpdatedEvent, h4 as FormSubmissionsCount, a_ as Format, a2 as FormatEnumFormat, hL as FormatEnumFormatWithLiterals, iJ as FormatWithLiterals, hk as FormattedFormSubmission, hh as FormattedSubmission, cX as GIF, cW as GIFData, ai as GIFType, h$ as GIFTypeWithLiterals, cM as GalleryData, cS as GalleryOptions, cT as GalleryOptionsLayout, gR as GetDeletedSubmissionRequest, hg as GetFormattedSubmissionRequest, h8 as GetMediaUploadURLRequest, gz as GetSubmissionByCheckoutIdRequest, gA as GetSubmissionByCheckoutIdResponse, ha as GetSubmissionDownloadUrlRequest, gx as GetSubmissionRequest, gy as GetSubmissionResponse, dd as Gradient, eP as Group, cZ as HTMLData, c_ as HTMLDataDataOneOf, hf as HeadersEntry, cY as HeadingData, cA as Height, fO as HiddenOptions, gc as IdentificationData, gd as IdentificationDataIdOneOf, bm as IdentityType, j5 as IdentityTypeWithLiterals, cO as Image, c$ as ImageData, d1 as ImageDataStyles, aL as ImageFit, iu as ImageFitWithLiterals, aJ as ImagePosition, is as ImagePositionWithLiterals, dB as ImageStyles, eW as InPersonOptions, aB as InitialExpandedItems, ij as InitialExpandedItemsWithLiterals, ch as InputField, ci as InputFieldInputTypeOptionsOneOf, a$ as InputType, iK as InputTypeWithLiterals, bP as IntegerType, g1 as IsFormSubmittableRequest, g2 as IsFormSubmittableResponse, cQ as Item, cR as ItemDataOneOf, eN as ItemLayout, eO as ItemLayoutItemOneOf, gp as ItemMetadata, cU as ItemStyle, aQ as ItemType, iz as ItemTypeWithLiterals, b7 as Kind, iS as KindWithLiterals, az as Layout, dY as LayoutCellData, dW as LayoutData, aG as LayoutDataImagePosition, ip as LayoutDataImagePositionWithLiterals, ae as LayoutType, hX as LayoutTypeWithLiterals, ih as LayoutWithLiterals, fF as LimitationRule, aa as LineStyle, hT as LineStyleWithLiterals, cC as Link, dr as LinkData, cD as LinkDataOneOf, d2 as LinkPreviewData, d3 as LinkPreviewDataStyles, a8 as LinkTarget, hR as LinkTargetWithLiterals, gN as ListDeletedSubmissionsRequest, hi as ListFormattedSubmissionsRequest, hj as ListFormattedSubmissionsResponse, dQ as ListValue, eU as Location, eV as LocationLocationInfoOneOf, d4 as MapData, d5 as MapSettings, al as MapType, i2 as MapTypeWithLiterals, eQ as Margin, bB as MarketingSubscriptionDetails, cN as Media, e0 as MediaItem, e1 as MediaItemMediaOneOf, e2 as MediaSettings, ds as MentionData, gb as MessageEnvelope, dZ as Metadata, bp as Mode, j8 as ModeWithLiterals, eF as MultilineAddress, c6 as MultilineAddressValidation, fE as NestedForm, ca as NestedFormFieldOverrides, ce as NestedFormOverrides, cq as Node, cr as NodeDataOneOf, cs as NodeStyle, a4 as NodeType, hN as NodeTypeWithLiterals, aE as NullValue, im as NullValueWithLiterals, aO as NumberComponentType, ix as NumberComponentTypeWithLiterals, bO as NumberErrorMessages, eh as NumberInput, aM as NumberOfColumns, iv as NumberOfColumnsWithLiterals, eg as NumberType, fl as ObjectArray, aY as ObjectArrayComponentType, fm as ObjectArrayComponentTypeOptionsOneOf, iH as ObjectArrayComponentTypeWithLiterals, c9 as ObjectArrayType, bW as ObjectErrorMessages, em as ObjectType, bU as ObjectTypePropertiesType, bV as ObjectTypePropertiesTypePropertiesTypeOneOf, dI as Oembed, bk as Operator, j3 as OperatorWithLiterals, Y as OptInLevel, hF as OptInLevelWithLiterals, es as Option, dh as OptionDesign, dc as OptionLayout, fV as OrCondition, bv as OrderDetails, dS as OrderedListData, af as Orientation, hY as OrientationWithLiterals, b6 as OverrideEntityType, bj as OverrideEntityTypeEnumOverrideEntityType, j2 as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, iR as OverrideEntityTypeWithLiterals, cL as PDFSettings, fq as PageNavigationOptions, d6 as ParagraphData, ef as Password, ff as Payment, aV as PaymentComponentType, fg as PaymentComponentTypeOptionsOneOf, iE as PaymentComponentTypeWithLiterals, eD as PaymentInput, c0 as PaymentType, d8 as Permissions, cm as PhoneConstraints, f0 as PhoneInfo, b1 as PhoneInfoTag, iM as PhoneInfoTagWithLiterals, e9 as PhoneInput, eY as PhoneOptions, aw as Placement, id as PlacementWithLiterals, dG as PlaybackOptions, cw as PluginContainerData, a6 as PluginContainerDataAlignment, hP as PluginContainerDataAlignmentWithLiterals, cx as PluginContainerDataWidth, cy as PluginContainerDataWidthDataOneOf, di as Poll, d7 as PollData, dj as PollDataLayout, dg as PollDesign, db as PollLayout, ap as PollLayoutDirection, i6 as PollLayoutDirectionWithLiterals, ao as PollLayoutType, i5 as PollLayoutTypeWithLiterals, d9 as PollOption, at as Position, ia as PositionWithLiterals, fv as PostSubmissionTriggers, b_ as PredefinedValidation, b$ as PredefinedValidationFormatOptionsOneOf, a0 as PriceType, hJ as PriceTypeWithLiterals, dE as PricingData, c4 as Product, ez as ProductCheckboxGroup, eA as ProductCheckboxGroupOption, c5 as ProductPriceOptionsOneOf, $ as ProductType, hI as ProductTypeWithLiterals, en as PropertiesType, aR as PropertiesTypeEnum, iA as PropertiesTypeEnumWithLiterals, eo as PropertiesTypePropertiesTypeOptionsOneOf, bw as PublicTags, c1 as QuantityLimit, gS as QuerySubmissionRequest, h1 as QuerySubmissionsByNamespaceForExportRequest, h2 as QuerySubmissionsByNamespaceForExportResponse, g$ as QuerySubmissionsByNamespaceRequest, h0 as QuerySubmissionsByNamespaceResponse, e3 as RadioGroup, e4 as RadioGroupOption, ei as RatingInput, fK as RedirectOptions, cE as Rel, gJ as RemoveSubmissionFromTrashBinRequest, gK as RemoveSubmissionFromTrashBinResponse, bz as RemovedSubmissionFromTrash, eK as Repeater, be as RequiredIndicator, bf as RequiredIndicatorPlacement, i_ as RequiredIndicatorPlacementWithLiterals, fG as RequiredIndicatorProperties, iZ as RequiredIndicatorWithLiterals, fN as RequiredOptions, av as Resizing, ic as ResizingWithLiterals, aI as ResponsivenessBehaviour, ir as ResponsivenessBehaviourWithLiterals, g6 as RestoreInfo, gI as RestoreSubmissionFromTrashBinRequest, dC as RibbonStyles, cp as RichContent, fp as RichContentOptions, fM as Rule, fX as RuleFormOverride, fY as RuleFormOverrideEntityTypeOptionsOneOf, aF as Scaling, io as ScalingWithLiterals, fh as Scheduling, aZ as SchedulingComponentType, fi as SchedulingComponentTypeOptionsOneOf, iI as SchedulingComponentTypeWithLiterals, gY as SearchDetails, gZ as SearchSubmissionsByNamespaceForExportRequest, g_ as SearchSubmissionsByNamespaceForExportResponse, gV as SearchSubmissionsByNamespaceRequest, eR as Section, ee as ServiceOption, ev as ServicesCheckboxGroup, ed as ServicesDropdown, da as Settings, ey as Signature, bo as SortOrder, j7 as SortOrderWithLiterals, gU as Sorting, aj as Source, i0 as SourceWithLiterals, bd as SpamFilterProtectionLevel, iY as SpamFilterProtectionLevelWithLiterals, cz as Spoiler, du as SpoilerData, bq as Status, j9 as StatusWithLiterals, fr as Step, a3 as StringComponentType, hM as StringComponentTypeWithLiterals, bJ as StringErrorMessages, cj as StringType, bK as StringTypeDateTimeConstraints, Z as StringTypeFormatEnumFormat, hG as StringTypeFormatEnumFormatWithLiterals, ck as StringTypeFormatOptionsOneOf, bL as StringTypePhoneConstraints, bM as StringTypeValidationMessages, cB as Styles, d0 as StylesBorder, ak as StylesPosition, i1 as StylesPositionWithLiterals, bA as SubmissionContactMapped, bC as SubmissionContactMappingSkipped, hb as SubmissionDocument, hc as SubmissionDocumentDocumentOneOf, br as SubmissionErrorType, ja as SubmissionErrorTypeWithLiterals, X as SubmissionStatus, hE as SubmissionStatusWithLiterals, hv as SubmissionValidationError, hw as SubmissionValidationErrorErrorMessageOneOf, hu as SubmissionValidationErrors, gi as SubmissionValidationErrorsDetails, hA as SubmissionsQueryResult, gf as SubmitContactResponse, fH as SubmitSettings, fI as SubmitSettingsSubmitSuccessActionOptionsOneOf, bh as SubmitSuccessAction, j0 as SubmitSuccessActionWithLiterals, bs as Submitter, bt as SubmitterSubmitterOneOf, f3 as SubscriptionInfo, bb as SubscriptionInfoOptInLevel, iW as SubscriptionInfoOptInLevelWithLiterals, dM as TableCellData, dK as TableData, b2 as Tag, bx as TagList, iN as TagWithLiterals, fZ as Tags, eu as TagsOption, f_ as TagsTagList, bg as Target, i$ as TargetWithLiterals, a9 as TextAlignment, hS as TextAlignmentWithLiterals, dl as TextData, co as TextInput, d$ as TextNodeStyle, cG as TextStyle, fJ as ThankYouMessageOptions, cV as Thumbnails, ah as ThumbnailsAlignment, h_ as ThumbnailsAlignmentWithLiterals, eb as TimeInput, aX as Type, iG as TypeWithLiterals, hl as UpdateExtendedFieldsRequest, gB as UpdateSubmissionRequest, gC as UpdateSubmissionResponse, aU as UploadFileFormat, iD as UploadFileFormatWithLiterals, fw as UpsertContact, ge as UpsertContactFromSubmissionRequest, fx as V4FormFieldContactInfo, fy as V4FormFieldContactInfoAdditionalInfoOneOf, hr as ValidateFormSubmissionRequest, cb as Validation, gj as ValidationError, _ as ValidationFormat, hH as ValidationFormatWithLiterals, cn as ValidationMessages, cc as ValidationValidationOneOf, aD as VerticalAlignment, aH as VerticalAlignmentAlignment, iq as VerticalAlignmentAlignmentWithLiterals, il as VerticalAlignmentWithLiterals, cP as Video, eX as VideoConferenceOptions, dF as VideoData, ad as ViewMode, hW as ViewModeWithLiterals, am as ViewRole, i3 as ViewRoleWithLiterals, an as VoteRole, i4 as VoteRoleWithLiterals, bl as WebhookIdentityType, j4 as WebhookIdentityTypeWithLiterals, ab as Width, a5 as WidthType, hO as WidthTypeWithLiterals, hU as WidthWithLiterals, fd as WixFile, aT as WixFileComponentType, fe as WixFileComponentTypeOptionsOneOf, iC as WixFileComponentTypeWithLiterals, fa as _Array, fb as _ArrayComponentTypeOptionsOneOf, f8 as _Boolean, f9 as _BooleanComponentTypeOptionsOneOf, f6 as _Number, f7 as _NumberComponentTypeOptionsOneOf, fc as _Object, f4 as _String, f5 as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-p9UgjNSI.js';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|
|
@@ -262,7 +262,7 @@ declare const onSubmissionContactMappingSkipped$1: EventDefinition<SubmissionCon
|
|
|
262
262
|
declare const onSubmissionUpdated$1: EventDefinition<SubmissionUpdatedEnvelope, "wix.forms.v4.submission_updated">;
|
|
263
263
|
|
|
264
264
|
declare function customQuerySubmissionsByNamespace(httpClient: HttpClient): {
|
|
265
|
-
(query:
|
|
265
|
+
(query: FormSubmissionQuery, options?: QuerySubmissionsByNamespaceOptions): ReturnType<typeof typedQuerySubmissionsByNamespace>;
|
|
266
266
|
(options?: QuerySubmissionsByNamespaceOptions): SubmissionsQueryBuilder;
|
|
267
267
|
};
|
|
268
268
|
declare const upsertContactFromSubmission: MaybeContext<BuildRESTFunction<typeof upsertContactFromSubmission$1> & typeof upsertContactFromSubmission$1>;
|
|
@@ -320,4 +320,4 @@ declare const onSubmissionContactMappingSkipped: BuildEventDefinition<typeof onS
|
|
|
320
320
|
*/
|
|
321
321
|
declare const onSubmissionUpdated: BuildEventDefinition<typeof onSubmissionUpdated$1> & typeof onSubmissionUpdated$1;
|
|
322
322
|
|
|
323
|
-
export { BulkDeleteSubmissionOptions, BulkDeleteSubmissionResponse, BulkMarkSubmissionsAsSeenResponse, BulkRemoveSubmissionFromTrashBinOptions, BulkRemoveSubmissionFromTrashBinResponse, ConfirmSubmissionResponse, CountDeletedSubmissionsOptions, CountDeletedSubmissionsResponse, CountSubmissionsByFilterOptions, CountSubmissionsByFilterResponse, CountSubmissionsOptions, CountSubmissionsResponse, CreateSubmissionApplicationErrors, CreateSubmissionOptions, CreateSubmissionValidationErrors, CursorQuery, DeleteSubmissionOptions, FormSubmission, FormSubmissionSearch, GetDeletedSubmissionResponse, GetFormattedSubmissionResponse, GetMediaUploadURLResponse, GetSubmissionDownloadUrlResponse, ListDeletedSubmissionsOptions, ListDeletedSubmissionsResponse, QuerySubmissionOptions, QuerySubmissionResponse, QuerySubmissionsByNamespaceOptions, RawHttpResponse, RestoreSubmissionFromTrashBinResponse, SearchSubmissionsByNamespaceResponse, SubmissionContactMappedEnvelope, SubmissionContactMappingSkippedEnvelope, SubmissionCreatedEnvelope, SubmissionDeletedEnvelope, SubmissionRemovedSubmissionFromTrashEnvelope, SubmissionStatusUpdatedEnvelope, SubmissionUpdatedEnvelope, SubmissionsQueryBuilder, UpdateExtendedFieldsOptions, UpdateExtendedFieldsResponse, UpdateSubmission, UpdateSubmissionValidationErrors, UpsertContactFromSubmissionOptions, UpsertContactFromSubmissionResponse, ValidateFormSubmissionOptions, ValidateFormSubmissionResponse, bulkDeleteSubmission, bulkMarkSubmissionsAsSeen, bulkRemoveSubmissionFromTrashBin, confirmSubmission, countDeletedSubmissions, countSubmissions, countSubmissionsByFilter, createSubmission, deleteSubmission, downloadSubmission, getDeletedSubmission, getFormattedSubmission, getMediaUploadUrl, getSubmission, getSubmissionDownloadUrl, listDeletedSubmissions, onSubmissionContactMapped, onSubmissionContactMappingSkipped, onSubmissionCreated, onSubmissionDeleted, onSubmissionRemovedSubmissionFromTrash, onSubmissionStatusUpdated, onSubmissionUpdated, querySubmission, querySubmissionsByNamespace, removeSubmissionFromTrashBin, restoreSubmissionFromTrashBin, searchSubmissionsByNamespace, updateExtendedFields, updateSubmission, upsertContactFromSubmission, validateFormSubmission };
|
|
323
|
+
export { BulkDeleteSubmissionOptions, BulkDeleteSubmissionResponse, BulkMarkSubmissionsAsSeenResponse, BulkRemoveSubmissionFromTrashBinOptions, BulkRemoveSubmissionFromTrashBinResponse, ConfirmSubmissionResponse, CountDeletedSubmissionsOptions, CountDeletedSubmissionsResponse, CountSubmissionsByFilterOptions, CountSubmissionsByFilterResponse, CountSubmissionsOptions, CountSubmissionsResponse, CreateSubmissionApplicationErrors, CreateSubmissionOptions, CreateSubmissionValidationErrors, CursorQuery, DeleteSubmissionOptions, FormSubmission, FormSubmissionQuery, FormSubmissionSearch, GetDeletedSubmissionResponse, GetFormattedSubmissionResponse, GetMediaUploadURLResponse, GetSubmissionDownloadUrlResponse, ListDeletedSubmissionsOptions, ListDeletedSubmissionsResponse, QuerySubmissionOptions, QuerySubmissionResponse, QuerySubmissionsByNamespaceOptions, RawHttpResponse, RestoreSubmissionFromTrashBinResponse, SearchSubmissionsByNamespaceResponse, SubmissionContactMappedEnvelope, SubmissionContactMappingSkippedEnvelope, SubmissionCreatedEnvelope, SubmissionDeletedEnvelope, SubmissionRemovedSubmissionFromTrashEnvelope, SubmissionStatusUpdatedEnvelope, SubmissionUpdatedEnvelope, SubmissionsQueryBuilder, UpdateExtendedFieldsOptions, UpdateExtendedFieldsResponse, UpdateSubmission, UpdateSubmissionValidationErrors, UpsertContactFromSubmissionOptions, UpsertContactFromSubmissionResponse, ValidateFormSubmissionOptions, ValidateFormSubmissionResponse, bulkDeleteSubmission, bulkMarkSubmissionsAsSeen, bulkRemoveSubmissionFromTrashBin, confirmSubmission, countDeletedSubmissions, countSubmissions, countSubmissionsByFilter, createSubmission, deleteSubmission, downloadSubmission, getDeletedSubmission, getFormattedSubmission, getMediaUploadUrl, getSubmission, getSubmissionDownloadUrl, listDeletedSubmissions, onSubmissionContactMapped, onSubmissionContactMappingSkipped, onSubmissionCreated, onSubmissionDeleted, onSubmissionRemovedSubmissionFromTrash, onSubmissionStatusUpdated, onSubmissionUpdated, querySubmission, querySubmissionsByNamespace, removeSubmissionFromTrashBin, restoreSubmissionFromTrashBin, searchSubmissionsByNamespace, updateExtendedFields, updateSubmission, upsertContactFromSubmission, validateFormSubmission };
|
package/build/cjs/index.js
CHANGED
|
@@ -1086,6 +1086,7 @@ var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
|
|
|
1086
1086
|
StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
|
|
1087
1087
|
StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
|
|
1088
1088
|
StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
|
|
1089
|
+
StringComponentType2["PASSWORD"] = "PASSWORD";
|
|
1089
1090
|
return StringComponentType2;
|
|
1090
1091
|
})(StringComponentType || {});
|
|
1091
1092
|
var NodeType = /* @__PURE__ */ ((NodeType2) => {
|