@wix/auto_sdk_forms_submissions 1.0.68 → 1.0.69
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-BGR1uSK9.d.ts} +541 -1205
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +101 -244
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +101 -244
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +542 -1206
- package/build/cjs/meta.js +101 -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-BGR1uSK9.d.mts} +541 -1205
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +101 -230
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +101 -230
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +542 -1206
- package/build/es/meta.mjs +101 -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-BlAMJnaP.d.ts} +541 -1205
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +101 -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 +101 -244
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +542 -1206
- package/build/internal/cjs/meta.js +101 -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-BlAMJnaP.d.mts} +541 -1205
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +101 -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 +101 -230
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +542 -1206
- package/build/internal/es/meta.mjs +101 -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";
|
|
@@ -1237,185 +1243,6 @@ var FirstDayOfWeek = /* @__PURE__ */ ((FirstDayOfWeek2) => {
|
|
|
1237
1243
|
FirstDayOfWeek2["SUNDAY"] = "SUNDAY";
|
|
1238
1244
|
return FirstDayOfWeek2;
|
|
1239
1245
|
})(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
1246
|
var NumberComponentType = /* @__PURE__ */ ((NumberComponentType2) => {
|
|
1420
1247
|
NumberComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1421
1248
|
NumberComponentType2["NUMBER_INPUT"] = "NUMBER_INPUT";
|
|
@@ -1455,6 +1282,15 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
|
1455
1282
|
WixFileComponentType2["SIGNATURE"] = "SIGNATURE";
|
|
1456
1283
|
return WixFileComponentType2;
|
|
1457
1284
|
})(WixFileComponentType || {});
|
|
1285
|
+
var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
1286
|
+
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
1287
|
+
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1288
|
+
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1289
|
+
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
1290
|
+
UploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
1291
|
+
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1292
|
+
return UploadFileFormat2;
|
|
1293
|
+
})(UploadFileFormat || {});
|
|
1458
1294
|
var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
|
|
1459
1295
|
PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1460
1296
|
PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
@@ -1468,6 +1304,12 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
1468
1304
|
ComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1469
1305
|
return ComponentType2;
|
|
1470
1306
|
})(ComponentType || {});
|
|
1307
|
+
var Type = /* @__PURE__ */ ((Type2) => {
|
|
1308
|
+
Type2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1309
|
+
Type2["BY_IP"] = "BY_IP";
|
|
1310
|
+
Type2["COUNTRY"] = "COUNTRY";
|
|
1311
|
+
return Type2;
|
|
1312
|
+
})(Type || {});
|
|
1471
1313
|
var ObjectArrayComponentType = /* @__PURE__ */ ((ObjectArrayComponentType2) => {
|
|
1472
1314
|
ObjectArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1473
1315
|
ObjectArrayComponentType2["REPEATER"] = "REPEATER";
|
|
@@ -1478,6 +1320,13 @@ var SchedulingComponentType = /* @__PURE__ */ ((SchedulingComponentType2) => {
|
|
|
1478
1320
|
SchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
|
|
1479
1321
|
return SchedulingComponentType2;
|
|
1480
1322
|
})(SchedulingComponentType || {});
|
|
1323
|
+
var Format = /* @__PURE__ */ ((Format2) => {
|
|
1324
|
+
Format2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
1325
|
+
Format2["IN_PERSON"] = "IN_PERSON";
|
|
1326
|
+
Format2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
1327
|
+
Format2["PHONE"] = "PHONE";
|
|
1328
|
+
return Format2;
|
|
1329
|
+
})(Format || {});
|
|
1481
1330
|
var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
1482
1331
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1483
1332
|
InputType2["STRING"] = "STRING";
|
|
@@ -1527,13 +1376,13 @@ var ContactField = /* @__PURE__ */ ((ContactField2) => {
|
|
|
1527
1376
|
ContactField2["VAT_ID"] = "VAT_ID";
|
|
1528
1377
|
return ContactField2;
|
|
1529
1378
|
})(ContactField || {});
|
|
1530
|
-
var
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
return
|
|
1536
|
-
})(
|
|
1379
|
+
var DisplayFieldType = /* @__PURE__ */ ((DisplayFieldType2) => {
|
|
1380
|
+
DisplayFieldType2["UNKNOWN_FIELD_TYPE"] = "UNKNOWN_FIELD_TYPE";
|
|
1381
|
+
DisplayFieldType2["RICH_CONTENT"] = "RICH_CONTENT";
|
|
1382
|
+
DisplayFieldType2["PAGE_NAVIGATION"] = "PAGE_NAVIGATION";
|
|
1383
|
+
DisplayFieldType2["LOGIN_BAR"] = "LOGIN_BAR";
|
|
1384
|
+
return DisplayFieldType2;
|
|
1385
|
+
})(DisplayFieldType || {});
|
|
1537
1386
|
var OverrideEntityType = /* @__PURE__ */ ((OverrideEntityType2) => {
|
|
1538
1387
|
OverrideEntityType2["UNKNOWN"] = "UNKNOWN";
|
|
1539
1388
|
OverrideEntityType2["FIELD"] = "FIELD";
|
|
@@ -1544,6 +1393,42 @@ var Kind = /* @__PURE__ */ ((Kind2) => {
|
|
|
1544
1393
|
Kind2["EXTENSION"] = "EXTENSION";
|
|
1545
1394
|
return Kind2;
|
|
1546
1395
|
})(Kind || {});
|
|
1396
|
+
var FormFieldContactInfoEmailInfoTag = /* @__PURE__ */ ((FormFieldContactInfoEmailInfoTag2) => {
|
|
1397
|
+
FormFieldContactInfoEmailInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1398
|
+
FormFieldContactInfoEmailInfoTag2["MAIN"] = "MAIN";
|
|
1399
|
+
return FormFieldContactInfoEmailInfoTag2;
|
|
1400
|
+
})(FormFieldContactInfoEmailInfoTag || {});
|
|
1401
|
+
var FormFieldContactInfoPhoneInfoTag = /* @__PURE__ */ ((FormFieldContactInfoPhoneInfoTag2) => {
|
|
1402
|
+
FormFieldContactInfoPhoneInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1403
|
+
FormFieldContactInfoPhoneInfoTag2["MAIN"] = "MAIN";
|
|
1404
|
+
return FormFieldContactInfoPhoneInfoTag2;
|
|
1405
|
+
})(FormFieldContactInfoPhoneInfoTag || {});
|
|
1406
|
+
var AddressInfoTag = /* @__PURE__ */ ((AddressInfoTag2) => {
|
|
1407
|
+
AddressInfoTag2["UNTAGGED"] = "UNTAGGED";
|
|
1408
|
+
AddressInfoTag2["HOME"] = "HOME";
|
|
1409
|
+
return AddressInfoTag2;
|
|
1410
|
+
})(AddressInfoTag || {});
|
|
1411
|
+
var SubscriptionInfoOptInLevel = /* @__PURE__ */ ((SubscriptionInfoOptInLevel2) => {
|
|
1412
|
+
SubscriptionInfoOptInLevel2["UNKNOWN"] = "UNKNOWN";
|
|
1413
|
+
SubscriptionInfoOptInLevel2["SINGLE_CONFIRMATION"] = "SINGLE_CONFIRMATION";
|
|
1414
|
+
SubscriptionInfoOptInLevel2["DOUBLE_CONFIRMATION"] = "DOUBLE_CONFIRMATION";
|
|
1415
|
+
return SubscriptionInfoOptInLevel2;
|
|
1416
|
+
})(SubscriptionInfoOptInLevel || {});
|
|
1417
|
+
var FormFieldContactInfoContactField = /* @__PURE__ */ ((FormFieldContactInfoContactField2) => {
|
|
1418
|
+
FormFieldContactInfoContactField2["UNDEFINED"] = "UNDEFINED";
|
|
1419
|
+
FormFieldContactInfoContactField2["FIRST_NAME"] = "FIRST_NAME";
|
|
1420
|
+
FormFieldContactInfoContactField2["LAST_NAME"] = "LAST_NAME";
|
|
1421
|
+
FormFieldContactInfoContactField2["COMPANY"] = "COMPANY";
|
|
1422
|
+
FormFieldContactInfoContactField2["POSITION"] = "POSITION";
|
|
1423
|
+
FormFieldContactInfoContactField2["EMAIL"] = "EMAIL";
|
|
1424
|
+
FormFieldContactInfoContactField2["PHONE"] = "PHONE";
|
|
1425
|
+
FormFieldContactInfoContactField2["ADDRESS"] = "ADDRESS";
|
|
1426
|
+
FormFieldContactInfoContactField2["BIRTHDATE"] = "BIRTHDATE";
|
|
1427
|
+
FormFieldContactInfoContactField2["CUSTOM_FIELD"] = "CUSTOM_FIELD";
|
|
1428
|
+
FormFieldContactInfoContactField2["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
1429
|
+
FormFieldContactInfoContactField2["VAT_ID"] = "VAT_ID";
|
|
1430
|
+
return FormFieldContactInfoContactField2;
|
|
1431
|
+
})(FormFieldContactInfoContactField || {});
|
|
1547
1432
|
var SpamFilterProtectionLevel = /* @__PURE__ */ ((SpamFilterProtectionLevel2) => {
|
|
1548
1433
|
SpamFilterProtectionLevel2["UNKNOWN"] = "UNKNOWN";
|
|
1549
1434
|
SpamFilterProtectionLevel2["NONE"] = "NONE";
|
|
@@ -2201,7 +2086,6 @@ export {
|
|
|
2201
2086
|
Alignment as AlignmentOriginal,
|
|
2202
2087
|
AppType as AppTypeOriginal,
|
|
2203
2088
|
ArrayComponentType as ArrayComponentTypeOriginal,
|
|
2204
|
-
ArrayItemsItemType as ArrayItemsItemTypeOriginal,
|
|
2205
2089
|
AspectRatio as AspectRatioOriginal,
|
|
2206
2090
|
BackgroundType as BackgroundTypeOriginal,
|
|
2207
2091
|
BooleanComponentType as BooleanComponentTypeOriginal,
|
|
@@ -2215,7 +2099,6 @@ export {
|
|
|
2215
2099
|
Crop as CropOriginal,
|
|
2216
2100
|
DecorationType as DecorationTypeOriginal,
|
|
2217
2101
|
Direction as DirectionOriginal,
|
|
2218
|
-
DisplayFieldDisplayFieldType as DisplayFieldDisplayFieldTypeOriginal,
|
|
2219
2102
|
DisplayFieldType as DisplayFieldTypeOriginal,
|
|
2220
2103
|
DividerDataAlignment as DividerDataAlignmentOriginal,
|
|
2221
2104
|
EmailInfoTag as EmailInfoTagOriginal,
|
|
@@ -2226,7 +2109,6 @@ export {
|
|
|
2226
2109
|
FormFieldContactInfoContactField as FormFieldContactInfoContactFieldOriginal,
|
|
2227
2110
|
FormFieldContactInfoEmailInfoTag as FormFieldContactInfoEmailInfoTagOriginal,
|
|
2228
2111
|
FormFieldContactInfoPhoneInfoTag as FormFieldContactInfoPhoneInfoTagOriginal,
|
|
2229
|
-
FormFieldV2FieldType as FormFieldV2FieldTypeOriginal,
|
|
2230
2112
|
FormatEnumFormat as FormatEnumFormatOriginal,
|
|
2231
2113
|
Format as FormatOriginal,
|
|
2232
2114
|
GIFType as GIFTypeOriginal,
|
|
@@ -2234,15 +2116,6 @@ export {
|
|
|
2234
2116
|
ImageFit as ImageFitOriginal,
|
|
2235
2117
|
ImagePosition as ImagePositionOriginal,
|
|
2236
2118
|
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
2119
|
InputType as InputTypeOriginal,
|
|
2247
2120
|
ItemType as ItemTypeOriginal,
|
|
2248
2121
|
Kind as KindOriginal,
|
|
@@ -2253,7 +2126,6 @@ export {
|
|
|
2253
2126
|
LinkTarget as LinkTargetOriginal,
|
|
2254
2127
|
MapType as MapTypeOriginal,
|
|
2255
2128
|
Mode as ModeOriginal,
|
|
2256
|
-
MultilineAddressComponentType as MultilineAddressComponentTypeOriginal,
|
|
2257
2129
|
NodeType as NodeTypeOriginal,
|
|
2258
2130
|
NullValue as NullValueOriginal,
|
|
2259
2131
|
NumberComponentType as NumberComponentTypeOriginal,
|
|
@@ -2274,7 +2146,6 @@ export {
|
|
|
2274
2146
|
PriceType as PriceTypeOriginal,
|
|
2275
2147
|
ProductType as ProductTypeOriginal,
|
|
2276
2148
|
PropertiesTypeEnum as PropertiesTypeEnumOriginal,
|
|
2277
|
-
PropertiesTypePropertiesTypeEnum as PropertiesTypePropertiesTypeEnumOriginal,
|
|
2278
2149
|
RequiredIndicator as RequiredIndicatorOriginal,
|
|
2279
2150
|
RequiredIndicatorPlacement as RequiredIndicatorPlacementOriginal,
|
|
2280
2151
|
Resizing as ResizingOriginal,
|