@pear-protocol/types
Advanced tools
@@ -85,2 +85,3 @@ import { z } from 'zod'; | ||
| positionId: z.ZodUUID; | ||
| symbol: z.ZodString; | ||
| cloid: z.ZodOptional<z.ZodString>; | ||
@@ -93,2 +94,3 @@ status: z.ZodLiteral<"PROVISIONAL">; | ||
| positionId: z.ZodUUID; | ||
| symbol: z.ZodString; | ||
| cloid: z.ZodOptional<z.ZodString>; | ||
@@ -95,0 +97,0 @@ status: z.ZodLiteral<"PROVISIONAL">; |
| import { z } from 'zod'; | ||
| import { CursorResponse } from '../common'; | ||
| import { InstrumentId } from '../instrument'; | ||
| import { Fill } from './entities'; | ||
@@ -14,2 +15,3 @@ | ||
| positionId: z.uuid(), | ||
| symbol: InstrumentId, | ||
| cloid: z.string().optional(), | ||
@@ -16,0 +18,0 @@ status: z.literal("PROVISIONAL") |
+1
-1
| { | ||
| "name": "@pear-protocol/types", | ||
| "version": "0.0.17", | ||
| "version": "0.0.18", | ||
| "description": "Pear Protocol Types definitions", | ||
@@ -5,0 +5,0 @@ "private": false, |
365291
0.03%11180
0.04%