mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-13 21:52:36 +03:00
update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.22.10-rc1",
|
||||
"version": "0.22.10-rc2",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -2,8 +2,8 @@ import { z } from 'zod';
|
||||
import infoSchema from './info-schema.js';
|
||||
|
||||
const getPointsAtResultSchema = z.object({
|
||||
points: z.record(z.string(), z.number()),
|
||||
pageSize: z.number(),
|
||||
pointsObject: z.record(z.string(), z.number()),
|
||||
currentPage: z.number(),
|
||||
totalElements: z.number(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user