@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
package/build/es/meta.mjs
CHANGED
|
@@ -884,36 +884,42 @@ var PriceType = /* @__PURE__ */ ((PriceType2) => {
|
|
|
884
884
|
PriceType2["DYNAMIC_PRICE"] = "DYNAMIC_PRICE";
|
|
885
885
|
return PriceType2;
|
|
886
886
|
})(PriceType || {});
|
|
887
|
-
var
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
887
|
+
var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
888
|
+
FieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
889
|
+
FieldType2["INPUT"] = "INPUT";
|
|
890
|
+
FieldType2["DISPLAY"] = "DISPLAY";
|
|
891
|
+
return FieldType2;
|
|
892
|
+
})(FieldType || {});
|
|
893
|
+
var FormatEnumFormat = /* @__PURE__ */ ((FormatEnumFormat2) => {
|
|
894
|
+
FormatEnumFormat2["UNKNOWN_FORMAT"] = "UNKNOWN_FORMAT";
|
|
895
|
+
FormatEnumFormat2["DATE"] = "DATE";
|
|
896
|
+
FormatEnumFormat2["TIME"] = "TIME";
|
|
897
|
+
FormatEnumFormat2["DATE_TIME"] = "DATE_TIME";
|
|
898
|
+
FormatEnumFormat2["EMAIL"] = "EMAIL";
|
|
899
|
+
FormatEnumFormat2["URL"] = "URL";
|
|
900
|
+
FormatEnumFormat2["UUID"] = "UUID";
|
|
901
|
+
FormatEnumFormat2["PHONE"] = "PHONE";
|
|
902
|
+
FormatEnumFormat2["URI"] = "URI";
|
|
903
|
+
FormatEnumFormat2["HOSTNAME"] = "HOSTNAME";
|
|
904
|
+
FormatEnumFormat2["COLOR_HEX"] = "COLOR_HEX";
|
|
905
|
+
FormatEnumFormat2["CURRENCY"] = "CURRENCY";
|
|
906
|
+
FormatEnumFormat2["LANGUAGE"] = "LANGUAGE";
|
|
907
|
+
FormatEnumFormat2["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
908
|
+
return FormatEnumFormat2;
|
|
909
|
+
})(FormatEnumFormat || {});
|
|
910
|
+
var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
|
|
911
|
+
StringComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
912
|
+
StringComponentType2["TEXT_INPUT"] = "TEXT_INPUT";
|
|
913
|
+
StringComponentType2["RADIO_GROUP"] = "RADIO_GROUP";
|
|
914
|
+
StringComponentType2["DROPDOWN"] = "DROPDOWN";
|
|
915
|
+
StringComponentType2["DATE_TIME"] = "DATE_TIME";
|
|
916
|
+
StringComponentType2["PHONE_INPUT"] = "PHONE_INPUT";
|
|
917
|
+
StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
|
|
918
|
+
StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
|
|
919
|
+
StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
|
|
920
|
+
StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
|
|
921
|
+
return StringComponentType2;
|
|
922
|
+
})(StringComponentType || {});
|
|
917
923
|
var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
918
924
|
NodeType2["PARAGRAPH"] = "PARAGRAPH";
|
|
919
925
|
NodeType2["TEXT"] = "TEXT";
|
|
@@ -1105,6 +1111,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
1105
1111
|
DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
1106
1112
|
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
1107
1113
|
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
1114
|
+
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
1108
1115
|
return DecorationType2;
|
|
1109
1116
|
})(DecorationType || {});
|
|
1110
1117
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
@@ -1237,185 +1244,6 @@ var FirstDayOfWeek = /* @__PURE__ */ ((FirstDayOfWeek2) => {
|
|
|
1237
1244
|
FirstDayOfWeek2["SUNDAY"] = "SUNDAY";
|
|
1238
1245
|
return FirstDayOfWeek2;
|
|
1239
1246
|
})(FirstDayOfWeek || {});
|
|
1240
|
-
var InputFieldNumberComponentType = /* @__PURE__ */ ((InputFieldNumberComponentType2) => {
|
|
1241
|
-
InputFieldNumberComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1242
|
-
InputFieldNumberComponentType2["NUMBER_INPUT"] = "NUMBER_INPUT";
|
|
1243
|
-
InputFieldNumberComponentType2["RATING_INPUT"] = "RATING_INPUT";
|
|
1244
|
-
return InputFieldNumberComponentType2;
|
|
1245
|
-
})(InputFieldNumberComponentType || {});
|
|
1246
|
-
var InputFieldBooleanComponentType = /* @__PURE__ */ ((InputFieldBooleanComponentType2) => {
|
|
1247
|
-
InputFieldBooleanComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1248
|
-
InputFieldBooleanComponentType2["CHECKBOX"] = "CHECKBOX";
|
|
1249
|
-
return InputFieldBooleanComponentType2;
|
|
1250
|
-
})(InputFieldBooleanComponentType || {});
|
|
1251
|
-
var ArrayItemsItemType = /* @__PURE__ */ ((ArrayItemsItemType2) => {
|
|
1252
|
-
ArrayItemsItemType2["UNKNOWN_ITEM_TYPE"] = "UNKNOWN_ITEM_TYPE";
|
|
1253
|
-
ArrayItemsItemType2["STRING"] = "STRING";
|
|
1254
|
-
ArrayItemsItemType2["NUMBER"] = "NUMBER";
|
|
1255
|
-
ArrayItemsItemType2["BOOLEAN"] = "BOOLEAN";
|
|
1256
|
-
ArrayItemsItemType2["INTEGER"] = "INTEGER";
|
|
1257
|
-
ArrayItemsItemType2["OBJECT"] = "OBJECT";
|
|
1258
|
-
return ArrayItemsItemType2;
|
|
1259
|
-
})(ArrayItemsItemType || {});
|
|
1260
|
-
var PropertiesTypePropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypePropertiesTypeEnum2) => {
|
|
1261
|
-
PropertiesTypePropertiesTypeEnum2["UNKNOWN_PROPERTIES_TYPE"] = "UNKNOWN_PROPERTIES_TYPE";
|
|
1262
|
-
PropertiesTypePropertiesTypeEnum2["STRING"] = "STRING";
|
|
1263
|
-
PropertiesTypePropertiesTypeEnum2["NUMBER"] = "NUMBER";
|
|
1264
|
-
PropertiesTypePropertiesTypeEnum2["BOOLEAN"] = "BOOLEAN";
|
|
1265
|
-
PropertiesTypePropertiesTypeEnum2["INTEGER"] = "INTEGER";
|
|
1266
|
-
PropertiesTypePropertiesTypeEnum2["ARRAY"] = "ARRAY";
|
|
1267
|
-
return PropertiesTypePropertiesTypeEnum2;
|
|
1268
|
-
})(PropertiesTypePropertiesTypeEnum || {});
|
|
1269
|
-
var InputFieldArrayComponentType = /* @__PURE__ */ ((InputFieldArrayComponentType2) => {
|
|
1270
|
-
InputFieldArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1271
|
-
InputFieldArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1272
|
-
InputFieldArrayComponentType2["TAGS"] = "TAGS";
|
|
1273
|
-
InputFieldArrayComponentType2["SERVICES_CHECKBOX_GROUP"] = "SERVICES_CHECKBOX_GROUP";
|
|
1274
|
-
return InputFieldArrayComponentType2;
|
|
1275
|
-
})(InputFieldArrayComponentType || {});
|
|
1276
|
-
var InputFieldWixFileComponentType = /* @__PURE__ */ ((InputFieldWixFileComponentType2) => {
|
|
1277
|
-
InputFieldWixFileComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1278
|
-
InputFieldWixFileComponentType2["FILE_UPLOAD"] = "FILE_UPLOAD";
|
|
1279
|
-
InputFieldWixFileComponentType2["SIGNATURE"] = "SIGNATURE";
|
|
1280
|
-
return InputFieldWixFileComponentType2;
|
|
1281
|
-
})(InputFieldWixFileComponentType || {});
|
|
1282
|
-
var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
1283
|
-
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
1284
|
-
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1285
|
-
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1286
|
-
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
1287
|
-
UploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
1288
|
-
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1289
|
-
return UploadFileFormat2;
|
|
1290
|
-
})(UploadFileFormat || {});
|
|
1291
|
-
var InputFieldPaymentComponentType = /* @__PURE__ */ ((InputFieldPaymentComponentType2) => {
|
|
1292
|
-
InputFieldPaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1293
|
-
InputFieldPaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1294
|
-
InputFieldPaymentComponentType2["DONATION_INPUT"] = "DONATION_INPUT";
|
|
1295
|
-
InputFieldPaymentComponentType2["PAYMENT_INPUT"] = "PAYMENT_INPUT";
|
|
1296
|
-
InputFieldPaymentComponentType2["FIXED_PAYMENT"] = "FIXED_PAYMENT";
|
|
1297
|
-
return InputFieldPaymentComponentType2;
|
|
1298
|
-
})(InputFieldPaymentComponentType || {});
|
|
1299
|
-
var InputFieldSchedulingComponentType = /* @__PURE__ */ ((InputFieldSchedulingComponentType2) => {
|
|
1300
|
-
InputFieldSchedulingComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1301
|
-
InputFieldSchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
|
|
1302
|
-
return InputFieldSchedulingComponentType2;
|
|
1303
|
-
})(InputFieldSchedulingComponentType || {});
|
|
1304
|
-
var Format = /* @__PURE__ */ ((Format2) => {
|
|
1305
|
-
Format2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
1306
|
-
Format2["IN_PERSON"] = "IN_PERSON";
|
|
1307
|
-
Format2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
1308
|
-
Format2["PHONE"] = "PHONE";
|
|
1309
|
-
return Format2;
|
|
1310
|
-
})(Format || {});
|
|
1311
|
-
var MultilineAddressComponentType = /* @__PURE__ */ ((MultilineAddressComponentType2) => {
|
|
1312
|
-
MultilineAddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1313
|
-
MultilineAddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1314
|
-
return MultilineAddressComponentType2;
|
|
1315
|
-
})(MultilineAddressComponentType || {});
|
|
1316
|
-
var Type = /* @__PURE__ */ ((Type2) => {
|
|
1317
|
-
Type2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1318
|
-
Type2["BY_IP"] = "BY_IP";
|
|
1319
|
-
Type2["COUNTRY"] = "COUNTRY";
|
|
1320
|
-
return Type2;
|
|
1321
|
-
})(Type || {});
|
|
1322
|
-
var InputFieldInputType = /* @__PURE__ */ ((InputFieldInputType2) => {
|
|
1323
|
-
InputFieldInputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1324
|
-
InputFieldInputType2["STRING"] = "STRING";
|
|
1325
|
-
InputFieldInputType2["NUMBER"] = "NUMBER";
|
|
1326
|
-
InputFieldInputType2["BOOLEAN"] = "BOOLEAN";
|
|
1327
|
-
InputFieldInputType2["ARRAY"] = "ARRAY";
|
|
1328
|
-
InputFieldInputType2["OBJECT"] = "OBJECT";
|
|
1329
|
-
InputFieldInputType2["WIX_FILE"] = "WIX_FILE";
|
|
1330
|
-
InputFieldInputType2["PAYMENT"] = "PAYMENT";
|
|
1331
|
-
InputFieldInputType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1332
|
-
InputFieldInputType2["SCHEDULING"] = "SCHEDULING";
|
|
1333
|
-
return InputFieldInputType2;
|
|
1334
|
-
})(InputFieldInputType || {});
|
|
1335
|
-
var FormFieldContactInfoEmailInfoTag = /* @__PURE__ */ ((FormFieldContactInfoEmailInfoTag2) => {
|
|
1336
|
-
FormFieldContactInfoEmailInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1337
|
-
FormFieldContactInfoEmailInfoTag2["MAIN"] = "MAIN";
|
|
1338
|
-
return FormFieldContactInfoEmailInfoTag2;
|
|
1339
|
-
})(FormFieldContactInfoEmailInfoTag || {});
|
|
1340
|
-
var FormFieldContactInfoPhoneInfoTag = /* @__PURE__ */ ((FormFieldContactInfoPhoneInfoTag2) => {
|
|
1341
|
-
FormFieldContactInfoPhoneInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1342
|
-
FormFieldContactInfoPhoneInfoTag2["MAIN"] = "MAIN";
|
|
1343
|
-
return FormFieldContactInfoPhoneInfoTag2;
|
|
1344
|
-
})(FormFieldContactInfoPhoneInfoTag || {});
|
|
1345
|
-
var AddressInfoTag = /* @__PURE__ */ ((AddressInfoTag2) => {
|
|
1346
|
-
AddressInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1347
|
-
AddressInfoTag2["HOME"] = "HOME";
|
|
1348
|
-
return AddressInfoTag2;
|
|
1349
|
-
})(AddressInfoTag || {});
|
|
1350
|
-
var SubscriptionInfoOptInLevel = /* @__PURE__ */ ((SubscriptionInfoOptInLevel2) => {
|
|
1351
|
-
SubscriptionInfoOptInLevel2["UNKNOWN"] = "UNKNOWN";
|
|
1352
|
-
SubscriptionInfoOptInLevel2["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
1353
|
-
SubscriptionInfoOptInLevel2["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
1354
|
-
return SubscriptionInfoOptInLevel2;
|
|
1355
|
-
})(SubscriptionInfoOptInLevel || {});
|
|
1356
|
-
var FormFieldContactInfoContactField = /* @__PURE__ */ ((FormFieldContactInfoContactField2) => {
|
|
1357
|
-
FormFieldContactInfoContactField2["UNDEFINED"] = "UNDEFINED";
|
|
1358
|
-
FormFieldContactInfoContactField2["FIRST_NAME"] = "FIRST_NAME";
|
|
1359
|
-
FormFieldContactInfoContactField2["LAST_NAME"] = "LAST_NAME";
|
|
1360
|
-
FormFieldContactInfoContactField2["COMPANY"] = "COMPANY";
|
|
1361
|
-
FormFieldContactInfoContactField2["POSITION"] = "POSITION";
|
|
1362
|
-
FormFieldContactInfoContactField2["EMAIL"] = "EMAIL";
|
|
1363
|
-
FormFieldContactInfoContactField2["PHONE"] = "PHONE";
|
|
1364
|
-
FormFieldContactInfoContactField2["ADDRESS"] = "ADDRESS";
|
|
1365
|
-
FormFieldContactInfoContactField2["BIRTHDATE"] = "BIRTHDATE";
|
|
1366
|
-
FormFieldContactInfoContactField2["CUSTOM_FIELD"] = "CUSTOM_FIELD";
|
|
1367
|
-
FormFieldContactInfoContactField2["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
1368
|
-
FormFieldContactInfoContactField2["VAT_ID"] = "VAT_ID";
|
|
1369
|
-
return FormFieldContactInfoContactField2;
|
|
1370
|
-
})(FormFieldContactInfoContactField || {});
|
|
1371
|
-
var FormFieldV2FieldType = /* @__PURE__ */ ((FormFieldV2FieldType2) => {
|
|
1372
|
-
FormFieldV2FieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
1373
|
-
FormFieldV2FieldType2["INPUT"] = "INPUT";
|
|
1374
|
-
FormFieldV2FieldType2["DISPLAY"] = "DISPLAY";
|
|
1375
|
-
return FormFieldV2FieldType2;
|
|
1376
|
-
})(FormFieldV2FieldType || {});
|
|
1377
|
-
var DisplayFieldType = /* @__PURE__ */ ((DisplayFieldType2) => {
|
|
1378
|
-
DisplayFieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
1379
|
-
DisplayFieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
1380
|
-
DisplayFieldType2["PAGE_NAVIGATION"] = "PAGE_NAVIGATION";
|
|
1381
|
-
return DisplayFieldType2;
|
|
1382
|
-
})(DisplayFieldType || {});
|
|
1383
|
-
var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
1384
|
-
FieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
1385
|
-
FieldType2["INPUT"] = "INPUT";
|
|
1386
|
-
FieldType2["DISPLAY"] = "DISPLAY";
|
|
1387
|
-
return FieldType2;
|
|
1388
|
-
})(FieldType || {});
|
|
1389
|
-
var FormatEnumFormat = /* @__PURE__ */ ((FormatEnumFormat2) => {
|
|
1390
|
-
FormatEnumFormat2["UNKNOWN_FORMAT"] = "UNKNOWN_FORMAT";
|
|
1391
|
-
FormatEnumFormat2["DATE"] = "DATE";
|
|
1392
|
-
FormatEnumFormat2["TIME"] = "TIME";
|
|
1393
|
-
FormatEnumFormat2["DATE_TIME"] = "DATE_TIME";
|
|
1394
|
-
FormatEnumFormat2["EMAIL"] = "EMAIL";
|
|
1395
|
-
FormatEnumFormat2["URL"] = "URL";
|
|
1396
|
-
FormatEnumFormat2["UUID"] = "UUID";
|
|
1397
|
-
FormatEnumFormat2["PHONE"] = "PHONE";
|
|
1398
|
-
FormatEnumFormat2["URI"] = "URI";
|
|
1399
|
-
FormatEnumFormat2["HOSTNAME"] = "HOSTNAME";
|
|
1400
|
-
FormatEnumFormat2["COLOR_HEX"] = "COLOR_HEX";
|
|
1401
|
-
FormatEnumFormat2["CURRENCY"] = "CURRENCY";
|
|
1402
|
-
FormatEnumFormat2["LANGUAGE"] = "LANGUAGE";
|
|
1403
|
-
FormatEnumFormat2["DATE_OPTIONAL_TIME"] = "DATE_OPTIONAL_TIME";
|
|
1404
|
-
return FormatEnumFormat2;
|
|
1405
|
-
})(FormatEnumFormat || {});
|
|
1406
|
-
var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
|
|
1407
|
-
StringComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1408
|
-
StringComponentType2["TEXT_INPUT"] = "TEXT_INPUT";
|
|
1409
|
-
StringComponentType2["RADIO_GROUP"] = "RADIO_GROUP";
|
|
1410
|
-
StringComponentType2["DROPDOWN"] = "DROPDOWN";
|
|
1411
|
-
StringComponentType2["DATE_TIME"] = "DATE_TIME";
|
|
1412
|
-
StringComponentType2["PHONE_INPUT"] = "PHONE_INPUT";
|
|
1413
|
-
StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
|
|
1414
|
-
StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
|
|
1415
|
-
StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
|
|
1416
|
-
StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
|
|
1417
|
-
return StringComponentType2;
|
|
1418
|
-
})(StringComponentType || {});
|
|
1419
1247
|
var NumberComponentType = /* @__PURE__ */ ((NumberComponentType2) => {
|
|
1420
1248
|
NumberComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1421
1249
|
NumberComponentType2["NUMBER_INPUT"] = "NUMBER_INPUT";
|
|
@@ -1455,6 +1283,15 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
|
1455
1283
|
WixFileComponentType2["SIGNATURE"] = "SIGNATURE";
|
|
1456
1284
|
return WixFileComponentType2;
|
|
1457
1285
|
})(WixFileComponentType || {});
|
|
1286
|
+
var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
1287
|
+
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
1288
|
+
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1289
|
+
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1290
|
+
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
1291
|
+
UploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
1292
|
+
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1293
|
+
return UploadFileFormat2;
|
|
1294
|
+
})(UploadFileFormat || {});
|
|
1458
1295
|
var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
|
|
1459
1296
|
PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1460
1297
|
PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
@@ -1468,6 +1305,12 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
1468
1305
|
ComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1469
1306
|
return ComponentType2;
|
|
1470
1307
|
})(ComponentType || {});
|
|
1308
|
+
var Type = /* @__PURE__ */ ((Type2) => {
|
|
1309
|
+
Type2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1310
|
+
Type2["BY_IP"] = "BY_IP";
|
|
1311
|
+
Type2["COUNTRY"] = "COUNTRY";
|
|
1312
|
+
return Type2;
|
|
1313
|
+
})(Type || {});
|
|
1471
1314
|
var ObjectArrayComponentType = /* @__PURE__ */ ((ObjectArrayComponentType2) => {
|
|
1472
1315
|
ObjectArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1473
1316
|
ObjectArrayComponentType2["REPEATER"] = "REPEATER";
|
|
@@ -1478,6 +1321,13 @@ var SchedulingComponentType = /* @__PURE__ */ ((SchedulingComponentType2) => {
|
|
|
1478
1321
|
SchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
|
|
1479
1322
|
return SchedulingComponentType2;
|
|
1480
1323
|
})(SchedulingComponentType || {});
|
|
1324
|
+
var Format = /* @__PURE__ */ ((Format2) => {
|
|
1325
|
+
Format2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
1326
|
+
Format2["IN_PERSON"] = "IN_PERSON";
|
|
1327
|
+
Format2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
1328
|
+
Format2["PHONE"] = "PHONE";
|
|
1329
|
+
return Format2;
|
|
1330
|
+
})(Format || {});
|
|
1481
1331
|
var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
1482
1332
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1483
1333
|
InputType2["STRING"] = "STRING";
|
|
@@ -1527,13 +1377,13 @@ var ContactField = /* @__PURE__ */ ((ContactField2) => {
|
|
|
1527
1377
|
ContactField2["VAT_ID"] = "VAT_ID";
|
|
1528
1378
|
return ContactField2;
|
|
1529
1379
|
})(ContactField || {});
|
|
1530
|
-
var
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
return
|
|
1536
|
-
})(
|
|
1380
|
+
var DisplayFieldType = /* @__PURE__ */ ((DisplayFieldType2) => {
|
|
1381
|
+
DisplayFieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
1382
|
+
DisplayFieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
1383
|
+
DisplayFieldType2["PAGE_NAVIGATION"] = "PAGE_NAVIGATION";
|
|
1384
|
+
DisplayFieldType2["LOGIN_BAR"] = "LOGIN_BAR";
|
|
1385
|
+
return DisplayFieldType2;
|
|
1386
|
+
})(DisplayFieldType || {});
|
|
1537
1387
|
var OverrideEntityType = /* @__PURE__ */ ((OverrideEntityType2) => {
|
|
1538
1388
|
OverrideEntityType2["UNKNOWN"] = "UNKNOWN";
|
|
1539
1389
|
OverrideEntityType2["FIELD"] = "FIELD";
|
|
@@ -1544,6 +1394,42 @@ var Kind = /* @__PURE__ */ ((Kind2) => {
|
|
|
1544
1394
|
Kind2["EXTENSION"] = "EXTENSION";
|
|
1545
1395
|
return Kind2;
|
|
1546
1396
|
})(Kind || {});
|
|
1397
|
+
var FormFieldContactInfoEmailInfoTag = /* @__PURE__ */ ((FormFieldContactInfoEmailInfoTag2) => {
|
|
1398
|
+
FormFieldContactInfoEmailInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1399
|
+
FormFieldContactInfoEmailInfoTag2["MAIN"] = "MAIN";
|
|
1400
|
+
return FormFieldContactInfoEmailInfoTag2;
|
|
1401
|
+
})(FormFieldContactInfoEmailInfoTag || {});
|
|
1402
|
+
var FormFieldContactInfoPhoneInfoTag = /* @__PURE__ */ ((FormFieldContactInfoPhoneInfoTag2) => {
|
|
1403
|
+
FormFieldContactInfoPhoneInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1404
|
+
FormFieldContactInfoPhoneInfoTag2["MAIN"] = "MAIN";
|
|
1405
|
+
return FormFieldContactInfoPhoneInfoTag2;
|
|
1406
|
+
})(FormFieldContactInfoPhoneInfoTag || {});
|
|
1407
|
+
var AddressInfoTag = /* @__PURE__ */ ((AddressInfoTag2) => {
|
|
1408
|
+
AddressInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1409
|
+
AddressInfoTag2["HOME"] = "HOME";
|
|
1410
|
+
return AddressInfoTag2;
|
|
1411
|
+
})(AddressInfoTag || {});
|
|
1412
|
+
var SubscriptionInfoOptInLevel = /* @__PURE__ */ ((SubscriptionInfoOptInLevel2) => {
|
|
1413
|
+
SubscriptionInfoOptInLevel2["UNKNOWN"] = "UNKNOWN";
|
|
1414
|
+
SubscriptionInfoOptInLevel2["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
1415
|
+
SubscriptionInfoOptInLevel2["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
1416
|
+
return SubscriptionInfoOptInLevel2;
|
|
1417
|
+
})(SubscriptionInfoOptInLevel || {});
|
|
1418
|
+
var FormFieldContactInfoContactField = /* @__PURE__ */ ((FormFieldContactInfoContactField2) => {
|
|
1419
|
+
FormFieldContactInfoContactField2["UNDEFINED"] = "UNDEFINED";
|
|
1420
|
+
FormFieldContactInfoContactField2["FIRST_NAME"] = "FIRST_NAME";
|
|
1421
|
+
FormFieldContactInfoContactField2["LAST_NAME"] = "LAST_NAME";
|
|
1422
|
+
FormFieldContactInfoContactField2["COMPANY"] = "COMPANY";
|
|
1423
|
+
FormFieldContactInfoContactField2["POSITION"] = "POSITION";
|
|
1424
|
+
FormFieldContactInfoContactField2["EMAIL"] = "EMAIL";
|
|
1425
|
+
FormFieldContactInfoContactField2["PHONE"] = "PHONE";
|
|
1426
|
+
FormFieldContactInfoContactField2["ADDRESS"] = "ADDRESS";
|
|
1427
|
+
FormFieldContactInfoContactField2["BIRTHDATE"] = "BIRTHDATE";
|
|
1428
|
+
FormFieldContactInfoContactField2["CUSTOM_FIELD"] = "CUSTOM_FIELD";
|
|
1429
|
+
FormFieldContactInfoContactField2["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
1430
|
+
FormFieldContactInfoContactField2["VAT_ID"] = "VAT_ID";
|
|
1431
|
+
return FormFieldContactInfoContactField2;
|
|
1432
|
+
})(FormFieldContactInfoContactField || {});
|
|
1547
1433
|
var SpamFilterProtectionLevel = /* @__PURE__ */ ((SpamFilterProtectionLevel2) => {
|
|
1548
1434
|
SpamFilterProtectionLevel2["UNKNOWN"] = "UNKNOWN";
|
|
1549
1435
|
SpamFilterProtectionLevel2["NONE"] = "NONE";
|
|
@@ -2201,7 +2087,6 @@ export {
|
|
|
2201
2087
|
Alignment as AlignmentOriginal,
|
|
2202
2088
|
AppType as AppTypeOriginal,
|
|
2203
2089
|
ArrayComponentType as ArrayComponentTypeOriginal,
|
|
2204
|
-
ArrayItemsItemType as ArrayItemsItemTypeOriginal,
|
|
2205
2090
|
AspectRatio as AspectRatioOriginal,
|
|
2206
2091
|
BackgroundType as BackgroundTypeOriginal,
|
|
2207
2092
|
BooleanComponentType as BooleanComponentTypeOriginal,
|
|
@@ -2215,7 +2100,6 @@ export {
|
|
|
2215
2100
|
Crop as CropOriginal,
|
|
2216
2101
|
DecorationType as DecorationTypeOriginal,
|
|
2217
2102
|
Direction as DirectionOriginal,
|
|
2218
|
-
DisplayFieldDisplayFieldType as DisplayFieldDisplayFieldTypeOriginal,
|
|
2219
2103
|
DisplayFieldType as DisplayFieldTypeOriginal,
|
|
2220
2104
|
DividerDataAlignment as DividerDataAlignmentOriginal,
|
|
2221
2105
|
EmailInfoTag as EmailInfoTagOriginal,
|
|
@@ -2226,7 +2110,6 @@ export {
|
|
|
2226
2110
|
FormFieldContactInfoContactField as FormFieldContactInfoContactFieldOriginal,
|
|
2227
2111
|
FormFieldContactInfoEmailInfoTag as FormFieldContactInfoEmailInfoTagOriginal,
|
|
2228
2112
|
FormFieldContactInfoPhoneInfoTag as FormFieldContactInfoPhoneInfoTagOriginal,
|
|
2229
|
-
FormFieldV2FieldType as FormFieldV2FieldTypeOriginal,
|
|
2230
2113
|
FormatEnumFormat as FormatEnumFormatOriginal,
|
|
2231
2114
|
Format as FormatOriginal,
|
|
2232
2115
|
GIFType as GIFTypeOriginal,
|
|
@@ -2234,15 +2117,6 @@ export {
|
|
|
2234
2117
|
ImageFit as ImageFitOriginal,
|
|
2235
2118
|
ImagePosition as ImagePositionOriginal,
|
|
2236
2119
|
InitialExpandedItems as InitialExpandedItemsOriginal,
|
|
2237
|
-
InputFieldArrayComponentType as InputFieldArrayComponentTypeOriginal,
|
|
2238
|
-
InputFieldBooleanComponentType as InputFieldBooleanComponentTypeOriginal,
|
|
2239
|
-
InputFieldInputType as InputFieldInputTypeOriginal,
|
|
2240
|
-
InputFieldNumberComponentType as InputFieldNumberComponentTypeOriginal,
|
|
2241
|
-
InputFieldPaymentComponentType as InputFieldPaymentComponentTypeOriginal,
|
|
2242
|
-
InputFieldSchedulingComponentType as InputFieldSchedulingComponentTypeOriginal,
|
|
2243
|
-
InputFieldStringComponentType as InputFieldStringComponentTypeOriginal,
|
|
2244
|
-
InputFieldStringTypeFormatEnumFormat as InputFieldStringTypeFormatEnumFormatOriginal,
|
|
2245
|
-
InputFieldWixFileComponentType as InputFieldWixFileComponentTypeOriginal,
|
|
2246
2120
|
InputType as InputTypeOriginal,
|
|
2247
2121
|
ItemType as ItemTypeOriginal,
|
|
2248
2122
|
Kind as KindOriginal,
|
|
@@ -2253,7 +2127,6 @@ export {
|
|
|
2253
2127
|
LinkTarget as LinkTargetOriginal,
|
|
2254
2128
|
MapType as MapTypeOriginal,
|
|
2255
2129
|
Mode as ModeOriginal,
|
|
2256
|
-
MultilineAddressComponentType as MultilineAddressComponentTypeOriginal,
|
|
2257
2130
|
NodeType as NodeTypeOriginal,
|
|
2258
2131
|
NullValue as NullValueOriginal,
|
|
2259
2132
|
NumberComponentType as NumberComponentTypeOriginal,
|
|
@@ -2274,7 +2147,6 @@ export {
|
|
|
2274
2147
|
PriceType as PriceTypeOriginal,
|
|
2275
2148
|
ProductType as ProductTypeOriginal,
|
|
2276
2149
|
PropertiesTypeEnum as PropertiesTypeEnumOriginal,
|
|
2277
|
-
PropertiesTypePropertiesTypeEnum as PropertiesTypePropertiesTypeEnumOriginal,
|
|
2278
2150
|
RequiredIndicator as RequiredIndicatorOriginal,
|
|
2279
2151
|
RequiredIndicatorPlacement as RequiredIndicatorPlacementOriginal,
|
|
2280
2152
|
Resizing as ResizingOriginal,
|