@socotra/ec-react-schemas 2.26.1-next.10 → 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 CHANGED
@@ -1157,6 +1157,7 @@ declare const basePolicyTransactionResponseSchema: z.ZodObject<{
1157
1157
  level2: "level2";
1158
1158
  }>>;
1159
1159
  anonymizedAt: z.ZodOptional<z.ZodISODateTime>;
1160
+ staticLocator: z.ZodString;
1160
1161
  changeInstructions: z.ZodOptional<z.ZodArray<z.ZodAny>>;
1161
1162
  preferences: z.ZodOptional<z.ZodObject<{
1162
1163
  billingPreferences: z.ZodOptional<z.ZodObject<{
@@ -14060,6 +14061,21 @@ export declare const TransactionUnderwritingResponseSchema: z.ZodObject<{
14060
14061
  }>;
14061
14062
  }, z.core.$strip>;
14062
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
+ }>>;
14063
14079
  }, z.core.$strip>>>;
14064
14080
  validationResult: z.ZodOptional<z.ZodObject<{
14065
14081
  validationItems: z.ZodOptional<z.ZodArray<z.ZodObject<{