@settlemint/sdk-utils
Advanced tools
Comparing version 0.5.23-pr03563ce to 0.5.23-pr21510b4
@@ -1,2 +0,2 @@ | ||
import { z, ZodSchema } from 'zod'; | ||
import { ZodString, z, ZodSchema } from 'zod'; | ||
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
declare const AccessTokenSchema: z.ZodString; | ||
declare const AccessTokenSchema: ZodString; | ||
type AccessToken = z.infer<typeof AccessTokenSchema>; | ||
@@ -9,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { z, ZodSchema } from 'zod'; | ||
import { ZodString, z, ZodSchema } from 'zod'; | ||
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
declare const AccessTokenSchema: z.ZodString; | ||
declare const AccessTokenSchema: ZodString; | ||
type AccessToken = z.infer<typeof AccessTokenSchema>; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.5.23-pr03563ce", | ||
"version": "0.5.23-pr21510b4", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
201579