@socotra/ec-react-schemas 2.26.1-next.8 → 2.26.1-next.9
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 +6 -6
- package/dist/index.es.js +2053 -1944
- 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
|
@@ -1615,9 +1615,9 @@ export declare type ClaimId = z.infer<typeof ClaimIdSchema>;
|
|
|
1615
1615
|
export declare const ClaimIdSchema: z.ZodULID;
|
|
1616
1616
|
|
|
1617
1617
|
export declare const ConditionValueSchema: z.ZodObject<{
|
|
1618
|
-
staticLocator: z.ZodString;
|
|
1619
|
-
fieldName: z.ZodString;
|
|
1620
1618
|
values: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1619
|
+
fieldName: z.ZodOptional<z.ZodString>;
|
|
1620
|
+
staticLocator: z.ZodOptional<z.ZodString>;
|
|
1621
1621
|
}, z.core.$strip>;
|
|
1622
1622
|
|
|
1623
1623
|
export declare type ConfigBuilderResult = z.infer<typeof ConfigBuilderResultSchema>;
|
|
@@ -1677,9 +1677,9 @@ export declare const ConstraintDependencySchema: z.ZodObject<{
|
|
|
1677
1677
|
table: z.ZodString;
|
|
1678
1678
|
column: z.ZodString;
|
|
1679
1679
|
where: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1680
|
-
staticLocator: z.ZodString;
|
|
1681
|
-
fieldName: z.ZodString;
|
|
1682
1680
|
values: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1681
|
+
fieldName: z.ZodOptional<z.ZodString>;
|
|
1682
|
+
staticLocator: z.ZodOptional<z.ZodString>;
|
|
1683
1683
|
}, z.core.$strip>>>;
|
|
1684
1684
|
}, z.core.$strip>;
|
|
1685
1685
|
|
|
@@ -4136,9 +4136,9 @@ export declare const dependencyMapResponseSchema: z.ZodRecord<z.ZodULID, z.ZodRe
|
|
|
4136
4136
|
table: z.ZodString;
|
|
4137
4137
|
column: z.ZodString;
|
|
4138
4138
|
where: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4139
|
-
staticLocator: z.ZodString;
|
|
4140
|
-
fieldName: z.ZodString;
|
|
4141
4139
|
values: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4140
|
+
fieldName: z.ZodOptional<z.ZodString>;
|
|
4141
|
+
staticLocator: z.ZodOptional<z.ZodString>;
|
|
4142
4142
|
}, z.core.$strip>>>;
|
|
4143
4143
|
}, z.core.$strip>>>;
|
|
4144
4144
|
|