Referral schema update

This commit is contained in:
Dmitry Leleko
2023-08-28 15:32:07 +03:00
parent 44a478a4f6
commit a7b3a83fbf
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.72",
"version": "0.19.73",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -5,7 +5,6 @@ const inviteCodeLinkSchema = z.object({
.object({
referer: z.string(),
ref_link: z.string(),
option: z.number(),
})
.nullable(),
invite: z