@wix/auto_sdk_forms_submissions 1.0.54 → 1.0.56
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-DjDjo-gt.d.ts → forms-v4-submission-submissions.universal-BbB34fG9.d.ts} +154 -90
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +8 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-DjDjo-gt.d.mts → forms-v4-submission-submissions.universal-BbB34fG9.d.mts} +154 -90
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +7 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +7 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-BBNQW7g1.d.ts → forms-v4-submission-submissions.universal-Np60VffE.d.ts} +154 -90
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +8 -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 +8 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-BBNQW7g1.d.mts → forms-v4-submission-submissions.universal-Np60VffE.d.mts} +154 -90
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +7 -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 +7 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { gR as UpsertContactFromSubmissionRequest$1, a as UpsertContactFromSubmissionResponse$1, gT as CreateSubmissionRequest$1, gU as CreateSubmissionResponse$1, h6 as GetSubmissionRequest$1, h7 as GetSubmissionResponse$1, ha as UpdateSubmissionRequest$1, hb as UpdateSubmissionResponse$1, hc as ConfirmSubmissionRequest$1, f as ConfirmSubmissionResponse$1, hd as DeleteSubmissionRequest$1, he as DeleteSubmissionResponse$1, hf as BulkDeleteSubmissionRequest$1, g as BulkDeleteSubmissionResponse$1, hh as RestoreSubmissionFromTrashBinRequest$1, R as RestoreSubmissionFromTrashBinResponse$1, hi as RemoveSubmissionFromTrashBinRequest$1, hj as RemoveSubmissionFromTrashBinResponse$1, hk as BulkRemoveSubmissionFromTrashBinRequest$1, i as BulkRemoveSubmissionFromTrashBinResponse$1, hm as ListDeletedSubmissionsRequest$1, j as ListDeletedSubmissionsResponse$1, hq as GetDeletedSubmissionRequest$1, G as GetDeletedSubmissionResponse$1, hr as QuerySubmissionRequest$1, l as QuerySubmissionResponse$1, hu as SearchSubmissionsByNamespaceRequest$1, S as SearchSubmissionsByNamespaceResponse$1, hA as QuerySubmissionsByNamespaceRequest$1, hB as QuerySubmissionsByNamespaceResponse$1, hE as CountSubmissionsByFilterRequest$1, q as CountSubmissionsByFilterResponse$1, hG as CountSubmissionsRequest$1, s as CountSubmissionsResponse$1, hH as CountDeletedSubmissionsRequest$1, u as CountDeletedSubmissionsResponse$1, hJ as GetMediaUploadURLRequest$1, v as GetMediaUploadURLResponse$1, hK as BulkMarkSubmissionsAsSeenRequest$1, hL as BulkMarkSubmissionsAsSeenResponse$1, hM as GetSubmissionDownloadUrlRequest$1, w as GetSubmissionDownloadUrlResponse$1, hQ as DownloadSubmissionRequest$1, x as RawHttpResponse$1, hS as GetFormattedSubmissionRequest$1, y as GetFormattedSubmissionResponse$1, hX as UpdateExtendedFieldsRequest$1, A as UpdateExtendedFieldsResponse$1, hY as BulkUpdateFormSubmissionTagsRequest$1, hZ as BulkUpdateFormSubmissionTagsResponse$1, h$ as BulkUpdateFormSubmissionTagsByFilterRequest$1, i0 as BulkUpdateFormSubmissionTagsByFilterResponse$1, i1 as ValidateFormSubmissionRequest$1, E as ValidateFormSubmissionResponse$1 } from './forms-v4-submission-submissions.universal-BbB34fG9.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Form submission that was created or retrieved. */
|
|
@@ -668,6 +668,8 @@ interface PredefinedValidation extends PredefinedValidationFormatOptionsOneOf {
|
|
|
668
668
|
paymentOptions?: PaymentType;
|
|
669
669
|
/** Multiline address validation. */
|
|
670
670
|
multilineAddressOptions?: MultilineAddressValidation;
|
|
671
|
+
/** Validation configuration for the object array input. */
|
|
672
|
+
objectArrayOptions?: ObjectArrayType;
|
|
671
673
|
/** Format of predefined validation. */
|
|
672
674
|
format?: ValidationFormatWithLiterals;
|
|
673
675
|
}
|
|
@@ -677,6 +679,8 @@ interface PredefinedValidationFormatOptionsOneOf {
|
|
|
677
679
|
paymentOptions?: PaymentType;
|
|
678
680
|
/** Multiline address validation. */
|
|
679
681
|
multilineAddressOptions?: MultilineAddressValidation;
|
|
682
|
+
/** Validation configuration for the object array input. */
|
|
683
|
+
objectArrayOptions?: ObjectArrayType;
|
|
680
684
|
}
|
|
681
685
|
declare enum ValidationFormat {
|
|
682
686
|
UNDEFINED = "UNDEFINED",
|
|
@@ -687,10 +691,12 @@ declare enum ValidationFormat {
|
|
|
687
691
|
/** Multiline address. */
|
|
688
692
|
MULTILINE_ADDRESS = "MULTILINE_ADDRESS",
|
|
689
693
|
/** Scheduling validation. */
|
|
690
|
-
SCHEDULING = "SCHEDULING"
|
|
694
|
+
SCHEDULING = "SCHEDULING",
|
|
695
|
+
/** Object array validation. */
|
|
696
|
+
OBJECT_ARRAY = "OBJECT_ARRAY"
|
|
691
697
|
}
|
|
692
698
|
/** @enumType */
|
|
693
|
-
type ValidationFormatWithLiterals = ValidationFormat | 'UNDEFINED' | 'WIX_FILE' | 'PAYMENT' | 'MULTILINE_ADDRESS' | 'SCHEDULING';
|
|
699
|
+
type ValidationFormatWithLiterals = ValidationFormat | 'UNDEFINED' | 'WIX_FILE' | 'PAYMENT' | 'MULTILINE_ADDRESS' | 'SCHEDULING' | 'OBJECT_ARRAY';
|
|
694
700
|
interface PaymentType {
|
|
695
701
|
/**
|
|
696
702
|
* Products the submitter can select to make a payment for.
|
|
@@ -828,6 +834,18 @@ interface FieldsOverrides {
|
|
|
828
834
|
/** Country settings. */
|
|
829
835
|
country?: FieldOverrides;
|
|
830
836
|
}
|
|
837
|
+
interface ObjectArrayType {
|
|
838
|
+
/**
|
|
839
|
+
* Maximum number of elements allowed in the array.
|
|
840
|
+
* @max 1000
|
|
841
|
+
*/
|
|
842
|
+
maxItems?: number | null;
|
|
843
|
+
/**
|
|
844
|
+
* Minimum number of elements required in the array.
|
|
845
|
+
* @max 1000
|
|
846
|
+
*/
|
|
847
|
+
minItems?: number | null;
|
|
848
|
+
}
|
|
831
849
|
interface NestedFormFieldOverrides {
|
|
832
850
|
/** Whether the field is required. Leave blank for no override. */
|
|
833
851
|
required?: boolean | null;
|
|
@@ -4860,6 +4878,123 @@ declare enum ComponentType {
|
|
|
4860
4878
|
}
|
|
4861
4879
|
/** @enumType */
|
|
4862
4880
|
type ComponentTypeWithLiterals = ComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'MULTILINE_ADDRESS';
|
|
4881
|
+
declare enum ObjectArrayComponentType {
|
|
4882
|
+
/** Unknown component type. */
|
|
4883
|
+
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4884
|
+
/** Repeater component. */
|
|
4885
|
+
REPEATER = "REPEATER"
|
|
4886
|
+
}
|
|
4887
|
+
/** @enumType */
|
|
4888
|
+
type ObjectArrayComponentTypeWithLiterals = ObjectArrayComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'REPEATER';
|
|
4889
|
+
interface Repeater {
|
|
4890
|
+
/**
|
|
4891
|
+
* Field label.
|
|
4892
|
+
* @maxLength 350
|
|
4893
|
+
*/
|
|
4894
|
+
label?: string | null;
|
|
4895
|
+
/** Additional description or instructions for the field. */
|
|
4896
|
+
description?: RichContent;
|
|
4897
|
+
/**
|
|
4898
|
+
* Whether to display the label.
|
|
4899
|
+
*
|
|
4900
|
+
* Default: `true`
|
|
4901
|
+
*/
|
|
4902
|
+
showLabel?: boolean | null;
|
|
4903
|
+
/**
|
|
4904
|
+
* Form fields that define the input elements inside repeater.
|
|
4905
|
+
* @maxSize 10
|
|
4906
|
+
*/
|
|
4907
|
+
fields?: Field[];
|
|
4908
|
+
/** Layout configuration that defines how form fields are arranged within this repeater. */
|
|
4909
|
+
layout?: FormLayout;
|
|
4910
|
+
}
|
|
4911
|
+
interface FormLayout {
|
|
4912
|
+
/** Layout configuration for large screen breakpoints (desktop). */
|
|
4913
|
+
large?: BreakPoint;
|
|
4914
|
+
/** Layout configuration for medium screen breakpoints (tablet). */
|
|
4915
|
+
medium?: BreakPoint;
|
|
4916
|
+
/** Layout configuration for small screen breakpoints (mobile). */
|
|
4917
|
+
small?: BreakPoint;
|
|
4918
|
+
}
|
|
4919
|
+
interface BreakPoint {
|
|
4920
|
+
/**
|
|
4921
|
+
* Configuration for the layout of items in the breakpoint.
|
|
4922
|
+
* @maxSize 500
|
|
4923
|
+
*/
|
|
4924
|
+
items?: ItemLayout[];
|
|
4925
|
+
/** Number of columns in the layout grid. */
|
|
4926
|
+
columns?: number | null;
|
|
4927
|
+
/** Height of each row in the layout grid, measured in pixels. */
|
|
4928
|
+
rowHeight?: number | null;
|
|
4929
|
+
/** Margin spacing configuration for the form elements. */
|
|
4930
|
+
margin?: Margin;
|
|
4931
|
+
/** Padding spacing inside form elements in pixels. */
|
|
4932
|
+
padding?: Margin;
|
|
4933
|
+
}
|
|
4934
|
+
interface ItemLayout extends ItemLayoutItemOneOf {
|
|
4935
|
+
/**
|
|
4936
|
+
* ID of the form field to be positioned in the layout.
|
|
4937
|
+
* @format GUID
|
|
4938
|
+
*/
|
|
4939
|
+
fieldId?: string;
|
|
4940
|
+
/** Group configuration for positioning multiple fields as a single layout unit. */
|
|
4941
|
+
group?: Group;
|
|
4942
|
+
/** Row position in the grid where this item is placed. */
|
|
4943
|
+
row?: number | null;
|
|
4944
|
+
/** Column position in the grid where this item is placed. */
|
|
4945
|
+
column?: number | null;
|
|
4946
|
+
/** Width of the item in grid units. */
|
|
4947
|
+
width?: number | null;
|
|
4948
|
+
/** Height of the item in grid units. */
|
|
4949
|
+
height?: number | null;
|
|
4950
|
+
}
|
|
4951
|
+
/** @oneof */
|
|
4952
|
+
interface ItemLayoutItemOneOf {
|
|
4953
|
+
/**
|
|
4954
|
+
* ID of the form field to be positioned in the layout.
|
|
4955
|
+
* @format GUID
|
|
4956
|
+
*/
|
|
4957
|
+
fieldId?: string;
|
|
4958
|
+
/** Group configuration for positioning multiple fields as a single layout unit. */
|
|
4959
|
+
group?: Group;
|
|
4960
|
+
}
|
|
4961
|
+
interface Group {
|
|
4962
|
+
/**
|
|
4963
|
+
* ID of the field group.
|
|
4964
|
+
* @format GUID
|
|
4965
|
+
*/
|
|
4966
|
+
groupId?: string;
|
|
4967
|
+
/**
|
|
4968
|
+
* Layout configuration for individual items within this group.
|
|
4969
|
+
* @minSize 1
|
|
4970
|
+
* @maxSize 500
|
|
4971
|
+
*/
|
|
4972
|
+
items?: ItemLayout[];
|
|
4973
|
+
}
|
|
4974
|
+
interface Margin {
|
|
4975
|
+
/** Horizontal spacing in pixels. */
|
|
4976
|
+
horizontal?: number | null;
|
|
4977
|
+
/** Vertical spacing in pixels. */
|
|
4978
|
+
vertical?: number | null;
|
|
4979
|
+
}
|
|
4980
|
+
interface Section {
|
|
4981
|
+
/**
|
|
4982
|
+
* Section ID.
|
|
4983
|
+
* @format GUID
|
|
4984
|
+
* @minLength 1
|
|
4985
|
+
*/
|
|
4986
|
+
_id?: string;
|
|
4987
|
+
/** Row position where this section is placed in the grid. */
|
|
4988
|
+
row?: number | null;
|
|
4989
|
+
/**
|
|
4990
|
+
* A list of field IDs that can be placed within the section.
|
|
4991
|
+
* The section only accepts fields with IDs specified in this list.
|
|
4992
|
+
* If the `$new` key is contained in this list, the section allows the inclusion of fields not explicitly listed, enabling dynamic addition of new fields.
|
|
4993
|
+
* @maxSize 100
|
|
4994
|
+
* @maxLength 100
|
|
4995
|
+
*/
|
|
4996
|
+
allowedFieldIds?: string[];
|
|
4997
|
+
}
|
|
4863
4998
|
declare enum SchedulingComponentType {
|
|
4864
4999
|
/** Unknown component type. */
|
|
4865
5000
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
@@ -5197,6 +5332,22 @@ interface AddressComponentTypeOptionsOneOf {
|
|
|
5197
5332
|
/** Multiline address component settings. */
|
|
5198
5333
|
multilineAddressOptions?: MultilineAddress;
|
|
5199
5334
|
}
|
|
5335
|
+
interface ObjectArray extends ObjectArrayComponentTypeOptionsOneOf {
|
|
5336
|
+
/** Repeater component settings. */
|
|
5337
|
+
repeaterOptions?: Repeater;
|
|
5338
|
+
/**
|
|
5339
|
+
* Component type of the object array input.
|
|
5340
|
+
* @readonly
|
|
5341
|
+
*/
|
|
5342
|
+
componentType?: ObjectArrayComponentTypeWithLiterals;
|
|
5343
|
+
/** Validation configuration for the object array input. */
|
|
5344
|
+
validation?: ObjectArrayType;
|
|
5345
|
+
}
|
|
5346
|
+
/** @oneof */
|
|
5347
|
+
interface ObjectArrayComponentTypeOptionsOneOf {
|
|
5348
|
+
/** Repeater component settings. */
|
|
5349
|
+
repeaterOptions?: Repeater;
|
|
5350
|
+
}
|
|
5200
5351
|
interface FieldsDisplayField extends FieldsDisplayFieldDisplayFieldTypeOptionsOneOf {
|
|
5201
5352
|
/** Configuration for rich content display fields. */
|
|
5202
5353
|
richContentOptions?: RichContentOptions;
|
|
@@ -5270,93 +5421,6 @@ interface Step {
|
|
|
5270
5421
|
/** Layout configuration that defines how form fields are arranged within this step. */
|
|
5271
5422
|
layout?: FormLayout;
|
|
5272
5423
|
}
|
|
5273
|
-
interface FormLayout {
|
|
5274
|
-
/** Layout configuration for large screen breakpoints (desktop). */
|
|
5275
|
-
large?: BreakPoint;
|
|
5276
|
-
/** Layout configuration for medium screen breakpoints (tablet). */
|
|
5277
|
-
medium?: BreakPoint;
|
|
5278
|
-
/** Layout configuration for small screen breakpoints (mobile). */
|
|
5279
|
-
small?: BreakPoint;
|
|
5280
|
-
}
|
|
5281
|
-
interface BreakPoint {
|
|
5282
|
-
/**
|
|
5283
|
-
* Configuration for the layout of items in the breakpoint.
|
|
5284
|
-
* @maxSize 500
|
|
5285
|
-
*/
|
|
5286
|
-
items?: ItemLayout[];
|
|
5287
|
-
/** Number of columns in the layout grid. */
|
|
5288
|
-
columns?: number | null;
|
|
5289
|
-
/** Height of each row in the layout grid, measured in pixels. */
|
|
5290
|
-
rowHeight?: number | null;
|
|
5291
|
-
/** Margin spacing configuration for the form elements. */
|
|
5292
|
-
margin?: Margin;
|
|
5293
|
-
/** Padding spacing inside form elements in pixels. */
|
|
5294
|
-
padding?: Margin;
|
|
5295
|
-
}
|
|
5296
|
-
interface ItemLayout extends ItemLayoutItemOneOf {
|
|
5297
|
-
/**
|
|
5298
|
-
* ID of the form field to be positioned in the layout.
|
|
5299
|
-
* @format GUID
|
|
5300
|
-
*/
|
|
5301
|
-
fieldId?: string;
|
|
5302
|
-
/** Group configuration for positioning multiple fields as a single layout unit. */
|
|
5303
|
-
group?: Group;
|
|
5304
|
-
/** Row position in the grid where this item is placed. */
|
|
5305
|
-
row?: number | null;
|
|
5306
|
-
/** Column position in the grid where this item is placed. */
|
|
5307
|
-
column?: number | null;
|
|
5308
|
-
/** Width of the item in grid units. */
|
|
5309
|
-
width?: number | null;
|
|
5310
|
-
/** Height of the item in grid units. */
|
|
5311
|
-
height?: number | null;
|
|
5312
|
-
}
|
|
5313
|
-
/** @oneof */
|
|
5314
|
-
interface ItemLayoutItemOneOf {
|
|
5315
|
-
/**
|
|
5316
|
-
* ID of the form field to be positioned in the layout.
|
|
5317
|
-
* @format GUID
|
|
5318
|
-
*/
|
|
5319
|
-
fieldId?: string;
|
|
5320
|
-
/** Group configuration for positioning multiple fields as a single layout unit. */
|
|
5321
|
-
group?: Group;
|
|
5322
|
-
}
|
|
5323
|
-
interface Group {
|
|
5324
|
-
/**
|
|
5325
|
-
* ID of the field group.
|
|
5326
|
-
* @format GUID
|
|
5327
|
-
*/
|
|
5328
|
-
groupId?: string;
|
|
5329
|
-
/**
|
|
5330
|
-
* Layout configuration for individual items within this group.
|
|
5331
|
-
* @minSize 1
|
|
5332
|
-
* @maxSize 500
|
|
5333
|
-
*/
|
|
5334
|
-
items?: ItemLayout[];
|
|
5335
|
-
}
|
|
5336
|
-
interface Margin {
|
|
5337
|
-
/** Horizontal spacing in pixels. */
|
|
5338
|
-
horizontal?: number | null;
|
|
5339
|
-
/** Vertical spacing in pixels. */
|
|
5340
|
-
vertical?: number | null;
|
|
5341
|
-
}
|
|
5342
|
-
interface Section {
|
|
5343
|
-
/**
|
|
5344
|
-
* Section ID.
|
|
5345
|
-
* @format GUID
|
|
5346
|
-
* @minLength 1
|
|
5347
|
-
*/
|
|
5348
|
-
_id?: string;
|
|
5349
|
-
/** Row position where this section is placed in the grid. */
|
|
5350
|
-
row?: number | null;
|
|
5351
|
-
/**
|
|
5352
|
-
* A list of field IDs that can be placed within the section.
|
|
5353
|
-
* The section only accepts fields with IDs specified in this list.
|
|
5354
|
-
* If the `$new` key is contained in this list, the section allows the inclusion of fields not explicitly listed, enabling dynamic addition of new fields.
|
|
5355
|
-
* @maxSize 100
|
|
5356
|
-
* @maxLength 100
|
|
5357
|
-
*/
|
|
5358
|
-
allowedFieldIds?: string[];
|
|
5359
|
-
}
|
|
5360
5424
|
interface FormRule {
|
|
5361
5425
|
/**
|
|
5362
5426
|
* Rule ID.
|
|
@@ -7888,4 +7952,4 @@ interface ValidateFormSubmissionOptions {
|
|
|
7888
7952
|
fieldsToValidate?: string[];
|
|
7889
7953
|
}
|
|
7890
7954
|
|
|
7891
|
-
export { InputFieldStringComponentType as $, type UpdateExtendedFieldsResponse as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type ValidateFormSubmissionResponse as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type SubmissionCreatedEnvelope as H, type SubmissionDeletedEnvelope as I, type SubmissionRemovedSubmissionFromTrashEnvelope as J, type SubmissionStatusUpdatedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionContactMappedEnvelope as M, type SubmissionContactMappingSkippedEnvelope as N, type SubmissionUpdatedEnvelope as O, SubmissionStatus as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, OptInLevel as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, StringTypeFormatEnumFormat as W, ValidationFormat as X, ProductType as Y, PriceType as Z, InputFieldStringTypeFormatEnumFormat as _, type UpsertContactFromSubmissionResponse as a, FormatEnumFormat as a$, NodeType as a0, WidthType as a1, PluginContainerDataAlignment as a2, ButtonDataType as a3, LinkTarget as a4, TextAlignment as a5, LineStyle as a6, Width as a7, DividerDataAlignment as a8, ViewMode as a9, NullValue as aA, ImagePosition as aB, Alignment as aC, ImageFit as aD, NumberOfColumns as aE, FirstDayOfWeek as aF, InputFieldNumberComponentType as aG, InputFieldBooleanComponentType as aH, ArrayItemsItemType as aI, PropertiesTypePropertiesTypeEnum as aJ, InputFieldArrayComponentType as aK, InputFieldWixFileComponentType as aL, UploadFileFormat as aM, InputFieldPaymentComponentType as aN, InputFieldSchedulingComponentType as aO, Format as aP, MultilineAddressComponentType as aQ, Type as aR, InputFieldInputType as aS, FormFieldContactInfoEmailInfoTag as aT, FormFieldContactInfoPhoneInfoTag as aU, AddressInfoTag as aV, SubscriptionInfoOptInLevel as aW, FormFieldContactInfoContactField as aX, FormFieldV2FieldType as aY, DisplayFieldType as aZ, FieldType as a_, LayoutType as aa, Orientation as ab, Crop as ac, ThumbnailsAlignment as ad, GIFType as ae, Source as af, StylesPosition as ag, MapType as ah, ViewRole as ai, VoteRole as aj, PollLayoutType as ak, PollLayoutDirection as al, BackgroundType as am, DecorationType as an, FontType as ao, Position as ap, AspectRatio as aq, Resizing as ar, Placement as as, CardStylesType as at, CardStylesAlignment as au, Layout as av, AppType as aw, InitialExpandedItems as ax, Direction as ay, VerticalAlignment as az, type CreateSubmissionApplicationErrors as b, type ObjectTypePropertiesTypePropertiesTypeOneOf as b$, StringComponentType as b0, NumberComponentType as b1, BooleanComponentType as b2, ItemType as b3, PropertiesTypeEnum as b4, ArrayComponentType as b5, WixFileComponentType as b6, PaymentComponentType as b7, ComponentType as b8, SchedulingComponentType as b9, type ExtendedFields as bA, type OrderDetails as bB, type PublicTags as bC, type TagList as bD, type FormSubmissionStatusUpdatedEvent as bE, type RemovedSubmissionFromTrash as bF, type SubmissionContactMapped as bG, type MarketingSubscriptionDetails as bH, type SubmissionContactMappingSkipped as bI, type CreateCheckoutFromSubmissionRequest as bJ, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bK, type Form as bL, type FormField as bM, type FormFieldStringType as bN, type FormFieldStringTypeFormatOptionsOneOf as bO, type StringErrorMessages as bP, type StringTypeDateTimeConstraints as bQ, type StringTypePhoneConstraints as bR, type StringTypeValidationMessages as bS, type FormFieldNumberType as bT, type NumberErrorMessages as bU, type IntegerType as bV, type FormFieldBooleanType as bW, type BooleanErrorMessages as bX, type FormFieldArrayType as bY, type FormFieldObjectType as bZ, type ObjectTypePropertiesType as b_, InputType as ba, EmailInfoTag as bb, PhoneInfoTag as bc, Tag as bd, ConfirmationLevel as be, ContactField as bf, DisplayFieldDisplayFieldType as bg, OverrideEntityType as bh, Kind as bi, SpamFilterProtectionLevel as bj, RequiredIndicator as bk, RequiredIndicatorPlacement as bl, Target as bm, SubmitSuccessAction as bn, ChangeableProperty as bo, OverrideEntityTypeEnumOverrideEntityType as bp, Operator as bq, WebhookIdentityType as br, IdentityType as bs, ErrorType as bt, SortOrder as bu, Mode as bv, Status as bw, SubmissionErrorType as bx, type Submitter as by, type SubmitterSubmitterOneOf as bz, type CreateSubmissionValidationErrors as c, type HTMLData as c$, type ObjectErrorMessages as c0, type ArrayTypeArrayItems as c1, type ArrayTypeArrayItemsItemsOneOf as c2, type ArrayErrorMessages as c3, type PredefinedValidation as c4, type PredefinedValidationFormatOptionsOneOf as c5, type PaymentType as c6, type QuantityLimit as c7, type FixedPriceOptions as c8, type DynamicPriceOptions as c9, type PluginContainerDataWidthDataOneOf as cA, type Spoiler as cB, type Height as cC, type Styles as cD, type Link as cE, type LinkDataOneOf as cF, type Rel as cG, type CodeBlockData as cH, type TextStyle as cI, type DividerData as cJ, type FileData as cK, type FileSource as cL, type FileSourceDataOneOf as cM, type PDFSettings as cN, type GalleryData as cO, type Media as cP, type Image as cQ, type Video as cR, type Item as cS, type ItemDataOneOf as cT, type GalleryOptions as cU, type GalleryOptionsLayout as cV, type ItemStyle as cW, type Thumbnails as cX, type GIFData as cY, type GIF as cZ, type HeadingData as c_, type Product as ca, type ProductPriceOptionsOneOf as cb, type MultilineAddressValidation as cc, type FieldOverrides as cd, type FieldsOverrides as ce, type NestedFormFieldOverrides as cf, type Validation as cg, type ValidationValidationOneOf as ch, type DataExtensionsDetails as ci, type NestedFormOverrides as cj, type FormFieldV2 as ck, type FormFieldV2FieldTypeOptionsOneOf as cl, type InputFieldStringType as cm, type InputFieldStringTypeFormatOptionsOneOf as cn, type InputFieldStringTypeDateTimeConstraints as co, type InputFieldStringTypePhoneConstraints as cp, type TextInput as cq, type RichContent as cr, type Node as cs, type NodeDataOneOf as ct, type NodeStyle as cu, type ButtonData as cv, type Border as cw, type Colors as cx, type PluginContainerData as cy, type PluginContainerDataWidth as cz, type UpdateSubmission as d, type MediaItemMediaOneOf as d$, type HTMLDataDataOneOf as d0, type ImageData as d1, type StylesBorder as d2, type ImageDataStyles as d3, type LinkPreviewData as d4, type LinkPreviewDataStyles as d5, type MapData as d6, type MapSettings as d7, type ParagraphData as d8, type PollData as d9, type EventData as dA, type ButtonStyles as dB, type ImageStyles as dC, type RibbonStyles as dD, type CardStyles as dE, type PricingData as dF, type VideoData as dG, type PlaybackOptions as dH, type EmbedData as dI, type Oembed as dJ, type CollapsibleListData as dK, type TableData as dL, type Dimensions as dM, type TableCellData as dN, type CellStyle as dO, type BorderColors 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 LayoutCellData as dW, type Metadata as dX, type DocumentStyle as dY, type TextNodeStyle as dZ, type MediaItem as d_, type Permissions as da, type PollOption as db, type Settings as dc, type PollLayout as dd, type OptionLayout as de, type Gradient as df, type Background as dg, type BackgroundBackgroundOneOf as dh, type PollDesign as di, type OptionDesign as dj, type Poll as dk, type PollDataLayout as dl, type Design as dm, type TextData as dn, type Decoration as dp, type DecorationDataOneOf as dq, type AnchorData as dr, type ColorData as ds, type LinkData as dt, type MentionData as du, type FontSizeData as dv, type SpoilerData as dw, type AppEmbedData as dx, type AppEmbedDataAppDataOneOf as dy, type BookingData as dz, type UpdateSubmissionValidationErrors as e, type InputField_BooleanComponentTypeOptionsOneOf as e$, type MediaSettings as e0, type RadioGroup as e1, type RadioGroupOption as e2, type CustomOption as e3, type Dropdown as e4, type DropdownOption as e5, type DateTimeInput as e6, type PhoneInput as e7, type DateInput as e8, type TimeInput as e9, type DonationInputOption as eA, type PaymentInput as eB, type FixedPayment as eC, type Appointment as eD, type AppointmentFormatInfoOneOf as eE, type Location as eF, type LocationLocationInfoOneOf as eG, type InPersonOptions as eH, type VideoConferenceOptions as eI, type PhoneOptions as eJ, type MultilineAddress as eK, type AddressLine2 as eL, type DefaultCountryConfig as eM, type DefaultCountryConfigOptionsOneOf as eN, type FieldsSettings as eO, type V4FormFieldContactInfo as eP, type V4FormFieldContactInfoAdditionalInfoOneOf as eQ, type FormFieldContactInfoEmailInfo as eR, type FormFieldContactInfoPhoneInfo as eS, type FormFieldContactInfoAddressInfo as eT, type FormFieldContactInfoCustomFieldInfo as eU, type FormFieldContactInfoSubscriptionInfo as eV, type InputField_String as eW, type InputField_StringComponentTypeOptionsOneOf as eX, type InputField_Number as eY, type InputField_NumberComponentTypeOptionsOneOf as eZ, type InputField_Boolean as e_, type DatePicker as ea, type ServicesDropdown as eb, type ServiceOption as ec, type InputFieldNumberType as ed, type NumberInput as ee, type RatingInput as ef, type InputFieldBooleanType as eg, type Checkbox as eh, type InputFieldArrayType as ei, type InputFieldIntegerType as ej, type InputFieldObjectType as ek, type InputFieldObjectTypePropertiesType as el, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as em, type InputFieldArrayTypeArrayItems as en, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as eo, type CheckboxGroup as ep, type Option as eq, type Tags 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 Step as f$, type InputField_Array as f0, type InputField_ArrayComponentTypeOptionsOneOf as f1, type InputField_Object as f2, type InputField_ObjectValidationOneOf as f3, type InputFieldWixFile as f4, type InputFieldWixFileComponentTypeOptionsOneOf as f5, type InputFieldPayment as f6, type InputFieldPaymentComponentTypeOptionsOneOf as f7, type InputFieldMultilineAddress as f8, type InputFieldMultilineAddressComponentTypeOptionsOneOf as f9, type FormFieldContactInfoAdditionalInfoOneOf as fA, type EmailInfo as fB, type PhoneInfo as fC, type AddressInfo as fD, type CustomFieldInfo as fE, type SubscriptionInfo as fF, type _String as fG, type _StringComponentTypeOptionsOneOf as fH, type _Number as fI, type _NumberComponentTypeOptionsOneOf as fJ, type _Boolean as fK, type _BooleanComponentTypeOptionsOneOf as fL, type _Array as fM, type _ArrayComponentTypeOptionsOneOf as fN, type _Object as fO, type WixFile as fP, type WixFileComponentTypeOptionsOneOf as fQ, type Payment as fR, type PaymentComponentTypeOptionsOneOf as fS, type Scheduling as fT, type SchedulingComponentTypeOptionsOneOf as fU, type Address as fV, type AddressComponentTypeOptionsOneOf as fW, type FieldsDisplayField as fX, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as fY, type RichContentOptions as fZ, type PageNavigationOptions as f_, type InputFieldScheduling as fa, type InputFieldSchedulingComponentTypeOptionsOneOf as fb, type FormFieldV2InputField as fc, type FormFieldV2InputFieldInputTypeOptionsOneOf as fd, type DisplayField as fe, type DisplayFieldDisplayFieldTypeOptionsOneOf as ff, type V4RichContentOptions as fg, type V4PageNavigationOptions as fh, type Field as fi, type FieldFieldTypeOptionsOneOf as fj, type InputField as fk, type InputFieldInputTypeOptionsOneOf as fl, type StringType as fm, type StringTypeFormatOptionsOneOf as fn, type DateTimeConstraints as fo, type PhoneConstraints as fp, type ValidationMessages as fq, type NumberType as fr, type BooleanType as fs, type ArrayType as ft, type ObjectType as fu, type PropertiesType as fv, type PropertiesTypePropertiesTypeOptionsOneOf as fw, type ArrayItems as fx, type ArrayItemsItemTypeOptionsOneOf as fy, type FormFieldContactInfo as fz, type BulkDeleteSubmissionResponse as g, type ApplicationError as g$, type FormLayout as g0, type BreakPoint as g1, type ItemLayout as g2, type ItemLayoutItemOneOf as g3, type Group as g4, type Margin as g5, type Section as g6, type FormRule as g7, type FormOverride as g8, type FormProperties as g9, type IsFormSubmittableResponse as gA, type DomainEvent as gB, type DomainEventBodyOneOf as gC, type EntityCreatedEvent as gD, type RestoreInfo as gE, type EntityUpdatedEvent as gF, type EntityDeletedEvent as gG, type ActionEvent as gH, type Empty as gI, type MessageEnvelope as gJ, type IdentificationData as gK, type IdentificationDataIdOneOf as gL, type UpsertContactFromSubmissionRequest as gM, type SubmitContactResponse as gN, type CreateSubmissionRequest as gO, type CreateSubmissionResponse as gP, type SubmissionValidationErrorsDetails as gQ, type ValidationError as gR, type CreateSubmissionForMigrationRequest as gS, type CreateSubmissionForMigrationResponse as gT, type CreateSubmissionBySubmitterRequest as gU, type CreateSubmissionBySubmitterResponse as gV, type BulkCreateSubmissionBySubmitterRequest as gW, type BulkCreateSubmissionBySubmitterData as gX, type BulkCreateSubmissionBySubmitterResponse as gY, type BulkSubmissionResult as gZ, type ItemMetadata as g_, type PostSubmissionTriggers as ga, type UpsertContact as gb, type NestedForm as gc, type LimitationRule as gd, type RequiredIndicatorProperties as ge, type SubmitSettings as gf, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gg, type ThankYouMessageOptions as gh, type RedirectOptions as gi, type FieldGroup as gj, type Rule as gk, type RequiredOptions as gl, type HiddenOptions as gm, type AllowedValuesOptions as gn, type FieldOverride as go, type FieldOverridePropertyTypeOptionsOneOf as gp, type ConditionNode as gq, type ConditionNodeNodeOneOf as gr, type AndCondition as gs, type OrCondition as gt, type Condition as gu, type RuleFormOverride as gv, type RuleFormOverrideEntityTypeOptionsOneOf as gw, type CreateCheckoutFromSubmissionResponse as gx, type Checkout as gy, type IsFormSubmittableRequest as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type SubmissionValidationErrors as h$, type BulkActionMetadata as h0, type GetSubmissionRequest as h1, type GetSubmissionResponse as h2, type GetSubmissionByCheckoutIdRequest as h3, type GetSubmissionByCheckoutIdResponse as h4, type UpdateSubmissionRequest as h5, type UpdateSubmissionResponse as h6, type ConfirmSubmissionRequest as h7, type DeleteSubmissionRequest as h8, type DeleteSubmissionResponse as h9, type FormSubmissionsCount as hA, type CountSubmissionsRequest as hB, type CountDeletedSubmissionsRequest as hC, type FormDeletedSubmissionsCount as hD, type GetMediaUploadURLRequest as hE, type BulkMarkSubmissionsAsSeenRequest as hF, type BulkMarkSubmissionsAsSeenResponse as hG, type GetSubmissionDownloadUrlRequest as hH, type SubmissionDocument as hI, type SubmissionDocumentDocumentOneOf as hJ, type DocumentReady as hK, type DownloadSubmissionRequest as hL, type HeadersEntry as hM, type GetFormattedSubmissionRequest as hN, type FormattedSubmission as hO, type ListFormattedSubmissionsRequest as hP, type ListFormattedSubmissionsResponse as hQ, type FormattedFormSubmission as hR, type UpdateExtendedFieldsRequest as hS, type BulkUpdateFormSubmissionTagsRequest as hT, type BulkUpdateFormSubmissionTagsResponse as hU, type BulkUpdateFormSubmissionTagsResult as hV, type BulkUpdateFormSubmissionTagsByFilterRequest as hW, type BulkUpdateFormSubmissionTagsByFilterResponse as hX, type ValidateFormSubmissionRequest as hY, type FieldViolation as hZ, type FieldViolationErrorDataOneOf as h_, type BulkDeleteSubmissionRequest as ha, type BulkDeleteSubmissionResult as hb, type RestoreSubmissionFromTrashBinRequest as hc, type RemoveSubmissionFromTrashBinRequest as hd, type RemoveSubmissionFromTrashBinResponse as he, type BulkRemoveSubmissionFromTrashBinRequest as hf, type BulkRemoveSubmissionFromTrashBinResult as hg, type ListDeletedSubmissionsRequest as hh, type CursorPaging as hi, type CursorPagingMetadata as hj, type Cursors as hk, type GetDeletedSubmissionRequest as hl, type QuerySubmissionRequest as hm, type CursorQueryPagingMethodOneOf as hn, type Sorting as ho, type SearchSubmissionsByNamespaceRequest as hp, type CursorSearch as hq, type CursorSearchPagingMethodOneOf as hr, type SearchDetails as hs, type SearchSubmissionsByNamespaceForExportRequest as ht, type SearchSubmissionsByNamespaceForExportResponse as hu, type QuerySubmissionsByNamespaceRequest as hv, type QuerySubmissionsByNamespaceResponse as hw, type QuerySubmissionsByNamespaceForExportRequest as hx, type QuerySubmissionsByNamespaceForExportResponse as hy, type CountSubmissionsByFilterRequest as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type PropertiesTypePropertiesTypeEnumWithLiterals as i$, type SubmissionValidationError as i0, type SubmissionValidationErrorErrorMessageOneOf as i1, type BaseEventMetadata as i2, type EventMetadata as i3, type FormSubmissionSearchSpec as i4, type SubmissionsQueryResult as i5, type BulkUpdateFormSubmissionTagsOptions as i6, type BulkUpdateFormSubmissionTagsByFilterOptions as i7, type SubmissionStatusWithLiterals as i8, type OptInLevelWithLiterals as i9, type ViewRoleWithLiterals as iA, type VoteRoleWithLiterals as iB, type PollLayoutTypeWithLiterals as iC, type PollLayoutDirectionWithLiterals as iD, type BackgroundTypeWithLiterals as iE, type DecorationTypeWithLiterals as iF, type FontTypeWithLiterals as iG, type PositionWithLiterals as iH, type AspectRatioWithLiterals as iI, type ResizingWithLiterals as iJ, type PlacementWithLiterals as iK, type CardStylesTypeWithLiterals as iL, type CardStylesAlignmentWithLiterals as iM, type LayoutWithLiterals as iN, type AppTypeWithLiterals as iO, type InitialExpandedItemsWithLiterals as iP, type DirectionWithLiterals as iQ, type VerticalAlignmentWithLiterals as iR, type NullValueWithLiterals as iS, type ImagePositionWithLiterals as iT, type AlignmentWithLiterals as iU, type ImageFitWithLiterals as iV, type NumberOfColumnsWithLiterals as iW, type FirstDayOfWeekWithLiterals as iX, type InputFieldNumberComponentTypeWithLiterals as iY, type InputFieldBooleanComponentTypeWithLiterals as iZ, type ArrayItemsItemTypeWithLiterals as i_, type StringTypeFormatEnumFormatWithLiterals as ia, type ValidationFormatWithLiterals as ib, type ProductTypeWithLiterals as ic, type PriceTypeWithLiterals as id, type InputFieldStringTypeFormatEnumFormatWithLiterals as ie, type InputFieldStringComponentTypeWithLiterals as ig, type NodeTypeWithLiterals as ih, type WidthTypeWithLiterals as ii, type PluginContainerDataAlignmentWithLiterals as ij, type ButtonDataTypeWithLiterals as ik, type LinkTargetWithLiterals as il, type TextAlignmentWithLiterals as im, type LineStyleWithLiterals as io, type WidthWithLiterals as ip, type DividerDataAlignmentWithLiterals as iq, type ViewModeWithLiterals as ir, type LayoutTypeWithLiterals as is, type OrientationWithLiterals as it, type CropWithLiterals as iu, type ThumbnailsAlignmentWithLiterals as iv, type GIFTypeWithLiterals as iw, type SourceWithLiterals as ix, type StylesPositionWithLiterals as iy, type MapTypeWithLiterals as iz, type ListDeletedSubmissionsResponse as j, updateSubmission as j$, type InputFieldArrayComponentTypeWithLiterals as j0, type InputFieldWixFileComponentTypeWithLiterals as j1, type UploadFileFormatWithLiterals as j2, type InputFieldPaymentComponentTypeWithLiterals as j3, type InputFieldSchedulingComponentTypeWithLiterals as j4, type FormatWithLiterals as j5, type MultilineAddressComponentTypeWithLiterals as j6, type TypeWithLiterals as j7, type InputFieldInputTypeWithLiterals as j8, type FormFieldContactInfoEmailInfoTagWithLiterals as j9, type KindWithLiterals as jA, type SpamFilterProtectionLevelWithLiterals as jB, type RequiredIndicatorWithLiterals as jC, type RequiredIndicatorPlacementWithLiterals as jD, type TargetWithLiterals as jE, type SubmitSuccessActionWithLiterals as jF, type ChangeablePropertyWithLiterals as jG, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jH, type OperatorWithLiterals as jI, type WebhookIdentityTypeWithLiterals as jJ, type IdentityTypeWithLiterals as jK, type ErrorTypeWithLiterals as jL, type SortOrderWithLiterals as jM, type ModeWithLiterals as jN, type StatusWithLiterals as jO, type SubmissionErrorTypeWithLiterals as jP, type CommonSearchWithEntityContext as jQ, onSubmissionCreated as jR, onSubmissionDeleted as jS, onSubmissionRemovedSubmissionFromTrash as jT, onSubmissionStatusUpdated as jU, onSubmissionContactMapped as jV, onSubmissionContactMappingSkipped as jW, onSubmissionUpdated as jX, upsertContactFromSubmission as jY, createSubmission as jZ, getSubmission as j_, type FormFieldContactInfoPhoneInfoTagWithLiterals as ja, type AddressInfoTagWithLiterals as jb, type SubscriptionInfoOptInLevelWithLiterals as jc, type FormFieldContactInfoContactFieldWithLiterals as jd, type FormFieldV2FieldTypeWithLiterals as je, type DisplayFieldTypeWithLiterals as jf, type FieldTypeWithLiterals as jg, type FormatEnumFormatWithLiterals as jh, type StringComponentTypeWithLiterals as ji, type NumberComponentTypeWithLiterals as jj, type BooleanComponentTypeWithLiterals as jk, type ItemTypeWithLiterals as jl, type PropertiesTypeEnumWithLiterals as jm, type ArrayComponentTypeWithLiterals as jn, type WixFileComponentTypeWithLiterals as jo, type PaymentComponentTypeWithLiterals as jp, type ComponentTypeWithLiterals as jq, type SchedulingComponentTypeWithLiterals as jr, type InputTypeWithLiterals as js, type EmailInfoTagWithLiterals as jt, type PhoneInfoTagWithLiterals as ju, type TagWithLiterals as jv, type ConfirmationLevelWithLiterals as jw, type ContactFieldWithLiterals as jx, type DisplayFieldDisplayFieldTypeWithLiterals as jy, type OverrideEntityTypeWithLiterals as jz, type CursorQuery as k, confirmSubmission as k0, deleteSubmission as k1, bulkDeleteSubmission as k2, restoreSubmissionFromTrashBin as k3, removeSubmissionFromTrashBin as k4, bulkRemoveSubmissionFromTrashBin as k5, listDeletedSubmissions as k6, getDeletedSubmission as k7, querySubmission as k8, querySubmissionsByNamespace as k9, countSubmissionsByFilter as ka, countSubmissions as kb, countDeletedSubmissions as kc, getMediaUploadUrl as kd, bulkMarkSubmissionsAsSeen as ke, getSubmissionDownloadUrl as kf, downloadSubmission as kg, getFormattedSubmission as kh, updateExtendedFields as ki, validateFormSubmission as kj, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type QuerySubmissionsByNamespaceOptions as n, type SubmissionsQueryBuilder as o, type CountSubmissionsByFilterOptions as p, type CountSubmissionsByFilterResponse as q, type CountSubmissionsOptions as r, type CountSubmissionsResponse as s, type CountDeletedSubmissionsOptions as t, type CountDeletedSubmissionsResponse as u, type GetMediaUploadURLResponse as v, type GetSubmissionDownloadUrlResponse as w, type RawHttpResponse as x, type GetFormattedSubmissionResponse as y, type UpdateExtendedFieldsOptions as z };
|
|
7955
|
+
export { InputFieldStringComponentType as $, type UpdateExtendedFieldsResponse as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type ValidateFormSubmissionResponse as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type SubmissionCreatedEnvelope as H, type SubmissionDeletedEnvelope as I, type SubmissionRemovedSubmissionFromTrashEnvelope as J, type SubmissionStatusUpdatedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionContactMappedEnvelope as M, type SubmissionContactMappingSkippedEnvelope as N, type SubmissionUpdatedEnvelope as O, SubmissionStatus as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, OptInLevel as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, StringTypeFormatEnumFormat as W, ValidationFormat as X, ProductType as Y, PriceType as Z, InputFieldStringTypeFormatEnumFormat as _, type UpsertContactFromSubmissionResponse as a, FormatEnumFormat as a$, NodeType as a0, WidthType as a1, PluginContainerDataAlignment as a2, ButtonDataType as a3, LinkTarget as a4, TextAlignment as a5, LineStyle as a6, Width as a7, DividerDataAlignment as a8, ViewMode as a9, NullValue as aA, ImagePosition as aB, Alignment as aC, ImageFit as aD, NumberOfColumns as aE, FirstDayOfWeek as aF, InputFieldNumberComponentType as aG, InputFieldBooleanComponentType as aH, ArrayItemsItemType as aI, PropertiesTypePropertiesTypeEnum as aJ, InputFieldArrayComponentType as aK, InputFieldWixFileComponentType as aL, UploadFileFormat as aM, InputFieldPaymentComponentType as aN, InputFieldSchedulingComponentType as aO, Format as aP, MultilineAddressComponentType as aQ, Type as aR, InputFieldInputType as aS, FormFieldContactInfoEmailInfoTag as aT, FormFieldContactInfoPhoneInfoTag as aU, AddressInfoTag as aV, SubscriptionInfoOptInLevel as aW, FormFieldContactInfoContactField as aX, FormFieldV2FieldType as aY, DisplayFieldType as aZ, FieldType as a_, LayoutType as aa, Orientation as ab, Crop as ac, ThumbnailsAlignment as ad, GIFType as ae, Source as af, StylesPosition as ag, MapType as ah, ViewRole as ai, VoteRole as aj, PollLayoutType as ak, PollLayoutDirection as al, BackgroundType as am, DecorationType as an, FontType as ao, Position as ap, AspectRatio as aq, Resizing as ar, Placement as as, CardStylesType as at, CardStylesAlignment as au, Layout as av, AppType as aw, InitialExpandedItems as ax, Direction as ay, VerticalAlignment as az, type CreateSubmissionApplicationErrors as b, type ObjectTypePropertiesType as b$, StringComponentType as b0, NumberComponentType as b1, BooleanComponentType as b2, ItemType as b3, PropertiesTypeEnum as b4, ArrayComponentType as b5, WixFileComponentType as b6, PaymentComponentType as b7, ComponentType as b8, ObjectArrayComponentType as b9, type SubmitterSubmitterOneOf as bA, type ExtendedFields as bB, type OrderDetails as bC, type PublicTags as bD, type TagList as bE, type FormSubmissionStatusUpdatedEvent as bF, type RemovedSubmissionFromTrash as bG, type SubmissionContactMapped as bH, type MarketingSubscriptionDetails as bI, type SubmissionContactMappingSkipped as bJ, type CreateCheckoutFromSubmissionRequest as bK, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as bL, type Form as bM, type FormField as bN, type FormFieldStringType as bO, type FormFieldStringTypeFormatOptionsOneOf as bP, type StringErrorMessages as bQ, type StringTypeDateTimeConstraints as bR, type StringTypePhoneConstraints as bS, type StringTypeValidationMessages as bT, type FormFieldNumberType as bU, type NumberErrorMessages as bV, type IntegerType as bW, type FormFieldBooleanType as bX, type BooleanErrorMessages as bY, type FormFieldArrayType as bZ, type FormFieldObjectType as b_, SchedulingComponentType as ba, InputType as bb, EmailInfoTag as bc, PhoneInfoTag as bd, Tag as be, ConfirmationLevel as bf, ContactField as bg, DisplayFieldDisplayFieldType as bh, OverrideEntityType as bi, Kind as bj, SpamFilterProtectionLevel as bk, RequiredIndicator as bl, RequiredIndicatorPlacement as bm, Target as bn, SubmitSuccessAction as bo, ChangeableProperty as bp, OverrideEntityTypeEnumOverrideEntityType as bq, Operator as br, WebhookIdentityType as bs, IdentityType as bt, ErrorType as bu, SortOrder as bv, Mode as bw, Status as bx, SubmissionErrorType as by, type Submitter as bz, type CreateSubmissionValidationErrors as c, type GIF as c$, type ObjectTypePropertiesTypePropertiesTypeOneOf as c0, type ObjectErrorMessages as c1, type ArrayTypeArrayItems as c2, type ArrayTypeArrayItemsItemsOneOf as c3, type ArrayErrorMessages as c4, type PredefinedValidation as c5, type PredefinedValidationFormatOptionsOneOf as c6, type PaymentType as c7, type QuantityLimit as c8, type FixedPriceOptions as c9, type PluginContainerData as cA, type PluginContainerDataWidth as cB, type PluginContainerDataWidthDataOneOf as cC, type Spoiler as cD, type Height as cE, type Styles as cF, type Link as cG, type LinkDataOneOf as cH, type Rel as cI, type CodeBlockData as cJ, type TextStyle as cK, type DividerData as cL, type FileData as cM, type FileSource as cN, type FileSourceDataOneOf as cO, type PDFSettings as cP, type GalleryData as cQ, type Media as cR, type Image as cS, type Video as cT, type Item as cU, type ItemDataOneOf as cV, type GalleryOptions as cW, type GalleryOptionsLayout as cX, type ItemStyle as cY, type Thumbnails as cZ, type GIFData as c_, type DynamicPriceOptions as ca, type Product as cb, type ProductPriceOptionsOneOf as cc, type MultilineAddressValidation as cd, type FieldOverrides as ce, type FieldsOverrides as cf, type ObjectArrayType as cg, type NestedFormFieldOverrides as ch, type Validation as ci, type ValidationValidationOneOf as cj, type DataExtensionsDetails as ck, type NestedFormOverrides as cl, type FormFieldV2 as cm, type FormFieldV2FieldTypeOptionsOneOf as cn, type InputFieldStringType as co, type InputFieldStringTypeFormatOptionsOneOf as cp, type InputFieldStringTypeDateTimeConstraints as cq, type InputFieldStringTypePhoneConstraints as cr, type TextInput as cs, type RichContent as ct, type Node as cu, type NodeDataOneOf as cv, type NodeStyle as cw, type ButtonData as cx, type Border as cy, type Colors as cz, type UpdateSubmission as d, type TextNodeStyle as d$, type HeadingData as d0, type HTMLData as d1, type HTMLDataDataOneOf as d2, type ImageData as d3, type StylesBorder as d4, type ImageDataStyles as d5, type LinkPreviewData as d6, type LinkPreviewDataStyles as d7, type MapData as d8, type MapSettings as d9, type AppEmbedDataAppDataOneOf as dA, type BookingData as dB, type EventData as dC, type ButtonStyles as dD, type ImageStyles as dE, type RibbonStyles as dF, type CardStyles as dG, type PricingData as dH, type VideoData as dI, type PlaybackOptions as dJ, type EmbedData as dK, type Oembed as dL, type CollapsibleListData as dM, type TableData as dN, type Dimensions as dO, type TableCellData as dP, type CellStyle as dQ, type BorderColors as dR, type ListValue as dS, type AudioData as dT, type OrderedListData as dU, type BulletedListData as dV, type BlockquoteData as dW, type CaptionData as dX, type LayoutCellData as dY, type Metadata as dZ, type DocumentStyle as d_, type ParagraphData as da, type PollData as db, type Permissions as dc, type PollOption as dd, type Settings as de, type PollLayout as df, type OptionLayout as dg, type Gradient as dh, type Background as di, type BackgroundBackgroundOneOf as dj, type PollDesign as dk, type OptionDesign as dl, type Poll as dm, type PollDataLayout as dn, type Design as dp, type TextData as dq, type Decoration as dr, type DecorationDataOneOf as ds, type AnchorData as dt, type ColorData as du, type LinkData as dv, type MentionData as dw, type FontSizeData as dx, type SpoilerData as dy, type AppEmbedData as dz, type UpdateSubmissionValidationErrors as e, type InputField_NumberComponentTypeOptionsOneOf 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 Appointment as eF, type AppointmentFormatInfoOneOf as eG, type Location as eH, type LocationLocationInfoOneOf as eI, type InPersonOptions as eJ, type VideoConferenceOptions as eK, type PhoneOptions as eL, type MultilineAddress as eM, type AddressLine2 as eN, type DefaultCountryConfig as eO, type DefaultCountryConfigOptionsOneOf as eP, type FieldsSettings as eQ, type V4FormFieldContactInfo as eR, type V4FormFieldContactInfoAdditionalInfoOneOf as eS, type FormFieldContactInfoEmailInfo as eT, type FormFieldContactInfoPhoneInfo as eU, type FormFieldContactInfoAddressInfo as eV, type FormFieldContactInfoCustomFieldInfo as eW, type FormFieldContactInfoSubscriptionInfo as eX, type InputField_String as eY, type InputField_StringComponentTypeOptionsOneOf as eZ, type InputField_Number as e_, type DateInput as ea, type TimeInput as eb, type DatePicker as ec, type ServicesDropdown as ed, type ServiceOption as ee, type InputFieldNumberType as ef, type NumberInput as eg, type RatingInput as eh, type InputFieldBooleanType as ei, type Checkbox as ej, type InputFieldArrayType as ek, type InputFieldIntegerType as el, type InputFieldObjectType as em, type InputFieldObjectTypePropertiesType as en, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as eo, type InputFieldArrayTypeArrayItems as ep, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as eq, type CheckboxGroup as er, type Option as es, type Tags as et, type TagsOption as eu, type ServicesCheckboxGroup as ev, type FileType as ew, type FileUpload as ex, type Signature as ey, type ProductCheckboxGroup as ez, type ConfirmSubmissionResponse as f, type Payment as f$, type InputField_Boolean as f0, type InputField_BooleanComponentTypeOptionsOneOf as f1, type InputField_Array as f2, type InputField_ArrayComponentTypeOptionsOneOf as f3, type InputField_Object as f4, type InputField_ObjectValidationOneOf as f5, type InputFieldWixFile as f6, type InputFieldWixFileComponentTypeOptionsOneOf as f7, type InputFieldPayment as f8, type InputFieldPaymentComponentTypeOptionsOneOf as f9, type ArrayItemsItemTypeOptionsOneOf as fA, type Repeater as fB, type FormLayout as fC, type BreakPoint as fD, type ItemLayout as fE, type ItemLayoutItemOneOf as fF, type Group as fG, type Margin as fH, type Section as fI, type FormFieldContactInfo as fJ, type FormFieldContactInfoAdditionalInfoOneOf as fK, type EmailInfo as fL, type PhoneInfo as fM, type AddressInfo as fN, type CustomFieldInfo as fO, type SubscriptionInfo as fP, type _String as fQ, type _StringComponentTypeOptionsOneOf as fR, type _Number as fS, type _NumberComponentTypeOptionsOneOf as fT, type _Boolean as fU, type _BooleanComponentTypeOptionsOneOf as fV, type _Array as fW, type _ArrayComponentTypeOptionsOneOf as fX, type _Object as fY, type WixFile as fZ, type WixFileComponentTypeOptionsOneOf as f_, type InputFieldMultilineAddress as fa, type InputFieldMultilineAddressComponentTypeOptionsOneOf as fb, type InputFieldScheduling as fc, type InputFieldSchedulingComponentTypeOptionsOneOf as fd, type FormFieldV2InputField as fe, type FormFieldV2InputFieldInputTypeOptionsOneOf as ff, type DisplayField as fg, type DisplayFieldDisplayFieldTypeOptionsOneOf as fh, type V4RichContentOptions as fi, type V4PageNavigationOptions as fj, type Field as fk, type FieldFieldTypeOptionsOneOf as fl, type InputField as fm, type InputFieldInputTypeOptionsOneOf as fn, type StringType as fo, type StringTypeFormatOptionsOneOf as fp, type DateTimeConstraints as fq, type PhoneConstraints as fr, type ValidationMessages as fs, type NumberType as ft, type BooleanType as fu, type ArrayType as fv, type ObjectType as fw, type PropertiesType as fx, type PropertiesTypePropertiesTypeOptionsOneOf as fy, type ArrayItems as fz, type BulkDeleteSubmissionResponse as g, type BulkCreateSubmissionBySubmitterRequest as g$, type PaymentComponentTypeOptionsOneOf as g0, type Scheduling as g1, type SchedulingComponentTypeOptionsOneOf as g2, type Address as g3, type AddressComponentTypeOptionsOneOf as g4, type ObjectArray as g5, type ObjectArrayComponentTypeOptionsOneOf as g6, type FieldsDisplayField as g7, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as g8, type RichContentOptions as g9, type RuleFormOverride as gA, type RuleFormOverrideEntityTypeOptionsOneOf as gB, type CreateCheckoutFromSubmissionResponse as gC, type Checkout as gD, type IsFormSubmittableRequest as gE, type IsFormSubmittableResponse as gF, type DomainEvent as gG, type DomainEventBodyOneOf as gH, type EntityCreatedEvent as gI, type RestoreInfo as gJ, type EntityUpdatedEvent as gK, type EntityDeletedEvent as gL, type ActionEvent as gM, type Empty as gN, type MessageEnvelope as gO, type IdentificationData as gP, type IdentificationDataIdOneOf as gQ, type UpsertContactFromSubmissionRequest as gR, type SubmitContactResponse as gS, type CreateSubmissionRequest as gT, type CreateSubmissionResponse as gU, type SubmissionValidationErrorsDetails as gV, type ValidationError as gW, type CreateSubmissionForMigrationRequest as gX, type CreateSubmissionForMigrationResponse as gY, type CreateSubmissionBySubmitterRequest as gZ, type CreateSubmissionBySubmitterResponse as g_, type PageNavigationOptions as ga, type Step as gb, type FormRule as gc, type FormOverride as gd, type FormProperties as ge, type PostSubmissionTriggers as gf, type UpsertContact as gg, type NestedForm as gh, type LimitationRule as gi, type RequiredIndicatorProperties as gj, type SubmitSettings as gk, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gl, type ThankYouMessageOptions as gm, type RedirectOptions as gn, type FieldGroup as go, type Rule as gp, type RequiredOptions as gq, type HiddenOptions as gr, type AllowedValuesOptions as gs, type FieldOverride as gt, type FieldOverridePropertyTypeOptionsOneOf as gu, type ConditionNode as gv, type ConditionNodeNodeOneOf as gw, type AndCondition as gx, type OrCondition as gy, type Condition as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type BulkUpdateFormSubmissionTagsByFilterRequest as h$, type BulkCreateSubmissionBySubmitterData as h0, type BulkCreateSubmissionBySubmitterResponse as h1, type BulkSubmissionResult as h2, type ItemMetadata as h3, type ApplicationError as h4, type BulkActionMetadata as h5, type GetSubmissionRequest as h6, type GetSubmissionResponse as h7, type GetSubmissionByCheckoutIdRequest as h8, type GetSubmissionByCheckoutIdResponse as h9, type QuerySubmissionsByNamespaceRequest as hA, type QuerySubmissionsByNamespaceResponse as hB, type QuerySubmissionsByNamespaceForExportRequest as hC, type QuerySubmissionsByNamespaceForExportResponse as hD, type CountSubmissionsByFilterRequest as hE, type FormSubmissionsCount as hF, type CountSubmissionsRequest as hG, type CountDeletedSubmissionsRequest as hH, type FormDeletedSubmissionsCount as hI, type GetMediaUploadURLRequest as hJ, type BulkMarkSubmissionsAsSeenRequest as hK, type BulkMarkSubmissionsAsSeenResponse as hL, type GetSubmissionDownloadUrlRequest as hM, type SubmissionDocument as hN, type SubmissionDocumentDocumentOneOf as hO, type DocumentReady as hP, type DownloadSubmissionRequest as hQ, type HeadersEntry as hR, type GetFormattedSubmissionRequest as hS, type FormattedSubmission as hT, type ListFormattedSubmissionsRequest as hU, type ListFormattedSubmissionsResponse as hV, type FormattedFormSubmission as hW, type UpdateExtendedFieldsRequest as hX, type BulkUpdateFormSubmissionTagsRequest as hY, type BulkUpdateFormSubmissionTagsResponse as hZ, type BulkUpdateFormSubmissionTagsResult as h_, type UpdateSubmissionRequest as ha, type UpdateSubmissionResponse as hb, type ConfirmSubmissionRequest as hc, type DeleteSubmissionRequest as hd, type DeleteSubmissionResponse as he, type BulkDeleteSubmissionRequest as hf, type BulkDeleteSubmissionResult as hg, type RestoreSubmissionFromTrashBinRequest as hh, type RemoveSubmissionFromTrashBinRequest as hi, type RemoveSubmissionFromTrashBinResponse as hj, type BulkRemoveSubmissionFromTrashBinRequest as hk, type BulkRemoveSubmissionFromTrashBinResult as hl, type ListDeletedSubmissionsRequest as hm, type CursorPaging as hn, type CursorPagingMetadata as ho, type Cursors as hp, type GetDeletedSubmissionRequest as hq, type QuerySubmissionRequest as hr, type CursorQueryPagingMethodOneOf as hs, type Sorting as ht, type SearchSubmissionsByNamespaceRequest as hu, type CursorSearch as hv, type CursorSearchPagingMethodOneOf as hw, type SearchDetails as hx, type SearchSubmissionsByNamespaceForExportRequest as hy, type SearchSubmissionsByNamespaceForExportResponse as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type NumberOfColumnsWithLiterals as i$, type BulkUpdateFormSubmissionTagsByFilterResponse as i0, type ValidateFormSubmissionRequest as i1, type FieldViolation as i2, type FieldViolationErrorDataOneOf as i3, type SubmissionValidationErrors as i4, type SubmissionValidationError as i5, type SubmissionValidationErrorErrorMessageOneOf as i6, type BaseEventMetadata as i7, type EventMetadata as i8, type FormSubmissionSearchSpec as i9, type ThumbnailsAlignmentWithLiterals as iA, type GIFTypeWithLiterals as iB, type SourceWithLiterals as iC, type StylesPositionWithLiterals as iD, type MapTypeWithLiterals as iE, type ViewRoleWithLiterals as iF, type VoteRoleWithLiterals as iG, type PollLayoutTypeWithLiterals as iH, type PollLayoutDirectionWithLiterals as iI, type BackgroundTypeWithLiterals as iJ, type DecorationTypeWithLiterals as iK, type FontTypeWithLiterals as iL, type PositionWithLiterals as iM, type AspectRatioWithLiterals as iN, type ResizingWithLiterals as iO, type PlacementWithLiterals as iP, type CardStylesTypeWithLiterals as iQ, type CardStylesAlignmentWithLiterals as iR, type LayoutWithLiterals as iS, type AppTypeWithLiterals as iT, type InitialExpandedItemsWithLiterals as iU, type DirectionWithLiterals as iV, type VerticalAlignmentWithLiterals as iW, type NullValueWithLiterals as iX, type ImagePositionWithLiterals as iY, type AlignmentWithLiterals as iZ, type ImageFitWithLiterals as i_, type SubmissionsQueryResult as ia, type BulkUpdateFormSubmissionTagsOptions as ib, type BulkUpdateFormSubmissionTagsByFilterOptions as ic, type SubmissionStatusWithLiterals as id, type OptInLevelWithLiterals as ie, type StringTypeFormatEnumFormatWithLiterals as ig, type ValidationFormatWithLiterals as ih, type ProductTypeWithLiterals as ii, type PriceTypeWithLiterals as ij, type InputFieldStringTypeFormatEnumFormatWithLiterals as ik, type InputFieldStringComponentTypeWithLiterals as il, type NodeTypeWithLiterals as im, type WidthTypeWithLiterals as io, type PluginContainerDataAlignmentWithLiterals as ip, type ButtonDataTypeWithLiterals as iq, type LinkTargetWithLiterals as ir, type TextAlignmentWithLiterals as is, type LineStyleWithLiterals as it, type WidthWithLiterals as iu, type DividerDataAlignmentWithLiterals as iv, type ViewModeWithLiterals as iw, type LayoutTypeWithLiterals as ix, type OrientationWithLiterals as iy, type CropWithLiterals as iz, type ListDeletedSubmissionsResponse as j, onSubmissionContactMapped as j$, type FirstDayOfWeekWithLiterals as j0, type InputFieldNumberComponentTypeWithLiterals as j1, type InputFieldBooleanComponentTypeWithLiterals as j2, type ArrayItemsItemTypeWithLiterals as j3, type PropertiesTypePropertiesTypeEnumWithLiterals as j4, type InputFieldArrayComponentTypeWithLiterals as j5, type InputFieldWixFileComponentTypeWithLiterals as j6, type UploadFileFormatWithLiterals as j7, type InputFieldPaymentComponentTypeWithLiterals as j8, type InputFieldSchedulingComponentTypeWithLiterals as j9, type PhoneInfoTagWithLiterals as jA, type TagWithLiterals as jB, type ConfirmationLevelWithLiterals as jC, type ContactFieldWithLiterals as jD, type DisplayFieldDisplayFieldTypeWithLiterals as jE, type OverrideEntityTypeWithLiterals as jF, type KindWithLiterals as jG, type SpamFilterProtectionLevelWithLiterals as jH, type RequiredIndicatorWithLiterals as jI, type RequiredIndicatorPlacementWithLiterals as jJ, type TargetWithLiterals as jK, type SubmitSuccessActionWithLiterals as jL, type ChangeablePropertyWithLiterals as jM, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as jN, type OperatorWithLiterals as jO, type WebhookIdentityTypeWithLiterals as jP, type IdentityTypeWithLiterals as jQ, type ErrorTypeWithLiterals as jR, type SortOrderWithLiterals as jS, type ModeWithLiterals as jT, type StatusWithLiterals as jU, type SubmissionErrorTypeWithLiterals as jV, type CommonSearchWithEntityContext as jW, onSubmissionCreated as jX, onSubmissionDeleted as jY, onSubmissionRemovedSubmissionFromTrash as jZ, onSubmissionStatusUpdated as j_, type FormatWithLiterals as ja, type MultilineAddressComponentTypeWithLiterals as jb, type TypeWithLiterals as jc, type InputFieldInputTypeWithLiterals as jd, type FormFieldContactInfoEmailInfoTagWithLiterals as je, type FormFieldContactInfoPhoneInfoTagWithLiterals as jf, type AddressInfoTagWithLiterals as jg, type SubscriptionInfoOptInLevelWithLiterals as jh, type FormFieldContactInfoContactFieldWithLiterals as ji, type FormFieldV2FieldTypeWithLiterals as jj, type DisplayFieldTypeWithLiterals as jk, type FieldTypeWithLiterals as jl, type FormatEnumFormatWithLiterals as jm, type StringComponentTypeWithLiterals as jn, type NumberComponentTypeWithLiterals as jo, type BooleanComponentTypeWithLiterals as jp, type ItemTypeWithLiterals as jq, type PropertiesTypeEnumWithLiterals as jr, type ArrayComponentTypeWithLiterals as js, type WixFileComponentTypeWithLiterals as jt, type PaymentComponentTypeWithLiterals as ju, type ComponentTypeWithLiterals as jv, type ObjectArrayComponentTypeWithLiterals as jw, type SchedulingComponentTypeWithLiterals as jx, type InputTypeWithLiterals as jy, type EmailInfoTagWithLiterals as jz, type CursorQuery as k, onSubmissionContactMappingSkipped as k0, onSubmissionUpdated as k1, upsertContactFromSubmission as k2, createSubmission as k3, getSubmission as k4, updateSubmission as k5, confirmSubmission as k6, deleteSubmission as k7, bulkDeleteSubmission as k8, restoreSubmissionFromTrashBin as k9, removeSubmissionFromTrashBin as ka, bulkRemoveSubmissionFromTrashBin as kb, listDeletedSubmissions as kc, getDeletedSubmission as kd, querySubmission as ke, querySubmissionsByNamespace as kf, countSubmissionsByFilter as kg, countSubmissions as kh, countDeletedSubmissions as ki, getMediaUploadUrl as kj, bulkMarkSubmissionsAsSeen as kk, getSubmissionDownloadUrl as kl, downloadSubmission as km, getFormattedSubmission as kn, updateExtendedFields as ko, validateFormSubmission as kp, type QuerySubmissionResponse as l, type FormSubmissionSearch as m, type QuerySubmissionsByNamespaceOptions as n, type SubmissionsQueryBuilder as o, type CountSubmissionsByFilterOptions as p, type CountSubmissionsByFilterResponse as q, type CountSubmissionsOptions as r, type CountSubmissionsResponse as s, type CountDeletedSubmissionsOptions as t, type CountDeletedSubmissionsResponse as u, type GetMediaUploadURLResponse as v, type GetSubmissionDownloadUrlResponse as w, type RawHttpResponse as x, type GetFormattedSubmissionResponse as y, type UpdateExtendedFieldsOptions as z };
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as QuerySubmissionsByNamespaceOptions, o as SubmissionsQueryBuilder, p as CountSubmissionsByFilterOptions, q as CountSubmissionsByFilterResponse, r as CountSubmissionsOptions, s as CountSubmissionsResponse, t as CountDeletedSubmissionsOptions, u as CountDeletedSubmissionsResponse, v as GetMediaUploadURLResponse, w as GetSubmissionDownloadUrlResponse, x as RawHttpResponse, y as GetFormattedSubmissionResponse, z as UpdateExtendedFieldsOptions, A as UpdateExtendedFieldsResponse, V as ValidateFormSubmissionOptions, E as ValidateFormSubmissionResponse, H as SubmissionCreatedEnvelope, I as SubmissionDeletedEnvelope, J as SubmissionRemovedSubmissionFromTrashEnvelope, K as SubmissionStatusUpdatedEnvelope, M as SubmissionContactMappedEnvelope, N as SubmissionContactMappingSkippedEnvelope, O as SubmissionUpdatedEnvelope } from './forms-v4-submission-submissions.universal-
|
|
3
|
-
export { gH as ActionEvent, fV as Address, fW as AddressComponentTypeOptionsOneOf, fD as AddressInfo, aV as AddressInfoTag, jb as AddressInfoTagWithLiterals, eL as AddressLine2, aC as Alignment, iU as AlignmentWithLiterals, gn as AllowedValuesOptions, dr as AnchorData, gs as AndCondition, dx as AppEmbedData, dy as AppEmbedDataAppDataOneOf, aw as AppType, iO as AppTypeWithLiterals, g$ as ApplicationError, eD as Appointment, eE as AppointmentFormatInfoOneOf, b5 as ArrayComponentType, jn as ArrayComponentTypeWithLiterals, c3 as ArrayErrorMessages, fx as ArrayItems, aI as ArrayItemsItemType, fy as ArrayItemsItemTypeOptionsOneOf, i_ as ArrayItemsItemTypeWithLiterals, ft as ArrayType, c1 as ArrayTypeArrayItems, c2 as ArrayTypeArrayItemsItemsOneOf, aq as AspectRatio, iI as AspectRatioWithLiterals, dR as AudioData, dg as Background, dh as BackgroundBackgroundOneOf, am as BackgroundType, iE as BackgroundTypeWithLiterals, i2 as BaseEventMetadata, dU as BlockquoteData, dz as BookingData, b2 as BooleanComponentType, jk as BooleanComponentTypeWithLiterals, bX as BooleanErrorMessages, fs as BooleanType, cw as Border, dP as BorderColors, g1 as BreakPoint, h0 as BulkActionMetadata, gX as BulkCreateSubmissionBySubmitterData, gW as BulkCreateSubmissionBySubmitterRequest, gY as BulkCreateSubmissionBySubmitterResponse, ha as BulkDeleteSubmissionRequest, hb as BulkDeleteSubmissionResult, hF as BulkMarkSubmissionsAsSeenRequest, hG as BulkMarkSubmissionsAsSeenResponse, hf as BulkRemoveSubmissionFromTrashBinRequest, hg as BulkRemoveSubmissionFromTrashBinResult, gZ as BulkSubmissionResult, i7 as BulkUpdateFormSubmissionTagsByFilterOptions, hW as BulkUpdateFormSubmissionTagsByFilterRequest, hX as BulkUpdateFormSubmissionTagsByFilterResponse, i6 as BulkUpdateFormSubmissionTagsOptions, hT as BulkUpdateFormSubmissionTagsRequest, hU as BulkUpdateFormSubmissionTagsResponse, hV as BulkUpdateFormSubmissionTagsResult, dT as BulletedListData, cv as ButtonData, a3 as ButtonDataType, ik as ButtonDataTypeWithLiterals, dB as ButtonStyles, dV as CaptionData, dE as CardStyles, au as CardStylesAlignment, iM as CardStylesAlignmentWithLiterals, at as CardStylesType, iL as CardStylesTypeWithLiterals, dO as CellStyle, bo as ChangeableProperty, jG as ChangeablePropertyWithLiterals, eh as Checkbox, ep as CheckboxGroup, gy as Checkout, cH as CodeBlockData, dK as CollapsibleListData, ds as ColorData, cx as Colors, jQ as CommonSearchWithEntityContext, b8 as ComponentType, jq as ComponentTypeWithLiterals, gu as Condition, gq as ConditionNode, gr as ConditionNodeNodeOneOf, h7 as ConfirmSubmissionRequest, be as ConfirmationLevel, jw as ConfirmationLevelWithLiterals, bf as ContactField, jx as ContactFieldWithLiterals, hC as CountDeletedSubmissionsRequest, hz as CountSubmissionsByFilterRequest, hB as CountSubmissionsRequest, bJ as CreateCheckoutFromSubmissionRequest, bK as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gx as CreateCheckoutFromSubmissionResponse, gU as CreateSubmissionBySubmitterRequest, gV as CreateSubmissionBySubmitterResponse, gS as CreateSubmissionForMigrationRequest, gT as CreateSubmissionForMigrationResponse, gO as CreateSubmissionRequest, gP as CreateSubmissionResponse, ac as Crop, iu as CropWithLiterals, hi as CursorPaging, hj as CursorPagingMetadata, hn as CursorQueryPagingMethodOneOf, hq as CursorSearch, hr as CursorSearchPagingMethodOneOf, hk as Cursors, fE as CustomFieldInfo, e3 as CustomOption, ci as DataExtensionsDetails, e8 as DateInput, ea as DatePicker, fo as DateTimeConstraints, e6 as DateTimeInput, dp as Decoration, dq as DecorationDataOneOf, an as DecorationType, iF as DecorationTypeWithLiterals, eM as DefaultCountryConfig, eN as DefaultCountryConfigOptionsOneOf, h8 as DeleteSubmissionRequest, h9 as DeleteSubmissionResponse, dm as Design, dM as Dimensions, ay as Direction, iQ as DirectionWithLiterals, fe as DisplayField, bg as DisplayFieldDisplayFieldType, ff as DisplayFieldDisplayFieldTypeOptionsOneOf, jy as DisplayFieldDisplayFieldTypeWithLiterals, aZ as DisplayFieldType, jf as DisplayFieldTypeWithLiterals, cJ as DividerData, a8 as DividerDataAlignment, iq as DividerDataAlignmentWithLiterals, hK as DocumentReady, dY as DocumentStyle, gB as DomainEvent, gC as DomainEventBodyOneOf, ez as DonationInput, eA as DonationInputOption, hL as DownloadSubmissionRequest, e4 as Dropdown, e5 as DropdownOption, c9 as DynamicPriceOptions, fB as EmailInfo, bb as EmailInfoTag, jt as EmailInfoTagWithLiterals, dI as EmbedData, gI as Empty, gD as EntityCreatedEvent, gG as EntityDeletedEvent, gF as EntityUpdatedEvent, bt as ErrorType, jL as ErrorTypeWithLiterals, dA as EventData, i3 as EventMetadata, bA as ExtendedFields, fi as Field, fj as FieldFieldTypeOptionsOneOf, gj as FieldGroup, go as FieldOverride, gp as FieldOverridePropertyTypeOptionsOneOf, cd as FieldOverrides, a_ as FieldType, jg as FieldTypeWithLiterals, hZ as FieldViolation, h_ as FieldViolationErrorDataOneOf, fX as FieldsDisplayField, fY as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, ce as FieldsOverrides, eO as FieldsSettings, cK as FileData, cL as FileSource, cM as FileSourceDataOneOf, eu as FileType, ev as FileUpload, aF as FirstDayOfWeek, iX as FirstDayOfWeekWithLiterals, eC as FixedPayment, c8 as FixedPriceOptions, dv as FontSizeData, ao as FontType, iG as FontTypeWithLiterals, bL as Form, hD as FormDeletedSubmissionsCount, bM as FormField, bY as FormFieldArrayType, bW as FormFieldBooleanType, fz as FormFieldContactInfo, fA as FormFieldContactInfoAdditionalInfoOneOf, eT as FormFieldContactInfoAddressInfo, aX as FormFieldContactInfoContactField, jd as FormFieldContactInfoContactFieldWithLiterals, eU as FormFieldContactInfoCustomFieldInfo, eR as FormFieldContactInfoEmailInfo, aT as FormFieldContactInfoEmailInfoTag, j9 as FormFieldContactInfoEmailInfoTagWithLiterals, eS as FormFieldContactInfoPhoneInfo, aU as FormFieldContactInfoPhoneInfoTag, ja as FormFieldContactInfoPhoneInfoTagWithLiterals, eV as FormFieldContactInfoSubscriptionInfo, bT as FormFieldNumberType, bZ as FormFieldObjectType, bN as FormFieldStringType, bO as FormFieldStringTypeFormatOptionsOneOf, ck as FormFieldV2, aY as FormFieldV2FieldType, cl as FormFieldV2FieldTypeOptionsOneOf, je as FormFieldV2FieldTypeWithLiterals, fc as FormFieldV2InputField, fd as FormFieldV2InputFieldInputTypeOptionsOneOf, g0 as FormLayout, g8 as FormOverride, g9 as FormProperties, g7 as FormRule, i4 as FormSubmissionSearchSpec, bE as FormSubmissionStatusUpdatedEvent, hA as FormSubmissionsCount, aP as Format, a$ as FormatEnumFormat, jh as FormatEnumFormatWithLiterals, j5 as FormatWithLiterals, hR as FormattedFormSubmission, hO as FormattedSubmission, cZ as GIF, cY as GIFData, ae as GIFType, iw as GIFTypeWithLiterals, cO as GalleryData, cU as GalleryOptions, cV as GalleryOptionsLayout, hl as GetDeletedSubmissionRequest, hN as GetFormattedSubmissionRequest, hE as GetMediaUploadURLRequest, h3 as GetSubmissionByCheckoutIdRequest, h4 as GetSubmissionByCheckoutIdResponse, hH as GetSubmissionDownloadUrlRequest, h1 as GetSubmissionRequest, h2 as GetSubmissionResponse, df as Gradient, g4 as Group, c$ as HTMLData, d0 as HTMLDataDataOneOf, hM as HeadersEntry, c_ as HeadingData, cC as Height, gm as HiddenOptions, gK as IdentificationData, gL as IdentificationDataIdOneOf, bs as IdentityType, jK as IdentityTypeWithLiterals, cQ as Image, d1 as ImageData, d3 as ImageDataStyles, aD as ImageFit, iV as ImageFitWithLiterals, aB as ImagePosition, iT as ImagePositionWithLiterals, dC as ImageStyles, eH as InPersonOptions, ax as InitialExpandedItems, iP as InitialExpandedItemsWithLiterals, fk as InputField, aK as InputFieldArrayComponentType, j0 as InputFieldArrayComponentTypeWithLiterals, ei as InputFieldArrayType, en as InputFieldArrayTypeArrayItems, eo as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aH as InputFieldBooleanComponentType, iZ as InputFieldBooleanComponentTypeWithLiterals, eg as InputFieldBooleanType, aS as InputFieldInputType, fl as InputFieldInputTypeOptionsOneOf, j8 as InputFieldInputTypeWithLiterals, ej as InputFieldIntegerType, f8 as InputFieldMultilineAddress, f9 as InputFieldMultilineAddressComponentTypeOptionsOneOf, aG as InputFieldNumberComponentType, iY as InputFieldNumberComponentTypeWithLiterals, ed as InputFieldNumberType, ek as InputFieldObjectType, el as InputFieldObjectTypePropertiesType, em as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, f6 as InputFieldPayment, aN as InputFieldPaymentComponentType, f7 as InputFieldPaymentComponentTypeOptionsOneOf, j3 as InputFieldPaymentComponentTypeWithLiterals, fa as InputFieldScheduling, aO as InputFieldSchedulingComponentType, fb as InputFieldSchedulingComponentTypeOptionsOneOf, j4 as InputFieldSchedulingComponentTypeWithLiterals, $ as InputFieldStringComponentType, ig as InputFieldStringComponentTypeWithLiterals, cm as InputFieldStringType, co as InputFieldStringTypeDateTimeConstraints, _ as InputFieldStringTypeFormatEnumFormat, ie as InputFieldStringTypeFormatEnumFormatWithLiterals, cn as InputFieldStringTypeFormatOptionsOneOf, cp as InputFieldStringTypePhoneConstraints, f4 as InputFieldWixFile, aL as InputFieldWixFileComponentType, f5 as InputFieldWixFileComponentTypeOptionsOneOf, j1 as InputFieldWixFileComponentTypeWithLiterals, f0 as InputField_Array, f1 as InputField_ArrayComponentTypeOptionsOneOf, e_ as InputField_Boolean, e$ as InputField_BooleanComponentTypeOptionsOneOf, eY as InputField_Number, eZ as InputField_NumberComponentTypeOptionsOneOf, f2 as InputField_Object, f3 as InputField_ObjectValidationOneOf, eW as InputField_String, eX as InputField_StringComponentTypeOptionsOneOf, ba as InputType, js as InputTypeWithLiterals, bV as IntegerType, gz as IsFormSubmittableRequest, gA as IsFormSubmittableResponse, cS as Item, cT as ItemDataOneOf, g2 as ItemLayout, g3 as ItemLayoutItemOneOf, g_ as ItemMetadata, cW as ItemStyle, b3 as ItemType, jl as ItemTypeWithLiterals, bi as Kind, jA as KindWithLiterals, av as Layout, dW as LayoutCellData, aa as LayoutType, is as LayoutTypeWithLiterals, iN as LayoutWithLiterals, gd as LimitationRule, a6 as LineStyle, io as LineStyleWithLiterals, cE as Link, dt as LinkData, cF as LinkDataOneOf, d4 as LinkPreviewData, d5 as LinkPreviewDataStyles, a4 as LinkTarget, il as LinkTargetWithLiterals, hh as ListDeletedSubmissionsRequest, hP as ListFormattedSubmissionsRequest, hQ as ListFormattedSubmissionsResponse, dQ as ListValue, eF as Location, eG as LocationLocationInfoOneOf, d6 as MapData, d7 as MapSettings, ah as MapType, iz as MapTypeWithLiterals, g5 as Margin, bH as MarketingSubscriptionDetails, cP as Media, d_ as MediaItem, d$ as MediaItemMediaOneOf, e0 as MediaSettings, du as MentionData, gJ as MessageEnvelope, dX as Metadata, bv as Mode, jN as ModeWithLiterals, eK as MultilineAddress, aQ as MultilineAddressComponentType, j6 as MultilineAddressComponentTypeWithLiterals, cc as MultilineAddressValidation, gc as NestedForm, cf as NestedFormFieldOverrides, cj as NestedFormOverrides, cs as Node, ct as NodeDataOneOf, cu as NodeStyle, a0 as NodeType, ih as NodeTypeWithLiterals, aA as NullValue, iS as NullValueWithLiterals, b1 as NumberComponentType, jj as NumberComponentTypeWithLiterals, bU as NumberErrorMessages, ee as NumberInput, aE as NumberOfColumns, iW as NumberOfColumnsWithLiterals, fr as NumberType, c0 as ObjectErrorMessages, fu as ObjectType, b_ as ObjectTypePropertiesType, b$ as ObjectTypePropertiesTypePropertiesTypeOneOf, dJ as Oembed, bq as Operator, jI as OperatorWithLiterals, T as OptInLevel, i9 as OptInLevelWithLiterals, eq as Option, dj as OptionDesign, de as OptionLayout, gt as OrCondition, bB as OrderDetails, dS as OrderedListData, ab as Orientation, it as OrientationWithLiterals, bh as OverrideEntityType, bp as OverrideEntityTypeEnumOverrideEntityType, jH as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jz as OverrideEntityTypeWithLiterals, cN as PDFSettings, f_ as PageNavigationOptions, d8 as ParagraphData, fR as Payment, b7 as PaymentComponentType, fS as PaymentComponentTypeOptionsOneOf, jp as PaymentComponentTypeWithLiterals, eB as PaymentInput, c6 as PaymentType, da as Permissions, fp as PhoneConstraints, fC as PhoneInfo, bc as PhoneInfoTag, ju as PhoneInfoTagWithLiterals, e7 as PhoneInput, eJ as PhoneOptions, as as Placement, iK as PlacementWithLiterals, dH as PlaybackOptions, cy as PluginContainerData, a2 as PluginContainerDataAlignment, ij as PluginContainerDataAlignmentWithLiterals, cz as PluginContainerDataWidth, cA as PluginContainerDataWidthDataOneOf, dk as Poll, d9 as PollData, dl as PollDataLayout, di as PollDesign, dd as PollLayout, al as PollLayoutDirection, iD as PollLayoutDirectionWithLiterals, ak as PollLayoutType, iC as PollLayoutTypeWithLiterals, db as PollOption, ap as Position, iH as PositionWithLiterals, ga as PostSubmissionTriggers, c4 as PredefinedValidation, c5 as PredefinedValidationFormatOptionsOneOf, Z as PriceType, id as PriceTypeWithLiterals, dF as PricingData, ca as Product, ex as ProductCheckboxGroup, ey as ProductCheckboxGroupOption, cb as ProductPriceOptionsOneOf, Y as ProductType, ic as ProductTypeWithLiterals, fv as PropertiesType, b4 as PropertiesTypeEnum, jm as PropertiesTypeEnumWithLiterals, aJ as PropertiesTypePropertiesTypeEnum, i$ as PropertiesTypePropertiesTypeEnumWithLiterals, fw as PropertiesTypePropertiesTypeOptionsOneOf, bC as PublicTags, c7 as QuantityLimit, hm as QuerySubmissionRequest, hx as QuerySubmissionsByNamespaceForExportRequest, hy as QuerySubmissionsByNamespaceForExportResponse, hv as QuerySubmissionsByNamespaceRequest, hw as QuerySubmissionsByNamespaceResponse, e1 as RadioGroup, e2 as RadioGroupOption, ef as RatingInput, gi as RedirectOptions, cG as Rel, hd as RemoveSubmissionFromTrashBinRequest, he as RemoveSubmissionFromTrashBinResponse, bF as RemovedSubmissionFromTrash, bk as RequiredIndicator, bl as RequiredIndicatorPlacement, jD as RequiredIndicatorPlacementWithLiterals, ge as RequiredIndicatorProperties, jC as RequiredIndicatorWithLiterals, gl as RequiredOptions, ar as Resizing, iJ as ResizingWithLiterals, gE as RestoreInfo, hc as RestoreSubmissionFromTrashBinRequest, dD as RibbonStyles, cr as RichContent, fZ as RichContentOptions, gk as Rule, gv as RuleFormOverride, gw as RuleFormOverrideEntityTypeOptionsOneOf, fT as Scheduling, b9 as SchedulingComponentType, fU as SchedulingComponentTypeOptionsOneOf, jr as SchedulingComponentTypeWithLiterals, hs as SearchDetails, ht as SearchSubmissionsByNamespaceForExportRequest, hu as SearchSubmissionsByNamespaceForExportResponse, hp as SearchSubmissionsByNamespaceRequest, g6 as Section, ec as ServiceOption, et as ServicesCheckboxGroup, eb as ServicesDropdown, dc as Settings, ew as Signature, bu as SortOrder, jM as SortOrderWithLiterals, ho as Sorting, af as Source, ix as SourceWithLiterals, bj as SpamFilterProtectionLevel, jB as SpamFilterProtectionLevelWithLiterals, cB as Spoiler, dw as SpoilerData, bw as Status, jO as StatusWithLiterals, f$ as Step, b0 as StringComponentType, ji as StringComponentTypeWithLiterals, bP as StringErrorMessages, fm as StringType, bQ as StringTypeDateTimeConstraints, W as StringTypeFormatEnumFormat, ia as StringTypeFormatEnumFormatWithLiterals, fn as StringTypeFormatOptionsOneOf, bR as StringTypePhoneConstraints, bS as StringTypeValidationMessages, cD as Styles, d2 as StylesBorder, ag as StylesPosition, iy as StylesPositionWithLiterals, bG as SubmissionContactMapped, bI as SubmissionContactMappingSkipped, hI as SubmissionDocument, hJ as SubmissionDocumentDocumentOneOf, bx as SubmissionErrorType, jP as SubmissionErrorTypeWithLiterals, P as SubmissionStatus, i8 as SubmissionStatusWithLiterals, i0 as SubmissionValidationError, i1 as SubmissionValidationErrorErrorMessageOneOf, h$ as SubmissionValidationErrors, gQ as SubmissionValidationErrorsDetails, i5 as SubmissionsQueryResult, gN as SubmitContactResponse, gf as SubmitSettings, gg as SubmitSettingsSubmitSuccessActionOptionsOneOf, bn as SubmitSuccessAction, jF as SubmitSuccessActionWithLiterals, by as Submitter, bz as SubmitterSubmitterOneOf, fF as SubscriptionInfo, aW as SubscriptionInfoOptInLevel, jc as SubscriptionInfoOptInLevelWithLiterals, dN as TableCellData, dL as TableData, bd as Tag, bD as TagList, jv as TagWithLiterals, er as Tags, es as TagsOption, bm as Target, jE as TargetWithLiterals, a5 as TextAlignment, im as TextAlignmentWithLiterals, dn as TextData, cq as TextInput, dZ as TextNodeStyle, cI as TextStyle, gh as ThankYouMessageOptions, cX as Thumbnails, ad as ThumbnailsAlignment, iv as ThumbnailsAlignmentWithLiterals, e9 as TimeInput, aR as Type, j7 as TypeWithLiterals, hS as UpdateExtendedFieldsRequest, h5 as UpdateSubmissionRequest, h6 as UpdateSubmissionResponse, aM as UploadFileFormat, j2 as UploadFileFormatWithLiterals, gb as UpsertContact, gM as UpsertContactFromSubmissionRequest, eP as V4FormFieldContactInfo, eQ as V4FormFieldContactInfoAdditionalInfoOneOf, fh as V4PageNavigationOptions, fg as V4RichContentOptions, hY as ValidateFormSubmissionRequest, cg as Validation, gR as ValidationError, X as ValidationFormat, ib as ValidationFormatWithLiterals, fq as ValidationMessages, ch as ValidationValidationOneOf, az as VerticalAlignment, iR as VerticalAlignmentWithLiterals, cR as Video, eI as VideoConferenceOptions, dG as VideoData, a9 as ViewMode, ir as ViewModeWithLiterals, ai as ViewRole, iA as ViewRoleWithLiterals, aj as VoteRole, iB as VoteRoleWithLiterals, br as WebhookIdentityType, jJ as WebhookIdentityTypeWithLiterals, a7 as Width, a1 as WidthType, ii as WidthTypeWithLiterals, ip as WidthWithLiterals, fP as WixFile, b6 as WixFileComponentType, fQ as WixFileComponentTypeOptionsOneOf, jo as WixFileComponentTypeWithLiterals, fM as _Array, fN as _ArrayComponentTypeOptionsOneOf, fK as _Boolean, fL as _BooleanComponentTypeOptionsOneOf, fI as _Number, fJ as _NumberComponentTypeOptionsOneOf, fO as _Object, fG as _String, fH as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-DjDjo-gt.mjs';
|
|
2
|
+
import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as QuerySubmissionsByNamespaceOptions, o as SubmissionsQueryBuilder, p as CountSubmissionsByFilterOptions, q as CountSubmissionsByFilterResponse, r as CountSubmissionsOptions, s as CountSubmissionsResponse, t as CountDeletedSubmissionsOptions, u as CountDeletedSubmissionsResponse, v as GetMediaUploadURLResponse, w as GetSubmissionDownloadUrlResponse, x as RawHttpResponse, y as GetFormattedSubmissionResponse, z as UpdateExtendedFieldsOptions, A as UpdateExtendedFieldsResponse, V as ValidateFormSubmissionOptions, E as ValidateFormSubmissionResponse, H as SubmissionCreatedEnvelope, I as SubmissionDeletedEnvelope, J as SubmissionRemovedSubmissionFromTrashEnvelope, K as SubmissionStatusUpdatedEnvelope, M as SubmissionContactMappedEnvelope, N as SubmissionContactMappingSkippedEnvelope, O as SubmissionUpdatedEnvelope } from './forms-v4-submission-submissions.universal-BbB34fG9.mjs';
|
|
3
|
+
export { gM as ActionEvent, g3 as Address, g4 as AddressComponentTypeOptionsOneOf, fN as AddressInfo, aV as AddressInfoTag, jg as AddressInfoTagWithLiterals, eN as AddressLine2, aC as Alignment, iZ as AlignmentWithLiterals, gs as AllowedValuesOptions, dt as AnchorData, gx as AndCondition, dz as AppEmbedData, dA as AppEmbedDataAppDataOneOf, aw as AppType, iT as AppTypeWithLiterals, h4 as ApplicationError, eF as Appointment, eG as AppointmentFormatInfoOneOf, b5 as ArrayComponentType, js as ArrayComponentTypeWithLiterals, c4 as ArrayErrorMessages, fz as ArrayItems, aI as ArrayItemsItemType, fA as ArrayItemsItemTypeOptionsOneOf, j3 as ArrayItemsItemTypeWithLiterals, fv as ArrayType, c2 as ArrayTypeArrayItems, c3 as ArrayTypeArrayItemsItemsOneOf, aq as AspectRatio, iN as AspectRatioWithLiterals, dT as AudioData, di as Background, dj as BackgroundBackgroundOneOf, am as BackgroundType, iJ as BackgroundTypeWithLiterals, i7 as BaseEventMetadata, dW as BlockquoteData, dB as BookingData, b2 as BooleanComponentType, jp as BooleanComponentTypeWithLiterals, bY as BooleanErrorMessages, fu as BooleanType, cy as Border, dR as BorderColors, fD as BreakPoint, h5 as BulkActionMetadata, h0 as BulkCreateSubmissionBySubmitterData, g$ as BulkCreateSubmissionBySubmitterRequest, h1 as BulkCreateSubmissionBySubmitterResponse, hf as BulkDeleteSubmissionRequest, hg as BulkDeleteSubmissionResult, hK as BulkMarkSubmissionsAsSeenRequest, hL as BulkMarkSubmissionsAsSeenResponse, hk as BulkRemoveSubmissionFromTrashBinRequest, hl as BulkRemoveSubmissionFromTrashBinResult, h2 as BulkSubmissionResult, ic as BulkUpdateFormSubmissionTagsByFilterOptions, h$ as BulkUpdateFormSubmissionTagsByFilterRequest, i0 as BulkUpdateFormSubmissionTagsByFilterResponse, ib as BulkUpdateFormSubmissionTagsOptions, hY as BulkUpdateFormSubmissionTagsRequest, hZ as BulkUpdateFormSubmissionTagsResponse, h_ as BulkUpdateFormSubmissionTagsResult, dV as BulletedListData, cx as ButtonData, a3 as ButtonDataType, iq as ButtonDataTypeWithLiterals, dD as ButtonStyles, dX as CaptionData, dG as CardStyles, au as CardStylesAlignment, iR as CardStylesAlignmentWithLiterals, at as CardStylesType, iQ as CardStylesTypeWithLiterals, dQ as CellStyle, bp as ChangeableProperty, jM as ChangeablePropertyWithLiterals, ej as Checkbox, er as CheckboxGroup, gD as Checkout, cJ as CodeBlockData, dM as CollapsibleListData, du as ColorData, cz as Colors, jW as CommonSearchWithEntityContext, b8 as ComponentType, jv as ComponentTypeWithLiterals, gz as Condition, gv as ConditionNode, gw as ConditionNodeNodeOneOf, hc as ConfirmSubmissionRequest, bf as ConfirmationLevel, jC as ConfirmationLevelWithLiterals, bg as ContactField, jD as ContactFieldWithLiterals, hH as CountDeletedSubmissionsRequest, hE as CountSubmissionsByFilterRequest, hG as CountSubmissionsRequest, bK as CreateCheckoutFromSubmissionRequest, bL as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, gC as CreateCheckoutFromSubmissionResponse, gZ as CreateSubmissionBySubmitterRequest, g_ as CreateSubmissionBySubmitterResponse, gX as CreateSubmissionForMigrationRequest, gY as CreateSubmissionForMigrationResponse, gT as CreateSubmissionRequest, gU as CreateSubmissionResponse, ac as Crop, iz as CropWithLiterals, hn as CursorPaging, ho as CursorPagingMetadata, hs as CursorQueryPagingMethodOneOf, hv as CursorSearch, hw as CursorSearchPagingMethodOneOf, hp as Cursors, fO as CustomFieldInfo, e5 as CustomOption, ck as DataExtensionsDetails, ea as DateInput, ec as DatePicker, fq as DateTimeConstraints, e8 as DateTimeInput, dr as Decoration, ds as DecorationDataOneOf, an as DecorationType, iK as DecorationTypeWithLiterals, eO as DefaultCountryConfig, eP as DefaultCountryConfigOptionsOneOf, hd as DeleteSubmissionRequest, he as DeleteSubmissionResponse, dp as Design, dO as Dimensions, ay as Direction, iV as DirectionWithLiterals, fg as DisplayField, bh as DisplayFieldDisplayFieldType, fh as DisplayFieldDisplayFieldTypeOptionsOneOf, jE as DisplayFieldDisplayFieldTypeWithLiterals, aZ as DisplayFieldType, jk as DisplayFieldTypeWithLiterals, cL as DividerData, a8 as DividerDataAlignment, iv as DividerDataAlignmentWithLiterals, hP as DocumentReady, d_ as DocumentStyle, gG as DomainEvent, gH as DomainEventBodyOneOf, eB as DonationInput, eC as DonationInputOption, hQ as DownloadSubmissionRequest, e6 as Dropdown, e7 as DropdownOption, ca as DynamicPriceOptions, fL as EmailInfo, bc as EmailInfoTag, jz as EmailInfoTagWithLiterals, dK as EmbedData, gN as Empty, gI as EntityCreatedEvent, gL as EntityDeletedEvent, gK as EntityUpdatedEvent, bu as ErrorType, jR as ErrorTypeWithLiterals, dC as EventData, i8 as EventMetadata, bB as ExtendedFields, fk as Field, fl as FieldFieldTypeOptionsOneOf, go as FieldGroup, gt as FieldOverride, gu as FieldOverridePropertyTypeOptionsOneOf, ce as FieldOverrides, a_ as FieldType, jl as FieldTypeWithLiterals, i2 as FieldViolation, i3 as FieldViolationErrorDataOneOf, g7 as FieldsDisplayField, g8 as FieldsDisplayFieldDisplayFieldTypeOptionsOneOf, cf as FieldsOverrides, eQ as FieldsSettings, cM as FileData, cN as FileSource, cO as FileSourceDataOneOf, ew as FileType, ex as FileUpload, aF as FirstDayOfWeek, j0 as FirstDayOfWeekWithLiterals, eE as FixedPayment, c9 as FixedPriceOptions, dx as FontSizeData, ao as FontType, iL as FontTypeWithLiterals, bM as Form, hI as FormDeletedSubmissionsCount, bN as FormField, bZ as FormFieldArrayType, bX as FormFieldBooleanType, fJ as FormFieldContactInfo, fK as FormFieldContactInfoAdditionalInfoOneOf, eV as FormFieldContactInfoAddressInfo, aX as FormFieldContactInfoContactField, ji as FormFieldContactInfoContactFieldWithLiterals, eW as FormFieldContactInfoCustomFieldInfo, eT as FormFieldContactInfoEmailInfo, aT as FormFieldContactInfoEmailInfoTag, je as FormFieldContactInfoEmailInfoTagWithLiterals, eU as FormFieldContactInfoPhoneInfo, aU as FormFieldContactInfoPhoneInfoTag, jf as FormFieldContactInfoPhoneInfoTagWithLiterals, eX as FormFieldContactInfoSubscriptionInfo, bU as FormFieldNumberType, b_ as FormFieldObjectType, bO as FormFieldStringType, bP as FormFieldStringTypeFormatOptionsOneOf, cm as FormFieldV2, aY as FormFieldV2FieldType, cn as FormFieldV2FieldTypeOptionsOneOf, jj as FormFieldV2FieldTypeWithLiterals, fe as FormFieldV2InputField, ff as FormFieldV2InputFieldInputTypeOptionsOneOf, fC as FormLayout, gd as FormOverride, ge as FormProperties, gc as FormRule, i9 as FormSubmissionSearchSpec, bF as FormSubmissionStatusUpdatedEvent, hF as FormSubmissionsCount, aP as Format, a$ as FormatEnumFormat, jm as FormatEnumFormatWithLiterals, ja as FormatWithLiterals, hW as FormattedFormSubmission, hT as FormattedSubmission, c$ as GIF, c_ as GIFData, ae as GIFType, iB as GIFTypeWithLiterals, cQ as GalleryData, cW as GalleryOptions, cX as GalleryOptionsLayout, hq as GetDeletedSubmissionRequest, hS as GetFormattedSubmissionRequest, hJ as GetMediaUploadURLRequest, h8 as GetSubmissionByCheckoutIdRequest, h9 as GetSubmissionByCheckoutIdResponse, hM as GetSubmissionDownloadUrlRequest, h6 as GetSubmissionRequest, h7 as GetSubmissionResponse, dh as Gradient, fG as Group, d1 as HTMLData, d2 as HTMLDataDataOneOf, hR as HeadersEntry, d0 as HeadingData, cE as Height, gr as HiddenOptions, gP as IdentificationData, gQ as IdentificationDataIdOneOf, bt as IdentityType, jQ as IdentityTypeWithLiterals, cS as Image, d3 as ImageData, d5 as ImageDataStyles, aD as ImageFit, i_ as ImageFitWithLiterals, aB as ImagePosition, iY as ImagePositionWithLiterals, dE as ImageStyles, eJ as InPersonOptions, ax as InitialExpandedItems, iU as InitialExpandedItemsWithLiterals, fm as InputField, aK as InputFieldArrayComponentType, j5 as InputFieldArrayComponentTypeWithLiterals, ek as InputFieldArrayType, ep as InputFieldArrayTypeArrayItems, eq as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf, aH as InputFieldBooleanComponentType, j2 as InputFieldBooleanComponentTypeWithLiterals, ei as InputFieldBooleanType, aS as InputFieldInputType, fn as InputFieldInputTypeOptionsOneOf, jd as InputFieldInputTypeWithLiterals, el as InputFieldIntegerType, fa as InputFieldMultilineAddress, fb as InputFieldMultilineAddressComponentTypeOptionsOneOf, aG as InputFieldNumberComponentType, j1 as InputFieldNumberComponentTypeWithLiterals, ef as InputFieldNumberType, em as InputFieldObjectType, en as InputFieldObjectTypePropertiesType, eo as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf, f8 as InputFieldPayment, aN as InputFieldPaymentComponentType, f9 as InputFieldPaymentComponentTypeOptionsOneOf, j8 as InputFieldPaymentComponentTypeWithLiterals, fc as InputFieldScheduling, aO as InputFieldSchedulingComponentType, fd as InputFieldSchedulingComponentTypeOptionsOneOf, j9 as InputFieldSchedulingComponentTypeWithLiterals, $ as InputFieldStringComponentType, il as InputFieldStringComponentTypeWithLiterals, co as InputFieldStringType, cq as InputFieldStringTypeDateTimeConstraints, _ as InputFieldStringTypeFormatEnumFormat, ik as InputFieldStringTypeFormatEnumFormatWithLiterals, cp as InputFieldStringTypeFormatOptionsOneOf, cr as InputFieldStringTypePhoneConstraints, f6 as InputFieldWixFile, aL as InputFieldWixFileComponentType, f7 as InputFieldWixFileComponentTypeOptionsOneOf, j6 as InputFieldWixFileComponentTypeWithLiterals, f2 as InputField_Array, f3 as InputField_ArrayComponentTypeOptionsOneOf, f0 as InputField_Boolean, f1 as InputField_BooleanComponentTypeOptionsOneOf, e_ as InputField_Number, e$ as InputField_NumberComponentTypeOptionsOneOf, f4 as InputField_Object, f5 as InputField_ObjectValidationOneOf, eY as InputField_String, eZ as InputField_StringComponentTypeOptionsOneOf, bb as InputType, jy as InputTypeWithLiterals, bW as IntegerType, gE as IsFormSubmittableRequest, gF as IsFormSubmittableResponse, cU as Item, cV as ItemDataOneOf, fE as ItemLayout, fF as ItemLayoutItemOneOf, h3 as ItemMetadata, cY as ItemStyle, b3 as ItemType, jq as ItemTypeWithLiterals, bj as Kind, jG as KindWithLiterals, av as Layout, dY as LayoutCellData, aa as LayoutType, ix as LayoutTypeWithLiterals, iS as LayoutWithLiterals, gi as LimitationRule, a6 as LineStyle, it as LineStyleWithLiterals, cG as Link, dv as LinkData, cH as LinkDataOneOf, d6 as LinkPreviewData, d7 as LinkPreviewDataStyles, a4 as LinkTarget, ir as LinkTargetWithLiterals, hm as ListDeletedSubmissionsRequest, hU as ListFormattedSubmissionsRequest, hV as ListFormattedSubmissionsResponse, dS as ListValue, eH as Location, eI as LocationLocationInfoOneOf, d8 as MapData, d9 as MapSettings, ah as MapType, iE as MapTypeWithLiterals, fH as Margin, bI as MarketingSubscriptionDetails, cR as Media, e0 as MediaItem, e1 as MediaItemMediaOneOf, e2 as MediaSettings, dw as MentionData, gO as MessageEnvelope, dZ as Metadata, bw as Mode, jT as ModeWithLiterals, eM as MultilineAddress, aQ as MultilineAddressComponentType, jb as MultilineAddressComponentTypeWithLiterals, cd as MultilineAddressValidation, gh as NestedForm, ch as NestedFormFieldOverrides, cl as NestedFormOverrides, cu as Node, cv as NodeDataOneOf, cw as NodeStyle, a0 as NodeType, im as NodeTypeWithLiterals, aA as NullValue, iX as NullValueWithLiterals, b1 as NumberComponentType, jo as NumberComponentTypeWithLiterals, bV as NumberErrorMessages, eg as NumberInput, aE as NumberOfColumns, i$ as NumberOfColumnsWithLiterals, ft as NumberType, g5 as ObjectArray, b9 as ObjectArrayComponentType, g6 as ObjectArrayComponentTypeOptionsOneOf, jw as ObjectArrayComponentTypeWithLiterals, cg as ObjectArrayType, c1 as ObjectErrorMessages, fw as ObjectType, b$ as ObjectTypePropertiesType, c0 as ObjectTypePropertiesTypePropertiesTypeOneOf, dL as Oembed, br as Operator, jO as OperatorWithLiterals, T as OptInLevel, ie as OptInLevelWithLiterals, es as Option, dl as OptionDesign, dg as OptionLayout, gy as OrCondition, bC as OrderDetails, dU as OrderedListData, ab as Orientation, iy as OrientationWithLiterals, bi as OverrideEntityType, bq as OverrideEntityTypeEnumOverrideEntityType, jN as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, jF as OverrideEntityTypeWithLiterals, cP as PDFSettings, ga as PageNavigationOptions, da as ParagraphData, f$ as Payment, b7 as PaymentComponentType, g0 as PaymentComponentTypeOptionsOneOf, ju as PaymentComponentTypeWithLiterals, eD as PaymentInput, c7 as PaymentType, dc as Permissions, fr as PhoneConstraints, fM as PhoneInfo, bd as PhoneInfoTag, jA as PhoneInfoTagWithLiterals, e9 as PhoneInput, eL as PhoneOptions, as as Placement, iP as PlacementWithLiterals, dJ as PlaybackOptions, cA as PluginContainerData, a2 as PluginContainerDataAlignment, ip as PluginContainerDataAlignmentWithLiterals, cB as PluginContainerDataWidth, cC as PluginContainerDataWidthDataOneOf, dm as Poll, db as PollData, dn as PollDataLayout, dk as PollDesign, df as PollLayout, al as PollLayoutDirection, iI as PollLayoutDirectionWithLiterals, ak as PollLayoutType, iH as PollLayoutTypeWithLiterals, dd as PollOption, ap as Position, iM as PositionWithLiterals, gf as PostSubmissionTriggers, c5 as PredefinedValidation, c6 as PredefinedValidationFormatOptionsOneOf, Z as PriceType, ij as PriceTypeWithLiterals, dH as PricingData, cb as Product, ez as ProductCheckboxGroup, eA as ProductCheckboxGroupOption, cc as ProductPriceOptionsOneOf, Y as ProductType, ii as ProductTypeWithLiterals, fx as PropertiesType, b4 as PropertiesTypeEnum, jr as PropertiesTypeEnumWithLiterals, aJ as PropertiesTypePropertiesTypeEnum, j4 as PropertiesTypePropertiesTypeEnumWithLiterals, fy as PropertiesTypePropertiesTypeOptionsOneOf, bD as PublicTags, c8 as QuantityLimit, hr as QuerySubmissionRequest, hC as QuerySubmissionsByNamespaceForExportRequest, hD as QuerySubmissionsByNamespaceForExportResponse, hA as QuerySubmissionsByNamespaceRequest, hB as QuerySubmissionsByNamespaceResponse, e3 as RadioGroup, e4 as RadioGroupOption, eh as RatingInput, gn as RedirectOptions, cI as Rel, hi as RemoveSubmissionFromTrashBinRequest, hj as RemoveSubmissionFromTrashBinResponse, bG as RemovedSubmissionFromTrash, fB as Repeater, bl as RequiredIndicator, bm as RequiredIndicatorPlacement, jJ as RequiredIndicatorPlacementWithLiterals, gj as RequiredIndicatorProperties, jI as RequiredIndicatorWithLiterals, gq as RequiredOptions, ar as Resizing, iO as ResizingWithLiterals, gJ as RestoreInfo, hh as RestoreSubmissionFromTrashBinRequest, dF as RibbonStyles, ct as RichContent, g9 as RichContentOptions, gp as Rule, gA as RuleFormOverride, gB as RuleFormOverrideEntityTypeOptionsOneOf, g1 as Scheduling, ba as SchedulingComponentType, g2 as SchedulingComponentTypeOptionsOneOf, jx as SchedulingComponentTypeWithLiterals, hx as SearchDetails, hy as SearchSubmissionsByNamespaceForExportRequest, hz as SearchSubmissionsByNamespaceForExportResponse, hu as SearchSubmissionsByNamespaceRequest, fI as Section, ee as ServiceOption, ev as ServicesCheckboxGroup, ed as ServicesDropdown, de as Settings, ey as Signature, bv as SortOrder, jS as SortOrderWithLiterals, ht as Sorting, af as Source, iC as SourceWithLiterals, bk as SpamFilterProtectionLevel, jH as SpamFilterProtectionLevelWithLiterals, cD as Spoiler, dy as SpoilerData, bx as Status, jU as StatusWithLiterals, gb as Step, b0 as StringComponentType, jn as StringComponentTypeWithLiterals, bQ as StringErrorMessages, fo as StringType, bR as StringTypeDateTimeConstraints, W as StringTypeFormatEnumFormat, ig as StringTypeFormatEnumFormatWithLiterals, fp as StringTypeFormatOptionsOneOf, bS as StringTypePhoneConstraints, bT as StringTypeValidationMessages, cF as Styles, d4 as StylesBorder, ag as StylesPosition, iD as StylesPositionWithLiterals, bH as SubmissionContactMapped, bJ as SubmissionContactMappingSkipped, hN as SubmissionDocument, hO as SubmissionDocumentDocumentOneOf, by as SubmissionErrorType, jV as SubmissionErrorTypeWithLiterals, P as SubmissionStatus, id as SubmissionStatusWithLiterals, i5 as SubmissionValidationError, i6 as SubmissionValidationErrorErrorMessageOneOf, i4 as SubmissionValidationErrors, gV as SubmissionValidationErrorsDetails, ia as SubmissionsQueryResult, gS as SubmitContactResponse, gk as SubmitSettings, gl as SubmitSettingsSubmitSuccessActionOptionsOneOf, bo as SubmitSuccessAction, jL as SubmitSuccessActionWithLiterals, bz as Submitter, bA as SubmitterSubmitterOneOf, fP as SubscriptionInfo, aW as SubscriptionInfoOptInLevel, jh as SubscriptionInfoOptInLevelWithLiterals, dP as TableCellData, dN as TableData, be as Tag, bE as TagList, jB as TagWithLiterals, et as Tags, eu as TagsOption, bn as Target, jK as TargetWithLiterals, a5 as TextAlignment, is as TextAlignmentWithLiterals, dq as TextData, cs as TextInput, d$ as TextNodeStyle, cK as TextStyle, gm as ThankYouMessageOptions, cZ as Thumbnails, ad as ThumbnailsAlignment, iA as ThumbnailsAlignmentWithLiterals, eb as TimeInput, aR as Type, jc as TypeWithLiterals, hX as UpdateExtendedFieldsRequest, ha as UpdateSubmissionRequest, hb as UpdateSubmissionResponse, aM as UploadFileFormat, j7 as UploadFileFormatWithLiterals, gg as UpsertContact, gR as UpsertContactFromSubmissionRequest, eR as V4FormFieldContactInfo, eS as V4FormFieldContactInfoAdditionalInfoOneOf, fj as V4PageNavigationOptions, fi as V4RichContentOptions, i1 as ValidateFormSubmissionRequest, ci as Validation, gW as ValidationError, X as ValidationFormat, ih as ValidationFormatWithLiterals, fs as ValidationMessages, cj as ValidationValidationOneOf, az as VerticalAlignment, iW as VerticalAlignmentWithLiterals, cT as Video, eK as VideoConferenceOptions, dI as VideoData, a9 as ViewMode, iw as ViewModeWithLiterals, ai as ViewRole, iF as ViewRoleWithLiterals, aj as VoteRole, iG as VoteRoleWithLiterals, bs as WebhookIdentityType, jP as WebhookIdentityTypeWithLiterals, a7 as Width, a1 as WidthType, io as WidthTypeWithLiterals, iu as WidthWithLiterals, fZ as WixFile, b6 as WixFileComponentType, f_ as WixFileComponentTypeOptionsOneOf, jt as WixFileComponentTypeWithLiterals, fW as _Array, fX as _ArrayComponentTypeOptionsOneOf, fU as _Boolean, fV as _BooleanComponentTypeOptionsOneOf, fS as _Number, fT as _NumberComponentTypeOptionsOneOf, fY as _Object, fQ as _String, fR as _StringComponentTypeOptionsOneOf } from './forms-v4-submission-submissions.universal-BbB34fG9.mjs';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|
package/build/es/index.mjs
CHANGED
|
@@ -803,6 +803,7 @@ var ValidationFormat = /* @__PURE__ */ ((ValidationFormat2) => {
|
|
|
803
803
|
ValidationFormat2["PAYMENT"] = "PAYMENT";
|
|
804
804
|
ValidationFormat2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
805
805
|
ValidationFormat2["SCHEDULING"] = "SCHEDULING";
|
|
806
|
+
ValidationFormat2["OBJECT_ARRAY"] = "OBJECT_ARRAY";
|
|
806
807
|
return ValidationFormat2;
|
|
807
808
|
})(ValidationFormat || {});
|
|
808
809
|
var ProductType = /* @__PURE__ */ ((ProductType2) => {
|
|
@@ -1371,6 +1372,11 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
1371
1372
|
ComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1372
1373
|
return ComponentType2;
|
|
1373
1374
|
})(ComponentType || {});
|
|
1375
|
+
var ObjectArrayComponentType = /* @__PURE__ */ ((ObjectArrayComponentType2) => {
|
|
1376
|
+
ObjectArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1377
|
+
ObjectArrayComponentType2["REPEATER"] = "REPEATER";
|
|
1378
|
+
return ObjectArrayComponentType2;
|
|
1379
|
+
})(ObjectArrayComponentType || {});
|
|
1374
1380
|
var SchedulingComponentType = /* @__PURE__ */ ((SchedulingComponentType2) => {
|
|
1375
1381
|
SchedulingComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1376
1382
|
SchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
|
|
@@ -2810,6 +2816,7 @@ export {
|
|
|
2810
2816
|
NullValue,
|
|
2811
2817
|
NumberComponentType,
|
|
2812
2818
|
NumberOfColumns,
|
|
2819
|
+
ObjectArrayComponentType,
|
|
2813
2820
|
Operator,
|
|
2814
2821
|
OptInLevel,
|
|
2815
2822
|
Orientation,
|