@socotra/ec-react-schemas 2.30.0-next.1 → 2.30.0-next.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.
- package/dist/index.d.ts +12 -0
- package/dist/index.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -3342,6 +3342,10 @@ export declare const dataModelSchema: z.ZodObject<{
|
|
|
3342
3342
|
aggregate: "aggregate";
|
|
3343
3343
|
}>;
|
|
3344
3344
|
costBearing: z.ZodBoolean;
|
|
3345
|
+
displayHints: z.ZodOptional<z.ZodObject<{
|
|
3346
|
+
displayName: z.ZodString;
|
|
3347
|
+
displayOrder: z.ZodNumber;
|
|
3348
|
+
}, z.core.$strip>>;
|
|
3345
3349
|
}, z.core.$strip>>>;
|
|
3346
3350
|
reversalTypes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3347
3351
|
creditType: z.ZodOptional<z.ZodEnum<{
|
|
@@ -14192,6 +14196,10 @@ export declare const transactionTypeSchema: z.ZodObject<{
|
|
|
14192
14196
|
aggregate: "aggregate";
|
|
14193
14197
|
}>;
|
|
14194
14198
|
costBearing: z.ZodBoolean;
|
|
14199
|
+
displayHints: z.ZodOptional<z.ZodObject<{
|
|
14200
|
+
displayName: z.ZodString;
|
|
14201
|
+
displayOrder: z.ZodNumber;
|
|
14202
|
+
}, z.core.$strip>>;
|
|
14195
14203
|
}, z.core.$strip>;
|
|
14196
14204
|
|
|
14197
14205
|
export declare const transactionTypesRecordsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -14205,6 +14213,10 @@ export declare const transactionTypesRecordsSchema: z.ZodRecord<z.ZodString, z.Z
|
|
|
14205
14213
|
aggregate: "aggregate";
|
|
14206
14214
|
}>;
|
|
14207
14215
|
costBearing: z.ZodBoolean;
|
|
14216
|
+
displayHints: z.ZodOptional<z.ZodObject<{
|
|
14217
|
+
displayName: z.ZodString;
|
|
14218
|
+
displayOrder: z.ZodNumber;
|
|
14219
|
+
}, z.core.$strip>>;
|
|
14208
14220
|
}, z.core.$strip>>;
|
|
14209
14221
|
|
|
14210
14222
|
export declare type TransactionUnderwritingFlagsResponse = z.infer<typeof TransactionUnderwritingFlagsResponseSchema>;
|
package/dist/index.es.js
CHANGED
|
@@ -20232,7 +20232,11 @@ const h_ = [
|
|
|
20232
20232
|
"aggregate"
|
|
20233
20233
|
]), _L = a({
|
|
20234
20234
|
category: $L,
|
|
20235
|
-
costBearing: y()
|
|
20235
|
+
costBearing: y(),
|
|
20236
|
+
displayHints: a({
|
|
20237
|
+
displayName: e(),
|
|
20238
|
+
displayOrder: b()
|
|
20239
|
+
}).optional()
|
|
20236
20240
|
}), LL = p(
|
|
20237
20241
|
e(),
|
|
20238
20242
|
_L
|