@socotra/ec-react-schemas 2.26.1-next.11 → 2.26.1-next.12
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/index.d.ts +15 -0
- package/dist/index.es.js +208 -205
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -14061,6 +14061,21 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
|
|
|
14061
14061
|
}>;
|
|
14062
14062
|
}, z.core.$strip>;
|
|
14063
14063
|
}, z.core.$strip>>>;
|
|
14064
|
+
validationResult: z.ZodOptional<z.ZodObject<{
|
|
14065
|
+
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14066
|
+
locator: z.ZodOptional<z.ZodULID>;
|
|
14067
|
+
elementType: z.ZodOptional<z.ZodString>;
|
|
14068
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
14069
|
+
}, z.core.$strip>>>;
|
|
14070
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
14071
|
+
}, z.core.$strip>>;
|
|
14072
|
+
underwritingStatus: z.ZodOptional<z.ZodEnum<{
|
|
14073
|
+
none: "none";
|
|
14074
|
+
declined: "declined";
|
|
14075
|
+
rejected: "rejected";
|
|
14076
|
+
approved: "approved";
|
|
14077
|
+
blocked: "blocked";
|
|
14078
|
+
}>>;
|
|
14064
14079
|
}, z.core.$strip>>>;
|
|
14065
14080
|
validationResult: z.ZodOptional<z.ZodObject<{
|
|
14066
14081
|
validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|