@encatch/schema 1.2.0-beta.0 → 1.2.0-beta.1
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 +6 -3
- package/dist/esm/index.js.map +2 -2
- package/dist/types/schemas/api/fetch-feedback-schema.d.ts +5 -0
- package/dist/types/schemas/fields/app-props-schema.d.ts +5 -0
- package/dist/types/schemas/fields/form-properties-schema.d.ts +10 -0
- package/dist/types/schemas/fields/other-screen-schema.d.ts +2 -0
- package/dist/types/schemas/fields/theme-schema.d.ts +2 -0
- package/package.json +1 -1
|
@@ -4480,6 +4480,7 @@ 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
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4483
4484
|
}, z.core.$strip>;
|
|
4484
4485
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4485
4486
|
submitButtonLabel: z.ZodString;
|
|
@@ -4490,6 +4491,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4490
4491
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4491
4492
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
4492
4493
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
4494
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4493
4495
|
}, z.core.$strip>>>;
|
|
4494
4496
|
}, z.core.$strip>, z.ZodObject<{
|
|
4495
4497
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -4503,6 +4505,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4503
4505
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4504
4506
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
4505
4507
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
4508
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4506
4509
|
}, z.core.$strip>;
|
|
4507
4510
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4508
4511
|
submitButtonLabel: z.ZodString;
|
|
@@ -4513,6 +4516,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4513
4516
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
4514
4517
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
4515
4518
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
4519
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
4516
4520
|
}, z.core.$strip>>;
|
|
4517
4521
|
}, z.core.$strip>], "isEnabled">;
|
|
4518
4522
|
appearanceProperties: z.ZodObject<{
|
|
@@ -4546,6 +4550,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
4546
4550
|
auto: "auto";
|
|
4547
4551
|
}>>;
|
|
4548
4552
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
4553
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
4549
4554
|
}, z.core.$strip>;
|
|
4550
4555
|
selectedPosition: z.ZodEnum<{
|
|
4551
4556
|
"top-left": "top-left";
|
|
@@ -2152,6 +2152,7 @@ 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
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2155
2156
|
}, z.core.$strip>;
|
|
2156
2157
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2157
2158
|
submitButtonLabel: z.ZodString;
|
|
@@ -2162,6 +2163,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2162
2163
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2163
2164
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
2164
2165
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
2166
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2165
2167
|
}, z.core.$strip>>>;
|
|
2166
2168
|
}, z.core.$strip>, z.ZodObject<{
|
|
2167
2169
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -2175,6 +2177,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2175
2177
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2176
2178
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
2177
2179
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
2180
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2178
2181
|
}, z.core.$strip>;
|
|
2179
2182
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2180
2183
|
submitButtonLabel: z.ZodString;
|
|
@@ -2185,6 +2188,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2185
2188
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
2186
2189
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
2187
2190
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
2191
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
2188
2192
|
}, z.core.$strip>>;
|
|
2189
2193
|
}, z.core.$strip>], "isEnabled">;
|
|
2190
2194
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -2347,6 +2351,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2347
2351
|
auto: "auto";
|
|
2348
2352
|
}>>;
|
|
2349
2353
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
2354
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
2350
2355
|
}, z.core.$strip>;
|
|
2351
2356
|
selectedPosition: z.ZodEnum<{
|
|
2352
2357
|
"top-left": "top-left";
|
|
@@ -12,6 +12,7 @@ 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
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
15
16
|
}, z.core.$strip>;
|
|
16
17
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
17
18
|
submitButtonLabel: z.ZodString;
|
|
@@ -22,6 +23,7 @@ export declare const otherConfigurationPropertiesSchema: z.ZodDiscriminatedUnion
|
|
|
22
23
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
23
24
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
24
25
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
26
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
25
27
|
}, z.core.$strip>>>;
|
|
26
28
|
}, z.core.$strip>, z.ZodObject<{
|
|
27
29
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -35,6 +37,7 @@ export declare const otherConfigurationPropertiesSchema: z.ZodDiscriminatedUnion
|
|
|
35
37
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
36
38
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
37
39
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
40
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
38
41
|
}, z.core.$strip>;
|
|
39
42
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
40
43
|
submitButtonLabel: z.ZodString;
|
|
@@ -45,6 +48,7 @@ export declare const otherConfigurationPropertiesSchema: z.ZodDiscriminatedUnion
|
|
|
45
48
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
46
49
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
47
50
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
51
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
48
52
|
}, z.core.$strip>>;
|
|
49
53
|
}, z.core.$strip>], "isEnabled">;
|
|
50
54
|
export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
@@ -78,6 +82,7 @@ export declare const appearancePropertiesSchema: z.ZodObject<{
|
|
|
78
82
|
auto: "auto";
|
|
79
83
|
}>>;
|
|
80
84
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
85
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
81
86
|
}, z.core.$strip>;
|
|
82
87
|
selectedPosition: z.ZodEnum<{
|
|
83
88
|
"top-left": "top-left";
|
|
@@ -3586,6 +3591,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3586
3591
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3587
3592
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3588
3593
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
3594
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3589
3595
|
}, z.core.$strip>;
|
|
3590
3596
|
translations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3591
3597
|
submitButtonLabel: z.ZodString;
|
|
@@ -3596,6 +3602,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3596
3602
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3597
3603
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3598
3604
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
3605
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3599
3606
|
}, z.core.$strip>>>;
|
|
3600
3607
|
}, z.core.$strip>, z.ZodObject<{
|
|
3601
3608
|
isEnabled: z.ZodLiteral<true>;
|
|
@@ -3609,6 +3616,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3609
3616
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3610
3617
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3611
3618
|
respondentsShowMinThreshold: z.ZodOptional<z.ZodNumber>;
|
|
3619
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3612
3620
|
}, z.core.$strip>;
|
|
3613
3621
|
translations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3614
3622
|
submitButtonLabel: z.ZodString;
|
|
@@ -3619,6 +3627,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3619
3627
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
3620
3628
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
3621
3629
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
3630
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
3622
3631
|
}, z.core.$strip>>;
|
|
3623
3632
|
}, z.core.$strip>], "isEnabled">;
|
|
3624
3633
|
appearanceProperties: z.ZodObject<{
|
|
@@ -3652,6 +3661,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3652
3661
|
auto: "auto";
|
|
3653
3662
|
}>>;
|
|
3654
3663
|
maxDialogHeightPercentInApp: z.ZodOptional<z.ZodNumber>;
|
|
3664
|
+
faviconUrl: z.ZodOptional<z.ZodString>;
|
|
3655
3665
|
}, z.core.$strip>;
|
|
3656
3666
|
selectedPosition: z.ZodEnum<{
|
|
3657
3667
|
"top-left": "top-left";
|
|
@@ -9,6 +9,7 @@ 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
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
12
13
|
}, z.core.$strip>;
|
|
13
14
|
export declare const LanguageFieldSchema: z.ZodObject<{
|
|
14
15
|
value: z.ZodString;
|
|
@@ -27,6 +28,7 @@ export declare const OtherFieldsTranslationSchema: z.ZodObject<{
|
|
|
27
28
|
remindMeLaterButtonLabel: z.ZodOptional<z.ZodString>;
|
|
28
29
|
estimatedCompletionLabel: z.ZodOptional<z.ZodString>;
|
|
29
30
|
respondentsLabel: z.ZodOptional<z.ZodString>;
|
|
31
|
+
windowTitle: z.ZodOptional<z.ZodString>;
|
|
30
32
|
}, z.core.$strip>;
|
|
31
33
|
export type OtherFields = z.infer<typeof OtherFieldsSchema>;
|
|
32
34
|
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