@encatch/schema 1.2.0-beta.8 → 1.2.0-beta.9
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/dist/esm/index.js +49 -3
- package/dist/esm/index.js.map +2 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types/schemas/api/fetch-feedback-schema.d.ts +32 -0
- package/dist/types/schemas/fields/app-props-schema.d.ts +46 -0
- package/dist/types/schemas/fields/field-schema.d.ts +34 -2
- package/dist/types/schemas/fields/form-properties-schema.d.ts +46 -0
- package/dist/types/schemas/fields/translations-schema.d.ts +154 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { otherConfigurationPropertiesSchema, appearancePropertiesSchema, formPro
|
|
|
5
5
|
export { OtherFieldsSchema, LanguageFieldSchema, LanguagesSchema, OtherFieldsTranslationSchema, type OtherFields, type OtherFieldsTranslation, type LanguageField, type Languages, } from "./schemas/fields/other-screen-schema";
|
|
6
6
|
export { positionSchema, themeModeSchema, shareableModeSchema, previousButtonModeSchema, featureSettingsSchema, themeColorsSchema, themesSchema, themeConfigurationSchema, Positions, ThemeModes, ShareableModes, PreviousButtonModes, type Position, type FeatureSettings, type ThemeColors, type Themes, type ThemeMode, type ShareableMode, type PreviousButtonMode, type ThemeConfiguration, } from "./schemas/fields/theme-schema";
|
|
7
7
|
export { focalPointSchema, imageAttachmentSchema, videoAttachmentSchema, colorAttachmentSchema, gradientAttachmentSchema, layoutAttachmentSchema, stackLayoutSchema, floatLayoutSchema, splitLayoutSchema, wallpaperLayoutSchema, sectionLayoutVariantSchema, layoutSurfaceSchema, sectionLayoutSchema, LayoutAttachmentTypes, LayoutTypes, type FocalPoint, type ImageAttachment, type VideoAttachment, type ColorAttachment, type GradientAttachment, type LayoutAttachment, type StackLayout, type FloatLayout, type SplitLayout, type WallpaperLayout, type SectionLayoutVariant, type LayoutSurface, type SectionLayout, } from "./schemas/fields/layout-schema";
|
|
8
|
-
export { translationEntrySchema, ratingQuestionTranslationSchema, singleChoiceQuestionTranslationSchema, multipleChoiceQuestionTranslationSchema, npsQuestionTranslationSchema, shortAnswerQuestionTranslationSchema, longAnswerQuestionTranslationSchema, videoAudioQuestionTranslationSchema, nestedSelectionQuestionTranslationSchema, annotationQuestionTranslationSchema, welcomeQuestionTranslationSchema, thankYouQuestionTranslationSchema, messagePanelQuestionTranslationSchema, yesNoQuestionTranslationSchema, consentQuestionTranslationSchema, ratingMatrixQuestionTranslationSchema, matrixSingleChoiceQuestionTranslationSchema, matrixMultipleChoiceQuestionTranslationSchema, questionTranslationSchema, sectionTranslationSchema, sectionTranslationsByLanguageSchema, questionCentricTranslationsSchema, translationsSchema, TranslationProvider, createTranslationProvider, type TranslationEntry, type RatingQuestionTranslation, type SingleChoiceQuestionTranslation, type MultipleChoiceQuestionTranslation, type NpsQuestionTranslation, type ShortAnswerQuestionTranslation, type LongAnswerQuestionTranslation, type VideoAudioQuestionTranslation, type NestedSelectionQuestionTranslation, type AnnotationQuestionTranslation, type WelcomeQuestionTranslation, type ThankYouQuestionTranslation, type MessagePanelQuestionTranslation, type YesNoQuestionTranslation, type ConsentQuestionTranslation, type RatingMatrixQuestionTranslation, type MatrixSingleChoiceQuestionTranslation, type MatrixMultipleChoiceQuestionTranslation, type QuestionTranslation, type SectionTranslation, type SectionTranslationsByLanguage, type QuestionCentricTranslations, type Translations, } from "./schemas/fields/translations-schema";
|
|
8
|
+
export { translationEntrySchema, ratingQuestionTranslationSchema, singleChoiceQuestionTranslationSchema, multipleChoiceQuestionTranslationSchema, npsQuestionTranslationSchema, shortAnswerQuestionTranslationSchema, longAnswerQuestionTranslationSchema, videoAudioQuestionTranslationSchema, dateQuestionTranslationSchema, signatureQuestionTranslationSchema, nestedSelectionQuestionTranslationSchema, annotationQuestionTranslationSchema, welcomeQuestionTranslationSchema, thankYouQuestionTranslationSchema, messagePanelQuestionTranslationSchema, yesNoQuestionTranslationSchema, consentQuestionTranslationSchema, ratingMatrixQuestionTranslationSchema, matrixSingleChoiceQuestionTranslationSchema, matrixMultipleChoiceQuestionTranslationSchema, questionTranslationSchema, sectionTranslationSchema, sectionTranslationsByLanguageSchema, questionCentricTranslationsSchema, translationsSchema, TranslationProvider, createTranslationProvider, type TranslationEntry, type RatingQuestionTranslation, type SingleChoiceQuestionTranslation, type MultipleChoiceQuestionTranslation, type NpsQuestionTranslation, type ShortAnswerQuestionTranslation, type LongAnswerQuestionTranslation, type VideoAudioQuestionTranslation, type DateQuestionTranslation, type SignatureQuestionTranslation, type NestedSelectionQuestionTranslation, type AnnotationQuestionTranslation, type WelcomeQuestionTranslation, type ThankYouQuestionTranslation, type MessagePanelQuestionTranslation, type YesNoQuestionTranslation, type ConsentQuestionTranslation, type RatingMatrixQuestionTranslation, type MatrixSingleChoiceQuestionTranslation, type MatrixMultipleChoiceQuestionTranslation, type QuestionTranslation, type SectionTranslation, type SectionTranslationsByLanguage, type QuestionCentricTranslations, type Translations, } from "./schemas/fields/translations-schema";
|
|
9
9
|
export { customEventFieldOperatorSchema, customEventFieldSchema, conditionalIfMetadataSchema, queryOutputSchema, conditionalIfSchema, triggerActionSchema, conditionalWhenSchema, filterConditionSchema, categorySpecificFiltersSchema, whoSchema, audienceSegmentSchema, audienceTriggerPropertiesSchema, type CustomEventFieldOperator, type CustomEventField, type ConditionalIfMetadata, type QueryOutput, type ConditionalIf, type TriggerAction, type ConditionalWhen, type FilterCondition, type CategorySpecificFilters, type Who, type AudienceSegment, type AudienceTriggerProperties, } from "./schemas/fields/auto-trigger-schema";
|
|
10
10
|
export { masterPropertiesSchema, type MasterProperties, } from "./schemas/fields/other-properties-schema";
|
|
11
11
|
export { deviceThemeSchema, deviceInfoSchema, sessionInfoSchema, deviceSessionInfoSchema, userPropertiesSchema, userInfoSchema, DeviceThemes, type DeviceTheme, type DeviceInfo, type SessionInfo, type DeviceSessionInfo, type UserProperties, type UserInfo, } from "./schemas/api/other-schema";
|
|
@@ -1500,6 +1500,9 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
|
|
|
1500
1500
|
minDate: z.ZodOptional<z.ZodString>;
|
|
1501
1501
|
maxDate: z.ZodOptional<z.ZodString>;
|
|
1502
1502
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
1503
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
1504
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
1505
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
1503
1506
|
prepopulatedValue: z.ZodOptional<z.ZodString>;
|
|
1504
1507
|
}, z.core.$strip>, z.ZodObject<{
|
|
1505
1508
|
id: z.ZodString;
|
|
@@ -1879,6 +1882,13 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
|
|
|
1879
1882
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1880
1883
|
canvasHeight: z.ZodOptional<z.ZodNumber>;
|
|
1881
1884
|
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
1885
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
1886
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
1887
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
1888
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
1889
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
1890
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
1891
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
1882
1892
|
}, z.core.$strip>, z.ZodObject<{
|
|
1883
1893
|
id: z.ZodString;
|
|
1884
1894
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -2390,6 +2400,12 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
|
|
|
2390
2400
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
2391
2401
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
2392
2402
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
2403
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2404
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2405
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
2406
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
2407
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2408
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2393
2409
|
}, z.core.$strip>, z.ZodObject<{
|
|
2394
2410
|
id: z.ZodString;
|
|
2395
2411
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -3885,6 +3901,9 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
3885
3901
|
minDate: z.ZodOptional<z.ZodString>;
|
|
3886
3902
|
maxDate: z.ZodOptional<z.ZodString>;
|
|
3887
3903
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
3904
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
3905
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
3906
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
3888
3907
|
prepopulatedValue: z.ZodOptional<z.ZodString>;
|
|
3889
3908
|
}, z.core.$strip>, z.ZodObject<{
|
|
3890
3909
|
id: z.ZodString;
|
|
@@ -4264,6 +4283,13 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4264
4283
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
4265
4284
|
canvasHeight: z.ZodOptional<z.ZodNumber>;
|
|
4266
4285
|
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4286
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
4287
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
4288
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
4289
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
4290
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
4291
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
4292
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
4267
4293
|
}, z.core.$strip>, z.ZodObject<{
|
|
4268
4294
|
id: z.ZodString;
|
|
4269
4295
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -4775,6 +4801,12 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4775
4801
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
4776
4802
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
4777
4803
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
4804
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4805
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4806
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
4807
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
4808
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4809
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4778
4810
|
}, z.core.$strip>, z.ZodObject<{
|
|
4779
4811
|
id: z.ZodString;
|
|
4780
4812
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -1343,6 +1343,9 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
1343
1343
|
minDate: z.ZodOptional<z.ZodString>;
|
|
1344
1344
|
maxDate: z.ZodOptional<z.ZodString>;
|
|
1345
1345
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
1346
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
1347
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
1348
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
1346
1349
|
prepopulatedValue: z.ZodOptional<z.ZodString>;
|
|
1347
1350
|
}, z.core.$strip>, z.ZodObject<{
|
|
1348
1351
|
id: z.ZodString;
|
|
@@ -1722,6 +1725,13 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
1722
1725
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1723
1726
|
canvasHeight: z.ZodOptional<z.ZodNumber>;
|
|
1724
1727
|
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
1728
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
1729
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
1730
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
1731
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
1732
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
1733
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
1734
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
1725
1735
|
}, z.core.$strip>, z.ZodObject<{
|
|
1726
1736
|
id: z.ZodString;
|
|
1727
1737
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -2233,6 +2243,12 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2233
2243
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
2234
2244
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
2235
2245
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
2246
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2247
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2248
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
2249
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
2250
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2251
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2236
2252
|
}, z.core.$strip>, z.ZodObject<{
|
|
2237
2253
|
id: z.ZodString;
|
|
2238
2254
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -2484,6 +2500,36 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2484
2500
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
2485
2501
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
2486
2502
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
2503
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2504
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2505
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
2506
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
2507
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2508
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2509
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2510
|
+
title: z.ZodString;
|
|
2511
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2512
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
2513
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2514
|
+
type: z.ZodLiteral<"date">;
|
|
2515
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
2516
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
2517
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
2518
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
2519
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2520
|
+
title: z.ZodString;
|
|
2521
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2522
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
2523
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2524
|
+
type: z.ZodLiteral<"signature">;
|
|
2525
|
+
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2526
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
2527
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
2528
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
2529
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
2530
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
2531
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
2532
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
2487
2533
|
}, z.core.$strip>, z.ZodObject<{
|
|
2488
2534
|
title: z.ZodString;
|
|
2489
2535
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -9,6 +9,7 @@ export declare const questionTypeSchema: z.ZodEnum<{
|
|
|
9
9
|
short_answer: "short_answer";
|
|
10
10
|
long_text: "long_text";
|
|
11
11
|
video_audio: "video_audio";
|
|
12
|
+
signature: "signature";
|
|
12
13
|
nested_selection: "nested_selection";
|
|
13
14
|
annotation: "annotation";
|
|
14
15
|
welcome: "welcome";
|
|
@@ -24,7 +25,6 @@ export declare const questionTypeSchema: z.ZodEnum<{
|
|
|
24
25
|
opinion_scale: "opinion_scale";
|
|
25
26
|
ranking: "ranking";
|
|
26
27
|
picture_choice: "picture_choice";
|
|
27
|
-
signature: "signature";
|
|
28
28
|
file_upload: "file_upload";
|
|
29
29
|
email: "email";
|
|
30
30
|
website: "website";
|
|
@@ -255,6 +255,7 @@ export declare const questionSchema: z.ZodObject<{
|
|
|
255
255
|
short_answer: "short_answer";
|
|
256
256
|
long_text: "long_text";
|
|
257
257
|
video_audio: "video_audio";
|
|
258
|
+
signature: "signature";
|
|
258
259
|
nested_selection: "nested_selection";
|
|
259
260
|
annotation: "annotation";
|
|
260
261
|
welcome: "welcome";
|
|
@@ -270,7 +271,6 @@ export declare const questionSchema: z.ZodObject<{
|
|
|
270
271
|
opinion_scale: "opinion_scale";
|
|
271
272
|
ranking: "ranking";
|
|
272
273
|
picture_choice: "picture_choice";
|
|
273
|
-
signature: "signature";
|
|
274
274
|
file_upload: "file_upload";
|
|
275
275
|
email: "email";
|
|
276
276
|
website: "website";
|
|
@@ -1827,6 +1827,9 @@ export declare const dateQuestionSchema: z.ZodObject<{
|
|
|
1827
1827
|
minDate: z.ZodOptional<z.ZodString>;
|
|
1828
1828
|
maxDate: z.ZodOptional<z.ZodString>;
|
|
1829
1829
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
1830
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
1831
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
1832
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
1830
1833
|
prepopulatedValue: z.ZodOptional<z.ZodString>;
|
|
1831
1834
|
}, z.core.$strip>;
|
|
1832
1835
|
export declare const csatScaleSchema: z.ZodUnion<readonly [z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>]>;
|
|
@@ -2246,6 +2249,13 @@ export declare const signatureQuestionSchema: z.ZodObject<{
|
|
|
2246
2249
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2247
2250
|
canvasHeight: z.ZodOptional<z.ZodNumber>;
|
|
2248
2251
|
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2252
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
2253
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
2254
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
2255
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
2256
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
2257
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
2258
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
2249
2259
|
}, z.core.$strip>;
|
|
2250
2260
|
export declare const fileUploadQuestionSchema: z.ZodObject<{
|
|
2251
2261
|
id: z.ZodString;
|
|
@@ -2782,6 +2792,12 @@ export declare const videoAudioQuestionSchema: z.ZodObject<{
|
|
|
2782
2792
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
2783
2793
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
2784
2794
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
2795
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2796
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2797
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
2798
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
2799
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2800
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2785
2801
|
}, z.core.$strip>;
|
|
2786
2802
|
export declare const schedulerProviderSchema: z.ZodEnum<{
|
|
2787
2803
|
google_calendar: "google_calendar";
|
|
@@ -4250,6 +4266,9 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
4250
4266
|
minDate: z.ZodOptional<z.ZodString>;
|
|
4251
4267
|
maxDate: z.ZodOptional<z.ZodString>;
|
|
4252
4268
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
4269
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
4270
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
4271
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
4253
4272
|
prepopulatedValue: z.ZodOptional<z.ZodString>;
|
|
4254
4273
|
}, z.core.$strip>, z.ZodObject<{
|
|
4255
4274
|
id: z.ZodString;
|
|
@@ -4629,6 +4648,13 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
4629
4648
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
4630
4649
|
canvasHeight: z.ZodOptional<z.ZodNumber>;
|
|
4631
4650
|
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4651
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
4652
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
4653
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
4654
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
4655
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
4656
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
4657
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
4632
4658
|
}, z.core.$strip>, z.ZodObject<{
|
|
4633
4659
|
id: z.ZodString;
|
|
4634
4660
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -5140,6 +5166,12 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
5140
5166
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
5141
5167
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
5142
5168
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
5169
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
5170
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
5171
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
5172
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
5173
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
5174
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
5143
5175
|
}, z.core.$strip>, z.ZodObject<{
|
|
5144
5176
|
id: z.ZodString;
|
|
5145
5177
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -2584,6 +2584,9 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2584
2584
|
minDate: z.ZodOptional<z.ZodString>;
|
|
2585
2585
|
maxDate: z.ZodOptional<z.ZodString>;
|
|
2586
2586
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
2587
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
2588
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
2589
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
2587
2590
|
prepopulatedValue: z.ZodOptional<z.ZodString>;
|
|
2588
2591
|
}, z.core.$strip>, z.ZodObject<{
|
|
2589
2592
|
id: z.ZodString;
|
|
@@ -2963,6 +2966,13 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
2963
2966
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2964
2967
|
canvasHeight: z.ZodOptional<z.ZodNumber>;
|
|
2965
2968
|
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2969
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
2970
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
2971
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
2972
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
2973
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
2974
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
2975
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
2966
2976
|
}, z.core.$strip>, z.ZodObject<{
|
|
2967
2977
|
id: z.ZodString;
|
|
2968
2978
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -3474,6 +3484,12 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3474
3484
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
3475
3485
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
3476
3486
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
3487
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3488
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3489
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
3490
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
3491
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3492
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3477
3493
|
}, z.core.$strip>, z.ZodObject<{
|
|
3478
3494
|
id: z.ZodString;
|
|
3479
3495
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -3688,6 +3704,36 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3688
3704
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
3689
3705
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
3690
3706
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
3707
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3708
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3709
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
3710
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
3711
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3712
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3713
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3714
|
+
title: z.ZodString;
|
|
3715
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3716
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
3717
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3718
|
+
type: z.ZodLiteral<"date">;
|
|
3719
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
3720
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
3721
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
3722
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
3723
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3724
|
+
title: z.ZodString;
|
|
3725
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3726
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
3727
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3728
|
+
type: z.ZodLiteral<"signature">;
|
|
3729
|
+
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3730
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
3731
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
3732
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
3733
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
3734
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
3735
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
3736
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
3691
3737
|
}, z.core.$strip>, z.ZodObject<{
|
|
3692
3738
|
title: z.ZodString;
|
|
3693
3739
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -68,6 +68,38 @@ export declare const videoAudioQuestionTranslationSchema: z.ZodObject<{
|
|
|
68
68
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
69
69
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
70
70
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
71
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
72
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
73
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
74
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
75
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
76
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
77
|
+
}, z.core.$strip>;
|
|
78
|
+
export declare const dateQuestionTranslationSchema: z.ZodObject<{
|
|
79
|
+
title: z.ZodString;
|
|
80
|
+
description: z.ZodOptional<z.ZodString>;
|
|
81
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
82
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
83
|
+
type: z.ZodLiteral<"date">;
|
|
84
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
85
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
86
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
87
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
88
|
+
}, z.core.$strip>;
|
|
89
|
+
export declare const signatureQuestionTranslationSchema: z.ZodObject<{
|
|
90
|
+
title: z.ZodString;
|
|
91
|
+
description: z.ZodOptional<z.ZodString>;
|
|
92
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
93
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
94
|
+
type: z.ZodLiteral<"signature">;
|
|
95
|
+
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
96
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
97
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
98
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
99
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
100
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
101
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
102
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
71
103
|
}, z.core.$strip>;
|
|
72
104
|
export declare const nestedSelectionQuestionTranslationSchema: z.ZodObject<{
|
|
73
105
|
title: z.ZodString;
|
|
@@ -201,6 +233,36 @@ export declare const questionTranslationSchema: z.ZodUnion<readonly [z.ZodObject
|
|
|
201
233
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
202
234
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
203
235
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
236
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
237
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
238
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
239
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
240
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
241
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
242
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
243
|
+
title: z.ZodString;
|
|
244
|
+
description: z.ZodOptional<z.ZodString>;
|
|
245
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
246
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
247
|
+
type: z.ZodLiteral<"date">;
|
|
248
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
249
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
250
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
251
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
252
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
253
|
+
title: z.ZodString;
|
|
254
|
+
description: z.ZodOptional<z.ZodString>;
|
|
255
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
256
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
257
|
+
type: z.ZodLiteral<"signature">;
|
|
258
|
+
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
259
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
260
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
261
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
262
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
263
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
264
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
265
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
204
266
|
}, z.core.$strip>, z.ZodObject<{
|
|
205
267
|
title: z.ZodString;
|
|
206
268
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -335,6 +397,36 @@ export declare const questionTranslationsByLanguageSchema: z.ZodRecord<z.ZodStri
|
|
|
335
397
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
336
398
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
337
399
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
400
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
401
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
402
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
403
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
404
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
405
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
406
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
407
|
+
title: z.ZodString;
|
|
408
|
+
description: z.ZodOptional<z.ZodString>;
|
|
409
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
410
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
411
|
+
type: z.ZodLiteral<"date">;
|
|
412
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
413
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
414
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
415
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
416
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
417
|
+
title: z.ZodString;
|
|
418
|
+
description: z.ZodOptional<z.ZodString>;
|
|
419
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
420
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
421
|
+
type: z.ZodLiteral<"signature">;
|
|
422
|
+
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
423
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
424
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
425
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
426
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
427
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
428
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
429
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
338
430
|
}, z.core.$strip>, z.ZodObject<{
|
|
339
431
|
title: z.ZodString;
|
|
340
432
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -458,6 +550,36 @@ export declare const questionCentricTranslationsSchema: z.ZodRecord<z.ZodString,
|
|
|
458
550
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
459
551
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
460
552
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
553
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
554
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
555
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
556
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
557
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
558
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
559
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
560
|
+
title: z.ZodString;
|
|
561
|
+
description: z.ZodOptional<z.ZodString>;
|
|
562
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
563
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
564
|
+
type: z.ZodLiteral<"date">;
|
|
565
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
566
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
567
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
568
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
569
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
570
|
+
title: z.ZodString;
|
|
571
|
+
description: z.ZodOptional<z.ZodString>;
|
|
572
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
573
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
574
|
+
type: z.ZodLiteral<"signature">;
|
|
575
|
+
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
576
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
577
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
578
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
579
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
580
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
581
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
582
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
461
583
|
}, z.core.$strip>, z.ZodObject<{
|
|
462
584
|
title: z.ZodString;
|
|
463
585
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -581,6 +703,36 @@ export declare const translationsSchema: z.ZodRecord<z.ZodString, z.ZodRecord<z.
|
|
|
581
703
|
modeTabLabelAudio: z.ZodOptional<z.ZodString>;
|
|
582
704
|
modeTabLabelPhoto: z.ZodOptional<z.ZodString>;
|
|
583
705
|
modeTabLabelText: z.ZodOptional<z.ZodString>;
|
|
706
|
+
recordButtonLabel: z.ZodOptional<z.ZodString>;
|
|
707
|
+
uploadMediaButtonLabel: z.ZodOptional<z.ZodString>;
|
|
708
|
+
videoIdleHint: z.ZodOptional<z.ZodString>;
|
|
709
|
+
photoEmptyHint: z.ZodOptional<z.ZodString>;
|
|
710
|
+
photoUseCameraButtonLabel: z.ZodOptional<z.ZodString>;
|
|
711
|
+
photoUploadImageButtonLabel: z.ZodOptional<z.ZodString>;
|
|
712
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
713
|
+
title: z.ZodString;
|
|
714
|
+
description: z.ZodOptional<z.ZodString>;
|
|
715
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
716
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
717
|
+
type: z.ZodLiteral<"date">;
|
|
718
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
719
|
+
segmentLabelDD: z.ZodOptional<z.ZodString>;
|
|
720
|
+
segmentLabelMM: z.ZodOptional<z.ZodString>;
|
|
721
|
+
segmentLabelYYYY: z.ZodOptional<z.ZodString>;
|
|
722
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
723
|
+
title: z.ZodString;
|
|
724
|
+
description: z.ZodOptional<z.ZodString>;
|
|
725
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
726
|
+
nextButtonLabel: z.ZodOptional<z.ZodString>;
|
|
727
|
+
type: z.ZodLiteral<"signature">;
|
|
728
|
+
clearButtonLabel: z.ZodOptional<z.ZodString>;
|
|
729
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
730
|
+
modeTabLabelType: z.ZodOptional<z.ZodString>;
|
|
731
|
+
modeTabLabelDraw: z.ZodOptional<z.ZodString>;
|
|
732
|
+
modeTabLabelUpload: z.ZodOptional<z.ZodString>;
|
|
733
|
+
drawCanvasHint: z.ZodOptional<z.ZodString>;
|
|
734
|
+
uploadZonePrimary: z.ZodOptional<z.ZodString>;
|
|
735
|
+
uploadZoneDrag: z.ZodOptional<z.ZodString>;
|
|
584
736
|
}, z.core.$strip>, z.ZodObject<{
|
|
585
737
|
title: z.ZodString;
|
|
586
738
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -657,6 +809,8 @@ export type NpsQuestionTranslation = z.infer<typeof npsQuestionTranslationSchema
|
|
|
657
809
|
export type ShortAnswerQuestionTranslation = z.infer<typeof shortAnswerQuestionTranslationSchema>;
|
|
658
810
|
export type LongAnswerQuestionTranslation = z.infer<typeof longAnswerQuestionTranslationSchema>;
|
|
659
811
|
export type VideoAudioQuestionTranslation = z.infer<typeof videoAudioQuestionTranslationSchema>;
|
|
812
|
+
export type DateQuestionTranslation = z.infer<typeof dateQuestionTranslationSchema>;
|
|
813
|
+
export type SignatureQuestionTranslation = z.infer<typeof signatureQuestionTranslationSchema>;
|
|
660
814
|
export type NestedSelectionQuestionTranslation = z.infer<typeof nestedSelectionQuestionTranslationSchema>;
|
|
661
815
|
export type AnnotationQuestionTranslation = z.infer<typeof annotationQuestionTranslationSchema>;
|
|
662
816
|
export type WelcomeQuestionTranslation = z.infer<typeof welcomeQuestionTranslationSchema>;
|
package/package.json
CHANGED