@settlemint/sdk-utils
Advanced tools
Comparing version 0.5.19 to 0.5.20-main7936a2b
@@ -21,2 +21,4 @@ import { z } from 'zod'; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_AUTH_SECRET: z.ZodString; | ||
NEXTAUTH_URL: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -27,2 +29,4 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_AUTH_SECRET: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -43,2 +47,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_AUTH_SECRET: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -71,2 +77,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_AUTH_SECRET: z.ZodOptional<z.ZodString>; | ||
NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -87,2 +95,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
SETTLEMINT_AUTH_SECRET?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
}, { | ||
@@ -103,2 +113,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
SETTLEMINT_AUTH_SECRET?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
}>; | ||
@@ -105,0 +117,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
@@ -27,2 +27,4 @@ import { z, ZodSchema } from 'zod'; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_AUTH_SECRET: z.ZodString; | ||
NEXTAUTH_URL: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -33,2 +35,4 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_AUTH_SECRET: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -49,2 +53,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_AUTH_SECRET: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -77,2 +83,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_AUTH_SECRET: z.ZodOptional<z.ZodString>; | ||
NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -93,2 +101,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
SETTLEMINT_AUTH_SECRET?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
}, { | ||
@@ -109,2 +119,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
SETTLEMINT_AUTH_SECRET?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
}>; | ||
@@ -111,0 +123,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
@@ -27,2 +27,4 @@ import { z, ZodSchema } from 'zod'; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_AUTH_SECRET: z.ZodString; | ||
NEXTAUTH_URL: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -33,2 +35,4 @@ SETTLEMINT_INSTANCE: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_AUTH_SECRET: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -49,2 +53,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_AUTH_SECRET: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -77,2 +83,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_AUTH_SECRET: z.ZodOptional<z.ZodString>; | ||
NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -93,2 +101,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
SETTLEMINT_AUTH_SECRET?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
}, { | ||
@@ -109,2 +119,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
SETTLEMINT_AUTH_SECRET?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
}>; | ||
@@ -111,0 +123,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.5.19", | ||
"version": "0.5.20-main7936a2b", | ||
"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
Sorry, the diff of this file is not supported yet
177260
1708