@encatch/schema 1.2.0-beta.12 → 1.2.0-beta.13
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 +4 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/types/schemas/api/fetch-feedback-schema.d.ts +2 -0
- package/dist/types/schemas/api/submit-feedback-schema.d.ts +6 -0
- package/dist/types/schemas/fields/answer-schema.d.ts +3 -0
- package/dist/types/schemas/fields/app-props-schema.d.ts +1 -0
- package/dist/types/schemas/fields/field-schema.d.ts +2 -0
- package/dist/types/schemas/fields/form-properties-schema.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2632,6 +2632,7 @@ export declare const questionnaireFieldsResponseSchema: z.ZodObject<{
|
|
|
2632
2632
|
}, z.core.$strip>>;
|
|
2633
2633
|
fallbackAmount: z.ZodOptional<z.ZodNumber>;
|
|
2634
2634
|
}, z.core.$strip>], "mode">;
|
|
2635
|
+
sourceEmailQuestionId: z.ZodOptional<z.ZodString>;
|
|
2635
2636
|
transactionNote: z.ZodOptional<z.ZodString>;
|
|
2636
2637
|
transactionReferencePrefix: z.ZodOptional<z.ZodString>;
|
|
2637
2638
|
qrLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -5128,6 +5129,7 @@ export declare const fetchFeedbackDetailsResponseSchema: z.ZodObject<{
|
|
|
5128
5129
|
}, z.core.$strip>>;
|
|
5129
5130
|
fallbackAmount: z.ZodOptional<z.ZodNumber>;
|
|
5130
5131
|
}, z.core.$strip>], "mode">;
|
|
5132
|
+
sourceEmailQuestionId: z.ZodOptional<z.ZodString>;
|
|
5131
5133
|
transactionNote: z.ZodOptional<z.ZodString>;
|
|
5132
5134
|
transactionReferencePrefix: z.ZodOptional<z.ZodString>;
|
|
5133
5135
|
qrLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -103,6 +103,7 @@ export declare const questionResponseSchema: z.ZodObject<{
|
|
|
103
103
|
currency: z.ZodLiteral<"INR">;
|
|
104
104
|
payeeVpa: z.ZodString;
|
|
105
105
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
106
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
106
107
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
107
108
|
selfReported: z.ZodLiteral<true>;
|
|
108
109
|
}, z.core.$strip>>;
|
|
@@ -211,6 +212,7 @@ export declare const responseSchema: z.ZodObject<{
|
|
|
211
212
|
currency: z.ZodLiteral<"INR">;
|
|
212
213
|
payeeVpa: z.ZodString;
|
|
213
214
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
215
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
214
216
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
215
217
|
selfReported: z.ZodLiteral<true>;
|
|
216
218
|
}, z.core.$strip>>;
|
|
@@ -410,6 +412,7 @@ export declare const partialFeedbackSchema: z.ZodObject<{
|
|
|
410
412
|
currency: z.ZodLiteral<"INR">;
|
|
411
413
|
payeeVpa: z.ZodString;
|
|
412
414
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
415
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
413
416
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
414
417
|
selfReported: z.ZodLiteral<true>;
|
|
415
418
|
}, z.core.$strip>>;
|
|
@@ -562,6 +565,7 @@ export declare const submitFeedbackSchema: z.ZodObject<{
|
|
|
562
565
|
currency: z.ZodLiteral<"INR">;
|
|
563
566
|
payeeVpa: z.ZodString;
|
|
564
567
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
568
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
565
569
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
566
570
|
selfReported: z.ZodLiteral<true>;
|
|
567
571
|
}, z.core.$strip>>;
|
|
@@ -714,6 +718,7 @@ export declare const feedbackRequestSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
714
718
|
currency: z.ZodLiteral<"INR">;
|
|
715
719
|
payeeVpa: z.ZodString;
|
|
716
720
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
721
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
717
722
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
718
723
|
selfReported: z.ZodLiteral<true>;
|
|
719
724
|
}, z.core.$strip>>;
|
|
@@ -865,6 +870,7 @@ export declare const feedbackRequestSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
865
870
|
currency: z.ZodLiteral<"INR">;
|
|
866
871
|
payeeVpa: z.ZodString;
|
|
867
872
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
873
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
868
874
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
869
875
|
selfReported: z.ZodLiteral<true>;
|
|
870
876
|
}, z.core.$strip>>;
|
|
@@ -84,6 +84,7 @@ export declare const PaymentsUpiAnswerSchema: z.ZodObject<{
|
|
|
84
84
|
currency: z.ZodLiteral<"INR">;
|
|
85
85
|
payeeVpa: z.ZodString;
|
|
86
86
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
87
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
87
88
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
88
89
|
selfReported: z.ZodLiteral<true>;
|
|
89
90
|
}, z.core.$strip>;
|
|
@@ -182,6 +183,7 @@ export declare const AnswerItemSchema: z.ZodObject<{
|
|
|
182
183
|
currency: z.ZodLiteral<"INR">;
|
|
183
184
|
payeeVpa: z.ZodString;
|
|
184
185
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
186
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
185
187
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
186
188
|
selfReported: z.ZodLiteral<true>;
|
|
187
189
|
}, z.core.$strip>>;
|
|
@@ -281,6 +283,7 @@ export declare const AnswerSchema: z.ZodObject<{
|
|
|
281
283
|
currency: z.ZodLiteral<"INR">;
|
|
282
284
|
payeeVpa: z.ZodString;
|
|
283
285
|
payeeName: z.ZodOptional<z.ZodString>;
|
|
286
|
+
sourceEmail: z.ZodOptional<z.ZodString>;
|
|
284
287
|
upiIntentUri: z.ZodOptional<z.ZodString>;
|
|
285
288
|
selfReported: z.ZodLiteral<true>;
|
|
286
289
|
}, z.core.$strip>>;
|
|
@@ -2475,6 +2475,7 @@ export declare const appPropsSchema: z.ZodObject<{
|
|
|
2475
2475
|
}, z.core.$strip>>;
|
|
2476
2476
|
fallbackAmount: z.ZodOptional<z.ZodNumber>;
|
|
2477
2477
|
}, z.core.$strip>], "mode">;
|
|
2478
|
+
sourceEmailQuestionId: z.ZodOptional<z.ZodString>;
|
|
2478
2479
|
transactionNote: z.ZodOptional<z.ZodString>;
|
|
2479
2480
|
transactionReferencePrefix: z.ZodOptional<z.ZodString>;
|
|
2480
2481
|
qrLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -3060,6 +3060,7 @@ export declare const paymentsUpiQuestionSchema: z.ZodObject<{
|
|
|
3060
3060
|
}, z.core.$strip>>;
|
|
3061
3061
|
fallbackAmount: z.ZodOptional<z.ZodNumber>;
|
|
3062
3062
|
}, z.core.$strip>], "mode">;
|
|
3063
|
+
sourceEmailQuestionId: z.ZodOptional<z.ZodString>;
|
|
3063
3064
|
transactionNote: z.ZodOptional<z.ZodString>;
|
|
3064
3065
|
transactionReferencePrefix: z.ZodOptional<z.ZodString>;
|
|
3065
3066
|
qrLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -5519,6 +5520,7 @@ export declare const combinedQuestionSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
5519
5520
|
}, z.core.$strip>>;
|
|
5520
5521
|
fallbackAmount: z.ZodOptional<z.ZodNumber>;
|
|
5521
5522
|
}, z.core.$strip>], "mode">;
|
|
5523
|
+
sourceEmailQuestionId: z.ZodOptional<z.ZodString>;
|
|
5522
5524
|
transactionNote: z.ZodOptional<z.ZodString>;
|
|
5523
5525
|
transactionReferencePrefix: z.ZodOptional<z.ZodString>;
|
|
5524
5526
|
qrLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -3716,6 +3716,7 @@ export declare const formPropertiesSchema: z.ZodObject<{
|
|
|
3716
3716
|
}, z.core.$strip>>;
|
|
3717
3717
|
fallbackAmount: z.ZodOptional<z.ZodNumber>;
|
|
3718
3718
|
}, z.core.$strip>], "mode">;
|
|
3719
|
+
sourceEmailQuestionId: z.ZodOptional<z.ZodString>;
|
|
3719
3720
|
transactionNote: z.ZodOptional<z.ZodString>;
|
|
3720
3721
|
transactionReferencePrefix: z.ZodOptional<z.ZodString>;
|
|
3721
3722
|
qrLabel: z.ZodOptional<z.ZodString>;
|
package/package.json
CHANGED