@devizovaburza/mdm-sdk 1.1.3 → 1.2.0

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/v1/index.mjs CHANGED
@@ -1391,7 +1391,8 @@ z.object({
1391
1391
  direction: z.enum(["asc", "desc"])
1392
1392
  }),
1393
1393
  search: z.string().optional(),
1394
- ids: z.array(z.uuid()).optional()
1394
+ ids: z.array(z.uuid()).optional(),
1395
+ parentTraderId: z.uuid().optional().or(z.literal("null"))
1395
1396
  });
1396
1397
 
1397
1398
  z.object({
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
4
+ "author": "Devizová burza a.s.",
5
+ "license": "ISC",
4
6
  "type": "module",
5
7
  "scripts": {
6
8
  "prepare": "bun run build",