@wix/auto_sdk_forms_submissions 1.0.120 → 1.0.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/{forms-v4-submission-submissions.universal-Yk4TWzuP.d.ts → forms-v4-submission-submissions.universal-BqjBDIgs.d.ts} +65 -50
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +66 -51
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{forms-v4-submission-submissions.universal-Yk4TWzuP.d.mts → forms-v4-submission-submissions.universal-BqjBDIgs.d.mts} +65 -50
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +66 -51
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{forms-v4-submission-submissions.universal-BX16r0LB.d.ts → forms-v4-submission-submissions.universal-CKHFB4Im.d.ts} +65 -50
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +66 -51
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{forms-v4-submission-submissions.universal-BX16r0LB.d.mts → forms-v4-submission-submissions.universal-CKHFB4Im.d.mts} +65 -50
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +66 -51
- package/build/internal/es/meta.mjs.map +1 -1
- 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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
1886
|
+
* @maxLength 19
|
|
1887
1887
|
*/
|
|
1888
1888
|
borderColor?: string | null;
|
|
1889
1889
|
/**
|
|
1890
1890
|
* Border color as a hexadecimal value (hover state).
|
|
1891
|
-
* @
|
|
1891
|
+
* @maxLength 19
|
|
1892
1892
|
*/
|
|
1893
1893
|
borderColorHover?: string | null;
|
|
1894
1894
|
/**
|
|
1895
1895
|
* Text color as a hexadecimal value.
|
|
1896
|
-
* @
|
|
1896
|
+
* @maxLength 19
|
|
1897
1897
|
*/
|
|
1898
1898
|
textColor?: string | null;
|
|
1899
1899
|
/**
|
|
1900
1900
|
* Text color as a hexadecimal value (hover state).
|
|
1901
|
-
* @
|
|
1901
|
+
* @maxLength 19
|
|
1902
1902
|
*/
|
|
1903
1903
|
textColorHover?: string | null;
|
|
1904
1904
|
/**
|
|
1905
1905
|
* Deprecated: Use `background` instead.
|
|
1906
|
-
* @
|
|
1906
|
+
* @maxLength 19
|
|
1907
1907
|
* @deprecated
|
|
1908
1908
|
*/
|
|
1909
1909
|
backgroundColor?: string | null;
|
|
1910
1910
|
/**
|
|
1911
1911
|
* Deprecated: Use `backgroundHover` instead.
|
|
1912
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
2405
|
+
* @maxLength 19
|
|
2406
2406
|
*/
|
|
2407
2407
|
backgroundColor?: string | null;
|
|
2408
2408
|
/**
|
|
2409
2409
|
* Title color as a hexadecimal value.
|
|
2410
|
-
* @
|
|
2410
|
+
* @maxLength 19
|
|
2411
2411
|
*/
|
|
2412
2412
|
titleColor?: string | null;
|
|
2413
2413
|
/**
|
|
2414
2414
|
* Subtitle color as a hexadecimal value.
|
|
2415
|
-
* @
|
|
2415
|
+
* @maxLength 19
|
|
2416
2416
|
*/
|
|
2417
2417
|
subtitleColor?: string | null;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Link color as a hexadecimal value.
|
|
2420
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
2580
|
+
* @maxLength 19
|
|
2581
2581
|
*/
|
|
2582
2582
|
startColor?: string | null;
|
|
2583
2583
|
/**
|
|
2584
2584
|
* The end color as a hexademical value.
|
|
2585
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
2920
|
+
* @maxLength 19
|
|
2921
2921
|
*/
|
|
2922
2922
|
borderColor?: string | null;
|
|
2923
2923
|
/**
|
|
2924
2924
|
* Text color as a hexadecimal value.
|
|
2925
|
-
* @
|
|
2925
|
+
* @maxLength 19
|
|
2926
2926
|
*/
|
|
2927
2927
|
textColor?: string | null;
|
|
2928
2928
|
/**
|
|
2929
2929
|
* Background color as a hexadecimal value.
|
|
2930
|
-
* @
|
|
2930
|
+
* @maxLength 19
|
|
2931
2931
|
*/
|
|
2932
2932
|
backgroundColor?: string | null;
|
|
2933
2933
|
/**
|
|
2934
2934
|
* Border color as a hexadecimal value (hover state).
|
|
2935
|
-
* @
|
|
2935
|
+
* @maxLength 19
|
|
2936
2936
|
*/
|
|
2937
2937
|
borderColorHover?: string | null;
|
|
2938
2938
|
/**
|
|
2939
2939
|
* Text color as a hexadecimal value (hover state).
|
|
2940
|
-
* @
|
|
2940
|
+
* @maxLength 19
|
|
2941
2941
|
*/
|
|
2942
2942
|
textColorHover?: string | null;
|
|
2943
2943
|
/**
|
|
2944
2944
|
* Background color as a hexadecimal value (hover state).
|
|
2945
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
2975
|
+
* @maxLength 19
|
|
2976
2976
|
*/
|
|
2977
2977
|
backgroundColor?: string | null;
|
|
2978
2978
|
/**
|
|
2979
2979
|
* Ribbon text color as a hexadecimal value.
|
|
2980
|
-
* @
|
|
2980
|
+
* @maxLength 19
|
|
2981
2981
|
*/
|
|
2982
2982
|
textColor?: string | null;
|
|
2983
2983
|
/**
|
|
2984
2984
|
* Ribbon border color as a hexadecimal value.
|
|
2985
|
-
* @
|
|
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
|
-
* @
|
|
2998
|
+
* @maxLength 19
|
|
2999
2999
|
*/
|
|
3000
3000
|
backgroundColor?: string | null;
|
|
3001
3001
|
/**
|
|
3002
3002
|
* Card border color as a hexadecimal value.
|
|
3003
|
-
* @
|
|
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
|
-
* @
|
|
3018
|
+
* @maxLength 19
|
|
3019
3019
|
*/
|
|
3020
3020
|
titleColor?: string | null;
|
|
3021
3021
|
/**
|
|
3022
3022
|
* Text color as a hexadecimal value.
|
|
3023
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
3212
|
+
* @maxLength 19
|
|
3213
3213
|
*/
|
|
3214
3214
|
left?: string | null;
|
|
3215
3215
|
/**
|
|
3216
3216
|
* Right border color as a hexadecimal value.
|
|
3217
|
-
* @
|
|
3217
|
+
* @maxLength 19
|
|
3218
3218
|
*/
|
|
3219
3219
|
right?: string | null;
|
|
3220
3220
|
/**
|
|
3221
3221
|
* Top border color as a hexadecimal value.
|
|
3222
|
-
* @
|
|
3222
|
+
* @maxLength 19
|
|
3223
3223
|
*/
|
|
3224
3224
|
top?: string | null;
|
|
3225
3225
|
/**
|
|
3226
3226
|
* Bottom border color as a hexadecimal value.
|
|
3227
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
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
|
-
* @
|
|
3319
|
+
* @maxLength 19
|
|
3320
3320
|
* @deprecated
|
|
3321
3321
|
*/
|
|
3322
3322
|
backdropColor?: string | null;
|
|
@@ -3454,7 +3454,7 @@ interface LayoutDataBackground {
|
|
|
3454
3454
|
type?: LayoutDataBackgroundTypeWithLiterals;
|
|
3455
3455
|
/**
|
|
3456
3456
|
* Background color as a hexadecimal value.
|
|
3457
|
-
* @
|
|
3457
|
+
* @maxLength 19
|
|
3458
3458
|
*/
|
|
3459
3459
|
color?: string | null;
|
|
3460
3460
|
/** Gradient configuration. */
|
|
@@ -3466,7 +3466,7 @@ interface Backdrop {
|
|
|
3466
3466
|
type?: BackdropTypeWithLiterals;
|
|
3467
3467
|
/**
|
|
3468
3468
|
* Backdrop color as a hexadecimal value.
|
|
3469
|
-
* @
|
|
3469
|
+
* @maxLength 19
|
|
3470
3470
|
*/
|
|
3471
3471
|
color?: string | null;
|
|
3472
3472
|
/** Gradient configuration. */
|
|
@@ -3487,7 +3487,7 @@ interface ShapeData {
|
|
|
3487
3487
|
interface ShapeDataStyles {
|
|
3488
3488
|
/**
|
|
3489
3489
|
* Shape fill color as a hexadecimal value.
|
|
3490
|
-
* @
|
|
3490
|
+
* @maxLength 19
|
|
3491
3491
|
*/
|
|
3492
3492
|
color?: string | null;
|
|
3493
3493
|
/** Map of original color keys to their new color values. */
|
|
@@ -3546,7 +3546,7 @@ interface CardDataBackground {
|
|
|
3546
3546
|
type?: CardDataBackgroundTypeWithLiterals;
|
|
3547
3547
|
/**
|
|
3548
3548
|
* Background color as a hexadecimal value.
|
|
3549
|
-
* @
|
|
3549
|
+
* @maxLength 19
|
|
3550
3550
|
*/
|
|
3551
3551
|
color?: string | null;
|
|
3552
3552
|
/** Gradient configuration. */
|
|
@@ -3573,7 +3573,7 @@ interface TocData {
|
|
|
3573
3573
|
itemSpacing?: number | null;
|
|
3574
3574
|
/**
|
|
3575
3575
|
* Optional override for the text color.
|
|
3576
|
-
* @
|
|
3576
|
+
* @maxLength 19
|
|
3577
3577
|
*/
|
|
3578
3578
|
color?: string | null;
|
|
3579
3579
|
/** Indentation style. Default: NESTED. */
|
|
@@ -3615,7 +3615,10 @@ interface SmartBlockData {
|
|
|
3615
3615
|
orientation?: string | null;
|
|
3616
3616
|
/** Column size controlling cells per row. */
|
|
3617
3617
|
columnSize?: ColumnSizeWithLiterals;
|
|
3618
|
-
/**
|
|
3618
|
+
/**
|
|
3619
|
+
* Border color (for SOLID_JOINED_BOXES variant).
|
|
3620
|
+
* @maxLength 19
|
|
3621
|
+
*/
|
|
3619
3622
|
borderColor?: string | null;
|
|
3620
3623
|
/** Border width in pixels (for SOLID_JOINED_BOXES variant). */
|
|
3621
3624
|
borderWidth?: number | null;
|
|
@@ -3674,7 +3677,10 @@ interface SmartBlockCellData {
|
|
|
3674
3677
|
label?: string | null;
|
|
3675
3678
|
/** Shape file details. */
|
|
3676
3679
|
shape?: Media;
|
|
3677
|
-
/**
|
|
3680
|
+
/**
|
|
3681
|
+
* Border color of the cell.
|
|
3682
|
+
* @maxLength 19
|
|
3683
|
+
*/
|
|
3678
3684
|
borderColor?: string | null;
|
|
3679
3685
|
/** Border width in pixels. */
|
|
3680
3686
|
borderWidth?: number | null;
|
|
@@ -3682,11 +3688,20 @@ interface SmartBlockCellData {
|
|
|
3682
3688
|
borderRadius?: number | null;
|
|
3683
3689
|
/** The type of the parent smart block (must match parent). */
|
|
3684
3690
|
type?: SmartBlockDataTypeWithLiterals;
|
|
3685
|
-
/**
|
|
3691
|
+
/**
|
|
3692
|
+
* Accent color for non-background variants (e.g., line, bullet, label color).
|
|
3693
|
+
* @maxLength 19
|
|
3694
|
+
*/
|
|
3686
3695
|
accentColor?: string | null;
|
|
3687
|
-
/**
|
|
3696
|
+
/**
|
|
3697
|
+
* Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
|
|
3698
|
+
* @maxLength 19
|
|
3699
|
+
*/
|
|
3688
3700
|
backgroundColor?: string | null;
|
|
3689
|
-
/**
|
|
3701
|
+
/**
|
|
3702
|
+
* Shape fill color as a hexadecimal value.
|
|
3703
|
+
* @maxLength 19
|
|
3704
|
+
*/
|
|
3690
3705
|
shapeColor?: string | null;
|
|
3691
3706
|
}
|
|
3692
3707
|
interface Metadata {
|
|
@@ -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, A as BulkUpdateFormSubmissionTagsOptions, E as BulkUpdateFormSubmissionTagsResponse, H as BulkUpdateFormSubmissionTagsByFilterOptions, I as BulkUpdateFormSubmissionTagsByFilterResponse, V as ValidateFormSubmissionOptions, J as ValidateFormSubmissionResponse, K as SubmissionCreatedEnvelope, M as SubmissionDeletedEnvelope, N as SubmissionRemovedSubmissionFromTrashEnvelope, O as SubmissionStatusUpdatedEnvelope, P as SubmissionContactMappedEnvelope, T as SubmissionContactMappingSkippedEnvelope, W as SubmissionUpdatedEnvelope, X as FormSubmissionQuery, Y as QuerySubmissionsByNamespaceOptions, Z as typedQuerySubmissionsByNamespace, _ as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-
|
|
3
|
-
export { ck as AccountInfo, iV as AccountInfoMetadata, bU as Action, cg as ActionEvent, kT as ActionWithLiterals, hl as AdditionalEmail, hn as AdditionalPhone, hp as Address, g6 as AddressInfo, bw as AddressInfoTag, kv as AddressInfoTagWithLiterals, fL as AddressLine2, hs as AddressLocation, hq as AddressStreetOneOf, bP as AddressTag, kO as AddressTagWithLiterals, b1 as Alignment, k0 as AlignmentWithLiterals, gV as AllowedValuesOptions, ef as AnchorData, g_ as AndCondition, em as AppEmbedData, en as AppEmbedDataAppDataOneOf, aI as AppType, jH as AppTypeWithLiterals, hR as ApplicationError, fX as Appointment, c4 as AppointmentDetails, fY as AppointmentFormatInfoOneOf, b9 as ArrayComponentType, k8 as ArrayComponentTypeWithLiterals, cK as ArrayErrorMessages, ft as ArrayItems, fu as ArrayItemsItemTypeOptionsOneOf, fp as ArrayType, cI as ArrayTypeArrayItems, cJ as ArrayTypeArrayItemsItemsOneOf, aC as AspectRatio, jB as AspectRatioWithLiterals, eH as AudioData, ct as Availability, eQ as Backdrop, aR as BackdropType, jQ as BackdropTypeWithLiterals, dl as Background, e4 as BackgroundGradient, eW as BackgroundImage, ab as BackgroundType, ja as BackgroundTypeWithLiterals, eO as Banner, iT as BaseEventMetadata, eK as BlockquoteData, eo as BookingData, b6 as BooleanComponentType, k5 as BooleanComponentTypeWithLiterals, cC as BooleanErrorMessages, fm as BooleanType, dj as Border, eE as BorderColors, eF as BorderWidths, fR as BreakPoint, hS as BulkActionMetadata, hN as BulkCreateSubmissionBySubmitterData, hM as BulkCreateSubmissionBySubmitterRequest, hO as BulkCreateSubmissionBySubmitterResponse, i0 as BulkDeleteSubmissionRequest, i1 as BulkDeleteSubmissionResult, ix as BulkMarkSubmissionsAsSeenRequest, i5 as BulkRemoveSubmissionFromTrashBinRequest, i6 as BulkRemoveSubmissionFromTrashBinResult, hP as BulkSubmissionResult, iM as BulkUpdateFormSubmissionTagsByFilterRequest, iK as BulkUpdateFormSubmissionTagsRequest, iL as BulkUpdateFormSubmissionTagsResult, eJ as BulletedListData, dg as ButtonData, af as ButtonDataType, je as ButtonDataTypeWithLiterals, eq as ButtonStyles, eL as CaptionData, eU as CardData, eV as CardDataBackground, aX as CardDataBackgroundType, jW as CardDataBackgroundTypeWithLiterals, et as CardStyles, aG as CardStylesAlignment, jF as CardStylesAlignmentWithLiterals, aF as CardStylesType, jE as CardStylesTypeWithLiterals, eD as CellStyle, bE as ChangeableProperty, kD as ChangeablePropertyWithLiterals, fn as Checkbox, fw as CheckboxGroup, ha as Checkout, dw as CodeBlockData, ez as CollapsibleListData, eg as ColorData, dk as Colors, a$ as ColumnSize, j_ as ColumnSizeWithLiterals, k_ as CommonQueryWithEntityContext, kZ as CommonSearchWithEntityContext, bd as ComponentType, kc as ComponentTypeWithLiterals, fy as ComponentsTags, h0 as Condition, gY as ConditionNode, gZ as ConditionNodeNodeOneOf, hZ as ConfirmSubmissionRequest, bo as ConfirmationLevel, kn as ConfirmationLevelWithLiterals, hh as Contact, hy as ContactActivity, ho as ContactAddress, bI as ContactAutofill, kH as ContactAutofillWithLiterals, hw as ContactCompany, hj as ContactEmail, bq as ContactField, kp as ContactFieldWithLiterals, hi as ContactName, hm as ContactPhone, hx as ContactSource, hk as ContactSubscription, fo as CorrectAnswersList, iu as CountDeletedSubmissionsRequest, ir as CountSubmissionsByFilterRequest, it as CountSubmissionsRequest, cl as CreateCheckoutFromSubmissionRequest, cm as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, h9 as CreateCheckoutFromSubmissionResponse, hK as CreateSubmissionBySubmitterRequest, hL as CreateSubmissionBySubmitterResponse, hG as CreateSubmissionRequest, hH as CreateSubmissionResponse, ao as Crop, jn as CropWithLiterals, i8 as CursorPaging, i9 as CursorPagingMetadata, id as CursorQueryPagingMethodOneOf, ih as CursorSearch, ii as CursorSearchPagingMethodOneOf, ia as Cursors, g7 as CustomFieldInfo, f6 as CustomOption, c_ as DataExtensionsDetails, fb as DateInput, fd as DatePicker, cu as DateRange, cs as DateTimeAdvancedConstraints, d7 as DateTimeConstraints, f9 as DateTimeInput, a3 as DayOfWeek, j2 as DayOfWeekWithLiterals, ed as Decoration, ee as DecorationDataOneOf, az as DecorationType, jy as DecorationTypeWithLiterals, fM as DefaultCountryConfig, fN as DefaultCountryConfigOptionsOneOf, h_ as DeleteSubmissionRequest, h$ as DeleteSubmissionResponse, eb as Design, aU as DesignTarget, jT as DesignTargetWithLiterals, eB as Dimensions, aK as Direction, jJ as DirectionWithLiterals, gs as DisplayField, gt as DisplayFieldDisplayFieldTypeOptionsOneOf, br as DisplayFieldType, kq as DisplayFieldTypeWithLiterals, dy as DividerData, ak as DividerDataAlignment, jj as DividerDataAlignmentWithLiterals, iB as DocumentReady, e$ as DocumentStyle, ca as DomainEvent, cb as DomainEventBodyOneOf, fG as DonationInput, fH as DonationInputOption, iC as DownloadSubmissionRequest, f7 as Dropdown, f8 as DropdownOption, cQ as DynamicPriceOptions, bM as EmailDeliverabilityStatus, kL as EmailDeliverabilityStatusWithLiterals, g4 as EmailInfo, bl as EmailInfoTag, kk as EmailInfoTagWithLiterals, ex as EmbedData, hd as Empty, cc as EntityCreatedEvent, cf as EntityDeletedEvent, ce as EntityUpdatedEvent, bV as ErrorType, kU as ErrorTypeWithLiterals, ep as EventData, iU as EventMetadata, c0 as ExtendedFields, d0 as Field, d1 as FieldFieldTypeOptionsOneOf, gR as FieldGroup, gW as FieldOverride, gX as FieldOverridePropertyTypeOptionsOneOf, cU as FieldOverrides, a7 as FieldType, j6 as FieldTypeWithLiterals, iO as FieldViolation, iP as FieldViolationErrorDataOneOf, cV as FieldsOverrides, fO as FieldsSettings, dz as FileData, dA as FileSource, dB as FileSourceDataOneOf, fB as FileType, fC as FileUpload, b4 as FirstDayOfWeek, k3 as FirstDayOfWeekWithLiterals, fJ as FixedPayment, cP as FixedPriceOptions, el as FontFamilyData, ej as FontSizeData, aA as FontType, jz as FontTypeWithLiterals, cn as Form, iv as FormDeletedSubmissionsCount, co as FormField, cD as FormFieldArrayType, cB as FormFieldBooleanType, g2 as FormFieldContactInfo, g3 as FormFieldContactInfoAdditionalInfoOneOf, gG as FormFieldContactInfoAddressInfo, by as FormFieldContactInfoContactField, kx as FormFieldContactInfoContactFieldWithLiterals, gH as FormFieldContactInfoCustomFieldInfo, gE as FormFieldContactInfoEmailInfo, bu as FormFieldContactInfoEmailInfoTag, kt as FormFieldContactInfoEmailInfoTagWithLiterals, gF as FormFieldContactInfoPhoneInfo, bv as FormFieldContactInfoPhoneInfoTag, ku as FormFieldContactInfoPhoneInfoTagWithLiterals, gI as FormFieldContactInfoSubscriptionInfo, cy as FormFieldNumberType, cE as FormFieldObjectType, cp as FormFieldStringType, cq as FormFieldStringTypeFormatOptionsOneOf, fQ as FormLayout, gy as FormOverride, gz as FormProperties, gx as FormRule, iY as FormSubmissionQuerySpec, iW as FormSubmissionSearchSpec, c5 as FormSubmissionStatusUpdatedEvent, is as FormSubmissionsCount, bh as Format, a8 as FormatEnumFormat, j7 as FormatEnumFormatWithLiterals, kg as FormatWithLiterals, iI as FormattedFormSubmission, iF as FormattedSubmission, dO as GIF, dN as GIFData, aq as GIFType, jp as GIFTypeWithLiterals, dD as GalleryData, dJ as GalleryOptions, dK as GalleryOptionsLayout, ib as GetDeletedSubmissionRequest, iE as GetFormattedSubmissionRequest, iw as GetMediaUploadURLRequest, hV as GetSubmissionByCheckoutIdRequest, hW as GetSubmissionByCheckoutIdResponse, iy as GetSubmissionDownloadUrlRequest, hT as GetSubmissionRequest, hU as GetSubmissionResponse, dh as Gradient, ac as GradientType, jb as GradientTypeWithLiterals, fU as Group, hD as GroupInfo, dQ as HTMLData, dR as HTMLDataDataOneOf, iD as HeadersEntry, dP as HeadingData, dr as Height, gU as HiddenOptions, ci as IdentificationData, cj as IdentificationDataIdOneOf, bK as IdentityType, kJ as IdentityTypeWithLiterals, dF as Image, dS as ImageData, dU as ImageDataStyles, b2 as ImageFit, k1 as ImageFitWithLiterals, b0 as ImagePosition, aW as ImagePositionPosition, jV as ImagePositionPositionWithLiterals, j$ as ImagePositionWithLiterals, aN as ImageScalingScaling, jM as ImageScalingScalingWithLiterals, er as ImageStyles, f$ as InPersonOptions, aZ as Indentation, jY as IndentationWithLiterals, aJ as InitialExpandedItems, jI as InitialExpandedItemsWithLiterals, d2 as InputField, go as InputFieldAddress, gp as InputFieldAddressComponentTypeOptionsOneOf, d3 as InputFieldInputTypeOptionsOneOf, bk as InputType, kj as InputTypeWithLiterals, cA as IntegerType, hb as IsFormSubmittableRequest, hc as IsFormSubmittableResponse, dH as Item, dI as ItemDataOneOf, fS as ItemLayout, fT as ItemLayoutItemOneOf, hQ as ItemMetadata, dL as ItemStyle, b7 as ItemType, k6 as ItemTypeWithLiterals, bt as Kind, ks as KindWithLiterals, aH as Layout, eR as LayoutCellData, eM as LayoutData, eP as LayoutDataBackground, eN as LayoutDataBackgroundImage, aQ as LayoutDataBackgroundType, jP as LayoutDataBackgroundTypeWithLiterals, aO as LayoutDataImagePosition, jN as LayoutDataImagePositionWithLiterals, am as LayoutType, jl as LayoutTypeWithLiterals, jG as LayoutWithLiterals, gK as LimitationRule, ai as LineStyle, jh as LineStyleWithLiterals, dt as Link, eh as LinkData, du as LinkDataOneOf, dV as LinkPreviewData, dW as LinkPreviewDataStyles, ag as LinkTarget, jf as LinkTargetWithLiterals, i7 as ListDeletedSubmissionsRequest, iG as ListFormattedSubmissionsRequest, iH as ListFormattedSubmissionsResponse, aY as ListStyle, jX as ListStyleWithLiterals, eG as ListValue, fZ as Location, f_ as LocationLocationInfoOneOf, dX as MapData, dY as MapSettings, at as MapType, js as MapTypeWithLiterals, fV as Margin, c8 as MarketingSubscriptionDetails, dE as Media, f1 as MediaItem, f2 as MediaItemMediaOneOf, f3 as MediaSettings, bi as MeetingType, kh as MeetingTypeWithLiterals, hz as MemberInfo, bR as MemberStatus, kQ as MemberStatusWithLiterals, ei as MentionData, ch as MessageEnvelope, e_ as Metadata, bX as Mode, kW as ModeWithLiterals, fK as MultilineAddress, cT as MultilineAddressValidation, gJ as NestedForm, cX as NestedFormFieldOverrides, c$ as NestedFormOverrides, dd as Node, de as NodeDataOneOf, df as NodeStyle, aa as NodeType, j9 as NodeTypeWithLiterals, aM as NullValue, jL as NullValueWithLiterals, b5 as NumberComponentType, k4 as NumberComponentTypeWithLiterals, fh as NumberCorrectAnswersList, cz as NumberErrorMessages, fk as NumberInput, b3 as NumberOfColumns, k2 as NumberOfColumnsWithLiterals, fj as NumberQuizFieldSettings, fi as NumberType, gq as ObjectArray, bf as ObjectArrayComponentType, gr as ObjectArrayComponentTypeOptionsOneOf, ke as ObjectArrayComponentTypeWithLiterals, cW as ObjectArrayType, cH as ObjectErrorMessages, fq as ObjectType, cF as ObjectTypePropertiesType, cG as ObjectTypePropertiesTypePropertiesTypeOneOf, ey as Oembed, bG as Operator, kF as OperatorWithLiterals, a0 as OptInLevel, i$ as OptInLevelWithLiterals, fx as Option, e8 as OptionDesign, e3 as OptionLayout, g$ as OrCondition, c1 as OrderDetails, eI as OrderedListData, an as Orientation, jm as OrientationWithLiterals, aP as Origin, jO as OriginWithLiterals, bs as OverrideEntityType, bF as OverrideEntityTypeEnumOverrideEntityType, kE as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, kr as OverrideEntityTypeWithLiterals, dC as PDFSettings, gv as PageNavigationOptions, dZ as ParagraphData, h8 as PassFailMessages, fg as Password, gk as Payment, bc as PaymentComponentType, gl as PaymentComponentTypeOptionsOneOf, kb as PaymentComponentTypeWithLiterals, fI as PaymentInput, cN as PaymentType, d$ as Permissions, d8 as PhoneConstraints, bO as PhoneDeliverabilityStatus, kN as PhoneDeliverabilityStatusWithLiterals, g5 as PhoneInfo, bm as PhoneInfoTag, kl as PhoneInfoTagWithLiterals, fa as PhoneInput, g1 as PhoneOptions, bN as PhoneTag, kM as PhoneTagWithLiterals, aE as Placement, jD as PlacementWithLiterals, ew as PlaybackOptions, dm as PluginContainerData, ae as PluginContainerDataAlignment, jd as PluginContainerDataAlignmentWithLiterals, dn as PluginContainerDataWidth, dp as PluginContainerDataWidthDataOneOf, e9 as Poll, d_ as PollData, ea as PollDataLayout, e7 as PollDesign, e5 as PollDesignBackground, e6 as PollDesignBackgroundBackgroundOneOf, ay as PollDesignBackgroundType, jx as PollDesignBackgroundTypeWithLiterals, e2 as PollLayout, ax as PollLayoutDirection, jw as PollLayoutDirectionWithLiterals, aw as PollLayoutType, jv as PollLayoutTypeWithLiterals, e0 as PollOption, gQ as PopupOptions, aB as Position, jA as PositionWithLiterals, gA as PostSubmissionTriggers, cL as PredefinedValidation, cM as PredefinedValidationFormatOptionsOneOf, a6 as PriceType, j5 as PriceTypeWithLiterals, eu as PricingData, bS as PrivacyStatus, kR as PrivacyStatusWithLiterals, hE as PrivateTags, hF as PrivateTagsTagList, cR as Product, fE as ProductCheckboxGroup, fF as ProductCheckboxGroupOption, cS as ProductPriceOptionsOneOf, a5 as ProductType, j4 as ProductTypeWithLiterals, hA as ProfileInfo, fr as PropertiesType, b8 as PropertiesTypeEnum, k7 as PropertiesTypeEnumWithLiterals, fs as PropertiesTypePropertiesTypeOptionsOneOf, c2 as PublicTags, cO as QuantityLimit, ic as QuerySubmissionRequest, ip as QuerySubmissionsByNamespaceForExportRequest, iq as QuerySubmissionsByNamespaceForExportResponse, im as QuerySubmissionsByNamespaceRequest, io as QuerySubmissionsByNamespaceResponse, fv as QuizFieldSettings, h5 as QuizSettings, h6 as QuizSettingsPassingCriteriaOneOf, h7 as QuizSettingsResultsDisplayOptionsOneOf, f4 as RadioGroup, f5 as RadioGroupOption, fl as RatingInput, hv as Recipient, gP as RedirectOptions, dv as Rel, i3 as RemoveSubmissionFromTrashBinRequest, i4 as RemoveSubmissionFromTrashBinResponse, c6 as RemovedSubmissionFromTrash, fP as Repeater, bA as RequiredIndicator, bB as RequiredIndicatorPlacement, kA as RequiredIndicatorPlacementWithLiterals, gL as RequiredIndicatorProperties, kz as RequiredIndicatorWithLiterals, gT as RequiredOptions, aD as Resizing, jC as ResizingWithLiterals, aT as ResponsivenessBehaviour, jS as ResponsivenessBehaviourWithLiterals, cd as RestoreInfo, i2 as RestoreSubmissionFromTrashBinRequest, bH as ResultsDisplay, kG as ResultsDisplayWithLiterals, es as RibbonStyles, dc as RichContent, gu as RichContentOptions, bT as Role, kS as RoleWithLiterals, gS as Rule, h1 as RuleFormOverride, h2 as RuleFormOverrideEntityTypeOptionsOneOf, aV as Scaling, jU as ScalingWithLiterals, gm as Scheduling, bg as SchedulingComponentType, gn as SchedulingComponentTypeOptionsOneOf, kf as SchedulingComponentTypeWithLiterals, ij as SearchDetails, ik as SearchSubmissionsByNamespaceForExportRequest, il as SearchSubmissionsByNamespaceForExportResponse, ig as SearchSubmissionsByNamespaceRequest, fW as Section, ff as ServiceOption, fA as ServicesCheckboxGroup, fe as ServicesDropdown, hC as SessionInfo, e1 as Settings, eS as ShapeData, eT as ShapeDataStyles, fD as Signature, eZ as SmartBlockCellData, eY as SmartBlockData, a_ as SmartBlockDataType, jZ as SmartBlockDataTypeWithLiterals, bW as SortOrder, kV as SortOrderWithLiterals, ie as Sorting, ar as Source, jq as SourceWithLiterals, bz as SpamFilterProtectionLevel, ky as SpamFilterProtectionLevelWithLiterals, dq as Spoiler, ek as SpoilerData, bj as StaffStrategySelection, ki as StaffStrategySelectionWithLiterals, hu as StandardDetails, bY as Status, kX as StatusWithLiterals, gw as Step, di as Stop, hr as StreetAddress, a9 as StringComponentType, j8 as StringComponentTypeWithLiterals, d4 as StringCorrectAnswersList, cr as StringErrorMessages, da as StringQuizFieldSettings, d5 as StringType, cv as StringTypeDateTimeConstraints, a2 as StringTypeFormatEnumFormat, j1 as StringTypeFormatEnumFormatWithLiterals, d6 as StringTypeFormatOptionsOneOf, cw as StringTypePhoneConstraints, cx as StringTypeValidationMessages, ds as Styles, dT as StylesBorder, as as StylesPosition, jr as StylesPositionWithLiterals, ht as Subdivision, bQ as SubdivisionType, kP as SubdivisionTypeWithLiterals, bJ as SubmissionAccess, kI as SubmissionAccessWithLiterals, c7 as SubmissionContactMapped, c9 as SubmissionContactMappingSkipped, iz as SubmissionDocument, iA as SubmissionDocumentDocumentOneOf, bZ as SubmissionErrorType, kY as SubmissionErrorTypeWithLiterals, $ as SubmissionStatus, i_ as SubmissionStatusWithLiterals, iR as SubmissionValidationError, iS as SubmissionValidationErrorErrorMessageOneOf, iQ as SubmissionValidationErrors, hI as SubmissionValidationErrorsDetails, iX as SubmissionsQueryResult, hf as SubmitContactResponse, gM as SubmitSettings, gN as SubmitSettingsSubmitSuccessActionOptionsOneOf, bD as SubmitSuccessAction, kC as SubmitSuccessActionWithLiterals, b_ as Submitter, b$ as SubmitterSubmitterOneOf, bp as SubscriptionChannel, ko as SubscriptionChannelWithLiterals, g8 as SubscriptionInfo, bx as SubscriptionInfoOptInLevel, kw as SubscriptionInfoOptInLevelWithLiterals, bL as SubscriptionStatus, kK as SubscriptionStatusWithLiterals, eC as TableCellData, eA as TableData, bn as Tag, c3 as TagList, km as TagWithLiterals, h3 as Tags, fz as TagsOption, h4 as TagsTagList, bC as Target, kB as TargetWithLiterals, ah as TextAlignment, jg as TextAlignmentWithLiterals, ec as TextData, db as TextInput, f0 as TextNodeStyle, dx as TextStyle, gO as ThankYouMessageOptions, dM as Thumbnails, ap as ThumbnailsAlignment, jo as ThumbnailsAlignmentWithLiterals, fc as TimeInput, eX as TocData, be as Type, kd as TypeWithLiterals, iJ as UpdateExtendedFieldsRequest, hX as UpdateSubmissionRequest, hY as UpdateSubmissionResponse, bb as UploadFileFormat, ka as UploadFileFormatWithLiterals, gB as UpsertContact, he as UpsertContactFromSubmissionRequest, hg as UpsertContactResponse, hB as UserInfo, gC as V4FormFieldContactInfo, gD as V4FormFieldContactInfoAdditionalInfoOneOf, iN as ValidateFormSubmissionRequest, cY as Validation, hJ as ValidationError, a4 as ValidationFormat, j3 as ValidationFormatWithLiterals, d9 as ValidationMessages, cZ as ValidationValidationOneOf, aL as VerticalAlignment, aS as VerticalAlignmentAlignment, jR as VerticalAlignmentAlignmentWithLiterals, jK as VerticalAlignmentWithLiterals, dG as Video, g0 as VideoConferenceOptions, ev as VideoData, al as ViewMode, jk as ViewModeWithLiterals, au as ViewRole, jt as ViewRoleWithLiterals, av as VoteRole, ju as VoteRoleWithLiterals, a1 as WebhookIdentityType, j0 as WebhookIdentityTypeWithLiterals, aj as Width, ad as WidthType, jc as WidthTypeWithLiterals, ji as WidthWithLiterals, gi as WixFile, ba as WixFileComponentType, gj as WixFileComponentTypeOptionsOneOf, k9 as WixFileComponentTypeWithLiterals, gf as _Array, gg as _ArrayComponentTypeOptionsOneOf, gd as _Boolean, ge as _BooleanComponentTypeOptionsOneOf, gb as _Number, gc as _NumberComponentTypeOptionsOneOf, gh as _Object, g9 as _String, ga as _StringComponentTypeOptionsOneOf, iZ as utils } from './forms-v4-submission-submissions.universal-BX16r0LB.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, A as BulkUpdateFormSubmissionTagsOptions, E as BulkUpdateFormSubmissionTagsResponse, H as BulkUpdateFormSubmissionTagsByFilterOptions, I as BulkUpdateFormSubmissionTagsByFilterResponse, V as ValidateFormSubmissionOptions, J as ValidateFormSubmissionResponse, K as SubmissionCreatedEnvelope, M as SubmissionDeletedEnvelope, N as SubmissionRemovedSubmissionFromTrashEnvelope, O as SubmissionStatusUpdatedEnvelope, P as SubmissionContactMappedEnvelope, T as SubmissionContactMappingSkippedEnvelope, W as SubmissionUpdatedEnvelope, X as FormSubmissionQuery, Y as QuerySubmissionsByNamespaceOptions, Z as typedQuerySubmissionsByNamespace, _ as SubmissionsQueryBuilder } from './forms-v4-submission-submissions.universal-CKHFB4Im.js';
|
|
3
|
+
export { ck as AccountInfo, iV as AccountInfoMetadata, bU as Action, cg as ActionEvent, kT as ActionWithLiterals, hl as AdditionalEmail, hn as AdditionalPhone, hp as Address, g6 as AddressInfo, bw as AddressInfoTag, kv as AddressInfoTagWithLiterals, fL as AddressLine2, hs as AddressLocation, hq as AddressStreetOneOf, bP as AddressTag, kO as AddressTagWithLiterals, b1 as Alignment, k0 as AlignmentWithLiterals, gV as AllowedValuesOptions, ef as AnchorData, g_ as AndCondition, em as AppEmbedData, en as AppEmbedDataAppDataOneOf, aI as AppType, jH as AppTypeWithLiterals, hR as ApplicationError, fX as Appointment, c4 as AppointmentDetails, fY as AppointmentFormatInfoOneOf, b9 as ArrayComponentType, k8 as ArrayComponentTypeWithLiterals, cK as ArrayErrorMessages, ft as ArrayItems, fu as ArrayItemsItemTypeOptionsOneOf, fp as ArrayType, cI as ArrayTypeArrayItems, cJ as ArrayTypeArrayItemsItemsOneOf, aC as AspectRatio, jB as AspectRatioWithLiterals, eH as AudioData, ct as Availability, eQ as Backdrop, aR as BackdropType, jQ as BackdropTypeWithLiterals, dl as Background, e4 as BackgroundGradient, eW as BackgroundImage, ab as BackgroundType, ja as BackgroundTypeWithLiterals, eO as Banner, iT as BaseEventMetadata, eK as BlockquoteData, eo as BookingData, b6 as BooleanComponentType, k5 as BooleanComponentTypeWithLiterals, cC as BooleanErrorMessages, fm as BooleanType, dj as Border, eE as BorderColors, eF as BorderWidths, fR as BreakPoint, hS as BulkActionMetadata, hN as BulkCreateSubmissionBySubmitterData, hM as BulkCreateSubmissionBySubmitterRequest, hO as BulkCreateSubmissionBySubmitterResponse, i0 as BulkDeleteSubmissionRequest, i1 as BulkDeleteSubmissionResult, ix as BulkMarkSubmissionsAsSeenRequest, i5 as BulkRemoveSubmissionFromTrashBinRequest, i6 as BulkRemoveSubmissionFromTrashBinResult, hP as BulkSubmissionResult, iM as BulkUpdateFormSubmissionTagsByFilterRequest, iK as BulkUpdateFormSubmissionTagsRequest, iL as BulkUpdateFormSubmissionTagsResult, eJ as BulletedListData, dg as ButtonData, af as ButtonDataType, je as ButtonDataTypeWithLiterals, eq as ButtonStyles, eL as CaptionData, eU as CardData, eV as CardDataBackground, aX as CardDataBackgroundType, jW as CardDataBackgroundTypeWithLiterals, et as CardStyles, aG as CardStylesAlignment, jF as CardStylesAlignmentWithLiterals, aF as CardStylesType, jE as CardStylesTypeWithLiterals, eD as CellStyle, bE as ChangeableProperty, kD as ChangeablePropertyWithLiterals, fn as Checkbox, fw as CheckboxGroup, ha as Checkout, dw as CodeBlockData, ez as CollapsibleListData, eg as ColorData, dk as Colors, a$ as ColumnSize, j_ as ColumnSizeWithLiterals, k_ as CommonQueryWithEntityContext, kZ as CommonSearchWithEntityContext, bd as ComponentType, kc as ComponentTypeWithLiterals, fy as ComponentsTags, h0 as Condition, gY as ConditionNode, gZ as ConditionNodeNodeOneOf, hZ as ConfirmSubmissionRequest, bo as ConfirmationLevel, kn as ConfirmationLevelWithLiterals, hh as Contact, hy as ContactActivity, ho as ContactAddress, bI as ContactAutofill, kH as ContactAutofillWithLiterals, hw as ContactCompany, hj as ContactEmail, bq as ContactField, kp as ContactFieldWithLiterals, hi as ContactName, hm as ContactPhone, hx as ContactSource, hk as ContactSubscription, fo as CorrectAnswersList, iu as CountDeletedSubmissionsRequest, ir as CountSubmissionsByFilterRequest, it as CountSubmissionsRequest, cl as CreateCheckoutFromSubmissionRequest, cm as CreateCheckoutFromSubmissionRequestFormSchemaIdentifierOneOf, h9 as CreateCheckoutFromSubmissionResponse, hK as CreateSubmissionBySubmitterRequest, hL as CreateSubmissionBySubmitterResponse, hG as CreateSubmissionRequest, hH as CreateSubmissionResponse, ao as Crop, jn as CropWithLiterals, i8 as CursorPaging, i9 as CursorPagingMetadata, id as CursorQueryPagingMethodOneOf, ih as CursorSearch, ii as CursorSearchPagingMethodOneOf, ia as Cursors, g7 as CustomFieldInfo, f6 as CustomOption, c_ as DataExtensionsDetails, fb as DateInput, fd as DatePicker, cu as DateRange, cs as DateTimeAdvancedConstraints, d7 as DateTimeConstraints, f9 as DateTimeInput, a3 as DayOfWeek, j2 as DayOfWeekWithLiterals, ed as Decoration, ee as DecorationDataOneOf, az as DecorationType, jy as DecorationTypeWithLiterals, fM as DefaultCountryConfig, fN as DefaultCountryConfigOptionsOneOf, h_ as DeleteSubmissionRequest, h$ as DeleteSubmissionResponse, eb as Design, aU as DesignTarget, jT as DesignTargetWithLiterals, eB as Dimensions, aK as Direction, jJ as DirectionWithLiterals, gs as DisplayField, gt as DisplayFieldDisplayFieldTypeOptionsOneOf, br as DisplayFieldType, kq as DisplayFieldTypeWithLiterals, dy as DividerData, ak as DividerDataAlignment, jj as DividerDataAlignmentWithLiterals, iB as DocumentReady, e$ as DocumentStyle, ca as DomainEvent, cb as DomainEventBodyOneOf, fG as DonationInput, fH as DonationInputOption, iC as DownloadSubmissionRequest, f7 as Dropdown, f8 as DropdownOption, cQ as DynamicPriceOptions, bM as EmailDeliverabilityStatus, kL as EmailDeliverabilityStatusWithLiterals, g4 as EmailInfo, bl as EmailInfoTag, kk as EmailInfoTagWithLiterals, ex as EmbedData, hd as Empty, cc as EntityCreatedEvent, cf as EntityDeletedEvent, ce as EntityUpdatedEvent, bV as ErrorType, kU as ErrorTypeWithLiterals, ep as EventData, iU as EventMetadata, c0 as ExtendedFields, d0 as Field, d1 as FieldFieldTypeOptionsOneOf, gR as FieldGroup, gW as FieldOverride, gX as FieldOverridePropertyTypeOptionsOneOf, cU as FieldOverrides, a7 as FieldType, j6 as FieldTypeWithLiterals, iO as FieldViolation, iP as FieldViolationErrorDataOneOf, cV as FieldsOverrides, fO as FieldsSettings, dz as FileData, dA as FileSource, dB as FileSourceDataOneOf, fB as FileType, fC as FileUpload, b4 as FirstDayOfWeek, k3 as FirstDayOfWeekWithLiterals, fJ as FixedPayment, cP as FixedPriceOptions, el as FontFamilyData, ej as FontSizeData, aA as FontType, jz as FontTypeWithLiterals, cn as Form, iv as FormDeletedSubmissionsCount, co as FormField, cD as FormFieldArrayType, cB as FormFieldBooleanType, g2 as FormFieldContactInfo, g3 as FormFieldContactInfoAdditionalInfoOneOf, gG as FormFieldContactInfoAddressInfo, by as FormFieldContactInfoContactField, kx as FormFieldContactInfoContactFieldWithLiterals, gH as FormFieldContactInfoCustomFieldInfo, gE as FormFieldContactInfoEmailInfo, bu as FormFieldContactInfoEmailInfoTag, kt as FormFieldContactInfoEmailInfoTagWithLiterals, gF as FormFieldContactInfoPhoneInfo, bv as FormFieldContactInfoPhoneInfoTag, ku as FormFieldContactInfoPhoneInfoTagWithLiterals, gI as FormFieldContactInfoSubscriptionInfo, cy as FormFieldNumberType, cE as FormFieldObjectType, cp as FormFieldStringType, cq as FormFieldStringTypeFormatOptionsOneOf, fQ as FormLayout, gy as FormOverride, gz as FormProperties, gx as FormRule, iY as FormSubmissionQuerySpec, iW as FormSubmissionSearchSpec, c5 as FormSubmissionStatusUpdatedEvent, is as FormSubmissionsCount, bh as Format, a8 as FormatEnumFormat, j7 as FormatEnumFormatWithLiterals, kg as FormatWithLiterals, iI as FormattedFormSubmission, iF as FormattedSubmission, dO as GIF, dN as GIFData, aq as GIFType, jp as GIFTypeWithLiterals, dD as GalleryData, dJ as GalleryOptions, dK as GalleryOptionsLayout, ib as GetDeletedSubmissionRequest, iE as GetFormattedSubmissionRequest, iw as GetMediaUploadURLRequest, hV as GetSubmissionByCheckoutIdRequest, hW as GetSubmissionByCheckoutIdResponse, iy as GetSubmissionDownloadUrlRequest, hT as GetSubmissionRequest, hU as GetSubmissionResponse, dh as Gradient, ac as GradientType, jb as GradientTypeWithLiterals, fU as Group, hD as GroupInfo, dQ as HTMLData, dR as HTMLDataDataOneOf, iD as HeadersEntry, dP as HeadingData, dr as Height, gU as HiddenOptions, ci as IdentificationData, cj as IdentificationDataIdOneOf, bK as IdentityType, kJ as IdentityTypeWithLiterals, dF as Image, dS as ImageData, dU as ImageDataStyles, b2 as ImageFit, k1 as ImageFitWithLiterals, b0 as ImagePosition, aW as ImagePositionPosition, jV as ImagePositionPositionWithLiterals, j$ as ImagePositionWithLiterals, aN as ImageScalingScaling, jM as ImageScalingScalingWithLiterals, er as ImageStyles, f$ as InPersonOptions, aZ as Indentation, jY as IndentationWithLiterals, aJ as InitialExpandedItems, jI as InitialExpandedItemsWithLiterals, d2 as InputField, go as InputFieldAddress, gp as InputFieldAddressComponentTypeOptionsOneOf, d3 as InputFieldInputTypeOptionsOneOf, bk as InputType, kj as InputTypeWithLiterals, cA as IntegerType, hb as IsFormSubmittableRequest, hc as IsFormSubmittableResponse, dH as Item, dI as ItemDataOneOf, fS as ItemLayout, fT as ItemLayoutItemOneOf, hQ as ItemMetadata, dL as ItemStyle, b7 as ItemType, k6 as ItemTypeWithLiterals, bt as Kind, ks as KindWithLiterals, aH as Layout, eR as LayoutCellData, eM as LayoutData, eP as LayoutDataBackground, eN as LayoutDataBackgroundImage, aQ as LayoutDataBackgroundType, jP as LayoutDataBackgroundTypeWithLiterals, aO as LayoutDataImagePosition, jN as LayoutDataImagePositionWithLiterals, am as LayoutType, jl as LayoutTypeWithLiterals, jG as LayoutWithLiterals, gK as LimitationRule, ai as LineStyle, jh as LineStyleWithLiterals, dt as Link, eh as LinkData, du as LinkDataOneOf, dV as LinkPreviewData, dW as LinkPreviewDataStyles, ag as LinkTarget, jf as LinkTargetWithLiterals, i7 as ListDeletedSubmissionsRequest, iG as ListFormattedSubmissionsRequest, iH as ListFormattedSubmissionsResponse, aY as ListStyle, jX as ListStyleWithLiterals, eG as ListValue, fZ as Location, f_ as LocationLocationInfoOneOf, dX as MapData, dY as MapSettings, at as MapType, js as MapTypeWithLiterals, fV as Margin, c8 as MarketingSubscriptionDetails, dE as Media, f1 as MediaItem, f2 as MediaItemMediaOneOf, f3 as MediaSettings, bi as MeetingType, kh as MeetingTypeWithLiterals, hz as MemberInfo, bR as MemberStatus, kQ as MemberStatusWithLiterals, ei as MentionData, ch as MessageEnvelope, e_ as Metadata, bX as Mode, kW as ModeWithLiterals, fK as MultilineAddress, cT as MultilineAddressValidation, gJ as NestedForm, cX as NestedFormFieldOverrides, c$ as NestedFormOverrides, dd as Node, de as NodeDataOneOf, df as NodeStyle, aa as NodeType, j9 as NodeTypeWithLiterals, aM as NullValue, jL as NullValueWithLiterals, b5 as NumberComponentType, k4 as NumberComponentTypeWithLiterals, fh as NumberCorrectAnswersList, cz as NumberErrorMessages, fk as NumberInput, b3 as NumberOfColumns, k2 as NumberOfColumnsWithLiterals, fj as NumberQuizFieldSettings, fi as NumberType, gq as ObjectArray, bf as ObjectArrayComponentType, gr as ObjectArrayComponentTypeOptionsOneOf, ke as ObjectArrayComponentTypeWithLiterals, cW as ObjectArrayType, cH as ObjectErrorMessages, fq as ObjectType, cF as ObjectTypePropertiesType, cG as ObjectTypePropertiesTypePropertiesTypeOneOf, ey as Oembed, bG as Operator, kF as OperatorWithLiterals, a0 as OptInLevel, i$ as OptInLevelWithLiterals, fx as Option, e8 as OptionDesign, e3 as OptionLayout, g$ as OrCondition, c1 as OrderDetails, eI as OrderedListData, an as Orientation, jm as OrientationWithLiterals, aP as Origin, jO as OriginWithLiterals, bs as OverrideEntityType, bF as OverrideEntityTypeEnumOverrideEntityType, kE as OverrideEntityTypeEnumOverrideEntityTypeWithLiterals, kr as OverrideEntityTypeWithLiterals, dC as PDFSettings, gv as PageNavigationOptions, dZ as ParagraphData, h8 as PassFailMessages, fg as Password, gk as Payment, bc as PaymentComponentType, gl as PaymentComponentTypeOptionsOneOf, kb as PaymentComponentTypeWithLiterals, fI as PaymentInput, cN as PaymentType, d$ as Permissions, d8 as PhoneConstraints, bO as PhoneDeliverabilityStatus, kN as PhoneDeliverabilityStatusWithLiterals, g5 as PhoneInfo, bm as PhoneInfoTag, kl as PhoneInfoTagWithLiterals, fa as PhoneInput, g1 as PhoneOptions, bN as PhoneTag, kM as PhoneTagWithLiterals, aE as Placement, jD as PlacementWithLiterals, ew as PlaybackOptions, dm as PluginContainerData, ae as PluginContainerDataAlignment, jd as PluginContainerDataAlignmentWithLiterals, dn as PluginContainerDataWidth, dp as PluginContainerDataWidthDataOneOf, e9 as Poll, d_ as PollData, ea as PollDataLayout, e7 as PollDesign, e5 as PollDesignBackground, e6 as PollDesignBackgroundBackgroundOneOf, ay as PollDesignBackgroundType, jx as PollDesignBackgroundTypeWithLiterals, e2 as PollLayout, ax as PollLayoutDirection, jw as PollLayoutDirectionWithLiterals, aw as PollLayoutType, jv as PollLayoutTypeWithLiterals, e0 as PollOption, gQ as PopupOptions, aB as Position, jA as PositionWithLiterals, gA as PostSubmissionTriggers, cL as PredefinedValidation, cM as PredefinedValidationFormatOptionsOneOf, a6 as PriceType, j5 as PriceTypeWithLiterals, eu as PricingData, bS as PrivacyStatus, kR as PrivacyStatusWithLiterals, hE as PrivateTags, hF as PrivateTagsTagList, cR as Product, fE as ProductCheckboxGroup, fF as ProductCheckboxGroupOption, cS as ProductPriceOptionsOneOf, a5 as ProductType, j4 as ProductTypeWithLiterals, hA as ProfileInfo, fr as PropertiesType, b8 as PropertiesTypeEnum, k7 as PropertiesTypeEnumWithLiterals, fs as PropertiesTypePropertiesTypeOptionsOneOf, c2 as PublicTags, cO as QuantityLimit, ic as QuerySubmissionRequest, ip as QuerySubmissionsByNamespaceForExportRequest, iq as QuerySubmissionsByNamespaceForExportResponse, im as QuerySubmissionsByNamespaceRequest, io as QuerySubmissionsByNamespaceResponse, fv as QuizFieldSettings, h5 as QuizSettings, h6 as QuizSettingsPassingCriteriaOneOf, h7 as QuizSettingsResultsDisplayOptionsOneOf, f4 as RadioGroup, f5 as RadioGroupOption, fl as RatingInput, hv as Recipient, gP as RedirectOptions, dv as Rel, i3 as RemoveSubmissionFromTrashBinRequest, i4 as RemoveSubmissionFromTrashBinResponse, c6 as RemovedSubmissionFromTrash, fP as Repeater, bA as RequiredIndicator, bB as RequiredIndicatorPlacement, kA as RequiredIndicatorPlacementWithLiterals, gL as RequiredIndicatorProperties, kz as RequiredIndicatorWithLiterals, gT as RequiredOptions, aD as Resizing, jC as ResizingWithLiterals, aT as ResponsivenessBehaviour, jS as ResponsivenessBehaviourWithLiterals, cd as RestoreInfo, i2 as RestoreSubmissionFromTrashBinRequest, bH as ResultsDisplay, kG as ResultsDisplayWithLiterals, es as RibbonStyles, dc as RichContent, gu as RichContentOptions, bT as Role, kS as RoleWithLiterals, gS as Rule, h1 as RuleFormOverride, h2 as RuleFormOverrideEntityTypeOptionsOneOf, aV as Scaling, jU as ScalingWithLiterals, gm as Scheduling, bg as SchedulingComponentType, gn as SchedulingComponentTypeOptionsOneOf, kf as SchedulingComponentTypeWithLiterals, ij as SearchDetails, ik as SearchSubmissionsByNamespaceForExportRequest, il as SearchSubmissionsByNamespaceForExportResponse, ig as SearchSubmissionsByNamespaceRequest, fW as Section, ff as ServiceOption, fA as ServicesCheckboxGroup, fe as ServicesDropdown, hC as SessionInfo, e1 as Settings, eS as ShapeData, eT as ShapeDataStyles, fD as Signature, eZ as SmartBlockCellData, eY as SmartBlockData, a_ as SmartBlockDataType, jZ as SmartBlockDataTypeWithLiterals, bW as SortOrder, kV as SortOrderWithLiterals, ie as Sorting, ar as Source, jq as SourceWithLiterals, bz as SpamFilterProtectionLevel, ky as SpamFilterProtectionLevelWithLiterals, dq as Spoiler, ek as SpoilerData, bj as StaffStrategySelection, ki as StaffStrategySelectionWithLiterals, hu as StandardDetails, bY as Status, kX as StatusWithLiterals, gw as Step, di as Stop, hr as StreetAddress, a9 as StringComponentType, j8 as StringComponentTypeWithLiterals, d4 as StringCorrectAnswersList, cr as StringErrorMessages, da as StringQuizFieldSettings, d5 as StringType, cv as StringTypeDateTimeConstraints, a2 as StringTypeFormatEnumFormat, j1 as StringTypeFormatEnumFormatWithLiterals, d6 as StringTypeFormatOptionsOneOf, cw as StringTypePhoneConstraints, cx as StringTypeValidationMessages, ds as Styles, dT as StylesBorder, as as StylesPosition, jr as StylesPositionWithLiterals, ht as Subdivision, bQ as SubdivisionType, kP as SubdivisionTypeWithLiterals, bJ as SubmissionAccess, kI as SubmissionAccessWithLiterals, c7 as SubmissionContactMapped, c9 as SubmissionContactMappingSkipped, iz as SubmissionDocument, iA as SubmissionDocumentDocumentOneOf, bZ as SubmissionErrorType, kY as SubmissionErrorTypeWithLiterals, $ as SubmissionStatus, i_ as SubmissionStatusWithLiterals, iR as SubmissionValidationError, iS as SubmissionValidationErrorErrorMessageOneOf, iQ as SubmissionValidationErrors, hI as SubmissionValidationErrorsDetails, iX as SubmissionsQueryResult, hf as SubmitContactResponse, gM as SubmitSettings, gN as SubmitSettingsSubmitSuccessActionOptionsOneOf, bD as SubmitSuccessAction, kC as SubmitSuccessActionWithLiterals, b_ as Submitter, b$ as SubmitterSubmitterOneOf, bp as SubscriptionChannel, ko as SubscriptionChannelWithLiterals, g8 as SubscriptionInfo, bx as SubscriptionInfoOptInLevel, kw as SubscriptionInfoOptInLevelWithLiterals, bL as SubscriptionStatus, kK as SubscriptionStatusWithLiterals, eC as TableCellData, eA as TableData, bn as Tag, c3 as TagList, km as TagWithLiterals, h3 as Tags, fz as TagsOption, h4 as TagsTagList, bC as Target, kB as TargetWithLiterals, ah as TextAlignment, jg as TextAlignmentWithLiterals, ec as TextData, db as TextInput, f0 as TextNodeStyle, dx as TextStyle, gO as ThankYouMessageOptions, dM as Thumbnails, ap as ThumbnailsAlignment, jo as ThumbnailsAlignmentWithLiterals, fc as TimeInput, eX as TocData, be as Type, kd as TypeWithLiterals, iJ as UpdateExtendedFieldsRequest, hX as UpdateSubmissionRequest, hY as UpdateSubmissionResponse, bb as UploadFileFormat, ka as UploadFileFormatWithLiterals, gB as UpsertContact, he as UpsertContactFromSubmissionRequest, hg as UpsertContactResponse, hB as UserInfo, gC as V4FormFieldContactInfo, gD as V4FormFieldContactInfoAdditionalInfoOneOf, iN as ValidateFormSubmissionRequest, cY as Validation, hJ as ValidationError, a4 as ValidationFormat, j3 as ValidationFormatWithLiterals, d9 as ValidationMessages, cZ as ValidationValidationOneOf, aL as VerticalAlignment, aS as VerticalAlignmentAlignment, jR as VerticalAlignmentAlignmentWithLiterals, jK as VerticalAlignmentWithLiterals, dG as Video, g0 as VideoConferenceOptions, ev as VideoData, al as ViewMode, jk as ViewModeWithLiterals, au as ViewRole, jt as ViewRoleWithLiterals, av as VoteRole, ju as VoteRoleWithLiterals, a1 as WebhookIdentityType, j0 as WebhookIdentityTypeWithLiterals, aj as Width, ad as WidthType, jc as WidthTypeWithLiterals, ji as WidthWithLiterals, gi as WixFile, ba as WixFileComponentType, gj as WixFileComponentTypeOptionsOneOf, k9 as WixFileComponentTypeWithLiterals, gf as _Array, gg as _ArrayComponentTypeOptionsOneOf, gd as _Boolean, ge as _BooleanComponentTypeOptionsOneOf, gb as _Number, gc as _NumberComponentTypeOptionsOneOf, gh as _Object, g9 as _String, ga as _StringComponentTypeOptionsOneOf, iZ as utils } from './forms-v4-submission-submissions.universal-CKHFB4Im.js';
|
|
4
4
|
|
|
5
5
|
declare function upsertContactFromSubmission$1(httpClient: HttpClient): UpsertContactFromSubmissionSignature;
|
|
6
6
|
interface UpsertContactFromSubmissionSignature {
|