@settlemint/sdk-utils
Advanced tools
Comparing version 0.6.20-pr62092ff to 0.6.20-pr8c5e8fa
@@ -33,2 +33,3 @@ import { z } from 'zod'; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
@@ -70,2 +71,3 @@ NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -103,2 +105,3 @@ }, { | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -134,2 +137,3 @@ }>; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -167,2 +171,3 @@ NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -200,2 +205,3 @@ NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -202,0 +208,0 @@ NEXTAUTH_URL?: string | undefined; |
@@ -39,2 +39,3 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
@@ -76,2 +77,3 @@ NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -109,2 +111,3 @@ }, { | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -140,2 +143,3 @@ }>; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -173,2 +177,3 @@ NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -206,2 +211,3 @@ NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -208,0 +214,0 @@ NEXTAUTH_URL?: string | undefined; |
@@ -39,2 +39,3 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
@@ -76,2 +77,3 @@ NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -109,2 +111,3 @@ }, { | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -140,2 +143,3 @@ }>; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -173,2 +177,3 @@ NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -206,2 +211,3 @@ NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -208,0 +214,0 @@ NEXTAUTH_URL?: string | undefined; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.6.20-pr62092ff", | ||
"version": "0.6.20-pr8c5e8fa", | ||
"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
298083
2691