@wix/auto_sdk_forms_submissions 1.0.120 → 1.0.122

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.
Files changed (41) hide show
  1. package/build/cjs/{forms-v4-submission-submissions.universal-Yk4TWzuP.d.ts → forms-v4-submission-submissions.universal-iL5s7YRB.d.ts} +89 -54
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +12 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +12 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +90 -55
  9. package/build/cjs/meta.js +12 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{forms-v4-submission-submissions.universal-Yk4TWzuP.d.mts → forms-v4-submission-submissions.universal-iL5s7YRB.d.mts} +89 -54
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +11 -0
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +11 -0
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +90 -55
  19. package/build/es/meta.mjs +11 -0
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{forms-v4-submission-submissions.universal-BX16r0LB.d.ts → forms-v4-submission-submissions.universal-MYwdZTUH.d.ts} +89 -54
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +12 -0
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +12 -0
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +90 -55
  29. package/build/internal/cjs/meta.js +12 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{forms-v4-submission-submissions.universal-BX16r0LB.d.mts → forms-v4-submission-submissions.universal-MYwdZTUH.d.mts} +89 -54
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +11 -0
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +11 -0
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +90 -55
  39. package/build/internal/es/meta.mjs +11 -0
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1735,7 +1735,7 @@ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
1735
1735
  interface Stop {
1736
1736
  /**
1737
1737
  * Stop color as hex value.
1738
- * @format COLOR_HEX
1738
+ * @maxLength 19
1739
1739
  */
1740
1740
  color?: string | null;
1741
1741
  /** Stop position (0-1). */
@@ -1776,7 +1776,7 @@ interface Background {
1776
1776
  type?: BackgroundTypeWithLiterals;
1777
1777
  /**
1778
1778
  * Background color as a hexadecimal value.
1779
- * @format COLOR_HEX
1779
+ * @maxLength 19
1780
1780
  */
1781
1781
  color?: string | null;
1782
1782
  /** Gradient configuration. */
@@ -1883,33 +1883,33 @@ interface Styles {
1883
1883
  borderRadius?: number | null;
1884
1884
  /**
1885
1885
  * Border color as a hexadecimal value.
1886
- * @format COLOR_HEX
1886
+ * @maxLength 19
1887
1887
  */
1888
1888
  borderColor?: string | null;
1889
1889
  /**
1890
1890
  * Border color as a hexadecimal value (hover state).
1891
- * @format COLOR_HEX
1891
+ * @maxLength 19
1892
1892
  */
1893
1893
  borderColorHover?: string | null;
1894
1894
  /**
1895
1895
  * Text color as a hexadecimal value.
1896
- * @format COLOR_HEX
1896
+ * @maxLength 19
1897
1897
  */
1898
1898
  textColor?: string | null;
1899
1899
  /**
1900
1900
  * Text color as a hexadecimal value (hover state).
1901
- * @format COLOR_HEX
1901
+ * @maxLength 19
1902
1902
  */
1903
1903
  textColorHover?: string | null;
1904
1904
  /**
1905
1905
  * Deprecated: Use `background` instead.
1906
- * @format COLOR_HEX
1906
+ * @maxLength 19
1907
1907
  * @deprecated
1908
1908
  */
1909
1909
  backgroundColor?: string | null;
1910
1910
  /**
1911
1911
  * Deprecated: Use `backgroundHover` instead.
1912
- * @format COLOR_HEX
1912
+ * @maxLength 19
1913
1913
  * @deprecated
1914
1914
  */
1915
1915
  backgroundColorHover?: string | null;
@@ -2361,7 +2361,7 @@ interface StylesBorder {
2361
2361
  width?: number | null;
2362
2362
  /**
2363
2363
  * Border color as a hexadecimal value.
2364
- * @format COLOR_HEX
2364
+ * @maxLength 19
2365
2365
  */
2366
2366
  color?: string | null;
2367
2367
  /** Border radius in pixels. */
@@ -2402,22 +2402,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
2402
2402
  interface LinkPreviewDataStyles {
2403
2403
  /**
2404
2404
  * Background color as a hexadecimal value.
2405
- * @format COLOR_HEX
2405
+ * @maxLength 19
2406
2406
  */
2407
2407
  backgroundColor?: string | null;
2408
2408
  /**
2409
2409
  * Title color as a hexadecimal value.
2410
- * @format COLOR_HEX
2410
+ * @maxLength 19
2411
2411
  */
2412
2412
  titleColor?: string | null;
2413
2413
  /**
2414
2414
  * Subtitle color as a hexadecimal value.
2415
- * @format COLOR_HEX
2415
+ * @maxLength 19
2416
2416
  */
2417
2417
  subtitleColor?: string | null;
2418
2418
  /**
2419
2419
  * Link color as a hexadecimal value.
2420
- * @format COLOR_HEX
2420
+ * @maxLength 19
2421
2421
  */
2422
2422
  linkColor?: string | null;
2423
2423
  /** Border width in pixels. */
@@ -2426,7 +2426,7 @@ interface LinkPreviewDataStyles {
2426
2426
  borderRadius?: number | null;
2427
2427
  /**
2428
2428
  * Border color as a hexadecimal value.
2429
- * @format COLOR_HEX
2429
+ * @maxLength 19
2430
2430
  */
2431
2431
  borderColor?: string | null;
2432
2432
  /** Position of thumbnail. Defaults to `START`. */
@@ -2577,19 +2577,19 @@ interface BackgroundGradient {
2577
2577
  angle?: number | null;
2578
2578
  /**
2579
2579
  * The start color as a hexademical value.
2580
- * @format COLOR_HEX
2580
+ * @maxLength 19
2581
2581
  */
2582
2582
  startColor?: string | null;
2583
2583
  /**
2584
2584
  * The end color as a hexademical value.
2585
- * @format COLOR_HEX
2585
+ * @maxLength 19
2586
2586
  */
2587
2587
  lastColor?: string | null;
2588
2588
  }
2589
2589
  interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
2590
2590
  /**
2591
2591
  * The background color as a hexademical value.
2592
- * @format COLOR_HEX
2592
+ * @maxLength 19
2593
2593
  */
2594
2594
  color?: string | null;
2595
2595
  /** An image to use for the background. */
@@ -2603,7 +2603,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
2603
2603
  interface PollDesignBackgroundBackgroundOneOf {
2604
2604
  /**
2605
2605
  * The background color as a hexademical value.
2606
- * @format COLOR_HEX
2606
+ * @maxLength 19
2607
2607
  */
2608
2608
  color?: string | null;
2609
2609
  /** An image to use for the background. */
@@ -2917,32 +2917,32 @@ interface ButtonStyles {
2917
2917
  borderRadius?: number | null;
2918
2918
  /**
2919
2919
  * Border color as a hexadecimal value.
2920
- * @format COLOR_HEX
2920
+ * @maxLength 19
2921
2921
  */
2922
2922
  borderColor?: string | null;
2923
2923
  /**
2924
2924
  * Text color as a hexadecimal value.
2925
- * @format COLOR_HEX
2925
+ * @maxLength 19
2926
2926
  */
2927
2927
  textColor?: string | null;
2928
2928
  /**
2929
2929
  * Background color as a hexadecimal value.
2930
- * @format COLOR_HEX
2930
+ * @maxLength 19
2931
2931
  */
2932
2932
  backgroundColor?: string | null;
2933
2933
  /**
2934
2934
  * Border color as a hexadecimal value (hover state).
2935
- * @format COLOR_HEX
2935
+ * @maxLength 19
2936
2936
  */
2937
2937
  borderColorHover?: string | null;
2938
2938
  /**
2939
2939
  * Text color as a hexadecimal value (hover state).
2940
- * @format COLOR_HEX
2940
+ * @maxLength 19
2941
2941
  */
2942
2942
  textColorHover?: string | null;
2943
2943
  /**
2944
2944
  * Background color as a hexadecimal value (hover state).
2945
- * @format COLOR_HEX
2945
+ * @maxLength 19
2946
2946
  */
2947
2947
  backgroundColorHover?: string | null;
2948
2948
  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
@@ -2959,7 +2959,7 @@ interface ImageStyles {
2959
2959
  resizing?: ResizingWithLiterals;
2960
2960
  /**
2961
2961
  * Image border color as a hexadecimal value.
2962
- * @format COLOR_HEX
2962
+ * @maxLength 19
2963
2963
  */
2964
2964
  borderColor?: string | null;
2965
2965
  /** Image border width in pixels. */
@@ -2972,17 +2972,17 @@ interface RibbonStyles {
2972
2972
  ribbonText?: string | null;
2973
2973
  /**
2974
2974
  * Ribbon background color as a hexadecimal value.
2975
- * @format COLOR_HEX
2975
+ * @maxLength 19
2976
2976
  */
2977
2977
  backgroundColor?: string | null;
2978
2978
  /**
2979
2979
  * Ribbon text color as a hexadecimal value.
2980
- * @format COLOR_HEX
2980
+ * @maxLength 19
2981
2981
  */
2982
2982
  textColor?: string | null;
2983
2983
  /**
2984
2984
  * Ribbon border color as a hexadecimal value.
2985
- * @format COLOR_HEX
2985
+ * @maxLength 19
2986
2986
  */
2987
2987
  borderColor?: string | null;
2988
2988
  /** Ribbon border width in pixels. */
@@ -2995,12 +2995,12 @@ interface RibbonStyles {
2995
2995
  interface CardStyles {
2996
2996
  /**
2997
2997
  * Card background color as a hexadecimal value.
2998
- * @format COLOR_HEX
2998
+ * @maxLength 19
2999
2999
  */
3000
3000
  backgroundColor?: string | null;
3001
3001
  /**
3002
3002
  * Card border color as a hexadecimal value.
3003
- * @format COLOR_HEX
3003
+ * @maxLength 19
3004
3004
  */
3005
3005
  borderColor?: string | null;
3006
3006
  /** Card border width in pixels. */
@@ -3015,12 +3015,12 @@ interface CardStyles {
3015
3015
  titlePriceLayout?: LayoutWithLiterals;
3016
3016
  /**
3017
3017
  * Title text color as a hexadecimal value.
3018
- * @format COLOR_HEX
3018
+ * @maxLength 19
3019
3019
  */
3020
3020
  titleColor?: string | null;
3021
3021
  /**
3022
3022
  * Text color as a hexadecimal value.
3023
- * @format COLOR_HEX
3023
+ * @maxLength 19
3024
3024
  */
3025
3025
  textColor?: string | null;
3026
3026
  }
@@ -3202,29 +3202,29 @@ interface CellStyle {
3202
3202
  verticalAlignment?: VerticalAlignmentWithLiterals;
3203
3203
  /**
3204
3204
  * Cell background color as a hexadecimal value.
3205
- * @format COLOR_HEX
3205
+ * @maxLength 19
3206
3206
  */
3207
3207
  backgroundColor?: string | null;
3208
3208
  }
3209
3209
  interface BorderColors {
3210
3210
  /**
3211
3211
  * Left border color as a hexadecimal value.
3212
- * @format COLOR_HEX
3212
+ * @maxLength 19
3213
3213
  */
3214
3214
  left?: string | null;
3215
3215
  /**
3216
3216
  * Right border color as a hexadecimal value.
3217
- * @format COLOR_HEX
3217
+ * @maxLength 19
3218
3218
  */
3219
3219
  right?: string | null;
3220
3220
  /**
3221
3221
  * Top border color as a hexadecimal value.
3222
- * @format COLOR_HEX
3222
+ * @maxLength 19
3223
3223
  */
3224
3224
  top?: string | null;
3225
3225
  /**
3226
3226
  * Bottom border color as a hexadecimal value.
3227
- * @format COLOR_HEX
3227
+ * @maxLength 19
3228
3228
  */
3229
3229
  bottom?: string | null;
3230
3230
  }
@@ -3299,7 +3299,7 @@ interface CaptionData {
3299
3299
  interface LayoutData {
3300
3300
  /**
3301
3301
  * Deprecated: Use `background` instead.
3302
- * @format COLOR_HEX
3302
+ * @maxLength 19
3303
3303
  * @deprecated
3304
3304
  */
3305
3305
  backgroundColor?: string | null;
@@ -3307,7 +3307,7 @@ interface LayoutData {
3307
3307
  backgroundImage?: LayoutDataBackgroundImage;
3308
3308
  /**
3309
3309
  * Border color as a hexadecimal value.
3310
- * @format COLOR_HEX
3310
+ * @maxLength 19
3311
3311
  */
3312
3312
  borderColor?: string | null;
3313
3313
  /** Border width in pixels. */
@@ -3316,7 +3316,7 @@ interface LayoutData {
3316
3316
  borderRadius?: number | null;
3317
3317
  /**
3318
3318
  * Deprecated: Use `backdrop` instead.
3319
- * @format COLOR_HEX
3319
+ * @maxLength 19
3320
3320
  * @deprecated
3321
3321
  */
3322
3322
  backdropColor?: string | null;
@@ -3343,7 +3343,7 @@ interface LayoutData {
3343
3343
  containerData?: PluginContainerData;
3344
3344
  /** Defines where selected design propertied applies to */
3345
3345
  designTarget?: DesignTargetWithLiterals;
3346
- /** Banner configuration. When present, this layout is displayed as a banner. */
3346
+ /** Banner configuration. When present, this layout is attached to a document edge (top or bottom). */
3347
3347
  banner?: Banner;
3348
3348
  /** Background styling (color or gradient). */
3349
3349
  background?: LayoutDataBackground;
@@ -3390,6 +3390,14 @@ declare enum Origin {
3390
3390
  }
3391
3391
  /** @enumType */
3392
3392
  type OriginWithLiterals = Origin | 'IMAGE' | 'LAYOUT';
3393
+ declare enum BannerPosition {
3394
+ /** Attached to the top edge (banner) */
3395
+ TOP = "TOP",
3396
+ /** Attached to the bottom edge (footer) */
3397
+ BOTTOM = "BOTTOM"
3398
+ }
3399
+ /** @enumType */
3400
+ type BannerPositionWithLiterals = BannerPosition | 'TOP' | 'BOTTOM';
3393
3401
  /** Background type */
3394
3402
  declare enum LayoutDataBackgroundType {
3395
3403
  /** Solid color background */
@@ -3447,6 +3455,8 @@ type DesignTargetWithLiterals = DesignTarget | 'LAYOUT' | 'CELL';
3447
3455
  interface Banner {
3448
3456
  /** Origin of the banner */
3449
3457
  origin?: OriginWithLiterals;
3458
+ /** Position of the banner */
3459
+ position?: BannerPositionWithLiterals;
3450
3460
  }
3451
3461
  /** Background styling (color or gradient) */
3452
3462
  interface LayoutDataBackground {
@@ -3454,7 +3464,7 @@ interface LayoutDataBackground {
3454
3464
  type?: LayoutDataBackgroundTypeWithLiterals;
3455
3465
  /**
3456
3466
  * Background color as a hexadecimal value.
3457
- * @format COLOR_HEX
3467
+ * @maxLength 19
3458
3468
  */
3459
3469
  color?: string | null;
3460
3470
  /** Gradient configuration. */
@@ -3466,7 +3476,7 @@ interface Backdrop {
3466
3476
  type?: BackdropTypeWithLiterals;
3467
3477
  /**
3468
3478
  * Backdrop color as a hexadecimal value.
3469
- * @format COLOR_HEX
3479
+ * @maxLength 19
3470
3480
  */
3471
3481
  color?: string | null;
3472
3482
  /** Gradient configuration. */
@@ -3487,7 +3497,7 @@ interface ShapeData {
3487
3497
  interface ShapeDataStyles {
3488
3498
  /**
3489
3499
  * Shape fill color as a hexadecimal value.
3490
- * @format COLOR_HEX
3500
+ * @maxLength 19
3491
3501
  */
3492
3502
  color?: string | null;
3493
3503
  /** Map of original color keys to their new color values. */
@@ -3546,7 +3556,7 @@ interface CardDataBackground {
3546
3556
  type?: CardDataBackgroundTypeWithLiterals;
3547
3557
  /**
3548
3558
  * Background color as a hexadecimal value.
3549
- * @format COLOR_HEX
3559
+ * @maxLength 19
3550
3560
  */
3551
3561
  color?: string | null;
3552
3562
  /** Gradient configuration. */
@@ -3573,7 +3583,7 @@ interface TocData {
3573
3583
  itemSpacing?: number | null;
3574
3584
  /**
3575
3585
  * Optional override for the text color.
3576
- * @format COLOR_HEX
3586
+ * @maxLength 19
3577
3587
  */
3578
3588
  color?: string | null;
3579
3589
  /** Indentation style. Default: NESTED. */
@@ -3615,7 +3625,10 @@ interface SmartBlockData {
3615
3625
  orientation?: string | null;
3616
3626
  /** Column size controlling cells per row. */
3617
3627
  columnSize?: ColumnSizeWithLiterals;
3618
- /** Border color (for SOLID_JOINED_BOXES variant). */
3628
+ /**
3629
+ * Border color (for SOLID_JOINED_BOXES variant).
3630
+ * @maxLength 19
3631
+ */
3619
3632
  borderColor?: string | null;
3620
3633
  /** Border width in pixels (for SOLID_JOINED_BOXES variant). */
3621
3634
  borderWidth?: number | null;
@@ -3651,10 +3664,20 @@ declare enum SmartBlockDataType {
3651
3664
  /** Process steps with numbered/icon labels above a horizontal line. */
3652
3665
  PROCESS_STEPS = "PROCESS_STEPS",
3653
3666
  /** Statistics with bar visual elements. */
3654
- BAR_STATS = "BAR_STATS"
3667
+ BAR_STATS = "BAR_STATS",
3668
+ /** Timeline layout with numbered chips on a connecting line; cells alternate around the line. */
3669
+ TIMELINE = "TIMELINE",
3670
+ /** Timeline layout with plain dot indicators; no numbers or shapes; cells alternate around the line. */
3671
+ MINIMAL_TIMELINE = "MINIMAL_TIMELINE",
3672
+ /** Numbered pill-shaped labels (stadium chips) with text content; supports HORIZONTAL (pill on top) and VERTICAL (pill on left) orientations. */
3673
+ PILLS = "PILLS",
3674
+ /** Star rating display with stars and a numeric value per cell. */
3675
+ STAR_RATING = "STAR_RATING",
3676
+ /** Outlined boxes with decorative quote glyphs at the top-left and bottom-right corners. */
3677
+ QUOTE_BOXES = "QUOTE_BOXES"
3655
3678
  }
3656
3679
  /** @enumType */
3657
- type SmartBlockDataTypeWithLiterals = SmartBlockDataType | 'SOLID_BOXES' | 'NUMBERED_BOXES' | 'STATS' | 'CIRCLE_STATS' | 'SOLID_BOXES_ALTERNATING' | 'SOLID_JOINED_BOXES' | 'SIDE_LINE_TEXT' | 'TOP_LINE_TEXT' | 'OUTLINE_BOXES_WITH_TOP_CIRCLE' | 'BIG_BULLETS' | 'SMALL_BULLETS' | 'ARROW_BULLETS' | 'PROCESS_STEPS' | 'BAR_STATS';
3680
+ type SmartBlockDataTypeWithLiterals = SmartBlockDataType | 'SOLID_BOXES' | 'NUMBERED_BOXES' | 'STATS' | 'CIRCLE_STATS' | 'SOLID_BOXES_ALTERNATING' | 'SOLID_JOINED_BOXES' | 'SIDE_LINE_TEXT' | 'TOP_LINE_TEXT' | 'OUTLINE_BOXES_WITH_TOP_CIRCLE' | 'BIG_BULLETS' | 'SMALL_BULLETS' | 'ARROW_BULLETS' | 'PROCESS_STEPS' | 'BAR_STATS' | 'TIMELINE' | 'MINIMAL_TIMELINE' | 'PILLS' | 'STAR_RATING' | 'QUOTE_BOXES';
3658
3681
  /** Column size controlling how many cells appear per row. */
3659
3682
  declare enum ColumnSize {
3660
3683
  /** Up to 4 cells in a row. */
@@ -3674,7 +3697,10 @@ interface SmartBlockCellData {
3674
3697
  label?: string | null;
3675
3698
  /** Shape file details. */
3676
3699
  shape?: Media;
3677
- /** Border color of the cell. */
3700
+ /**
3701
+ * Border color of the cell.
3702
+ * @maxLength 19
3703
+ */
3678
3704
  borderColor?: string | null;
3679
3705
  /** Border width in pixels. */
3680
3706
  borderWidth?: number | null;
@@ -3682,11 +3708,20 @@ interface SmartBlockCellData {
3682
3708
  borderRadius?: number | null;
3683
3709
  /** The type of the parent smart block (must match parent). */
3684
3710
  type?: SmartBlockDataTypeWithLiterals;
3685
- /** Accent color for non-background variants (e.g., line, bullet, label color). */
3711
+ /**
3712
+ * Accent color for non-background variants (e.g., line, bullet, label color).
3713
+ * @maxLength 19
3714
+ */
3686
3715
  accentColor?: string | null;
3687
- /** Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES). */
3716
+ /**
3717
+ * Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
3718
+ * @maxLength 19
3719
+ */
3688
3720
  backgroundColor?: string | null;
3689
- /** Shape fill color as a hexadecimal value. */
3721
+ /**
3722
+ * Shape fill color as a hexadecimal value.
3723
+ * @maxLength 19
3724
+ */
3690
3725
  shapeColor?: string | null;
3691
3726
  }
3692
3727
  interface Metadata {
@@ -9025,4 +9060,4 @@ interface ValidateFormSubmissionOptions {
9025
9060
  fieldsToValidate?: string[];
9026
9061
  }
9027
9062
 
9028
- export { DayOfWeek as $, type ValidateFormSubmissionResponse as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type SubmissionCreatedEnvelope as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type SubmissionDeletedEnvelope as H, type SubmissionRemovedSubmissionFromTrashEnvelope as I, type SubmissionStatusUpdatedEnvelope as J, type SubmissionContactMappedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionContactMappingSkippedEnvelope as M, type SubmissionUpdatedEnvelope as N, type FormSubmissionQuery as O, type QuerySubmissionsByNamespaceOptions as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, typedQuerySubmissionsByNamespace as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, type SubmissionsQueryBuilder as W, SubmissionStatus as X, OptInLevel as Y, WebhookIdentityType as Z, StringTypeFormatEnumFormat as _, type UpsertContactFromSubmissionResponse as a, NumberOfColumns as a$, ValidationFormat as a0, ProductType as a1, PriceType as a2, FieldType as a3, FormatEnumFormat as a4, StringComponentType as a5, NodeType as a6, BackgroundType as a7, GradientType as a8, WidthType as a9, Placement as aA, CardStylesType as aB, CardStylesAlignment as aC, Layout as aD, AppType as aE, InitialExpandedItems as aF, Direction as aG, VerticalAlignment as aH, NullValue as aI, ImageScalingScaling as aJ, LayoutDataImagePosition as aK, Origin as aL, LayoutDataBackgroundType as aM, BackdropType as aN, VerticalAlignmentAlignment as aO, ResponsivenessBehaviour as aP, DesignTarget as aQ, Scaling as aR, ImagePositionPosition as aS, CardDataBackgroundType as aT, ListStyle as aU, Indentation as aV, SmartBlockDataType as aW, ColumnSize as aX, ImagePosition as aY, Alignment as aZ, ImageFit as a_, PluginContainerDataAlignment as aa, ButtonDataType as ab, LinkTarget as ac, TextAlignment as ad, LineStyle as ae, Width as af, DividerDataAlignment as ag, ViewMode as ah, LayoutType as ai, Orientation as aj, Crop as ak, ThumbnailsAlignment as al, GIFType as am, Source as an, StylesPosition as ao, MapType as ap, ViewRole as aq, VoteRole as ar, PollLayoutType as as, PollLayoutDirection as at, PollDesignBackgroundType as au, DecorationType as av, FontType as aw, Position as ax, AspectRatio as ay, Resizing as az, type CreateSubmissionApplicationErrors as b, type TagList as b$, FirstDayOfWeek as b0, NumberComponentType as b1, BooleanComponentType as b2, ItemType as b3, PropertiesTypeEnum as b4, ArrayComponentType as b5, WixFileComponentType as b6, UploadFileFormat as b7, PaymentComponentType as b8, ComponentType as b9, ChangeableProperty as bA, OverrideEntityTypeEnumOverrideEntityType as bB, Operator as bC, ResultsDisplay as bD, ContactAutofill as bE, SubmissionAccess as bF, IdentityType as bG, SubscriptionStatus as bH, EmailDeliverabilityStatus as bI, PhoneTag as bJ, PhoneDeliverabilityStatus as bK, AddressTag as bL, SubdivisionType as bM, MemberStatus as bN, PrivacyStatus as bO, Role as bP, Action as bQ, ErrorType as bR, SortOrder as bS, Mode as bT, Status as bU, SubmissionErrorType as bV, type Submitter as bW, type SubmitterSubmitterOneOf as bX, type ExtendedFields as bY, type OrderDetails as bZ, type PublicTags as b_, Type as ba, ObjectArrayComponentType as bb, SchedulingComponentType as bc, Format as bd, MeetingType as be, StaffStrategySelection as bf, InputType as bg, EmailInfoTag as bh, PhoneInfoTag as bi, Tag as bj, ConfirmationLevel as bk, SubscriptionChannel as bl, ContactField as bm, DisplayFieldType as bn, OverrideEntityType as bo, Kind as bp, FormFieldContactInfoEmailInfoTag as bq, FormFieldContactInfoPhoneInfoTag as br, AddressInfoTag as bs, SubscriptionInfoOptInLevel as bt, FormFieldContactInfoContactField as bu, SpamFilterProtectionLevel as bv, RequiredIndicator as bw, RequiredIndicatorPlacement as bx, Target as by, SubmitSuccessAction as bz, type CreateSubmissionValidationErrors as c, type InputFieldInputTypeOptionsOneOf as c$, type AppointmentDetails as c0, type FormSubmissionStatusUpdatedEvent as c1, type RemovedSubmissionFromTrash as c2, type SubmissionContactMapped as c3, type MarketingSubscriptionDetails as c4, type SubmissionContactMappingSkipped as c5, type DomainEvent as c6, type DomainEventBodyOneOf as c7, type EntityCreatedEvent as c8, type RestoreInfo as c9, type FormFieldObjectType as cA, type ObjectTypePropertiesType as cB, type ObjectTypePropertiesTypePropertiesTypeOneOf as cC, type ObjectErrorMessages as cD, type ArrayTypeArrayItems as cE, type ArrayTypeArrayItemsItemsOneOf as cF, type ArrayErrorMessages as cG, type PredefinedValidation as cH, type PredefinedValidationFormatOptionsOneOf as cI, type PaymentType as cJ, type QuantityLimit as cK, type FixedPriceOptions as cL, type DynamicPriceOptions as cM, type Product as cN, type ProductPriceOptionsOneOf as cO, type MultilineAddressValidation as cP, type FieldOverrides as cQ, type FieldsOverrides as cR, type ObjectArrayType as cS, type NestedFormFieldOverrides as cT, type Validation as cU, type ValidationValidationOneOf as cV, type DataExtensionsDetails as cW, type NestedFormOverrides as cX, type Field as cY, type FieldFieldTypeOptionsOneOf as cZ, type InputField as c_, type EntityUpdatedEvent as ca, type EntityDeletedEvent as cb, type ActionEvent as cc, type MessageEnvelope as cd, type IdentificationData as ce, type IdentificationDataIdOneOf as cf, type AccountInfo as cg, type CreateCheckoutFromSubmissionRequest as ch, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as ci, type Form as cj, type FormField as ck, type FormFieldStringType as cl, type FormFieldStringTypeFormatOptionsOneOf as cm, type StringErrorMessages as cn, type DateTimeAdvancedConstraints as co, type Availability as cp, type DateRange as cq, type StringTypeDateTimeConstraints as cr, type StringTypePhoneConstraints as cs, type StringTypeValidationMessages as ct, type FormFieldNumberType as cu, type NumberErrorMessages as cv, type IntegerType as cw, type FormFieldBooleanType as cx, type BooleanErrorMessages as cy, type FormFieldArrayType as cz, type UpdateSubmission as d, type OptionLayout as d$, type StringCorrectAnswersList as d0, type StringType as d1, type StringTypeFormatOptionsOneOf as d2, type DateTimeConstraints as d3, type PhoneConstraints as d4, type ValidationMessages as d5, type StringQuizFieldSettings as d6, type TextInput as d7, type RichContent as d8, type Node as d9, type Media as dA, type Image as dB, type Video as dC, type Item as dD, type ItemDataOneOf as dE, type GalleryOptions as dF, type GalleryOptionsLayout as dG, type ItemStyle as dH, type Thumbnails as dI, type GIFData as dJ, type GIF as dK, type HeadingData as dL, type HTMLData as dM, type HTMLDataDataOneOf as dN, type ImageData as dO, type StylesBorder as dP, type ImageDataStyles as dQ, type LinkPreviewData as dR, type LinkPreviewDataStyles as dS, type MapData as dT, type MapSettings as dU, type ParagraphData as dV, type PollData as dW, type Permissions as dX, type PollOption as dY, type Settings as dZ, type PollLayout as d_, type NodeDataOneOf as da, type NodeStyle as db, type ButtonData as dc, type Gradient as dd, type Stop as de, type Border as df, type Colors as dg, type Background as dh, type PluginContainerData as di, type PluginContainerDataWidth as dj, type PluginContainerDataWidthDataOneOf as dk, type Spoiler as dl, type Height as dm, type Styles as dn, type Link as dp, type LinkDataOneOf as dq, type Rel as dr, type CodeBlockData as ds, type TextStyle as dt, type DividerData as du, type FileData as dv, type FileSource as dw, type FileSourceDataOneOf as dx, type PDFSettings as dy, type GalleryData as dz, type UpdateSubmissionValidationErrors as e, type MediaSettings as e$, type BackgroundGradient as e0, type PollDesignBackground as e1, type PollDesignBackgroundBackgroundOneOf as e2, type PollDesign as e3, type OptionDesign as e4, type Poll as e5, type PollDataLayout as e6, type Design as e7, type TextData as e8, type Decoration as e9, type BorderColors as eA, type BorderWidths as eB, type ListValue as eC, type AudioData as eD, type OrderedListData as eE, type BulletedListData as eF, type BlockquoteData as eG, type CaptionData as eH, type LayoutData as eI, type LayoutDataBackgroundImage as eJ, type Banner as eK, type LayoutDataBackground as eL, type Backdrop as eM, type LayoutCellData as eN, type ShapeData as eO, type ShapeDataStyles as eP, type CardData as eQ, type CardDataBackground as eR, type BackgroundImage as eS, type TocData as eT, type SmartBlockData as eU, type SmartBlockCellData as eV, type Metadata as eW, type DocumentStyle as eX, type TextNodeStyle as eY, type MediaItem as eZ, type MediaItemMediaOneOf as e_, type DecorationDataOneOf as ea, type AnchorData as eb, type ColorData as ec, type LinkData as ed, type MentionData as ee, type FontSizeData as ef, type SpoilerData as eg, type FontFamilyData as eh, type AppEmbedData as ei, type AppEmbedDataAppDataOneOf as ej, type BookingData as ek, type EventData as el, type ButtonStyles as em, type ImageStyles as en, type RibbonStyles as eo, type CardStyles as ep, type PricingData as eq, type VideoData as er, type PlaybackOptions as es, type EmbedData as et, type Oembed as eu, type CollapsibleListData as ev, type TableData as ew, type Dimensions as ex, type TableCellData as ey, type CellStyle as ez, type ConfirmSubmissionResponse as f, type FormFieldContactInfoAdditionalInfoOneOf as f$, type RadioGroup as f0, type RadioGroupOption as f1, type CustomOption as f2, type Dropdown as f3, type DropdownOption as f4, type DateTimeInput as f5, type PhoneInput as f6, type DateInput as f7, type TimeInput as f8, type DatePicker as f9, type ProductCheckboxGroup as fA, type ProductCheckboxGroupOption as fB, type DonationInput as fC, type DonationInputOption as fD, type PaymentInput as fE, type FixedPayment as fF, type MultilineAddress as fG, type AddressLine2 as fH, type DefaultCountryConfig as fI, type DefaultCountryConfigOptionsOneOf as fJ, type FieldsSettings as fK, type Repeater as fL, type FormLayout as fM, type BreakPoint as fN, type ItemLayout as fO, type ItemLayoutItemOneOf as fP, type Group as fQ, type Margin as fR, type Section as fS, type Appointment as fT, type AppointmentFormatInfoOneOf as fU, type Location as fV, type LocationLocationInfoOneOf as fW, type InPersonOptions as fX, type VideoConferenceOptions as fY, type PhoneOptions as fZ, type FormFieldContactInfo as f_, type ServicesDropdown as fa, type ServiceOption as fb, type Password as fc, type NumberCorrectAnswersList as fd, type NumberType as fe, type NumberQuizFieldSettings as ff, type NumberInput as fg, type RatingInput as fh, type BooleanType as fi, type Checkbox as fj, type CorrectAnswersList as fk, type ArrayType as fl, type ObjectType as fm, type PropertiesType as fn, type PropertiesTypePropertiesTypeOptionsOneOf as fo, type ArrayItems as fp, type ArrayItemsItemTypeOptionsOneOf as fq, type QuizFieldSettings as fr, type CheckboxGroup as fs, type Option as ft, type ComponentsTags as fu, type TagsOption as fv, type ServicesCheckboxGroup as fw, type FileType as fx, type FileUpload as fy, type Signature as fz, type BulkDeleteSubmissionResponse as g, type Tags as g$, type EmailInfo as g0, type PhoneInfo as g1, type AddressInfo as g2, type CustomFieldInfo as g3, type SubscriptionInfo as g4, type _String as g5, type _StringComponentTypeOptionsOneOf as g6, type _Number as g7, type _NumberComponentTypeOptionsOneOf as g8, type _Boolean as g9, type FormFieldContactInfoEmailInfo as gA, type FormFieldContactInfoPhoneInfo as gB, type FormFieldContactInfoAddressInfo as gC, type FormFieldContactInfoCustomFieldInfo as gD, type FormFieldContactInfoSubscriptionInfo as gE, type NestedForm as gF, type LimitationRule as gG, type RequiredIndicatorProperties as gH, type SubmitSettings as gI, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gJ, type ThankYouMessageOptions as gK, type RedirectOptions as gL, type PopupOptions as gM, type FieldGroup as gN, type Rule as gO, type RequiredOptions as gP, type HiddenOptions as gQ, type AllowedValuesOptions as gR, type FieldOverride as gS, type FieldOverridePropertyTypeOptionsOneOf as gT, type ConditionNode as gU, type ConditionNodeNodeOneOf as gV, type AndCondition as gW, type OrCondition as gX, type Condition as gY, type RuleFormOverride as gZ, type RuleFormOverrideEntityTypeOptionsOneOf as g_, type _BooleanComponentTypeOptionsOneOf as ga, type _Array as gb, type _ArrayComponentTypeOptionsOneOf as gc, type _Object as gd, type WixFile as ge, type WixFileComponentTypeOptionsOneOf as gf, type Payment as gg, type PaymentComponentTypeOptionsOneOf as gh, type Scheduling as gi, type SchedulingComponentTypeOptionsOneOf as gj, type InputFieldAddress as gk, type InputFieldAddressComponentTypeOptionsOneOf as gl, type ObjectArray as gm, type ObjectArrayComponentTypeOptionsOneOf as gn, type DisplayField as go, type DisplayFieldDisplayFieldTypeOptionsOneOf as gp, type RichContentOptions as gq, type PageNavigationOptions as gr, type Step as gs, type FormRule as gt, type FormOverride as gu, type FormProperties as gv, type PostSubmissionTriggers as gw, type UpsertContact as gx, type V4FormFieldContactInfo as gy, type V4FormFieldContactInfoAdditionalInfoOneOf as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type RemoveSubmissionFromTrashBinRequest as h$, type TagsTagList as h0, type QuizSettings as h1, type QuizSettingsPassingCriteriaOneOf as h2, type QuizSettingsResultsDisplayOptionsOneOf as h3, type PassFailMessages as h4, type CreateCheckoutFromSubmissionResponse as h5, type Checkout as h6, type IsFormSubmittableRequest as h7, type IsFormSubmittableResponse as h8, type Empty as h9, type PrivateTags as hA, type PrivateTagsTagList as hB, type CreateSubmissionRequest as hC, type CreateSubmissionResponse as hD, type SubmissionValidationErrorsDetails as hE, type ValidationError as hF, type CreateSubmissionBySubmitterRequest as hG, type CreateSubmissionBySubmitterResponse as hH, type BulkCreateSubmissionBySubmitterRequest as hI, type BulkCreateSubmissionBySubmitterData as hJ, type BulkCreateSubmissionBySubmitterResponse as hK, type BulkSubmissionResult as hL, type ItemMetadata as hM, type ApplicationError as hN, type BulkActionMetadata as hO, type GetSubmissionRequest as hP, type GetSubmissionResponse as hQ, type GetSubmissionByCheckoutIdRequest as hR, type GetSubmissionByCheckoutIdResponse as hS, type UpdateSubmissionRequest as hT, type UpdateSubmissionResponse as hU, type ConfirmSubmissionRequest as hV, type DeleteSubmissionRequest as hW, type DeleteSubmissionResponse as hX, type BulkDeleteSubmissionRequest as hY, type BulkDeleteSubmissionResult as hZ, type RestoreSubmissionFromTrashBinRequest as h_, type UpsertContactFromSubmissionRequest as ha, type SubmitContactResponse as hb, type UpsertContactResponse as hc, type Contact as hd, type ContactName as he, type ContactEmail as hf, type ContactSubscription as hg, type AdditionalEmail as hh, type ContactPhone as hi, type AdditionalPhone as hj, type ContactAddress as hk, type Address as hl, type AddressStreetOneOf as hm, type StreetAddress as hn, type AddressLocation as ho, type Subdivision as hp, type StandardDetails as hq, type Recipient as hr, type ContactCompany as hs, type ContactSource as ht, type ContactActivity as hu, type MemberInfo as hv, type ProfileInfo as hw, type UserInfo as hx, type SessionInfo as hy, type GroupInfo as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type OptInLevelWithLiterals as i$, type RemoveSubmissionFromTrashBinResponse as i0, type BulkRemoveSubmissionFromTrashBinRequest as i1, type BulkRemoveSubmissionFromTrashBinResult as i2, type ListDeletedSubmissionsRequest as i3, type CursorPaging as i4, type CursorPagingMetadata as i5, type Cursors as i6, type GetDeletedSubmissionRequest as i7, type QuerySubmissionRequest as i8, type CursorQueryPagingMethodOneOf as i9, type GetFormattedSubmissionRequest as iA, type FormattedSubmission as iB, type ListFormattedSubmissionsRequest as iC, type ListFormattedSubmissionsResponse as iD, type FormattedFormSubmission as iE, type UpdateExtendedFieldsRequest as iF, type BulkUpdateFormSubmissionTagsRequest as iG, type BulkUpdateFormSubmissionTagsResponse as iH, type BulkUpdateFormSubmissionTagsResult as iI, type BulkUpdateFormSubmissionTagsByFilterRequest as iJ, type BulkUpdateFormSubmissionTagsByFilterResponse as iK, type ValidateFormSubmissionRequest as iL, type FieldViolation as iM, type FieldViolationErrorDataOneOf as iN, type SubmissionValidationErrors as iO, type SubmissionValidationError as iP, type SubmissionValidationErrorErrorMessageOneOf as iQ, type BaseEventMetadata as iR, type EventMetadata as iS, type AccountInfoMetadata as iT, type FormSubmissionSearchSpec as iU, type SubmissionsQueryResult as iV, type FormSubmissionQuerySpec as iW, type BulkUpdateFormSubmissionTagsOptions as iX, type BulkUpdateFormSubmissionTagsByFilterOptions as iY, utils as iZ, type SubmissionStatusWithLiterals as i_, type Sorting as ia, type SearchSubmissionsByNamespaceRequest as ib, type CursorSearch as ic, type CursorSearchPagingMethodOneOf as id, type SearchDetails as ie, type SearchSubmissionsByNamespaceForExportRequest as ig, type SearchSubmissionsByNamespaceForExportResponse as ih, type QuerySubmissionsByNamespaceRequest as ii, type QuerySubmissionsByNamespaceResponse as ij, type QuerySubmissionsByNamespaceForExportRequest as ik, type QuerySubmissionsByNamespaceForExportResponse as il, type CountSubmissionsByFilterRequest as im, type FormSubmissionsCount as io, type CountSubmissionsRequest as ip, type CountDeletedSubmissionsRequest as iq, type FormDeletedSubmissionsCount as ir, type GetMediaUploadURLRequest as is, type BulkMarkSubmissionsAsSeenRequest as it, type GetSubmissionDownloadUrlRequest as iu, type SubmissionDocument as iv, type SubmissionDocumentDocumentOneOf as iw, type DocumentReady as ix, type DownloadSubmissionRequest as iy, type HeadersEntry as iz, type ListDeletedSubmissionsResponse as j, type ImagePositionWithLiterals as j$, type WebhookIdentityTypeWithLiterals as j0, type StringTypeFormatEnumFormatWithLiterals as j1, type DayOfWeekWithLiterals as j2, type ValidationFormatWithLiterals as j3, type ProductTypeWithLiterals as j4, type PriceTypeWithLiterals as j5, type FieldTypeWithLiterals as j6, type FormatEnumFormatWithLiterals as j7, type StringComponentTypeWithLiterals as j8, type NodeTypeWithLiterals as j9, type PositionWithLiterals as jA, type AspectRatioWithLiterals as jB, type ResizingWithLiterals as jC, type PlacementWithLiterals as jD, type CardStylesTypeWithLiterals as jE, type CardStylesAlignmentWithLiterals as jF, type LayoutWithLiterals as jG, type AppTypeWithLiterals as jH, type InitialExpandedItemsWithLiterals as jI, type DirectionWithLiterals as jJ, type VerticalAlignmentWithLiterals as jK, type NullValueWithLiterals as jL, type ImageScalingScalingWithLiterals as jM, type LayoutDataImagePositionWithLiterals as jN, type OriginWithLiterals as jO, type LayoutDataBackgroundTypeWithLiterals as jP, type BackdropTypeWithLiterals as jQ, type VerticalAlignmentAlignmentWithLiterals as jR, type ResponsivenessBehaviourWithLiterals as jS, type DesignTargetWithLiterals as jT, type ScalingWithLiterals as jU, type ImagePositionPositionWithLiterals as jV, type CardDataBackgroundTypeWithLiterals as jW, type ListStyleWithLiterals as jX, type IndentationWithLiterals as jY, type SmartBlockDataTypeWithLiterals as jZ, type ColumnSizeWithLiterals as j_, type BackgroundTypeWithLiterals as ja, type GradientTypeWithLiterals as jb, type WidthTypeWithLiterals as jc, type PluginContainerDataAlignmentWithLiterals as jd, type ButtonDataTypeWithLiterals as je, type LinkTargetWithLiterals as jf, type TextAlignmentWithLiterals as jg, type LineStyleWithLiterals as jh, type WidthWithLiterals as ji, type DividerDataAlignmentWithLiterals as jj, type ViewModeWithLiterals as jk, type LayoutTypeWithLiterals as jl, type OrientationWithLiterals as jm, type CropWithLiterals as jn, type ThumbnailsAlignmentWithLiterals as jo, type GIFTypeWithLiterals as jp, type SourceWithLiterals as jq, type StylesPositionWithLiterals as jr, type MapTypeWithLiterals as js, type ViewRoleWithLiterals as jt, type VoteRoleWithLiterals as ju, type PollLayoutTypeWithLiterals as jv, type PollLayoutDirectionWithLiterals as jw, type PollDesignBackgroundTypeWithLiterals as jx, type DecorationTypeWithLiterals as jy, type FontTypeWithLiterals as jz, type CursorQuery as k, onSubmissionCreated as k$, type AlignmentWithLiterals as k0, type ImageFitWithLiterals as k1, type NumberOfColumnsWithLiterals as k2, type FirstDayOfWeekWithLiterals as k3, type NumberComponentTypeWithLiterals as k4, type BooleanComponentTypeWithLiterals as k5, type ItemTypeWithLiterals as k6, type PropertiesTypeEnumWithLiterals as k7, type ArrayComponentTypeWithLiterals as k8, type WixFileComponentTypeWithLiterals as k9, type RequiredIndicatorPlacementWithLiterals as kA, type TargetWithLiterals as kB, type SubmitSuccessActionWithLiterals as kC, type ChangeablePropertyWithLiterals as kD, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as kE, type OperatorWithLiterals as kF, type ResultsDisplayWithLiterals as kG, type ContactAutofillWithLiterals as kH, type SubmissionAccessWithLiterals as kI, type IdentityTypeWithLiterals as kJ, type SubscriptionStatusWithLiterals as kK, type EmailDeliverabilityStatusWithLiterals as kL, type PhoneTagWithLiterals as kM, type PhoneDeliverabilityStatusWithLiterals as kN, type AddressTagWithLiterals as kO, type SubdivisionTypeWithLiterals as kP, type MemberStatusWithLiterals as kQ, type PrivacyStatusWithLiterals as kR, type RoleWithLiterals as kS, type ActionWithLiterals as kT, type ErrorTypeWithLiterals as kU, type SortOrderWithLiterals as kV, type ModeWithLiterals as kW, type StatusWithLiterals as kX, type SubmissionErrorTypeWithLiterals as kY, type CommonSearchWithEntityContext as kZ, type CommonQueryWithEntityContext as k_, type UploadFileFormatWithLiterals as ka, type PaymentComponentTypeWithLiterals as kb, type ComponentTypeWithLiterals as kc, type TypeWithLiterals as kd, type ObjectArrayComponentTypeWithLiterals as ke, type SchedulingComponentTypeWithLiterals as kf, type FormatWithLiterals as kg, type MeetingTypeWithLiterals as kh, type StaffStrategySelectionWithLiterals as ki, type InputTypeWithLiterals as kj, type EmailInfoTagWithLiterals as kk, type PhoneInfoTagWithLiterals as kl, type TagWithLiterals as km, type ConfirmationLevelWithLiterals as kn, type SubscriptionChannelWithLiterals as ko, type ContactFieldWithLiterals as kp, type DisplayFieldTypeWithLiterals as kq, type OverrideEntityTypeWithLiterals as kr, type KindWithLiterals as ks, type FormFieldContactInfoEmailInfoTagWithLiterals as kt, type FormFieldContactInfoPhoneInfoTagWithLiterals as ku, type AddressInfoTagWithLiterals as kv, type SubscriptionInfoOptInLevelWithLiterals as kw, type FormFieldContactInfoContactFieldWithLiterals as kx, type SpamFilterProtectionLevelWithLiterals as ky, type RequiredIndicatorWithLiterals as kz, type QuerySubmissionResponse as l, onSubmissionDeleted as l0, onSubmissionRemovedSubmissionFromTrash as l1, onSubmissionStatusUpdated as l2, onSubmissionContactMapped as l3, onSubmissionContactMappingSkipped as l4, onSubmissionUpdated as l5, upsertContactFromSubmission as l6, createSubmission as l7, getSubmission as l8, updateSubmission as l9, confirmSubmission as la, deleteSubmission as lb, bulkDeleteSubmission as lc, restoreSubmissionFromTrashBin as ld, removeSubmissionFromTrashBin as le, bulkRemoveSubmissionFromTrashBin as lf, listDeletedSubmissions as lg, getDeletedSubmission as lh, querySubmission as li, querySubmissionsByNamespace as lj, countSubmissionsByFilter as lk, countSubmissions as ll, countDeletedSubmissions as lm, getMediaUploadUrl as ln, bulkMarkSubmissionsAsSeen as lo, getSubmissionDownloadUrl as lp, downloadSubmission as lq, getFormattedSubmission as lr, updateExtendedFields as ls, validateFormSubmission as lt, type FormSubmissionSearch as m, type CountSubmissionsByFilterOptions as n, type CountSubmissionsByFilterResponse as o, type CountSubmissionsOptions as p, type CountSubmissionsResponse as q, type CountDeletedSubmissionsOptions as r, type CountDeletedSubmissionsResponse as s, type GetMediaUploadURLResponse as t, type BulkMarkSubmissionsAsSeenResponse as u, type GetSubmissionDownloadUrlResponse as v, type RawHttpResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
9063
+ export { DayOfWeek as $, type ValidateFormSubmissionResponse as A, type BulkDeleteSubmissionOptions as B, type CreateSubmissionOptions as C, type DeleteSubmissionOptions as D, type SubmissionCreatedEnvelope as E, type FormSubmission as F, type GetDeletedSubmissionResponse as G, type SubmissionDeletedEnvelope as H, type SubmissionRemovedSubmissionFromTrashEnvelope as I, type SubmissionStatusUpdatedEnvelope as J, type SubmissionContactMappedEnvelope as K, type ListDeletedSubmissionsOptions as L, type SubmissionContactMappingSkippedEnvelope as M, type SubmissionUpdatedEnvelope as N, type FormSubmissionQuery as O, type QuerySubmissionsByNamespaceOptions as P, type QuerySubmissionOptions as Q, type RestoreSubmissionFromTrashBinResponse as R, type SearchSubmissionsByNamespaceResponse as S, typedQuerySubmissionsByNamespace as T, type UpsertContactFromSubmissionOptions as U, type ValidateFormSubmissionOptions as V, type SubmissionsQueryBuilder as W, SubmissionStatus as X, OptInLevel as Y, WebhookIdentityType as Z, StringTypeFormatEnumFormat as _, type UpsertContactFromSubmissionResponse as a, ImageFit as a$, ValidationFormat as a0, ProductType as a1, PriceType as a2, FieldType as a3, FormatEnumFormat as a4, StringComponentType as a5, NodeType as a6, BackgroundType as a7, GradientType as a8, WidthType as a9, Placement as aA, CardStylesType as aB, CardStylesAlignment as aC, Layout as aD, AppType as aE, InitialExpandedItems as aF, Direction as aG, VerticalAlignment as aH, NullValue as aI, ImageScalingScaling as aJ, LayoutDataImagePosition as aK, Origin as aL, BannerPosition as aM, LayoutDataBackgroundType as aN, BackdropType as aO, VerticalAlignmentAlignment as aP, ResponsivenessBehaviour as aQ, DesignTarget as aR, Scaling as aS, ImagePositionPosition as aT, CardDataBackgroundType as aU, ListStyle as aV, Indentation as aW, SmartBlockDataType as aX, ColumnSize as aY, ImagePosition as aZ, Alignment as a_, PluginContainerDataAlignment as aa, ButtonDataType as ab, LinkTarget as ac, TextAlignment as ad, LineStyle as ae, Width as af, DividerDataAlignment as ag, ViewMode as ah, LayoutType as ai, Orientation as aj, Crop as ak, ThumbnailsAlignment as al, GIFType as am, Source as an, StylesPosition as ao, MapType as ap, ViewRole as aq, VoteRole as ar, PollLayoutType as as, PollLayoutDirection as at, PollDesignBackgroundType as au, DecorationType as av, FontType as aw, Position as ax, AspectRatio as ay, Resizing as az, type CreateSubmissionApplicationErrors as b, type PublicTags as b$, NumberOfColumns as b0, FirstDayOfWeek as b1, NumberComponentType as b2, BooleanComponentType as b3, ItemType as b4, PropertiesTypeEnum as b5, ArrayComponentType as b6, WixFileComponentType as b7, UploadFileFormat as b8, PaymentComponentType as b9, SubmitSuccessAction as bA, ChangeableProperty as bB, OverrideEntityTypeEnumOverrideEntityType as bC, Operator as bD, ResultsDisplay as bE, ContactAutofill as bF, SubmissionAccess as bG, IdentityType as bH, SubscriptionStatus as bI, EmailDeliverabilityStatus as bJ, PhoneTag as bK, PhoneDeliverabilityStatus as bL, AddressTag as bM, SubdivisionType as bN, MemberStatus as bO, PrivacyStatus as bP, Role as bQ, Action as bR, ErrorType as bS, SortOrder as bT, Mode as bU, Status as bV, SubmissionErrorType as bW, type Submitter as bX, type SubmitterSubmitterOneOf as bY, type ExtendedFields as bZ, type OrderDetails as b_, ComponentType as ba, Type as bb, ObjectArrayComponentType as bc, SchedulingComponentType as bd, Format as be, MeetingType as bf, StaffStrategySelection as bg, InputType as bh, EmailInfoTag as bi, PhoneInfoTag as bj, Tag as bk, ConfirmationLevel as bl, SubscriptionChannel as bm, ContactField as bn, DisplayFieldType as bo, OverrideEntityType as bp, Kind as bq, FormFieldContactInfoEmailInfoTag as br, FormFieldContactInfoPhoneInfoTag as bs, AddressInfoTag as bt, SubscriptionInfoOptInLevel as bu, FormFieldContactInfoContactField as bv, SpamFilterProtectionLevel as bw, RequiredIndicator as bx, RequiredIndicatorPlacement as by, Target as bz, type CreateSubmissionValidationErrors as c, type InputField as c$, type TagList as c0, type AppointmentDetails as c1, type FormSubmissionStatusUpdatedEvent as c2, type RemovedSubmissionFromTrash as c3, type SubmissionContactMapped as c4, type MarketingSubscriptionDetails as c5, type SubmissionContactMappingSkipped as c6, type DomainEvent as c7, type DomainEventBodyOneOf as c8, type EntityCreatedEvent as c9, type FormFieldArrayType as cA, type FormFieldObjectType as cB, type ObjectTypePropertiesType as cC, type ObjectTypePropertiesTypePropertiesTypeOneOf as cD, type ObjectErrorMessages as cE, type ArrayTypeArrayItems as cF, type ArrayTypeArrayItemsItemsOneOf as cG, type ArrayErrorMessages as cH, type PredefinedValidation as cI, type PredefinedValidationFormatOptionsOneOf as cJ, type PaymentType as cK, type QuantityLimit as cL, type FixedPriceOptions as cM, type DynamicPriceOptions as cN, type Product as cO, type ProductPriceOptionsOneOf as cP, type MultilineAddressValidation as cQ, type FieldOverrides as cR, type FieldsOverrides as cS, type ObjectArrayType as cT, type NestedFormFieldOverrides as cU, type Validation as cV, type ValidationValidationOneOf as cW, type DataExtensionsDetails as cX, type NestedFormOverrides as cY, type Field as cZ, type FieldFieldTypeOptionsOneOf as c_, type RestoreInfo as ca, type EntityUpdatedEvent as cb, type EntityDeletedEvent as cc, type ActionEvent as cd, type MessageEnvelope as ce, type IdentificationData as cf, type IdentificationDataIdOneOf as cg, type AccountInfo as ch, type CreateCheckoutFromSubmissionRequest as ci, type CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf as cj, type Form as ck, type FormField as cl, type FormFieldStringType as cm, type FormFieldStringTypeFormatOptionsOneOf as cn, type StringErrorMessages as co, type DateTimeAdvancedConstraints as cp, type Availability as cq, type DateRange as cr, type StringTypeDateTimeConstraints as cs, type StringTypePhoneConstraints as ct, type StringTypeValidationMessages as cu, type FormFieldNumberType as cv, type NumberErrorMessages as cw, type IntegerType as cx, type FormFieldBooleanType as cy, type BooleanErrorMessages as cz, type UpdateSubmission as d, type PollLayout as d$, type InputFieldInputTypeOptionsOneOf as d0, type StringCorrectAnswersList as d1, type StringType as d2, type StringTypeFormatOptionsOneOf as d3, type DateTimeConstraints as d4, type PhoneConstraints as d5, type ValidationMessages as d6, type StringQuizFieldSettings as d7, type TextInput as d8, type RichContent as d9, type GalleryData as dA, type Media as dB, type Image as dC, type Video as dD, type Item as dE, type ItemDataOneOf as dF, type GalleryOptions as dG, type GalleryOptionsLayout as dH, type ItemStyle as dI, type Thumbnails as dJ, type GIFData as dK, type GIF as dL, type HeadingData as dM, type HTMLData as dN, type HTMLDataDataOneOf as dO, type ImageData as dP, type StylesBorder as dQ, type ImageDataStyles as dR, type LinkPreviewData as dS, type LinkPreviewDataStyles as dT, type MapData as dU, type MapSettings as dV, type ParagraphData as dW, type PollData as dX, type Permissions as dY, type PollOption as dZ, type Settings as d_, type Node as da, type NodeDataOneOf as db, type NodeStyle as dc, type ButtonData as dd, type Gradient as de, type Stop as df, type Border as dg, type Colors as dh, type Background as di, type PluginContainerData as dj, type PluginContainerDataWidth as dk, type PluginContainerDataWidthDataOneOf as dl, type Spoiler as dm, type Height as dn, type Styles as dp, type Link as dq, type LinkDataOneOf as dr, type Rel as ds, type CodeBlockData as dt, type TextStyle as du, type DividerData as dv, type FileData as dw, type FileSource as dx, type FileSourceDataOneOf as dy, type PDFSettings as dz, type UpdateSubmissionValidationErrors as e, type MediaItemMediaOneOf as e$, type OptionLayout as e0, type BackgroundGradient as e1, type PollDesignBackground as e2, type PollDesignBackgroundBackgroundOneOf as e3, type PollDesign as e4, type OptionDesign as e5, type Poll as e6, type PollDataLayout as e7, type Design as e8, type TextData as e9, type CellStyle as eA, type BorderColors as eB, type BorderWidths as eC, type ListValue as eD, type AudioData as eE, type OrderedListData as eF, type BulletedListData as eG, type BlockquoteData as eH, type CaptionData as eI, type LayoutData as eJ, type LayoutDataBackgroundImage as eK, type Banner as eL, type LayoutDataBackground as eM, type Backdrop as eN, type LayoutCellData as eO, type ShapeData as eP, type ShapeDataStyles as eQ, type CardData as eR, type CardDataBackground as eS, type BackgroundImage as eT, type TocData as eU, type SmartBlockData as eV, type SmartBlockCellData as eW, type Metadata as eX, type DocumentStyle as eY, type TextNodeStyle as eZ, type MediaItem as e_, type Decoration as ea, type DecorationDataOneOf as eb, type AnchorData as ec, type ColorData as ed, type LinkData as ee, type MentionData as ef, type FontSizeData as eg, type SpoilerData as eh, type FontFamilyData as ei, type AppEmbedData as ej, type AppEmbedDataAppDataOneOf as ek, type BookingData as el, type EventData as em, type ButtonStyles as en, type ImageStyles as eo, type RibbonStyles as ep, type CardStyles as eq, type PricingData as er, type VideoData as es, type PlaybackOptions as et, type EmbedData as eu, type Oembed as ev, type CollapsibleListData as ew, type TableData as ex, type Dimensions as ey, type TableCellData as ez, type ConfirmSubmissionResponse as f, type FormFieldContactInfo as f$, type MediaSettings as f0, type RadioGroup as f1, type RadioGroupOption as f2, type CustomOption as f3, type Dropdown as f4, type DropdownOption as f5, type DateTimeInput as f6, type PhoneInput as f7, type DateInput as f8, type TimeInput as f9, type Signature as fA, type ProductCheckboxGroup as fB, type ProductCheckboxGroupOption as fC, type DonationInput as fD, type DonationInputOption as fE, type PaymentInput as fF, type FixedPayment as fG, type MultilineAddress as fH, type AddressLine2 as fI, type DefaultCountryConfig as fJ, type DefaultCountryConfigOptionsOneOf as fK, type FieldsSettings as fL, type Repeater as fM, type FormLayout as fN, type BreakPoint as fO, type ItemLayout as fP, type ItemLayoutItemOneOf as fQ, type Group as fR, type Margin as fS, type Section as fT, type Appointment as fU, type AppointmentFormatInfoOneOf as fV, type Location as fW, type LocationLocationInfoOneOf as fX, type InPersonOptions as fY, type VideoConferenceOptions as fZ, type PhoneOptions as f_, type DatePicker as fa, type ServicesDropdown as fb, type ServiceOption as fc, type Password as fd, type NumberCorrectAnswersList as fe, type NumberType as ff, type NumberQuizFieldSettings as fg, type NumberInput as fh, type RatingInput as fi, type BooleanType as fj, type Checkbox as fk, type CorrectAnswersList as fl, type ArrayType as fm, type ObjectType as fn, type PropertiesType as fo, type PropertiesTypePropertiesTypeOptionsOneOf as fp, type ArrayItems as fq, type ArrayItemsItemTypeOptionsOneOf as fr, type QuizFieldSettings as fs, type CheckboxGroup as ft, type Option as fu, type ComponentsTags as fv, type TagsOption as fw, type ServicesCheckboxGroup as fx, type FileType as fy, type FileUpload as fz, type BulkDeleteSubmissionResponse as g, type RuleFormOverrideEntityTypeOptionsOneOf as g$, type FormFieldContactInfoAdditionalInfoOneOf as g0, type EmailInfo as g1, type PhoneInfo as g2, type AddressInfo as g3, type CustomFieldInfo as g4, type SubscriptionInfo as g5, type _String as g6, type _StringComponentTypeOptionsOneOf as g7, type _Number as g8, type _NumberComponentTypeOptionsOneOf as g9, type V4FormFieldContactInfoAdditionalInfoOneOf as gA, type FormFieldContactInfoEmailInfo as gB, type FormFieldContactInfoPhoneInfo as gC, type FormFieldContactInfoAddressInfo as gD, type FormFieldContactInfoCustomFieldInfo as gE, type FormFieldContactInfoSubscriptionInfo as gF, type NestedForm as gG, type LimitationRule as gH, type RequiredIndicatorProperties as gI, type SubmitSettings as gJ, type SubmitSettingsSubmitSuccessActionOptionsOneOf as gK, type ThankYouMessageOptions as gL, type RedirectOptions as gM, type PopupOptions as gN, type FieldGroup as gO, type Rule as gP, type RequiredOptions as gQ, type HiddenOptions as gR, type AllowedValuesOptions as gS, type FieldOverride as gT, type FieldOverridePropertyTypeOptionsOneOf as gU, type ConditionNode as gV, type ConditionNodeNodeOneOf as gW, type AndCondition as gX, type OrCondition as gY, type Condition as gZ, type RuleFormOverride as g_, type _Boolean as ga, type _BooleanComponentTypeOptionsOneOf as gb, type _Array as gc, type _ArrayComponentTypeOptionsOneOf as gd, type _Object as ge, type WixFile as gf, type WixFileComponentTypeOptionsOneOf as gg, type Payment as gh, type PaymentComponentTypeOptionsOneOf as gi, type Scheduling as gj, type SchedulingComponentTypeOptionsOneOf as gk, type InputFieldAddress as gl, type InputFieldAddressComponentTypeOptionsOneOf as gm, type ObjectArray as gn, type ObjectArrayComponentTypeOptionsOneOf as go, type DisplayField as gp, type DisplayFieldDisplayFieldTypeOptionsOneOf as gq, type RichContentOptions as gr, type PageNavigationOptions as gs, type Step as gt, type FormRule as gu, type FormOverride as gv, type FormProperties as gw, type PostSubmissionTriggers as gx, type UpsertContact as gy, type V4FormFieldContactInfo as gz, type BulkRemoveSubmissionFromTrashBinOptions as h, type RestoreSubmissionFromTrashBinRequest as h$, type Tags as h0, type TagsTagList as h1, type QuizSettings as h2, type QuizSettingsPassingCriteriaOneOf as h3, type QuizSettingsResultsDisplayOptionsOneOf as h4, type PassFailMessages as h5, type CreateCheckoutFromSubmissionResponse as h6, type Checkout as h7, type IsFormSubmittableRequest as h8, type IsFormSubmittableResponse as h9, type GroupInfo as hA, type PrivateTags as hB, type PrivateTagsTagList as hC, type CreateSubmissionRequest as hD, type CreateSubmissionResponse as hE, type SubmissionValidationErrorsDetails as hF, type ValidationError as hG, type CreateSubmissionBySubmitterRequest as hH, type CreateSubmissionBySubmitterResponse as hI, type BulkCreateSubmissionBySubmitterRequest as hJ, type BulkCreateSubmissionBySubmitterData as hK, type BulkCreateSubmissionBySubmitterResponse as hL, type BulkSubmissionResult as hM, type ItemMetadata as hN, type ApplicationError as hO, type BulkActionMetadata as hP, type GetSubmissionRequest as hQ, type GetSubmissionResponse as hR, type GetSubmissionByCheckoutIdRequest as hS, type GetSubmissionByCheckoutIdResponse as hT, type UpdateSubmissionRequest as hU, type UpdateSubmissionResponse as hV, type ConfirmSubmissionRequest as hW, type DeleteSubmissionRequest as hX, type DeleteSubmissionResponse as hY, type BulkDeleteSubmissionRequest as hZ, type BulkDeleteSubmissionResult as h_, type Empty as ha, type UpsertContactFromSubmissionRequest as hb, type SubmitContactResponse as hc, type UpsertContactResponse as hd, type Contact as he, type ContactName as hf, type ContactEmail as hg, type ContactSubscription as hh, type AdditionalEmail as hi, type ContactPhone as hj, type AdditionalPhone as hk, type ContactAddress as hl, type Address as hm, type AddressStreetOneOf as hn, type StreetAddress as ho, type AddressLocation as hp, type Subdivision as hq, type StandardDetails as hr, type Recipient as hs, type ContactCompany as ht, type ContactSource as hu, type ContactActivity as hv, type MemberInfo as hw, type ProfileInfo as hx, type UserInfo as hy, type SessionInfo as hz, type BulkRemoveSubmissionFromTrashBinResponse as i, type SubmissionStatusWithLiterals as i$, type RemoveSubmissionFromTrashBinRequest as i0, type RemoveSubmissionFromTrashBinResponse as i1, type BulkRemoveSubmissionFromTrashBinRequest as i2, type BulkRemoveSubmissionFromTrashBinResult as i3, type ListDeletedSubmissionsRequest as i4, type CursorPaging as i5, type CursorPagingMetadata as i6, type Cursors as i7, type GetDeletedSubmissionRequest as i8, type QuerySubmissionRequest as i9, type HeadersEntry as iA, type GetFormattedSubmissionRequest as iB, type FormattedSubmission as iC, type ListFormattedSubmissionsRequest as iD, type ListFormattedSubmissionsResponse as iE, type FormattedFormSubmission as iF, type UpdateExtendedFieldsRequest as iG, type BulkUpdateFormSubmissionTagsRequest as iH, type BulkUpdateFormSubmissionTagsResponse as iI, type BulkUpdateFormSubmissionTagsResult as iJ, type BulkUpdateFormSubmissionTagsByFilterRequest as iK, type BulkUpdateFormSubmissionTagsByFilterResponse as iL, type ValidateFormSubmissionRequest as iM, type FieldViolation as iN, type FieldViolationErrorDataOneOf as iO, type SubmissionValidationErrors as iP, type SubmissionValidationError as iQ, type SubmissionValidationErrorErrorMessageOneOf as iR, type BaseEventMetadata as iS, type EventMetadata as iT, type AccountInfoMetadata as iU, type FormSubmissionSearchSpec as iV, type SubmissionsQueryResult as iW, type FormSubmissionQuerySpec as iX, type BulkUpdateFormSubmissionTagsOptions as iY, type BulkUpdateFormSubmissionTagsByFilterOptions as iZ, utils as i_, type CursorQueryPagingMethodOneOf as ia, type Sorting as ib, type SearchSubmissionsByNamespaceRequest as ic, type CursorSearch as id, type CursorSearchPagingMethodOneOf as ie, type SearchDetails as ig, type SearchSubmissionsByNamespaceForExportRequest as ih, type SearchSubmissionsByNamespaceForExportResponse as ii, type QuerySubmissionsByNamespaceRequest as ij, type QuerySubmissionsByNamespaceResponse as ik, type QuerySubmissionsByNamespaceForExportRequest as il, type QuerySubmissionsByNamespaceForExportResponse as im, type CountSubmissionsByFilterRequest as io, type FormSubmissionsCount as ip, type CountSubmissionsRequest as iq, type CountDeletedSubmissionsRequest as ir, type FormDeletedSubmissionsCount as is, type GetMediaUploadURLRequest as it, type BulkMarkSubmissionsAsSeenRequest as iu, type GetSubmissionDownloadUrlRequest as iv, type SubmissionDocument as iw, type SubmissionDocumentDocumentOneOf as ix, type DocumentReady as iy, type DownloadSubmissionRequest as iz, type ListDeletedSubmissionsResponse as j, type SmartBlockDataTypeWithLiterals as j$, type OptInLevelWithLiterals as j0, type WebhookIdentityTypeWithLiterals as j1, type StringTypeFormatEnumFormatWithLiterals as j2, type DayOfWeekWithLiterals as j3, type ValidationFormatWithLiterals as j4, type ProductTypeWithLiterals as j5, type PriceTypeWithLiterals as j6, type FieldTypeWithLiterals as j7, type FormatEnumFormatWithLiterals as j8, type StringComponentTypeWithLiterals as j9, type FontTypeWithLiterals as jA, type PositionWithLiterals as jB, type AspectRatioWithLiterals as jC, type ResizingWithLiterals as jD, type PlacementWithLiterals as jE, type CardStylesTypeWithLiterals as jF, type CardStylesAlignmentWithLiterals as jG, type LayoutWithLiterals as jH, type AppTypeWithLiterals as jI, type InitialExpandedItemsWithLiterals as jJ, type DirectionWithLiterals as jK, type VerticalAlignmentWithLiterals as jL, type NullValueWithLiterals as jM, type ImageScalingScalingWithLiterals as jN, type LayoutDataImagePositionWithLiterals as jO, type OriginWithLiterals as jP, type BannerPositionWithLiterals as jQ, type LayoutDataBackgroundTypeWithLiterals as jR, type BackdropTypeWithLiterals as jS, type VerticalAlignmentAlignmentWithLiterals as jT, type ResponsivenessBehaviourWithLiterals as jU, type DesignTargetWithLiterals as jV, type ScalingWithLiterals as jW, type ImagePositionPositionWithLiterals as jX, type CardDataBackgroundTypeWithLiterals as jY, type ListStyleWithLiterals as jZ, type IndentationWithLiterals as j_, type NodeTypeWithLiterals as ja, type BackgroundTypeWithLiterals as jb, type GradientTypeWithLiterals as jc, type WidthTypeWithLiterals as jd, type PluginContainerDataAlignmentWithLiterals as je, type ButtonDataTypeWithLiterals as jf, type LinkTargetWithLiterals as jg, type TextAlignmentWithLiterals as jh, type LineStyleWithLiterals as ji, type WidthWithLiterals as jj, type DividerDataAlignmentWithLiterals as jk, type ViewModeWithLiterals as jl, type LayoutTypeWithLiterals as jm, type OrientationWithLiterals as jn, type CropWithLiterals as jo, type ThumbnailsAlignmentWithLiterals as jp, type GIFTypeWithLiterals as jq, type SourceWithLiterals as jr, type StylesPositionWithLiterals as js, type MapTypeWithLiterals as jt, type ViewRoleWithLiterals as ju, type VoteRoleWithLiterals as jv, type PollLayoutTypeWithLiterals as jw, type PollLayoutDirectionWithLiterals as jx, type PollDesignBackgroundTypeWithLiterals as jy, type DecorationTypeWithLiterals as jz, type CursorQuery as k, type CommonSearchWithEntityContext as k$, type ColumnSizeWithLiterals as k0, type ImagePositionWithLiterals as k1, type AlignmentWithLiterals as k2, type ImageFitWithLiterals as k3, type NumberOfColumnsWithLiterals as k4, type FirstDayOfWeekWithLiterals as k5, type NumberComponentTypeWithLiterals as k6, type BooleanComponentTypeWithLiterals as k7, type ItemTypeWithLiterals as k8, type PropertiesTypeEnumWithLiterals as k9, type SpamFilterProtectionLevelWithLiterals as kA, type RequiredIndicatorWithLiterals as kB, type RequiredIndicatorPlacementWithLiterals as kC, type TargetWithLiterals as kD, type SubmitSuccessActionWithLiterals as kE, type ChangeablePropertyWithLiterals as kF, type OverrideEntityTypeEnumOverrideEntityTypeWithLiterals as kG, type OperatorWithLiterals as kH, type ResultsDisplayWithLiterals as kI, type ContactAutofillWithLiterals as kJ, type SubmissionAccessWithLiterals as kK, type IdentityTypeWithLiterals as kL, type SubscriptionStatusWithLiterals as kM, type EmailDeliverabilityStatusWithLiterals as kN, type PhoneTagWithLiterals as kO, type PhoneDeliverabilityStatusWithLiterals as kP, type AddressTagWithLiterals as kQ, type SubdivisionTypeWithLiterals as kR, type MemberStatusWithLiterals as kS, type PrivacyStatusWithLiterals as kT, type RoleWithLiterals as kU, type ActionWithLiterals as kV, type ErrorTypeWithLiterals as kW, type SortOrderWithLiterals as kX, type ModeWithLiterals as kY, type StatusWithLiterals as kZ, type SubmissionErrorTypeWithLiterals as k_, type ArrayComponentTypeWithLiterals as ka, type WixFileComponentTypeWithLiterals as kb, type UploadFileFormatWithLiterals as kc, type PaymentComponentTypeWithLiterals as kd, type ComponentTypeWithLiterals as ke, type TypeWithLiterals as kf, type ObjectArrayComponentTypeWithLiterals as kg, type SchedulingComponentTypeWithLiterals as kh, type FormatWithLiterals as ki, type MeetingTypeWithLiterals as kj, type StaffStrategySelectionWithLiterals as kk, type InputTypeWithLiterals as kl, type EmailInfoTagWithLiterals as km, type PhoneInfoTagWithLiterals as kn, type TagWithLiterals as ko, type ConfirmationLevelWithLiterals as kp, type SubscriptionChannelWithLiterals as kq, type ContactFieldWithLiterals as kr, type DisplayFieldTypeWithLiterals as ks, type OverrideEntityTypeWithLiterals as kt, type KindWithLiterals as ku, type FormFieldContactInfoEmailInfoTagWithLiterals as kv, type FormFieldContactInfoPhoneInfoTagWithLiterals as kw, type AddressInfoTagWithLiterals as kx, type SubscriptionInfoOptInLevelWithLiterals as ky, type FormFieldContactInfoContactFieldWithLiterals as kz, type QuerySubmissionResponse as l, type CommonQueryWithEntityContext as l0, onSubmissionCreated as l1, onSubmissionDeleted as l2, onSubmissionRemovedSubmissionFromTrash as l3, onSubmissionStatusUpdated as l4, onSubmissionContactMapped as l5, onSubmissionContactMappingSkipped as l6, onSubmissionUpdated as l7, upsertContactFromSubmission as l8, createSubmission as l9, getSubmission as la, updateSubmission as lb, confirmSubmission as lc, deleteSubmission as ld, bulkDeleteSubmission as le, restoreSubmissionFromTrashBin as lf, removeSubmissionFromTrashBin as lg, bulkRemoveSubmissionFromTrashBin as lh, listDeletedSubmissions as li, getDeletedSubmission as lj, querySubmission as lk, querySubmissionsByNamespace as ll, countSubmissionsByFilter as lm, countSubmissions as ln, countDeletedSubmissions as lo, getMediaUploadUrl as lp, bulkMarkSubmissionsAsSeen as lq, getSubmissionDownloadUrl as lr, downloadSubmission as ls, getFormattedSubmission as lt, updateExtendedFields as lu, validateFormSubmission as lv, type FormSubmissionSearch as m, type CountSubmissionsByFilterOptions as n, type CountSubmissionsByFilterResponse as o, type CountSubmissionsOptions as p, type CountSubmissionsResponse as q, type CountDeletedSubmissionsOptions as r, type CountDeletedSubmissionsResponse as s, type GetMediaUploadURLResponse as t, type BulkMarkSubmissionsAsSeenResponse as u, type GetSubmissionDownloadUrlResponse as v, type RawHttpResponse as w, type GetFormattedSubmissionResponse as x, type UpdateExtendedFieldsOptions as y, type UpdateExtendedFieldsResponse as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as CountSubmissionsByFilterOptions, o as CountSubmissionsByFilterResponse, p as CountSubmissionsOptions, q as CountSubmissionsResponse, r as CountDeletedSubmissionsOptions, s as CountDeletedSubmissionsResponse, t as GetMediaUploadURLResponse, u as BulkMarkSubmissionsAsSeenResponse, v as GetSubmissionDownloadUrlResponse, w as RawHttpResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, V as ValidateFormSubmissionOptions, A as ValidateFormSubmissionResponse, E as SubmissionCreatedEnvelope, H as SubmissionDeletedEnvelope, I as SubmissionRemovedSubmissionFromTrashEnvelope, J as SubmissionStatusUpdatedEnvelope, K as SubmissionContactMappedEnvelope, M as SubmissionContactMappingSkippedEnvelope, N as SubmissionUpdatedEnvelope, O as FormSubmissionQuery, P as QuerySubmissionsByNamespaceOptions, T as typedQuerySubmissionsByNamespace, W as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-Yk4TWzuP.js';
3
- export { cg as AccountInfo, iT as AccountInfoMetadata, bQ as Action, cc as ActionEvent, kT as ActionWithLiterals, hh as AdditionalEmail, hj as AdditionalPhone, hl as Address, g2 as AddressInfo, bs as AddressInfoTag, kv as AddressInfoTagWithLiterals, fH as AddressLine2, ho as AddressLocation, hm as AddressStreetOneOf, bL as AddressTag, kO as AddressTagWithLiterals, aZ as Alignment, k0 as AlignmentWithLiterals, gR as AllowedValuesOptions, eb as AnchorData, gW as AndCondition, ei as AppEmbedData, ej as AppEmbedDataAppDataOneOf, aE as AppType, jH as AppTypeWithLiterals, hN as ApplicationError, fT as Appointment, c0 as AppointmentDetails, fU as AppointmentFormatInfoOneOf, b5 as ArrayComponentType, k8 as ArrayComponentTypeWithLiterals, cG as ArrayErrorMessages, fp as ArrayItems, fq as ArrayItemsItemTypeOptionsOneOf, fl as ArrayType, cE as ArrayTypeArrayItems, cF as ArrayTypeArrayItemsItemsOneOf, ay as AspectRatio, jB as AspectRatioWithLiterals, eD as AudioData, cp as Availability, eM as Backdrop, aN as BackdropType, jQ as BackdropTypeWithLiterals, dh as Background, e0 as BackgroundGradient, eS as BackgroundImage, a7 as BackgroundType, ja as BackgroundTypeWithLiterals, eK as Banner, iR as BaseEventMetadata, eG as BlockquoteData, ek as BookingData, b2 as BooleanComponentType, k5 as BooleanComponentTypeWithLiterals, cy as BooleanErrorMessages, fi as BooleanType, df as Border, eA as BorderColors, eB as BorderWidths, fN as BreakPoint, hO as BulkActionMetadata, hJ as BulkCreateSubmissionBySubmitterData, hI as BulkCreateSubmissionBySubmitterRequest, hK as BulkCreateSubmissionBySubmitterResponse, hY as BulkDeleteSubmissionRequest, hZ as BulkDeleteSubmissionResult, it as BulkMarkSubmissionsAsSeenRequest, i1 as BulkRemoveSubmissionFromTrashBinRequest, i2 as BulkRemoveSubmissionFromTrashBinResult, hL as BulkSubmissionResult, iY as BulkUpdateFormSubmissionTagsByFilterOptions, iJ as BulkUpdateFormSubmissionTagsByFilterRequest, iK as BulkUpdateFormSubmissionTagsByFilterResponse, iX as BulkUpdateFormSubmissionTagsOptions, iG as BulkUpdateFormSubmissionTagsRequest, iH as BulkUpdateFormSubmissionTagsResponse, iI as BulkUpdateFormSubmissionTagsResult, eF as BulletedListData, dc as ButtonData, ab as ButtonDataType, je as ButtonDataTypeWithLiterals, em as ButtonStyles, eH as CaptionData, eQ as CardData, eR as CardDataBackground, aT as CardDataBackgroundType, jW as CardDataBackgroundTypeWithLiterals, ep as CardStyles, aC as CardStylesAlignment, jF as CardStylesAlignmentWithLiterals, aB as CardStylesType, jE as CardStylesTypeWithLiterals, ez as CellStyle, bA as ChangeableProperty, kD as ChangeablePropertyWithLiterals, fj as Checkbox, fs as CheckboxGroup, h6 as Checkout, ds as CodeBlockData, ev as CollapsibleListData, ec as ColorData, dg as Colors, aX as ColumnSize, j_ as ColumnSizeWithLiterals, k_ as CommonQueryWithEntityContext, kZ as CommonSearchWithEntityContext, b9 as ComponentType, kc as ComponentTypeWithLiterals, fu as ComponentsTags, gY as Condition, gU as ConditionNode, gV as ConditionNodeNodeOneOf, hV as ConfirmSubmissionRequest, bk as ConfirmationLevel, kn as ConfirmationLevelWithLiterals, hd as Contact, hu as ContactActivity, hk as ContactAddress, bE as ContactAutofill, kH as ContactAutofillWithLiterals, hs as ContactCompany, hf as ContactEmail, bm as ContactField, kp as ContactFieldWithLiterals, he as ContactName, hi as ContactPhone, ht as ContactSource, hg as ContactSubscription, fk as CorrectAnswersList, iq as CountDeletedSubmissionsRequest, im as CountSubmissionsByFilterRequest, ip as CountSubmissionsRequest, ch as CreateCheckoutFromSubmissionRequest, ci as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, h5 as CreateCheckoutFromSubmissionResponse, hG as CreateSubmissionBySubmitterRequest, hH as CreateSubmissionBySubmitterResponse, hC as CreateSubmissionRequest, hD as CreateSubmissionResponse, ak as Crop, jn as CropWithLiterals, i4 as CursorPaging, i5 as CursorPagingMetadata, i9 as CursorQueryPagingMethodOneOf, ic as CursorSearch, id as CursorSearchPagingMethodOneOf, i6 as Cursors, g3 as CustomFieldInfo, f2 as CustomOption, cW as DataExtensionsDetails, f7 as DateInput, f9 as DatePicker, cq as DateRange, co as DateTimeAdvancedConstraints, d3 as DateTimeConstraints, f5 as DateTimeInput, $ as DayOfWeek, j2 as DayOfWeekWithLiterals, e9 as Decoration, ea as DecorationDataOneOf, av as DecorationType, jy as DecorationTypeWithLiterals, fI as DefaultCountryConfig, fJ as DefaultCountryConfigOptionsOneOf, hW as DeleteSubmissionRequest, hX as DeleteSubmissionResponse, e7 as Design, aQ as DesignTarget, jT as DesignTargetWithLiterals, ex as Dimensions, aG as Direction, jJ as DirectionWithLiterals, go as DisplayField, gp as DisplayFieldDisplayFieldTypeOptionsOneOf, bn as DisplayFieldType, kq as DisplayFieldTypeWithLiterals, du as DividerData, ag as DividerDataAlignment, jj as DividerDataAlignmentWithLiterals, ix as DocumentReady, eX as DocumentStyle, c6 as DomainEvent, c7 as DomainEventBodyOneOf, fC as DonationInput, fD as DonationInputOption, iy as DownloadSubmissionRequest, f3 as Dropdown, f4 as DropdownOption, cM as DynamicPriceOptions, bI as EmailDeliverabilityStatus, kL as EmailDeliverabilityStatusWithLiterals, g0 as EmailInfo, bh as EmailInfoTag, kk as EmailInfoTagWithLiterals, et as EmbedData, h9 as Empty, c8 as EntityCreatedEvent, cb as EntityDeletedEvent, ca as EntityUpdatedEvent, bR as ErrorType, kU as ErrorTypeWithLiterals, el as EventData, iS as EventMetadata, bY as ExtendedFields, cY as Field, cZ as FieldFieldTypeOptionsOneOf, gN as FieldGroup, gS as FieldOverride, gT as FieldOverridePropertyTypeOptionsOneOf, cQ as FieldOverrides, a3 as FieldType, j6 as FieldTypeWithLiterals, iM as FieldViolation, iN as FieldViolationErrorDataOneOf, cR as FieldsOverrides, fK as FieldsSettings, dv as FileData, dw as FileSource, dx as FileSourceDataOneOf, fx as FileType, fy as FileUpload, b0 as FirstDayOfWeek, k3 as FirstDayOfWeekWithLiterals, fF as FixedPayment, cL as FixedPriceOptions, eh as FontFamilyData, ef as FontSizeData, aw as FontType, jz as FontTypeWithLiterals, cj as Form, ir as FormDeletedSubmissionsCount, ck as FormField, cz as FormFieldArrayType, cx as FormFieldBooleanType, f_ as FormFieldContactInfo, f$ as FormFieldContactInfoAdditionalInfoOneOf, gC as FormFieldContactInfoAddressInfo, bu as FormFieldContactInfoContactField, kx as FormFieldContactInfoContactFieldWithLiterals, gD as FormFieldContactInfoCustomFieldInfo, gA as FormFieldContactInfoEmailInfo, bq as FormFieldContactInfoEmailInfoTag, kt as FormFieldContactInfoEmailInfoTagWithLiterals, gB as FormFieldContactInfoPhoneInfo, br as FormFieldContactInfoPhoneInfoTag, ku as FormFieldContactInfoPhoneInfoTagWithLiterals, gE as FormFieldContactInfoSubscriptionInfo, cu as FormFieldNumberType, cA as FormFieldObjectType, cl as FormFieldStringType, cm as FormFieldStringTypeFormatOptionsOneOf, fM as FormLayout, gu as FormOverride, gv as FormProperties, gt as FormRule, iW as FormSubmissionQuerySpec, iU as FormSubmissionSearchSpec, c1 as FormSubmissionStatusUpdatedEvent, io as FormSubmissionsCount, bd as Format, a4 as FormatEnumFormat, j7 as FormatEnumFormatWithLiterals, kg as FormatWithLiterals, iE as FormattedFormSubmission, iB as FormattedSubmission, dK as GIF, dJ as GIFData, am as GIFType, jp as GIFTypeWithLiterals, dz as GalleryData, dF as GalleryOptions, dG as GalleryOptionsLayout, i7 as GetDeletedSubmissionRequest, iA as GetFormattedSubmissionRequest, is as GetMediaUploadURLRequest, hR as GetSubmissionByCheckoutIdRequest, hS as GetSubmissionByCheckoutIdResponse, iu as GetSubmissionDownloadUrlRequest, hP as GetSubmissionRequest, hQ as GetSubmissionResponse, dd as Gradient, a8 as GradientType, jb as GradientTypeWithLiterals, fQ as Group, hz as GroupInfo, dM as HTMLData, dN as HTMLDataDataOneOf, iz as HeadersEntry, dL as HeadingData, dm as Height, gQ as HiddenOptions, ce as IdentificationData, cf as IdentificationDataIdOneOf, bG as IdentityType, kJ as IdentityTypeWithLiterals, dB as Image, dO as ImageData, dQ as ImageDataStyles, a_ as ImageFit, k1 as ImageFitWithLiterals, aY as ImagePosition, aS as ImagePositionPosition, jV as ImagePositionPositionWithLiterals, j$ as ImagePositionWithLiterals, aJ as ImageScalingScaling, jM as ImageScalingScalingWithLiterals, en as ImageStyles, fX as InPersonOptions, aV as Indentation, jY as IndentationWithLiterals, aF as InitialExpandedItems, jI as InitialExpandedItemsWithLiterals, c_ as InputField, gk as InputFieldAddress, gl as InputFieldAddressComponentTypeOptionsOneOf, c$ as InputFieldInputTypeOptionsOneOf, bg as InputType, kj as InputTypeWithLiterals, cw as IntegerType, h7 as IsFormSubmittableRequest, h8 as IsFormSubmittableResponse, dD as Item, dE as ItemDataOneOf, fO as ItemLayout, fP as ItemLayoutItemOneOf, hM as ItemMetadata, dH as ItemStyle, b3 as ItemType, k6 as ItemTypeWithLiterals, bp as Kind, ks as KindWithLiterals, aD as Layout, eN as LayoutCellData, eI as LayoutData, eL as LayoutDataBackground, eJ as LayoutDataBackgroundImage, aM as LayoutDataBackgroundType, jP as LayoutDataBackgroundTypeWithLiterals, aK as LayoutDataImagePosition, jN as LayoutDataImagePositionWithLiterals, ai as LayoutType, jl as LayoutTypeWithLiterals, jG as LayoutWithLiterals, gG as LimitationRule, ae as LineStyle, jh as LineStyleWithLiterals, dp as Link, ed as LinkData, dq as LinkDataOneOf, dR as LinkPreviewData, dS as LinkPreviewDataStyles, ac as LinkTarget, jf as LinkTargetWithLiterals, i3 as ListDeletedSubmissionsRequest, iC as ListFormattedSubmissionsRequest, iD as ListFormattedSubmissionsResponse, aU as ListStyle, jX as ListStyleWithLiterals, eC as ListValue, fV as Location, fW as LocationLocationInfoOneOf, dT as MapData, dU as MapSettings, ap as MapType, js as MapTypeWithLiterals, fR as Margin, c4 as MarketingSubscriptionDetails, dA as Media, eZ as MediaItem, e_ as MediaItemMediaOneOf, e$ as MediaSettings, be as MeetingType, kh as MeetingTypeWithLiterals, hv as MemberInfo, bN as MemberStatus, kQ as MemberStatusWithLiterals, ee as MentionData, cd as MessageEnvelope, eW as Metadata, bT as Mode, kW as ModeWithLiterals, fG as MultilineAddress, cP as MultilineAddressValidation, gF as NestedForm, cT as NestedFormFieldOverrides, cX as NestedFormOverrides, d9 as Node, da as NodeDataOneOf, db as NodeStyle, a6 as NodeType, j9 as NodeTypeWithLiterals, aI as NullValue, jL as NullValueWithLiterals, b1 as NumberComponentType, k4 as NumberComponentTypeWithLiterals, fd as NumberCorrectAnswersList, cv as NumberErrorMessages, fg as NumberInput, a$ as NumberOfColumns, k2 as NumberOfColumnsWithLiterals, ff as NumberQuizFieldSettings, fe as NumberType, gm as ObjectArray, bb as ObjectArrayComponentType, gn as ObjectArrayComponentTypeOptionsOneOf, ke as ObjectArrayComponentTypeWithLiterals, cS as ObjectArrayType, cD as ObjectErrorMessages, fm as ObjectType, cB as ObjectTypePropertiesType, cC as ObjectTypePropertiesTypePropertiesTypeOneOf, eu as Oembed, bC as Operator, kF as OperatorWithLiterals, Y as OptInLevel, i$ as OptInLevelWithLiterals, ft as Option, e4 as OptionDesign, d$ as OptionLayout, gX as OrCondition, bZ as OrderDetails, eE as OrderedListData, aj as Orientation, jm as OrientationWithLiterals, aL as Origin, jO as OriginWithLiterals, bo as OverrideEntityType, bB as OverrideEntityTypeEnumOverrideEntityType, kE as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, kr as OverrideEntityTypeWithLiterals, dy as PDFSettings, gr as PageNavigationOptions, dV as ParagraphData, h4 as PassFailMessages, fc as Password, gg as Payment, b8 as PaymentComponentType, gh as PaymentComponentTypeOptionsOneOf, kb as PaymentComponentTypeWithLiterals, fE as PaymentInput, cJ as PaymentType, dX as Permissions, d4 as PhoneConstraints, bK as PhoneDeliverabilityStatus, kN as PhoneDeliverabilityStatusWithLiterals, g1 as PhoneInfo, bi as PhoneInfoTag, kl as PhoneInfoTagWithLiterals, f6 as PhoneInput, fZ as PhoneOptions, bJ as PhoneTag, kM as PhoneTagWithLiterals, aA as Placement, jD as PlacementWithLiterals, es as PlaybackOptions, di as PluginContainerData, aa as PluginContainerDataAlignment, jd as PluginContainerDataAlignmentWithLiterals, dj as PluginContainerDataWidth, dk as PluginContainerDataWidthDataOneOf, e5 as Poll, dW as PollData, e6 as PollDataLayout, e3 as PollDesign, e1 as PollDesignBackground, e2 as PollDesignBackgroundBackgroundOneOf, au as PollDesignBackgroundType, jx as PollDesignBackgroundTypeWithLiterals, d_ as PollLayout, at as PollLayoutDirection, jw as PollLayoutDirectionWithLiterals, as as PollLayoutType, jv as PollLayoutTypeWithLiterals, dY as PollOption, gM as PopupOptions, ax as Position, jA as PositionWithLiterals, gw as PostSubmissionTriggers, cH as PredefinedValidation, cI as PredefinedValidationFormatOptionsOneOf, a2 as PriceType, j5 as PriceTypeWithLiterals, eq as PricingData, bO as PrivacyStatus, kR as PrivacyStatusWithLiterals, hA as PrivateTags, hB as PrivateTagsTagList, cN as Product, fA as ProductCheckboxGroup, fB as ProductCheckboxGroupOption, cO as ProductPriceOptionsOneOf, a1 as ProductType, j4 as ProductTypeWithLiterals, hw as ProfileInfo, fn as PropertiesType, b4 as PropertiesTypeEnum, k7 as PropertiesTypeEnumWithLiterals, fo as PropertiesTypePropertiesTypeOptionsOneOf, b_ as PublicTags, cK as QuantityLimit, i8 as QuerySubmissionRequest, ik as QuerySubmissionsByNamespaceForExportRequest, il as QuerySubmissionsByNamespaceForExportResponse, ii as QuerySubmissionsByNamespaceRequest, ij as QuerySubmissionsByNamespaceResponse, fr as QuizFieldSettings, h1 as QuizSettings, h2 as QuizSettingsPassingCriteriaOneOf, h3 as QuizSettingsResultsDisplayOptionsOneOf, f0 as RadioGroup, f1 as RadioGroupOption, fh as RatingInput, hr as Recipient, gL as RedirectOptions, dr as Rel, h$ as RemoveSubmissionFromTrashBinRequest, i0 as RemoveSubmissionFromTrashBinResponse, c2 as RemovedSubmissionFromTrash, fL as Repeater, bw as RequiredIndicator, bx as RequiredIndicatorPlacement, kA as RequiredIndicatorPlacementWithLiterals, gH as RequiredIndicatorProperties, kz as RequiredIndicatorWithLiterals, gP as RequiredOptions, az as Resizing, jC as ResizingWithLiterals, aP as ResponsivenessBehaviour, jS as ResponsivenessBehaviourWithLiterals, c9 as RestoreInfo, h_ as RestoreSubmissionFromTrashBinRequest, bD as ResultsDisplay, kG as ResultsDisplayWithLiterals, eo as RibbonStyles, d8 as RichContent, gq as RichContentOptions, bP as Role, kS as RoleWithLiterals, gO as Rule, gZ as RuleFormOverride, g_ as RuleFormOverrideEntityTypeOptionsOneOf, aR as Scaling, jU as ScalingWithLiterals, gi as Scheduling, bc as SchedulingComponentType, gj as SchedulingComponentTypeOptionsOneOf, kf as SchedulingComponentTypeWithLiterals, ie as SearchDetails, ig as SearchSubmissionsByNamespaceForExportRequest, ih as SearchSubmissionsByNamespaceForExportResponse, ib as SearchSubmissionsByNamespaceRequest, fS as Section, fb as ServiceOption, fw as ServicesCheckboxGroup, fa as ServicesDropdown, hy as SessionInfo, dZ as Settings, eO as ShapeData, eP as ShapeDataStyles, fz as Signature, eV as SmartBlockCellData, eU as SmartBlockData, aW as SmartBlockDataType, jZ as SmartBlockDataTypeWithLiterals, bS as SortOrder, kV as SortOrderWithLiterals, ia as Sorting, an as Source, jq as SourceWithLiterals, bv as SpamFilterProtectionLevel, ky as SpamFilterProtectionLevelWithLiterals, dl as Spoiler, eg as SpoilerData, bf as StaffStrategySelection, ki as StaffStrategySelectionWithLiterals, hq as StandardDetails, bU as Status, kX as StatusWithLiterals, gs as Step, de as Stop, hn as StreetAddress, a5 as StringComponentType, j8 as StringComponentTypeWithLiterals, d0 as StringCorrectAnswersList, cn as StringErrorMessages, d6 as StringQuizFieldSettings, d1 as StringType, cr as StringTypeDateTimeConstraints, _ as StringTypeFormatEnumFormat, j1 as StringTypeFormatEnumFormatWithLiterals, d2 as StringTypeFormatOptionsOneOf, cs as StringTypePhoneConstraints, ct as StringTypeValidationMessages, dn as Styles, dP as StylesBorder, ao as StylesPosition, jr as StylesPositionWithLiterals, hp as Subdivision, bM as SubdivisionType, kP as SubdivisionTypeWithLiterals, bF as SubmissionAccess, kI as SubmissionAccessWithLiterals, c3 as SubmissionContactMapped, c5 as SubmissionContactMappingSkipped, iv as SubmissionDocument, iw as SubmissionDocumentDocumentOneOf, bV as SubmissionErrorType, kY as SubmissionErrorTypeWithLiterals, X as SubmissionStatus, i_ as SubmissionStatusWithLiterals, iP as SubmissionValidationError, iQ as SubmissionValidationErrorErrorMessageOneOf, iO as SubmissionValidationErrors, hE as SubmissionValidationErrorsDetails, iV as SubmissionsQueryResult, hb as SubmitContactResponse, gI as SubmitSettings, gJ as SubmitSettingsSubmitSuccessActionOptionsOneOf, bz as SubmitSuccessAction, kC as SubmitSuccessActionWithLiterals, bW as Submitter, bX as SubmitterSubmitterOneOf, bl as SubscriptionChannel, ko as SubscriptionChannelWithLiterals, g4 as SubscriptionInfo, bt as SubscriptionInfoOptInLevel, kw as SubscriptionInfoOptInLevelWithLiterals, bH as SubscriptionStatus, kK as SubscriptionStatusWithLiterals, ey as TableCellData, ew as TableData, bj as Tag, b$ as TagList, km as TagWithLiterals, g$ as Tags, fv as TagsOption, h0 as TagsTagList, by as Target, kB as TargetWithLiterals, ad as TextAlignment, jg as TextAlignmentWithLiterals, e8 as TextData, d7 as TextInput, eY as TextNodeStyle, dt as TextStyle, gK as ThankYouMessageOptions, dI as Thumbnails, al as ThumbnailsAlignment, jo as ThumbnailsAlignmentWithLiterals, f8 as TimeInput, eT as TocData, ba as Type, kd as TypeWithLiterals, iF as UpdateExtendedFieldsRequest, hT as UpdateSubmissionRequest, hU as UpdateSubmissionResponse, b7 as UploadFileFormat, ka as UploadFileFormatWithLiterals, gx as UpsertContact, ha as UpsertContactFromSubmissionRequest, hc as UpsertContactResponse, hx as UserInfo, gy as V4FormFieldContactInfo, gz as V4FormFieldContactInfoAdditionalInfoOneOf, iL as ValidateFormSubmissionRequest, cU as Validation, hF as ValidationError, a0 as ValidationFormat, j3 as ValidationFormatWithLiterals, d5 as ValidationMessages, cV as ValidationValidationOneOf, aH as VerticalAlignment, aO as VerticalAlignmentAlignment, jR as VerticalAlignmentAlignmentWithLiterals, jK as VerticalAlignmentWithLiterals, dC as Video, fY as VideoConferenceOptions, er as VideoData, ah as ViewMode, jk as ViewModeWithLiterals, aq as ViewRole, jt as ViewRoleWithLiterals, ar as VoteRole, ju as VoteRoleWithLiterals, Z as WebhookIdentityType, j0 as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, jc as WidthTypeWithLiterals, ji as WidthWithLiterals, ge as WixFile, b6 as WixFileComponentType, gf as WixFileComponentTypeOptionsOneOf, k9 as WixFileComponentTypeWithLiterals, gb as _Array, gc as _ArrayComponentTypeOptionsOneOf, g9 as _Boolean, ga as _BooleanComponentTypeOptionsOneOf, g7 as _Number, g8 as _NumberComponentTypeOptionsOneOf, gd as _Object, g5 as _String, g6 as _StringComponentTypeOptionsOneOf, iZ as utils } from './forms-v4-submission-submissions.universal-Yk4TWzuP.js';
2
+ import { U as UpsertContactFromSubmissionOptions, a as UpsertContactFromSubmissionResponse, F as FormSubmission, C as CreateSubmissionOptions, b as CreateSubmissionApplicationErrors, c as CreateSubmissionValidationErrors, d as UpdateSubmission, e as UpdateSubmissionValidationErrors, f as ConfirmSubmissionResponse, D as DeleteSubmissionOptions, B as BulkDeleteSubmissionOptions, g as BulkDeleteSubmissionResponse, R as RestoreSubmissionFromTrashBinResponse, h as BulkRemoveSubmissionFromTrashBinOptions, i as BulkRemoveSubmissionFromTrashBinResponse, L as ListDeletedSubmissionsOptions, j as ListDeletedSubmissionsResponse, G as GetDeletedSubmissionResponse, k as CursorQuery, Q as QuerySubmissionOptions, l as QuerySubmissionResponse, m as FormSubmissionSearch, S as SearchSubmissionsByNamespaceResponse, n as CountSubmissionsByFilterOptions, o as CountSubmissionsByFilterResponse, p as CountSubmissionsOptions, q as CountSubmissionsResponse, r as CountDeletedSubmissionsOptions, s as CountDeletedSubmissionsResponse, t as GetMediaUploadURLResponse, u as BulkMarkSubmissionsAsSeenResponse, v as GetSubmissionDownloadUrlResponse, w as RawHttpResponse, x as GetFormattedSubmissionResponse, y as UpdateExtendedFieldsOptions, z as UpdateExtendedFieldsResponse, V as ValidateFormSubmissionOptions, A as ValidateFormSubmissionResponse, E as SubmissionCreatedEnvelope, H as SubmissionDeletedEnvelope, I as SubmissionRemovedSubmissionFromTrashEnvelope, J as SubmissionStatusUpdatedEnvelope, K as SubmissionContactMappedEnvelope, M as SubmissionContactMappingSkippedEnvelope, N as SubmissionUpdatedEnvelope, O as FormSubmissionQuery, P as QuerySubmissionsByNamespaceOptions, T as typedQuerySubmissionsByNamespace, W as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-iL5s7YRB.js';
3
+ export { ch as AccountInfo, iU as AccountInfoMetadata, bR as Action, cd as ActionEvent, kV as ActionWithLiterals, hi as AdditionalEmail, hk as AdditionalPhone, hm as Address, g3 as AddressInfo, bt as AddressInfoTag, kx as AddressInfoTagWithLiterals, fI as AddressLine2, hp as AddressLocation, hn as AddressStreetOneOf, bM as AddressTag, kQ as AddressTagWithLiterals, a_ as Alignment, k2 as AlignmentWithLiterals, gS as AllowedValuesOptions, ec as AnchorData, gX as AndCondition, ej as AppEmbedData, ek as AppEmbedDataAppDataOneOf, aE as AppType, jI as AppTypeWithLiterals, hO as ApplicationError, fU as Appointment, c1 as AppointmentDetails, fV as AppointmentFormatInfoOneOf, b6 as ArrayComponentType, ka as ArrayComponentTypeWithLiterals, cH as ArrayErrorMessages, fq as ArrayItems, fr as ArrayItemsItemTypeOptionsOneOf, fm as ArrayType, cF as ArrayTypeArrayItems, cG as ArrayTypeArrayItemsItemsOneOf, ay as AspectRatio, jC as AspectRatioWithLiterals, eE as AudioData, cq as Availability, eN as Backdrop, aO as BackdropType, jS as BackdropTypeWithLiterals, di as Background, e1 as BackgroundGradient, eT as BackgroundImage, a7 as BackgroundType, jb as BackgroundTypeWithLiterals, eL as Banner, aM as BannerPosition, jQ as BannerPositionWithLiterals, iS as BaseEventMetadata, eH as BlockquoteData, el as BookingData, b3 as BooleanComponentType, k7 as BooleanComponentTypeWithLiterals, cz as BooleanErrorMessages, fj as BooleanType, dg as Border, eB as BorderColors, eC as BorderWidths, fO as BreakPoint, hP as BulkActionMetadata, hK as BulkCreateSubmissionBySubmitterData, hJ as BulkCreateSubmissionBySubmitterRequest, hL as BulkCreateSubmissionBySubmitterResponse, hZ as BulkDeleteSubmissionRequest, h_ as BulkDeleteSubmissionResult, iu as BulkMarkSubmissionsAsSeenRequest, i2 as BulkRemoveSubmissionFromTrashBinRequest, i3 as BulkRemoveSubmissionFromTrashBinResult, hM as BulkSubmissionResult, iZ as BulkUpdateFormSubmissionTagsByFilterOptions, iK as BulkUpdateFormSubmissionTagsByFilterRequest, iL as BulkUpdateFormSubmissionTagsByFilterResponse, iY as BulkUpdateFormSubmissionTagsOptions, iH as BulkUpdateFormSubmissionTagsRequest, iI as BulkUpdateFormSubmissionTagsResponse, iJ as BulkUpdateFormSubmissionTagsResult, eG as BulletedListData, dd as ButtonData, ab as ButtonDataType, jf as ButtonDataTypeWithLiterals, en as ButtonStyles, eI as CaptionData, eR as CardData, eS as CardDataBackground, aU as CardDataBackgroundType, jY as CardDataBackgroundTypeWithLiterals, eq as CardStyles, aC as CardStylesAlignment, jG as CardStylesAlignmentWithLiterals, aB as CardStylesType, jF as CardStylesTypeWithLiterals, eA as CellStyle, bB as ChangeableProperty, kF as ChangeablePropertyWithLiterals, fk as Checkbox, ft as CheckboxGroup, h7 as Checkout, dt as CodeBlockData, ew as CollapsibleListData, ed as ColorData, dh as Colors, aY as ColumnSize, k0 as ColumnSizeWithLiterals, l0 as CommonQueryWithEntityContext, k$ as CommonSearchWithEntityContext, ba as ComponentType, ke as ComponentTypeWithLiterals, fv as ComponentsTags, gZ as Condition, gV as ConditionNode, gW as ConditionNodeNodeOneOf, hW as ConfirmSubmissionRequest, bl as ConfirmationLevel, kp as ConfirmationLevelWithLiterals, he as Contact, hv as ContactActivity, hl as ContactAddress, bF as ContactAutofill, kJ as ContactAutofillWithLiterals, ht as ContactCompany, hg as ContactEmail, bn as ContactField, kr as ContactFieldWithLiterals, hf as ContactName, hj as ContactPhone, hu as ContactSource, hh as ContactSubscription, fl as CorrectAnswersList, ir as CountDeletedSubmissionsRequest, io as CountSubmissionsByFilterRequest, iq as CountSubmissionsRequest, ci as CreateCheckoutFromSubmissionRequest, cj as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, h6 as CreateCheckoutFromSubmissionResponse, hH as CreateSubmissionBySubmitterRequest, hI as CreateSubmissionBySubmitterResponse, hD as CreateSubmissionRequest, hE as CreateSubmissionResponse, ak as Crop, jo as CropWithLiterals, i5 as CursorPaging, i6 as CursorPagingMetadata, ia as CursorQueryPagingMethodOneOf, id as CursorSearch, ie as CursorSearchPagingMethodOneOf, i7 as Cursors, g4 as CustomFieldInfo, f3 as CustomOption, cX as DataExtensionsDetails, f8 as DateInput, fa as DatePicker, cr as DateRange, cp as DateTimeAdvancedConstraints, d4 as DateTimeConstraints, f6 as DateTimeInput, $ as DayOfWeek, j3 as DayOfWeekWithLiterals, ea as Decoration, eb as DecorationDataOneOf, av as DecorationType, jz as DecorationTypeWithLiterals, fJ as DefaultCountryConfig, fK as DefaultCountryConfigOptionsOneOf, hX as DeleteSubmissionRequest, hY as DeleteSubmissionResponse, e8 as Design, aR as DesignTarget, jV as DesignTargetWithLiterals, ey as Dimensions, aG as Direction, jK as DirectionWithLiterals, gp as DisplayField, gq as DisplayFieldDisplayFieldTypeOptionsOneOf, bo as DisplayFieldType, ks as DisplayFieldTypeWithLiterals, dv as DividerData, ag as DividerDataAlignment, jk as DividerDataAlignmentWithLiterals, iy as DocumentReady, eY as DocumentStyle, c7 as DomainEvent, c8 as DomainEventBodyOneOf, fD as DonationInput, fE as DonationInputOption, iz as DownloadSubmissionRequest, f4 as Dropdown, f5 as DropdownOption, cN as DynamicPriceOptions, bJ as EmailDeliverabilityStatus, kN as EmailDeliverabilityStatusWithLiterals, g1 as EmailInfo, bi as EmailInfoTag, km as EmailInfoTagWithLiterals, eu as EmbedData, ha as Empty, c9 as EntityCreatedEvent, cc as EntityDeletedEvent, cb as EntityUpdatedEvent, bS as ErrorType, kW as ErrorTypeWithLiterals, em as EventData, iT as EventMetadata, bZ as ExtendedFields, cZ as Field, c_ as FieldFieldTypeOptionsOneOf, gO as FieldGroup, gT as FieldOverride, gU as FieldOverridePropertyTypeOptionsOneOf, cR as FieldOverrides, a3 as FieldType, j7 as FieldTypeWithLiterals, iN as FieldViolation, iO as FieldViolationErrorDataOneOf, cS as FieldsOverrides, fL as FieldsSettings, dw as FileData, dx as FileSource, dy as FileSourceDataOneOf, fy as FileType, fz as FileUpload, b1 as FirstDayOfWeek, k5 as FirstDayOfWeekWithLiterals, fG as FixedPayment, cM as FixedPriceOptions, ei as FontFamilyData, eg as FontSizeData, aw as FontType, jA as FontTypeWithLiterals, ck as Form, is as FormDeletedSubmissionsCount, cl as FormField, cA as FormFieldArrayType, cy as FormFieldBooleanType, f$ as FormFieldContactInfo, g0 as FormFieldContactInfoAdditionalInfoOneOf, gD as FormFieldContactInfoAddressInfo, bv as FormFieldContactInfoContactField, kz as FormFieldContactInfoContactFieldWithLiterals, gE as FormFieldContactInfoCustomFieldInfo, gB as FormFieldContactInfoEmailInfo, br as FormFieldContactInfoEmailInfoTag, kv as FormFieldContactInfoEmailInfoTagWithLiterals, gC as FormFieldContactInfoPhoneInfo, bs as FormFieldContactInfoPhoneInfoTag, kw as FormFieldContactInfoPhoneInfoTagWithLiterals, gF as FormFieldContactInfoSubscriptionInfo, cv as FormFieldNumberType, cB as FormFieldObjectType, cm as FormFieldStringType, cn as FormFieldStringTypeFormatOptionsOneOf, fN as FormLayout, gv as FormOverride, gw as FormProperties, gu as FormRule, iX as FormSubmissionQuerySpec, iV as FormSubmissionSearchSpec, c2 as FormSubmissionStatusUpdatedEvent, ip as FormSubmissionsCount, be as Format, a4 as FormatEnumFormat, j8 as FormatEnumFormatWithLiterals, ki as FormatWithLiterals, iF as FormattedFormSubmission, iC as FormattedSubmission, dL as GIF, dK as GIFData, am as GIFType, jq as GIFTypeWithLiterals, dA as GalleryData, dG as GalleryOptions, dH as GalleryOptionsLayout, i8 as GetDeletedSubmissionRequest, iB as GetFormattedSubmissionRequest, it as GetMediaUploadURLRequest, hS as GetSubmissionByCheckoutIdRequest, hT as GetSubmissionByCheckoutIdResponse, iv as GetSubmissionDownloadUrlRequest, hQ as GetSubmissionRequest, hR as GetSubmissionResponse, de as Gradient, a8 as GradientType, jc as GradientTypeWithLiterals, fR as Group, hA as GroupInfo, dN as HTMLData, dO as HTMLDataDataOneOf, iA as HeadersEntry, dM as HeadingData, dn as Height, gR as HiddenOptions, cf as IdentificationData, cg as IdentificationDataIdOneOf, bH as IdentityType, kL as IdentityTypeWithLiterals, dC as Image, dP as ImageData, dR as ImageDataStyles, a$ as ImageFit, k3 as ImageFitWithLiterals, aZ as ImagePosition, aT as ImagePositionPosition, jX as ImagePositionPositionWithLiterals, k1 as ImagePositionWithLiterals, aJ as ImageScalingScaling, jN as ImageScalingScalingWithLiterals, eo as ImageStyles, fY as InPersonOptions, aW as Indentation, j_ as IndentationWithLiterals, aF as InitialExpandedItems, jJ as InitialExpandedItemsWithLiterals, c$ as InputField, gl as InputFieldAddress, gm as InputFieldAddressComponentTypeOptionsOneOf, d0 as InputFieldInputTypeOptionsOneOf, bh as InputType, kl as InputTypeWithLiterals, cx as IntegerType, h8 as IsFormSubmittableRequest, h9 as IsFormSubmittableResponse, dE as Item, dF as ItemDataOneOf, fP as ItemLayout, fQ as ItemLayoutItemOneOf, hN as ItemMetadata, dI as ItemStyle, b4 as ItemType, k8 as ItemTypeWithLiterals, bq as Kind, ku as KindWithLiterals, aD as Layout, eO as LayoutCellData, eJ as LayoutData, eM as LayoutDataBackground, eK as LayoutDataBackgroundImage, aN as LayoutDataBackgroundType, jR as LayoutDataBackgroundTypeWithLiterals, aK as LayoutDataImagePosition, jO as LayoutDataImagePositionWithLiterals, ai as LayoutType, jm as LayoutTypeWithLiterals, jH as LayoutWithLiterals, gH as LimitationRule, ae as LineStyle, ji as LineStyleWithLiterals, dq as Link, ee as LinkData, dr as LinkDataOneOf, dS as LinkPreviewData, dT as LinkPreviewDataStyles, ac as LinkTarget, jg as LinkTargetWithLiterals, i4 as ListDeletedSubmissionsRequest, iD as ListFormattedSubmissionsRequest, iE as ListFormattedSubmissionsResponse, aV as ListStyle, jZ as ListStyleWithLiterals, eD as ListValue, fW as Location, fX as LocationLocationInfoOneOf, dU as MapData, dV as MapSettings, ap as MapType, jt as MapTypeWithLiterals, fS as Margin, c5 as MarketingSubscriptionDetails, dB as Media, e_ as MediaItem, e$ as MediaItemMediaOneOf, f0 as MediaSettings, bf as MeetingType, kj as MeetingTypeWithLiterals, hw as MemberInfo, bO as MemberStatus, kS as MemberStatusWithLiterals, ef as MentionData, ce as MessageEnvelope, eX as Metadata, bU as Mode, kY as ModeWithLiterals, fH as MultilineAddress, cQ as MultilineAddressValidation, gG as NestedForm, cU as NestedFormFieldOverrides, cY as NestedFormOverrides, da as Node, db as NodeDataOneOf, dc as NodeStyle, a6 as NodeType, ja as NodeTypeWithLiterals, aI as NullValue, jM as NullValueWithLiterals, b2 as NumberComponentType, k6 as NumberComponentTypeWithLiterals, fe as NumberCorrectAnswersList, cw as NumberErrorMessages, fh as NumberInput, b0 as NumberOfColumns, k4 as NumberOfColumnsWithLiterals, fg as NumberQuizFieldSettings, ff as NumberType, gn as ObjectArray, bc as ObjectArrayComponentType, go as ObjectArrayComponentTypeOptionsOneOf, kg as ObjectArrayComponentTypeWithLiterals, cT as ObjectArrayType, cE as ObjectErrorMessages, fn as ObjectType, cC as ObjectTypePropertiesType, cD as ObjectTypePropertiesTypePropertiesTypeOneOf, ev as Oembed, bD as Operator, kH as OperatorWithLiterals, Y as OptInLevel, j0 as OptInLevelWithLiterals, fu as Option, e5 as OptionDesign, e0 as OptionLayout, gY as OrCondition, b_ as OrderDetails, eF as OrderedListData, aj as Orientation, jn as OrientationWithLiterals, aL as Origin, jP as OriginWithLiterals, bp as OverrideEntityType, bC as OverrideEntityTypeEnumOverrideEntityType, kG as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, kt as OverrideEntityTypeWithLiterals, dz as PDFSettings, gs as PageNavigationOptions, dW as ParagraphData, h5 as PassFailMessages, fd as Password, gh as Payment, b9 as PaymentComponentType, gi as PaymentComponentTypeOptionsOneOf, kd as PaymentComponentTypeWithLiterals, fF as PaymentInput, cK as PaymentType, dY as Permissions, d5 as PhoneConstraints, bL as PhoneDeliverabilityStatus, kP as PhoneDeliverabilityStatusWithLiterals, g2 as PhoneInfo, bj as PhoneInfoTag, kn as PhoneInfoTagWithLiterals, f7 as PhoneInput, f_ as PhoneOptions, bK as PhoneTag, kO as PhoneTagWithLiterals, aA as Placement, jE as PlacementWithLiterals, et as PlaybackOptions, dj as PluginContainerData, aa as PluginContainerDataAlignment, je as PluginContainerDataAlignmentWithLiterals, dk as PluginContainerDataWidth, dl as PluginContainerDataWidthDataOneOf, e6 as Poll, dX as PollData, e7 as PollDataLayout, e4 as PollDesign, e2 as PollDesignBackground, e3 as PollDesignBackgroundBackgroundOneOf, au as PollDesignBackgroundType, jy as PollDesignBackgroundTypeWithLiterals, d$ as PollLayout, at as PollLayoutDirection, jx as PollLayoutDirectionWithLiterals, as as PollLayoutType, jw as PollLayoutTypeWithLiterals, dZ as PollOption, gN as PopupOptions, ax as Position, jB as PositionWithLiterals, gx as PostSubmissionTriggers, cI as PredefinedValidation, cJ as PredefinedValidationFormatOptionsOneOf, a2 as PriceType, j6 as PriceTypeWithLiterals, er as PricingData, bP as PrivacyStatus, kT as PrivacyStatusWithLiterals, hB as PrivateTags, hC as PrivateTagsTagList, cO as Product, fB as ProductCheckboxGroup, fC as ProductCheckboxGroupOption, cP as ProductPriceOptionsOneOf, a1 as ProductType, j5 as ProductTypeWithLiterals, hx as ProfileInfo, fo as PropertiesType, b5 as PropertiesTypeEnum, k9 as PropertiesTypeEnumWithLiterals, fp as PropertiesTypePropertiesTypeOptionsOneOf, b$ as PublicTags, cL as QuantityLimit, i9 as QuerySubmissionRequest, il as QuerySubmissionsByNamespaceForExportRequest, im as QuerySubmissionsByNamespaceForExportResponse, ij as QuerySubmissionsByNamespaceRequest, ik as QuerySubmissionsByNamespaceResponse, fs as QuizFieldSettings, h2 as QuizSettings, h3 as QuizSettingsPassingCriteriaOneOf, h4 as QuizSettingsResultsDisplayOptionsOneOf, f1 as RadioGroup, f2 as RadioGroupOption, fi as RatingInput, hs as Recipient, gM as RedirectOptions, ds as Rel, i0 as RemoveSubmissionFromTrashBinRequest, i1 as RemoveSubmissionFromTrashBinResponse, c3 as RemovedSubmissionFromTrash, fM as Repeater, bx as RequiredIndicator, by as RequiredIndicatorPlacement, kC as RequiredIndicatorPlacementWithLiterals, gI as RequiredIndicatorProperties, kB as RequiredIndicatorWithLiterals, gQ as RequiredOptions, az as Resizing, jD as ResizingWithLiterals, aQ as ResponsivenessBehaviour, jU as ResponsivenessBehaviourWithLiterals, ca as RestoreInfo, h$ as RestoreSubmissionFromTrashBinRequest, bE as ResultsDisplay, kI as ResultsDisplayWithLiterals, ep as RibbonStyles, d9 as RichContent, gr as RichContentOptions, bQ as Role, kU as RoleWithLiterals, gP as Rule, g_ as RuleFormOverride, g$ as RuleFormOverrideEntityTypeOptionsOneOf, aS as Scaling, jW as ScalingWithLiterals, gj as Scheduling, bd as SchedulingComponentType, gk as SchedulingComponentTypeOptionsOneOf, kh as SchedulingComponentTypeWithLiterals, ig as SearchDetails, ih as SearchSubmissionsByNamespaceForExportRequest, ii as SearchSubmissionsByNamespaceForExportResponse, ic as SearchSubmissionsByNamespaceRequest, fT as Section, fc as ServiceOption, fx as ServicesCheckboxGroup, fb as ServicesDropdown, hz as SessionInfo, d_ as Settings, eP as ShapeData, eQ as ShapeDataStyles, fA as Signature, eW as SmartBlockCellData, eV as SmartBlockData, aX as SmartBlockDataType, j$ as SmartBlockDataTypeWithLiterals, bT as SortOrder, kX as SortOrderWithLiterals, ib as Sorting, an as Source, jr as SourceWithLiterals, bw as SpamFilterProtectionLevel, kA as SpamFilterProtectionLevelWithLiterals, dm as Spoiler, eh as SpoilerData, bg as StaffStrategySelection, kk as StaffStrategySelectionWithLiterals, hr as StandardDetails, bV as Status, kZ as StatusWithLiterals, gt as Step, df as Stop, ho as StreetAddress, a5 as StringComponentType, j9 as StringComponentTypeWithLiterals, d1 as StringCorrectAnswersList, co as StringErrorMessages, d7 as StringQuizFieldSettings, d2 as StringType, cs as StringTypeDateTimeConstraints, _ as StringTypeFormatEnumFormat, j2 as StringTypeFormatEnumFormatWithLiterals, d3 as StringTypeFormatOptionsOneOf, ct as StringTypePhoneConstraints, cu as StringTypeValidationMessages, dp as Styles, dQ as StylesBorder, ao as StylesPosition, js as StylesPositionWithLiterals, hq as Subdivision, bN as SubdivisionType, kR as SubdivisionTypeWithLiterals, bG as SubmissionAccess, kK as SubmissionAccessWithLiterals, c4 as SubmissionContactMapped, c6 as SubmissionContactMappingSkipped, iw as SubmissionDocument, ix as SubmissionDocumentDocumentOneOf, bW as SubmissionErrorType, k_ as SubmissionErrorTypeWithLiterals, X as SubmissionStatus, i$ as SubmissionStatusWithLiterals, iQ as SubmissionValidationError, iR as SubmissionValidationErrorErrorMessageOneOf, iP as SubmissionValidationErrors, hF as SubmissionValidationErrorsDetails, iW as SubmissionsQueryResult, hc as SubmitContactResponse, gJ as SubmitSettings, gK as SubmitSettingsSubmitSuccessActionOptionsOneOf, bA as SubmitSuccessAction, kE as SubmitSuccessActionWithLiterals, bX as Submitter, bY as SubmitterSubmitterOneOf, bm as SubscriptionChannel, kq as SubscriptionChannelWithLiterals, g5 as SubscriptionInfo, bu as SubscriptionInfoOptInLevel, ky as SubscriptionInfoOptInLevelWithLiterals, bI as SubscriptionStatus, kM as SubscriptionStatusWithLiterals, ez as TableCellData, ex as TableData, bk as Tag, c0 as TagList, ko as TagWithLiterals, h0 as Tags, fw as TagsOption, h1 as TagsTagList, bz as Target, kD as TargetWithLiterals, ad as TextAlignment, jh as TextAlignmentWithLiterals, e9 as TextData, d8 as TextInput, eZ as TextNodeStyle, du as TextStyle, gL as ThankYouMessageOptions, dJ as Thumbnails, al as ThumbnailsAlignment, jp as ThumbnailsAlignmentWithLiterals, f9 as TimeInput, eU as TocData, bb as Type, kf as TypeWithLiterals, iG as UpdateExtendedFieldsRequest, hU as UpdateSubmissionRequest, hV as UpdateSubmissionResponse, b8 as UploadFileFormat, kc as UploadFileFormatWithLiterals, gy as UpsertContact, hb as UpsertContactFromSubmissionRequest, hd as UpsertContactResponse, hy as UserInfo, gz as V4FormFieldContactInfo, gA as V4FormFieldContactInfoAdditionalInfoOneOf, iM as ValidateFormSubmissionRequest, cV as Validation, hG as ValidationError, a0 as ValidationFormat, j4 as ValidationFormatWithLiterals, d6 as ValidationMessages, cW as ValidationValidationOneOf, aH as VerticalAlignment, aP as VerticalAlignmentAlignment, jT as VerticalAlignmentAlignmentWithLiterals, jL as VerticalAlignmentWithLiterals, dD as Video, fZ as VideoConferenceOptions, es as VideoData, ah as ViewMode, jl as ViewModeWithLiterals, aq as ViewRole, ju as ViewRoleWithLiterals, ar as VoteRole, jv as VoteRoleWithLiterals, Z as WebhookIdentityType, j1 as WebhookIdentityTypeWithLiterals, af as Width, a9 as WidthType, jd as WidthTypeWithLiterals, jj as WidthWithLiterals, gf as WixFile, b7 as WixFileComponentType, gg as WixFileComponentTypeOptionsOneOf, kb as WixFileComponentTypeWithLiterals, gc as _Array, gd as _ArrayComponentTypeOptionsOneOf, ga as _Boolean, gb as _BooleanComponentTypeOptionsOneOf, g8 as _Number, g9 as _NumberComponentTypeOptionsOneOf, ge as _Object, g6 as _String, g7 as _StringComponentTypeOptionsOneOf, i_ as utils } from './forms-v4-submission-submissions.universal-iL5s7YRB.js';
4
4
 
5
5
  declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
6
6
  interface UpsertContactFromSubmissionSignature {