@settlemint/sdk-utils
Advanced tools
Comparing version 0.6.20-pr4a1666e to 0.6.20-pr5eb2f38
@@ -31,2 +31,4 @@ import { z } from 'zod'; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
@@ -66,2 +68,4 @@ NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -97,2 +101,4 @@ }, { | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -126,2 +132,4 @@ }>; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_BLOCKSCOUT: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -157,2 +165,4 @@ NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -188,2 +198,4 @@ NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -190,0 +202,0 @@ NEXTAUTH_URL?: string | undefined; |
@@ -37,2 +37,4 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
@@ -72,2 +74,4 @@ NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -103,2 +107,4 @@ }, { | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -132,2 +138,4 @@ }>; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_BLOCKSCOUT: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -163,2 +171,4 @@ NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -194,2 +204,4 @@ NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -196,0 +208,0 @@ NEXTAUTH_URL?: string | undefined; |
@@ -37,2 +37,4 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
@@ -72,2 +74,4 @@ NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -103,2 +107,4 @@ }, { | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -132,2 +138,4 @@ }>; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_BLOCKSCOUT: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -163,2 +171,4 @@ NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -194,2 +204,4 @@ NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -196,0 +208,0 @@ NEXTAUTH_URL?: string | undefined; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.6.20-pr4a1666e", | ||
"version": "0.6.20-pr5eb2f38", | ||
"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
294483
2667