@encatch/schema 1.2.0-beta.2 → 1.2.0-beta.3
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.
|
@@ -170,6 +170,7 @@ export declare const fetchFeedbackDetailsSchema: z.ZodObject<{
|
|
|
170
170
|
export declare const formConfigurationResponseSchema: z.ZodObject<{
|
|
171
171
|
formTitle: z.ZodString;
|
|
172
172
|
formDescription: z.ZodString;
|
|
173
|
+
respondentsCount: z.ZodOptional<z.ZodNumber>;
|
|
173
174
|
}, z.core.$strip>;
|
|
174
175
|
export declare const logicJumpRuleSchema: z.ZodObject<{
|
|
175
176
|
jsonLogic: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -2326,6 +2327,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
2326
2327
|
formConfiguration: z.ZodObject<{
|
|
2327
2328
|
formTitle: z.ZodString;
|
|
2328
2329
|
formDescription: z.ZodString;
|
|
2330
|
+
respondentsCount: z.ZodOptional<z.ZodNumber>;
|
|
2329
2331
|
}, z.core.$strip>;
|
|
2330
2332
|
questionnaireFields: z.ZodObject<{
|
|
2331
2333
|
questions: z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5720,7 +5722,6 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
5720
5722
|
}, z.core.$strip>>;
|
|
5721
5723
|
}, z.core.$strip>>>;
|
|
5722
5724
|
}, z.core.$strip>;
|
|
5723
|
-
respondentsCount: z.ZodOptional<z.ZodNumber>;
|
|
5724
5725
|
}, z.core.$strict>;
|
|
5725
5726
|
export declare const fetchConfigurationListResponseSchema: z.ZodObject<{
|
|
5726
5727
|
masterProperties: z.ZodObject<{
|
package/package.json
CHANGED