@wix/auto_sdk_forms_submissions 1.0.68 → 1.0.70
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-8MFuPNM3.d.ts → forms-v4-submission-submissions.universal-Bcjvsrv_.d.ts} +577 -1207
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +102 -244
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +102 -244
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +578 -1208
- package/build/cjs/meta.js +102 -244
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-8MFuPNM3.d.mts → forms-v4-submission-submissions.universal-Bcjvsrv_.d.mts} +577 -1207
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +102 -230
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +102 -230
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +578 -1208
- package/build/es/meta.mjs +102 -230
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-EPX5eZ7e.d.ts → forms-v4-submission-submissions.universal-DJs1f2hq.d.ts} +577 -1207
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +102 -244
- 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 +102 -244
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +578 -1208
- package/build/internal/cjs/meta.js +102 -244
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-EPX5eZ7e.d.mts → forms-v4-submission-submissions.universal-DJs1f2hq.d.mts} +577 -1207
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +102 -230
- 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 +102 -230
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +578 -1208
- package/build/internal/es/meta.mjs +102 -230
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ge as UpsertContactFromSubmissionRequest$1, a as UpsertContactFromSubmissionResponse$1, gg as CreateSubmissionRequest$1, gh as CreateSubmissionResponse$1, gv as GetSubmissionRequest$1, gw as GetSubmissionResponse$1, gz as UpdateSubmissionRequest$1, gA as UpdateSubmissionResponse$1, gB as ConfirmSubmissionRequest$1, f as ConfirmSubmissionResponse$1, gC as DeleteSubmissionRequest$1, gD as DeleteSubmissionResponse$1, gE as BulkDeleteSubmissionRequest$1, g as BulkDeleteSubmissionResponse$1, gG as RestoreSubmissionFromTrashBinRequest$1, R as RestoreSubmissionFromTrashBinResponse$1, gH as RemoveSubmissionFromTrashBinRequest$1, gI as RemoveSubmissionFromTrashBinResponse$1, gJ as BulkRemoveSubmissionFromTrashBinRequest$1, i as BulkRemoveSubmissionFromTrashBinResponse$1, gL as ListDeletedSubmissionsRequest$1, j as ListDeletedSubmissionsResponse$1, gP as GetDeletedSubmissionRequest$1, G as GetDeletedSubmissionResponse$1, gQ as QuerySubmissionRequest$1, l as QuerySubmissionResponse$1, gT as SearchSubmissionsByNamespaceRequest$1, S as SearchSubmissionsByNamespaceResponse$1, gZ as QuerySubmissionsByNamespaceRequest$1, g_ as QuerySubmissionsByNamespaceResponse$1, h1 as CountSubmissionsByFilterRequest$1, o as CountSubmissionsByFilterResponse$1, h3 as CountSubmissionsRequest$1, q as CountSubmissionsResponse$1, h4 as CountDeletedSubmissionsRequest$1, s as CountDeletedSubmissionsResponse$1, h6 as GetMediaUploadURLRequest$1, t as GetMediaUploadURLResponse$1, h7 as BulkMarkSubmissionsAsSeenRequest$1, u as BulkMarkSubmissionsAsSeenResponse$1, h8 as GetSubmissionDownloadUrlRequest$1, v as GetSubmissionDownloadUrlResponse$1, hc as DownloadSubmissionRequest$1, w as RawHttpResponse$1, he as GetFormattedSubmissionRequest$1, x as GetFormattedSubmissionResponse$1, hj as UpdateExtendedFieldsRequest$1, z as UpdateExtendedFieldsResponse$1, hk as BulkUpdateFormSubmissionTagsRequest$1, E as BulkUpdateFormSubmissionTagsResponse$1, hm as BulkUpdateFormSubmissionTagsByFilterRequest$1, I as BulkUpdateFormSubmissionTagsByFilterResponse$1, hn as ValidateFormSubmissionRequest$1, J as ValidateFormSubmissionResponse$1 } from './forms-v4-submission-submissions.universal-DJs1f2hq.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Form submission that was created or retrieved. */
|
|
@@ -319,12 +319,6 @@ interface Form {
|
|
|
319
319
|
* @readonly
|
|
320
320
|
*/
|
|
321
321
|
deletedFields?: FormField[];
|
|
322
|
-
/**
|
|
323
|
-
* List of form fields that represent input elements.
|
|
324
|
-
* @maxSize 150
|
|
325
|
-
* @readonly
|
|
326
|
-
*/
|
|
327
|
-
deletedFieldsV2?: FormFieldV2[];
|
|
328
322
|
/**
|
|
329
323
|
* Form fields that were soft deleted.
|
|
330
324
|
* @maxSize 150
|
|
@@ -903,141 +897,282 @@ interface NestedFormOverrides {
|
|
|
903
897
|
/** Field overrides by field ID */
|
|
904
898
|
fieldOverrides?: Record<string, NestedFormFieldOverrides>;
|
|
905
899
|
}
|
|
906
|
-
interface
|
|
907
|
-
/**
|
|
908
|
-
inputOptions?:
|
|
909
|
-
/**
|
|
900
|
+
interface Field extends FieldFieldTypeOptionsOneOf {
|
|
901
|
+
/** Configuration for input fields that collect user data. */
|
|
902
|
+
inputOptions?: InputField;
|
|
903
|
+
/** Configuration for display fields that show information without collecting input. */
|
|
910
904
|
displayOptions?: DisplayField;
|
|
911
905
|
/**
|
|
912
|
-
* Field
|
|
906
|
+
* Field ID.
|
|
913
907
|
* @format GUID
|
|
914
908
|
* @immutable
|
|
915
909
|
*/
|
|
916
910
|
id?: string;
|
|
917
911
|
/**
|
|
918
|
-
* Whether the field is hidden.
|
|
919
|
-
*
|
|
912
|
+
* Whether the field is hidden from submitters.
|
|
913
|
+
*
|
|
914
|
+
* Default: `false`
|
|
920
915
|
*/
|
|
921
916
|
hidden?: boolean;
|
|
922
917
|
/**
|
|
923
|
-
*
|
|
918
|
+
* Custom identification for the field. This is intended as a way for you to identify certain fields that you want to apply special behavior to in your own logic.
|
|
919
|
+
* @maxLength 50
|
|
920
|
+
*/
|
|
921
|
+
identifier?: string | null;
|
|
922
|
+
/**
|
|
923
|
+
* Field type.
|
|
924
924
|
* @readonly
|
|
925
925
|
*/
|
|
926
|
-
fieldType?:
|
|
926
|
+
fieldType?: FieldTypeWithLiterals;
|
|
927
927
|
}
|
|
928
928
|
/** @oneof */
|
|
929
|
-
interface
|
|
930
|
-
/**
|
|
931
|
-
inputOptions?:
|
|
932
|
-
/**
|
|
929
|
+
interface FieldFieldTypeOptionsOneOf {
|
|
930
|
+
/** Configuration for input fields that collect user data. */
|
|
931
|
+
inputOptions?: InputField;
|
|
932
|
+
/** Configuration for display fields that show information without collecting input. */
|
|
933
933
|
displayOptions?: DisplayField;
|
|
934
934
|
}
|
|
935
|
-
|
|
936
|
-
/**
|
|
937
|
-
|
|
938
|
-
/**
|
|
939
|
-
|
|
940
|
-
/**
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
935
|
+
declare enum FieldType {
|
|
936
|
+
/** Unknown field type. */
|
|
937
|
+
UNKNOWN_FIELD_TYPE = "UNKNOWN_FIELD_TYPE",
|
|
938
|
+
/** Input field that collects data from users. */
|
|
939
|
+
INPUT = "INPUT",
|
|
940
|
+
/** Display field that shows information without collecting input. */
|
|
941
|
+
DISPLAY = "DISPLAY"
|
|
942
|
+
}
|
|
943
|
+
/** @enumType */
|
|
944
|
+
type FieldTypeWithLiterals = FieldType | 'UNKNOWN_FIELD_TYPE' | 'INPUT' | 'DISPLAY';
|
|
945
|
+
interface InputField extends InputFieldInputTypeOptionsOneOf {
|
|
946
|
+
/** String input field settings. */
|
|
947
|
+
stringOptions?: _String;
|
|
948
|
+
/** Number input field settings. */
|
|
949
|
+
numberOptions?: _Number;
|
|
950
|
+
/** Boolean input field settings. */
|
|
951
|
+
booleanOptions?: _Boolean;
|
|
952
|
+
/** Array input field settings. */
|
|
953
|
+
arrayOptions?: _Array;
|
|
954
|
+
/** Object input field settings. */
|
|
955
|
+
objectOptions?: _Object;
|
|
956
|
+
/** File input field settings. Files are uploaded to the [Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager). */
|
|
957
|
+
wixFileOptions?: WixFile;
|
|
958
|
+
/** Payment input field settings. */
|
|
959
|
+
paymentOptions?: Payment;
|
|
960
|
+
/** Scheduling input field settings. */
|
|
961
|
+
schedulingOptions?: Scheduling;
|
|
962
|
+
/** Address input field settings. */
|
|
963
|
+
addressOptions?: Address;
|
|
946
964
|
/**
|
|
947
|
-
*
|
|
965
|
+
* Human readable identifier used to reference a field. For example, `"address"`.
|
|
966
|
+
*
|
|
967
|
+
* Can be set once.
|
|
968
|
+
* @minLength 1
|
|
969
|
+
* @maxLength 200
|
|
970
|
+
* @immutable
|
|
971
|
+
*/
|
|
972
|
+
target?: string;
|
|
973
|
+
/**
|
|
974
|
+
* Whether this field contains Personally Identifiable Information (PII).
|
|
975
|
+
*
|
|
976
|
+
* PII fields are automatically encrypted when stored.
|
|
977
|
+
*
|
|
978
|
+
* Default: `false`
|
|
979
|
+
*/
|
|
980
|
+
pii?: boolean;
|
|
981
|
+
/**
|
|
982
|
+
* Whether the field is required for form submission.
|
|
983
|
+
*
|
|
984
|
+
* Default: `false`
|
|
985
|
+
*/
|
|
986
|
+
required?: boolean;
|
|
987
|
+
/**
|
|
988
|
+
* Type of the input field that determines what kind of data it collects.
|
|
989
|
+
* @readonly
|
|
990
|
+
*/
|
|
991
|
+
inputType?: InputTypeWithLiterals;
|
|
992
|
+
/**
|
|
993
|
+
* Mapping configuration for automatically saving field values to contact properties.
|
|
994
|
+
*
|
|
995
|
+
* When specified, form submissions automatically create or update contacts with the field data.
|
|
996
|
+
*/
|
|
997
|
+
contactMapping?: FormFieldContactInfo;
|
|
998
|
+
/**
|
|
999
|
+
* Whether the field is read-only.
|
|
1000
|
+
*
|
|
1001
|
+
* Default: `false`
|
|
1002
|
+
*/
|
|
1003
|
+
readOnly?: boolean;
|
|
1004
|
+
}
|
|
1005
|
+
/** @oneof */
|
|
1006
|
+
interface InputFieldInputTypeOptionsOneOf {
|
|
1007
|
+
/** String input field settings. */
|
|
1008
|
+
stringOptions?: _String;
|
|
1009
|
+
/** Number input field settings. */
|
|
1010
|
+
numberOptions?: _Number;
|
|
1011
|
+
/** Boolean input field settings. */
|
|
1012
|
+
booleanOptions?: _Boolean;
|
|
1013
|
+
/** Array input field settings. */
|
|
1014
|
+
arrayOptions?: _Array;
|
|
1015
|
+
/** Object input field settings. */
|
|
1016
|
+
objectOptions?: _Object;
|
|
1017
|
+
/** File input field settings. Files are uploaded to the [Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager). */
|
|
1018
|
+
wixFileOptions?: WixFile;
|
|
1019
|
+
/** Payment input field settings. */
|
|
1020
|
+
paymentOptions?: Payment;
|
|
1021
|
+
/** Scheduling input field settings. */
|
|
1022
|
+
schedulingOptions?: Scheduling;
|
|
1023
|
+
/** Address input field settings. */
|
|
1024
|
+
addressOptions?: Address;
|
|
1025
|
+
}
|
|
1026
|
+
interface StringType extends StringTypeFormatOptionsOneOf {
|
|
1027
|
+
/** Validation rules for strings with date format. */
|
|
1028
|
+
dateOptions?: DateTimeConstraints;
|
|
1029
|
+
/** Validation rules for strings with date and time format. */
|
|
1030
|
+
dateTimeOptions?: DateTimeConstraints;
|
|
1031
|
+
/** Validation rules for strings with time format. */
|
|
1032
|
+
timeOptions?: DateTimeConstraints;
|
|
1033
|
+
/** Validation rules for string with date and time format, where time is optional. */
|
|
1034
|
+
dateOptionalTimeOptions?: DateTimeConstraints;
|
|
1035
|
+
/** Validation rules for strings with phone number format. */
|
|
1036
|
+
phoneOptions?: PhoneConstraints;
|
|
1037
|
+
/**
|
|
1038
|
+
* Minimum required length for the string value.
|
|
948
1039
|
* @max 20000
|
|
949
1040
|
*/
|
|
950
1041
|
minLength?: number | null;
|
|
951
1042
|
/**
|
|
952
|
-
* Maximum length.
|
|
1043
|
+
* Maximum allowed length for the string value.
|
|
953
1044
|
* @max 20000
|
|
954
1045
|
*/
|
|
955
1046
|
maxLength?: number | null;
|
|
956
1047
|
/**
|
|
957
|
-
*
|
|
1048
|
+
* Regular expression pattern that the string value must match.
|
|
958
1049
|
* @maxLength 500
|
|
959
1050
|
*/
|
|
960
1051
|
pattern?: string | null;
|
|
961
|
-
/**
|
|
962
|
-
format?:
|
|
1052
|
+
/** Expected format of the string value. */
|
|
1053
|
+
format?: FormatEnumFormatWithLiterals;
|
|
963
1054
|
/**
|
|
964
|
-
* List of allowed
|
|
1055
|
+
* List of specific values that are allowed for this field.
|
|
1056
|
+
* When specified, the input must match one of these predefined values.
|
|
965
1057
|
* @maxSize 500
|
|
966
1058
|
* @maxLength 20000
|
|
967
1059
|
*/
|
|
968
1060
|
enum?: string[] | null;
|
|
1061
|
+
/** Custom error messages displayed when validation fails. */
|
|
1062
|
+
validationMessages?: ValidationMessages;
|
|
969
1063
|
}
|
|
970
1064
|
/** @oneof */
|
|
971
|
-
interface
|
|
972
|
-
/**
|
|
973
|
-
dateOptions?:
|
|
974
|
-
/**
|
|
975
|
-
dateTimeOptions?:
|
|
976
|
-
/**
|
|
977
|
-
timeOptions?:
|
|
978
|
-
/**
|
|
979
|
-
dateOptionalTimeOptions?:
|
|
980
|
-
/**
|
|
981
|
-
phoneOptions?:
|
|
1065
|
+
interface StringTypeFormatOptionsOneOf {
|
|
1066
|
+
/** Validation rules for strings with date format. */
|
|
1067
|
+
dateOptions?: DateTimeConstraints;
|
|
1068
|
+
/** Validation rules for strings with date and time format. */
|
|
1069
|
+
dateTimeOptions?: DateTimeConstraints;
|
|
1070
|
+
/** Validation rules for strings with time format. */
|
|
1071
|
+
timeOptions?: DateTimeConstraints;
|
|
1072
|
+
/** Validation rules for string with date and time format, where time is optional. */
|
|
1073
|
+
dateOptionalTimeOptions?: DateTimeConstraints;
|
|
1074
|
+
/** Validation rules for strings with phone number format. */
|
|
1075
|
+
phoneOptions?: PhoneConstraints;
|
|
982
1076
|
}
|
|
983
|
-
declare enum
|
|
1077
|
+
declare enum FormatEnumFormat {
|
|
1078
|
+
/** Unknown format. */
|
|
984
1079
|
UNKNOWN_FORMAT = "UNKNOWN_FORMAT",
|
|
1080
|
+
/** Date format. */
|
|
985
1081
|
DATE = "DATE",
|
|
1082
|
+
/** Time format. */
|
|
986
1083
|
TIME = "TIME",
|
|
1084
|
+
/** Date and time format. */
|
|
987
1085
|
DATE_TIME = "DATE_TIME",
|
|
1086
|
+
/** Email format. */
|
|
988
1087
|
EMAIL = "EMAIL",
|
|
1088
|
+
/** URL format. */
|
|
989
1089
|
URL = "URL",
|
|
1090
|
+
/** UUID format. */
|
|
990
1091
|
UUID = "UUID",
|
|
1092
|
+
/** Phone number format. */
|
|
991
1093
|
PHONE = "PHONE",
|
|
1094
|
+
/** URI format. */
|
|
992
1095
|
URI = "URI",
|
|
1096
|
+
/** Hostname format. */
|
|
993
1097
|
HOSTNAME = "HOSTNAME",
|
|
1098
|
+
/** Hexadecimal color code format. */
|
|
994
1099
|
COLOR_HEX = "COLOR_HEX",
|
|
1100
|
+
/** Currency format. */
|
|
995
1101
|
CURRENCY = "CURRENCY",
|
|
1102
|
+
/** Language code format. */
|
|
996
1103
|
LANGUAGE = "LANGUAGE",
|
|
1104
|
+
/** Date with optional time format. */
|
|
997
1105
|
DATE_OPTIONAL_TIME = "DATE_OPTIONAL_TIME"
|
|
998
1106
|
}
|
|
999
1107
|
/** @enumType */
|
|
1000
|
-
type
|
|
1001
|
-
interface
|
|
1108
|
+
type FormatEnumFormatWithLiterals = FormatEnumFormat | 'UNKNOWN_FORMAT' | 'DATE' | 'TIME' | 'DATE_TIME' | 'EMAIL' | 'URL' | 'UUID' | 'PHONE' | 'URI' | 'HOSTNAME' | 'COLOR_HEX' | 'CURRENCY' | 'LANGUAGE' | 'DATE_OPTIONAL_TIME';
|
|
1109
|
+
interface DateTimeConstraints {
|
|
1002
1110
|
/**
|
|
1003
|
-
*
|
|
1004
|
-
*
|
|
1005
|
-
*
|
|
1006
|
-
* The
|
|
1111
|
+
* Minimum allowed datetime value.
|
|
1112
|
+
*
|
|
1113
|
+
* Supports ISO datetime format or dynamic calculations using "$now" keyword.
|
|
1114
|
+
* The dynamic calculation supports times in the future and past.
|
|
1115
|
+
* The pattern for dynamic calculations: $now([+-]\d{1,2})([yMdmh]).
|
|
1116
|
+
*
|
|
1117
|
+
* Examples: `"2023-01-01"`, `"$now-1d"` (1 day ago), `"$now+2h"` (2 hours from now).
|
|
1007
1118
|
* @maxLength 50
|
|
1008
1119
|
*/
|
|
1009
1120
|
minimum?: string | null;
|
|
1010
1121
|
/**
|
|
1011
|
-
*
|
|
1012
|
-
*
|
|
1013
|
-
*
|
|
1014
|
-
* The
|
|
1122
|
+
* Maximum allowed datetime value.
|
|
1123
|
+
*
|
|
1124
|
+
* Supports ISO datetime format or dynamic calculations using "$now" keyword.
|
|
1125
|
+
* The dynamic calculation supports times in the future and past.
|
|
1126
|
+
* The pattern for dynamic calculations: $now([+-]\d{1,2})([yMdmh]).
|
|
1127
|
+
*
|
|
1128
|
+
* Examples: `"2023-01-01"`, `"$now-1d"` (1 day ago), `"$now+2h"` (2 hours from now).
|
|
1015
1129
|
* @maxLength 50
|
|
1016
1130
|
*/
|
|
1017
1131
|
maximum?: string | null;
|
|
1018
1132
|
}
|
|
1019
|
-
interface
|
|
1133
|
+
interface PhoneConstraints {
|
|
1020
1134
|
/**
|
|
1021
|
-
* Country codes for phone number
|
|
1135
|
+
* Country codes that are allowed for phone number validation.
|
|
1136
|
+
*
|
|
1137
|
+
* Use ISO 3166-1 alpha-2 country codes. For example, `"US"`, `"GB"`, `"CA"`.
|
|
1022
1138
|
* @maxSize 250
|
|
1023
1139
|
* @maxLength 2
|
|
1024
1140
|
*/
|
|
1025
1141
|
allowedCountryCodes?: string[];
|
|
1026
1142
|
}
|
|
1027
|
-
|
|
1143
|
+
interface ValidationMessages {
|
|
1144
|
+
/**
|
|
1145
|
+
* Error message shown when the pattern validation fails.
|
|
1146
|
+
*
|
|
1147
|
+
* This message is displayed to users when their input doesn't match the specified regex pattern.
|
|
1148
|
+
* @maxLength 200
|
|
1149
|
+
*/
|
|
1150
|
+
pattern?: string | null;
|
|
1151
|
+
}
|
|
1152
|
+
declare enum StringComponentType {
|
|
1153
|
+
/** Unknown component type. */
|
|
1028
1154
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
1155
|
+
/** Text input component. */
|
|
1029
1156
|
TEXT_INPUT = "TEXT_INPUT",
|
|
1157
|
+
/** Radio group component. */
|
|
1030
1158
|
RADIO_GROUP = "RADIO_GROUP",
|
|
1159
|
+
/** Dropdown component. */
|
|
1031
1160
|
DROPDOWN = "DROPDOWN",
|
|
1161
|
+
/** Date and time component. */
|
|
1032
1162
|
DATE_TIME = "DATE_TIME",
|
|
1163
|
+
/** Phone number component. */
|
|
1033
1164
|
PHONE_INPUT = "PHONE_INPUT",
|
|
1165
|
+
/** Date selection component. */
|
|
1034
1166
|
DATE_INPUT = "DATE_INPUT",
|
|
1167
|
+
/** Time selection component. */
|
|
1035
1168
|
TIME_INPUT = "TIME_INPUT",
|
|
1169
|
+
/** Calendar-style date picker component. */
|
|
1036
1170
|
DATE_PICKER = "DATE_PICKER",
|
|
1171
|
+
/** Dropdown component for selecting available services. */
|
|
1037
1172
|
SERVICES_DROPDOWN = "SERVICES_DROPDOWN"
|
|
1038
1173
|
}
|
|
1039
1174
|
/** @enumType */
|
|
1040
|
-
type
|
|
1175
|
+
type StringComponentTypeWithLiterals = StringComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'TEXT_INPUT' | 'RADIO_GROUP' | 'DROPDOWN' | 'DATE_TIME' | 'PHONE_INPUT' | 'DATE_INPUT' | 'TIME_INPUT' | 'DATE_PICKER' | 'SERVICES_DROPDOWN';
|
|
1041
1176
|
interface TextInput {
|
|
1042
1177
|
/**
|
|
1043
1178
|
* Field label.
|
|
@@ -2172,6 +2307,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
2172
2307
|
superscriptData?: boolean | null;
|
|
2173
2308
|
/** Data for a subscript decoration. Defaults to `true`. */
|
|
2174
2309
|
subscriptData?: boolean | null;
|
|
2310
|
+
/** Data for a font family decoration. */
|
|
2311
|
+
fontFamilyData?: FontFamilyData;
|
|
2175
2312
|
/** The type of decoration to apply. */
|
|
2176
2313
|
type?: DecorationTypeWithLiterals;
|
|
2177
2314
|
}
|
|
@@ -2201,6 +2338,8 @@ interface DecorationDataOneOf {
|
|
|
2201
2338
|
superscriptData?: boolean | null;
|
|
2202
2339
|
/** Data for a subscript decoration. Defaults to `true`. */
|
|
2203
2340
|
subscriptData?: boolean | null;
|
|
2341
|
+
/** Data for a font family decoration. */
|
|
2342
|
+
fontFamilyData?: FontFamilyData;
|
|
2204
2343
|
}
|
|
2205
2344
|
declare enum DecorationType {
|
|
2206
2345
|
BOLD = "BOLD",
|
|
@@ -2215,10 +2354,11 @@ declare enum DecorationType {
|
|
|
2215
2354
|
EXTERNAL = "EXTERNAL",
|
|
2216
2355
|
STRIKETHROUGH = "STRIKETHROUGH",
|
|
2217
2356
|
SUPERSCRIPT = "SUPERSCRIPT",
|
|
2218
|
-
SUBSCRIPT = "SUBSCRIPT"
|
|
2357
|
+
SUBSCRIPT = "SUBSCRIPT",
|
|
2358
|
+
FONT_FAMILY = "FONT_FAMILY"
|
|
2219
2359
|
}
|
|
2220
2360
|
/** @enumType */
|
|
2221
|
-
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
|
|
2361
|
+
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT' | 'FONT_FAMILY';
|
|
2222
2362
|
interface AnchorData {
|
|
2223
2363
|
/** The target node's ID. */
|
|
2224
2364
|
anchor?: string;
|
|
@@ -2257,6 +2397,10 @@ interface SpoilerData {
|
|
|
2257
2397
|
/** Spoiler ID. */
|
|
2258
2398
|
id?: string | null;
|
|
2259
2399
|
}
|
|
2400
|
+
interface FontFamilyData {
|
|
2401
|
+
/** @maxLength 1000 */
|
|
2402
|
+
value?: string | null;
|
|
2403
|
+
}
|
|
2260
2404
|
interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
2261
2405
|
/** Data for embedded Wix Bookings content. */
|
|
2262
2406
|
bookingData?: BookingData;
|
|
@@ -2641,6 +2785,13 @@ interface TableData {
|
|
|
2641
2785
|
rowHeader?: boolean | null;
|
|
2642
2786
|
/** Sets whether the table's first column is a header. Defaults to `false`. */
|
|
2643
2787
|
columnHeader?: boolean | null;
|
|
2788
|
+
/** The spacing between cells in pixels. Defaults to `0`. */
|
|
2789
|
+
cellSpacing?: number | null;
|
|
2790
|
+
/**
|
|
2791
|
+
* Padding in pixels for cells. Follows CSS order: top, right, bottom, left.
|
|
2792
|
+
* @maxSize 4
|
|
2793
|
+
*/
|
|
2794
|
+
cellPadding?: number[];
|
|
2644
2795
|
}
|
|
2645
2796
|
interface Dimensions {
|
|
2646
2797
|
/** An array representing relative width of each column in relation to the other columns. */
|
|
@@ -2655,6 +2806,12 @@ interface TableCellData {
|
|
|
2655
2806
|
cellStyle?: CellStyle;
|
|
2656
2807
|
/** The cell's border colors. */
|
|
2657
2808
|
borderColors?: BorderColors;
|
|
2809
|
+
/** Defines how many columns the cell spans. Default: 1. */
|
|
2810
|
+
colspan?: number | null;
|
|
2811
|
+
/** Defines how many rows the cell spans. Default: 1. */
|
|
2812
|
+
rowspan?: number | null;
|
|
2813
|
+
/** The cell's border widths. */
|
|
2814
|
+
borderWidths?: BorderWidths;
|
|
2658
2815
|
}
|
|
2659
2816
|
declare enum VerticalAlignment {
|
|
2660
2817
|
/** Top alignment */
|
|
@@ -2697,6 +2854,16 @@ interface BorderColors {
|
|
|
2697
2854
|
*/
|
|
2698
2855
|
bottom?: string | null;
|
|
2699
2856
|
}
|
|
2857
|
+
interface BorderWidths {
|
|
2858
|
+
/** Left border width in pixels. */
|
|
2859
|
+
left?: number | null;
|
|
2860
|
+
/** Right border width in pixels. */
|
|
2861
|
+
right?: number | null;
|
|
2862
|
+
/** Top border width in pixels. */
|
|
2863
|
+
top?: number | null;
|
|
2864
|
+
/** Bottom border width in pixels. */
|
|
2865
|
+
bottom?: number | null;
|
|
2866
|
+
}
|
|
2700
2867
|
/**
|
|
2701
2868
|
* `NullValue` is a singleton enumeration to represent the null value for the
|
|
2702
2869
|
* `Value` type union.
|
|
@@ -2796,6 +2963,8 @@ interface LayoutData {
|
|
|
2796
2963
|
responsivenessBehaviour?: ResponsivenessBehaviourWithLiterals;
|
|
2797
2964
|
/** Size in pixels when responsiveness_behaviour applies */
|
|
2798
2965
|
responsivenessBreakpoint?: number | null;
|
|
2966
|
+
/** Styling for the layout's container. */
|
|
2967
|
+
containerData?: PluginContainerData;
|
|
2799
2968
|
}
|
|
2800
2969
|
declare enum Scaling {
|
|
2801
2970
|
/** Auto image scaling */
|
|
@@ -3356,12 +3525,12 @@ interface ServiceOption {
|
|
|
3356
3525
|
*/
|
|
3357
3526
|
value?: string | null;
|
|
3358
3527
|
}
|
|
3359
|
-
interface
|
|
3360
|
-
/**
|
|
3528
|
+
interface NumberType {
|
|
3529
|
+
/** The maximum value of the number. Inclusive. */
|
|
3361
3530
|
maximum?: number | null;
|
|
3362
|
-
/**
|
|
3531
|
+
/** The minimum value of the number. Inclusive. */
|
|
3363
3532
|
minimum?: number | null;
|
|
3364
|
-
/**
|
|
3533
|
+
/** A number that the value must be a multiple of. */
|
|
3365
3534
|
multipleOf?: number | null;
|
|
3366
3535
|
/**
|
|
3367
3536
|
* List of allowed values.
|
|
@@ -3369,13 +3538,16 @@ interface InputFieldNumberType {
|
|
|
3369
3538
|
*/
|
|
3370
3539
|
enum?: number[] | null;
|
|
3371
3540
|
}
|
|
3372
|
-
declare enum
|
|
3541
|
+
declare enum NumberComponentType {
|
|
3542
|
+
/** Unknown component type. */
|
|
3373
3543
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
3544
|
+
/** Numeric input component. */
|
|
3374
3545
|
NUMBER_INPUT = "NUMBER_INPUT",
|
|
3546
|
+
/** Rating input component. */
|
|
3375
3547
|
RATING_INPUT = "RATING_INPUT"
|
|
3376
3548
|
}
|
|
3377
3549
|
/** @enumType */
|
|
3378
|
-
type
|
|
3550
|
+
type NumberComponentTypeWithLiterals = NumberComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'NUMBER_INPUT' | 'RATING_INPUT';
|
|
3379
3551
|
interface NumberInput {
|
|
3380
3552
|
/**
|
|
3381
3553
|
* Field label.
|
|
@@ -3427,19 +3599,21 @@ interface RatingInput {
|
|
|
3427
3599
|
/** Configuration for the media content. */
|
|
3428
3600
|
mediaSettings?: MediaSettings;
|
|
3429
3601
|
}
|
|
3430
|
-
interface
|
|
3602
|
+
interface BooleanType {
|
|
3431
3603
|
/**
|
|
3432
3604
|
* List of allowed values.
|
|
3433
3605
|
* @maxSize 2
|
|
3434
3606
|
*/
|
|
3435
3607
|
enum?: boolean[];
|
|
3436
3608
|
}
|
|
3437
|
-
declare enum
|
|
3609
|
+
declare enum BooleanComponentType {
|
|
3610
|
+
/** Unknown component type. */
|
|
3438
3611
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
3612
|
+
/** Checkbox component. */
|
|
3439
3613
|
CHECKBOX = "CHECKBOX"
|
|
3440
3614
|
}
|
|
3441
3615
|
/** @enumType */
|
|
3442
|
-
type
|
|
3616
|
+
type BooleanComponentTypeWithLiterals = BooleanComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX';
|
|
3443
3617
|
interface Checkbox {
|
|
3444
3618
|
/** Field label. */
|
|
3445
3619
|
label?: RichContent;
|
|
@@ -3450,127 +3624,111 @@ interface Checkbox {
|
|
|
3450
3624
|
*/
|
|
3451
3625
|
checked?: boolean;
|
|
3452
3626
|
}
|
|
3453
|
-
interface
|
|
3627
|
+
interface ArrayType {
|
|
3454
3628
|
/**
|
|
3455
|
-
* Maximum
|
|
3629
|
+
* Maximum number of elements allowed in the array.
|
|
3456
3630
|
* @max 1000
|
|
3457
3631
|
*/
|
|
3458
3632
|
maxItems?: number | null;
|
|
3459
3633
|
/**
|
|
3460
|
-
* Minimum
|
|
3634
|
+
* Minimum number of elements required in the array.
|
|
3461
3635
|
* @max 1000
|
|
3462
3636
|
*/
|
|
3463
3637
|
minItems?: number | null;
|
|
3464
|
-
/** Type of items allowed in array. */
|
|
3465
|
-
items?:
|
|
3638
|
+
/** Type of items allowed in the array. */
|
|
3639
|
+
items?: ArrayItems;
|
|
3466
3640
|
}
|
|
3467
|
-
declare enum
|
|
3641
|
+
declare enum ItemType {
|
|
3642
|
+
/** Unknown item type. */
|
|
3468
3643
|
UNKNOWN_ITEM_TYPE = "UNKNOWN_ITEM_TYPE",
|
|
3644
|
+
/** Array can contain string values. */
|
|
3469
3645
|
STRING = "STRING",
|
|
3646
|
+
/** Array can contain numeric values. */
|
|
3470
3647
|
NUMBER = "NUMBER",
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
OBJECT = "OBJECT"
|
|
3648
|
+
/** Array can contain boolean values. */
|
|
3649
|
+
BOOLEAN = "BOOLEAN"
|
|
3474
3650
|
}
|
|
3475
3651
|
/** @enumType */
|
|
3476
|
-
type
|
|
3477
|
-
interface
|
|
3478
|
-
/**
|
|
3479
|
-
|
|
3480
|
-
/** Minimum value. */
|
|
3481
|
-
minimum?: number | null;
|
|
3482
|
-
/** Multiple of value. */
|
|
3483
|
-
multipleOf?: number | null;
|
|
3484
|
-
/**
|
|
3485
|
-
* List of allowed values.
|
|
3486
|
-
* @maxSize 500
|
|
3487
|
-
*/
|
|
3488
|
-
enum?: number[] | null;
|
|
3489
|
-
}
|
|
3490
|
-
interface InputFieldObjectType {
|
|
3491
|
-
/** Description of object properties. */
|
|
3492
|
-
properties?: Record<string, InputFieldObjectTypePropertiesType>;
|
|
3652
|
+
type ItemTypeWithLiterals = ItemType | 'UNKNOWN_ITEM_TYPE' | 'STRING' | 'NUMBER' | 'BOOLEAN';
|
|
3653
|
+
interface ObjectType {
|
|
3654
|
+
/** Definition of object properties and their validation rules. */
|
|
3655
|
+
properties?: Record<string, PropertiesType>;
|
|
3493
3656
|
}
|
|
3494
|
-
declare enum
|
|
3495
|
-
|
|
3657
|
+
declare enum PropertiesTypeEnum {
|
|
3658
|
+
/** Unknown property type. */
|
|
3659
|
+
UNKNOWN_PROPERTY_TYPE = "UNKNOWN_PROPERTY_TYPE",
|
|
3660
|
+
/** Property must contain a string value. */
|
|
3496
3661
|
STRING = "STRING",
|
|
3662
|
+
/** Property must contain a numeric value. */
|
|
3497
3663
|
NUMBER = "NUMBER",
|
|
3664
|
+
/** Property must contain a boolean value. */
|
|
3498
3665
|
BOOLEAN = "BOOLEAN",
|
|
3499
|
-
|
|
3666
|
+
/** Property must contain an array. */
|
|
3500
3667
|
ARRAY = "ARRAY"
|
|
3501
3668
|
}
|
|
3502
3669
|
/** @enumType */
|
|
3503
|
-
type
|
|
3504
|
-
interface
|
|
3505
|
-
/**
|
|
3506
|
-
stringOptions?:
|
|
3507
|
-
/**
|
|
3508
|
-
numberOptions?:
|
|
3509
|
-
/**
|
|
3510
|
-
booleanOptions?:
|
|
3511
|
-
/**
|
|
3512
|
-
|
|
3513
|
-
/** Array type validation for property. */
|
|
3514
|
-
arrayOptions?: InputFieldArrayType;
|
|
3670
|
+
type PropertiesTypeEnumWithLiterals = PropertiesTypeEnum | 'UNKNOWN_PROPERTY_TYPE' | 'STRING' | 'NUMBER' | 'BOOLEAN' | 'ARRAY';
|
|
3671
|
+
interface PropertiesType extends PropertiesTypePropertiesTypeOptionsOneOf {
|
|
3672
|
+
/** Validation rules for string properties. */
|
|
3673
|
+
stringOptions?: StringType;
|
|
3674
|
+
/** Validation rules for numeric properties. */
|
|
3675
|
+
numberOptions?: NumberType;
|
|
3676
|
+
/** Validation rules for boolean properties. */
|
|
3677
|
+
booleanOptions?: BooleanType;
|
|
3678
|
+
/** Validation rules for array properties. */
|
|
3679
|
+
arrayOptions?: ArrayType;
|
|
3515
3680
|
/**
|
|
3516
|
-
*
|
|
3681
|
+
* Data type of the object property.
|
|
3517
3682
|
* @readonly
|
|
3518
3683
|
*/
|
|
3519
|
-
propertiesType?:
|
|
3520
|
-
/** Whether the property is required. */
|
|
3684
|
+
propertiesType?: PropertiesTypeEnumWithLiterals;
|
|
3685
|
+
/** Whether the object property is required for validation. */
|
|
3521
3686
|
required?: boolean;
|
|
3522
3687
|
}
|
|
3523
3688
|
/** @oneof */
|
|
3524
|
-
interface
|
|
3525
|
-
/**
|
|
3526
|
-
stringOptions?:
|
|
3527
|
-
/**
|
|
3528
|
-
numberOptions?:
|
|
3529
|
-
/**
|
|
3530
|
-
booleanOptions?:
|
|
3531
|
-
/**
|
|
3532
|
-
|
|
3533
|
-
/** Array type validation for property. */
|
|
3534
|
-
arrayOptions?: InputFieldArrayType;
|
|
3689
|
+
interface PropertiesTypePropertiesTypeOptionsOneOf {
|
|
3690
|
+
/** Validation rules for string properties. */
|
|
3691
|
+
stringOptions?: StringType;
|
|
3692
|
+
/** Validation rules for numeric properties. */
|
|
3693
|
+
numberOptions?: NumberType;
|
|
3694
|
+
/** Validation rules for boolean properties. */
|
|
3695
|
+
booleanOptions?: BooleanType;
|
|
3696
|
+
/** Validation rules for array properties. */
|
|
3697
|
+
arrayOptions?: ArrayType;
|
|
3535
3698
|
}
|
|
3536
|
-
interface
|
|
3537
|
-
/**
|
|
3538
|
-
stringOptions?:
|
|
3539
|
-
/**
|
|
3540
|
-
numberOptions?:
|
|
3541
|
-
/**
|
|
3542
|
-
booleanOptions?:
|
|
3543
|
-
/** Integer type validation for items. */
|
|
3544
|
-
integerOptions?: InputFieldIntegerType;
|
|
3545
|
-
/** Object type validation for items */
|
|
3546
|
-
objectOptions?: InputFieldObjectType;
|
|
3699
|
+
interface ArrayItems extends ArrayItemsItemTypeOptionsOneOf {
|
|
3700
|
+
/** Validation rules for string array elements. */
|
|
3701
|
+
stringOptions?: StringType;
|
|
3702
|
+
/** Validation rules for numeric array elements. */
|
|
3703
|
+
numberOptions?: NumberType;
|
|
3704
|
+
/** Validation rules for boolean array elements. */
|
|
3705
|
+
booleanOptions?: BooleanType;
|
|
3547
3706
|
/**
|
|
3548
|
-
*
|
|
3707
|
+
* Allowed item type.
|
|
3549
3708
|
* @readonly
|
|
3550
3709
|
*/
|
|
3551
|
-
itemType?:
|
|
3710
|
+
itemType?: ItemTypeWithLiterals;
|
|
3552
3711
|
}
|
|
3553
3712
|
/** @oneof */
|
|
3554
|
-
interface
|
|
3555
|
-
/**
|
|
3556
|
-
stringOptions?:
|
|
3557
|
-
/**
|
|
3558
|
-
numberOptions?:
|
|
3559
|
-
/**
|
|
3560
|
-
booleanOptions?:
|
|
3561
|
-
/** Integer type validation for items. */
|
|
3562
|
-
integerOptions?: InputFieldIntegerType;
|
|
3563
|
-
/** Object type validation for items */
|
|
3564
|
-
objectOptions?: InputFieldObjectType;
|
|
3713
|
+
interface ArrayItemsItemTypeOptionsOneOf {
|
|
3714
|
+
/** Validation rules for string array elements. */
|
|
3715
|
+
stringOptions?: StringType;
|
|
3716
|
+
/** Validation rules for numeric array elements. */
|
|
3717
|
+
numberOptions?: NumberType;
|
|
3718
|
+
/** Validation rules for boolean array elements. */
|
|
3719
|
+
booleanOptions?: BooleanType;
|
|
3565
3720
|
}
|
|
3566
|
-
declare enum
|
|
3721
|
+
declare enum ArrayComponentType {
|
|
3722
|
+
/** Unknown component type. */
|
|
3567
3723
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
3724
|
+
/** Checkbox group component. */
|
|
3568
3725
|
CHECKBOX_GROUP = "CHECKBOX_GROUP",
|
|
3726
|
+
/** Tags component. */
|
|
3569
3727
|
TAGS = "TAGS",
|
|
3570
3728
|
SERVICES_CHECKBOX_GROUP = "SERVICES_CHECKBOX_GROUP"
|
|
3571
3729
|
}
|
|
3572
3730
|
/** @enumType */
|
|
3573
|
-
type
|
|
3731
|
+
type ArrayComponentTypeWithLiterals = ArrayComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX_GROUP' | 'TAGS' | 'SERVICES_CHECKBOX_GROUP';
|
|
3574
3732
|
interface CheckboxGroup {
|
|
3575
3733
|
/**
|
|
3576
3734
|
* Field label.
|
|
@@ -3699,13 +3857,16 @@ interface ServicesCheckboxGroup {
|
|
|
3699
3857
|
*/
|
|
3700
3858
|
numberOfColumns?: NumberOfColumnsWithLiterals;
|
|
3701
3859
|
}
|
|
3702
|
-
declare enum
|
|
3860
|
+
declare enum WixFileComponentType {
|
|
3861
|
+
/** Unknown component type. */
|
|
3703
3862
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
3863
|
+
/** File upload component. */
|
|
3704
3864
|
FILE_UPLOAD = "FILE_UPLOAD",
|
|
3865
|
+
/** Signature component. */
|
|
3705
3866
|
SIGNATURE = "SIGNATURE"
|
|
3706
3867
|
}
|
|
3707
3868
|
/** @enumType */
|
|
3708
|
-
type
|
|
3869
|
+
type WixFileComponentTypeWithLiterals = WixFileComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'FILE_UPLOAD' | 'SIGNATURE';
|
|
3709
3870
|
interface FileType {
|
|
3710
3871
|
/**
|
|
3711
3872
|
* Maximum number of files that can be uploaded.
|
|
@@ -3785,15 +3946,20 @@ interface Signature {
|
|
|
3785
3946
|
/** Configuration for the media item. */
|
|
3786
3947
|
mediaSettings?: MediaSettings;
|
|
3787
3948
|
}
|
|
3788
|
-
declare enum
|
|
3949
|
+
declare enum PaymentComponentType {
|
|
3950
|
+
/** Unknown component type. */
|
|
3789
3951
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
3952
|
+
/** Checkbox group component. */
|
|
3790
3953
|
CHECKBOX_GROUP = "CHECKBOX_GROUP",
|
|
3954
|
+
/** Donation input component. */
|
|
3791
3955
|
DONATION_INPUT = "DONATION_INPUT",
|
|
3956
|
+
/** Payment input component. */
|
|
3792
3957
|
PAYMENT_INPUT = "PAYMENT_INPUT",
|
|
3958
|
+
/** Fixed payment component. */
|
|
3793
3959
|
FIXED_PAYMENT = "FIXED_PAYMENT"
|
|
3794
3960
|
}
|
|
3795
3961
|
/** @enumType */
|
|
3796
|
-
type
|
|
3962
|
+
type PaymentComponentTypeWithLiterals = PaymentComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX_GROUP' | 'DONATION_INPUT' | 'PAYMENT_INPUT' | 'FIXED_PAYMENT';
|
|
3797
3963
|
interface ProductCheckboxGroup {
|
|
3798
3964
|
/**
|
|
3799
3965
|
* Field label.
|
|
@@ -3929,128 +4095,14 @@ interface FixedPayment {
|
|
|
3929
4095
|
/** Configuration for the media content. */
|
|
3930
4096
|
mediaSettings?: MediaSettings;
|
|
3931
4097
|
}
|
|
3932
|
-
declare enum
|
|
3933
|
-
|
|
3934
|
-
APPOINTMENT = "APPOINTMENT"
|
|
3935
|
-
}
|
|
3936
|
-
/** @enumType */
|
|
3937
|
-
type InputFieldSchedulingComponentTypeWithLiterals = InputFieldSchedulingComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'APPOINTMENT';
|
|
3938
|
-
interface Appointment extends AppointmentFormatInfoOneOf {
|
|
3939
|
-
/** Configuration for in-person appointments. */
|
|
3940
|
-
inPersonOptions?: InPersonOptions;
|
|
3941
|
-
/** Configuration for video conference appointments. */
|
|
3942
|
-
videoConferenceOptions?: VideoConferenceOptions;
|
|
3943
|
-
/** Configuration for phone appointments. */
|
|
3944
|
-
phoneOptions?: PhoneOptions;
|
|
3945
|
-
/**
|
|
3946
|
-
* Field label.
|
|
3947
|
-
* @maxLength 255
|
|
3948
|
-
*/
|
|
3949
|
-
label?: string | null;
|
|
3950
|
-
/**
|
|
3951
|
-
* Appointment name.
|
|
3952
|
-
* @minLength 1
|
|
3953
|
-
* @maxLength 400
|
|
3954
|
-
*/
|
|
3955
|
-
name?: string | null;
|
|
3956
|
-
/**
|
|
3957
|
-
* Duration of the appointment in minutes.
|
|
3958
|
-
* @min 1
|
|
3959
|
-
* @max 44639
|
|
3960
|
-
*/
|
|
3961
|
-
durationInMinutes?: number | null;
|
|
3962
|
-
/** Whether appointments require manual approval before confirmation. */
|
|
3963
|
-
manualApprovalRequired?: boolean | null;
|
|
3964
|
-
/**
|
|
3965
|
-
* IDs of staff members who provide this service.
|
|
3966
|
-
* @maxSize 220
|
|
3967
|
-
* @format GUID
|
|
3968
|
-
*/
|
|
3969
|
-
staffIds?: string[] | null;
|
|
3970
|
-
/** Appointment format. */
|
|
3971
|
-
format?: FormatWithLiterals;
|
|
3972
|
-
/** Additional description or instructions for the field. */
|
|
3973
|
-
description?: RichContent;
|
|
3974
|
-
/**
|
|
3975
|
-
* Whether to display the field label.
|
|
3976
|
-
*
|
|
3977
|
-
* Default: `true`
|
|
3978
|
-
*/
|
|
3979
|
-
showLabel?: boolean | null;
|
|
3980
|
-
}
|
|
3981
|
-
/** @oneof */
|
|
3982
|
-
interface AppointmentFormatInfoOneOf {
|
|
3983
|
-
/** Configuration for in-person appointments. */
|
|
3984
|
-
inPersonOptions?: InPersonOptions;
|
|
3985
|
-
/** Configuration for video conference appointments. */
|
|
3986
|
-
videoConferenceOptions?: VideoConferenceOptions;
|
|
3987
|
-
/** Configuration for phone appointments. */
|
|
3988
|
-
phoneOptions?: PhoneOptions;
|
|
3989
|
-
}
|
|
3990
|
-
interface Location extends LocationLocationInfoOneOf {
|
|
3991
|
-
/**
|
|
3992
|
-
* Custom address specified as a text string.
|
|
3993
|
-
* @maxLength 512
|
|
3994
|
-
*/
|
|
3995
|
-
customAddress?: string | null;
|
|
3996
|
-
/**
|
|
3997
|
-
* ID of a predefined business [location](https://dev.wix.com/docs/rest/crm/members-contacts/locations/locations/introduction).
|
|
3998
|
-
* @format GUID
|
|
3999
|
-
*/
|
|
4000
|
-
businessLocationId?: string | null;
|
|
4001
|
-
}
|
|
4002
|
-
/** @oneof */
|
|
4003
|
-
interface LocationLocationInfoOneOf {
|
|
4004
|
-
/**
|
|
4005
|
-
* Custom address specified as a text string.
|
|
4006
|
-
* @maxLength 512
|
|
4007
|
-
*/
|
|
4008
|
-
customAddress?: string | null;
|
|
4009
|
-
/**
|
|
4010
|
-
* ID of a predefined business [location](https://dev.wix.com/docs/rest/crm/members-contacts/locations/locations/introduction).
|
|
4011
|
-
* @format GUID
|
|
4012
|
-
*/
|
|
4013
|
-
businessLocationId?: string | null;
|
|
4014
|
-
}
|
|
4015
|
-
declare enum Format {
|
|
4016
|
-
UNKNOWN_FORMAT_TYPE = "UNKNOWN_FORMAT_TYPE",
|
|
4017
|
-
/** Face-to-face meeting at a physical location. */
|
|
4018
|
-
IN_PERSON = "IN_PERSON",
|
|
4019
|
-
/** Online meeting via video conference. */
|
|
4020
|
-
VIDEO_CONFERENCE = "VIDEO_CONFERENCE",
|
|
4021
|
-
/** Appointment conducted over the phone. */
|
|
4022
|
-
PHONE = "PHONE"
|
|
4023
|
-
}
|
|
4024
|
-
/** @enumType */
|
|
4025
|
-
type FormatWithLiterals = Format | 'UNKNOWN_FORMAT_TYPE' | 'IN_PERSON' | 'VIDEO_CONFERENCE' | 'PHONE';
|
|
4026
|
-
interface InPersonOptions {
|
|
4027
|
-
/**
|
|
4028
|
-
* Physical locations where the appointment can take place.
|
|
4029
|
-
* @minSize 1
|
|
4030
|
-
* @maxSize 1
|
|
4031
|
-
*/
|
|
4032
|
-
locations?: Location[];
|
|
4033
|
-
}
|
|
4034
|
-
interface VideoConferenceOptions {
|
|
4035
|
-
/**
|
|
4036
|
-
* Description or instructions for video conference appointments.
|
|
4037
|
-
* @maxLength 512
|
|
4038
|
-
*/
|
|
4039
|
-
description?: string | null;
|
|
4040
|
-
}
|
|
4041
|
-
interface PhoneOptions {
|
|
4042
|
-
/**
|
|
4043
|
-
* Description or instructions for phone appointments.
|
|
4044
|
-
* @maxLength 512
|
|
4045
|
-
*/
|
|
4046
|
-
description?: string | null;
|
|
4047
|
-
}
|
|
4048
|
-
declare enum MultilineAddressComponentType {
|
|
4098
|
+
declare enum ComponentType {
|
|
4099
|
+
/** Unknown component type. */
|
|
4049
4100
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4101
|
+
/** Multiline address component. */
|
|
4050
4102
|
MULTILINE_ADDRESS = "MULTILINE_ADDRESS"
|
|
4051
4103
|
}
|
|
4052
4104
|
/** @enumType */
|
|
4053
|
-
type
|
|
4105
|
+
type ComponentTypeWithLiterals = ComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'MULTILINE_ADDRESS';
|
|
4054
4106
|
interface MultilineAddress {
|
|
4055
4107
|
/**
|
|
4056
4108
|
* Field label.
|
|
@@ -4094,933 +4146,25 @@ interface AddressLine2 {
|
|
|
4094
4146
|
}
|
|
4095
4147
|
interface DefaultCountryConfig extends DefaultCountryConfigOptionsOneOf {
|
|
4096
4148
|
/**
|
|
4097
|
-
* Country code for the pre-selected default country. Two-letter country code in ISO-3166 alpha-2 format.
|
|
4098
|
-
* @format COUNTRY
|
|
4099
|
-
*/
|
|
4100
|
-
countryOptions?: string;
|
|
4101
|
-
/** Default country type. */
|
|
4102
|
-
type?: TypeWithLiterals;
|
|
4103
|
-
}
|
|
4104
|
-
/** @oneof */
|
|
4105
|
-
interface DefaultCountryConfigOptionsOneOf {
|
|
4106
|
-
/**
|
|
4107
|
-
* Country code for the pre-selected default country. Two-letter country code in ISO-3166 alpha-2 format.
|
|
4108
|
-
* @format COUNTRY
|
|
4109
|
-
*/
|
|
4110
|
-
countryOptions?: string;
|
|
4111
|
-
}
|
|
4112
|
-
interface FieldsSettings {
|
|
4113
|
-
/** Configuration for the address line 2 field. */
|
|
4114
|
-
addressLine2?: AddressLine2;
|
|
4115
|
-
}
|
|
4116
|
-
declare enum InputFieldInputType {
|
|
4117
|
-
UNKNOWN_INPUT_TYPE = "UNKNOWN_INPUT_TYPE",
|
|
4118
|
-
STRING = "STRING",
|
|
4119
|
-
NUMBER = "NUMBER",
|
|
4120
|
-
BOOLEAN = "BOOLEAN",
|
|
4121
|
-
ARRAY = "ARRAY",
|
|
4122
|
-
OBJECT = "OBJECT",
|
|
4123
|
-
WIX_FILE = "WIX_FILE",
|
|
4124
|
-
PAYMENT = "PAYMENT",
|
|
4125
|
-
MULTILINE_ADDRESS = "MULTILINE_ADDRESS",
|
|
4126
|
-
SCHEDULING = "SCHEDULING"
|
|
4127
|
-
}
|
|
4128
|
-
/** @enumType */
|
|
4129
|
-
type InputFieldInputTypeWithLiterals = InputFieldInputType | 'UNKNOWN_INPUT_TYPE' | 'STRING' | 'NUMBER' | 'BOOLEAN' | 'ARRAY' | 'OBJECT' | 'WIX_FILE' | 'PAYMENT' | 'MULTILINE_ADDRESS' | 'SCHEDULING';
|
|
4130
|
-
interface V4FormFieldContactInfo extends V4FormFieldContactInfoAdditionalInfoOneOf {
|
|
4131
|
-
/** Email info. */
|
|
4132
|
-
emailInfo?: FormFieldContactInfoEmailInfo;
|
|
4133
|
-
/** Phone info. */
|
|
4134
|
-
phoneInfo?: FormFieldContactInfoPhoneInfo;
|
|
4135
|
-
/** Address info. */
|
|
4136
|
-
addressInfo?: FormFieldContactInfoAddressInfo;
|
|
4137
|
-
/** Custom field info. */
|
|
4138
|
-
customFieldInfo?: FormFieldContactInfoCustomFieldInfo;
|
|
4139
|
-
/** Subscription info. */
|
|
4140
|
-
subscriptionInfo?: FormFieldContactInfoSubscriptionInfo;
|
|
4141
|
-
/** The contact field that the form field maps to. */
|
|
4142
|
-
contactField?: FormFieldContactInfoContactFieldWithLiterals;
|
|
4143
|
-
}
|
|
4144
|
-
/** @oneof */
|
|
4145
|
-
interface V4FormFieldContactInfoAdditionalInfoOneOf {
|
|
4146
|
-
/** Email info. */
|
|
4147
|
-
emailInfo?: FormFieldContactInfoEmailInfo;
|
|
4148
|
-
/** Phone info. */
|
|
4149
|
-
phoneInfo?: FormFieldContactInfoPhoneInfo;
|
|
4150
|
-
/** Address info. */
|
|
4151
|
-
addressInfo?: FormFieldContactInfoAddressInfo;
|
|
4152
|
-
/** Custom field info. */
|
|
4153
|
-
customFieldInfo?: FormFieldContactInfoCustomFieldInfo;
|
|
4154
|
-
/** Subscription info. */
|
|
4155
|
-
subscriptionInfo?: FormFieldContactInfoSubscriptionInfo;
|
|
4156
|
-
}
|
|
4157
|
-
declare enum FormFieldContactInfoEmailInfoTag {
|
|
4158
|
-
/** Email without a specific tag. */
|
|
4159
|
-
UNTAGGED = "UNTAGGED",
|
|
4160
|
-
/** Primary email address for the contact. */
|
|
4161
|
-
MAIN = "MAIN"
|
|
4162
|
-
}
|
|
4163
|
-
/** @enumType */
|
|
4164
|
-
type FormFieldContactInfoEmailInfoTagWithLiterals = FormFieldContactInfoEmailInfoTag | 'UNTAGGED' | 'MAIN';
|
|
4165
|
-
declare enum FormFieldContactInfoPhoneInfoTag {
|
|
4166
|
-
/** Phone number without a specific tag. */
|
|
4167
|
-
UNTAGGED = "UNTAGGED",
|
|
4168
|
-
/** Primary phone number for the contact. */
|
|
4169
|
-
MAIN = "MAIN"
|
|
4170
|
-
}
|
|
4171
|
-
/** @enumType */
|
|
4172
|
-
type FormFieldContactInfoPhoneInfoTagWithLiterals = FormFieldContactInfoPhoneInfoTag | 'UNTAGGED' | 'MAIN';
|
|
4173
|
-
declare enum AddressInfoTag {
|
|
4174
|
-
/** Address without a specific tag. */
|
|
4175
|
-
UNTAGGED = "UNTAGGED",
|
|
4176
|
-
/** Home address for the contact. */
|
|
4177
|
-
HOME = "HOME"
|
|
4178
|
-
}
|
|
4179
|
-
/** @enumType */
|
|
4180
|
-
type AddressInfoTagWithLiterals = AddressInfoTag | 'UNTAGGED' | 'HOME';
|
|
4181
|
-
declare enum SubscriptionInfoOptInLevel {
|
|
4182
|
-
/** Unknown opt-in level. */
|
|
4183
|
-
UNKNOWN = "UNKNOWN",
|
|
4184
|
-
/** Single confirmation opt-in. The contact is subscribed immediately. */
|
|
4185
|
-
SINGLE_CONFIRMATION = "SINGLE_CONFIRMATION",
|
|
4186
|
-
/** Double confirmation opt-in. The contact must confirm their subscription via email. */
|
|
4187
|
-
DOUBLE_CONFIRMATION = "DOUBLE_CONFIRMATION"
|
|
4188
|
-
}
|
|
4189
|
-
/** @enumType */
|
|
4190
|
-
type SubscriptionInfoOptInLevelWithLiterals = SubscriptionInfoOptInLevel | 'UNKNOWN' | 'SINGLE_CONFIRMATION' | 'DOUBLE_CONFIRMATION';
|
|
4191
|
-
declare enum FormFieldContactInfoContactField {
|
|
4192
|
-
/** Unknown contact field. */
|
|
4193
|
-
UNDEFINED = "UNDEFINED",
|
|
4194
|
-
/** First name. */
|
|
4195
|
-
FIRST_NAME = "FIRST_NAME",
|
|
4196
|
-
/** CLast name. */
|
|
4197
|
-
LAST_NAME = "LAST_NAME",
|
|
4198
|
-
/** Company name. */
|
|
4199
|
-
COMPANY = "COMPANY",
|
|
4200
|
-
/** Job position or title. */
|
|
4201
|
-
POSITION = "POSITION",
|
|
4202
|
-
/** Email address. */
|
|
4203
|
-
EMAIL = "EMAIL",
|
|
4204
|
-
/** Phone number. */
|
|
4205
|
-
PHONE = "PHONE",
|
|
4206
|
-
/** Physical address. */
|
|
4207
|
-
ADDRESS = "ADDRESS",
|
|
4208
|
-
/** Birth date. */
|
|
4209
|
-
BIRTHDATE = "BIRTHDATE",
|
|
4210
|
-
/** Custom field. */
|
|
4211
|
-
CUSTOM_FIELD = "CUSTOM_FIELD",
|
|
4212
|
-
/** Subscription status. */
|
|
4213
|
-
SUBSCRIPTION = "SUBSCRIPTION",
|
|
4214
|
-
/** VAT identification number. */
|
|
4215
|
-
VAT_ID = "VAT_ID"
|
|
4216
|
-
}
|
|
4217
|
-
/** @enumType */
|
|
4218
|
-
type FormFieldContactInfoContactFieldWithLiterals = FormFieldContactInfoContactField | 'UNDEFINED' | 'FIRST_NAME' | 'LAST_NAME' | 'COMPANY' | 'POSITION' | 'EMAIL' | 'PHONE' | 'ADDRESS' | 'BIRTHDATE' | 'CUSTOM_FIELD' | 'SUBSCRIPTION' | 'VAT_ID';
|
|
4219
|
-
interface FormFieldContactInfoEmailInfo {
|
|
4220
|
-
/** Email tag. */
|
|
4221
|
-
tag?: FormFieldContactInfoEmailInfoTagWithLiterals;
|
|
4222
|
-
}
|
|
4223
|
-
interface FormFieldContactInfoPhoneInfo {
|
|
4224
|
-
/** Phone tag. */
|
|
4225
|
-
tag?: FormFieldContactInfoPhoneInfoTagWithLiterals;
|
|
4226
|
-
}
|
|
4227
|
-
interface FormFieldContactInfoAddressInfo {
|
|
4228
|
-
/** Address tag. */
|
|
4229
|
-
tag?: AddressInfoTagWithLiterals;
|
|
4230
|
-
}
|
|
4231
|
-
interface FormFieldContactInfoCustomFieldInfo {
|
|
4232
|
-
/**
|
|
4233
|
-
* Custom field key.
|
|
4234
|
-
* @minLength 1
|
|
4235
|
-
* @maxLength 500
|
|
4236
|
-
*/
|
|
4237
|
-
key?: string;
|
|
4238
|
-
}
|
|
4239
|
-
interface FormFieldContactInfoSubscriptionInfo {
|
|
4240
|
-
/**
|
|
4241
|
-
* Subscription consent opt-in level.
|
|
4242
|
-
* Default: `SINGLE_CONFIRMATION`
|
|
4243
|
-
*/
|
|
4244
|
-
optInLevel?: SubscriptionInfoOptInLevelWithLiterals;
|
|
4245
|
-
}
|
|
4246
|
-
interface InputField_String extends InputField_StringComponentTypeOptionsOneOf {
|
|
4247
|
-
/** Text input field */
|
|
4248
|
-
textInputOptions?: TextInput;
|
|
4249
|
-
/** Selection field as radio group */
|
|
4250
|
-
radioGroupOptions?: RadioGroup;
|
|
4251
|
-
/** Selection field as drop down */
|
|
4252
|
-
dropdownOptions?: Dropdown;
|
|
4253
|
-
/** Field for selecting date and/or time */
|
|
4254
|
-
dateTimeOptions?: DateTimeInput;
|
|
4255
|
-
/** Phone input field */
|
|
4256
|
-
phoneInputOptions?: PhoneInput;
|
|
4257
|
-
/** Dropdown based component for selecting date */
|
|
4258
|
-
dateInputOptions?: DateInput;
|
|
4259
|
-
/** Field for selecting time */
|
|
4260
|
-
timeInputOptions?: TimeInput;
|
|
4261
|
-
/** Calendar type component for selecting date */
|
|
4262
|
-
datePickerOptions?: DatePicker;
|
|
4263
|
-
/** Dropdown for selecting services */
|
|
4264
|
-
servicesDropdownOptions?: ServicesDropdown;
|
|
4265
|
-
/** Validation of field output value. */
|
|
4266
|
-
validation?: InputFieldStringType;
|
|
4267
|
-
/**
|
|
4268
|
-
* Component type of the string input field
|
|
4269
|
-
* @readonly
|
|
4270
|
-
*/
|
|
4271
|
-
componentType?: InputFieldStringComponentTypeWithLiterals;
|
|
4272
|
-
}
|
|
4273
|
-
/** @oneof */
|
|
4274
|
-
interface InputField_StringComponentTypeOptionsOneOf {
|
|
4275
|
-
/** Text input field */
|
|
4276
|
-
textInputOptions?: TextInput;
|
|
4277
|
-
/** Selection field as radio group */
|
|
4278
|
-
radioGroupOptions?: RadioGroup;
|
|
4279
|
-
/** Selection field as drop down */
|
|
4280
|
-
dropdownOptions?: Dropdown;
|
|
4281
|
-
/** Field for selecting date and/or time */
|
|
4282
|
-
dateTimeOptions?: DateTimeInput;
|
|
4283
|
-
/** Phone input field */
|
|
4284
|
-
phoneInputOptions?: PhoneInput;
|
|
4285
|
-
/** Dropdown based component for selecting date */
|
|
4286
|
-
dateInputOptions?: DateInput;
|
|
4287
|
-
/** Field for selecting time */
|
|
4288
|
-
timeInputOptions?: TimeInput;
|
|
4289
|
-
/** Calendar type component for selecting date */
|
|
4290
|
-
datePickerOptions?: DatePicker;
|
|
4291
|
-
/** Dropdown for selecting services */
|
|
4292
|
-
servicesDropdownOptions?: ServicesDropdown;
|
|
4293
|
-
}
|
|
4294
|
-
interface InputField_Number extends InputField_NumberComponentTypeOptionsOneOf {
|
|
4295
|
-
/** Number value input field */
|
|
4296
|
-
numberInputOptions?: NumberInput;
|
|
4297
|
-
/** Rating value input field */
|
|
4298
|
-
ratingInputOptions?: RatingInput;
|
|
4299
|
-
/** Validation of field output value. */
|
|
4300
|
-
validation?: InputFieldNumberType;
|
|
4301
|
-
/**
|
|
4302
|
-
* Component type of the number input field
|
|
4303
|
-
* @readonly
|
|
4304
|
-
*/
|
|
4305
|
-
componentType?: InputFieldNumberComponentTypeWithLiterals;
|
|
4306
|
-
}
|
|
4307
|
-
/** @oneof */
|
|
4308
|
-
interface InputField_NumberComponentTypeOptionsOneOf {
|
|
4309
|
-
/** Number value input field */
|
|
4310
|
-
numberInputOptions?: NumberInput;
|
|
4311
|
-
/** Rating value input field */
|
|
4312
|
-
ratingInputOptions?: RatingInput;
|
|
4313
|
-
}
|
|
4314
|
-
interface InputField_Boolean extends InputField_BooleanComponentTypeOptionsOneOf {
|
|
4315
|
-
/** Checkbox input field */
|
|
4316
|
-
checkboxOptions?: Checkbox;
|
|
4317
|
-
/** Validation of field output value. */
|
|
4318
|
-
validation?: InputFieldBooleanType;
|
|
4319
|
-
/**
|
|
4320
|
-
* Component type of the boolean input field
|
|
4321
|
-
* @readonly
|
|
4322
|
-
*/
|
|
4323
|
-
componentType?: InputFieldBooleanComponentTypeWithLiterals;
|
|
4324
|
-
}
|
|
4325
|
-
/** @oneof */
|
|
4326
|
-
interface InputField_BooleanComponentTypeOptionsOneOf {
|
|
4327
|
-
/** Checkbox input field */
|
|
4328
|
-
checkboxOptions?: Checkbox;
|
|
4329
|
-
}
|
|
4330
|
-
interface InputField_Array extends InputField_ArrayComponentTypeOptionsOneOf {
|
|
4331
|
-
/** Checkbox group input field */
|
|
4332
|
-
checkboxGroupOptions?: CheckboxGroup;
|
|
4333
|
-
/** Tags input field */
|
|
4334
|
-
tagsOptions?: Tags;
|
|
4335
|
-
/** Services checkbox group input field */
|
|
4336
|
-
servicesCheckboxGroupOptions?: ServicesCheckboxGroup;
|
|
4337
|
-
/** Validation of array type. */
|
|
4338
|
-
validation?: InputFieldArrayType;
|
|
4339
|
-
/**
|
|
4340
|
-
* Component type of the array input field
|
|
4341
|
-
* @readonly
|
|
4342
|
-
*/
|
|
4343
|
-
componentType?: InputFieldArrayComponentTypeWithLiterals;
|
|
4344
|
-
}
|
|
4345
|
-
/** @oneof */
|
|
4346
|
-
interface InputField_ArrayComponentTypeOptionsOneOf {
|
|
4347
|
-
/** Checkbox group input field */
|
|
4348
|
-
checkboxGroupOptions?: CheckboxGroup;
|
|
4349
|
-
/** Tags input field */
|
|
4350
|
-
tagsOptions?: Tags;
|
|
4351
|
-
/** Services checkbox group input field */
|
|
4352
|
-
servicesCheckboxGroupOptions?: ServicesCheckboxGroup;
|
|
4353
|
-
}
|
|
4354
|
-
interface InputField_Object extends InputField_ObjectValidationOneOf {
|
|
4355
|
-
/** Validation of object type. */
|
|
4356
|
-
object?: InputFieldObjectType;
|
|
4357
|
-
}
|
|
4358
|
-
/** @oneof */
|
|
4359
|
-
interface InputField_ObjectValidationOneOf {
|
|
4360
|
-
/** Validation of object type. */
|
|
4361
|
-
object?: InputFieldObjectType;
|
|
4362
|
-
}
|
|
4363
|
-
interface InputFieldWixFile extends InputFieldWixFileComponentTypeOptionsOneOf {
|
|
4364
|
-
/** File upload input field */
|
|
4365
|
-
fileUploadOptions?: FileUpload;
|
|
4366
|
-
/** Signature input field */
|
|
4367
|
-
signatureOptions?: Signature;
|
|
4368
|
-
/**
|
|
4369
|
-
* Component type of the array input field
|
|
4370
|
-
* @readonly
|
|
4371
|
-
*/
|
|
4372
|
-
componentType?: InputFieldWixFileComponentTypeWithLiterals;
|
|
4373
|
-
/** Validation of field type. */
|
|
4374
|
-
validation?: FileType;
|
|
4375
|
-
}
|
|
4376
|
-
/** @oneof */
|
|
4377
|
-
interface InputFieldWixFileComponentTypeOptionsOneOf {
|
|
4378
|
-
/** File upload input field */
|
|
4379
|
-
fileUploadOptions?: FileUpload;
|
|
4380
|
-
/** Signature input field */
|
|
4381
|
-
signatureOptions?: Signature;
|
|
4382
|
-
}
|
|
4383
|
-
interface InputFieldPayment extends InputFieldPaymentComponentTypeOptionsOneOf {
|
|
4384
|
-
/** Checkbox group input field. */
|
|
4385
|
-
checkboxGroupOptions?: ProductCheckboxGroup;
|
|
4386
|
-
/** Donation input field. */
|
|
4387
|
-
donationInputOptions?: DonationInput;
|
|
4388
|
-
/** Payment input field. */
|
|
4389
|
-
paymentInputOptions?: PaymentInput;
|
|
4390
|
-
/** Fixed payment field. */
|
|
4391
|
-
fixedPaymentOptions?: FixedPayment;
|
|
4392
|
-
/**
|
|
4393
|
-
* Component type of the payment input field.
|
|
4394
|
-
* @readonly
|
|
4395
|
-
*/
|
|
4396
|
-
componentType?: InputFieldPaymentComponentTypeWithLiterals;
|
|
4397
|
-
/** Validation of payment type. */
|
|
4398
|
-
validation?: PaymentType;
|
|
4399
|
-
}
|
|
4400
|
-
/** @oneof */
|
|
4401
|
-
interface InputFieldPaymentComponentTypeOptionsOneOf {
|
|
4402
|
-
/** Checkbox group input field. */
|
|
4403
|
-
checkboxGroupOptions?: ProductCheckboxGroup;
|
|
4404
|
-
/** Donation input field. */
|
|
4405
|
-
donationInputOptions?: DonationInput;
|
|
4406
|
-
/** Payment input field. */
|
|
4407
|
-
paymentInputOptions?: PaymentInput;
|
|
4408
|
-
/** Fixed payment field. */
|
|
4409
|
-
fixedPaymentOptions?: FixedPayment;
|
|
4410
|
-
}
|
|
4411
|
-
interface InputFieldMultilineAddress extends InputFieldMultilineAddressComponentTypeOptionsOneOf {
|
|
4412
|
-
/** Multiline address input field. */
|
|
4413
|
-
multilineAddressOptions?: MultilineAddress;
|
|
4414
|
-
/**
|
|
4415
|
-
* Component type of the multiline address field.
|
|
4416
|
-
* @readonly
|
|
4417
|
-
*/
|
|
4418
|
-
componentType?: MultilineAddressComponentTypeWithLiterals;
|
|
4419
|
-
/** Validation of multiline address field output value. */
|
|
4420
|
-
validation?: MultilineAddressValidation;
|
|
4421
|
-
}
|
|
4422
|
-
/** @oneof */
|
|
4423
|
-
interface InputFieldMultilineAddressComponentTypeOptionsOneOf {
|
|
4424
|
-
/** Multiline address input field. */
|
|
4425
|
-
multilineAddressOptions?: MultilineAddress;
|
|
4426
|
-
}
|
|
4427
|
-
interface InputFieldScheduling extends InputFieldSchedulingComponentTypeOptionsOneOf {
|
|
4428
|
-
/** Appointment input field */
|
|
4429
|
-
appointmentOptions?: Appointment;
|
|
4430
|
-
/**
|
|
4431
|
-
* Component type of the scheduling input field
|
|
4432
|
-
* @readonly
|
|
4433
|
-
*/
|
|
4434
|
-
componentType?: InputFieldSchedulingComponentTypeWithLiterals;
|
|
4435
|
-
}
|
|
4436
|
-
/** @oneof */
|
|
4437
|
-
interface InputFieldSchedulingComponentTypeOptionsOneOf {
|
|
4438
|
-
/** Appointment input field */
|
|
4439
|
-
appointmentOptions?: Appointment;
|
|
4440
|
-
}
|
|
4441
|
-
declare enum FormFieldV2FieldType {
|
|
4442
|
-
UNKNOWN_FIELD_TYPE = "UNKNOWN_FIELD_TYPE",
|
|
4443
|
-
INPUT = "INPUT",
|
|
4444
|
-
DISPLAY = "DISPLAY"
|
|
4445
|
-
}
|
|
4446
|
-
/** @enumType */
|
|
4447
|
-
type FormFieldV2FieldTypeWithLiterals = FormFieldV2FieldType | 'UNKNOWN_FIELD_TYPE' | 'INPUT' | 'DISPLAY';
|
|
4448
|
-
interface FormFieldV2InputField extends FormFieldV2InputFieldInputTypeOptionsOneOf {
|
|
4449
|
-
/** Input return string as value */
|
|
4450
|
-
stringOptions?: InputField_String;
|
|
4451
|
-
/** Input return number as value */
|
|
4452
|
-
numberOptions?: InputField_Number;
|
|
4453
|
-
/** Input return boolean as value */
|
|
4454
|
-
booleanOptions?: InputField_Boolean;
|
|
4455
|
-
/** Input return array as value */
|
|
4456
|
-
arrayOptions?: InputField_Array;
|
|
4457
|
-
/** Input return object as value */
|
|
4458
|
-
objectOptions?: InputField_Object;
|
|
4459
|
-
/** Input return "Wix file" as value */
|
|
4460
|
-
wixFileOptions?: InputFieldWixFile;
|
|
4461
|
-
/** Input returns selected products as value. */
|
|
4462
|
-
paymentOptions?: InputFieldPayment;
|
|
4463
|
-
/** Input returns multiline address as value. */
|
|
4464
|
-
multilineAddressOptions?: InputFieldMultilineAddress;
|
|
4465
|
-
/** Input returns scheduling as value. */
|
|
4466
|
-
schedulingOptions?: InputFieldScheduling;
|
|
4467
|
-
/**
|
|
4468
|
-
* Definition of a target where the value of field belongs.
|
|
4469
|
-
* @minLength 1
|
|
4470
|
-
* @maxLength 200
|
|
4471
|
-
* @immutable
|
|
4472
|
-
*/
|
|
4473
|
-
target?: string | null;
|
|
4474
|
-
/**
|
|
4475
|
-
* Mark the field as containing personal information. This will encrypt user data when storing it.
|
|
4476
|
-
* Default: false
|
|
4477
|
-
*/
|
|
4478
|
-
pii?: boolean;
|
|
4479
|
-
/**
|
|
4480
|
-
* Whether the field is required.
|
|
4481
|
-
* Default: false
|
|
4482
|
-
*/
|
|
4483
|
-
required?: boolean;
|
|
4484
|
-
/**
|
|
4485
|
-
* Type of the input field
|
|
4486
|
-
* @readonly
|
|
4487
|
-
*/
|
|
4488
|
-
inputType?: InputFieldInputTypeWithLiterals;
|
|
4489
|
-
/** Mapping to contacts, telling to what contact property field input value should be saved. */
|
|
4490
|
-
contactMapping?: V4FormFieldContactInfo;
|
|
4491
|
-
/**
|
|
4492
|
-
* Whether the field is read only.
|
|
4493
|
-
* Default: false
|
|
4494
|
-
*/
|
|
4495
|
-
readOnly?: boolean;
|
|
4496
|
-
}
|
|
4497
|
-
/** @oneof */
|
|
4498
|
-
interface FormFieldV2InputFieldInputTypeOptionsOneOf {
|
|
4499
|
-
/** Input return string as value */
|
|
4500
|
-
stringOptions?: InputField_String;
|
|
4501
|
-
/** Input return number as value */
|
|
4502
|
-
numberOptions?: InputField_Number;
|
|
4503
|
-
/** Input return boolean as value */
|
|
4504
|
-
booleanOptions?: InputField_Boolean;
|
|
4505
|
-
/** Input return array as value */
|
|
4506
|
-
arrayOptions?: InputField_Array;
|
|
4507
|
-
/** Input return object as value */
|
|
4508
|
-
objectOptions?: InputField_Object;
|
|
4509
|
-
/** Input return "Wix file" as value */
|
|
4510
|
-
wixFileOptions?: InputFieldWixFile;
|
|
4511
|
-
/** Input returns selected products as value. */
|
|
4512
|
-
paymentOptions?: InputFieldPayment;
|
|
4513
|
-
/** Input returns multiline address as value. */
|
|
4514
|
-
multilineAddressOptions?: InputFieldMultilineAddress;
|
|
4515
|
-
/** Input returns scheduling as value. */
|
|
4516
|
-
schedulingOptions?: InputFieldScheduling;
|
|
4517
|
-
}
|
|
4518
|
-
/** Copy of the entity existing in form template project, needed to hide translations. */
|
|
4519
|
-
interface DisplayField extends DisplayFieldDisplayFieldTypeOptionsOneOf {
|
|
4520
|
-
/** Configuration for rich content display fields. */
|
|
4521
|
-
richContentOptions?: V4RichContentOptions;
|
|
4522
|
-
/** Configuration for page navigation display fields. */
|
|
4523
|
-
pageNavigationOptions?: V4PageNavigationOptions;
|
|
4524
|
-
/** Type of display field that determines its appearance and behavior. */
|
|
4525
|
-
displayFieldType?: DisplayFieldTypeWithLiterals;
|
|
4526
|
-
}
|
|
4527
|
-
/** @oneof */
|
|
4528
|
-
interface DisplayFieldDisplayFieldTypeOptionsOneOf {
|
|
4529
|
-
/** Configuration for rich content display fields. */
|
|
4530
|
-
richContentOptions?: V4RichContentOptions;
|
|
4531
|
-
/** Configuration for page navigation display fields. */
|
|
4532
|
-
pageNavigationOptions?: V4PageNavigationOptions;
|
|
4533
|
-
}
|
|
4534
|
-
declare enum DisplayFieldType {
|
|
4535
|
-
/** Unknown display field type. */
|
|
4536
|
-
UNKNOWN_FIELD_TYPE = "UNKNOWN_FIELD_TYPE",
|
|
4537
|
-
/** Rich content element for displaying formatted text, images, and media. */
|
|
4538
|
-
RICH_CONTENT = "RICH_CONTENT",
|
|
4539
|
-
/** Navigation element with buttons for moving between form pages or submitting. */
|
|
4540
|
-
PAGE_NAVIGATION = "PAGE_NAVIGATION"
|
|
4541
|
-
}
|
|
4542
|
-
/** @enumType */
|
|
4543
|
-
type DisplayFieldTypeWithLiterals = DisplayFieldType | 'UNKNOWN_FIELD_TYPE' | 'RICH_CONTENT' | 'PAGE_NAVIGATION';
|
|
4544
|
-
interface V4RichContentOptions {
|
|
4545
|
-
/** Rich content to display, including formatted text, images, and embedded media. */
|
|
4546
|
-
richContent?: RichContent;
|
|
4547
|
-
/**
|
|
4548
|
-
* Maximum number of paragraphs to show initially.
|
|
4549
|
-
* Additional content is hidden behind an expandable section. If not specified, all content is visible.
|
|
4550
|
-
*/
|
|
4551
|
-
maxShownParagraphs?: number | null;
|
|
4552
|
-
}
|
|
4553
|
-
interface V4PageNavigationOptions {
|
|
4554
|
-
/**
|
|
4555
|
-
* Text displayed on the button when it navigates to the next page.
|
|
4556
|
-
* Only applicable when the button is not on the final form page.
|
|
4557
|
-
* @maxLength 65
|
|
4558
|
-
*/
|
|
4559
|
-
nextPageText?: string | null;
|
|
4560
|
-
/**
|
|
4561
|
-
* Text displayed on the button when it navigates to the previous page.
|
|
4562
|
-
* Only applicable when the button is not on the first form page.
|
|
4563
|
-
* @maxLength 65
|
|
4564
|
-
*/
|
|
4565
|
-
previousPageText?: string | null;
|
|
4566
|
-
/**
|
|
4567
|
-
* Text displayed on the button when it submits the form.
|
|
4568
|
-
* Only applicable when the button is on the final form page.
|
|
4569
|
-
* @maxLength 65
|
|
4570
|
-
*/
|
|
4571
|
-
submitText?: string | null;
|
|
4572
|
-
}
|
|
4573
|
-
interface Field extends FieldFieldTypeOptionsOneOf {
|
|
4574
|
-
/** Configuration for input fields that collect user data. */
|
|
4575
|
-
inputOptions?: InputField;
|
|
4576
|
-
/** Configuration for display fields that show information without collecting input. */
|
|
4577
|
-
displayOptions?: FieldsDisplayField;
|
|
4578
|
-
/**
|
|
4579
|
-
* Field ID.
|
|
4580
|
-
* @format GUID
|
|
4581
|
-
* @immutable
|
|
4582
|
-
*/
|
|
4583
|
-
id?: string;
|
|
4584
|
-
/**
|
|
4585
|
-
* Whether the field is hidden from submitters.
|
|
4586
|
-
*
|
|
4587
|
-
* Default: `false`
|
|
4588
|
-
*/
|
|
4589
|
-
hidden?: boolean;
|
|
4590
|
-
/**
|
|
4591
|
-
* Custom identification for the field. This is intended as a way for you to identify certain fields that you want to apply special behavior to in your own logic.
|
|
4592
|
-
* @maxLength 50
|
|
4593
|
-
*/
|
|
4594
|
-
identifier?: string | null;
|
|
4595
|
-
/**
|
|
4596
|
-
* Field type.
|
|
4597
|
-
* @readonly
|
|
4598
|
-
*/
|
|
4599
|
-
fieldType?: FieldTypeWithLiterals;
|
|
4600
|
-
}
|
|
4601
|
-
/** @oneof */
|
|
4602
|
-
interface FieldFieldTypeOptionsOneOf {
|
|
4603
|
-
/** Configuration for input fields that collect user data. */
|
|
4604
|
-
inputOptions?: InputField;
|
|
4605
|
-
/** Configuration for display fields that show information without collecting input. */
|
|
4606
|
-
displayOptions?: FieldsDisplayField;
|
|
4607
|
-
}
|
|
4608
|
-
declare enum FieldType {
|
|
4609
|
-
/** Unknown field type. */
|
|
4610
|
-
UNKNOWN_FIELD_TYPE = "UNKNOWN_FIELD_TYPE",
|
|
4611
|
-
/** Input field that collects data from users. */
|
|
4612
|
-
INPUT = "INPUT",
|
|
4613
|
-
/** Display field that shows information without collecting input. */
|
|
4614
|
-
DISPLAY = "DISPLAY"
|
|
4615
|
-
}
|
|
4616
|
-
/** @enumType */
|
|
4617
|
-
type FieldTypeWithLiterals = FieldType | 'UNKNOWN_FIELD_TYPE' | 'INPUT' | 'DISPLAY';
|
|
4618
|
-
interface InputField extends InputFieldInputTypeOptionsOneOf {
|
|
4619
|
-
/** String input field settings. */
|
|
4620
|
-
stringOptions?: _String;
|
|
4621
|
-
/** Number input field settings. */
|
|
4622
|
-
numberOptions?: _Number;
|
|
4623
|
-
/** Boolean input field settings. */
|
|
4624
|
-
booleanOptions?: _Boolean;
|
|
4625
|
-
/** Array input field settings. */
|
|
4626
|
-
arrayOptions?: _Array;
|
|
4627
|
-
/** Object input field settings. */
|
|
4628
|
-
objectOptions?: _Object;
|
|
4629
|
-
/** File input field settings. Files are uploaded to the [Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager). */
|
|
4630
|
-
wixFileOptions?: WixFile;
|
|
4631
|
-
/** Payment input field settings. */
|
|
4632
|
-
paymentOptions?: Payment;
|
|
4633
|
-
/** Scheduling input field settings. */
|
|
4634
|
-
schedulingOptions?: Scheduling;
|
|
4635
|
-
/** Address input field settings. */
|
|
4636
|
-
addressOptions?: Address;
|
|
4637
|
-
/**
|
|
4638
|
-
* Human readable identifier used to reference a field. For example, `"address"`.
|
|
4639
|
-
*
|
|
4640
|
-
* Can be set once.
|
|
4641
|
-
* @minLength 1
|
|
4642
|
-
* @maxLength 200
|
|
4643
|
-
* @immutable
|
|
4644
|
-
*/
|
|
4645
|
-
target?: string;
|
|
4646
|
-
/**
|
|
4647
|
-
* Whether this field contains Personally Identifiable Information (PII).
|
|
4648
|
-
*
|
|
4649
|
-
* PII fields are automatically encrypted when stored.
|
|
4650
|
-
*
|
|
4651
|
-
* Default: `false`
|
|
4652
|
-
*/
|
|
4653
|
-
pii?: boolean;
|
|
4654
|
-
/**
|
|
4655
|
-
* Whether the field is required for form submission.
|
|
4656
|
-
*
|
|
4657
|
-
* Default: `false`
|
|
4658
|
-
*/
|
|
4659
|
-
required?: boolean;
|
|
4660
|
-
/**
|
|
4661
|
-
* Type of the input field that determines what kind of data it collects.
|
|
4662
|
-
* @readonly
|
|
4663
|
-
*/
|
|
4664
|
-
inputType?: InputTypeWithLiterals;
|
|
4665
|
-
/**
|
|
4666
|
-
* Mapping configuration for automatically saving field values to contact properties.
|
|
4667
|
-
*
|
|
4668
|
-
* When specified, form submissions automatically create or update contacts with the field data.
|
|
4669
|
-
*/
|
|
4670
|
-
contactMapping?: FormFieldContactInfo;
|
|
4671
|
-
/**
|
|
4672
|
-
* Whether the field is read-only.
|
|
4673
|
-
*
|
|
4674
|
-
* Default: `false`
|
|
4675
|
-
*/
|
|
4676
|
-
readOnly?: boolean;
|
|
4677
|
-
}
|
|
4678
|
-
/** @oneof */
|
|
4679
|
-
interface InputFieldInputTypeOptionsOneOf {
|
|
4680
|
-
/** String input field settings. */
|
|
4681
|
-
stringOptions?: _String;
|
|
4682
|
-
/** Number input field settings. */
|
|
4683
|
-
numberOptions?: _Number;
|
|
4684
|
-
/** Boolean input field settings. */
|
|
4685
|
-
booleanOptions?: _Boolean;
|
|
4686
|
-
/** Array input field settings. */
|
|
4687
|
-
arrayOptions?: _Array;
|
|
4688
|
-
/** Object input field settings. */
|
|
4689
|
-
objectOptions?: _Object;
|
|
4690
|
-
/** File input field settings. Files are uploaded to the [Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager). */
|
|
4691
|
-
wixFileOptions?: WixFile;
|
|
4692
|
-
/** Payment input field settings. */
|
|
4693
|
-
paymentOptions?: Payment;
|
|
4694
|
-
/** Scheduling input field settings. */
|
|
4695
|
-
schedulingOptions?: Scheduling;
|
|
4696
|
-
/** Address input field settings. */
|
|
4697
|
-
addressOptions?: Address;
|
|
4698
|
-
}
|
|
4699
|
-
interface StringType extends StringTypeFormatOptionsOneOf {
|
|
4700
|
-
/** Validation rules for strings with date format. */
|
|
4701
|
-
dateOptions?: DateTimeConstraints;
|
|
4702
|
-
/** Validation rules for strings with date and time format. */
|
|
4703
|
-
dateTimeOptions?: DateTimeConstraints;
|
|
4704
|
-
/** Validation rules for strings with time format. */
|
|
4705
|
-
timeOptions?: DateTimeConstraints;
|
|
4706
|
-
/** Validation rules for string with date and time format, where time is optional. */
|
|
4707
|
-
dateOptionalTimeOptions?: DateTimeConstraints;
|
|
4708
|
-
/** Validation rules for strings with phone number format. */
|
|
4709
|
-
phoneOptions?: PhoneConstraints;
|
|
4710
|
-
/**
|
|
4711
|
-
* Minimum required length for the string value.
|
|
4712
|
-
* @max 20000
|
|
4713
|
-
*/
|
|
4714
|
-
minLength?: number | null;
|
|
4715
|
-
/**
|
|
4716
|
-
* Maximum allowed length for the string value.
|
|
4717
|
-
* @max 20000
|
|
4718
|
-
*/
|
|
4719
|
-
maxLength?: number | null;
|
|
4720
|
-
/**
|
|
4721
|
-
* Regular expression pattern that the string value must match.
|
|
4722
|
-
* @maxLength 500
|
|
4723
|
-
*/
|
|
4724
|
-
pattern?: string | null;
|
|
4725
|
-
/** Expected format of the string value. */
|
|
4726
|
-
format?: FormatEnumFormatWithLiterals;
|
|
4727
|
-
/**
|
|
4728
|
-
* List of specific values that are allowed for this field.
|
|
4729
|
-
* When specified, the input must match one of these predefined values.
|
|
4730
|
-
* @maxSize 500
|
|
4731
|
-
* @maxLength 20000
|
|
4732
|
-
*/
|
|
4733
|
-
enum?: string[] | null;
|
|
4734
|
-
/** Custom error messages displayed when validation fails. */
|
|
4735
|
-
validationMessages?: ValidationMessages;
|
|
4736
|
-
}
|
|
4737
|
-
/** @oneof */
|
|
4738
|
-
interface StringTypeFormatOptionsOneOf {
|
|
4739
|
-
/** Validation rules for strings with date format. */
|
|
4740
|
-
dateOptions?: DateTimeConstraints;
|
|
4741
|
-
/** Validation rules for strings with date and time format. */
|
|
4742
|
-
dateTimeOptions?: DateTimeConstraints;
|
|
4743
|
-
/** Validation rules for strings with time format. */
|
|
4744
|
-
timeOptions?: DateTimeConstraints;
|
|
4745
|
-
/** Validation rules for string with date and time format, where time is optional. */
|
|
4746
|
-
dateOptionalTimeOptions?: DateTimeConstraints;
|
|
4747
|
-
/** Validation rules for strings with phone number format. */
|
|
4748
|
-
phoneOptions?: PhoneConstraints;
|
|
4749
|
-
}
|
|
4750
|
-
declare enum FormatEnumFormat {
|
|
4751
|
-
/** Unknown format. */
|
|
4752
|
-
UNKNOWN_FORMAT = "UNKNOWN_FORMAT",
|
|
4753
|
-
/** Date format. */
|
|
4754
|
-
DATE = "DATE",
|
|
4755
|
-
/** Time format. */
|
|
4756
|
-
TIME = "TIME",
|
|
4757
|
-
/** Date and time format. */
|
|
4758
|
-
DATE_TIME = "DATE_TIME",
|
|
4759
|
-
/** Email format. */
|
|
4760
|
-
EMAIL = "EMAIL",
|
|
4761
|
-
/** URL format. */
|
|
4762
|
-
URL = "URL",
|
|
4763
|
-
/** UUID format. */
|
|
4764
|
-
UUID = "UUID",
|
|
4765
|
-
/** Phone number format. */
|
|
4766
|
-
PHONE = "PHONE",
|
|
4767
|
-
/** URI format. */
|
|
4768
|
-
URI = "URI",
|
|
4769
|
-
/** Hostname format. */
|
|
4770
|
-
HOSTNAME = "HOSTNAME",
|
|
4771
|
-
/** Hexadecimal color code format. */
|
|
4772
|
-
COLOR_HEX = "COLOR_HEX",
|
|
4773
|
-
/** Currency format. */
|
|
4774
|
-
CURRENCY = "CURRENCY",
|
|
4775
|
-
/** Language code format. */
|
|
4776
|
-
LANGUAGE = "LANGUAGE",
|
|
4777
|
-
/** Date with optional time format. */
|
|
4778
|
-
DATE_OPTIONAL_TIME = "DATE_OPTIONAL_TIME"
|
|
4779
|
-
}
|
|
4780
|
-
/** @enumType */
|
|
4781
|
-
type FormatEnumFormatWithLiterals = FormatEnumFormat | 'UNKNOWN_FORMAT' | 'DATE' | 'TIME' | 'DATE_TIME' | 'EMAIL' | 'URL' | 'UUID' | 'PHONE' | 'URI' | 'HOSTNAME' | 'COLOR_HEX' | 'CURRENCY' | 'LANGUAGE' | 'DATE_OPTIONAL_TIME';
|
|
4782
|
-
interface DateTimeConstraints {
|
|
4783
|
-
/**
|
|
4784
|
-
* Minimum allowed datetime value.
|
|
4785
|
-
*
|
|
4786
|
-
* Supports ISO datetime format or dynamic calculations using "$now" keyword.
|
|
4787
|
-
* The dynamic calculation supports times in the future and past.
|
|
4788
|
-
* The pattern for dynamic calculations: $now([+-]\d{1,2})([yMdmh]).
|
|
4789
|
-
*
|
|
4790
|
-
* Examples: `"2023-01-01"`, `"$now-1d"` (1 day ago), `"$now+2h"` (2 hours from now).
|
|
4791
|
-
* @maxLength 50
|
|
4792
|
-
*/
|
|
4793
|
-
minimum?: string | null;
|
|
4794
|
-
/**
|
|
4795
|
-
* Maximum allowed datetime value.
|
|
4796
|
-
*
|
|
4797
|
-
* Supports ISO datetime format or dynamic calculations using "$now" keyword.
|
|
4798
|
-
* The dynamic calculation supports times in the future and past.
|
|
4799
|
-
* The pattern for dynamic calculations: $now([+-]\d{1,2})([yMdmh]).
|
|
4800
|
-
*
|
|
4801
|
-
* Examples: `"2023-01-01"`, `"$now-1d"` (1 day ago), `"$now+2h"` (2 hours from now).
|
|
4802
|
-
* @maxLength 50
|
|
4803
|
-
*/
|
|
4804
|
-
maximum?: string | null;
|
|
4805
|
-
}
|
|
4806
|
-
interface PhoneConstraints {
|
|
4807
|
-
/**
|
|
4808
|
-
* Country codes that are allowed for phone number validation.
|
|
4809
|
-
*
|
|
4810
|
-
* Use ISO 3166-1 alpha-2 country codes. For example, `"US"`, `"GB"`, `"CA"`.
|
|
4811
|
-
* @maxSize 250
|
|
4812
|
-
* @maxLength 2
|
|
4813
|
-
*/
|
|
4814
|
-
allowedCountryCodes?: string[];
|
|
4815
|
-
}
|
|
4816
|
-
interface ValidationMessages {
|
|
4817
|
-
/**
|
|
4818
|
-
* Error message shown when the pattern validation fails.
|
|
4819
|
-
*
|
|
4820
|
-
* This message is displayed to users when their input doesn't match the specified regex pattern.
|
|
4821
|
-
* @maxLength 200
|
|
4822
|
-
*/
|
|
4823
|
-
pattern?: string | null;
|
|
4824
|
-
}
|
|
4825
|
-
declare enum StringComponentType {
|
|
4826
|
-
/** Unknown component type. */
|
|
4827
|
-
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4828
|
-
/** Text input component. */
|
|
4829
|
-
TEXT_INPUT = "TEXT_INPUT",
|
|
4830
|
-
/** Radio group component. */
|
|
4831
|
-
RADIO_GROUP = "RADIO_GROUP",
|
|
4832
|
-
/** Dropdown component. */
|
|
4833
|
-
DROPDOWN = "DROPDOWN",
|
|
4834
|
-
/** Date and time component. */
|
|
4835
|
-
DATE_TIME = "DATE_TIME",
|
|
4836
|
-
/** Phone number component. */
|
|
4837
|
-
PHONE_INPUT = "PHONE_INPUT",
|
|
4838
|
-
/** Date selection component. */
|
|
4839
|
-
DATE_INPUT = "DATE_INPUT",
|
|
4840
|
-
/** Time selection component. */
|
|
4841
|
-
TIME_INPUT = "TIME_INPUT",
|
|
4842
|
-
/** Calendar-style date picker component. */
|
|
4843
|
-
DATE_PICKER = "DATE_PICKER",
|
|
4844
|
-
/** Dropdown component for selecting available services. */
|
|
4845
|
-
SERVICES_DROPDOWN = "SERVICES_DROPDOWN"
|
|
4846
|
-
}
|
|
4847
|
-
/** @enumType */
|
|
4848
|
-
type StringComponentTypeWithLiterals = StringComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'TEXT_INPUT' | 'RADIO_GROUP' | 'DROPDOWN' | 'DATE_TIME' | 'PHONE_INPUT' | 'DATE_INPUT' | 'TIME_INPUT' | 'DATE_PICKER' | 'SERVICES_DROPDOWN';
|
|
4849
|
-
interface NumberType {
|
|
4850
|
-
/** The maximum value of the number. Inclusive. */
|
|
4851
|
-
maximum?: number | null;
|
|
4852
|
-
/** The minimum value of the number. Inclusive. */
|
|
4853
|
-
minimum?: number | null;
|
|
4854
|
-
/** A number that the value must be a multiple of. */
|
|
4855
|
-
multipleOf?: number | null;
|
|
4856
|
-
/**
|
|
4857
|
-
* List of allowed values.
|
|
4858
|
-
* @maxSize 500
|
|
4859
|
-
*/
|
|
4860
|
-
enum?: number[] | null;
|
|
4861
|
-
}
|
|
4862
|
-
declare enum NumberComponentType {
|
|
4863
|
-
/** Unknown component type. */
|
|
4864
|
-
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4865
|
-
/** Numeric input component. */
|
|
4866
|
-
NUMBER_INPUT = "NUMBER_INPUT",
|
|
4867
|
-
/** Rating input component. */
|
|
4868
|
-
RATING_INPUT = "RATING_INPUT"
|
|
4869
|
-
}
|
|
4870
|
-
/** @enumType */
|
|
4871
|
-
type NumberComponentTypeWithLiterals = NumberComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'NUMBER_INPUT' | 'RATING_INPUT';
|
|
4872
|
-
interface BooleanType {
|
|
4873
|
-
/**
|
|
4874
|
-
* List of allowed values.
|
|
4875
|
-
* @maxSize 2
|
|
4876
|
-
*/
|
|
4877
|
-
enum?: boolean[];
|
|
4878
|
-
}
|
|
4879
|
-
declare enum BooleanComponentType {
|
|
4880
|
-
/** Unknown component type. */
|
|
4881
|
-
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4882
|
-
/** Checkbox component. */
|
|
4883
|
-
CHECKBOX = "CHECKBOX"
|
|
4884
|
-
}
|
|
4885
|
-
/** @enumType */
|
|
4886
|
-
type BooleanComponentTypeWithLiterals = BooleanComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX';
|
|
4887
|
-
interface ArrayType {
|
|
4888
|
-
/**
|
|
4889
|
-
* Maximum number of elements allowed in the array.
|
|
4890
|
-
* @max 1000
|
|
4891
|
-
*/
|
|
4892
|
-
maxItems?: number | null;
|
|
4893
|
-
/**
|
|
4894
|
-
* Minimum number of elements required in the array.
|
|
4895
|
-
* @max 1000
|
|
4896
|
-
*/
|
|
4897
|
-
minItems?: number | null;
|
|
4898
|
-
/** Type of items allowed in the array. */
|
|
4899
|
-
items?: ArrayItems;
|
|
4900
|
-
}
|
|
4901
|
-
declare enum ItemType {
|
|
4902
|
-
/** Unknown item type. */
|
|
4903
|
-
UNKNOWN_ITEM_TYPE = "UNKNOWN_ITEM_TYPE",
|
|
4904
|
-
/** Array can contain string values. */
|
|
4905
|
-
STRING = "STRING",
|
|
4906
|
-
/** Array can contain numeric values. */
|
|
4907
|
-
NUMBER = "NUMBER",
|
|
4908
|
-
/** Array can contain boolean values. */
|
|
4909
|
-
BOOLEAN = "BOOLEAN"
|
|
4910
|
-
}
|
|
4911
|
-
/** @enumType */
|
|
4912
|
-
type ItemTypeWithLiterals = ItemType | 'UNKNOWN_ITEM_TYPE' | 'STRING' | 'NUMBER' | 'BOOLEAN';
|
|
4913
|
-
interface ObjectType {
|
|
4914
|
-
/** Definition of object properties and their validation rules. */
|
|
4915
|
-
properties?: Record<string, PropertiesType>;
|
|
4916
|
-
}
|
|
4917
|
-
declare enum PropertiesTypeEnum {
|
|
4918
|
-
/** Unknown property type. */
|
|
4919
|
-
UNKNOWN_PROPERTY_TYPE = "UNKNOWN_PROPERTY_TYPE",
|
|
4920
|
-
/** Property must contain a string value. */
|
|
4921
|
-
STRING = "STRING",
|
|
4922
|
-
/** Property must contain a numeric value. */
|
|
4923
|
-
NUMBER = "NUMBER",
|
|
4924
|
-
/** Property must contain a boolean value. */
|
|
4925
|
-
BOOLEAN = "BOOLEAN",
|
|
4926
|
-
/** Property must contain an array. */
|
|
4927
|
-
ARRAY = "ARRAY"
|
|
4928
|
-
}
|
|
4929
|
-
/** @enumType */
|
|
4930
|
-
type PropertiesTypeEnumWithLiterals = PropertiesTypeEnum | 'UNKNOWN_PROPERTY_TYPE' | 'STRING' | 'NUMBER' | 'BOOLEAN' | 'ARRAY';
|
|
4931
|
-
interface PropertiesType extends PropertiesTypePropertiesTypeOptionsOneOf {
|
|
4932
|
-
/** Validation rules for string properties. */
|
|
4933
|
-
stringOptions?: StringType;
|
|
4934
|
-
/** Validation rules for numeric properties. */
|
|
4935
|
-
numberOptions?: NumberType;
|
|
4936
|
-
/** Validation rules for boolean properties. */
|
|
4937
|
-
booleanOptions?: BooleanType;
|
|
4938
|
-
/** Validation rules for array properties. */
|
|
4939
|
-
arrayOptions?: ArrayType;
|
|
4940
|
-
/**
|
|
4941
|
-
* Data type of the object property.
|
|
4942
|
-
* @readonly
|
|
4943
|
-
*/
|
|
4944
|
-
propertiesType?: PropertiesTypeEnumWithLiterals;
|
|
4945
|
-
/** Whether the object property is required for validation. */
|
|
4946
|
-
required?: boolean;
|
|
4947
|
-
}
|
|
4948
|
-
/** @oneof */
|
|
4949
|
-
interface PropertiesTypePropertiesTypeOptionsOneOf {
|
|
4950
|
-
/** Validation rules for string properties. */
|
|
4951
|
-
stringOptions?: StringType;
|
|
4952
|
-
/** Validation rules for numeric properties. */
|
|
4953
|
-
numberOptions?: NumberType;
|
|
4954
|
-
/** Validation rules for boolean properties. */
|
|
4955
|
-
booleanOptions?: BooleanType;
|
|
4956
|
-
/** Validation rules for array properties. */
|
|
4957
|
-
arrayOptions?: ArrayType;
|
|
4958
|
-
}
|
|
4959
|
-
interface ArrayItems extends ArrayItemsItemTypeOptionsOneOf {
|
|
4960
|
-
/** Validation rules for string array elements. */
|
|
4961
|
-
stringOptions?: StringType;
|
|
4962
|
-
/** Validation rules for numeric array elements. */
|
|
4963
|
-
numberOptions?: NumberType;
|
|
4964
|
-
/** Validation rules for boolean array elements. */
|
|
4965
|
-
booleanOptions?: BooleanType;
|
|
4966
|
-
/**
|
|
4967
|
-
* Allowed item type.
|
|
4968
|
-
* @readonly
|
|
4969
|
-
*/
|
|
4970
|
-
itemType?: ItemTypeWithLiterals;
|
|
4971
|
-
}
|
|
4972
|
-
/** @oneof */
|
|
4973
|
-
interface ArrayItemsItemTypeOptionsOneOf {
|
|
4974
|
-
/** Validation rules for string array elements. */
|
|
4975
|
-
stringOptions?: StringType;
|
|
4976
|
-
/** Validation rules for numeric array elements. */
|
|
4977
|
-
numberOptions?: NumberType;
|
|
4978
|
-
/** Validation rules for boolean array elements. */
|
|
4979
|
-
booleanOptions?: BooleanType;
|
|
4980
|
-
}
|
|
4981
|
-
declare enum ArrayComponentType {
|
|
4982
|
-
/** Unknown component type. */
|
|
4983
|
-
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4984
|
-
/** Checkbox group component. */
|
|
4985
|
-
CHECKBOX_GROUP = "CHECKBOX_GROUP",
|
|
4986
|
-
/** Tags component. */
|
|
4987
|
-
TAGS = "TAGS",
|
|
4988
|
-
SERVICES_CHECKBOX_GROUP = "SERVICES_CHECKBOX_GROUP"
|
|
4989
|
-
}
|
|
4990
|
-
/** @enumType */
|
|
4991
|
-
type ArrayComponentTypeWithLiterals = ArrayComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'CHECKBOX_GROUP' | 'TAGS' | 'SERVICES_CHECKBOX_GROUP';
|
|
4992
|
-
declare enum WixFileComponentType {
|
|
4993
|
-
/** Unknown component type. */
|
|
4994
|
-
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
4995
|
-
/** File upload component. */
|
|
4996
|
-
FILE_UPLOAD = "FILE_UPLOAD",
|
|
4997
|
-
/** Signature component. */
|
|
4998
|
-
SIGNATURE = "SIGNATURE"
|
|
4999
|
-
}
|
|
5000
|
-
/** @enumType */
|
|
5001
|
-
type WixFileComponentTypeWithLiterals = WixFileComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'FILE_UPLOAD' | 'SIGNATURE';
|
|
5002
|
-
declare enum PaymentComponentType {
|
|
5003
|
-
/** Unknown component type. */
|
|
5004
|
-
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
5005
|
-
/** Checkbox group component. */
|
|
5006
|
-
CHECKBOX_GROUP = "CHECKBOX_GROUP",
|
|
5007
|
-
/** Donation input component. */
|
|
5008
|
-
DONATION_INPUT = "DONATION_INPUT",
|
|
5009
|
-
/** Payment input component. */
|
|
5010
|
-
PAYMENT_INPUT = "PAYMENT_INPUT",
|
|
5011
|
-
/** Fixed payment component. */
|
|
5012
|
-
FIXED_PAYMENT = "FIXED_PAYMENT"
|
|
4149
|
+
* Country code for the pre-selected default country. Two-letter country code in ISO-3166 alpha-2 format.
|
|
4150
|
+
* @format COUNTRY
|
|
4151
|
+
*/
|
|
4152
|
+
countryOptions?: string;
|
|
4153
|
+
/** Default country type. */
|
|
4154
|
+
type?: TypeWithLiterals;
|
|
5013
4155
|
}
|
|
5014
|
-
/** @
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
4156
|
+
/** @oneof */
|
|
4157
|
+
interface DefaultCountryConfigOptionsOneOf {
|
|
4158
|
+
/**
|
|
4159
|
+
* Country code for the pre-selected default country. Two-letter country code in ISO-3166 alpha-2 format.
|
|
4160
|
+
* @format COUNTRY
|
|
4161
|
+
*/
|
|
4162
|
+
countryOptions?: string;
|
|
4163
|
+
}
|
|
4164
|
+
interface FieldsSettings {
|
|
4165
|
+
/** Configuration for the address line 2 field. */
|
|
4166
|
+
addressLine2?: AddressLine2;
|
|
5021
4167
|
}
|
|
5022
|
-
/** @enumType */
|
|
5023
|
-
type ComponentTypeWithLiterals = ComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'MULTILINE_ADDRESS';
|
|
5024
4168
|
declare enum ObjectArrayComponentType {
|
|
5025
4169
|
/** Unknown component type. */
|
|
5026
4170
|
UNKNOWN_COMPONENT_TYPE = "UNKNOWN_COMPONENT_TYPE",
|
|
@@ -5146,6 +4290,116 @@ declare enum SchedulingComponentType {
|
|
|
5146
4290
|
}
|
|
5147
4291
|
/** @enumType */
|
|
5148
4292
|
type SchedulingComponentTypeWithLiterals = SchedulingComponentType | 'UNKNOWN_COMPONENT_TYPE' | 'APPOINTMENT';
|
|
4293
|
+
interface Appointment extends AppointmentFormatInfoOneOf {
|
|
4294
|
+
/** Configuration for in-person appointments. */
|
|
4295
|
+
inPersonOptions?: InPersonOptions;
|
|
4296
|
+
/** Configuration for video conference appointments. */
|
|
4297
|
+
videoConferenceOptions?: VideoConferenceOptions;
|
|
4298
|
+
/** Configuration for phone appointments. */
|
|
4299
|
+
phoneOptions?: PhoneOptions;
|
|
4300
|
+
/**
|
|
4301
|
+
* Field label.
|
|
4302
|
+
* @maxLength 255
|
|
4303
|
+
*/
|
|
4304
|
+
label?: string | null;
|
|
4305
|
+
/**
|
|
4306
|
+
* Appointment name.
|
|
4307
|
+
* @minLength 1
|
|
4308
|
+
* @maxLength 400
|
|
4309
|
+
*/
|
|
4310
|
+
name?: string | null;
|
|
4311
|
+
/**
|
|
4312
|
+
* Duration of the appointment in minutes.
|
|
4313
|
+
* @min 1
|
|
4314
|
+
* @max 44639
|
|
4315
|
+
*/
|
|
4316
|
+
durationInMinutes?: number | null;
|
|
4317
|
+
/** Whether appointments require manual approval before confirmation. */
|
|
4318
|
+
manualApprovalRequired?: boolean | null;
|
|
4319
|
+
/**
|
|
4320
|
+
* IDs of staff members who provide this service.
|
|
4321
|
+
* @maxSize 220
|
|
4322
|
+
* @format GUID
|
|
4323
|
+
*/
|
|
4324
|
+
staffIds?: string[] | null;
|
|
4325
|
+
/** Appointment format. */
|
|
4326
|
+
format?: FormatWithLiterals;
|
|
4327
|
+
/** Additional description or instructions for the field. */
|
|
4328
|
+
description?: RichContent;
|
|
4329
|
+
/**
|
|
4330
|
+
* Whether to display the field label.
|
|
4331
|
+
*
|
|
4332
|
+
* Default: `true`
|
|
4333
|
+
*/
|
|
4334
|
+
showLabel?: boolean | null;
|
|
4335
|
+
}
|
|
4336
|
+
/** @oneof */
|
|
4337
|
+
interface AppointmentFormatInfoOneOf {
|
|
4338
|
+
/** Configuration for in-person appointments. */
|
|
4339
|
+
inPersonOptions?: InPersonOptions;
|
|
4340
|
+
/** Configuration for video conference appointments. */
|
|
4341
|
+
videoConferenceOptions?: VideoConferenceOptions;
|
|
4342
|
+
/** Configuration for phone appointments. */
|
|
4343
|
+
phoneOptions?: PhoneOptions;
|
|
4344
|
+
}
|
|
4345
|
+
interface Location extends LocationLocationInfoOneOf {
|
|
4346
|
+
/**
|
|
4347
|
+
* Custom address specified as a text string.
|
|
4348
|
+
* @maxLength 512
|
|
4349
|
+
*/
|
|
4350
|
+
customAddress?: string | null;
|
|
4351
|
+
/**
|
|
4352
|
+
* ID of a predefined business [location](https://dev.wix.com/docs/rest/crm/members-contacts/locations/locations/introduction).
|
|
4353
|
+
* @format GUID
|
|
4354
|
+
*/
|
|
4355
|
+
businessLocationId?: string | null;
|
|
4356
|
+
}
|
|
4357
|
+
/** @oneof */
|
|
4358
|
+
interface LocationLocationInfoOneOf {
|
|
4359
|
+
/**
|
|
4360
|
+
* Custom address specified as a text string.
|
|
4361
|
+
* @maxLength 512
|
|
4362
|
+
*/
|
|
4363
|
+
customAddress?: string | null;
|
|
4364
|
+
/**
|
|
4365
|
+
* ID of a predefined business [location](https://dev.wix.com/docs/rest/crm/members-contacts/locations/locations/introduction).
|
|
4366
|
+
* @format GUID
|
|
4367
|
+
*/
|
|
4368
|
+
businessLocationId?: string | null;
|
|
4369
|
+
}
|
|
4370
|
+
declare enum Format {
|
|
4371
|
+
UNKNOWN_FORMAT_TYPE = "UNKNOWN_FORMAT_TYPE",
|
|
4372
|
+
/** Face-to-face meeting at a physical location. */
|
|
4373
|
+
IN_PERSON = "IN_PERSON",
|
|
4374
|
+
/** Online meeting via video conference. */
|
|
4375
|
+
VIDEO_CONFERENCE = "VIDEO_CONFERENCE",
|
|
4376
|
+
/** Appointment conducted over the phone. */
|
|
4377
|
+
PHONE = "PHONE"
|
|
4378
|
+
}
|
|
4379
|
+
/** @enumType */
|
|
4380
|
+
type FormatWithLiterals = Format | 'UNKNOWN_FORMAT_TYPE' | 'IN_PERSON' | 'VIDEO_CONFERENCE' | 'PHONE';
|
|
4381
|
+
interface InPersonOptions {
|
|
4382
|
+
/**
|
|
4383
|
+
* Physical locations where the appointment can take place.
|
|
4384
|
+
* @minSize 1
|
|
4385
|
+
* @maxSize 1
|
|
4386
|
+
*/
|
|
4387
|
+
locations?: Location[];
|
|
4388
|
+
}
|
|
4389
|
+
interface VideoConferenceOptions {
|
|
4390
|
+
/**
|
|
4391
|
+
* Description or instructions for video conference appointments.
|
|
4392
|
+
* @maxLength 512
|
|
4393
|
+
*/
|
|
4394
|
+
description?: string | null;
|
|
4395
|
+
}
|
|
4396
|
+
interface PhoneOptions {
|
|
4397
|
+
/**
|
|
4398
|
+
* Description or instructions for phone appointments.
|
|
4399
|
+
* @maxLength 512
|
|
4400
|
+
*/
|
|
4401
|
+
description?: string | null;
|
|
4402
|
+
}
|
|
5149
4403
|
declare enum InputType {
|
|
5150
4404
|
/** Unknown input type. */
|
|
5151
4405
|
UNKNOWN_INPUT_TYPE = "UNKNOWN_INPUT_TYPE",
|
|
@@ -5491,22 +4745,22 @@ interface ObjectArrayComponentTypeOptionsOneOf {
|
|
|
5491
4745
|
/** Repeater component settings. */
|
|
5492
4746
|
repeaterOptions?: Repeater;
|
|
5493
4747
|
}
|
|
5494
|
-
interface
|
|
4748
|
+
interface DisplayField extends DisplayFieldDisplayFieldTypeOptionsOneOf {
|
|
5495
4749
|
/** Configuration for rich content display fields. */
|
|
5496
4750
|
richContentOptions?: RichContentOptions;
|
|
5497
4751
|
/** Configuration for page navigation display fields such as navigation or submit buttons. */
|
|
5498
4752
|
pageNavigationOptions?: PageNavigationOptions;
|
|
5499
4753
|
/** Type of display field that determines its appearance and behavior. */
|
|
5500
|
-
displayFieldType?:
|
|
4754
|
+
displayFieldType?: DisplayFieldTypeWithLiterals;
|
|
5501
4755
|
}
|
|
5502
4756
|
/** @oneof */
|
|
5503
|
-
interface
|
|
4757
|
+
interface DisplayFieldDisplayFieldTypeOptionsOneOf {
|
|
5504
4758
|
/** Configuration for rich content display fields. */
|
|
5505
4759
|
richContentOptions?: RichContentOptions;
|
|
5506
4760
|
/** Configuration for page navigation display fields such as navigation or submit buttons. */
|
|
5507
4761
|
pageNavigationOptions?: PageNavigationOptions;
|
|
5508
4762
|
}
|
|
5509
|
-
declare enum
|
|
4763
|
+
declare enum DisplayFieldType {
|
|
5510
4764
|
/** Unknown field type. */
|
|
5511
4765
|
UNKNOWN_FIELD_TYPE = "UNKNOWN_FIELD_TYPE",
|
|
5512
4766
|
/** Rich content display field. */
|
|
@@ -5517,7 +4771,7 @@ declare enum DisplayFieldDisplayFieldType {
|
|
|
5517
4771
|
LOGIN_BAR = "LOGIN_BAR"
|
|
5518
4772
|
}
|
|
5519
4773
|
/** @enumType */
|
|
5520
|
-
type
|
|
4774
|
+
type DisplayFieldTypeWithLiterals = DisplayFieldType | 'UNKNOWN_FIELD_TYPE' | 'RICH_CONTENT' | 'PAGE_NAVIGATION' | 'LOGIN_BAR';
|
|
5521
4775
|
interface RichContentOptions {
|
|
5522
4776
|
/** Rich content to display in the field. */
|
|
5523
4777
|
richContent?: RichContent;
|
|
@@ -5663,6 +4917,122 @@ interface UpsertContact {
|
|
|
5663
4917
|
*/
|
|
5664
4918
|
labels?: string[];
|
|
5665
4919
|
}
|
|
4920
|
+
interface V4FormFieldContactInfo extends V4FormFieldContactInfoAdditionalInfoOneOf {
|
|
4921
|
+
/** Email info. */
|
|
4922
|
+
emailInfo?: FormFieldContactInfoEmailInfo;
|
|
4923
|
+
/** Phone info. */
|
|
4924
|
+
phoneInfo?: FormFieldContactInfoPhoneInfo;
|
|
4925
|
+
/** Address info. */
|
|
4926
|
+
addressInfo?: FormFieldContactInfoAddressInfo;
|
|
4927
|
+
/** Custom field info. */
|
|
4928
|
+
customFieldInfo?: FormFieldContactInfoCustomFieldInfo;
|
|
4929
|
+
/** Subscription info. */
|
|
4930
|
+
subscriptionInfo?: FormFieldContactInfoSubscriptionInfo;
|
|
4931
|
+
/** The contact field that the form field maps to. */
|
|
4932
|
+
contactField?: FormFieldContactInfoContactFieldWithLiterals;
|
|
4933
|
+
}
|
|
4934
|
+
/** @oneof */
|
|
4935
|
+
interface V4FormFieldContactInfoAdditionalInfoOneOf {
|
|
4936
|
+
/** Email info. */
|
|
4937
|
+
emailInfo?: FormFieldContactInfoEmailInfo;
|
|
4938
|
+
/** Phone info. */
|
|
4939
|
+
phoneInfo?: FormFieldContactInfoPhoneInfo;
|
|
4940
|
+
/** Address info. */
|
|
4941
|
+
addressInfo?: FormFieldContactInfoAddressInfo;
|
|
4942
|
+
/** Custom field info. */
|
|
4943
|
+
customFieldInfo?: FormFieldContactInfoCustomFieldInfo;
|
|
4944
|
+
/** Subscription info. */
|
|
4945
|
+
subscriptionInfo?: FormFieldContactInfoSubscriptionInfo;
|
|
4946
|
+
}
|
|
4947
|
+
declare enum FormFieldContactInfoEmailInfoTag {
|
|
4948
|
+
/** Email without a specific tag. */
|
|
4949
|
+
UNTAGGED = "UNTAGGED",
|
|
4950
|
+
/** Primary email address for the contact. */
|
|
4951
|
+
MAIN = "MAIN"
|
|
4952
|
+
}
|
|
4953
|
+
/** @enumType */
|
|
4954
|
+
type FormFieldContactInfoEmailInfoTagWithLiterals = FormFieldContactInfoEmailInfoTag | 'UNTAGGED' | 'MAIN';
|
|
4955
|
+
declare enum FormFieldContactInfoPhoneInfoTag {
|
|
4956
|
+
/** Phone number without a specific tag. */
|
|
4957
|
+
UNTAGGED = "UNTAGGED",
|
|
4958
|
+
/** Primary phone number for the contact. */
|
|
4959
|
+
MAIN = "MAIN"
|
|
4960
|
+
}
|
|
4961
|
+
/** @enumType */
|
|
4962
|
+
type FormFieldContactInfoPhoneInfoTagWithLiterals = FormFieldContactInfoPhoneInfoTag | 'UNTAGGED' | 'MAIN';
|
|
4963
|
+
declare enum AddressInfoTag {
|
|
4964
|
+
/** Address without a specific tag. */
|
|
4965
|
+
UNTAGGED = "UNTAGGED",
|
|
4966
|
+
/** Home address for the contact. */
|
|
4967
|
+
HOME = "HOME"
|
|
4968
|
+
}
|
|
4969
|
+
/** @enumType */
|
|
4970
|
+
type AddressInfoTagWithLiterals = AddressInfoTag | 'UNTAGGED' | 'HOME';
|
|
4971
|
+
declare enum SubscriptionInfoOptInLevel {
|
|
4972
|
+
/** Unknown opt-in level. */
|
|
4973
|
+
UNKNOWN = "UNKNOWN",
|
|
4974
|
+
/** Single confirmation opt-in. The contact is subscribed immediately. */
|
|
4975
|
+
SINGLE_CONFIRMATION = "SINGLE_CONFIRMATION",
|
|
4976
|
+
/** Double confirmation opt-in. The contact must confirm their subscription via email. */
|
|
4977
|
+
DOUBLE_CONFIRMATION = "DOUBLE_CONFIRMATION"
|
|
4978
|
+
}
|
|
4979
|
+
/** @enumType */
|
|
4980
|
+
type SubscriptionInfoOptInLevelWithLiterals = SubscriptionInfoOptInLevel | 'UNKNOWN' | 'SINGLE_CONFIRMATION' | 'DOUBLE_CONFIRMATION';
|
|
4981
|
+
declare enum FormFieldContactInfoContactField {
|
|
4982
|
+
/** Unknown contact field. */
|
|
4983
|
+
UNDEFINED = "UNDEFINED",
|
|
4984
|
+
/** First name. */
|
|
4985
|
+
FIRST_NAME = "FIRST_NAME",
|
|
4986
|
+
/** CLast name. */
|
|
4987
|
+
LAST_NAME = "LAST_NAME",
|
|
4988
|
+
/** Company name. */
|
|
4989
|
+
COMPANY = "COMPANY",
|
|
4990
|
+
/** Job position or title. */
|
|
4991
|
+
POSITION = "POSITION",
|
|
4992
|
+
/** Email address. */
|
|
4993
|
+
EMAIL = "EMAIL",
|
|
4994
|
+
/** Phone number. */
|
|
4995
|
+
PHONE = "PHONE",
|
|
4996
|
+
/** Physical address. */
|
|
4997
|
+
ADDRESS = "ADDRESS",
|
|
4998
|
+
/** Birth date. */
|
|
4999
|
+
BIRTHDATE = "BIRTHDATE",
|
|
5000
|
+
/** Custom field. */
|
|
5001
|
+
CUSTOM_FIELD = "CUSTOM_FIELD",
|
|
5002
|
+
/** Subscription status. */
|
|
5003
|
+
SUBSCRIPTION = "SUBSCRIPTION",
|
|
5004
|
+
/** VAT identification number. */
|
|
5005
|
+
VAT_ID = "VAT_ID"
|
|
5006
|
+
}
|
|
5007
|
+
/** @enumType */
|
|
5008
|
+
type FormFieldContactInfoContactFieldWithLiterals = FormFieldContactInfoContactField | 'UNDEFINED' | 'FIRST_NAME' | 'LAST_NAME' | 'COMPANY' | 'POSITION' | 'EMAIL' | 'PHONE' | 'ADDRESS' | 'BIRTHDATE' | 'CUSTOM_FIELD' | 'SUBSCRIPTION' | 'VAT_ID';
|
|
5009
|
+
interface FormFieldContactInfoEmailInfo {
|
|
5010
|
+
/** Email tag. */
|
|
5011
|
+
tag?: FormFieldContactInfoEmailInfoTagWithLiterals;
|
|
5012
|
+
}
|
|
5013
|
+
interface FormFieldContactInfoPhoneInfo {
|
|
5014
|
+
/** Phone tag. */
|
|
5015
|
+
tag?: FormFieldContactInfoPhoneInfoTagWithLiterals;
|
|
5016
|
+
}
|
|
5017
|
+
interface FormFieldContactInfoAddressInfo {
|
|
5018
|
+
/** Address tag. */
|
|
5019
|
+
tag?: AddressInfoTagWithLiterals;
|
|
5020
|
+
}
|
|
5021
|
+
interface FormFieldContactInfoCustomFieldInfo {
|
|
5022
|
+
/**
|
|
5023
|
+
* Custom field key.
|
|
5024
|
+
* @minLength 1
|
|
5025
|
+
* @maxLength 500
|
|
5026
|
+
*/
|
|
5027
|
+
key?: string;
|
|
5028
|
+
}
|
|
5029
|
+
interface FormFieldContactInfoSubscriptionInfo {
|
|
5030
|
+
/**
|
|
5031
|
+
* Subscription consent opt-in level.
|
|
5032
|
+
* Default: `SINGLE_CONFIRMATION`
|
|
5033
|
+
*/
|
|
5034
|
+
optInLevel?: SubscriptionInfoOptInLevelWithLiterals;
|
|
5035
|
+
}
|
|
5666
5036
|
interface NestedForm {
|
|
5667
5037
|
/**
|
|
5668
5038
|
* Targets which have this form.
|
|
@@ -7299,4 +6669,4 @@ declare function bulkUpdateFormSubmissionTags(): __PublicMethodMetaInfo<'POST',
|
|
|
7299
6669
|
declare function bulkUpdateFormSubmissionTagsByFilter(): __PublicMethodMetaInfo<'POST', {}, BulkUpdateFormSubmissionTagsByFilterRequest$1, BulkUpdateFormSubmissionTagsByFilterRequest, BulkUpdateFormSubmissionTagsByFilterResponse$1, BulkUpdateFormSubmissionTagsByFilterResponse>;
|
|
7300
6670
|
declare function validateFormSubmission(): __PublicMethodMetaInfo<'POST', {}, ValidateFormSubmissionRequest$1, ValidateFormSubmissionRequest, ValidateFormSubmissionResponse$1, ValidateFormSubmissionResponse>;
|
|
7301
6671
|
|
|
7302
|
-
export { type ActionEvent as ActionEventOriginal, type AddressComponentTypeOptionsOneOf as AddressComponentTypeOptionsOneOfOriginal, type AddressInfo as AddressInfoOriginal, AddressInfoTag as AddressInfoTagOriginal, type AddressInfoTagWithLiterals as AddressInfoTagWithLiteralsOriginal, type AddressLine2 as AddressLine2Original, type Address as AddressOriginal, Alignment as AlignmentOriginal, type AlignmentWithLiterals as AlignmentWithLiteralsOriginal, type AllowedValuesOptions as AllowedValuesOptionsOriginal, type AnchorData as AnchorDataOriginal, type AndCondition as AndConditionOriginal, type AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal, type AppEmbedData as AppEmbedDataOriginal, AppType as AppTypeOriginal, type AppTypeWithLiterals as AppTypeWithLiteralsOriginal, type ApplicationError as ApplicationErrorOriginal, type AppointmentFormatInfoOneOf as AppointmentFormatInfoOneOfOriginal, type Appointment as AppointmentOriginal, ArrayComponentType as ArrayComponentTypeOriginal, type ArrayComponentTypeWithLiterals as ArrayComponentTypeWithLiteralsOriginal, type ArrayErrorMessages as ArrayErrorMessagesOriginal, type ArrayItemsItemTypeOptionsOneOf as ArrayItemsItemTypeOptionsOneOfOriginal, ArrayItemsItemType as ArrayItemsItemTypeOriginal, type ArrayItemsItemTypeWithLiterals as ArrayItemsItemTypeWithLiteralsOriginal, type ArrayItems as ArrayItemsOriginal, type ArrayTypeArrayItemsItemsOneOf as ArrayTypeArrayItemsItemsOneOfOriginal, type ArrayTypeArrayItems as ArrayTypeArrayItemsOriginal, type ArrayType as ArrayTypeOriginal, AspectRatio as AspectRatioOriginal, type AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal, type AudioData as AudioDataOriginal, type BackgroundBackgroundOneOf as BackgroundBackgroundOneOfOriginal, type BackgroundImage as BackgroundImageOriginal, type Background as BackgroundOriginal, BackgroundType as BackgroundTypeOriginal, type BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal, type BlockquoteData as BlockquoteDataOriginal, type BookingData as BookingDataOriginal, BooleanComponentType as BooleanComponentTypeOriginal, type BooleanComponentTypeWithLiterals as BooleanComponentTypeWithLiteralsOriginal, type BooleanErrorMessages as BooleanErrorMessagesOriginal, type BooleanType as BooleanTypeOriginal, type BorderColors as BorderColorsOriginal, type Border as BorderOriginal, type BreakPoint as BreakPointOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkCreateSubmissionBySubmitterData as BulkCreateSubmissionBySubmitterDataOriginal, type BulkCreateSubmissionBySubmitterRequest as BulkCreateSubmissionBySubmitterRequestOriginal, type BulkCreateSubmissionBySubmitterResponse as BulkCreateSubmissionBySubmitterResponseOriginal, type BulkDeleteSubmissionRequest as BulkDeleteSubmissionRequestOriginal, type BulkDeleteSubmissionResponse as BulkDeleteSubmissionResponseOriginal, type BulkDeleteSubmissionResult as BulkDeleteSubmissionResultOriginal, type BulkMarkSubmissionsAsSeenRequest as BulkMarkSubmissionsAsSeenRequestOriginal, type BulkMarkSubmissionsAsSeenResponse as BulkMarkSubmissionsAsSeenResponseOriginal, type BulkRemoveSubmissionFromTrashBinRequest as BulkRemoveSubmissionFromTrashBinRequestOriginal, type BulkRemoveSubmissionFromTrashBinResponse as BulkRemoveSubmissionFromTrashBinResponseOriginal, type BulkRemoveSubmissionFromTrashBinResult as BulkRemoveSubmissionFromTrashBinResultOriginal, type BulkSubmissionResult as BulkSubmissionResultOriginal, type BulkUpdateFormSubmissionTagsByFilterRequest as BulkUpdateFormSubmissionTagsByFilterRequestOriginal, type BulkUpdateFormSubmissionTagsByFilterResponse as BulkUpdateFormSubmissionTagsByFilterResponseOriginal, type BulkUpdateFormSubmissionTagsRequest as BulkUpdateFormSubmissionTagsRequestOriginal, type BulkUpdateFormSubmissionTagsResponse as BulkUpdateFormSubmissionTagsResponseOriginal, type BulkUpdateFormSubmissionTagsResult as BulkUpdateFormSubmissionTagsResultOriginal, type BulletedListData as BulletedListDataOriginal, type ButtonData as ButtonDataOriginal, ButtonDataType as ButtonDataTypeOriginal, type ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal, type ButtonStyles as ButtonStylesOriginal, type CaptionData as CaptionDataOriginal, CardStylesAlignment as CardStylesAlignmentOriginal, type CardStylesAlignmentWithLiterals as CardStylesAlignmentWithLiteralsOriginal, type CardStyles as CardStylesOriginal, CardStylesType as CardStylesTypeOriginal, type CardStylesTypeWithLiterals as CardStylesTypeWithLiteralsOriginal, type CellStyle as CellStyleOriginal, ChangeableProperty as ChangeablePropertyOriginal, type ChangeablePropertyWithLiterals as ChangeablePropertyWithLiteralsOriginal, type CheckboxGroup as CheckboxGroupOriginal, type Checkbox as CheckboxOriginal, type Checkout as CheckoutOriginal, type CodeBlockData as CodeBlockDataOriginal, type CollapsibleListData as CollapsibleListDataOriginal, type ColorData as ColorDataOriginal, type Colors as ColorsOriginal, ComponentType as ComponentTypeOriginal, type ComponentTypeWithLiterals as ComponentTypeWithLiteralsOriginal, type ConditionNodeNodeOneOf as ConditionNodeNodeOneOfOriginal, type ConditionNode as ConditionNodeOriginal, type Condition as ConditionOriginal, type ConfirmSubmissionRequest as ConfirmSubmissionRequestOriginal, type ConfirmSubmissionResponse as ConfirmSubmissionResponseOriginal, ConfirmationLevel as ConfirmationLevelOriginal, type ConfirmationLevelWithLiterals as ConfirmationLevelWithLiteralsOriginal, ContactField as ContactFieldOriginal, type ContactFieldWithLiterals as ContactFieldWithLiteralsOriginal, type CountDeletedSubmissionsRequest as CountDeletedSubmissionsRequestOriginal, type CountDeletedSubmissionsResponse as CountDeletedSubmissionsResponseOriginal, type CountSubmissionsByFilterRequest as CountSubmissionsByFilterRequestOriginal, type CountSubmissionsByFilterResponse as CountSubmissionsByFilterResponseOriginal, type CountSubmissionsRequest as CountSubmissionsRequestOriginal, type CountSubmissionsResponse as CountSubmissionsResponseOriginal, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOfOriginal, type CreateCheckoutFromSubmissionRequest as CreateCheckoutFromSubmissionRequestOriginal, type CreateCheckoutFromSubmissionResponse as CreateCheckoutFromSubmissionResponseOriginal, type CreateSubmissionApplicationErrors as CreateSubmissionApplicationErrorsOriginal, type CreateSubmissionBySubmitterRequest as CreateSubmissionBySubmitterRequestOriginal, type CreateSubmissionBySubmitterResponse as CreateSubmissionBySubmitterResponseOriginal, type CreateSubmissionForMigrationRequest as CreateSubmissionForMigrationRequestOriginal, type CreateSubmissionForMigrationResponse as CreateSubmissionForMigrationResponseOriginal, type CreateSubmissionRequest as CreateSubmissionRequestOriginal, type CreateSubmissionResponse as CreateSubmissionResponseOriginal, type CreateSubmissionValidationErrors as CreateSubmissionValidationErrorsOriginal, Crop as CropOriginal, type CropWithLiterals as CropWithLiteralsOriginal, type CursorPagingMetadata as CursorPagingMetadataOriginal, type CursorPaging as CursorPagingOriginal, type CursorQuery as CursorQueryOriginal, type CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal, type CursorSearch as CursorSearchOriginal, type CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOfOriginal, type Cursors as CursorsOriginal, type CustomFieldInfo as CustomFieldInfoOriginal, type CustomOption as CustomOptionOriginal, type DataExtensionsDetails as DataExtensionsDetailsOriginal, type DateInput as DateInputOriginal, type DatePicker as DatePickerOriginal, type DateTimeConstraints as DateTimeConstraintsOriginal, type DateTimeInput as DateTimeInputOriginal, type DecorationDataOneOf as DecorationDataOneOfOriginal, type Decoration as DecorationOriginal, DecorationType as DecorationTypeOriginal, type DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal, type DefaultCountryConfigOptionsOneOf as DefaultCountryConfigOptionsOneOfOriginal, type DefaultCountryConfig as DefaultCountryConfigOriginal, type DeleteSubmissionRequest as DeleteSubmissionRequestOriginal, type DeleteSubmissionResponse as DeleteSubmissionResponseOriginal, type Design as DesignOriginal, type Dimensions as DimensionsOriginal, Direction as DirectionOriginal, type DirectionWithLiterals as DirectionWithLiteralsOriginal, type DisplayFieldDisplayFieldTypeOptionsOneOf as DisplayFieldDisplayFieldTypeOptionsOneOfOriginal, DisplayFieldDisplayFieldType as DisplayFieldDisplayFieldTypeOriginal, type DisplayFieldDisplayFieldTypeWithLiterals as DisplayFieldDisplayFieldTypeWithLiteralsOriginal, type DisplayField as DisplayFieldOriginal, DisplayFieldType as DisplayFieldTypeOriginal, type DisplayFieldTypeWithLiterals as DisplayFieldTypeWithLiteralsOriginal, DividerDataAlignment as DividerDataAlignmentOriginal, type DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal, type DividerData as DividerDataOriginal, type DocumentReady as DocumentReadyOriginal, type DocumentStyle as DocumentStyleOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type DonationInputOption as DonationInputOptionOriginal, type DonationInput as DonationInputOriginal, type DownloadSubmissionRequest as DownloadSubmissionRequestOriginal, type DropdownOption as DropdownOptionOriginal, type Dropdown as DropdownOriginal, type DynamicPriceOptions as DynamicPriceOptionsOriginal, type EmailInfo as EmailInfoOriginal, EmailInfoTag as EmailInfoTagOriginal, type EmailInfoTagWithLiterals as EmailInfoTagWithLiteralsOriginal, type EmbedData as EmbedDataOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, ErrorType as ErrorTypeOriginal, type ErrorTypeWithLiterals as ErrorTypeWithLiteralsOriginal, type EventData as EventDataOriginal, type ExtendedFields as ExtendedFieldsOriginal, type FieldFieldTypeOptionsOneOf as FieldFieldTypeOptionsOneOfOriginal, type FieldGroup as FieldGroupOriginal, type Field as FieldOriginal, type FieldOverride as FieldOverrideOriginal, type FieldOverridePropertyTypeOptionsOneOf as FieldOverridePropertyTypeOptionsOneOfOriginal, type FieldOverrides as FieldOverridesOriginal, FieldType as FieldTypeOriginal, type FieldTypeWithLiterals as FieldTypeWithLiteralsOriginal, type FieldViolationErrorDataOneOf as FieldViolationErrorDataOneOfOriginal, type FieldViolation as FieldViolationOriginal, type FieldsDisplayFieldDisplayFieldTypeOptionsOneOf as FieldsDisplayFieldDisplayFieldTypeOptionsOneOfOriginal, type FieldsDisplayField as FieldsDisplayFieldOriginal, type FieldsOverrides as FieldsOverridesOriginal, type FieldsSettings as FieldsSettingsOriginal, type FileData as FileDataOriginal, type FileSourceDataOneOf as FileSourceDataOneOfOriginal, type FileSource as FileSourceOriginal, type FileType as FileTypeOriginal, type FileUpload as FileUploadOriginal, FirstDayOfWeek as FirstDayOfWeekOriginal, type FirstDayOfWeekWithLiterals as FirstDayOfWeekWithLiteralsOriginal, type FixedPayment as FixedPaymentOriginal, type FixedPriceOptions as FixedPriceOptionsOriginal, type FontSizeData as FontSizeDataOriginal, FontType as FontTypeOriginal, type FontTypeWithLiterals as FontTypeWithLiteralsOriginal, type FormDeletedSubmissionsCount as FormDeletedSubmissionsCountOriginal, type FormFieldArrayType as FormFieldArrayTypeOriginal, type FormFieldBooleanType as FormFieldBooleanTypeOriginal, type FormFieldContactInfoAdditionalInfoOneOf as FormFieldContactInfoAdditionalInfoOneOfOriginal, type FormFieldContactInfoAddressInfo as FormFieldContactInfoAddressInfoOriginal, FormFieldContactInfoContactField as FormFieldContactInfoContactFieldOriginal, type FormFieldContactInfoContactFieldWithLiterals as FormFieldContactInfoContactFieldWithLiteralsOriginal, type FormFieldContactInfoCustomFieldInfo as FormFieldContactInfoCustomFieldInfoOriginal, type FormFieldContactInfoEmailInfo as FormFieldContactInfoEmailInfoOriginal, FormFieldContactInfoEmailInfoTag as FormFieldContactInfoEmailInfoTagOriginal, type FormFieldContactInfoEmailInfoTagWithLiterals as FormFieldContactInfoEmailInfoTagWithLiteralsOriginal, type FormFieldContactInfo as FormFieldContactInfoOriginal, type FormFieldContactInfoPhoneInfo as FormFieldContactInfoPhoneInfoOriginal, FormFieldContactInfoPhoneInfoTag as FormFieldContactInfoPhoneInfoTagOriginal, type FormFieldContactInfoPhoneInfoTagWithLiterals as FormFieldContactInfoPhoneInfoTagWithLiteralsOriginal, type FormFieldContactInfoSubscriptionInfo as FormFieldContactInfoSubscriptionInfoOriginal, type FormFieldNumberType as FormFieldNumberTypeOriginal, type FormFieldObjectType as FormFieldObjectTypeOriginal, type FormField as FormFieldOriginal, type FormFieldStringTypeFormatOptionsOneOf as FormFieldStringTypeFormatOptionsOneOfOriginal, type FormFieldStringType as FormFieldStringTypeOriginal, type FormFieldV2FieldTypeOptionsOneOf as FormFieldV2FieldTypeOptionsOneOfOriginal, FormFieldV2FieldType as FormFieldV2FieldTypeOriginal, type FormFieldV2FieldTypeWithLiterals as FormFieldV2FieldTypeWithLiteralsOriginal, type FormFieldV2InputFieldInputTypeOptionsOneOf as FormFieldV2InputFieldInputTypeOptionsOneOfOriginal, type FormFieldV2InputField as FormFieldV2InputFieldOriginal, type FormFieldV2 as FormFieldV2Original, type FormLayout as FormLayoutOriginal, type Form as FormOriginal, type FormOverride as FormOverrideOriginal, type FormProperties as FormPropertiesOriginal, type FormRule as FormRuleOriginal, type FormSubmission as FormSubmissionOriginal, type FormSubmissionStatusUpdatedEvent as FormSubmissionStatusUpdatedEventOriginal, type FormSubmissionsCount as FormSubmissionsCountOriginal, FormatEnumFormat as FormatEnumFormatOriginal, type FormatEnumFormatWithLiterals as FormatEnumFormatWithLiteralsOriginal, Format as FormatOriginal, type FormatWithLiterals as FormatWithLiteralsOriginal, type FormattedFormSubmission as FormattedFormSubmissionOriginal, type FormattedSubmission as FormattedSubmissionOriginal, type GIFData as GIFDataOriginal, type GIF as GIFOriginal, GIFType as GIFTypeOriginal, type GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal, type GalleryData as GalleryDataOriginal, type GalleryOptionsLayout as GalleryOptionsLayoutOriginal, type GalleryOptions as GalleryOptionsOriginal, type GetDeletedSubmissionRequest as GetDeletedSubmissionRequestOriginal, type GetDeletedSubmissionResponse as GetDeletedSubmissionResponseOriginal, type GetFormattedSubmissionRequest as GetFormattedSubmissionRequestOriginal, type GetFormattedSubmissionResponse as GetFormattedSubmissionResponseOriginal, type GetMediaUploadURLRequest as GetMediaUploadURLRequestOriginal, type GetMediaUploadURLResponse as GetMediaUploadURLResponseOriginal, type GetSubmissionByCheckoutIdRequest as GetSubmissionByCheckoutIdRequestOriginal, type GetSubmissionByCheckoutIdResponse as GetSubmissionByCheckoutIdResponseOriginal, type GetSubmissionDownloadUrlRequest as GetSubmissionDownloadUrlRequestOriginal, type GetSubmissionDownloadUrlResponse as GetSubmissionDownloadUrlResponseOriginal, type GetSubmissionRequest as GetSubmissionRequestOriginal, type GetSubmissionResponse as GetSubmissionResponseOriginal, type Gradient as GradientOriginal, type Group as GroupOriginal, type HTMLDataDataOneOf as HTMLDataDataOneOfOriginal, type HTMLData as HTMLDataOriginal, type HeadersEntry as HeadersEntryOriginal, type HeadingData as HeadingDataOriginal, type Height as HeightOriginal, type HiddenOptions as HiddenOptionsOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, IdentityType as IdentityTypeOriginal, type IdentityTypeWithLiterals as IdentityTypeWithLiteralsOriginal, type ImageData as ImageDataOriginal, type ImageDataStyles as ImageDataStylesOriginal, ImageFit as ImageFitOriginal, type ImageFitWithLiterals as ImageFitWithLiteralsOriginal, type Image as ImageOriginal, ImagePosition as ImagePositionOriginal, type ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal, type ImageStyles as ImageStylesOriginal, type InPersonOptions as InPersonOptionsOriginal, InitialExpandedItems as InitialExpandedItemsOriginal, type InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal, InputFieldArrayComponentType as InputFieldArrayComponentTypeOriginal, type InputFieldArrayComponentTypeWithLiterals as InputFieldArrayComponentTypeWithLiteralsOriginal, type InputFieldArrayTypeArrayItemsItemTypeOptionsOneOf as InputFieldArrayTypeArrayItemsItemTypeOptionsOneOfOriginal, type InputFieldArrayTypeArrayItems as InputFieldArrayTypeArrayItemsOriginal, type InputFieldArrayType as InputFieldArrayTypeOriginal, InputFieldBooleanComponentType as InputFieldBooleanComponentTypeOriginal, type InputFieldBooleanComponentTypeWithLiterals as InputFieldBooleanComponentTypeWithLiteralsOriginal, type InputFieldBooleanType as InputFieldBooleanTypeOriginal, type InputFieldInputTypeOptionsOneOf as InputFieldInputTypeOptionsOneOfOriginal, InputFieldInputType as InputFieldInputTypeOriginal, type InputFieldInputTypeWithLiterals as InputFieldInputTypeWithLiteralsOriginal, type InputFieldIntegerType as InputFieldIntegerTypeOriginal, type InputFieldMultilineAddressComponentTypeOptionsOneOf as InputFieldMultilineAddressComponentTypeOptionsOneOfOriginal, type InputFieldMultilineAddress as InputFieldMultilineAddressOriginal, InputFieldNumberComponentType as InputFieldNumberComponentTypeOriginal, type InputFieldNumberComponentTypeWithLiterals as InputFieldNumberComponentTypeWithLiteralsOriginal, type InputFieldNumberType as InputFieldNumberTypeOriginal, type InputFieldObjectType as InputFieldObjectTypeOriginal, type InputFieldObjectTypePropertiesType as InputFieldObjectTypePropertiesTypeOriginal, type InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOf as InputFieldObjectTypePropertiesTypePropertiesTypeOptionsOneOfOriginal, type InputField as InputFieldOriginal, type InputFieldPaymentComponentTypeOptionsOneOf as InputFieldPaymentComponentTypeOptionsOneOfOriginal, InputFieldPaymentComponentType as InputFieldPaymentComponentTypeOriginal, type InputFieldPaymentComponentTypeWithLiterals as InputFieldPaymentComponentTypeWithLiteralsOriginal, type InputFieldPayment as InputFieldPaymentOriginal, type InputFieldSchedulingComponentTypeOptionsOneOf as InputFieldSchedulingComponentTypeOptionsOneOfOriginal, InputFieldSchedulingComponentType as InputFieldSchedulingComponentTypeOriginal, type InputFieldSchedulingComponentTypeWithLiterals as InputFieldSchedulingComponentTypeWithLiteralsOriginal, type InputFieldScheduling as InputFieldSchedulingOriginal, InputFieldStringComponentType as InputFieldStringComponentTypeOriginal, type InputFieldStringComponentTypeWithLiterals as InputFieldStringComponentTypeWithLiteralsOriginal, type InputFieldStringTypeDateTimeConstraints as InputFieldStringTypeDateTimeConstraintsOriginal, InputFieldStringTypeFormatEnumFormat as InputFieldStringTypeFormatEnumFormatOriginal, type InputFieldStringTypeFormatEnumFormatWithLiterals as InputFieldStringTypeFormatEnumFormatWithLiteralsOriginal, type InputFieldStringTypeFormatOptionsOneOf as InputFieldStringTypeFormatOptionsOneOfOriginal, type InputFieldStringType as InputFieldStringTypeOriginal, type InputFieldStringTypePhoneConstraints as InputFieldStringTypePhoneConstraintsOriginal, type InputFieldWixFileComponentTypeOptionsOneOf as InputFieldWixFileComponentTypeOptionsOneOfOriginal, InputFieldWixFileComponentType as InputFieldWixFileComponentTypeOriginal, type InputFieldWixFileComponentTypeWithLiterals as InputFieldWixFileComponentTypeWithLiteralsOriginal, type InputFieldWixFile as InputFieldWixFileOriginal, type InputField_ArrayComponentTypeOptionsOneOf as InputField_ArrayComponentTypeOptionsOneOfOriginal, type InputField_Array as InputField_ArrayOriginal, type InputField_BooleanComponentTypeOptionsOneOf as InputField_BooleanComponentTypeOptionsOneOfOriginal, type InputField_Boolean as InputField_BooleanOriginal, type InputField_NumberComponentTypeOptionsOneOf as InputField_NumberComponentTypeOptionsOneOfOriginal, type InputField_Number as InputField_NumberOriginal, type InputField_Object as InputField_ObjectOriginal, type InputField_ObjectValidationOneOf as InputField_ObjectValidationOneOfOriginal, type InputField_StringComponentTypeOptionsOneOf as InputField_StringComponentTypeOptionsOneOfOriginal, type InputField_String as InputField_StringOriginal, InputType as InputTypeOriginal, type InputTypeWithLiterals as InputTypeWithLiteralsOriginal, type IntegerType as IntegerTypeOriginal, type IsFormSubmittableRequest as IsFormSubmittableRequestOriginal, type IsFormSubmittableResponse as IsFormSubmittableResponseOriginal, type ItemDataOneOf as ItemDataOneOfOriginal, type ItemImage as ItemImageOriginal, type ItemLayoutItemOneOf as ItemLayoutItemOneOfOriginal, type ItemLayout as ItemLayoutOriginal, type ItemMetadata as ItemMetadataOriginal, type Item as ItemOriginal, type ItemStyle as ItemStyleOriginal, ItemType as ItemTypeOriginal, type ItemTypeWithLiterals as ItemTypeWithLiteralsOriginal, Kind as KindOriginal, type KindWithLiterals as KindWithLiteralsOriginal, type LayoutCellData as LayoutCellDataOriginal, LayoutDataImagePosition as LayoutDataImagePositionOriginal, type LayoutDataImagePositionWithLiterals as LayoutDataImagePositionWithLiteralsOriginal, type LayoutData as LayoutDataOriginal, Layout as LayoutOriginal, LayoutType as LayoutTypeOriginal, type LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal, type LayoutWithLiterals as LayoutWithLiteralsOriginal, type LimitationRule as LimitationRuleOriginal, LineStyle as LineStyleOriginal, type LineStyleWithLiterals as LineStyleWithLiteralsOriginal, type LinkDataOneOf as LinkDataOneOfOriginal, type LinkData as LinkDataOriginal, type Link as LinkOriginal, type LinkPreviewData as LinkPreviewDataOriginal, type LinkPreviewDataStyles as LinkPreviewDataStylesOriginal, LinkTarget as LinkTargetOriginal, type LinkTargetWithLiterals as LinkTargetWithLiteralsOriginal, type ListDeletedSubmissionsRequest as ListDeletedSubmissionsRequestOriginal, type ListDeletedSubmissionsResponse as ListDeletedSubmissionsResponseOriginal, type ListFormattedSubmissionsRequest as ListFormattedSubmissionsRequestOriginal, type ListFormattedSubmissionsResponse as ListFormattedSubmissionsResponseOriginal, type ListValue as ListValueOriginal, type LocationLocationInfoOneOf as LocationLocationInfoOneOfOriginal, type Location as LocationOriginal, type MapData as MapDataOriginal, type MapSettings as MapSettingsOriginal, MapType as MapTypeOriginal, type MapTypeWithLiterals as MapTypeWithLiteralsOriginal, type Margin as MarginOriginal, type MarketingSubscriptionDetails as MarketingSubscriptionDetailsOriginal, type MediaItemMediaOneOf as MediaItemMediaOneOfOriginal, type MediaItem as MediaItemOriginal, type Media as MediaOriginal, type MediaSettings as MediaSettingsOriginal, type MentionData as MentionDataOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type Metadata as MetadataOriginal, Mode as ModeOriginal, type ModeWithLiterals as ModeWithLiteralsOriginal, MultilineAddressComponentType as MultilineAddressComponentTypeOriginal, type MultilineAddressComponentTypeWithLiterals as MultilineAddressComponentTypeWithLiteralsOriginal, type MultilineAddress as MultilineAddressOriginal, type MultilineAddressValidation as MultilineAddressValidationOriginal, type NestedFormFieldOverrides as NestedFormFieldOverridesOriginal, type NestedForm as NestedFormOriginal, type NestedFormOverrides as NestedFormOverridesOriginal, type NodeDataOneOf as NodeDataOneOfOriginal, type Node as NodeOriginal, type NodeStyle as NodeStyleOriginal, NodeType as NodeTypeOriginal, type NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal, NullValue as NullValueOriginal, type NullValueWithLiterals as NullValueWithLiteralsOriginal, NumberComponentType as NumberComponentTypeOriginal, type NumberComponentTypeWithLiterals as NumberComponentTypeWithLiteralsOriginal, type NumberErrorMessages as NumberErrorMessagesOriginal, type NumberInput as NumberInputOriginal, NumberOfColumns as NumberOfColumnsOriginal, type NumberOfColumnsWithLiterals as NumberOfColumnsWithLiteralsOriginal, type NumberType as NumberTypeOriginal, type ObjectArrayComponentTypeOptionsOneOf as ObjectArrayComponentTypeOptionsOneOfOriginal, ObjectArrayComponentType as ObjectArrayComponentTypeOriginal, type ObjectArrayComponentTypeWithLiterals as ObjectArrayComponentTypeWithLiteralsOriginal, type ObjectArray as ObjectArrayOriginal, type ObjectArrayType as ObjectArrayTypeOriginal, type ObjectErrorMessages as ObjectErrorMessagesOriginal, type ObjectType as ObjectTypeOriginal, type ObjectTypePropertiesType as ObjectTypePropertiesTypeOriginal, type ObjectTypePropertiesTypePropertiesTypeOneOf as ObjectTypePropertiesTypePropertiesTypeOneOfOriginal, type Oembed as OembedOriginal, Operator as OperatorOriginal, type OperatorWithLiterals as OperatorWithLiteralsOriginal, OptInLevel as OptInLevelOriginal, type OptInLevelWithLiterals as OptInLevelWithLiteralsOriginal, type OptionDesign as OptionDesignOriginal, type OptionLayout as OptionLayoutOriginal, type Option as OptionOriginal, type OrCondition as OrConditionOriginal, type OrderDetails as OrderDetailsOriginal, type OrderedListData as OrderedListDataOriginal, Orientation as OrientationOriginal, type OrientationWithLiterals as OrientationWithLiteralsOriginal, OverrideEntityTypeEnumOverrideEntityType as OverrideEntityTypeEnumOverrideEntityTypeOriginal, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as OverrideEntityTypeEnumOverrideEntityTypeWithLiteralsOriginal, OverrideEntityType as OverrideEntityTypeOriginal, type OverrideEntityTypeWithLiterals as OverrideEntityTypeWithLiteralsOriginal, type PDFSettings as PDFSettingsOriginal, type PageNavigationOptions as PageNavigationOptionsOriginal, type ParagraphData as ParagraphDataOriginal, type PaymentComponentTypeOptionsOneOf as PaymentComponentTypeOptionsOneOfOriginal, PaymentComponentType as PaymentComponentTypeOriginal, type PaymentComponentTypeWithLiterals as PaymentComponentTypeWithLiteralsOriginal, type PaymentInput as PaymentInputOriginal, type Payment as PaymentOriginal, type PaymentType as PaymentTypeOriginal, type Permissions as PermissionsOriginal, type PhoneConstraints as PhoneConstraintsOriginal, type PhoneInfo as PhoneInfoOriginal, PhoneInfoTag as PhoneInfoTagOriginal, type PhoneInfoTagWithLiterals as PhoneInfoTagWithLiteralsOriginal, type PhoneInput as PhoneInputOriginal, type PhoneOptions as PhoneOptionsOriginal, Placement as PlacementOriginal, type PlacementWithLiterals as PlacementWithLiteralsOriginal, type PlaybackOptions as PlaybackOptionsOriginal, PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal, type PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal, type PluginContainerData as PluginContainerDataOriginal, type PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal, type PluginContainerDataWidth as PluginContainerDataWidthOriginal, type PollDataLayout as PollDataLayoutOriginal, type PollData as PollDataOriginal, type PollDesign as PollDesignOriginal, PollLayoutDirection as PollLayoutDirectionOriginal, type PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal, type PollLayout as PollLayoutOriginal, PollLayoutType as PollLayoutTypeOriginal, type PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal, type PollOption as PollOptionOriginal, type Poll as PollOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type PostSubmissionTriggers as PostSubmissionTriggersOriginal, type PredefinedValidationFormatOptionsOneOf as PredefinedValidationFormatOptionsOneOfOriginal, type PredefinedValidation as PredefinedValidationOriginal, PriceType as PriceTypeOriginal, type PriceTypeWithLiterals as PriceTypeWithLiteralsOriginal, type PricingData as PricingDataOriginal, type ProductCheckboxGroupOption as ProductCheckboxGroupOptionOriginal, type ProductCheckboxGroup as ProductCheckboxGroupOriginal, type Product as ProductOriginal, type ProductPriceOptionsOneOf as ProductPriceOptionsOneOfOriginal, ProductType as ProductTypeOriginal, type ProductTypeWithLiterals as ProductTypeWithLiteralsOriginal, PropertiesTypeEnum as PropertiesTypeEnumOriginal, type PropertiesTypeEnumWithLiterals as PropertiesTypeEnumWithLiteralsOriginal, type PropertiesType as PropertiesTypeOriginal, PropertiesTypePropertiesTypeEnum as PropertiesTypePropertiesTypeEnumOriginal, type PropertiesTypePropertiesTypeEnumWithLiterals as PropertiesTypePropertiesTypeEnumWithLiteralsOriginal, type PropertiesTypePropertiesTypeOptionsOneOf as PropertiesTypePropertiesTypeOptionsOneOfOriginal, type PublicTags as PublicTagsOriginal, type QuantityLimit as QuantityLimitOriginal, type QuerySubmissionRequest as QuerySubmissionRequestOriginal, type QuerySubmissionResponse as QuerySubmissionResponseOriginal, type QuerySubmissionsByNamespaceForExportRequest as QuerySubmissionsByNamespaceForExportRequestOriginal, type QuerySubmissionsByNamespaceForExportResponse as QuerySubmissionsByNamespaceForExportResponseOriginal, type QuerySubmissionsByNamespaceRequest as QuerySubmissionsByNamespaceRequestOriginal, type QuerySubmissionsByNamespaceResponse as QuerySubmissionsByNamespaceResponseOriginal, type RadioGroupOption as RadioGroupOptionOriginal, type RadioGroup as RadioGroupOriginal, type RatingInput as RatingInputOriginal, type RawHttpResponse as RawHttpResponseOriginal, type RedirectOptions as RedirectOptionsOriginal, type Rel as RelOriginal, type RemoveSubmissionFromTrashBinRequest as RemoveSubmissionFromTrashBinRequestOriginal, type RemoveSubmissionFromTrashBinResponse as RemoveSubmissionFromTrashBinResponseOriginal, type RemovedSubmissionFromTrash as RemovedSubmissionFromTrashOriginal, type Repeater as RepeaterOriginal, RequiredIndicator as RequiredIndicatorOriginal, RequiredIndicatorPlacement as RequiredIndicatorPlacementOriginal, type RequiredIndicatorPlacementWithLiterals as RequiredIndicatorPlacementWithLiteralsOriginal, type RequiredIndicatorProperties as RequiredIndicatorPropertiesOriginal, type RequiredIndicatorWithLiterals as RequiredIndicatorWithLiteralsOriginal, type RequiredOptions as RequiredOptionsOriginal, Resizing as ResizingOriginal, type ResizingWithLiterals as ResizingWithLiteralsOriginal, ResponsivenessBehaviour as ResponsivenessBehaviourOriginal, type ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal, type RestoreInfo as RestoreInfoOriginal, type RestoreSubmissionFromTrashBinRequest as RestoreSubmissionFromTrashBinRequestOriginal, type RestoreSubmissionFromTrashBinResponse as RestoreSubmissionFromTrashBinResponseOriginal, type RibbonStyles as RibbonStylesOriginal, type RichContentOptions as RichContentOptionsOriginal, type RichContent as RichContentOriginal, type RuleFormOverrideEntityTypeOptionsOneOf as RuleFormOverrideEntityTypeOptionsOneOfOriginal, type RuleFormOverride as RuleFormOverrideOriginal, type Rule as RuleOriginal, Scaling as ScalingOriginal, type ScalingWithLiterals as ScalingWithLiteralsOriginal, type SchedulingComponentTypeOptionsOneOf as SchedulingComponentTypeOptionsOneOfOriginal, SchedulingComponentType as SchedulingComponentTypeOriginal, type SchedulingComponentTypeWithLiterals as SchedulingComponentTypeWithLiteralsOriginal, type Scheduling as SchedulingOriginal, type SearchDetails as SearchDetailsOriginal, type SearchSubmissionsByNamespaceForExportRequest as SearchSubmissionsByNamespaceForExportRequestOriginal, type SearchSubmissionsByNamespaceForExportResponse as SearchSubmissionsByNamespaceForExportResponseOriginal, type SearchSubmissionsByNamespaceRequest as SearchSubmissionsByNamespaceRequestOriginal, type SearchSubmissionsByNamespaceResponse as SearchSubmissionsByNamespaceResponseOriginal, type Section as SectionOriginal, type ServiceOption as ServiceOptionOriginal, type ServicesCheckboxGroup as ServicesCheckboxGroupOriginal, type ServicesDropdown as ServicesDropdownOriginal, type Settings as SettingsOriginal, type Signature as SignatureOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, type Sorting as SortingOriginal, Source as SourceOriginal, type SourceWithLiterals as SourceWithLiteralsOriginal, SpamFilterProtectionLevel as SpamFilterProtectionLevelOriginal, type SpamFilterProtectionLevelWithLiterals as SpamFilterProtectionLevelWithLiteralsOriginal, type SpoilerData as SpoilerDataOriginal, type Spoiler as SpoilerOriginal, Status as StatusOriginal, type StatusWithLiterals as StatusWithLiteralsOriginal, type Step as StepOriginal, StringComponentType as StringComponentTypeOriginal, type StringComponentTypeWithLiterals as StringComponentTypeWithLiteralsOriginal, type StringErrorMessages as StringErrorMessagesOriginal, type StringTypeDateTimeConstraints as StringTypeDateTimeConstraintsOriginal, StringTypeFormatEnumFormat as StringTypeFormatEnumFormatOriginal, type StringTypeFormatEnumFormatWithLiterals as StringTypeFormatEnumFormatWithLiteralsOriginal, type StringTypeFormatOptionsOneOf as StringTypeFormatOptionsOneOfOriginal, type StringType as StringTypeOriginal, type StringTypePhoneConstraints as StringTypePhoneConstraintsOriginal, type StringTypeValidationMessages as StringTypeValidationMessagesOriginal, type StylesBorder as StylesBorderOriginal, type Styles as StylesOriginal, StylesPosition as StylesPositionOriginal, type StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal, type SubmissionContactMapped as SubmissionContactMappedOriginal, type SubmissionContactMappingSkipped as SubmissionContactMappingSkippedOriginal, type SubmissionDocumentDocumentOneOf as SubmissionDocumentDocumentOneOfOriginal, type SubmissionDocument as SubmissionDocumentOriginal, SubmissionErrorType as SubmissionErrorTypeOriginal, type SubmissionErrorTypeWithLiterals as SubmissionErrorTypeWithLiteralsOriginal, SubmissionStatus as SubmissionStatusOriginal, type SubmissionStatusWithLiterals as SubmissionStatusWithLiteralsOriginal, type SubmissionValidationErrorErrorMessageOneOf as SubmissionValidationErrorErrorMessageOneOfOriginal, type SubmissionValidationError as SubmissionValidationErrorOriginal, type SubmissionValidationErrorsDetails as SubmissionValidationErrorsDetailsOriginal, type SubmissionValidationErrors as SubmissionValidationErrorsOriginal, type SubmitContactResponse as SubmitContactResponseOriginal, type SubmitSettings as SubmitSettingsOriginal, type SubmitSettingsSubmitSuccessActionOptionsOneOf as SubmitSettingsSubmitSuccessActionOptionsOneOfOriginal, SubmitSuccessAction as SubmitSuccessActionOriginal, type SubmitSuccessActionWithLiterals as SubmitSuccessActionWithLiteralsOriginal, type Submitter as SubmitterOriginal, type SubmitterSubmitterOneOf as SubmitterSubmitterOneOfOriginal, SubscriptionInfoOptInLevel as SubscriptionInfoOptInLevelOriginal, type SubscriptionInfoOptInLevelWithLiterals as SubscriptionInfoOptInLevelWithLiteralsOriginal, type SubscriptionInfo as SubscriptionInfoOriginal, type TableCellData as TableCellDataOriginal, type TableData as TableDataOriginal, type TagList as TagListOriginal, Tag as TagOriginal, type TagWithLiterals as TagWithLiteralsOriginal, type TagsOption as TagsOptionOriginal, type Tags as TagsOriginal, Target as TargetOriginal, type TargetWithLiterals as TargetWithLiteralsOriginal, TextAlignment as TextAlignmentOriginal, type TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal, type TextData as TextDataOriginal, type TextInput as TextInputOriginal, type TextNodeStyle as TextNodeStyleOriginal, type TextStyle as TextStyleOriginal, type ThankYouMessageOptions as ThankYouMessageOptionsOriginal, ThumbnailsAlignment as ThumbnailsAlignmentOriginal, type ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal, type Thumbnails as ThumbnailsOriginal, type TimeInput as TimeInputOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequestOriginal, type UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponseOriginal, type UpdateSubmissionRequest as UpdateSubmissionRequestOriginal, type UpdateSubmissionResponse as UpdateSubmissionResponseOriginal, type UpdateSubmissionValidationErrors as UpdateSubmissionValidationErrorsOriginal, UploadFileFormat as UploadFileFormatOriginal, type UploadFileFormatWithLiterals as UploadFileFormatWithLiteralsOriginal, type UpsertContactFromSubmissionRequest as UpsertContactFromSubmissionRequestOriginal, type UpsertContactFromSubmissionResponse as UpsertContactFromSubmissionResponseOriginal, type UpsertContact as UpsertContactOriginal, type V4FormFieldContactInfoAdditionalInfoOneOf as V4FormFieldContactInfoAdditionalInfoOneOfOriginal, type V4FormFieldContactInfo as V4FormFieldContactInfoOriginal, type V4PageNavigationOptions as V4PageNavigationOptionsOriginal, type V4RichContentOptions as V4RichContentOptionsOriginal, type ValidateFormSubmissionRequest as ValidateFormSubmissionRequestOriginal, type ValidateFormSubmissionResponse as ValidateFormSubmissionResponseOriginal, type ValidationError as ValidationErrorOriginal, ValidationFormat as ValidationFormatOriginal, type ValidationFormatWithLiterals as ValidationFormatWithLiteralsOriginal, type ValidationMessages as ValidationMessagesOriginal, type Validation as ValidationOriginal, type ValidationValidationOneOf as ValidationValidationOneOfOriginal, VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal, type VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal, VerticalAlignment as VerticalAlignmentOriginal, type VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal, type VideoConferenceOptions as VideoConferenceOptionsOriginal, type VideoData as VideoDataOriginal, type Video as VideoOriginal, ViewMode as ViewModeOriginal, type ViewModeWithLiterals as ViewModeWithLiteralsOriginal, ViewRole as ViewRoleOriginal, type ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal, VoteRole as VoteRoleOriginal, type VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, Width as WidthOriginal, WidthType as WidthTypeOriginal, type WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal, type WidthWithLiterals as WidthWithLiteralsOriginal, type WixFileComponentTypeOptionsOneOf as WixFileComponentTypeOptionsOneOfOriginal, WixFileComponentType as WixFileComponentTypeOriginal, type WixFileComponentTypeWithLiterals as WixFileComponentTypeWithLiteralsOriginal, type WixFile as WixFileOriginal, type _ArrayComponentTypeOptionsOneOf as _ArrayComponentTypeOptionsOneOfOriginal, type _Array as _ArrayOriginal, type _BooleanComponentTypeOptionsOneOf as _BooleanComponentTypeOptionsOneOfOriginal, type _Boolean as _BooleanOriginal, type _NumberComponentTypeOptionsOneOf as _NumberComponentTypeOptionsOneOfOriginal, type _Number as _NumberOriginal, type _Object as _ObjectOriginal, type _StringComponentTypeOptionsOneOf as _StringComponentTypeOptionsOneOfOriginal, type _String as _StringOriginal, type __PublicMethodMetaInfo, bulkDeleteSubmission, bulkMarkSubmissionsAsSeen, bulkRemoveSubmissionFromTrashBin, bulkUpdateFormSubmissionTags, bulkUpdateFormSubmissionTagsByFilter, confirmSubmission, countDeletedSubmissions, countSubmissions, countSubmissionsByFilter, createSubmission, deleteSubmission, downloadSubmission, getDeletedSubmission, getFormattedSubmission, getMediaUploadUrl, getSubmission, getSubmissionDownloadUrl, listDeletedSubmissions, querySubmission, querySubmissionsByNamespace, removeSubmissionFromTrashBin, restoreSubmissionFromTrashBin, searchSubmissionsByNamespace, updateExtendedFields, updateSubmission, upsertContactFromSubmission, validateFormSubmission };
|
|
6672
|
+
export { type ActionEvent as ActionEventOriginal, type AddressComponentTypeOptionsOneOf as AddressComponentTypeOptionsOneOfOriginal, type AddressInfo as AddressInfoOriginal, AddressInfoTag as AddressInfoTagOriginal, type AddressInfoTagWithLiterals as AddressInfoTagWithLiteralsOriginal, type AddressLine2 as AddressLine2Original, type Address as AddressOriginal, Alignment as AlignmentOriginal, type AlignmentWithLiterals as AlignmentWithLiteralsOriginal, type AllowedValuesOptions as AllowedValuesOptionsOriginal, type AnchorData as AnchorDataOriginal, type AndCondition as AndConditionOriginal, type AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal, type AppEmbedData as AppEmbedDataOriginal, AppType as AppTypeOriginal, type AppTypeWithLiterals as AppTypeWithLiteralsOriginal, type ApplicationError as ApplicationErrorOriginal, type AppointmentFormatInfoOneOf as AppointmentFormatInfoOneOfOriginal, type Appointment as AppointmentOriginal, ArrayComponentType as ArrayComponentTypeOriginal, type ArrayComponentTypeWithLiterals as ArrayComponentTypeWithLiteralsOriginal, type ArrayErrorMessages as ArrayErrorMessagesOriginal, type ArrayItemsItemTypeOptionsOneOf as ArrayItemsItemTypeOptionsOneOfOriginal, type ArrayItems as ArrayItemsOriginal, type ArrayTypeArrayItemsItemsOneOf as ArrayTypeArrayItemsItemsOneOfOriginal, type ArrayTypeArrayItems as ArrayTypeArrayItemsOriginal, type ArrayType as ArrayTypeOriginal, AspectRatio as AspectRatioOriginal, type AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal, type AudioData as AudioDataOriginal, type BackgroundBackgroundOneOf as BackgroundBackgroundOneOfOriginal, type BackgroundImage as BackgroundImageOriginal, type Background as BackgroundOriginal, BackgroundType as BackgroundTypeOriginal, type BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal, type BlockquoteData as BlockquoteDataOriginal, type BookingData as BookingDataOriginal, BooleanComponentType as BooleanComponentTypeOriginal, type BooleanComponentTypeWithLiterals as BooleanComponentTypeWithLiteralsOriginal, type BooleanErrorMessages as BooleanErrorMessagesOriginal, type BooleanType as BooleanTypeOriginal, type BorderColors as BorderColorsOriginal, type Border as BorderOriginal, type BorderWidths as BorderWidthsOriginal, type BreakPoint as BreakPointOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkCreateSubmissionBySubmitterData as BulkCreateSubmissionBySubmitterDataOriginal, type BulkCreateSubmissionBySubmitterRequest as BulkCreateSubmissionBySubmitterRequestOriginal, type BulkCreateSubmissionBySubmitterResponse as BulkCreateSubmissionBySubmitterResponseOriginal, type BulkDeleteSubmissionRequest as BulkDeleteSubmissionRequestOriginal, type BulkDeleteSubmissionResponse as BulkDeleteSubmissionResponseOriginal, type BulkDeleteSubmissionResult as BulkDeleteSubmissionResultOriginal, type BulkMarkSubmissionsAsSeenRequest as BulkMarkSubmissionsAsSeenRequestOriginal, type BulkMarkSubmissionsAsSeenResponse as BulkMarkSubmissionsAsSeenResponseOriginal, type BulkRemoveSubmissionFromTrashBinRequest as BulkRemoveSubmissionFromTrashBinRequestOriginal, type BulkRemoveSubmissionFromTrashBinResponse as BulkRemoveSubmissionFromTrashBinResponseOriginal, type BulkRemoveSubmissionFromTrashBinResult as BulkRemoveSubmissionFromTrashBinResultOriginal, type BulkSubmissionResult as BulkSubmissionResultOriginal, type BulkUpdateFormSubmissionTagsByFilterRequest as BulkUpdateFormSubmissionTagsByFilterRequestOriginal, type BulkUpdateFormSubmissionTagsByFilterResponse as BulkUpdateFormSubmissionTagsByFilterResponseOriginal, type BulkUpdateFormSubmissionTagsRequest as BulkUpdateFormSubmissionTagsRequestOriginal, type BulkUpdateFormSubmissionTagsResponse as BulkUpdateFormSubmissionTagsResponseOriginal, type BulkUpdateFormSubmissionTagsResult as BulkUpdateFormSubmissionTagsResultOriginal, type BulletedListData as BulletedListDataOriginal, type ButtonData as ButtonDataOriginal, ButtonDataType as ButtonDataTypeOriginal, type ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal, type ButtonStyles as ButtonStylesOriginal, type CaptionData as CaptionDataOriginal, CardStylesAlignment as CardStylesAlignmentOriginal, type CardStylesAlignmentWithLiterals as CardStylesAlignmentWithLiteralsOriginal, type CardStyles as CardStylesOriginal, CardStylesType as CardStylesTypeOriginal, type CardStylesTypeWithLiterals as CardStylesTypeWithLiteralsOriginal, type CellStyle as CellStyleOriginal, ChangeableProperty as ChangeablePropertyOriginal, type ChangeablePropertyWithLiterals as ChangeablePropertyWithLiteralsOriginal, type CheckboxGroup as CheckboxGroupOriginal, type Checkbox as CheckboxOriginal, type Checkout as CheckoutOriginal, type CodeBlockData as CodeBlockDataOriginal, type CollapsibleListData as CollapsibleListDataOriginal, type ColorData as ColorDataOriginal, type Colors as ColorsOriginal, ComponentType as ComponentTypeOriginal, type ComponentTypeWithLiterals as ComponentTypeWithLiteralsOriginal, type ConditionNodeNodeOneOf as ConditionNodeNodeOneOfOriginal, type ConditionNode as ConditionNodeOriginal, type Condition as ConditionOriginal, type ConfirmSubmissionRequest as ConfirmSubmissionRequestOriginal, type ConfirmSubmissionResponse as ConfirmSubmissionResponseOriginal, ConfirmationLevel as ConfirmationLevelOriginal, type ConfirmationLevelWithLiterals as ConfirmationLevelWithLiteralsOriginal, ContactField as ContactFieldOriginal, type ContactFieldWithLiterals as ContactFieldWithLiteralsOriginal, type CountDeletedSubmissionsRequest as CountDeletedSubmissionsRequestOriginal, type CountDeletedSubmissionsResponse as CountDeletedSubmissionsResponseOriginal, type CountSubmissionsByFilterRequest as CountSubmissionsByFilterRequestOriginal, type CountSubmissionsByFilterResponse as CountSubmissionsByFilterResponseOriginal, type CountSubmissionsRequest as CountSubmissionsRequestOriginal, type CountSubmissionsResponse as CountSubmissionsResponseOriginal, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOfOriginal, type CreateCheckoutFromSubmissionRequest as CreateCheckoutFromSubmissionRequestOriginal, type CreateCheckoutFromSubmissionResponse as CreateCheckoutFromSubmissionResponseOriginal, type CreateSubmissionApplicationErrors as CreateSubmissionApplicationErrorsOriginal, type CreateSubmissionBySubmitterRequest as CreateSubmissionBySubmitterRequestOriginal, type CreateSubmissionBySubmitterResponse as CreateSubmissionBySubmitterResponseOriginal, type CreateSubmissionForMigrationRequest as CreateSubmissionForMigrationRequestOriginal, type CreateSubmissionForMigrationResponse as CreateSubmissionForMigrationResponseOriginal, type CreateSubmissionRequest as CreateSubmissionRequestOriginal, type CreateSubmissionResponse as CreateSubmissionResponseOriginal, type CreateSubmissionValidationErrors as CreateSubmissionValidationErrorsOriginal, Crop as CropOriginal, type CropWithLiterals as CropWithLiteralsOriginal, type CursorPagingMetadata as CursorPagingMetadataOriginal, type CursorPaging as CursorPagingOriginal, type CursorQuery as CursorQueryOriginal, type CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal, type CursorSearch as CursorSearchOriginal, type CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOfOriginal, type Cursors as CursorsOriginal, type CustomFieldInfo as CustomFieldInfoOriginal, type CustomOption as CustomOptionOriginal, type DataExtensionsDetails as DataExtensionsDetailsOriginal, type DateInput as DateInputOriginal, type DatePicker as DatePickerOriginal, type DateTimeConstraints as DateTimeConstraintsOriginal, type DateTimeInput as DateTimeInputOriginal, type DecorationDataOneOf as DecorationDataOneOfOriginal, type Decoration as DecorationOriginal, DecorationType as DecorationTypeOriginal, type DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal, type DefaultCountryConfigOptionsOneOf as DefaultCountryConfigOptionsOneOfOriginal, type DefaultCountryConfig as DefaultCountryConfigOriginal, type DeleteSubmissionRequest as DeleteSubmissionRequestOriginal, type DeleteSubmissionResponse as DeleteSubmissionResponseOriginal, type Design as DesignOriginal, type Dimensions as DimensionsOriginal, Direction as DirectionOriginal, type DirectionWithLiterals as DirectionWithLiteralsOriginal, type DisplayFieldDisplayFieldTypeOptionsOneOf as DisplayFieldDisplayFieldTypeOptionsOneOfOriginal, type DisplayField as DisplayFieldOriginal, DisplayFieldType as DisplayFieldTypeOriginal, type DisplayFieldTypeWithLiterals as DisplayFieldTypeWithLiteralsOriginal, DividerDataAlignment as DividerDataAlignmentOriginal, type DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal, type DividerData as DividerDataOriginal, type DocumentReady as DocumentReadyOriginal, type DocumentStyle as DocumentStyleOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type DonationInputOption as DonationInputOptionOriginal, type DonationInput as DonationInputOriginal, type DownloadSubmissionRequest as DownloadSubmissionRequestOriginal, type DropdownOption as DropdownOptionOriginal, type Dropdown as DropdownOriginal, type DynamicPriceOptions as DynamicPriceOptionsOriginal, type EmailInfo as EmailInfoOriginal, EmailInfoTag as EmailInfoTagOriginal, type EmailInfoTagWithLiterals as EmailInfoTagWithLiteralsOriginal, type EmbedData as EmbedDataOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, ErrorType as ErrorTypeOriginal, type ErrorTypeWithLiterals as ErrorTypeWithLiteralsOriginal, type EventData as EventDataOriginal, type ExtendedFields as ExtendedFieldsOriginal, type FieldFieldTypeOptionsOneOf as FieldFieldTypeOptionsOneOfOriginal, type FieldGroup as FieldGroupOriginal, type Field as FieldOriginal, type FieldOverride as FieldOverrideOriginal, type FieldOverridePropertyTypeOptionsOneOf as FieldOverridePropertyTypeOptionsOneOfOriginal, type FieldOverrides as FieldOverridesOriginal, FieldType as FieldTypeOriginal, type FieldTypeWithLiterals as FieldTypeWithLiteralsOriginal, type FieldViolationErrorDataOneOf as FieldViolationErrorDataOneOfOriginal, type FieldViolation as FieldViolationOriginal, type FieldsOverrides as FieldsOverridesOriginal, type FieldsSettings as FieldsSettingsOriginal, type FileData as FileDataOriginal, type FileSourceDataOneOf as FileSourceDataOneOfOriginal, type FileSource as FileSourceOriginal, type FileType as FileTypeOriginal, type FileUpload as FileUploadOriginal, FirstDayOfWeek as FirstDayOfWeekOriginal, type FirstDayOfWeekWithLiterals as FirstDayOfWeekWithLiteralsOriginal, type FixedPayment as FixedPaymentOriginal, type FixedPriceOptions as FixedPriceOptionsOriginal, type FontFamilyData as FontFamilyDataOriginal, type FontSizeData as FontSizeDataOriginal, FontType as FontTypeOriginal, type FontTypeWithLiterals as FontTypeWithLiteralsOriginal, type FormDeletedSubmissionsCount as FormDeletedSubmissionsCountOriginal, type FormFieldArrayType as FormFieldArrayTypeOriginal, type FormFieldBooleanType as FormFieldBooleanTypeOriginal, type FormFieldContactInfoAdditionalInfoOneOf as FormFieldContactInfoAdditionalInfoOneOfOriginal, type FormFieldContactInfoAddressInfo as FormFieldContactInfoAddressInfoOriginal, FormFieldContactInfoContactField as FormFieldContactInfoContactFieldOriginal, type FormFieldContactInfoContactFieldWithLiterals as FormFieldContactInfoContactFieldWithLiteralsOriginal, type FormFieldContactInfoCustomFieldInfo as FormFieldContactInfoCustomFieldInfoOriginal, type FormFieldContactInfoEmailInfo as FormFieldContactInfoEmailInfoOriginal, FormFieldContactInfoEmailInfoTag as FormFieldContactInfoEmailInfoTagOriginal, type FormFieldContactInfoEmailInfoTagWithLiterals as FormFieldContactInfoEmailInfoTagWithLiteralsOriginal, type FormFieldContactInfo as FormFieldContactInfoOriginal, type FormFieldContactInfoPhoneInfo as FormFieldContactInfoPhoneInfoOriginal, FormFieldContactInfoPhoneInfoTag as FormFieldContactInfoPhoneInfoTagOriginal, type FormFieldContactInfoPhoneInfoTagWithLiterals as FormFieldContactInfoPhoneInfoTagWithLiteralsOriginal, type FormFieldContactInfoSubscriptionInfo as FormFieldContactInfoSubscriptionInfoOriginal, type FormFieldNumberType as FormFieldNumberTypeOriginal, type FormFieldObjectType as FormFieldObjectTypeOriginal, type FormField as FormFieldOriginal, type FormFieldStringTypeFormatOptionsOneOf as FormFieldStringTypeFormatOptionsOneOfOriginal, type FormFieldStringType as FormFieldStringTypeOriginal, type FormLayout as FormLayoutOriginal, type Form as FormOriginal, type FormOverride as FormOverrideOriginal, type FormProperties as FormPropertiesOriginal, type FormRule as FormRuleOriginal, type FormSubmission as FormSubmissionOriginal, type FormSubmissionStatusUpdatedEvent as FormSubmissionStatusUpdatedEventOriginal, type FormSubmissionsCount as FormSubmissionsCountOriginal, FormatEnumFormat as FormatEnumFormatOriginal, type FormatEnumFormatWithLiterals as FormatEnumFormatWithLiteralsOriginal, Format as FormatOriginal, type FormatWithLiterals as FormatWithLiteralsOriginal, type FormattedFormSubmission as FormattedFormSubmissionOriginal, type FormattedSubmission as FormattedSubmissionOriginal, type GIFData as GIFDataOriginal, type GIF as GIFOriginal, GIFType as GIFTypeOriginal, type GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal, type GalleryData as GalleryDataOriginal, type GalleryOptionsLayout as GalleryOptionsLayoutOriginal, type GalleryOptions as GalleryOptionsOriginal, type GetDeletedSubmissionRequest as GetDeletedSubmissionRequestOriginal, type GetDeletedSubmissionResponse as GetDeletedSubmissionResponseOriginal, type GetFormattedSubmissionRequest as GetFormattedSubmissionRequestOriginal, type GetFormattedSubmissionResponse as GetFormattedSubmissionResponseOriginal, type GetMediaUploadURLRequest as GetMediaUploadURLRequestOriginal, type GetMediaUploadURLResponse as GetMediaUploadURLResponseOriginal, type GetSubmissionByCheckoutIdRequest as GetSubmissionByCheckoutIdRequestOriginal, type GetSubmissionByCheckoutIdResponse as GetSubmissionByCheckoutIdResponseOriginal, type GetSubmissionDownloadUrlRequest as GetSubmissionDownloadUrlRequestOriginal, type GetSubmissionDownloadUrlResponse as GetSubmissionDownloadUrlResponseOriginal, type GetSubmissionRequest as GetSubmissionRequestOriginal, type GetSubmissionResponse as GetSubmissionResponseOriginal, type Gradient as GradientOriginal, type Group as GroupOriginal, type HTMLDataDataOneOf as HTMLDataDataOneOfOriginal, type HTMLData as HTMLDataOriginal, type HeadersEntry as HeadersEntryOriginal, type HeadingData as HeadingDataOriginal, type Height as HeightOriginal, type HiddenOptions as HiddenOptionsOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, IdentityType as IdentityTypeOriginal, type IdentityTypeWithLiterals as IdentityTypeWithLiteralsOriginal, type ImageData as ImageDataOriginal, type ImageDataStyles as ImageDataStylesOriginal, ImageFit as ImageFitOriginal, type ImageFitWithLiterals as ImageFitWithLiteralsOriginal, type Image as ImageOriginal, ImagePosition as ImagePositionOriginal, type ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal, type ImageStyles as ImageStylesOriginal, type InPersonOptions as InPersonOptionsOriginal, InitialExpandedItems as InitialExpandedItemsOriginal, type InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal, type InputFieldInputTypeOptionsOneOf as InputFieldInputTypeOptionsOneOfOriginal, type InputField as InputFieldOriginal, InputType as InputTypeOriginal, type InputTypeWithLiterals as InputTypeWithLiteralsOriginal, type IntegerType as IntegerTypeOriginal, type IsFormSubmittableRequest as IsFormSubmittableRequestOriginal, type IsFormSubmittableResponse as IsFormSubmittableResponseOriginal, type ItemDataOneOf as ItemDataOneOfOriginal, type ItemImage as ItemImageOriginal, type ItemLayoutItemOneOf as ItemLayoutItemOneOfOriginal, type ItemLayout as ItemLayoutOriginal, type ItemMetadata as ItemMetadataOriginal, type Item as ItemOriginal, type ItemStyle as ItemStyleOriginal, ItemType as ItemTypeOriginal, type ItemTypeWithLiterals as ItemTypeWithLiteralsOriginal, Kind as KindOriginal, type KindWithLiterals as KindWithLiteralsOriginal, type LayoutCellData as LayoutCellDataOriginal, LayoutDataImagePosition as LayoutDataImagePositionOriginal, type LayoutDataImagePositionWithLiterals as LayoutDataImagePositionWithLiteralsOriginal, type LayoutData as LayoutDataOriginal, Layout as LayoutOriginal, LayoutType as LayoutTypeOriginal, type LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal, type LayoutWithLiterals as LayoutWithLiteralsOriginal, type LimitationRule as LimitationRuleOriginal, LineStyle as LineStyleOriginal, type LineStyleWithLiterals as LineStyleWithLiteralsOriginal, type LinkDataOneOf as LinkDataOneOfOriginal, type LinkData as LinkDataOriginal, type Link as LinkOriginal, type LinkPreviewData as LinkPreviewDataOriginal, type LinkPreviewDataStyles as LinkPreviewDataStylesOriginal, LinkTarget as LinkTargetOriginal, type LinkTargetWithLiterals as LinkTargetWithLiteralsOriginal, type ListDeletedSubmissionsRequest as ListDeletedSubmissionsRequestOriginal, type ListDeletedSubmissionsResponse as ListDeletedSubmissionsResponseOriginal, type ListFormattedSubmissionsRequest as ListFormattedSubmissionsRequestOriginal, type ListFormattedSubmissionsResponse as ListFormattedSubmissionsResponseOriginal, type ListValue as ListValueOriginal, type LocationLocationInfoOneOf as LocationLocationInfoOneOfOriginal, type Location as LocationOriginal, type MapData as MapDataOriginal, type MapSettings as MapSettingsOriginal, MapType as MapTypeOriginal, type MapTypeWithLiterals as MapTypeWithLiteralsOriginal, type Margin as MarginOriginal, type MarketingSubscriptionDetails as MarketingSubscriptionDetailsOriginal, type MediaItemMediaOneOf as MediaItemMediaOneOfOriginal, type MediaItem as MediaItemOriginal, type Media as MediaOriginal, type MediaSettings as MediaSettingsOriginal, type MentionData as MentionDataOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type Metadata as MetadataOriginal, Mode as ModeOriginal, type ModeWithLiterals as ModeWithLiteralsOriginal, type MultilineAddress as MultilineAddressOriginal, type MultilineAddressValidation as MultilineAddressValidationOriginal, type NestedFormFieldOverrides as NestedFormFieldOverridesOriginal, type NestedForm as NestedFormOriginal, type NestedFormOverrides as NestedFormOverridesOriginal, type NodeDataOneOf as NodeDataOneOfOriginal, type Node as NodeOriginal, type NodeStyle as NodeStyleOriginal, NodeType as NodeTypeOriginal, type NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal, NullValue as NullValueOriginal, type NullValueWithLiterals as NullValueWithLiteralsOriginal, NumberComponentType as NumberComponentTypeOriginal, type NumberComponentTypeWithLiterals as NumberComponentTypeWithLiteralsOriginal, type NumberErrorMessages as NumberErrorMessagesOriginal, type NumberInput as NumberInputOriginal, NumberOfColumns as NumberOfColumnsOriginal, type NumberOfColumnsWithLiterals as NumberOfColumnsWithLiteralsOriginal, type NumberType as NumberTypeOriginal, type ObjectArrayComponentTypeOptionsOneOf as ObjectArrayComponentTypeOptionsOneOfOriginal, ObjectArrayComponentType as ObjectArrayComponentTypeOriginal, type ObjectArrayComponentTypeWithLiterals as ObjectArrayComponentTypeWithLiteralsOriginal, type ObjectArray as ObjectArrayOriginal, type ObjectArrayType as ObjectArrayTypeOriginal, type ObjectErrorMessages as ObjectErrorMessagesOriginal, type ObjectType as ObjectTypeOriginal, type ObjectTypePropertiesType as ObjectTypePropertiesTypeOriginal, type ObjectTypePropertiesTypePropertiesTypeOneOf as ObjectTypePropertiesTypePropertiesTypeOneOfOriginal, type Oembed as OembedOriginal, Operator as OperatorOriginal, type OperatorWithLiterals as OperatorWithLiteralsOriginal, OptInLevel as OptInLevelOriginal, type OptInLevelWithLiterals as OptInLevelWithLiteralsOriginal, type OptionDesign as OptionDesignOriginal, type OptionLayout as OptionLayoutOriginal, type Option as OptionOriginal, type OrCondition as OrConditionOriginal, type OrderDetails as OrderDetailsOriginal, type OrderedListData as OrderedListDataOriginal, Orientation as OrientationOriginal, type OrientationWithLiterals as OrientationWithLiteralsOriginal, OverrideEntityTypeEnumOverrideEntityType as OverrideEntityTypeEnumOverrideEntityTypeOriginal, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as OverrideEntityTypeEnumOverrideEntityTypeWithLiteralsOriginal, OverrideEntityType as OverrideEntityTypeOriginal, type OverrideEntityTypeWithLiterals as OverrideEntityTypeWithLiteralsOriginal, type PDFSettings as PDFSettingsOriginal, type PageNavigationOptions as PageNavigationOptionsOriginal, type ParagraphData as ParagraphDataOriginal, type PaymentComponentTypeOptionsOneOf as PaymentComponentTypeOptionsOneOfOriginal, PaymentComponentType as PaymentComponentTypeOriginal, type PaymentComponentTypeWithLiterals as PaymentComponentTypeWithLiteralsOriginal, type PaymentInput as PaymentInputOriginal, type Payment as PaymentOriginal, type PaymentType as PaymentTypeOriginal, type Permissions as PermissionsOriginal, type PhoneConstraints as PhoneConstraintsOriginal, type PhoneInfo as PhoneInfoOriginal, PhoneInfoTag as PhoneInfoTagOriginal, type PhoneInfoTagWithLiterals as PhoneInfoTagWithLiteralsOriginal, type PhoneInput as PhoneInputOriginal, type PhoneOptions as PhoneOptionsOriginal, Placement as PlacementOriginal, type PlacementWithLiterals as PlacementWithLiteralsOriginal, type PlaybackOptions as PlaybackOptionsOriginal, PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal, type PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal, type PluginContainerData as PluginContainerDataOriginal, type PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal, type PluginContainerDataWidth as PluginContainerDataWidthOriginal, type PollDataLayout as PollDataLayoutOriginal, type PollData as PollDataOriginal, type PollDesign as PollDesignOriginal, PollLayoutDirection as PollLayoutDirectionOriginal, type PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal, type PollLayout as PollLayoutOriginal, PollLayoutType as PollLayoutTypeOriginal, type PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal, type PollOption as PollOptionOriginal, type Poll as PollOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type PostSubmissionTriggers as PostSubmissionTriggersOriginal, type PredefinedValidationFormatOptionsOneOf as PredefinedValidationFormatOptionsOneOfOriginal, type PredefinedValidation as PredefinedValidationOriginal, PriceType as PriceTypeOriginal, type PriceTypeWithLiterals as PriceTypeWithLiteralsOriginal, type PricingData as PricingDataOriginal, type ProductCheckboxGroupOption as ProductCheckboxGroupOptionOriginal, type ProductCheckboxGroup as ProductCheckboxGroupOriginal, type Product as ProductOriginal, type ProductPriceOptionsOneOf as ProductPriceOptionsOneOfOriginal, ProductType as ProductTypeOriginal, type ProductTypeWithLiterals as ProductTypeWithLiteralsOriginal, PropertiesTypeEnum as PropertiesTypeEnumOriginal, type PropertiesTypeEnumWithLiterals as PropertiesTypeEnumWithLiteralsOriginal, type PropertiesType as PropertiesTypeOriginal, type PropertiesTypePropertiesTypeOptionsOneOf as PropertiesTypePropertiesTypeOptionsOneOfOriginal, type PublicTags as PublicTagsOriginal, type QuantityLimit as QuantityLimitOriginal, type QuerySubmissionRequest as QuerySubmissionRequestOriginal, type QuerySubmissionResponse as QuerySubmissionResponseOriginal, type QuerySubmissionsByNamespaceForExportRequest as QuerySubmissionsByNamespaceForExportRequestOriginal, type QuerySubmissionsByNamespaceForExportResponse as QuerySubmissionsByNamespaceForExportResponseOriginal, type QuerySubmissionsByNamespaceRequest as QuerySubmissionsByNamespaceRequestOriginal, type QuerySubmissionsByNamespaceResponse as QuerySubmissionsByNamespaceResponseOriginal, type RadioGroupOption as RadioGroupOptionOriginal, type RadioGroup as RadioGroupOriginal, type RatingInput as RatingInputOriginal, type RawHttpResponse as RawHttpResponseOriginal, type RedirectOptions as RedirectOptionsOriginal, type Rel as RelOriginal, type RemoveSubmissionFromTrashBinRequest as RemoveSubmissionFromTrashBinRequestOriginal, type RemoveSubmissionFromTrashBinResponse as RemoveSubmissionFromTrashBinResponseOriginal, type RemovedSubmissionFromTrash as RemovedSubmissionFromTrashOriginal, type Repeater as RepeaterOriginal, RequiredIndicator as RequiredIndicatorOriginal, RequiredIndicatorPlacement as RequiredIndicatorPlacementOriginal, type RequiredIndicatorPlacementWithLiterals as RequiredIndicatorPlacementWithLiteralsOriginal, type RequiredIndicatorProperties as RequiredIndicatorPropertiesOriginal, type RequiredIndicatorWithLiterals as RequiredIndicatorWithLiteralsOriginal, type RequiredOptions as RequiredOptionsOriginal, Resizing as ResizingOriginal, type ResizingWithLiterals as ResizingWithLiteralsOriginal, ResponsivenessBehaviour as ResponsivenessBehaviourOriginal, type ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal, type RestoreInfo as RestoreInfoOriginal, type RestoreSubmissionFromTrashBinRequest as RestoreSubmissionFromTrashBinRequestOriginal, type RestoreSubmissionFromTrashBinResponse as RestoreSubmissionFromTrashBinResponseOriginal, type RibbonStyles as RibbonStylesOriginal, type RichContentOptions as RichContentOptionsOriginal, type RichContent as RichContentOriginal, type RuleFormOverrideEntityTypeOptionsOneOf as RuleFormOverrideEntityTypeOptionsOneOfOriginal, type RuleFormOverride as RuleFormOverrideOriginal, type Rule as RuleOriginal, Scaling as ScalingOriginal, type ScalingWithLiterals as ScalingWithLiteralsOriginal, type SchedulingComponentTypeOptionsOneOf as SchedulingComponentTypeOptionsOneOfOriginal, SchedulingComponentType as SchedulingComponentTypeOriginal, type SchedulingComponentTypeWithLiterals as SchedulingComponentTypeWithLiteralsOriginal, type Scheduling as SchedulingOriginal, type SearchDetails as SearchDetailsOriginal, type SearchSubmissionsByNamespaceForExportRequest as SearchSubmissionsByNamespaceForExportRequestOriginal, type SearchSubmissionsByNamespaceForExportResponse as SearchSubmissionsByNamespaceForExportResponseOriginal, type SearchSubmissionsByNamespaceRequest as SearchSubmissionsByNamespaceRequestOriginal, type SearchSubmissionsByNamespaceResponse as SearchSubmissionsByNamespaceResponseOriginal, type Section as SectionOriginal, type ServiceOption as ServiceOptionOriginal, type ServicesCheckboxGroup as ServicesCheckboxGroupOriginal, type ServicesDropdown as ServicesDropdownOriginal, type Settings as SettingsOriginal, type Signature as SignatureOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, type Sorting as SortingOriginal, Source as SourceOriginal, type SourceWithLiterals as SourceWithLiteralsOriginal, SpamFilterProtectionLevel as SpamFilterProtectionLevelOriginal, type SpamFilterProtectionLevelWithLiterals as SpamFilterProtectionLevelWithLiteralsOriginal, type SpoilerData as SpoilerDataOriginal, type Spoiler as SpoilerOriginal, Status as StatusOriginal, type StatusWithLiterals as StatusWithLiteralsOriginal, type Step as StepOriginal, StringComponentType as StringComponentTypeOriginal, type StringComponentTypeWithLiterals as StringComponentTypeWithLiteralsOriginal, type StringErrorMessages as StringErrorMessagesOriginal, type StringTypeDateTimeConstraints as StringTypeDateTimeConstraintsOriginal, StringTypeFormatEnumFormat as StringTypeFormatEnumFormatOriginal, type StringTypeFormatEnumFormatWithLiterals as StringTypeFormatEnumFormatWithLiteralsOriginal, type StringTypeFormatOptionsOneOf as StringTypeFormatOptionsOneOfOriginal, type StringType as StringTypeOriginal, type StringTypePhoneConstraints as StringTypePhoneConstraintsOriginal, type StringTypeValidationMessages as StringTypeValidationMessagesOriginal, type StylesBorder as StylesBorderOriginal, type Styles as StylesOriginal, StylesPosition as StylesPositionOriginal, type StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal, type SubmissionContactMapped as SubmissionContactMappedOriginal, type SubmissionContactMappingSkipped as SubmissionContactMappingSkippedOriginal, type SubmissionDocumentDocumentOneOf as SubmissionDocumentDocumentOneOfOriginal, type SubmissionDocument as SubmissionDocumentOriginal, SubmissionErrorType as SubmissionErrorTypeOriginal, type SubmissionErrorTypeWithLiterals as SubmissionErrorTypeWithLiteralsOriginal, SubmissionStatus as SubmissionStatusOriginal, type SubmissionStatusWithLiterals as SubmissionStatusWithLiteralsOriginal, type SubmissionValidationErrorErrorMessageOneOf as SubmissionValidationErrorErrorMessageOneOfOriginal, type SubmissionValidationError as SubmissionValidationErrorOriginal, type SubmissionValidationErrorsDetails as SubmissionValidationErrorsDetailsOriginal, type SubmissionValidationErrors as SubmissionValidationErrorsOriginal, type SubmitContactResponse as SubmitContactResponseOriginal, type SubmitSettings as SubmitSettingsOriginal, type SubmitSettingsSubmitSuccessActionOptionsOneOf as SubmitSettingsSubmitSuccessActionOptionsOneOfOriginal, SubmitSuccessAction as SubmitSuccessActionOriginal, type SubmitSuccessActionWithLiterals as SubmitSuccessActionWithLiteralsOriginal, type Submitter as SubmitterOriginal, type SubmitterSubmitterOneOf as SubmitterSubmitterOneOfOriginal, SubscriptionInfoOptInLevel as SubscriptionInfoOptInLevelOriginal, type SubscriptionInfoOptInLevelWithLiterals as SubscriptionInfoOptInLevelWithLiteralsOriginal, type SubscriptionInfo as SubscriptionInfoOriginal, type TableCellData as TableCellDataOriginal, type TableData as TableDataOriginal, type TagList as TagListOriginal, Tag as TagOriginal, type TagWithLiterals as TagWithLiteralsOriginal, type TagsOption as TagsOptionOriginal, type Tags as TagsOriginal, Target as TargetOriginal, type TargetWithLiterals as TargetWithLiteralsOriginal, TextAlignment as TextAlignmentOriginal, type TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal, type TextData as TextDataOriginal, type TextInput as TextInputOriginal, type TextNodeStyle as TextNodeStyleOriginal, type TextStyle as TextStyleOriginal, type ThankYouMessageOptions as ThankYouMessageOptionsOriginal, ThumbnailsAlignment as ThumbnailsAlignmentOriginal, type ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal, type Thumbnails as ThumbnailsOriginal, type TimeInput as TimeInputOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequestOriginal, type UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponseOriginal, type UpdateSubmissionRequest as UpdateSubmissionRequestOriginal, type UpdateSubmissionResponse as UpdateSubmissionResponseOriginal, type UpdateSubmissionValidationErrors as UpdateSubmissionValidationErrorsOriginal, UploadFileFormat as UploadFileFormatOriginal, type UploadFileFormatWithLiterals as UploadFileFormatWithLiteralsOriginal, type UpsertContactFromSubmissionRequest as UpsertContactFromSubmissionRequestOriginal, type UpsertContactFromSubmissionResponse as UpsertContactFromSubmissionResponseOriginal, type UpsertContact as UpsertContactOriginal, type V4FormFieldContactInfoAdditionalInfoOneOf as V4FormFieldContactInfoAdditionalInfoOneOfOriginal, type V4FormFieldContactInfo as V4FormFieldContactInfoOriginal, type ValidateFormSubmissionRequest as ValidateFormSubmissionRequestOriginal, type ValidateFormSubmissionResponse as ValidateFormSubmissionResponseOriginal, type ValidationError as ValidationErrorOriginal, ValidationFormat as ValidationFormatOriginal, type ValidationFormatWithLiterals as ValidationFormatWithLiteralsOriginal, type ValidationMessages as ValidationMessagesOriginal, type Validation as ValidationOriginal, type ValidationValidationOneOf as ValidationValidationOneOfOriginal, VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal, type VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal, VerticalAlignment as VerticalAlignmentOriginal, type VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal, type VideoConferenceOptions as VideoConferenceOptionsOriginal, type VideoData as VideoDataOriginal, type Video as VideoOriginal, ViewMode as ViewModeOriginal, type ViewModeWithLiterals as ViewModeWithLiteralsOriginal, ViewRole as ViewRoleOriginal, type ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal, VoteRole as VoteRoleOriginal, type VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, Width as WidthOriginal, WidthType as WidthTypeOriginal, type WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal, type WidthWithLiterals as WidthWithLiteralsOriginal, type WixFileComponentTypeOptionsOneOf as WixFileComponentTypeOptionsOneOfOriginal, WixFileComponentType as WixFileComponentTypeOriginal, type WixFileComponentTypeWithLiterals as WixFileComponentTypeWithLiteralsOriginal, type WixFile as WixFileOriginal, type _ArrayComponentTypeOptionsOneOf as _ArrayComponentTypeOptionsOneOfOriginal, type _Array as _ArrayOriginal, type _BooleanComponentTypeOptionsOneOf as _BooleanComponentTypeOptionsOneOfOriginal, type _Boolean as _BooleanOriginal, type _NumberComponentTypeOptionsOneOf as _NumberComponentTypeOptionsOneOfOriginal, type _Number as _NumberOriginal, type _Object as _ObjectOriginal, type _StringComponentTypeOptionsOneOf as _StringComponentTypeOptionsOneOfOriginal, type _String as _StringOriginal, type __PublicMethodMetaInfo, bulkDeleteSubmission, bulkMarkSubmissionsAsSeen, bulkRemoveSubmissionFromTrashBin, bulkUpdateFormSubmissionTags, bulkUpdateFormSubmissionTagsByFilter, confirmSubmission, countDeletedSubmissions, countSubmissions, countSubmissionsByFilter, createSubmission, deleteSubmission, downloadSubmission, getDeletedSubmission, getFormattedSubmission, getMediaUploadUrl, getSubmission, getSubmissionDownloadUrl, listDeletedSubmissions, querySubmission, querySubmissionsByNamespace, removeSubmissionFromTrashBin, restoreSubmissionFromTrashBin, searchSubmissionsByNamespace, updateExtendedFields, updateSubmission, upsertContactFromSubmission, validateFormSubmission };
|