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