@encatch/schema 1.2.0-beta.0 → 1.2.0-beta.2
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 +7 -3
- package/dist/esm/index.js.map +2 -2
- package/dist/types/schemas/api/fetch-feedback-schema.d.ts +7 -0
- package/dist/types/schemas/fields/app-props-schema.d.ts +7 -0
- package/dist/types/schemas/fields/form-properties-schema.d.ts +14 -0
- package/dist/types/schemas/fields/other-screen-schema.d.ts +3 -0
- package/dist/types/schemas/fields/theme-schema.d.ts +2 -0
- package/package.json +1 -1
|
@@ -4480,6 +4480,8 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4480
4480
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4481
4481
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
4482
4482
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
4483
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
4484
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4483
4485
|
}, z.core.$strip>;
|
|
4484
4486
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4485
4487
|
submitButtonLabel: z.ZodString;
|
|
@@ -4490,6 +4492,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4490
4492
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4491
4493
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
4492
4494
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
4495
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4493
4496
|
}, z.core.$strip>>>;
|
|
4494
4497
|
}, z.core.$strip>, z.ZodObject<{
|
|
4495
4498
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -4503,6 +4506,8 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4503
4506
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4504
4507
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
4505
4508
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
4509
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
4510
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4506
4511
|
}, z.core.$strip>;
|
|
4507
4512
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4508
4513
|
submitButtonLabel: z.ZodString;
|
|
@@ -4513,6 +4518,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4513
4518
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4514
4519
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
4515
4520
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
4521
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4516
4522
|
}, z.core.$strip>>;
|
|
4517
4523
|
}, z.core.$strip>], "isEnabled">;
|
|
4518
4524
|
appearanceProperties: z.ZodObject<{
|
|
@@ -4546,6 +4552,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4546
4552
|
auto: "auto";
|
|
4547
4553
|
}>>;
|
|
4548
4554
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
4555
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
4549
4556
|
}, z.core.$strip>;
|
|
4550
4557
|
selectedPosition: z.ZodEnum<{
|
|
4551
4558
|
"top-left": "top-left";
|
|
@@ -2152,6 +2152,8 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2152
2152
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2153
2153
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
2154
2154
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
2155
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
2156
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2155
2157
|
}, z.core.$strip>;
|
|
2156
2158
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2157
2159
|
submitButtonLabel: z.ZodString;
|
|
@@ -2162,6 +2164,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2162
2164
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2163
2165
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
2164
2166
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
2167
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2165
2168
|
}, z.core.$strip>>>;
|
|
2166
2169
|
}, z.core.$strip>, z.ZodObject<{
|
|
2167
2170
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -2175,6 +2178,8 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2175
2178
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2176
2179
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
2177
2180
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
2181
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
2182
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2178
2183
|
}, z.core.$strip>;
|
|
2179
2184
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2180
2185
|
submitButtonLabel: z.ZodString;
|
|
@@ -2185,6 +2190,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2185
2190
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2186
2191
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
2187
2192
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
2193
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2188
2194
|
}, z.core.$strip>>;
|
|
2189
2195
|
}, z.core.$strip>], "isEnabled">;
|
|
2190
2196
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -2347,6 +2353,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2347
2353
|
auto: "auto";
|
|
2348
2354
|
}>>;
|
|
2349
2355
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
2356
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
2350
2357
|
}, z.core.$strip>;
|
|
2351
2358
|
selectedPosition: z.ZodEnum<{
|
|
2352
2359
|
"top-left": "top-left";
|
|
@@ -12,6 +12,8 @@ export declare const otherConfigurationPropertiesSchema: z.ZodDiscriminatedUnion
|
|
|
12
12
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
13
13
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
14
14
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
15
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
16
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
15
17
|
}, z.core.$strip>;
|
|
16
18
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
17
19
|
submitButtonLabel: z.ZodString;
|
|
@@ -22,6 +24,7 @@ export declare const otherConfigurationPropertiesSchema: z.ZodDiscriminatedUnion
|
|
|
22
24
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
23
25
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
24
26
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
27
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
25
28
|
}, z.core.$strip>>>;
|
|
26
29
|
}, z.core.$strip>, z.ZodObject<{
|
|
27
30
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -35,6 +38,8 @@ export declare const otherConfigurationPropertiesSchema: z.ZodDiscriminatedUnion
|
|
|
35
38
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
36
39
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
37
40
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
41
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
42
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
38
43
|
}, z.core.$strip>;
|
|
39
44
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
40
45
|
submitButtonLabel: z.ZodString;
|
|
@@ -45,6 +50,7 @@ export declare const otherConfigurationPropertiesSchema: z.ZodDiscriminatedUnion
|
|
|
45
50
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
46
51
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
47
52
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
53
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
48
54
|
}, z.core.$strip>>;
|
|
49
55
|
}, z.core.$strip>], "isEnabled">;
|
|
50
56
|
export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
@@ -78,6 +84,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
78
84
|
auto: "auto";
|
|
79
85
|
}>>;
|
|
80
86
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
81
88
|
}, z.core.$strip>;
|
|
82
89
|
selectedPosition: z.ZodEnum<{
|
|
83
90
|
"top-left": "top-left";
|
|
@@ -3586,6 +3593,8 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3586
3593
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3587
3594
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3588
3595
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
3596
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
3597
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3589
3598
|
}, z.core.$strip>;
|
|
3590
3599
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3591
3600
|
submitButtonLabel: z.ZodString;
|
|
@@ -3596,6 +3605,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3596
3605
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3597
3606
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3598
3607
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
3608
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3599
3609
|
}, z.core.$strip>>>;
|
|
3600
3610
|
}, z.core.$strip>, z.ZodObject<{
|
|
3601
3611
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -3609,6 +3619,8 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3609
3619
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3610
3620
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3611
3621
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
3622
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
3623
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3612
3624
|
}, z.core.$strip>;
|
|
3613
3625
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3614
3626
|
submitButtonLabel: z.ZodString;
|
|
@@ -3619,6 +3631,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3619
3631
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3620
3632
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3621
3633
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
3634
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3622
3635
|
}, z.core.$strip>>;
|
|
3623
3636
|
}, z.core.$strip>], "isEnabled">;
|
|
3624
3637
|
appearanceProperties: z.ZodObject<{
|
|
@@ -3652,6 +3665,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3652
3665
|
auto: "auto";
|
|
3653
3666
|
}>>;
|
|
3654
3667
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
3668
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
3655
3669
|
}, z.core.$strip>;
|
|
3656
3670
|
selectedPosition: z.ZodEnum<{
|
|
3657
3671
|
"top-left": "top-left";
|
|
@@ -9,6 +9,8 @@ export declare const OtherFieldsSchema: z.ZodObject<{
|
|
|
9
9
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
10
10
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
11
11
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
12
|
+
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
13
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
12
14
|
}, z.core.$strip>;
|
|
13
15
|
export declare const LanguageFieldSchema: z.ZodObject<{
|
|
14
16
|
value: z.ZodString;
|
|
@@ -27,6 +29,7 @@ export declare const OtherFieldsTranslationSchema: z.ZodObject<{
|
|
|
27
29
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
28
30
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
29
31
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
32
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
30
33
|
}, z.core.$strip>;
|
|
31
34
|
export type OtherFields = z.infer<typeof OtherFieldsSchema>;
|
|
32
35
|
export type OtherFieldsTranslation = z.infer<typeof OtherFieldsTranslationSchema>;
|
|
@@ -70,6 +70,7 @@ export declare const featureSettingsSchema: z.ZodObject<{
|
|
|
70
70
|
auto: "auto";
|
|
71
71
|
}>>;
|
|
72
72
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
73
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
73
74
|
}, z.core.$strip>;
|
|
74
75
|
export declare const themeColorsSchema: z.ZodObject<{
|
|
75
76
|
theme: z.ZodOptional<z.ZodString>;
|
|
@@ -112,6 +113,7 @@ export declare const themeConfigurationSchema: z.ZodObject<{
|
|
|
112
113
|
auto: "auto";
|
|
113
114
|
}>>;
|
|
114
115
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
116
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
115
117
|
}, z.core.$strip>;
|
|
116
118
|
selectedPosition: z.ZodEnum<{
|
|
117
119
|
"top-left": "top-left";
|
package/package.json
CHANGED