🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@pear-protocol/types

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pear-protocol/types - npm Package Compare versions

Comparing version
0.0.17
to
0.0.18
+2
-0
dist/fill/responses.d.ts

@@ -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,